<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* Minification failed. Returning unminified contents.
(49701,38): run-time error CSS1039: Token not allowed after unary operator: '-columns'
 */
@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Roboto:400,500");
html, body {
  height: 100%; }

body {
  font-family: Nunito, Prompt, "Helvetica Neue", Helvetica, Arial, sans-serif;
  min-height: 100%; }

body.user {
  background-color: #fdfdfd;
  padding-bottom: 0;
  padding-top: 50px; }

body.nonuser {
  background-color: #ffffff;
  padding-bottom: 0;
  padding-top: 55px; }
  body.nonuser .body-content {
    margin-top: 50px; }
  body.nonuser main {
    min-height: calc(100% - 160px); }

.body-content {
  padding-left: 0;
  padding-right: 0;
  width: 100%; }
  .body-content .body-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }

.left-body {
  padding: 0;
  height: 100vh;
  z-index: 99;
  width: 32px;
  position: fixed;
  border-right: 1px solid #cccccc;
  -webkit-transition: width 0.35s ease;
  transition: width 0.35s ease; }

.right-body {
  margin: 0;
  width: 100%;
  -webkit-transition: padding-left 0.35s ease;
  transition: padding-left 0.35s ease; }

.menu-collapsed {
  padding-left: 35px; }

.menu-expanded {
  padding-left: 235px; }

hr {
  display: block;
  clear: both; }

.vertical-align {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

.vertical-align-end {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end; }

.vertical-align-float {
  position: relative;
  -webkit-transform: translateY(50%);
          transform: translateY(50%); }

.loading-img img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  max-height: 200px; }

.tab-error,
.horse-tab-error,
.settings-tab-error {
  display: none; }

.section-container {
  border-top: 1px solid #eeeeee;
  padding-top: 15px; }

/* Validation */
.field-validation-error {
  color: #e80c4d;
  font-weight: bold; }

.field-validation-valid {
  display: none; }

.input-validation-error {
  border: 1px solid #e80c4d; }

.validation-summary-errors {
  color: #e80c4d;
  font-weight: bold;
  font-size: 1.1em; }

.validation-summary-valid {
  display: none; }

/* Breadcrumbs */
.breadcrumb {
  padding: 2px 0 0 2px;
  background-color: transparent;
  border-radius: 0; }
  .breadcrumb li a {
    color: #000000;
    font-size: 15px; }
  .breadcrumb li + li:before {
    padding: 0 10px;
    color: #000000;
    content: "\00bb"; }

.section-divider {
  border-top: 1px solid #eeeeee;
  padding-top: 15px; }

.section-divider.collapsed {
  margin-left: 0; }

.label-subtext {
  color: #4f8abd;
  font-size: 12px; }

footer {
  text-align: center; }

.link {
  color: #337aba;
  font-weight: bold;
  cursor: pointer; }

thead .link {
  color: #000000; }

.clearfix::after {
  content: "";
  clear: both;
  display: table; }

@-webkit-keyframes fadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

@keyframes fadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

.fade-in {
  -webkit-animation: fadeIn .5s forwards;
          animation: fadeIn .5s forwards; }

main {
  height: auto !important;
  min-height: 100%;
  min-height: calc(100% - 102px);
  padding-top: 10px; }

footer {
  background: #fdfdfd;
  padding: 40px 0;
  text-align: center; }

.italics {
  font-style: italic; }

.multiple-datePicker {
  min-width: 200px; }

.ui-datepicker div.ui-datepicker-buttonpane button.ui-datepicker-current {
  font-weight: bold;
  opacity: 1;
  filter: Alpha(Opacity=100); }

.hidden {
  display: none; }

.add-button-section {
  margin: 10px 0; }

.add-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 10px; }
  .add-buttons .e-checkbox-wrapper,
  .add-buttons .create-procedure-links,
  .add-buttons .create-another {
    margin-right: 10px; }
  .add-buttons button {
    margin-right: 5px; }

.ledger-picker-container {
  float: right;
  width: 300px;
  margin-top: 10px; }

.premierHorseCurrentLocation {
  color: #000000;
  display: inline-block;
  font-size: 15px; }

.control-hint {
  font-style: italic;
  font-weight: 200; }

.skeleton-container &gt; div {
  border: none !important;
  border-radius: 2px; }

.skeleton-component {
  -webkit-animation: skeleton-loading 1s linear infinite alternate;
          animation: skeleton-loading 1s linear infinite alternate; }

@-webkit-keyframes skeleton-loading {
  0% {
    background-color: #c9cdcf; }
  100% {
    background-color: #f2f2f3; } }

@keyframes skeleton-loading {
  0% {
    background-color: #c9cdcf; }
  100% {
    background-color: #f2f2f3; } }

.red-flag {
  color: #981c1c; }

.green-flag {
  color: #3c763d; }

.small-hint-text {
  font-size: 12px;
  font-style: italic; }

.readonly-ddl-placeholder {
  border-bottom: 1px solid rgba(0, 0, 0, 0.54);
  margin-bottom: 6px;
  padding-bottom: 4px;
  display: none; }

.readonly-ddl-placeholder label {
  color: rgba(0, 0, 0, 0.54);
  font-size: 12px;
  font-weight: 400; }

.readonly-ddl-placeholder div {
  color: rgba(0, 0, 0, 0.54);
  font-size: 13px; }

.e-grid .e-sortnumber {
  position: absolute;
  right: 35px;
  bottom: 1px; }

.header-user-details {
  text-align: right;
  color: #ffffff;
  font-size: 0.8em; }

.header-session-timeout {
  color: #ffffff;
  cursor: pointer;
  text-decoration: underline; }

.header-session-timeout:hover {
  color: #ffffff; }

@font-face {
  font-family: 'e-icons';
  font-style: normal;
  font-weight: normal;
  src: url("data:application/x-font-ttf;charset=utf-8;base64,AAEAAAAKAIAAAwAgT1MvMmUZUBgAAAEoAAAAVmNtYXC6fsRjAAAL/AAACSBnbHlmmSmYCAAAH5wAAhq0aGVhZBPQ8xwAAADQAAAANmhoZWEIXgZgAAAArAAAACRobXR4fAf+igAAAYAAAAp8bG9jYQLe3VgAABUcAAAKgG1heHADxQHHAAABCAAAACBuYW1lc0cOBgACOlAAAAIlcG9zdO3MxagAAjx4AAAlXQABAAAEAAAAAFwEAP/A/8AEQAABAAAAAAAAAAAAAAAAAAACnwABAAAAAQAANDDgtV8PPPUACwQAAAAAANhY1w8AAAAA2FjXD//A/+QEQAQcAAAACAACAAEAAAAAAAEAAAKfAbsAHAAAAAAAAgAAAAoACgAAAP8AAAAAAAAAAQQAAZAABQAAAokCzAAAAI8CiQLMAAAB6wAyAQgAAAIABQMAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUGZFZABADpDtCgQAAAAAXAQcABwAAAABAAAAAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQA/94EAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAD/5AQA/+QEAAAABAD/5AQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAD/wAQAAAAEAAAABAAAAAQAAAAEAAAABAD/wAQAAAAEAP/ABAAAAAQAAAAEAAAABAAAAAQAAAAEAP/ABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAA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AGAAYQBjAGQAZQBmAGcAaABpAGoAawBsAG0AbgBvAHAAcQByAHMAdAB1AHYAdwB4AHkAegB7AHwAfQIVAH4CFgB/AIAAgQCCAIMAhACFAIYAhwCIAIkAigCLAIwAjQCOAI8AkACtAK4ArwCRAJIAkwCUAJUAsACxALIAswCWAJcAmAC0ALUAmQCaAJsAnACdAJ4AnwCgAKEAtgCiAKMApAClALcAuAC5AKYApwCoALoAuwCpAKoAqwCsALwAvQC+ATsBPAE9AT4BPwFAAUEBQgFDAUQBRQFGAUcBSAFJAEAAQQBCAEMARABFAEYARwBIAEkASgBLAUoBSwFMAU0BTgFPAVABUQFSAVMBVAFVAVYBVwFYAVkBWgFbAVwBXQFeAV8BYAFhAWIBYwFkAWUBZgFnAWgBaQFqAWsBbAFtAW4BbwFwAXEBcgFzAXQBdQF2AXcBeAF5AXoBewF8AX0BfgF/AYABgQGCAYMBhAGFAYYBhwGIAYkBigGLAYwBjQGOAY8BkAGRAZIBkwGUAZUBlgGXAZgBmQGaAZsBnAGdAZ4BnwGgAaEBogGjAaQBpQGmAacBqAGpAaoBqwGsAa0BrgGvAbABsQGyAbMBtAG1AbYBtwG4AbkBugG7AbwBvQG+Ab8BwAHBAcIBwwHEAcUBxgHHAcgByQHKAcsBzAHNAc4BzwHQAdEB0gHTAdQB1QHWAdcB2AHZAdoB2wHcAd0B3gHfAeAB4QHiAeMB5AHlAeYB5wHoAekB6gHrAewB7QHuAe8B8AHxAfIB8wH0AfUB9gH3AfgB+QH6AfsB/AH9Af4B/wIAAgICAwIEAgUCBgIHAggCCQIKAgsCDAINAg4CDwIQAhECEgITAhQCIgIjAiQCJQImAicCKAIpAioCKwIsAi0CLgIvAjACMQIyAjMCNAI1AjYCNwI4AjkCOgI7AjwCPQI+Aj8CQAJBAkICQwJEAkUCRgJHAkgCSQJKAksCTAJNAk4CTwJQAlECUgJTAlQCVQJWAlcCWAJZAloCWwJcAl0CXgJfAmACYQJiAmMCZAJlAmYCZwJoAmkCagJrAmwCbQJuAm8CcAJxAnICcwJ0AnUCdgJ3AngCeQJ6AnsCfAJ9An4CfwKAAoECggKDAoQChQKGAocCiAKJAooCiwKMAo0CGQIaAhsCHAIdAh4CHwIgAiECjwKQApECkgKZApoCmwKcAp0CngAAAAAAAAAAAAACEAAABHAAAAToAAAFqAAABiAAAAcIAAAHYAAAB8wAAAjgAAAJEAAACVgAAAm4AAAJ5AAACwgAAA0YAAANPAAADuQAABCMAAAQ1AAAEXAAABGMAAAR1AAAEhwAABJgAAASpAAAEuwAABM0AAATdAAAE7gAABU4AAAXAAAAGDwAABn0AAAcgAAAHdQAAB/kAAAjWAAAJDwAACYYAAAmrAAAJ3wAACf8AAAp9AAALFQAAC08AAAuOAAALqwAAC8EAAAw9AAAMygAADWcAAA2YAAAOlgAADs4AAA9tAAAPkwAAECQAABCvAAAROQAAEhMAABKPAAATYAAAFAIAABRgAAAUpgAAFU0AABW3AAAWCAAAFrgAABdAAAAXqgAAGHUAABjiAAAZlAAAGeUAABoGAAAaZAAAGpgAABq0AAAaygAAGuYAABr3AAAbNwAAG0MAABtkAAAbtAAAG8IAABvRAAAcJgAAHDEAABySAAAcswAAHL8AABzOAAAc3AAAHQcAAB0RAAAdHAAAHSMAAB0qAAAdNQAAHTwAAB2qAAAdsQAAHb4AAB3KAAAd2wAAHeUAAB3sAAAd8wAAHhkAAB4vAAAeOgAAHkcAAB5QAAAeVwAAHmMAAB5uAAAeeAAAHoUAAB6UAAAeqQAAHrcAAB7FAAAe+gAAHwQAAB8RAAAfGwAAHyYAAB8xAAAfgQAAH4gAAB+PAAAfpQAAH68AAB/eAAAgDgAAIB8AACApAAAgMQAAIDsAACCpAAAgswAAIMEAACECAAAhCQAAITwAACFNAAAhcgAAIYMAACGvAAAhugAAIgEAACKbAAAipwAAIrMAACMYAAAjWgAAI2UAACNsAAAjcwAAI70AACRGAAAksgAAJL4AACTFAAAlMQAAJTgAACVaAAAlpQAAJikAACY3AAAmdQAAJrcAACc2AAAnUwAAJ5kAACemAAAnsQAAKAAAACgiAAAocwAAKLoAAClFAAApxAAAKgwAACoWAAAqIwAAKpcAACq/AAArPQAAK6wAACvPAAAsHwAALK4AACy6AAAtJgAALTEAAC1DAAAtTQAALWYAAC31AAAuPwAALo0AAC6eAAAuqQAALrQAAC7SAAAu9QAALzgAAC9bAAAvfgAAL8AAAC/jAAAv7gAAL/kAADAcAAAwIwAAMC0AADA4AAAwRAAAMEsAADBVAAAwZwAAMIcAADEXAAAxaAAAMfEAADKdAAAzFgAAMywAADOBAAAznAAAM7YAADPTAAAz8QAANKIAADTzAAA1RwAANd4AADZ4AAA2zAAANvIAADcTAAA3xgAAOBsAADhRAAA4hQAAOKEAADi9AAA4+AAAOT0AADmLAAA5qwAAOfcAADoWAAA6NQAAOkIAADpPAAA6XAAAOnwAADqQAAA6pQAAOrkAADrLAAA7JQAAOzUAADtEAAA7dgAAO50AADuuAAA7wgAAPBYAADwlAAA8vAAAPMUAADz/AAA9DAAAPR8AAD07AAA9dQAAPYcAAD3EAAA+OwAAPugAAD8HAAA/SAAAP7AAAEA/AABAawAAQI8AAECdAABArgAAQRcAAEElAABBOAAAQcMAAEHsAABCEgAAQkwAAEKLAABCmgAAQsMAAELkAABC8gAAQv4AAEMIAABDTQAAQ2EAAENxAABDfwAAQ5AAAERmAABE6QAARRMAAEU9AABFSwAARVQAAEVnAABFcQAARY0AAEXjAABF7wAARgEAAEYSAABGJwAARjwAAEZXAABGpAAARrIAAEbNAABG6QAARv4AAEcaAABHNAAAR1EAAEdgAABHfQAAR5EAAEemAABHwAAAR/0AAEgJAABIIgAASC4AAEg4AABIQgAASEgAAEhOAABIVQAASFwAAEiBAABIpgAASLIAAEjYAABI5wAASPwAAEkbAABJMQAAST4AAEm5AABJ4AAASfAAAEo4AABKugAAStkAAEsiAABLTwAAS3gAAEu8AABL4gAAS/MAAEwYAABMWAAATGkAAEzDAABM6AAATPsAAE1yAABNrAAATf4AAE4XAABORgAATlYAAE5+AABOkQAATqEAAE7IAABPNAAAT0wAAE+CAABQFAAAUK0AAFC9AABQzAAAUN0AAFD1AABRLwAAUa8AAFIhAABSLQAAUn8AAFKOAABSpAAAUrEAAFLBAABS4AAAUu0AAFMWAABTKgAAUzYAAFNyAABTwQAAU+gAAFP3AABUHQAAVCsAAFTEAABU8QAAVUsAAFV5AABVswAAVcwAAFXfAABWBAAAVjoAAFZpAABWpgAAVs0AAFbdAABW/AAAVwwAAFeDAABXlgAAV7sAAFffAABX8AAAWBUAAFgyAABYXwAAWIEAAFipAABZOQAAWV4AAFluAABZfwAAWZUAAFm1AABaGgAAWikAAFrgAABbFgAAW1YAAFt3AABbxgAAW+IAAFw2AABcigAAXJ8AAFy1AABdDwAAXR8AAF0tAABdSgAAXY8AAF2tAABeEwAAXiEAAF4xAABeUgAAXqYAAF63AABfBwAAXxQAAF9MAABfcgAAX4MAAF/KAABf5AAAX/0AAGAMAABgXQAAYGwAAGC8AABhEQAAYR0AAGFMAABhwwAAYd8AAGH6AABiEAAAYk8AAGJeAABiewAAYoIAAGLTAABjJwAAY0sAAGPkAABj9AAAZBAAAGQnAABkNgAAZFEAAGRfAABkawAAZIIAAGSRAABkrAAAZNsAAGT6AABlWgAAZjUAAGZIAABmgQAAZo4AAGapAABmvAAAZsUAAGbXAABnEgAAZ0cAAGdZAABnyQAAZ+QAAGg7AABoRgAAaLMAAGi9AABoxwAAaNIAAGjdAABpuAAAac8AAGo7AABqUAAAaowAAGq0AABqvgAAaskAAGrxAABrPgAAa6AAAGvMAABr1AAAbFgAAG0iAABtMwAAbYEAAG2mAABt/gAAbjsAAG6EAABumQAAbwUAAG+BAABwAgAAcD4AAHCWAABwwAAAcPMAAHEbAABxNAAAcUUAAHGfAABx5wAAcfUAAHJcAABydQAAcoIAAHKmAAByvgAAcxsAAHMyAABzUAAAc6EAAHOvAABzuQAAc8QAAHPSAAB0XwAAdPAAAHT/AAB1LgAAdcQAAHaNAAB2ngAAdrMAAHb9AAB3DQAAd3cAAHfGAAB3+wAAeGcAAHisAAB5EgAAeXcAAHoiAAB6SwAAeooAAHqaAAB6uAAAeskAAHsBAAB7UQAAe18AAHvcAAB7+gAAfAcAAHxSAAB8aAAAfMMAAHztAAB9CwAAfToAAH1IAAB9UgAAfV0AAH1rAAB9+AAAfokAAH6XAAB+vgAAf0IAAH9vAAB/fAAAgCEAAIBqAACAeQAAgLYAAIDwAACBAwAAgW8AAIGsAACCBwAAgkUAAIKhAACCygAAguwAAIMUAACDGwAAgy0AAINRAACDiwAAg5kAAIQAAACEBwAAhBQAAIQ5AACEUQAAhK4AAITFAACE2QAAhUYAAIVoAACFoQAAha8AAIXiAACF+QAAhgwAAIYfAACGNgAAhkkAAIZgAACGagAAhnsAAIaFAACGlgAAhqAAAIatAAHAAAAAAPU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BAICAQECAgQFBgcHCAkKCgoLDAwLDAsLCgkJCAgGBgUEAwL+fwECAgQFBgcHCAkKCgoLDAwMCwsLCgkJCAgGBgUEAwICAwQFBgYICAkJCgsLCwwMDAsKCgoJCAcHBgUEAgIBgAIDBAUGBggICQkKCwsMCwwMCwoKCgkIBwcGBQQCAgEBAgIEBQYHBwgJCgoKCwwMCwwLCwoJCQgIBgYFBAMC/n8BAgIEBQYHBwgJCgoKCwwMDAsLCwoJCQgIBgYFBAMCAgMEBQYGCAgJCQoLCwsMDAwLCgoKCQgHBwYFBAICAYACAwQFBgYICAkJCgsLDAsMDAsKCgoJCAcHBgUEAgIBAQICBAUGBwcICQoKCgsMDAsMCwsKCQkICAYGBQQDAv5/AQICBAUGBwcICQoKCgsMDAwLCwsKCQkICAYGBQQDAgIDBAUGBggICQkKCwsLDAwMCwoKCgkIBwcGBQQCAn8LDAsLCgkJCAgGBgUEAwEBAQEDBAUGBggICQkKCwsMCwwMCwoKCgkIBwcGBQQCAgEBAgIEBQYHBwgJCgoKCwwMCwwLCwoJCQgIBgYFBAMBAQEBAwQFBgYICAkJCgsLDAsMDAsKCgoJCAcHBgUEAgIBAQICBAUGBwcICQoKCgsMAXUMCwsLCgoICQcHBQUEAwICAwQFBQcHCQgKCgsLCwwMCwsLCgoICQcHBQUEAwICAwQFBQcHCQgKCgsLCwwMCwsLCgoICQcHBQUEAwICAwQFBQcHCQgKCgsLCwwMCwsLCgoICQcHBQUEAwICAwQFBQcHCQgKCgsLCwF1DAwLCgoKCQgHBwYFBAICAQECAgQFBgcHCAkKCgoLDAwLDAsLCgkJCAgGBgUEAwEBAQEDBAUGBggICQkKCwsMCwwMCwoKCgkIBwcGBQQCAgEBAgIEBQYHBwgJCgoKCwwMCwwLCwoJCQgIBgYFBAMBAQEBAwQFBgYICAkJCgsLDAAAAAgAAAAAA+cD9AA/AEMAkgCWAJoAngCiANAAAAEPDisBLw09AT8NOwEfDSUVIzUlDwQnIw8CFR8CDwEfAQ8CHwMzNx8HMz8HFzM/Ay8CPwEvAT8BPQEvAg8BLwcjDwIlFSM1JRUjNSMVIzUjFSM1JxEVHwYhJz0BMz8CIzUzFT8BNTMVHwERLwchDwYDIAEBAgIEAwUEBgYGBgcHCAcICAcHBgYGBQUF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/D/8P/w/P/w//D/8P/wQAkkEBAMDAgEBAgIDAgQEBAUFBQwNDgYHBQYFBAQEAwMBAgEBAwIDAwQEBQUFBg0ODQYGBgX/AAQEAwMCAQECAgMCBAQEBQUFDA0OBgcFBgUEBAQDAwECAQEDAgMDBAQFBQUGDQ4NBgYGBQJgvb0/P/2pQvlB/aw/vb0/AYK9vb29vb3+hn5+fn5+fgI3qwQFBgYGBgcODQYFBQQFBAMDAgMBAQECAwMEBAQFBgUHBg4ODAUFBQQEAwMCAgIDAQMDBPgEBQYGBgYHDg0GBQUEBQQDAwIDAQEBAgMDBAQEBQYFBwYODgwFBQUEBAMDAgICAwEDAwRwP34BO/6GAXp+P35+P34AAAgAAAAAAuADwAAvAF8AjwC/AO8BHwFPAX8AACUVHwk7AT8JPQEvCSsBDwkFFR8JOwE/CT0BLwkrAQ8JJRUfCTsBPwk9AS8JKwEPCQUVHwk7AT8JPQEvCSsBDwklFR8JOwE/CT0BLwkrAQ8JBRUfCTsBPwk9AS8JKwEPCSUVHwk7AT8JPQEvCSsBDwkFFR8JOwE/CT0BLwkrAQ8JAmABAgIGCAkLBgYGBwcGBgYLCQgGAgIBAQICBggJCwYGBgcHBgYGCwkIBgICAf7AAQICBggJCwYGBgcHBgYGCwkIBgICAQECAgYICQsGBgYHBwYGBgsJCAYCAgEBQAECAgYICQsGBgYHBwYGBgsJCAYCAgEBAgIGCAkLBgYGBwcGBgYLCQgGAgIB/sABAgIGCAkLBgYGBwcGBgYLCQgGAgIBAQICBggJCwYGBgcHBgYGCwkIBgICAQFAAQICBggJCwYGBgcHBgYGCwkIBgICAQECAgYICQsGBgYHBwYGBgsJCAYCAgH+wAECAgYICQsGBgYHBwYGBgsJCAYCAgEBAgIGCAkLBgYGBwcGBgYLCQgGAgIBAUABAgIGCAkLBgYGBwcGBgYLCQgGAgIBAQICBggJCwYGBgcHBgYGCwkIBgICAf7AAQICBggJCwYGBgcHBgYGCwkIBgICAQECAgYICQsGBgYHBwYGBgsJCAYCAgGABwYGBgsJCAYCAgEBAgIGCAkLBgYGBwcGBgYLCQgGAgIBAQICBggJCwYGBgcHBgYGCwkIBgICAQECAgYICQsGBgYHBwYGBgsJCAYCAgEBAgIGCAkLBgYG+QcGBgYLCQgGAgIB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ATsBPAE9AT4BPwFAAUEBQgFDAUQBRQFGAUcBSAFJAUoBSwFMAU0BTgFPAVABUQFSAVMBVAFVAVYBVwFYAVkBWgFbAVwBXQFeAV8BYAFhAWIBYwFkAWUBZgFnAWgBaQFqAWsBbAFtAW4BbwFwAXEBcgFzAXQBdQF2AXcBeAF5AXoBewF8AX0BfgF/AYABgQGCAYMBhAGFAYYBhwGIAYkBigGLAYwBjQGOAY8BkAGRAZIBkwGUAZUBlgGXAZgBmQGaAZsBnAGdAZ4BnwGgAaEBogGjAaQBpQGmAacBqAGpAaoBqwGsAa0BrgGvAbABsQGyAbMBtAG1AbYBtwG4AbkBugG7AbwBvQG+Ab8BwAHBAcIBwwHEAcUBxgHHAcgByQHKAcsBzAHNAc4BzwHQAdEB0gHTAdQB1QHWAdcB2AHZAdoB2wHcAd0B3gHfAeAB4QHiAeMB5AHlAeYB5wHoAekB6gHrAewB7QHuAe8B8AHxAfIB8wH0AfUB9gH3AfgB+QH6AfsB/AH9Af4B/wIAAgECAgIDAgQCBQIGAgcCCAIJAgoCCwIMAg0CDgIPAhACEQISAhMCFAIVAhYCFwIYAhkCGgIbAhwCHQIeAh8CIAIhAiICIwIkAiUCJgInAigCKQIqAisCLAItAi4CLwIwAjECMgIzAjQCNQI2AjcCOAI5AjoCOwI8Aj0CPgI/AkACQQJCAkMCRAJFAkYCRwJIAkkCSgJLAkwCTQJOAk8CUAJRAlICUwJUAlUCVgJXAlgCWQJaAlsCXAJdAl4CXwJgAmECYgJjAmQCZQJmAmcCaAJpAmoCawJsAm0CbgJvAnACcQJyAnMCdAJ1AnYCdwJ4AnkCegJ7AnwCfQJ+An8CgAKBAoICgwKEAoUChgKHAogCiQKKAosCjAKNAo4CjwKQApECkgKTApQClQKWApcCmAKZApoCmwKcAp0CngKfAqACoQKiAqMCpAKlAqYCpwKoAqkCqgKrAqwCrQKuAq8CsAKxArICswK0ArUCtgK3ArgCuQK6ArsCvAK9Ar4CvwLAAsECwgLDAsQCxQLGAscCyALJAsoCywLMAs0CzgLPAtAC0QLSAtMC1ALVAtYC1wLYAtkC2gLbAtwC3QLeAt8C4ALhAuIC4wLkAuUC5gLnAugC6QLqAusC7ALtAu4C7wLwAvEC8gLzAvQC9QL2AvcC+AL5AvoC+wL8Av0C/gL/AwADAQMCAwMDBAMFAwYDBwMIAwkDCgMLAwwDDQMOAw8DEAMRAxIDEwMUAxUDFgMXAxgDGQMaAxsDHAMdAx4DHwMgAyEDIgMjAyQDJQMmAycDKAMpAyoDKwMsAy0DLgMvAzADMQMyAzMDNAM1AzYDNwM4AzkDOgM7AzwDPQM+Az8DQANBA0IDQwNEA0UDRgNHA0gDSQNKA0sDTANNA04DTwNQA1EDUgNTA1QDVQNWA1cDWANZA1oDWwNcA10DXgNfA2ADYQNiA2MDZANlA2YDZwNoA2kDagNrA2wDbQNuA28DcANxA3IDcwN0A3UDdgN3A3gDeQN6A3sDfAN9A34DfwOAA4EDggODA4QDhQOGA4cDiAOJA4oDiwOMA40DjgOPA5ADkQOSA5MDlAOVA5YDlwOYA5kDmgObA5wDnQOeA58DoAAKUGRmX0V4cG9ydApDU1ZfRXhwb3J0DEV4Y2VsX0V4cG9ydAxCVF9EYXRlcmFuZ2UMRlRfRGF0ZXJhbmdlDE1UX0RhdGVyYW5nZQ1NVF9FeGNlbGNsZWFyDUZUX0V4Y2VsY2xlYXINQlRfRXhjZWxjbGVhcg5NVF9FeGNlbGZpbHRlcg5GVF9FeGNlbGZpbHRlcg5CVF9FeGNlbGZpbHRlcgxCdWxsZXRfQXJyb3cNQnVsbGV0X0NpcmNsZQVOb25lMgtCdWxsZXRfVGljaxFCb3JkZXJfRGlhZ29uYWxVcBNCb3JkZXJfRGlhZ29uYWxEb3duDUJ1bGxldF9GbG93ZXIKQnVsbGV0X0RvdA1CdWxsZXRfU3F1YXJlDU1UX1JpZ2h0QXJyb3cNRlRfUmlnaHRBcnJvdwxNVF9MZWZ0QXJyb3cMRlRfTGVmdEFycm93DE1UX0Rvd25BcnJvdwxGVF9Eb3duQXJyb3cKTVRfVXBhcnJvdwpGVF9VcGFycm93DU1UX1JlY3VycmVuY2UNRlRfUmVjdXJyZW5jZRNNVF9SZWN1cnJlbmNlRWRpdGVkE0ZUX1JlY3VycmVuY2VFZGl0ZWQLTVRfTG9jYXRpb24OTVRfRGVzY3JpcHRpb24LTVRfVGltZXpvbmULRlRfTG9jYXRpb24ORlRfRGVzY3JpcHRpb24LRlRfVGltZXpvbmUIRlRfVG9kYXkITVRfVG9kYXkLRlRfV29ya1dlZWsIQlRfVG9hZHkOTVRfTW9udGhBZ2VuZGELTVRfV29ya3dlZWsLTVRfV2Vla1ZpZXcJRlRfQWdlbmRhCkZUX0RheVZpZXcKQlRfRGF5VmlldwtCVF9Xb3JrV2VlawlCVF9BZ2VuZGEKTVRfRGF5Vmlldw5CVF9Nb250aEFnZW5kYQ1NVF9BZ2VuZGFWaWV3DkZUX01vbnRoQWdlbmRhC0ZUX1dlZWtWaWV3C0JUX1dlZWtWaWV3C01UX0RhdGVUaW1lC0ZUX0RhdGVUaW1lC0JUX0RhdGVUaW1lC01UX1Jlc291cmNlC0ZUX1Jlc291cmNlC0JUX1Jlc291cmNlDk1UX1RpbWVMaW5lRGF5DkZUX1RpbWVMaW5lRGF5DkJUX1RpbWVMaW5lRGF5D01UX1RpbWVMaW5lV2Vlaw9GVF9UaW1lTGluZVdlZWsPQlRfVGltZUxpbmVXZWVrE01UX1RpbWVMaW5lV29ya1dlZWsTRkJfVGltZUxpbmVXb3JrV2VlaxNCVF9UaW1lTGluZVdvcmtXZWVrEE1UX1RpbWVMaW5lTW9udGgQQlRfVGltZUxpbmVNb250aBBGVF9UaW1lTGluZU1vbnRoCHRhYmxlLTAyBGNvcHkIdGgtc21hbGwHc2F2ZS0wMgphbGlnbi1sZWZ0B2VkaXQtMDYIY2xvc2Utd2YLd29yZC1leHBvcnQKYWRkLW5ldy0wMQpwcmludGVyLTAyC2Nyb3NzLWNsb3NlBmZpbHRlcgRwbHVzBWNsb3NlDWNoZWNrLW1hcmstMDEKcHJpbnRlci0wMQdlZGl0LTA0B2FkZC1uZXcIY2xvc2UtMDEQY2hldnJvbi1yaWdodC0wMQphcnJvdy1sZWZ0DGNoZXZyb24tbGVmdBFGVF9Ecm9wZG93bl9BcnJvdw9hcnJvd2hlYWQtdXAtMDERYXJyb3doZWFkLWRvd24tMDENY2hldnJvbi1yaWdodAxhcnJvd2hlYWQtdXAGcmVsb2FkDmFycm93aGVhZC1kb3duDWFycm93LWRvd24tMDILYXJyb3ctdXAtMDEJZGVsZXRlLTA2E2Fycm93LWhlYWQtcmlnaHQtMDIPYXJyb3doZWFkLXJpZ2h0DmFycm93aGVhZC1sZWZ0C2Fycm93LXJpZ2h0CWRlbGV0ZS0wNQxkb3duLWFycm93LTEMY2hldnJvbi1kb3duEmFycm93LXNhbnMtbGVmdC0wMRNhcnJvdy1zYW5zLXJpZ2h0LTAxDWFyb293LWxlZnQtMDEQY2hldnJvbi1yaWdodC0wMwp1cC1hcnJvdy0xEG5hdmlnYXRpb24tcmlnaHQJU29ydGluZy1tCmVkaXQtaWNvbjENZmlyc3QtcGFnZW5hdgxsc3QtcGFnZS1uYXYHdGVtcC1kdAtCb3R0b20taWNvbgZGaWx0ZXIIVG9wLWljb24Lbnh0LXBnLWljb24LZG93bi1hcnJvdzIHZ3JwLWRlbAhVcC1hcnJvdwpEd24tYXJyb3czCWZsdHItY2FuMglwcmV2LWljb24JR3JvdXBpY29uC1NlbGVjdGlvbi1tD0NsZWFyX2lucHV0XzAwMRFDaGVjYm94X3NlbGVjdGlvbgxJbnRlcm1lZGlhdGUJU2VsZWN0aW9uB0JUX01lbnUNTVRfTGVmdF9BcnJvdwxGQl9GaXJzdHBhZ2UIQlRfTWVudTESTVRfUmlnaHRfQXJyb3dmaWxsB0JUX0VkaXQITVRfQ2xlYXIJQlRfZmlsdGVyCEZCX0NsZWFyB0ZCX1NhdmUOTVRfUmlnaHRfQXJyb3cLQlRfQ2FsZW5kYXIJQlRfU2VhcmNoC0ZCX0JhY2t3YXJkCk1UX0FkZGZsYXQHQlRfU2F2ZQlGQl9EZWxldGUPRkJfQm90dG9tX0Fycm93EkJUX0JvdHRvbWFycm93ZmlsbAxNVF9Cb3R0b21maWwJTVRfcmVtb3ZlCUJUX1JlbG9hZAdGQl9NZW51C01UX0JhY2t3YXJkEU1UX0xlZnRfQXJyb3dmaWxsB01UX01lbnUKRkJfVG9wZmlsbAxCVF9sZWZ0YXJyb3cJQlRfUmVtb3ZlCU1UX1NlYXJjaAtGQl9MYXN0cGFnZQtGQl9DYWxlbmRhcghNVF9tb250aAdCVF90aW1lCU1UX0RlbGV0ZQtCVF9iYWNrd2FyZAhGQl9tZW51MQ9NVF9Cb3R0b21fQXJyb3cKQlRfQWRkZmxhdA5CVF9ib3R0b21hcnJvdwhCVF9DbGVhcgdGQl9FZGl0CUZCX1NlYXJjaAdGQl9UaW1lB01UX1NhdmUNRkJfTGVmdF9BcnJvdwhNVF9tZW51MQlNVF9yZWxvYWQTQlRfQ2hlY2tib3hjb2xsYXBzZQlCVF9EZWxldGUJRkJfcmVtb3ZlDUJUX1JpZ2h0YXJyb3cITVRfQ2xvc2UHTVRfVGltZQpGQl9BZGRmbGF0CUZCX1JlbG9hZA5GQl9SaWdodF9BcnJvdwlGQl9maWx0ZXIJQlRfU2VsZWN0DkNvbHVtbl9jaG9vc2VyCFRyZWV2aWV3CVRyZWV2aWV3MglUcmVldmlldzEJVHJlZXZpZXczDkZUX1RyZWVfZXhwYW5kDk1UX1RyZWVfZXhwYW5kDkJUX1RyZWVfZXhwYW5kA1VwMQROZXh0B05leHRvbmUHUHJldm9uZQRQcmV2CURvd25fU29ydAZGYWJyaWMITWF0ZXJhaWwJQm9vdHN0cmFwDU1hdGVyaWFsX1BsYXkMRmFicmljX1BhdXNlDk1hdGVyaWFsX1BhdXNlC0ZhYnJpY19QbGF5DkJvb3RzdHJhcF9QbGF5D0Jvb3RzdHJhcF9QYXVzZQhGb250VHlwZQ9QYXJhT3B0aW9uZG93bjEKVGV4dFNlYXJjaBdJbnNpZGVIb3Jpem9uZGFsQm9yZGVycwpSZXN0YXJ0QXQxDU9wZW5IeXBlcmxpbmsHQ3V0RGF0YQhDb3B5RGF0YQlUb3BCb3JkZXINRGVsZXRlQ29sdW1ucwpEZWxldGVSb3dzC0luc2VydFJpZ2h0Ckluc2VydExlZnQPUmVtb3ZlSHlwZXJsaW5rFUluc2lkZVZlcnRpY2FsQm9yZGVycwtSaWdodEJvcmRlcg1FZGl0SHlwZXJsaW5rCUh5cGVybGluawtMZWZ0Qm9yZGVycwtEZWxldGVUYWJsZQ9UYWJsZVByb3BlcnRpZXMNQ29weUh5cGVybGluawxCb3R0b21Cb3JkZXIOQ2xpcGJvYXJkUGFzdGURQ29udGludWVOdW1iZXJpbmcLSW5zZXJ0QmVsb3cLSW5zZXJ0QWJvdmUKQm9yZGVyTm9uZQlCb3JkZXJCb3gDQWxsD1RhYmxlQWxpZ25SaWdodAxDdXN0b21Cb3JkZXIOVGFibGVBbGlnbkxlZnQQVGFibGVBbGlnbkNlbnRlcg1MaW5lVmVyeXNtYWxsCkxpbmVub3JtYWwJTGluZXNtYWxsDVBhcmFPcHRpb251cDEKVGV4dEJvdHRvbQpUZXh0Q2VudGVyB1RleHRUb3AOTVRfQ2xlYXJGb3JtYXQQTVRfU3RyaWtldGhyb3VnaAxNVF9VcHBlcmNhc2UKTVRfSnVzdGlmeQhNVF9JbWFnZQlNVF9SZXNpemULTVRfTWluaW1pc2ULTVRfRWRpdExpbmsHTVRfQm9sZAxNVF9BbGlnbkxlZnQGTVRfQ3V0Ek1UX0FsdGVybmF0aXZlVGV4dAdNVF9Db3B5CU1UX1JlbW92ZRFNVF9JbmNyZWFzZUluZGVudAtNVF9DbGVhckFsbAdNVF9VbmRvDU1UX0Z1bGxTY3JlZW4MTVRfVW5kZXJsaW5lEE1UX1Vub3JkZXJlZExpc3QKTVRfUHJldmlldw5NVF9PcmRlcmVkTGlzdAxNVF9Mb3dlcmNhc2UNTVRfUmVtb3ZlTGluawlNVF9ab29tSW4LTVRfT3BlbkxpbmsITVRfUHJpbnQMTVRfRm9udENvbG9yDU1UX0FsaWduUmlnaHQNTVRfQ3JlYXRlTGluawtNVF9WaWV3U2lkZQtNVF9Db2RlVmlldwpNVF9ab29tT3V0Dk1UX1N1cGVyc2NyaXB0B01UX1BhcmEHTVRfUmVkbwhNVF9QYXN0ZQ1NVF9JbnNlcnRDb2RlDE1UX1N1YnNjcmlwdApNVF9EaXNwbGF5Ck1UX1JlcGxhY2UJTVRfSXRhbGljCk1UX0NhcHRpb24STVRfQmFja2dyb3VuZGNvbG9yEU1UX0RlY3JlYXNlSW5kZW50Dk1UX0FsaWduQ2VudGVyC01UX0ZvbnROYW1lCEJUX0Nsb3NlC0RyYWdBbmREcm9wDEZpbHRlckZpZWxkcwpOZXdfQ29sdW1uB05ld19Sb3cDU3VtCEZpbHRlcl9CDUZpbHRlckNsb3NlX0IGU29ydF9CDUZpbHRlckNsb3NlX0YHQ2xvc2VfQgZTb3J0X0YIRmlsdGVyX0YHQ2xvc2VfRg1DbGVhcmZpbHRlcl9CDUNsZWFyZmlsdGVyX00NQ2xlYXJmaWx0ZXJfRgJPawtBbGlnbkJvdHRvbQ5JbnNlcnRSb3dBYm92ZQ5JbnNlcnRSb3dCZWxvdwtBbGlnbkNlbnRlcgxEZWxldGVDb2x1bW4JRGVsZXRlUm93EEluc2VydENvbHVtbkxlZnQIQWxpZ25Ub3ARSW5zZXJ0Q29sdW1uUmlnaHQORWRpdFByb3BlcnRpZXMRVmVydGljYWxBbGlnbm1lbnQJQWRkQ29sdW1uBVN0eWxlCVRiX0RlbGV0ZQZBZGRSb3cGSGVhZGVyDkRvdWJsZVJlc2l6ZV8yDkRvdWJsZVJlc2l6ZV8xDlNpbmdsZVJlc2l6ZV8xDlNpbmdsZVJlc2l6ZV8zDlNpbmdsZVJlc2l6ZV8yDlNpbmdsZVJlc2l6ZV80CEJfRm9vdGVyCEJfSGVhZGVyBUJfTmV3EkJfQWxpZ25DZW50ZXJ0YWJsZRJCX0FsaWduQm90dG9tdGFibGULQl9IaWdobGlnaHQQQl9UYWJsZW9mY29udGVudApCX0Jvb2ttYXJrDEJfU3Ryb2tlU2l6ZQtCX1VuZGVybGluZQ1CX1N1cGVyc2NyaXB0DUJfQWxpZ25jZW50ZXIGQl9SZWRvD0JfU3RyaWtldGhyb3VnaAtCX05VbWJlcmluZwZCX1VuZG8NQl9TdHJva2VTdHlsZQxCX1BhZ2VudW1iZXIHQl9JbWFnZQhCX0l0YWxpYwdCX0Nsb3NlC0JfRm9udENvbG9yBkJfTG9jawxCX0FsaWduUmlnaHQHQl9QcmludBJCX1Nob3dIaWRlcHJvcGVydHkQQl9EZWNyZWFzZUluZGVudAlCX0J1bGxldHMKQl9DbGVhckFsbAZCX0xpbmsGQl9PcGVuB0JfUGFzdGUKQl9Eb3dubG9hZAdCX1RhYmxlEEJfSW5jcmVhc2VJbmRlbnQJQl9KdXN0aWZ5C0JfU3Vic2NyaXB0BkJfQm9sZA1CX0xpbmVzcGFjaW5nEUJfQmFja2dyb3VuZENvbG9yBkJfRmluZAtCX1BhZ2VTZXR1cAtCX0FsaWdubGVmdA9CX0FsaWduVG9wdGFibGUHTV9DbG9zZQ1NX0xpbmVTcGFjaW5nBk1fVW5kbwZNX0ZpbmQGTV9Mb2NrCE1fSXRhbGljBk1fTGluaw1NX0FsaWduQm90dG9tB01fVGFibGUKTV9Eb3dubG9hZAlNX0p1c3RpZnkQTV9UYWJsZU9mQ29udGVudAxNX1N0cm9rZVNpemUMTV9QYWdlTnVtYmVyC01fSGlnaGxpZ2h0BU1fTmV3B01fUGFzdGUGTV9Cb2xkC01fU3Vic2NyaXB0Ck1fQWxpZ25Ub3ASTV9BbGlnbkNlbnRlclRhYmxlC01fRm9udENvbG9yC01fUGFnZVNldHVwDU1fU3Ryb2tlU3R5bGUPTV9TdHJpa2V0aHJvdWdoB01fSW1hZ2UGTV9SZWRvCk1fQm9va21hcmsQTV9JbmNyZWFzZUluZGVudAhNX0hlYWRlchFNX0JhY2tncm91bmRDb2xvcgZNX09wZW4LTV9VbmRlcmxpbmUNTV9TdXBlcnNjcmlwdAtNX0FsaWduTGVmdAtNX051bWJlcmluZw1NX0FsaWduQ2VudGVyCU1fQnVsbGV0cxBNX0RlY3JlYXNlSW5kZW50Ek1fU2hvd0hpZGVQcm9wZXJ0eQdNX1ByaW50DE1fQWxpZ25SaWdodAhNX0Zvb3RlcgpNX0NsZWFyQWxsC1N0cm9rZVN0eWxlCEJvb2ttYXJrB1BpY3R1cmUERmluZA1PdXRzaWRlQm9yZGVyB0p1c3RpZnkFQ2xvc2UORGVjcmVhc2VJbmRlbnQVUGl4ZWxBbGlnbkNlbnRlclRhYmxlD0JhY2tncm91bmRDb2xvcg1GX0FsaWduQm90dG9tCVBhZ2VTZXR1cA5IaWdobGlnaHRDb2xvcgtTdXBlcnNjcmlwdAVUYWJsZQRVbmRvDUZfSW5zZXJ0QmVsb3cLRl9Ub3BCb3JkZXIKUGFnZU51bWJlchBBbGlnbkNlbnRlclRhYmxlDkluY3JlYXNlSW5kZW50BEJvbGQJQWxpZ25MZWZ0BkZvb3Rlcg1GX0luc2VydFJpZ2h0CVVuZGVybGluZQxGX0luc2VydExlZnQETG9jawhGX0hlYWRlcg1TdHJpa2V0aHJvdWdoCENsZWFyQWxsDUZfUmlnaHRCb3JkZXIKQWxpZ25SaWdodARPcGVuClN0cm9rZVNpemUFUHJpbnQNRl9EZWxldGVUYWJsZQlGb250Q29sb3INSW5zaWRlQm9yZGVycwxGX0RlbGV0ZVJvd3MLTGluZVNwYWNpbmcMU2hvd0hpZGVQYW5lFEluc2lkZVZlcnRpY2FsQm9yZGVyCEFsaWduVE9wBFJlZG8ORl9Cb3R0b21Cb3JkZXIDTmV3BVBhc3RlB0J1bGxldHMEQ2VsbA9GX0RlbGV0ZUNvbHVtbnMKQWxsQm9yZGVycwlTdWJzY3JpcHQIRG93bmxvYWQOVGFibGVPZkNvbnRlbnQGSXRhbGljFkluc2lkZUhvcml6b25kYWxib3JkZXINRl9MZWZ0Qm9yZGVycwlOdW1iZXJpbmcETGluaw1GX0FsaWduQ2VudGVyDUZfSW5zZXJ0QWJvdmULTV9QYWdlQnJlYWsHQl9CcmVhaw5NX1NlY3Rpb25CcmVhawhCX1VwbG9hZAhNX1VwbG9hZAtCX1BhZ2VCcmVhawdNX0JyZWFrDkJfU2VjdGlvbkJyZWFrB0F1dG9GaXQQRml4ZWRDb2x1bW5XaWR0aA1BdXRvRml0V2luZG93C0RyYWdhbmREcm9wEUJfTmV3X0ZpbHRlckNsZWFyEkZfTmV3X0ZpbHRlckFjdGl2ZQtGX05ld19TaWdtYRFGX05ld19GaWx0ZXJDbGVhcgxGX05ld19Db2x1bW4MQl9OZXdfRmlsdGVyCUZfTmV3X1JvdxJCX05ld19GaWx0ZXJBY3RpdmUSTV9OZXdfRmlsdGVyQWN0aXZlDEZfTmV3X0ZpbHRlcg9Cb290c3RyYXBfTW9yZTIPQm9vdHN0cmFwX01vcmUxDEZhYnJpY19Nb3JlMgxGYWJyaWNfTW9yZTEOTWF0ZXJpYWxfTW9yZTIMQm9vdHN0cmFwX1VQCUZhYnJpY19VUA5Cb290c3RyYXBfRG93bgtGYWJyaWNfRG93bg5Sb3dEcmFnYW5kRHJvcAtSb3dEcmFnTW92ZQdHcmlwcGVyBlJlc2l6ZQlCX1BWX09wZW4OQl9QVl9GaXJzdHBhZ2UNQl9QVl9QcmV2aW91cwlCX1BWX05leHQNQl9QVl9MYXN0cGFnZQxCX1BWX1pvb21vdXQLQl9QVl9ab29taW4NQl9QVl9Eb3dubG9hZA1CX1BWX0Jvb2ttYXJrC0JfUFZfU2VhcmNoE0JfUFZfVGV4dEFubm90YXRpb24KQl9QVl9DbG9zZQxCX1BWX0NvbW1lbnQJQl9QVl9TYXZlDkJfUFZfQWxpZ25sZWZ0DUJfUFZfRnJlZWhhbmQJQl9QVl9VbmRvDkJfUFZfSGlnaGxpZ2h0CUJfUFZfTW9yZQ5CX1BWX1VuZGVybGluZRJCX1BWX1N0cmlrZXRocm91Z2gKQl9QVl9QYWludAhCX1BWX1BhbgxCX1BWX09wYWNpdHkLQl9QVl9EZWxldGULQl9QVl9DdXJzb3IPQl9QVl9SaWdodGFycm93EEJfUFZfU3Ryb2tlY29sb3IKQl9QVl9QcmludAlCX1BWX1JlZG8JQl9QVl9Gb250C0JfUFZfU2hhcGVzDkJfUFZfbGVmdGFycm93EUJfUFZfU3Ryb2tld2VpZ2h0E0JfUFZfQW5ub3RhdGlvbkVkaXQOQl9QVl9UaHVtYm5haWwKQl9QVl9TdGFtcA5CX1BWX1BhZ2VicmVhaw9CX1BWX1NpbmdsZXBhZ2UJRl9QVl9PcGVuDkZfUFZfRmlyc3RQYWdlDUZfUFZfUHJldmlvdXMJRl9QVl9OZXh0DUZfUFZfTGFzdFBhZ2UMRl9QVl9ab29tb3V0C0ZfUFZfWm9vbWluDUZfUFZfRG93bmxvYWQNRl9QVl9Cb29rbWFyawtGX1BWX1NlYXJjaBJGX1BWX1RleHRhbm5vdGFpb24KRl9QVl9DbG9zZQxGX1BWX0NvbW1lbnQJRl9QVl9TYXZlDkZfUFZfQWxpZ25sZWZ0DUZfUFZfRnJlZWhhbmQJRl9QVl9VbmRvDkZfUFZfSGlnaGxpZ2h0CUZfUFZfTW9yZQ5GX1BWX1VuZGVybGluZRJGX1BWX1N0cmlrZXRocm91Z2gKRl9QVl9QYWludAhGX1BWX1BhbgxGX1BWX09wYWNpdHkLRl9QVl9EZWxldGULRl9QVl9jdXJzb3IPRl9QVl9yaWdodGFycm93EEZfUFZfU3Ryb2tlY29sb3IKRl9QVl9QcmludAlGX1BWX1JlZG8JRl9QVl9Gb250C0ZfUFZfU2hhcGVzDkZfUFZfbGVmdGFycm93EUZfUFZfU3Ryb2tld2VpZ2h0E0ZfUFZfQW5ub3RhdGlvbkVkaXQORl9QVl9UaHVtYm5haWwKRl9QVl9TdGFtcA5GX1BWX1BhZ2VCcmVhaw9GX1BWX1NpbmdsZVBhZ2UJTV9QVl9PcGVuDk1fUFZfRmlyc3RwYWdlDU1fUFZfUHJldmlvdXMJTV9QVl9OZXh0DU1fUFZfTGFzdHBhZ2UMTV9QVl9ab29tb3V0C01fUFZfWm9vbWluDU1fUFZfRG93bmxvYWQNTV9QVl9Cb29rbWFyawtNX1BWX1NlYXJjaBNNX1BWX1RleHRBbm5vdGF0aW9uCk1fUFZfQ2xvc2UMTV9QVl9Db21tZW50CU1fUFZfU2F2ZQ5NX1BWX0FsaWduTGVmdA1NX1BWX0ZyZWVoYW5kCU1fUFZfVW5kbw5NX1BWX0hpZ2hsaWdodAlNX1BWX01vcmUOTV9QVl9VbmRlcmxpbmUSTV9QVl9TdHJpa2V0aHJvdWdoCk1fUFZfUGFpbnQITV9QVl9QYW4MTV9QVl9PcGFjaXR5C01fUFZfRGVsZXRlC01fUFZfQ3Vyc29yD01fUFZfUmlnaHRBcnJvdxBNX1BWX1N0cm9rZWNvbG9yCk1fUFZfUHJpbnQJTV9QVl9SZWRvDk1fUFZfRm9udGNvbG9yC01fUFZfU2hhcGVzDk1fUFZfTGVmdEFycm93EU1fUFZfU3Ryb2tld2VpZ2h0Ek1fUFZfQW5ub3RhaW9uRWRpdA5NX1BWX1RodW1ibmFpbApNX1BWX1N0YW1wDk1fUFZfUGFnZWJyZWFrEE1fUFZfTmV3RG9jdW1lbnQPR3JpcHBlcl9GbGlwcGVkB0ZfQnJlYWsKRl9OZXh0UGFnZRRGX1NlbGVjdGZyb21Db21wdXRlcgtGX1BhZ2VCcmVhawhGX0V4cGFuZApGX0NvbGxhcHNlCkJfQ29sbGFwc2UIQl9FeHBhbmQKTV9Db2xsYXBzZQhNX0V4cGFuZAdNRV9UaWNrCE1FX0Nsb3NlB0ZFX1RpY2sIRkVfQ2xvc2UHQkVfVGljawhCRV9DbG9zZQAAAAAA") format("truetype"); }

.e-icons {
  font-family: 'e-icons';
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  speak: none;
  text-transform: none; }

/*! common core */
.e-control,
.e-css {
  font-family: "Roboto", "Segoe UI", "GeezaPro", "DejaVu Serif", "sans-serif", "-apple-system", "BlinkMacSystemFont";
  font-size: 12px;
  font-weight: normal; }

.sf-license-warning {
  background: #e82824;
  color: #fff;
  font-family: 'Segoe UI';
  font-size: medium;
  left: 0;
  line-height: 45px;
  opacity: .75;
  position: fixed;
  right: 0;
  text-align: center;
  top: 0;
  z-index: 999999999; }

.sf-license-close-btn {
  background: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgaGVpZ2h0PSIyMCIgd2lkdGg9IjIwIiB2aWV3Qm94PSIwIDAgMjU2IDI1NiI+ICA8Zz4gICAgPHBhdGggaWQ9InBhdGgxIiB0cmFuc2Zvcm09InJvdGF0ZSgxLDEyOCwxMjgpIHRyYW5zbGF0ZSg1OS4wMTA3Nzk0NDEwNDU1LDU5KSBzY2FsZSg0LjMxMjUwMDI1NzA0NTA1LDQuMzEyNTAwMjU3MDQ1MDUpIiBmaWxsPSIjZmZmZmZmIiBkPSJNMjkuNTkwODE4LDBDMzAuMjA2OTYzLDAgMzAuODIzMjI3LDAuMjM0NDk5OTMgMzEuMjkyMjI5LDAuNzAzNDk5NzkgMzIuMjI5MjU2LDEuNjQwNTAwMSAzMi4yMjkyNTYsMy4xNjA1MDA1IDMxLjI5MjIyOSw0LjEwMDQ5OTJMMTkuMzk4MDAzLDE1Ljk5ODQ5OCAzMS4yOTIyMjksMjcuODkyNDk1QzMyLjIyOTI1NiwyOC44Mjk0OTkgMzIuMjI5MjU2LDMwLjM0OTQ5NiAzMS4yOTIyMjksMzEuMjk0NDk2IDMwLjM1NDIyNywzMi4yMzE1IDI4LjgyNzE2NCwzMi4yMzE1IDI3Ljg5MDEzOSwzMS4yOTQ0OTZMMTUuOTk3OTg4LDE5LjM5OTQ5OSA0LjEwNDc5OTIsMzEuMjk2NTAyQzMuMTY3NzczNCwzMi4yMzQ0OTggMS42Mzk3MzQ3LDMyLjIzNDQ5OCAwLjcwMjc2OTY5LDMxLjI5NjUwMiAtMC4yMzQyNTY1NiwzMC4zNTI1MDIgLTAuMjM0MjU2NTYsMjguODMyNDk4IDAuNzAyNzY5NjksMjcuODk0NTAyTDEyLjU5NjkzNCwxNS45OTg0OTggMC43MDI3Njk2OSw0LjEwMjQ5ODFDLTAuMjM0MjU2NTYsMy4xNjU0OTc4IC0wLjIzNDI1NjU2LDEuNjQ1NDk3MyAwLjcwMjc2OTY5LDAuNzA1NDk4NyAxLjYzOTczNDcsLTAuMjMxNTAxNTggMy4xNjc3NzM0LC0wLjIzMTUwMTU4IDQuMTA0Nzk5MiwwLjcwNTQ5ODdMMTUuOTk2OTUsMTIuNTk3NDk3IDI3Ljg5MDEzOSwwLjcwMzQ5OTc5QzI4LjM1ODY1LDAuMjM0NDk5OTMsMjguOTc0Njc0LDAsMjkuNTkwODE4LDB6IiAvPiAgPC9nPjwvc3ZnPg==");
  cursor: pointer;
  height: 20px;
  margin-top: 14px;
  padding-top: 10px;
  position: absolute;
  right: 20px;
  width: 20px; }

.sf-license-warning a,
.sf-license-warning a:hover {
  color: #ffd800; }

.e-error {
  color: #f44336;
  font-family: "Roboto", "Segoe UI", "GeezaPro", "DejaVu Serif", "sans-serif", "-apple-system", "BlinkMacSystemFont";
  font-size: 12px;
  font-weight: normal; }

.e-control,
.e-control [class^='e-'],
.e-control [class*=' e-'] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

.e-control:focus,
.e-control *:focus {
  outline: none; }

.e-rtl {
  direction: rtl;
  text-align: right; }

.e-overlay {
  background-color: #383838;
  filter: alpha(opacity=50);
  height: 100%;
  opacity: .5;
  pointer-events: none;
  -ms-touch-action: none;
      touch-action: none;
  width: 100%; }

.e-hidden {
  display: none; }

.e-blazor-hidden {
  visibility: hidden; }

.e-disabled {
  background-image: none;
  cursor: default;
  filter: alpha(Opacity=35);
  opacity: .35; }

.e-ul {
  list-style-type: none; }

.e-prevent-select {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none; }

.e-warning {
  color: #ffca1c; }

.e-success {
  color: #22b24b; }

.e-information {
  color: #489bd5; }

.e-block-touch {
  -ms-touch-action: pinch-zoom;
      touch-action: pinch-zoom; }

/*! responsive desktop */
@media screen and (min-width: 961px) {
  .ts {
    border: 0; } }

@media screen and (min-width: 1025px) {
  .ts {
    border: 0; } }

@media screen and (min-width: 1281px) {
  .ts {
    border: 0; } }

/*! responsive phone */
@media screen and (min-width: 320px) {
  .ts {
    border: 0; } }

/*! responsive tablet */
@media (min-width: 481px) {
  .ts {
    border: 0; } }

@media (min-width: 641px) {
  .ts {
    border: 0; } }

/*! animation keyframes */
@-webkit-keyframes SlideLeftOut {
  from {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0); }
  to {
    -webkit-transform: translate(-100%, 0);
            transform: translate(-100%, 0); } }
@keyframes SlideLeftOut {
  from {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0); }
  to {
    -webkit-transform: translate(-100%, 0);
            transform: translate(-100%, 0); } }

@-webkit-keyframes SlideLeftIn {
  from {
    -webkit-transform: translate(-100%, 0);
            transform: translate(-100%, 0); }
  to {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0); } }

@keyframes SlideLeftIn {
  from {
    -webkit-transform: translate(-100%, 0);
            transform: translate(-100%, 0); }
  to {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0); } }

@-webkit-keyframes SlideRightIn {
  from {
    -webkit-transform: translate(100%, 0);
            transform: translate(100%, 0); }
  to {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0); } }

@keyframes SlideRightIn {
  from {
    -webkit-transform: translate(100%, 0);
            transform: translate(100%, 0); }
  to {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0); } }

@-webkit-keyframes SlideRightOut {
  from {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0); }
  to {
    -webkit-transform: translate(100%, 0);
            transform: translate(100%, 0); } }

@keyframes SlideRightOut {
  from {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0); }
  to {
    -webkit-transform: translate(100%, 0);
            transform: translate(100%, 0); } }

@-webkit-keyframes SlideBottomIn {
  from {
    -webkit-transform: translate(0, 100%);
            transform: translate(0, 100%); }
  to {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0); } }

@keyframes SlideBottomIn {
  from {
    -webkit-transform: translate(0, 100%);
            transform: translate(0, 100%); }
  to {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0); } }

@-webkit-keyframes SlideBottomOut {
  from {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0); }
  to {
    -webkit-transform: translate(0, 100%);
            transform: translate(0, 100%); } }

@keyframes SlideBottomOut {
  from {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0); }
  to {
    -webkit-transform: translate(0, 100%);
            transform: translate(0, 100%); } }

@-webkit-keyframes SlideTopIn {
  from {
    -webkit-transform: translate(0, -100%);
            transform: translate(0, -100%); }
  to {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0); } }

@keyframes SlideTopIn {
  from {
    -webkit-transform: translate(0, -100%);
            transform: translate(0, -100%); }
  to {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0); } }

@-webkit-keyframes SlideTopOut {
  from {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0); }
  to {
    -webkit-transform: translate(0, -100%);
            transform: translate(0, -100%); } }

@keyframes SlideTopOut {
  from {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0); }
  to {
    -webkit-transform: translate(0, -100%);
            transform: translate(0, -100%); } }

@-webkit-keyframes SlideRight {
  from {
    width: 0; }
  to {
    width: 100%; } }

@keyframes SlideRight {
  from {
    width: 0; }
  to {
    width: 100%; } }

@-webkit-keyframes SlideLeft {
  from {
    width: 100%; }
  to {
    width: 0; } }

@keyframes SlideLeft {
  from {
    width: 100%; }
  to {
    width: 0; } }

@-webkit-keyframes SlideDown {
  from {
    height: 0; }
  to {
    height: 100%; } }

@keyframes SlideDown {
  from {
    height: 0; }
  to {
    height: 100%; } }

@-webkit-keyframes SlideUp {
  from {
    height: 100%; }
  to {
    height: 0; } }

@keyframes SlideUp {
  from {
    height: 100%; }
  to {
    height: 0; } }

@-webkit-keyframes FadeIn {
  0% {
    filter: alpha(opacity=0);
    opacity: 0; }
  100% {
    filter: alpha(opacity=100);
    opacity: 1; } }

@keyframes FadeIn {
  0% {
    filter: alpha(opacity=0);
    opacity: 0; }
  100% {
    filter: alpha(opacity=100);
    opacity: 1; } }

@-webkit-keyframes FadeOut {
  from {
    filter: alpha(opacity=100);
    opacity: 1; }
  to {
    filter: alpha(opacity=0);
    opacity: 0; } }

@keyframes FadeOut {
  from {
    filter: alpha(opacity=100);
    opacity: 1; }
  to {
    filter: alpha(opacity=0);
    opacity: 0; } }

@-webkit-keyframes ZoomIn {
  from {
    -webkit-transform: translate(0, 0) scale(0);
            transform: translate(0, 0) scale(0); }
  to {
    -webkit-transform: translate(0, 0) scale(1);
            transform: translate(0, 0) scale(1); } }

@keyframes ZoomIn {
  from {
    -webkit-transform: translate(0, 0) scale(0);
            transform: translate(0, 0) scale(0); }
  to {
    -webkit-transform: translate(0, 0) scale(1);
            transform: translate(0, 0) scale(1); } }

@-webkit-keyframes ZoomOut {
  from {
    -webkit-transform: translate(0, 0) scale(1);
            transform: translate(0, 0) scale(1); }
  to {
    -webkit-transform: translate(0, 0) scale(0);
            transform: translate(0, 0) scale(0); } }

@keyframes ZoomOut {
  from {
    -webkit-transform: translate(0, 0) scale(1);
            transform: translate(0, 0) scale(1); }
  to {
    -webkit-transform: translate(0, 0) scale(0);
            transform: translate(0, 0) scale(0); } }

@-webkit-keyframes FadeZoomIn {
  from {
    filter: alpha(opacity=0);
    opacity: 0;
    -webkit-transform: scale(0);
            transform: scale(0); }
  to {
    filter: alpha(opacity=100);
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1); } }

@keyframes FadeZoomIn {
  from {
    filter: alpha(opacity=0);
    opacity: 0;
    -webkit-transform: scale(0);
            transform: scale(0); }
  to {
    filter: alpha(opacity=100);
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1); } }

@-webkit-keyframes FadeZoomOut {
  from {
    filter: alpha(opacity=100);
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1); }
  to {
    filter: alpha(opacity=0);
    opacity: 0;
    -webkit-transform: scale(0);
            transform: scale(0); } }

@keyframes FadeZoomOut {
  from {
    filter: alpha(opacity=100);
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1); }
  to {
    filter: alpha(opacity=0);
    opacity: 0;
    -webkit-transform: scale(0);
            transform: scale(0); } }

@-webkit-keyframes FlipRightDownIn {
  from {
    -webkit-transform: perspective(400px) rotateY(-180deg);
            transform: perspective(400px) rotateY(-180deg);
    -webkit-transform-origin: right center;
            transform-origin: right center;
    -webkit-transform-style: preserve-3d;
            transform-style: preserve-3d; }
  to {
    -webkit-transform: rotateY(0deg);
            transform: rotateY(0deg);
    -webkit-transform-origin: right center;
            transform-origin: right center;
    -webkit-transform-style: preserve-3d;
            transform-style: preserve-3d; } }

@keyframes FlipRightDownIn {
  from {
    -webkit-transform: perspective(400px) rotateY(-180deg);
            transform: perspective(400px) rotateY(-180deg);
    -webkit-transform-origin: right center;
            transform-origin: right center;
    -webkit-transform-style: preserve-3d;
            transform-style: preserve-3d; }
  to {
    -webkit-transform: rotateY(0deg);
            transform: rotateY(0deg);
    -webkit-transform-origin: right center;
            transform-origin: right center;
    -webkit-transform-style: preserve-3d;
            transform-style: preserve-3d; } }

@-webkit-keyframes FlipRightDownOut {
  from {
    -webkit-transform: perspective(400px) rotateY(0deg);
            transform: perspective(400px) rotateY(0deg);
    -webkit-transform-origin: right center;
            transform-origin: right center;
    -webkit-transform-style: preserve-3d;
            transform-style: preserve-3d; }
  to {
    -webkit-transform: rotateY(-180deg);
            transform: rotateY(-180deg);
    -webkit-transform-origin: right center;
            transform-origin: right center;
    -webkit-transform-style: preserve-3d;
            transform-style: preserve-3d; } }

@keyframes FlipRightDownOut {
  from {
    -webkit-transform: perspective(400px) rotateY(0deg);
            transform: perspective(400px) rotateY(0deg);
    -webkit-transform-origin: right center;
            transform-origin: right center;
    -webkit-transform-style: preserve-3d;
            transform-style: preserve-3d; }
  to {
    -webkit-transform: rotateY(-180deg);
            transform: rotateY(-180deg);
    -webkit-transform-origin: right center;
            transform-origin: right center;
    -webkit-transform-style: preserve-3d;
            transform-style: preserve-3d; } }

@-webkit-keyframes FlipRightUpIn {
  from {
    -webkit-transform: perspective(400px) rotateY(135deg);
            transform: perspective(400px) rotateY(135deg);
    -webkit-transform-origin: right center;
            transform-origin: right center;
    -webkit-transform-style: preserve-3d;
            transform-style: preserve-3d; }
  to {
    -webkit-transform: rotateY(0deg);
            transform: rotateY(0deg);
    -webkit-transform-origin: right center;
            transform-origin: right center;
    -webkit-transform-style: preserve-3d;
            transform-style: preserve-3d; } }

@keyframes FlipRightUpIn {
  from {
    -webkit-transform: perspective(400px) rotateY(135deg);
            transform: perspective(400px) rotateY(135deg);
    -webkit-transform-origin: right center;
            transform-origin: right center;
    -webkit-transform-style: preserve-3d;
            transform-style: preserve-3d; }
  to {
    -webkit-transform: rotateY(0deg);
            transform: rotateY(0deg);
    -webkit-transform-origin: right center;
            transform-origin: right center;
    -webkit-transform-style: preserve-3d;
            transform-style: preserve-3d; } }

@-webkit-keyframes FlipRightUpOut {
  from {
    -webkit-transform: perspective(400px) rotateY(0deg);
            transform: perspective(400px) rotateY(0deg);
    -webkit-transform-origin: right center;
            transform-origin: right center;
    -webkit-transform-style: preserve-3d;
            transform-style: preserve-3d; }
  to {
    -webkit-transform: rotateY(135deg);
            transform: rotateY(135deg);
    -webkit-transform-origin: right center;
            transform-origin: right center;
    -webkit-transform-style: preserve-3d;
            transform-style: preserve-3d; } }

@keyframes FlipRightUpOut {
  from {
    -webkit-transform: perspective(400px) rotateY(0deg);
            transform: perspective(400px) rotateY(0deg);
    -webkit-transform-origin: right center;
            transform-origin: right center;
    -webkit-transform-style: preserve-3d;
            transform-style: preserve-3d; }
  to {
    -webkit-transform: rotateY(135deg);
            transform: rotateY(135deg);
    -webkit-transform-origin: right center;
            transform-origin: right center;
    -webkit-transform-style: preserve-3d;
            transform-style: preserve-3d; } }

@-webkit-keyframes FlipLeftDownIn {
  from {
    -webkit-transform: perspective(400px) rotateY(-180deg);
            transform: perspective(400px) rotateY(-180deg);
    -webkit-transform-origin: left center;
            transform-origin: left center;
    -webkit-transform-style: preserve-3d;
            transform-style: preserve-3d; }
  to {
    -webkit-transform: rotateY(0deg);
            transform: rotateY(0deg);
    -webkit-transform-origin: left center;
            transform-origin: left center;
    -webkit-transform-style: preserve-3d;
            transform-style: preserve-3d; } }

@keyframes FlipLeftDownIn {
  from {
    -webkit-transform: perspective(400px) rotateY(-180deg);
            transform: perspective(400px) rotateY(-180deg);
    -webkit-transform-origin: left center;
            transform-origin: left center;
    -webkit-transform-style: preserve-3d;
            transform-style: preserve-3d; }
  to {
    -webkit-transform: rotateY(0deg);
            transform: rotateY(0deg);
    -webkit-transform-origin: left center;
            transform-origin: left center;
    -webkit-transform-style: preserve-3d;
            transform-style: preserve-3d; } }

@-webkit-keyframes FlipLeftDownOut {
  from {
    -webkit-transform: perspective(400px) rotateY(0deg);
            transform: perspective(400px) rotateY(0deg);
    -webkit-transform-origin: left center;
            transform-origin: left center;
    -webkit-transform-style: preserve-3d;
            transform-style: preserve-3d; }
  to {
    -webkit-transform: rotateY(135deg);
            transform: rotateY(135deg);
    -webkit-transform-origin: left center;
            transform-origin: left center;
    -webkit-transform-style: preserve-3d;
            transform-style: preserve-3d; } }

@keyframes FlipLeftDownOut {
  from {
    -webkit-transform: perspective(400px) rotateY(0deg);
            transform: perspective(400px) rotateY(0deg);
    -webkit-transform-origin: left center;
            transform-origin: left center;
    -webkit-transform-style: preserve-3d;
            transform-style: preserve-3d; }
  to {
    -webkit-transform: rotateY(135deg);
            transform: rotateY(135deg);
    -webkit-transform-origin: left center;
            transform-origin: left center;
    -webkit-transform-style: preserve-3d;
            transform-style: preserve-3d; } }

@-webkit-keyframes FlipLeftUpIn {
  from {
    -webkit-transform: perspective(400px) rotateY(-135deg);
            transform: perspective(400px) rotateY(-135deg);
    -webkit-transform-origin: left center;
            transform-origin: left center;
    -webkit-transform-style: preserve-3d;
            transform-style: preserve-3d; }
  to {
    -webkit-transform: rotateY(0deg);
            transform: rotateY(0deg);
    -webkit-transform-origin: left center;
            transform-origin: left center;
    -webkit-transform-style: preserve-3d;
            transform-style: preserve-3d; } }

@keyframes FlipLeftUpIn {
  from {
    -webkit-transform: perspective(400px) rotateY(-135deg);
            transform: perspective(400px) rotateY(-135deg);
    -webkit-transform-origin: left center;
            transform-origin: left center;
    -webkit-transform-style: preserve-3d;
            transform-style: preserve-3d; }
  to {
    -webkit-transform: rotateY(0deg);
            transform: rotateY(0deg);
    -webkit-transform-origin: left center;
            transform-origin: left center;
    -webkit-transform-style: preserve-3d;
            transform-style: preserve-3d; } }

@-webkit-keyframes FlipLeftUpOut {
  from {
    -webkit-transform: perspective(400px) rotateY(0deg);
            transform: perspective(400px) rotateY(0deg);
    -webkit-transform-origin: left center;
            transform-origin: left center;
    -webkit-transform-style: preserve-3d;
            transform-style: preserve-3d; }
  to {
    -webkit-transform: rotateY(135deg) perspective(200px);
            transform: rotateY(135deg) perspective(200px);
    -webkit-transform-origin: left center;
            transform-origin: left center;
    -webkit-transform-style: preserve-3d;
            transform-style: preserve-3d; } }

@keyframes FlipLeftUpOut {
  from {
    -webkit-transform: perspective(400px) rotateY(0deg);
            transform: perspective(400px) rotateY(0deg);
    -webkit-transform-origin: left center;
            transform-origin: left center;
    -webkit-transform-style: preserve-3d;
            transform-style: preserve-3d; }
  to {
    -webkit-transform: rotateY(135deg) perspective(200px);
            transform: rotateY(135deg) perspective(200px);
    -webkit-transform-origin: left center;
            transform-origin: left center;
    -webkit-transform-style: preserve-3d;
            transform-style: preserve-3d; } }

@-webkit-keyframes FlipYLeftIn {
  from {
    filter: alpha(opacity=0);
    opacity: 0;
    -webkit-transform: perspective(400px) rotateY(180deg);
            transform: perspective(400px) rotateY(180deg);
    -webkit-transform-origin: center center;
            transform-origin: center center;
    -webkit-transform-style: preserve-3d;
            transform-style: preserve-3d; }
  50% {
    -webkit-transform: perspective(700px) rotateY(90deg);
            transform: perspective(700px) rotateY(90deg); }
  to {
    filter: alpha(opacity=100);
    opacity: 1;
    -webkit-transform: rotateY(0deg);
            transform: rotateY(0deg);
    -webkit-transform-origin: center center;
            transform-origin: center center;
    -webkit-transform-style: preserve-3d;
            transform-style: preserve-3d; } }

@keyframes FlipYLeftIn {
  from {
    filter: alpha(opacity=0);
    opacity: 0;
    -webkit-transform: perspective(400px) rotateY(180deg);
            transform: perspective(400px) rotateY(180deg);
    -webkit-transform-origin: center center;
            transform-origin: center center;
    -webkit-transform-style: preserve-3d;
            transform-style: preserve-3d; }
  50% {
    -webkit-transform: perspective(700px) rotateY(90deg);
            transform: perspective(700px) rotateY(90deg); }
  to {
    filter: alpha(opacity=100);
    opacity: 1;
    -webkit-transform: rotateY(0deg);
            transform: rotateY(0deg);
    -webkit-transform-origin: center center;
            transform-origin: center center;
    -webkit-transform-style: preserve-3d;
            transform-style: preserve-3d; } }

@-webkit-keyframes FlipYLeftOut {
  from {
    filter: alpha(opacity=100);
    opacity: 1;
    -webkit-transform: perspective(400px) rotateY(0deg);
            transform: perspective(400px) rotateY(0deg);
    -webkit-transform-origin: center center;
            transform-origin: center center;
    -webkit-transform-style: preserve-3d;
            transform-style: preserve-3d; }
  50% {
    -webkit-transform: perspective(700px) rotateY(90deg);
            transform: perspective(700px) rotateY(90deg); }
  75% {
    -webkit-transform: perspective(850px) rotateY(125deg);
            transform: perspective(850px) rotateY(125deg); }
  to {
    filter: alpha(opacity=0);
    opacity: 0;
    -webkit-transform: rotateY(180deg);
            transform: rotateY(180deg);
    -webkit-transform-origin: center center;
            transform-origin: center center;
    -webkit-transform-style: preserve-3d;
            transform-style: preserve-3d; } }

@keyframes FlipYLeftOut {
  from {
    filter: alpha(opacity=100);
    opacity: 1;
    -webkit-transform: perspective(400px) rotateY(0deg);
            transform: perspective(400px) rotateY(0deg);
    -webkit-transform-origin: center center;
            transform-origin: center center;
    -webkit-transform-style: preserve-3d;
            transform-style: preserve-3d; }
  50% {
    -webkit-transform: perspective(700px) rotateY(90deg);
            transform: perspective(700px) rotateY(90deg); }
  75% {
    -webkit-transform: perspective(850px) rotateY(125deg);
            transform: perspective(850px) rotateY(125deg); }
  to {
    filter: alpha(opacity=0);
    opacity: 0;
    -webkit-transform: rotateY(180deg);
            transform: rotateY(180deg);
    -webkit-transform-origin: center center;
            transform-origin: center center;
    -webkit-transform-style: preserve-3d;
            transform-style: preserve-3d; } }

@-webkit-keyframes FlipYRightIn {
  from {
    filter: alpha(opacity=0);
    opacity: 0;
    -webkit-transform: perspective(400px) rotateY(-180deg);
            transform: perspective(400px) rotateY(-180deg);
    -webkit-transform-origin: center center;
            transform-origin: center center;
    -webkit-transform-style: preserve-3d;
            transform-style: preserve-3d; }
  50% {
    -webkit-transform: perspective(700px) rotateY(-90deg);
            transform: perspective(700px) rotateY(-90deg); }
  to {
    filter: alpha(opacity=100);
    opacity: 1;
    -webkit-transform: rotateY(0deg);
            transform: rotateY(0deg);
    -webkit-transform-origin: center center;
            transform-origin: center center;
    -webkit-transform-style: preserve-3d;
            transform-style: preserve-3d; } }

@keyframes FlipYRightIn {
  from {
    filter: alpha(opacity=0);
    opacity: 0;
    -webkit-transform: perspective(400px) rotateY(-180deg);
            transform: perspective(400px) rotateY(-180deg);
    -webkit-transform-origin: center center;
            transform-origin: center center;
    -webkit-transform-style: preserve-3d;
            transform-style: preserve-3d; }
  50% {
    -webkit-transform: perspective(700px) rotateY(-90deg);
            transform: perspective(700px) rotateY(-90deg); }
  to {
    filter: alpha(opacity=100);
    opacity: 1;
    -webkit-transform: rotateY(0deg);
            transform: rotateY(0deg);
    -webkit-transform-origin: center center;
            transform-origin: center center;
    -webkit-transform-style: preserve-3d;
            transform-style: preserve-3d; } }

@-webkit-keyframes FlipYRightOut {
  from {
    filter: alpha(opacity=100);
    opacity: 1;
    -webkit-transform: perspective(400px) rotateY(0deg);
            transform: perspective(400px) rotateY(0deg);
    -webkit-transform-origin: center center;
            transform-origin: center center;
    -webkit-transform-style: preserve-3d;
            transform-style: preserve-3d; }
  50% {
    -webkit-transform: perspective(700px) rotateY(-90deg);
            transform: perspective(700px) rotateY(-90deg); }
  to {
    filter: alpha(opacity=0);
    opacity: 0;
    -webkit-transform: rotateY(-180deg);
            transform: rotateY(-180deg);
    -webkit-transform-origin: center center;
            transform-origin: center center;
    -webkit-transform-style: preserve-3d;
            transform-style: preserve-3d; } }

@keyframes FlipYRightOut {
  from {
    filter: alpha(opacity=100);
    opacity: 1;
    -webkit-transform: perspective(400px) rotateY(0deg);
            transform: perspective(400px) rotateY(0deg);
    -webkit-transform-origin: center center;
            transform-origin: center center;
    -webkit-transform-style: preserve-3d;
            transform-style: preserve-3d; }
  50% {
    -webkit-transform: perspective(700px) rotateY(-90deg);
            transform: perspective(700px) rotateY(-90deg); }
  to {
    filter: alpha(opacity=0);
    opacity: 0;
    -webkit-transform: rotateY(-180deg);
            transform: rotateY(-180deg);
    -webkit-transform-origin: center center;
            transform-origin: center center;
    -webkit-transform-style: preserve-3d;
            transform-style: preserve-3d; } }

@-webkit-keyframes FlipXDownIn {
  from {
    filter: alpha(opacity=0);
    opacity: 0;
    -webkit-transform: perspective(400px) rotateX(180deg);
            transform: perspective(400px) rotateX(180deg);
    -webkit-transform-origin: center center;
            transform-origin: center center;
    -webkit-transform-style: preserve-3d;
            transform-style: preserve-3d; }
  50% {
    -webkit-transform: perspective(700px) rotateX(90deg);
            transform: perspective(700px) rotateX(90deg); }
  to {
    filter: alpha(opacity=100);
    opacity: 1;
    -webkit-transform: rotateX(0deg);
            transform: rotateX(0deg);
    -webkit-transform-origin: center center;
            transform-origin: center center;
    -webkit-transform-style: preserve-3d;
            transform-style: preserve-3d; } }

@keyframes FlipXDownIn {
  from {
    filter: alpha(opacity=0);
    opacity: 0;
    -webkit-transform: perspective(400px) rotateX(180deg);
            transform: perspective(400px) rotateX(180deg);
    -webkit-transform-origin: center center;
            transform-origin: center center;
    -webkit-transform-style: preserve-3d;
            transform-style: preserve-3d; }
  50% {
    -webkit-transform: perspective(700px) rotateX(90deg);
            transform: perspective(700px) rotateX(90deg); }
  to {
    filter: alpha(opacity=100);
    opacity: 1;
    -webkit-transform: rotateX(0deg);
            transform: rotateX(0deg);
    -webkit-transform-origin: center center;
            transform-origin: center center;
    -webkit-transform-style: preserve-3d;
            transform-style: preserve-3d; } }

@-webkit-keyframes FlipXDownOut {
  from {
    filter: alpha(opacity=100);
    opacity: 1;
    -webkit-transform: perspective(400px) rotateX(0deg);
            transform: perspective(400px) rotateX(0deg);
    -webkit-transform-origin: center center;
            transform-origin: center center;
    -webkit-transform-style: preserve-3d;
            transform-style: preserve-3d; }
  50% {
    -webkit-transform: perspective(700px) rotateX(90deg);
            transform: perspective(700px) rotateX(90deg); }
  75% {
    -webkit-transform: perspective(850px) rotateX(125deg);
            transform: perspective(850px) rotateX(125deg); }
  to {
    filter: alpha(opacity=0);
    opacity: 0;
    -webkit-transform: rotateX(180deg);
            transform: rotateX(180deg);
    -webkit-transform-origin: center center;
            transform-origin: center center;
    -webkit-transform-style: preserve-3d;
            transform-style: preserve-3d; } }

@keyframes FlipXDownOut {
  from {
    filter: alpha(opacity=100);
    opacity: 1;
    -webkit-transform: perspective(400px) rotateX(0deg);
            transform: perspective(400px) rotateX(0deg);
    -webkit-transform-origin: center center;
            transform-origin: center center;
    -webkit-transform-style: preserve-3d;
            transform-style: preserve-3d; }
  50% {
    -webkit-transform: perspective(700px) rotateX(90deg);
            transform: perspective(700px) rotateX(90deg); }
  75% {
    -webkit-transform: perspective(850px) rotateX(125deg);
            transform: perspective(850px) rotateX(125deg); }
  to {
    filter: alpha(opacity=0);
    opacity: 0;
    -webkit-transform: rotateX(180deg);
            transform: rotateX(180deg);
    -webkit-transform-origin: center center;
            transform-origin: center center;
    -webkit-transform-style: preserve-3d;
            transform-style: preserve-3d; } }

@-webkit-keyframes FlipXUpIn {
  from {
    filter: alpha(opacity=0);
    opacity: 0;
    -webkit-transform: perspective(400px) rotateX(-180deg);
            transform: perspective(400px) rotateX(-180deg);
    -webkit-transform-origin: center center;
            transform-origin: center center;
    -webkit-transform-style: preserve-3d;
            transform-style: preserve-3d; }
  50% {
    -webkit-transform: perspective(700px) rotateX(-90deg);
            transform: perspective(700px) rotateX(-90deg); }
  to {
    filter: alpha(opacity=100);
    opacity: 1;
    -webkit-transform: rotateX(0deg);
            transform: rotateX(0deg);
    -webkit-transform-origin: center center;
            transform-origin: center center;
    -webkit-transform-style: preserve-3d;
            transform-style: preserve-3d; } }

@keyframes FlipXUpIn {
  from {
    filter: alpha(opacity=0);
    opacity: 0;
    -webkit-transform: perspective(400px) rotateX(-180deg);
            transform: perspective(400px) rotateX(-180deg);
    -webkit-transform-origin: center center;
            transform-origin: center center;
    -webkit-transform-style: preserve-3d;
            transform-style: preserve-3d; }
  50% {
    -webkit-transform: perspective(700px) rotateX(-90deg);
            transform: perspective(700px) rotateX(-90deg); }
  to {
    filter: alpha(opacity=100);
    opacity: 1;
    -webkit-transform: rotateX(0deg);
            transform: rotateX(0deg);
    -webkit-transform-origin: center center;
            transform-origin: center center;
    -webkit-transform-style: preserve-3d;
            transform-style: preserve-3d; } }

@-webkit-keyframes FlipXUpOut {
  from {
    filter: alpha(opacity=100);
    opacity: 1;
    -webkit-transform: perspective(400px) rotateX(0deg);
            transform: perspective(400px) rotateX(0deg);
    -webkit-transform-origin: center center;
            transform-origin: center center;
    -webkit-transform-style: preserve-3d;
            transform-style: preserve-3d; }
  50% {
    -webkit-transform: perspective(700px) rotateX(-90deg);
            transform: perspective(700px) rotateX(-90deg); }
  to {
    filter: alpha(opacity=0);
    opacity: 0;
    -webkit-transform: rotateX(-180deg);
            transform: rotateX(-180deg);
    -webkit-transform-origin: center center;
            transform-origin: center center;
    -webkit-transform-style: preserve-3d;
            transform-style: preserve-3d; } }

@keyframes FlipXUpOut {
  from {
    filter: alpha(opacity=100);
    opacity: 1;
    -webkit-transform: perspective(400px) rotateX(0deg);
            transform: perspective(400px) rotateX(0deg);
    -webkit-transform-origin: center center;
            transform-origin: center center;
    -webkit-transform-style: preserve-3d;
            transform-style: preserve-3d; }
  50% {
    -webkit-transform: perspective(700px) rotateX(-90deg);
            transform: perspective(700px) rotateX(-90deg); }
  to {
    filter: alpha(opacity=0);
    opacity: 0;
    -webkit-transform: rotateX(-180deg);
            transform: rotateX(-180deg);
    -webkit-transform-origin: center center;
            transform-origin: center center;
    -webkit-transform-style: preserve-3d;
            transform-style: preserve-3d; } }

.e-ripple,
.e-ripple-style {
  overflow: hidden;
  position: relative;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0); }

.e-ripple-element,
.e-ripple-style::after {
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 100%;
  overflow: hidden;
  pointer-events: none;
  position: absolute;
  -webkit-transform: scale(0);
          transform: scale(0);
  -webkit-transition: opacity, -webkit-transform 0ms cubic-bezier(0, 0.1, 0.2, 1);
  transition: opacity, -webkit-transform 0ms cubic-bezier(0, 0.1, 0.2, 1);
  transition: opacity, transform 0ms cubic-bezier(0, 0.1, 0.2, 1);
  transition: opacity, transform 0ms cubic-bezier(0, 0.1, 0.2, 1), -webkit-transform 0ms cubic-bezier(0, 0.1, 0.2, 1); }

.e-ripple-style::after {
  background: rgba(0, 0, 0, 0.3);
  content: '';
  display: block;
  height: 50%;
  left: 25%;
  opacity: 0;
  top: 25%;
  -webkit-transform: scale(3);
          transform: scale(3);
  -webkit-transition: opacity .5s, -webkit-transform .5s;
  transition: opacity .5s, -webkit-transform .5s;
  transition: transform .5s, opacity .5s;
  transition: transform .5s, opacity .5s, -webkit-transform .5s;
  width: 50%; }

.e-ripple-style:active::after {
  opacity: 1;
  -webkit-transform: scale(0);
          transform: scale(0);
  -webkit-transition: 0s;
  transition: 0s; }

/*! component's theme wise override material-definitions and variables */
/*! accordion icons */
.e-accordion .e-tgl-collapse-icon::before {
  content: '\e916'; }

.e-accordion .e-tgl-collapse-icon.e-expand-icon {
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg); }

/*! accordion layout */
.e-bigger .e-accordion .e-acrdn-item .e-acrdn-header .e-acrdn-header-content,
.e-accordion.e-bigger .e-acrdn-item .e-acrdn-header .e-acrdn-header-content {
  font-size: 16px; }

.e-bigger .e-accordion .e-acrdn-item.e-select .e-acrdn-panel,
.e-accordion.e-bigger .e-acrdn-item.e-select .e-acrdn-panel {
  font-size: 14px; }
  .e-bigger .e-accordion .e-acrdn-item.e-select .e-acrdn-panel.e-nested &gt; .e-acrdn-content,
  .e-accordion.e-bigger .e-acrdn-item.e-select .e-acrdn-panel.e-nested &gt; .e-acrdn-content {
    padding: 0; }
  .e-bigger .e-accordion .e-acrdn-item.e-select .e-acrdn-panel.e-nested .e-acrdn-content .e-accordion,
  .e-accordion.e-bigger .e-acrdn-item.e-select .e-acrdn-panel.e-nested .e-acrdn-content .e-accordion {
    border: 0; }
  .e-bigger .e-accordion .e-acrdn-item.e-select .e-acrdn-panel.e-nested .e-accordion .e-acrdn-panel.e-nested .e-acrdn-content .e-acrdn-header,
  .e-accordion.e-bigger .e-acrdn-item.e-select .e-acrdn-panel.e-nested .e-accordion .e-acrdn-panel.e-nested .e-acrdn-content .e-acrdn-header {
    padding: 0 46px 0 48px; }
  .e-bigger .e-accordion .e-acrdn-item.e-select .e-acrdn-panel.e-nested .e-accordion .e-acrdn-item.e-select .e-acrdn-header,
  .e-accordion.e-bigger .e-acrdn-item.e-select .e-acrdn-panel.e-nested .e-accordion .e-acrdn-item.e-select .e-acrdn-header {
    padding: 0 46px 0 32px; }
  .e-bigger .e-accordion .e-acrdn-item.e-select .e-acrdn-panel .e-acrdn-header .e-acrdn-header-content,
  .e-accordion.e-bigger .e-acrdn-item.e-select .e-acrdn-panel .e-acrdn-header .e-acrdn-header-content {
    font-size: 14px; }

.e-bigger .e-accordion .e-acrdn-item.e-select .e-acrdn-header,
.e-accordion.e-bigger .e-acrdn-item.e-select .e-acrdn-header {
  line-height: 47px;
  min-height: 48px;
  padding: 0 46px 0 16px; }
  .e-bigger .e-accordion .e-acrdn-item.e-select .e-acrdn-header .e-toggle-icon,
  .e-accordion.e-bigger .e-acrdn-item.e-select .e-acrdn-header .e-toggle-icon {
    height: 48px;
    min-height: 48px;
    min-width: 30px;
    right: 16px; }
  .e-bigger .e-accordion .e-acrdn-item.e-select .e-acrdn-header .e-acrdn-header-icon,
  .e-accordion.e-bigger .e-acrdn-item.e-select .e-acrdn-header .e-acrdn-header-icon {
    display: inline-block;
    padding: 0 14px 0 0; }

.e-bigger .e-accordion .e-acrdn-item.e-select .e-acrdn-panel .e-acrdn-content,
.e-accordion.e-bigger .e-acrdn-item.e-select .e-acrdn-panel .e-acrdn-content {
  padding: 16px; }
  .e-bigger .e-accordion .e-acrdn-item.e-select .e-acrdn-panel .e-acrdn-content .e-acrdn-panel .e-acrdn-content,
  .e-accordion.e-bigger .e-acrdn-item.e-select .e-acrdn-panel .e-acrdn-content .e-acrdn-panel .e-acrdn-content {
    padding: 16px 16px 16px 48px; }
  .e-bigger .e-accordion .e-acrdn-item.e-select .e-acrdn-panel .e-acrdn-content .e-acrdn-panel .e-acrdn-panel .e-acrdn-content,
  .e-accordion.e-bigger .e-acrdn-item.e-select .e-acrdn-panel .e-acrdn-content .e-acrdn-panel .e-acrdn-panel .e-acrdn-content {
    padding: 16px 16px 16px 64px; }
  .e-bigger .e-accordion .e-acrdn-item.e-select .e-acrdn-panel .e-acrdn-content .e-acrdn-header,
  .e-accordion.e-bigger .e-acrdn-item.e-select .e-acrdn-panel .e-acrdn-content .e-acrdn-header {
    padding: 0 46px 0 32px; }

.e-bigger .e-accordion.e-rtl .e-acrdn-item.e-select .e-acrdn-panel .e-acrdn-content .e-acrdn-panel.e-nested &gt; .e-acrdn-content,
.e-accordion.e-bigger.e-rtl .e-acrdn-item.e-select .e-acrdn-panel .e-acrdn-content .e-acrdn-panel.e-nested &gt; .e-acrdn-content {
  padding: 0; }

.e-bigger .e-accordion.e-rtl .e-acrdn-item.e-select .e-acrdn-panel .e-acrdn-content .e-acrdn-panel .e-acrdn-content,
.e-accordion.e-bigger.e-rtl .e-acrdn-item.e-select .e-acrdn-panel .e-acrdn-content .e-acrdn-panel .e-acrdn-content {
  padding: 16px 48px 16px 16px; }

.e-bigger .e-accordion.e-rtl .e-acrdn-item.e-select .e-acrdn-panel .e-acrdn-content .e-acrdn-panel .e-acrdn-panel.e-nested &gt; .e-acrdn-content,
.e-accordion.e-bigger.e-rtl .e-acrdn-item.e-select .e-acrdn-panel .e-acrdn-content .e-acrdn-panel .e-acrdn-panel.e-nested &gt; .e-acrdn-content {
  padding: 0; }

.e-bigger .e-accordion.e-rtl .e-acrdn-item.e-select .e-acrdn-panel .e-acrdn-content .e-acrdn-panel .e-acrdn-panel .e-acrdn-content,
.e-accordion.e-bigger.e-rtl .e-acrdn-item.e-select .e-acrdn-panel .e-acrdn-content .e-acrdn-panel .e-acrdn-panel .e-acrdn-content {
  padding: 16px 64px 16px 16px; }

.e-bigger .e-accordion.e-rtl .e-acrdn-item.e-select .e-acrdn-panel.e-nested .e-accordion .e-acrdn-panel.e-nested .e-acrdn-content .e-acrdn-header,
.e-accordion.e-bigger.e-rtl .e-acrdn-item.e-select .e-acrdn-panel.e-nested .e-accordion .e-acrdn-panel.e-nested .e-acrdn-content .e-acrdn-header {
  padding: 0 48px 0 46px; }

.e-bigger .e-accordion.e-rtl .e-acrdn-item.e-select .e-acrdn-panel.e-nested .e-accordion .e-acrdn-item.e-select .e-acrdn-header,
.e-accordion.e-bigger.e-rtl .e-acrdn-item.e-select .e-acrdn-panel.e-nested .e-accordion .e-acrdn-item.e-select .e-acrdn-header {
  padding: 0 32px 0 46px; }

.e-bigger .e-accordion.e-rtl .e-acrdn-item .e-acrdn-header,
.e-accordion.e-bigger.e-rtl .e-acrdn-item .e-acrdn-header {
  padding: 0 16px 0 46px; }
  .e-bigger .e-accordion.e-rtl .e-acrdn-item .e-acrdn-header .e-toggle-icon,
  .e-accordion.e-bigger.e-rtl .e-acrdn-item .e-acrdn-header .e-toggle-icon {
    left: 16px;
    right: auto; }
  .e-bigger .e-accordion.e-rtl .e-acrdn-item .e-acrdn-header .e-acrdn-header-icon,
  .e-accordion.e-bigger.e-rtl .e-acrdn-item .e-acrdn-header .e-acrdn-header-icon {
    padding: 0 0 0 14px; }

.e-accordion {
  display: block;
  position: relative; }
  .e-accordion .e-acrdn-item.e-select.e-selected:first-child {
    border-top: 0; }
  .e-accordion .e-acrdn-item.e-select.e-selected:last-child {
    border-bottom: 0; }
  .e-accordion .e-acrdn-item &gt; .e-acrdn-header .e-acrdn-header-content {
    font-weight: normal; }
  .e-accordion .e-acrdn-item.e-selected {
    padding-top: 0; }
    .e-accordion .e-acrdn-item.e-selected &gt; .e-acrdn-header .e-acrdn-header-content {
      font-weight: normal; }
  .e-accordion .e-acrdn-item.e-overlay {
    height: auto; }
  .e-accordion .e-acrdn-item {
    overflow: hidden;
    padding-top: 0;
    position: relative; }
    .e-accordion .e-acrdn-item.e-hide {
      display: none; }
    .e-accordion .e-acrdn-item .e-acrdn-header .e-acrdn-header-content {
      font-size: 15px; }
    .e-accordion .e-acrdn-item.e-select &gt; .e-acrdn-header {
      cursor: pointer; }
    .e-accordion .e-acrdn-item .e-acrdn-header {
      line-height: 35px;
      min-height: 36px;
      overflow: hidden;
      padding: 0 40px 0 16px;
      text-decoration: none;
      text-overflow: ellipsis;
      white-space: nowrap; }
      .e-accordion .e-acrdn-item .e-acrdn-header &gt; * {
        display: inline-block; }
      .e-accordion .e-acrdn-item .e-acrdn-header .e-toggle-icon {
        display: table;
        font-size: 12px;
        height: 36px;
        min-height: 36px;
        min-width: 24px;
        position: absolute;
        right: 16px;
        top: 0; }
        .e-accordion .e-acrdn-item .e-acrdn-header .e-toggle-icon .e-tgl-collapse-icon.e-icons {
          display: table-cell;
          text-align: center;
          vertical-align: middle; }
      .e-accordion .e-acrdn-item .e-acrdn-header .e-toggle-animation {
        -webkit-transition: .5s ease 0s;
        transition: .5s ease 0s; }
      .e-accordion .e-acrdn-item .e-acrdn-header .e-acrdn-header-icon {
        display: inline-block;
        padding: 0 8px 0 0; }
    .e-accordion .e-acrdn-item .e-acrdn-panel {
      font-size: 13px;
      overflow-y: hidden;
      text-decoration: none;
      width: 100%; }
      .e-accordion .e-acrdn-item .e-acrdn-panel.e-nested &gt; .e-acrdn-content {
        padding: 0; }
        .e-accordion .e-acrdn-item .e-acrdn-panel.e-nested &gt; .e-acrdn-content .e-acrdn-panel.e-nested &gt; .e-acrdn-content {
          padding: 0; }
        .e-accordion .e-acrdn-item .e-acrdn-panel.e-nested &gt; .e-acrdn-content .e-accordion {
          border: 0; }
        .e-accordion .e-acrdn-item .e-acrdn-panel.e-nested &gt; .e-acrdn-content .e-accordion .e-acrdn-panel.e-nested .e-acrdn-content .e-acrdn-header {
          padding: 0 40px 0 48px; }
      .e-accordion .e-acrdn-item .e-acrdn-panel.e-nested .e-acrdn-item.e-select.e-selected .e-acrdn-header &gt; .e-acrdn-header-content {
        font-weight: normal; }
      .e-accordion .e-acrdn-item .e-acrdn-panel.e-nested .e-nested .e-accordion .e-acrdn-item .e-acrdn-header .e-acrdn-header-content {
        font-weight: normal; }
      .e-accordion .e-acrdn-item .e-acrdn-panel .e-acrdn-panel .e-acrdn-content {
        padding: 16px 16px 16px 48px; }
      .e-accordion .e-acrdn-item .e-acrdn-panel .e-acrdn-panel .e-acrdn-panel .e-acrdn-content {
        padding: 16px 16px 16px 64px; }
      .e-accordion .e-acrdn-item .e-acrdn-panel .e-acrdn-content {
        line-height: 1.5;
        overflow: hidden;
        padding: 16px;
        text-overflow: ellipsis; }
        .e-accordion .e-acrdn-item .e-acrdn-panel .e-acrdn-content &gt; * {
          overflow: hidden;
          text-overflow: ellipsis; }
        .e-accordion .e-acrdn-item .e-acrdn-panel .e-acrdn-content .e-acrdn-header {
          padding: 0 40px 0 32px; }
        .e-accordion .e-acrdn-item .e-acrdn-panel .e-acrdn-content .e-acrdn-header-content {
          font-size: 14px; }
    .e-accordion .e-acrdn-item .e-content-hide {
      display: none; }
  .e-accordion.e-rtl .e-acrdn-item .e-acrdn-panel.e-nested &gt; .e-acrdn-content .e-accordion .e-acrdn-panel.e-nested .e-acrdn-content .e-acrdn-header {
    padding: 0 48px 0 40px; }
  .e-accordion.e-rtl .e-acrdn-item .e-acrdn-panel .e-acrdn-content .e-acrdn-header {
    padding: 0 32px 0 40px; }
  .e-accordion.e-rtl .e-acrdn-item .e-acrdn-panel .e-acrdn-panel .e-acrdn-content {
    padding: 16px 48px 16px 16px; }
  .e-accordion.e-rtl .e-acrdn-item .e-acrdn-panel .e-acrdn-panel .e-acrdn-panel .e-acrdn-content {
    padding: 16px 64px 16px 16px; }
  .e-accordion.e-rtl .e-acrdn-item .e-acrdn-header {
    padding: 0 16px 0 40px; }
    .e-accordion.e-rtl .e-acrdn-item .e-acrdn-header .e-toggle-icon {
      left: 16px;
      right: auto; }
    .e-accordion.e-rtl .e-acrdn-item .e-acrdn-header .e-acrdn-header-icon {
      padding: 0 0 0 8px; }

/*! accordion theme */
.e-accordion {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.12); }
  .e-accordion .e-active {
    background: #fff; }
  .e-accordion .e-acrdn-item.e-item-focus.e-select.e-selected.e-expand-state {
    border-top: 1px solid #fff; }
  .e-accordion .e-acrdn-item.e-item-focus.e-expand-state.e-select, .e-accordion .e-acrdn-item.e-item-focus.e-select.e-selected.e-expand-state {
    border-color: #eee; }
  .e-accordion .e-acrdn-item.e-expand-state.e-select {
    border-bottom: 1px solid #fff;
    border-top: 1px solid #fff; }
  .e-accordion .e-acrdn-item.e-overlay {
    background: #fff; }
  .e-accordion .e-acrdn-item.e-selected.e-select.e-expand-state &gt; .e-acrdn-header:focus {
    background: #eee; }
  .e-accordion .e-acrdn-item .e-acrdn-panel.e-nested .e-acrdn-header .e-acrdn-header-content {
    color: rgba(0, 0, 0, 0.87); }
  .e-accordion .e-acrdn-item.e-select .e-acrdn-panel .e-acrdn-content {
    color: rgba(0, 0, 0, 0.87); }
  .e-accordion .e-acrdn-item.e-select .e-acrdn-panel .e-acrdn-content .e-content-icon {
    color: rgba(0, 0, 0, 0.54); }
  .e-accordion .e-acrdn-item .e-acrdn-header .e-acrdn-header-content {
    color: rgba(0, 0, 0, 0.87); }
  .e-accordion .e-acrdn-item .e-acrdn-header .e-acrdn-header-icon {
    color: rgba(0, 0, 0, 0.54); }
  .e-accordion .e-acrdn-item.e-expand-state.e-select:not(.e-selected) &gt; .e-acrdn-header:focus {
    background: #eee; }
  .e-accordion .e-acrdn-item .e-acrdn-header:hover {
    background: transparent; }
  .e-accordion .e-acrdn-item .e-acrdn-header:active {
    background: transparent; }
  .e-accordion .e-acrdn-item .e-acrdn-header:focus {
    background: #eee; }
  .e-accordion .e-acrdn-item.e-select.e-selected.e-expand-state &gt; .e-acrdn-header,
  .e-accordion .e-acrdn-item.e-select.e-expand-state &gt; .e-acrdn-header {
    background: #fff; }
    .e-accordion .e-acrdn-item.e-select.e-selected.e-expand-state &gt; .e-acrdn-header &gt; .e-toggle-icon,
    .e-accordion .e-acrdn-item.e-select.e-expand-state &gt; .e-acrdn-header &gt; .e-toggle-icon {
      color: rgba(0, 0, 0, 0.54); }
    .e-accordion .e-acrdn-item.e-select.e-selected.e-expand-state &gt; .e-acrdn-header .e-acrdn-header-icon,
    .e-accordion .e-acrdn-item.e-select.e-selected.e-expand-state &gt; .e-acrdn-header .e-acrdn-header-content,
    .e-accordion .e-acrdn-item.e-select.e-expand-state &gt; .e-acrdn-header .e-acrdn-header-icon,
    .e-accordion .e-acrdn-item.e-select.e-expand-state &gt; .e-acrdn-header .e-acrdn-header-content {
      color: #971b1e; }
  .e-accordion .e-acrdn-item.e-select {
    border-bottom: 1px solid transparent;
    border-top: 1px solid transparent; }
    .e-accordion .e-acrdn-item.e-select.e-item-focus {
      border-color: #eee; }
  .e-accordion .e-acrdn-item.e-selected.e-select {
    border-bottom: 1px solid rgba(0, 0, 0, 0.12);
    border-top: 1px solid rgba(0, 0, 0, 0.12); }
  .e-accordion .e-acrdn-item.e-selected + .e-selected {
    border-top: 1px solid transparent; }
  .e-accordion .e-acrdn-item.e-selected .e-selected:last-child {
    border-bottom: 1px none rgba(0, 0, 0, 0.12); }
  .e-accordion .e-acrdn-item.e-selected &gt; .e-acrdn-panel .e-acrdn-content {
    color: rgba(0, 0, 0, 0.87); }
  .e-accordion .e-acrdn-item.e-selected &gt; .e-acrdn-panel .e-acrdn-header-content {
    color: rgba(0, 0, 0, 0.54); }
  .e-accordion .e-acrdn-item .e-toggle-icon {
    color: rgba(0, 0, 0, 0.54); }
  .e-accordion .e-acrdn-item .e-acrdn-panel {
    font-size: 13px; }

.e-ddl.e-control-wrapper .e-ddl-icon::before {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  -webkit-transition: -webkit-transform 300ms ease;
  transition: -webkit-transform 300ms ease;
  transition: transform 300ms ease;
  transition: transform 300ms ease, -webkit-transform 300ms ease; }

.e-ddl.e-control-wrapper.e-icon-anim .e-ddl-icon::before {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  -webkit-transition: -webkit-transform 300ms ease;
  transition: -webkit-transform 300ms ease;
  transition: transform 300ms ease;
  transition: transform 300ms ease, -webkit-transform 300ms ease; }

.e-dropdownbase .e-list-item.e-active.e-hover {
  color: #971b1e; }

.e-input-group:not(.e-disabled) .e-control.e-dropdownlist ~ .e-ddl-icon:active,
.e-input-group:not(.e-disabled) .e-control.e-dropdownlist ~ .e-ddl-icon:hover,
.e-input-group:not(.e-disabled) .e-back-icon:active,
.e-input-group:not(.e-disabled) .e-back-icon:hover,
.e-popup.e-ddl .e-input-group:not(.e-disabled) .e-clear-icon:active,
.e-popup.e-ddl .e-input-group:not(.e-disabled) .e-clear-icon:hover {
  background: transparent; }

.e-input-group .e-ddl-icon:not(:active)::after {
  -webkit-animation: none;
          animation: none; }

.e-ddl.e-popup {
  border: 0;
  -webkit-box-shadow: 0 5px 5px -3px rgba(0, 0, 0, 0.2), 0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12);
          box-shadow: 0 5px 5px -3px rgba(0, 0, 0, 0.2), 0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12);
  margin-top: 2px; }

.e-popup.e-ddl .e-dropdownbase {
  min-height: 26px; }

.e-bigger .e-popup.e-ddl-device-filter .e-input-group.e-input-focus:not(.e-success):not(.e-warning):not(.e-error) {
  border-color: #e0e0e0; }

.e-bigger .e-popup.e-ddl-device-filter {
  margin-top: 0; }

.e-bigger .e-ddl-device .e-input-group,
.e-bigger .e-ddl-device .e-input-group.e-input-focus:not(.e-success):not(.e-warning):not(.e-error) {
  background: #f5f5f5;
  border-width: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  margin-bottom: 0; }

.e-bigger .e-ddl-device .e-input-group .e-back-icon,
.e-bigger .e-ddl-device .e-input-group input.e-input,
.e-bigger .e-ddl-device .e-input-group .e-clear-icon {
  background-color: #f5f5f5; }

.e-popup.e-ddl:not(.e-ddl-device) .e-input-group .e-clear-icon {
  margin: 6px 6px 5px;
  min-height: 12px;
  min-width: 12px;
  padding: 6px; }

.e-bigger .e-popup.e-ddl:not(.e-ddl-device) .e-input-group .e-clear-icon,
.e-bigger.e-popup.e-ddl:not(.e-ddl-device) .e-input-group .e-clear-icon {
  min-height: 16px;
  min-width: 16px; }

.e-bigger .e-popup.e-ddl:not(.e-ddl-device) .e-filter-parent .e-input-filter,
.e-bigger.e-popup.e-ddl:not(.e-ddl-device) .e-filter-parent .e-input-filter {
  padding: 8px 16px 8px 0; }

.e-input-group.e-ddl,
.e-input-group.e-ddl .e-input,
.e-input-group.e-ddl .e-ddl-icon {
  background: transparent; }

.e-ddl.e-ddl-device.e-ddl-device-filter .e-input-group:hover:not(.e-disabled):not(.e-float-icon-left),
.e-ddl.e-ddl-device.e-ddl-device-filter .e-input-group.e-control-wrapper:hover:not(.e-disabled):not(.e-float-icon-left) {
  border-bottom-width: 0; }

.e-popup.e-ddl:not(.e-ddl-device) .e-input-group.e-small .e-clear-icon,
.e-small .e-popup.e-ddl:not(.e-ddl-device) .e-input-group .e-clear-icon,
.e-small.e-popup.e-ddl:not(.e-ddl-device) .e-input-group .e-clear-icon,
.e-popup.e-ddl:not(.e-ddl-device) .e-input-group.e-input-focus.e-small .e-clear-icon,
.e-small .e-popup.e-ddl:not(.e-ddl-device) .e-input-group.e-input-focus .e-clear-icon,
.e-small.e-popup.e-ddl:not(.e-ddl-device) .e-input-group.e-input-focus .e-clear-icon {
  margin: 0; }

.e-small .e-popup.e-ddl:not(.e-ddl-device) .e-filter-parent .e-input-group .e-input-filter,
.e-small.e-popup.e-ddl:not(.e-ddl-device) .e-filter-parent .e-input-group .e-input-filter,
.e-popup.e-ddl:not(.e-ddl-device) .e-filter-parent .e-input-group.e-small .e-input-filter,
.e-small .e-popup.e-ddl:not(.e-ddl-device) .e-filter-parent .e-input-group.e-input-focus .e-input-filter,
.e-small.e-popup.e-ddl:not(.e-ddl-device) .e-filter-parent .e-input-group.e-input-focus .e-input-filter,
.e-popup.e-ddl:not(.e-ddl-device) .e-filter-parent .e-input-group.e-small.e-input-focus .e-input-filter {
  padding: 5px 5px 5px 12px; }

.e-bigger.e-small .e-popup.e-ddl:not(.e-ddl-device) .e-input-group .e-clear-icon,
.e-bigger.e-small.e-popup.e-ddl:not(.e-ddl-device) .e-input-group .e-clear-icon,
.e-bigger .e-popup.e-ddl:not(.e-ddl-device) .e-input-group.e-small .e-clear-icon,
.e-bigger.e-popup.e-ddl:not(.e-ddl-device) .e-input-group.e-small .e-clear-icon,
.e-small .e-popup.e-ddl:not(.e-ddl-device) .e-input-group.e-bigger .e-clear-icon,
.e-small.e-popup.e-ddl:not(.e-ddl-device) .e-input-group.e-bigger .e-clear-icon,
.e-popup.e-ddl:not(.e-ddl-device) .e-input-group.e-bigger.e-small .e-clear-icon {
  min-height: 18px;
  min-width: 18px; }

.e-bigger.e-small .e-popup.e-ddl:not(.e-ddl-device) .e-filter-parent .e-input-group .e-input-filter,
.e-bigger.e-small.e-popup.e-ddl:not(.e-ddl-device) .e-filter-parent .e-input-group .e-input-filter,
.e-bigger .e-popup.e-ddl:not(.e-ddl-device) .e-filter-parent .e-input-group.e-small .e-input-filter,
.e-bigger.e-popup.e-ddl:not(.e-ddl-device) .e-filter-parent .e-input-group.e-small .e-input-filter,
.e-small .e-popup.e-ddl:not(.e-ddl-device) .e-filter-parent .e-input-group.e-bigger .e-input-filter,
.e-small.e-popup.e-ddl:not(.e-ddl-device) .e-filter-parent .e-input-group.e-bigger .e-input-filter,
.e-popup.e-ddl:not(.e-ddl-device) .e-filter-parent .e-input-group.e-bigger.e-small .e-input-filter {
  padding: 8px 16px; }

.e-ddl.e-popup.e-outline .e-filter-parent {
  padding: 4px 8px; }

.e-ddl .e-search-icon::before {
  content: '\e993'; }

.e-ddl .e-back-icon::before {
  content: '\e977'; }

.e-ddl.e-input-group.e-control-wrapper .e-ddl-icon::before {
  content: '\e969';
  font-family: 'e-icons'; }

.e-bigger .e-input-group.e-ddl .e-input-filter,
.e-bigger .e-input-group.e-ddl .e-input-filter:focus {
  margin-left: -20px; }

.e-bigger .e-ddl.e-popup .e-list-item,
.e-bigger .e-ddl.e-popup .e-list-group-item {
  font-size: 14px; }

.e-bigger .e-ddl.e-popup .e-input-group {
  padding: 4px 0; }

.e-bigger.e-ddl.e-popup .e-list-item,
.e-bigger.e-ddl.e-popup .e-list-group-item {
  font-size: 14px; }

.e-bigger.e-ddl.e-popup .e-input-group {
  padding: 4px 0; }

.e-popup-full-page {
  bottom: 0;
  left: 0;
  margin: 0;
  overflow: hidden;
  padding: 0;
  right: 0;
  top: 0; }

.e-ddl.e-control-wrapper .e-ddl-disable-icon {
  position: relative; }

.e-ddl.e-control-wrapper .e-ddl-disable-icon::before {
  content: ''; }

.e-ddl-device-filter .e-filter-parent {
  background-color: #f5f5f5; }

.e-ddl input.e-input::-webkit-contacts-auto-fill-button {
  display: none;
  pointer-events: none;
  position: absolute;
  right: 0;
  visibility: hidden; }

.e-filter-parent {
  border: 0;
  border-top-width: 0;
  -webkit-box-shadow: 0 1.5px 5px -2px rgba(0, 0, 0, 0.3);
          box-shadow: 0 1.5px 5px -2px rgba(0, 0, 0, 0.3);
  display: block;
  padding: 0; }

.e-ddl.e-input-group:not(.e-disabled) {
  cursor: pointer; }

.e-ddl.e-popup.e-ddl-device-filter .e-input-group.e-input-focus::before,
.e-ddl.e-popup.e-ddl-device-filter .e-input-group.e-input-focus::after {
  width: 0; }

.e-ddl.e-popup {
  background: #fff;
  position: absolute; }
  .e-ddl.e-popup .e-search-icon {
    margin: 0;
    opacity: .57;
    padding: 12px 8px 8px; }
  .e-ddl.e-popup .e-filter-parent .e-back-icon {
    padding: 0 8px; }
  .e-ddl.e-popup.e-rtl .e-filter-parent .e-input-group.e-control-wrapper .e-input-filter,
  .e-ddl.e-popup .e-filter-parent .e-input-filter,
  .e-ddl.e-popup .e-filter-parent .e-input-filter:focus,
  .e-ddl.e-popup .e-filter-parent .e-input-group.e-input-focus .e-input-filter,
  .e-ddl.e-popup .e-filter-parent .e-input-group.e-control-wrapper.e-input-focus .e-input-filter {
    padding: 8px 16px 8px; }
  .e-ddl.e-popup .e-input-group {
    margin-bottom: 0; }
  .e-ddl.e-popup .e-ddl-footer,
  .e-ddl.e-popup .e-ddl-header {
    cursor: default; }

.e-ddl.e-input-group .e-ddl-hidden {
  border: 0;
  height: 0;
  visibility: hidden;
  width: 0; }

.e-ddl.e-input-group,
.e-ddl.e-input-group.e-input-focus:focus {
  outline: none; }

.e-dropdownbase .e-list-item .e-highlight {
  display: inline;
  font-weight: bold;
  vertical-align: baseline; }

.e-ddl.e-input-group input[readonly] ~ .e-clear-icon:not(.e-clear-icon-hide),
.e-float-input input[readonly] ~ .e-clear-icon:not(.e-clear-icon-hide),
.e-float-input.e-input-group input[readonly] ~ .e-clear-icon:not(.e-clear-icon-hide) {
  opacity: 1; }

.e-dropdownlist.e-input:not(:valid):first-child ~ .e-clear-icon,
.e-input-group input.e-dropdownlist.e-input:not(:valid):first-child ~ .e-clear-icon,
.e-input-group.e-control-wrapper input.e-dropdownlist.e-input:not(:valid):first-child ~ .e-clear-icon,
.e-float-input input.e-dropdownlist:not(:valid):first-child ~ .e-clear-icon,
.e-float-input.e-control-wrapper input.e-dropdownlist:not(:valid):first-child ~ .e-clear-icon,
.e-float-input.e-input-group input.e-dropdownlist:not(:valid):first-child ~ .e-clear-icon,
.e-float-input.e-input-group.e-control-wrapper input.e-dropdownlist:not(:valid):first-child ~ .e-clear-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.e-dropdownlist.e-input:not(:valid):first-child ~ .e-clear-icon.e-clear-icon-hide,
.e-input-group input.e-dropdownlist.e-input:not(:valid):first-child ~ .e-clear-icon.e-clear-icon-hide,
.e-input-group.e-control-wrapper input.e-dropdownlist.e-input:not(:valid):first-child ~ .e-clear-icon.e-clear-icon-hide,
.e-float-input input.e-dropdownlist:not(:valid):first-child ~ .e-clear-icon.e-clear-icon-hide,
.e-float-input.e-control-wrapper input.e-dropdownlist:not(:valid):first-child ~ .e-clear-icon.e-clear-icon-hide,
.e-float-input.e-input-group input.e-dropdownlist:not(:valid):first-child ~ .e-clear-icon.e-clear-icon-hide,
.e-float-input.e-input-group.e-control-wrapper input.e-dropdownlist:not(:valid):first-child ~ .e-clear-icon.e-clear-icon-hide {
  display: none; }

.e-input-group.e-static-clear input.e-dropdownlist.e-input:not(:valid):first-child ~ .e-clear-icon.e-clear-icon-hide,
.e-input-group.e-static-clear.e-control-wrapper input.e-dropdownlist.e-input:not(:valid):first-child ~ .e-clear-icon.e-clear-icon-hide,
.e-float-input.e-static-clear input.e-dropdownlist:not(:valid):first-child ~ .e-clear-icon.e-clear-icon-hide,
.e-float-input.e-static-clear.e-control-wrapper input.e-dropdownlist:not(:valid):first-child ~ .e-clear-icon.e-clear-icon-hide,
.e-float-input.e-static-clear.e-input-group input.e-dropdownlist:not(:valid):first-child ~ .e-clear-icon.e-clear-icon-hide,
.e-float-input.e-static-clear.e-input-group.e-control-wrapper input.e-dropdownlist:not(:valid):first-child ~ .e-clear-icon.e-clear-icon-hide {
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.e-ddl.e-input-group .e-input-value,
.e-ddl.e-input-group .e-input-value:focus {
  font-family: inherit;
  font-size: 14px;
  height: auto;
  margin: 0;
  outline: none;
  width: 100%; }

.e-ddl.e-input-group input[readonly].e-input,
.e-ddl.e-input-group input[readonly],
.e-ddl.e-input-group .e-dropdownlist {
  pointer-events: none; }

ejs-autocomplete,
ejs-combobox,
ejs-dropdownlist {
  display: block; }

.e-small .e-ddl.e-popup .e-list-item,
.e-small .e-ddl.e-popup .e-list-group-item,
.e-input-group.e-ddl.e-small .e-list-item,
.e-input-group.e-ddl.e-small .e-list-group-item {
  font-size: 12px; }

.e-small.e-ddl.e-popup .e-list-item,
.e-small.e-ddl.e-popup .e-list-group-item,
.e-input-group.e-ddl.e-small .e-list-item,
.e-input-group.e-ddl.e-small .e-list-group-item {
  font-size: 12px; }

.e-bigger.e-small .e-ddl.e-popup .e-list-item,
.e-bigger.e-small .e-ddl.e-popup .e-list-group-item,
.e-bigger .e-input-group.e-ddl.e-small .e-list-item,
.e-bigger .e-input-group.e-ddl.e-small .e-list-group-item {
  font-size: 13px; }

.e-bigger.e-small.e-ddl.e-popup .e-list-item,
.e-bigger.e-small.e-ddl.e-popup .e-list-group-item,
.e-bigger .e-input-group.e-ddl.e-small .e-list-item,
.e-bigger .e-input-group.e-ddl.e-small .e-list-group-item {
  font-size: 13px; }

.e-content-placeholder.e-ddl.e-placeholder-ddl,
.e-content-placeholder.e-autocomplete.e-placeholder-autocomplete,
.e-content-placeholder.e-combobox.e-placeholder-combobox {
  background-size: 300px 33px;
  min-height: 33px; }

.e-bigger .e-content-placeholder.e-ddl.e-placeholder-ddl,
.e-bigger.e-content-placeholder.e-ddl.e-placeholder-ddl,
.e-bigger .e-content-placeholder.e-autocomplete.e-placeholder-autocomplete,
.e-bigger.e-content-placeholder.e-autocomplete.e-placeholder-autocomplete,
.e-bigger .e-content-placeholder.e-combobox.e-placeholder-combobox,
.e-bigger.e-content-placeholder.e-combobox.e-placeholder-combobox {
  background-size: 300px 40px;
  min-height: 40px; }

.e-popup {
  border-color: #e0e0e0; }

.e-float-input.e-input-group.e-ddl.e-control.e-icon-anim &gt; .e-float-text,
.e-float-input.e-input-focus.e-input-group.e-ddl.e-control.e-keyboard &gt; .e-float-text {
  color: #971b1e; }

@-webkit-keyframes e-input-ripple {
  100% {
    opacity: 0;
    -webkit-transform: scale(4);
            transform: scale(4); } }

@keyframes e-input-ripple {
  100% {
    opacity: 0;
    -webkit-transform: scale(4);
            transform: scale(4); } }

@-webkit-keyframes slideTopUp {
  from {
    -webkit-transform: translate3d(0, 0, 0) scale(1);
            transform: translate3d(0, 0, 0) scale(1); }
  to {
    -webkit-transform: translate3d(0, 0, 0) scale(1);
            transform: translate3d(0, 0, 0) scale(1); } }

@keyframes slideTopUp {
  from {
    -webkit-transform: translate3d(0, 0, 0) scale(1);
            transform: translate3d(0, 0, 0) scale(1); }
  to {
    -webkit-transform: translate3d(0, 0, 0) scale(1);
            transform: translate3d(0, 0, 0) scale(1); } }

.e-float-input .e-clear-icon::before,
.e-float-input.e-control-wrapper .e-clear-icon::before {
  content: '\e932';
  font-family: 'e-icons'; }

.e-input-group .e-clear-icon::before,
.e-input-group.e-control-wrapper .e-clear-icon::before {
  content: '\e932';
  font-family: 'e-icons'; }

.e-filled.e-float-input .e-clear-icon::before,
.e-filled.e-float-input.e-control-wrapper .e-clear-icon::before {
  content: '\e208';
  font-family: 'e-icons'; }

.e-filled.e-input-group .e-clear-icon::before,
.e-filled.e-input-group.e-control-wrapper .e-clear-icon::before {
  content: '\e208';
  font-family: 'e-icons'; }

.e-outline.e-float-input .e-clear-icon::before,
.e-outline.e-float-input.e-control-wrapper .e-clear-icon::before {
  content: '\e208';
  font-family: 'e-icons'; }

.e-outline.e-input-group .e-clear-icon::before,
.e-outline.e-input-group.e-control-wrapper .e-clear-icon::before {
  content: '\e208';
  font-family: 'e-icons'; }

/*! input layout */
.e-input-group,
.e-input-group.e-control-wrapper {
  display: table;
  line-height: 1.4;
  margin-bottom: 4px; }

input.e-input,
.e-input-group input.e-input,
.e-input-group.e-control-wrapper input.e-input,
textarea.e-input,
.e-input-group textarea.e-input,
.e-input-group.e-control-wrapper textarea.e-input {
  border: 0 solid;
  border-width: 0 0 1px 0;
  height: auto;
  line-height: inherit;
  margin: 0;
  margin-bottom: 4px;
  outline: none;
  padding: 4px 0 4px;
  text-indent: 0;
  width: 100%; }

input.e-input,
textarea.e-input,
.e-input-group,
.e-input-group.e-control-wrapper {
  font-family: "Roboto", "Segoe UI", "GeezaPro", "DejaVu Serif", "sans-serif", "-apple-system", "BlinkMacSystemFont";
  font-size: 13px;
  font-weight: 400; }

.e-input-group.e-disabled,
.e-input-group.e-control-wrapper.e-disabled {
  font-family: "Roboto", "Segoe UI", "GeezaPro", "DejaVu Serif", "sans-serif", "-apple-system", "BlinkMacSystemFont";
  font-size: 13px;
  font-weight: 400; }

.e-input-group input.e-input,
.e-input-group.e-control-wrapper input.e-input,
.e-input-group textarea.e-input,
.e-input-group.e-control-wrapper textarea.e-input {
  font: inherit; }

input.e-input,
.e-input-group input.e-input,
.e-input-group input,
.e-input-group.e-control-wrapper input.e-input,
.e-input-group.e-control-wrapper input,
.e-float-input input,
.e-float-input.e-input-group input,
.e-float-input.e-control-wrapper input,
.e-float-input.e-control-wrapper.e-input-group input,
input.e-input:focus,
.e-input-group input.e-input:focus,
.e-input-group input:focus,
.e-input-group.e-control-wrapper input.e-input:focus,
.e-input-group.e-control-wrapper input:focus,
.e-float-input input:focus,
.e-float-input.e-input-group input:focus,
.e-float-input.e-control-wrapper input:focus,
.e-float-input.e-control-wrapper.e-input-group input:focus {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

.e-input-group.e-input-focus input.e-input,
.e-input-group.e-input-focus input,
.e-input-group.e-control-wrapper.e-input-focus input.e-input,
.e-input-group.e-control-wrapper.e-input-focus input,
.e-float-input.e-input-focus input,
.e-float-input.e-input-group.e-input-focus input,
.e-float-input.e-control-wrapper.e-input-focus input,
.e-float-input.e-control-wrapper.e-input-group.e-input-focus input {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

input.e-input,
.e-input-group input.e-input,
.e-input-group input,
.e-input-group.e-control-wrapper input.e-input,
.e-input-group.e-control-wrapper input,
.e-float-input input,
.e-float-input.e-input-group input,
.e-float-input.e-control-wrapper input,
.e-float-input.e-control-wrapper.e-input-group input,
.e-input-group,
.e-input-group.e-control-wrapper,
.e-float-input,
.e-float-input.e-control-wrapper {
  border-radius: 0; }

.e-input:focus {
  border-width: 0 0 2px 0;
  padding-bottom: 4px; }

.e-input.e-small:focus {
  border-width: 0 0 2px 0;
  padding-bottom: 4px; }

.e-input.e-bigger:focus,
.e-bigger .e-input:focus {
  padding-bottom: 5px; }

.e-input.e-small.e-bigger:focus,
.e-bigger .e-input.e-small:focus {
  padding-bottom: 4px; }

.e-input:focus {
  padding-bottom: 3px; }

.e-input.e-small:focus {
  padding-bottom: 3px; }

.e-input.e-bigger:focus,
.e-bigger .e-input:focus {
  padding-bottom: 4px; }

.e-input.e-small.e-bigger:focus,
.e-bigger .e-input.e-small:focus {
  padding-bottom: 3px; }

.e-input-group input.e-input:focus,
.e-input-group.e-control-wrapper input.e-input:focus,
.e-input-group textarea.e-input:focus,
.e-input-group.e-control-wrapper textarea.e-input:focus,
.e-input-group.e-input-focus input.e-input,
.e-input-group.e-control-wrapper.e-input-focus input.e-input {
  padding: 4px 0 4px; }

input.e-input.e-bigger,
textarea.e-input.e-bigger,
.e-bigger input.e-input,
.e-bigger textarea.e-input,
.e-input-group.e-bigger,
.e-bigger .e-input-group,
.e-input-group.e-control-wrapper.e-bigger,
.e-bigger .e-input-group.e-control-wrapper,
.e-input-group.e-bigger.e-disabled,
.e-bigger .e-input-group.e-disabled,
.e-input-group.e-control-wrapper.e-bigger.e-disabled,
.e-bigger .e-input-group.e-control-wrapper.e-disabled {
  font-size: 14px; }

.e-input-group.e-bigger .e-input,
.e-input-group.e-bigger.e-control-wrapper .e-input,
.e-bigger .e-input-group .e-input,
.e-bigger .e-input-group.e-control-wrapper .e-input {
  font: inherit; }

input.e-input.e-bigger,
textarea.e-input.e-bigger,
.e-input-group.e-bigger .e-input,
.e-input-group.e-bigger.e-control-wrapper .e-input,
.e-bigger input.e-input,
.e-bigger textarea.e-input,
.e-bigger .e-input-group .e-input,
.e-bigger .e-input-group.e-control-wrapper .e-input {
  line-height: inherit;
  margin-bottom: 8px;
  padding: 5px 0 5px; }

.e-input-group.e-bigger .e-input:focus,
.e-bigger .e-input-group .e-input:focus,
.e-input-group.e-control-wrapper.e-bigger .e-input:focus,
.e-bigger .e-input-group.e-control-wrapper .e-input:focus,
.e-input-group.e-bigger.e-input-focus .e-input,
.e-bigger .e-input-group.e-input-focus .e-input,
.e-input-group.e-control-wrapper.e-bigger.e-input-focus .e-input,
.e-bigger .e-input-group.e-control-wrapper.e-input-focus .e-input {
  padding: 5px 0 5px; }

.e-input-group .e-input-group-icon,
.e-input-group.e-control-wrapper .e-input-group-icon {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 0 solid;
  border-width: 0;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  cursor: pointer;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-size: 12px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  line-height: 1;
  min-height: 18px;
  min-width: 18px;
  padding: 0;
  text-align: center; }

.e-input-group.e-float-icon-left &gt; .e-input-group-icon,
.e-float-input.e-input-group.e-float-icon-left &gt; .e-input-group-icon,
.e-input-group.e-control-wrapper.e-float-icon-left &gt; .e-input-group-icon,
.e-float-input.e-input-group.e-control-wrapper.e-float-icon-left &gt; .e-input-group-icon {
  font-size: 20px;
  margin: 0;
  min-height: 30px;
  min-width: 30px;
  padding: 0; }

.e-input-group.e-bigger .e-input-group-icon,
.e-input-group .e-input-group-icon.e-bigger,
.e-bigger .e-input-group .e-input-group-icon,
.e-input-group.e-control-wrapper.e-bigger .e-input-group-icon,
.e-input-group.e-control-wrapper .e-input-group-icon.e-bigger,
.e-bigger .e-input-group.e-control-wrapper .e-input-group-icon {
  min-height: 20px;
  min-width: 20px; }

.e-input-group.e-bigger .e-input-group-icon,
.e-input-group .e-input-group-icon.e-bigger,
.e-bigger .e-input-group .e-input-group-icon,
.e-input-group.e-control-wrapper.e-bigger .e-input-group-icon,
.e-input-group.e-control-wrapper .e-input-group-icon.e-bigger,
.e-bigger .e-input-group.e-control-wrapper .e-input-group-icon {
  font-size: 12px;
  padding: 0; }

.e-input-group.e-bigger.e-float-icon-left &gt; .e-input-group-icon,
.e-input-group.e-float-icon-left &gt; .e-input-group-icon.e-bigger,
.e-bigger .e-input-group.e-float-icon-left &gt; .e-input-group-icon,
.e-float-input.e-input-group.e-bigger.e-float-icon-left &gt; .e-input-group-icon,
.e-float-input.e-input-group.e-float-icon-left &gt; .e-input-group-icon.e-bigger,
.e-bigger .e-float-input.e-input-group.e-float-icon-left &gt; .e-input-group-icon,
.e-input-group.e-control-wrapper.e-bigger.e-float-icon-left &gt; .e-input-group-icon,
.e-input-group.e-control-wrapper.e-float-icon-left &gt; .e-input-group-icon.e-bigger,
.e-bigger .e-input-group.e-control-wrapper.e-float-icon-left &gt; .e-input-group-icon,
.e-float-input.e-input-group.e-control-wrapper.e-bigger.e-float-icon-left &gt; .e-input-group-icon,
.e-float-input.e-input-group.e-control-wrapper.e-float-icon-left &gt; .e-input-group-icon.e-bigger,
.e-bigger .e-float-input.e-input-group.e-control-wrapper.e-float-icon-left &gt; .e-input-group-icon {
  font-size: 20px;
  margin: 0;
  min-height: 32px;
  min-width: 32px;
  padding: 0; }

.e-input-group.e-small.e-float-icon-left &gt; .e-input-group-icon,
.e-input-group.e-float-icon-left &gt; .e-input-group-icon.e-small,
.e-input-group.e-control-wrapper.e-small.e-float-icon-left &gt; .e-input-group-icon,
.e-input-group.e-control-wrapper.e-float-icon-left &gt; .e-input-group-icon.e-small,
.e-small .e-input-group.e-float-icon-left &gt; .e-input-group-icon,
.e-small .e-input-group.e-control-wrapper.e-float-icon-left &gt; .e-input-group-icon,
.e-float-input.e-input-group.e-small.e-float-icon-left &gt; .e-input-group-icon,
.e-float-input.e-input-group.e-float-icon-left &gt; .e-input-group-icon.e-small,
.e-small .e-float-input.e-input-group.e-float-icon-left &gt; .e-input-group-icon,
.e-float-input.e-control-wrapper.e-input-group.e-small.e-float-icon-left &gt; .e-input-group-icon,
.e-float-input.e-control-wrapper.e-input-group.e-float-icon-left &gt; .e-input-group-icon.e-small,
.e-small .e-float-input.e-control-wrapper.e-input-group.e-float-icon-left &gt; .e-input-group-icon {
  font-size: 20px;
  margin: 0;
  min-height: 28px;
  min-width: 28px;
  padding: 0; }

.e-input-group.e-small.e-bigger.e-float-icon-left &gt; .e-input-group-icon,
.e-input-group.e-small.e-float-icon-left &gt; .e-input-group-icon.e-bigger,
.e-bigger .e-input-group.e-small.e-float-icon-left &gt; .e-input-group-icon,
.e-float-input.e-input-group.e-small.e-bigger.e-float-icon-left &gt; .e-input-group-icon,
.e-float-input.e-input-group.e-small.e-float-icon-left &gt; .e-input-group-icon.e-bigger,
.e-bigger .e-input-group.e-float-input.e-small.e-float-icon-left &gt; .e-input-group-icon,
.e-input-group.e-control-wrapper.e-small.e-bigger.e-float-icon-left &gt; .e-input-group-icon,
.e-input-group.e-control-wrapper.e-small.e-float-icon-left &gt; .e-input-group-icon.e-bigger,
.e-bigger .e-input-group.e-control-wrapper.e-small.e-float-icon-left &gt; .e-input-group-icon,
.e-float-input.e-control-wrapper.e-input-group.e-small.e-bigger.e-float-icon-left &gt; .e-input-group-icon,
.e-float-input.e-control-wrapper.e-input-group.e-small.e-float-icon-left &gt; .e-input-group-icon.e-bigger,
.e-bigger .e-input-group.e-control-wrapper.e-float-input.e-small.e-float-icon-left &gt; .e-input-group-icon {
  font-size: 20px;
  margin: 0;
  min-height: 30px;
  min-width: 30px;
  padding: 0; }

.e-input-group.e-float-icon-left:not(.e-disabled) &gt; .e-input-group-icon:active,
.e-input-group.e-control-wrapper.e-float-icon-left:not(.e-disabled) &gt; .e-input-group-icon:active {
  background: transparent; }

.e-input-group.e-float-icon-left &gt; .e-input-group-icon,
.e-input-group.e-control-wrapper.e-float-icon-left &gt; .e-input-group-icon {
  cursor: auto; }

.e-input[disabled],
.e-input-group .e-input[disabled],
.e-input-group.e-control-wrapper .e-input[disabled],
.e-input-group.e-disabled,
.e-input-group.e-disabled input,
.e-input-group.e-disabled input.e-input,
.e-input-group.e-disabled textarea,
.e-input-group.e-disabled textarea.e-input,
.e-input-group.e-control-wrapper.e-disabled,
.e-input-group.e-control-wrapper.e-disabled input,
.e-input-group.e-control-wrapper.e-disabled input.e-input,
.e-input-group.e-control-wrapper.e-disabled textarea,
.e-input-group.e-control-wrapper.e-disabled textarea.e-input,
.e-float-input.e-disabled input,
.e-float-input.e-disabled textarea,
.e-float-input input[disabled],
.e-float-input input.e-disabled,
.e-float-input textarea[disabled],
.e-float-input textarea.e-disabled,
.e-float-input.e-control-wrapper.e-disabled input,
.e-float-input.e-control-wrapper.e-disabled textarea,
.e-float-input.e-control-wrapper input[disabled],
.e-float-input.e-control-wrapper input.e-disabled,
.e-float-input.e-control-wrapper textarea[disabled],
.e-float-input.e-control-wrapper textarea.e-disabled,
.e-input-group.e-disabled span,
.e-input-group.e-control-wrapper.e-disabled span {
  cursor: not-allowed; }

.e-input[disabled],
.e-input-group.e-disabled,
.e-input-group.e-control-wrapper.e-disabled,
.e-float-input.e-disabled,
.e-float-input input[disabled],
.e-float-input input.e-disabled,
.e-float-input.e-disabled input,
.e-float-input.e-control-wrapper.e-disabled,
.e-float-input.e-control-wrapper input[disabled],
.e-float-input.e-control-wrapper input.e-disabled,
.e-float-input.e-control-wrapper.e-disabled input {
  filter: alpha(opacity=100);
  opacity: 1; }

.e-input.e-rtl,
.e-input-group.e-rtl,
.e-input-group.e-control-wrapper.e-rtl {
  direction: rtl; }

.e-input.e-corner {
  border-radius: 0; }

.e-input-group,
.e-input-group.e-control-wrapper {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  vertical-align: middle; }

.e-float-input:not(.e-input-group),
.e-float-input.e-control-wrapper:not(.e-input-group) {
  display: inline-block; }

.e-input-group .e-input-group-icon,
.e-input-group.e-control-wrapper .e-input-group-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.e-input-group .e-input-group-icon:first-child,
.e-input-group.e-control-wrapper .e-input-group-icon:first-child {
  border-left-width: 0; }

.e-input-group .e-input-group-icon,
.e-input-group.e-control-wrapper .e-input-group-icon {
  white-space: nowrap; }

.e-input-group .e-input-group-icon:not(:last-child),
.e-input-group.e-control-wrapper .e-input-group-icon:not(:last-child) {
  border-right-width: 0; }

.e-input + .e-input-group-icon,
.e-input-group .e-input + .e-input-group-icon,
.e-input-group.e-control-wrapper .e-input + .e-input-group-icon {
  border-left-width: 0; }

.e-input-group.e-corner .e-input:first-child,
.e-input-group.e-corner .e-input-group-icon:first-child,
.e-input-group.e-control-wrapper.e-corner .e-input:first-child,
.e-input-group.e-control-wrapper.e-corner .e-input-group-icon:first-child {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0; }

.e-input-group.e-corner .e-input:last-child,
.e-input-group.e-corner .e-input-group-icon:last-child,
.e-input-group.e-control-wrapper.e-corner .e-input:last-child,
.e-input-group.e-control-wrapper.e-corner .e-input-group-icon:last-child {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0; }

.e-input-group.e-rtl .e-input-group-icon:first-child,
.e-input-group.e-control-wrapper.e-rtl .e-input-group-icon:first-child {
  border-left-width: 0;
  border-right-width: 0; }

.e-input-group.e-rtl .e-input-group-icon:last-child,
.e-input-group.e-control-wrapper.e-rtl .e-input-group-icon:last-child {
  border-left-width: 0;
  border-right-width: 0; }

.e-input-group.e-rtl .e-input-group-icon:not(:last-child),
.e-input-group.e-control-wrapper.e-rtl .e-input-group-icon:not(:last-child) {
  border-left-width: 0; }

.e-input-group.e-rtl .e-input-group-icon + .e-input,
.e-input-group.e-control-wrapper.e-rtl .e-input-group-icon + .e-input {
  border-right-width: 0; }

input.e-input.e-small,
textarea.e-input.e-small,
.e-small input.e-input,
.e-small textarea.e-input,
.e-input-group.e-small,
.e-small .e-input-group,
.e-input-group.e-control-wrapper.e-small,
.e-small .e-input-group.e-control-wrapper,
.e-input-group.e-small.e-disabled,
.e-small .e-input-group.e-disabled,
.e-input-group.e-control-wrapper.e-small.e-disabled,
.e-small .e-input-group.e-control-wrapper.e-disabled {
  font-size: 12px; }

.e-input-group.e-small .e-input,
.e-input-group.e-small.e-control-wrapper .e-input,
.e-small .e-input-group .e-input,
.e-small .e-input-group.e-control-wrapper .e-input {
  font: inherit; }

.e-input.e-small,
.e-input-group.e-small .e-input,
.e-input-group.e-control-wrapper.e-small .e-input {
  line-height: inherit;
  padding: 4px 0 4px; }

.e-input-group.e-small .e-input:focus,
.e-input-group.e-control-wrapper.e-small .e-input:focus,
.e-input-group.e-small.e-input-focus .e-input,
.e-input-group.e-control-wrapper.e-small.e-input-focus .e-input {
  padding: 4px 0 4px; }

.e-input.e-small.e-bigger,
.e-input-group.e-small.e-bigger,
.e-small.e-bigger .e-input-group,
.e-input-group.e-control-wrapper.e-small.e-bigger,
.e-small.e-bigger .e-input-group.e-control-wrapper,
.e-bigger .e-input.e-small,
.e-small .e-input.e-bigger,
.e-bigger .e-input-group.e-small,
.e-bigger .e-input-group.e-control-wrapper.e-small,
.e-small .e-input-group.e-bigger,
.e-small .e-input-group.e-control-wrapper.e-bigger {
  font-size: 13px; }

.e-input-group.e-small.e-bigger.e-disabled,
.e-small.e-bigger .e-input-group.e-disabled,
.e-input-group.e-control-wrapper.e-small.e-bigger.e-disabled,
.e-small.e-bigger .e-input-group.e-control-wrapper.e-disabled,
.e-bigger .e-input.e-small.e-disabled,
.e-small .e-input.e-bigger.e-disabled,
.e-bigger .e-input-group.e-small.e-disabled,
.e-bigger .e-input-group.e-control-wrapper.e-small.e-disabled,
.e-small .e-input-group.e-bigger.e-disabled,
.e-small .e-input-group.e-control-wrapper.e-bigger.e-disabled {
  font-size: 13px; }

.e-input.e-small.e-bigger,
.e-bigger .e-input.e-small,
.e-small .e-input.e-bigger {
  padding: 4px 0 4px; }

.e-input-group.e-small.e-bigger .e-input,
.e-input-group.e-small .e-input.e-bigger,
.e-input-group.e-control-wrapper.e-small.e-bigger .e-input,
.e-input-group.e-control-wrapper.e-small .e-input.e-bigger,
.e-bigger .e-input-group.e-small .e-input,
.e-bigger .e-input-group.e-control-wrapper.e-small .e-input {
  font: inherit;
  padding: 4px 0 4px; }

.e-input-group.e-small.e-bigger .e-input:focus,
.e-input-group.e-small .e-input.e-bigger:focus,
.e-bigger .e-input-group.e-small .e-input:focus,
.e-input-group.e-control-wrapper.e-small.e-bigger .e-input:focus,
.e-input-group.e-control-wrapper.e-small .e-input.e-bigger:focus,
.e-bigger .e-input-group.e-control-wrapper.e-small .e-input:focus,
.e-input-group.e-small.e-bigger.e-input-focus .e-input,
.e-input-group.e-small.e-input-focus .e-input.e-bigger,
.e-bigger .e-input-group.e-small.e-input-focus .e-input,
.e-input-group.e-control-wrapper.e-small.e-bigger.e-input-focus .e-input,
.e-input-group.e-control-wrapper.e-small.e-input-focus .e-input.e-bigger,
.e-bigger .e-input-group.e-control-wrapper.e-small.e-input-focus .e-input {
  padding: 4px 0 4px; }

.e-input-group.e-small .e-input-group-icon,
.e-input-group.e-control-wrapper.e-small .e-input-group-icon,
.e-small .e-input-group .e-input-group-icon,
.e-small .e-input-group.e-control-wrapper .e-input-group-icon {
  font-size: 12px;
  min-height: 16px;
  min-width: 16px;
  padding: 0; }

.e-input-group.e-small.e-bigger .e-input-group-icon,
.e-input-group.e-small .e-input-group-icon.e-bigger,
.e-input-group.e-control-wrapper.e-small.e-bigger .e-input-group-icon,
.e-input-group.e-control-wrapper.e-small .e-input-group-icon.e-bigger,
.e-bigger .e-input-group.e-small .e-input-group-icon,
.e-bigger .e-input-group.e-control-wrapper.e-small .e-input-group-icon {
  font-size: 12px;
  min-height: 18px;
  min-width: 18px;
  padding: 0; }

label.e-float-text,
.e-float-input label.e-float-text,
.e-float-input.e-control-wrapper label.e-float-text,
.e-float-input:not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom,
.e-float-input.e-control-wrapper:not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom {
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  left: 0;
  overflow: hidden;
  padding-left: 0;
  pointer-events: none;
  position: absolute;
  text-overflow: ellipsis;
  top: -11px;
  -webkit-transform: translate3d(0, 16px, 0) scale(1);
          transform: translate3d(0, 16px, 0) scale(1);
  -webkit-transform-origin: left top;
          transform-origin: left top;
  -webkit-transition: 0.25s cubic-bezier(0.25, 0.8, 0.25, 1);
  transition: 0.25s cubic-bezier(0.25, 0.8, 0.25, 1);
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  white-space: nowrap;
  width: 100%; }

label.e-float-text,
.e-float-input label.e-float-text,
.e-float-input.e-control-wrapper label.e-float-text,
.e-float-input:not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom,
.e-float-input.e-control-wrapper:not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom {
  top: -11px; }

label.e-float-text,
.e-float-input label.e-float-text,
.e-float-input.e-control-wrapper label.e-float-text,
.e-float-input:not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom,
.e-float-input.e-bigger:not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom,
.e-bigger .e-float-input:not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom,
.e-float-input.e-small:not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom,
.e-small .e-float-input:not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom,
.e-bigger .e-float-input.e-small:not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom,
.e-small .e-float-input.e-bigger:not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom,
.e-float-input.e-bigger.e-small:not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom,
.e-bigger.e-small .e-float-input:not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom,
.e-float-input.e-bigger.e-small:not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom,
.e-float-input.e-control-wrapper:not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom,
.e-float-input.e-control-wrapper.e-bigger:not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom,
.e-bigger .e-float-input.e-control-wrapper:not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom,
.e-float-input.e-control-wrapper.e-small:not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom,
.e-small .e-float-input.e-control-wrapper:not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom,
.e-bigger .e-float-input.e-control-wrapper.e-small:not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom,
.e-small .e-float-input.e-control-wrapper.e-bigger:not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom,
.e-float-input.e-control-wrapper.e-bigger.e-small:not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom,
.e-bigger.e-small .e-float-input.e-control-wrapper:not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom,
.e-float-input.e-control-wrapper.e-bigger.e-small:not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom {
  content: '';
  font-style: normal; }

.e-float-input.e-bigger label.e-float-text,
.e-float-input label.e-float-text.e-bigger,
.e-float-input input.e-bigger ~ label.e-float-text,
.e-bigger .e-float-input label.e-float-text,
.e-float-input.e-bigger:not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom,
.e-bigger .e-float-input:not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom,
.e-float-input.e-control-wrapper.e-bigger label.e-float-text,
.e-float-input.e-control-wrapper label.e-float-text.e-bigger,
.e-float-input.e-control-wrapper input.e-bigger ~ label.e-float-text,
.e-bigger .e-float-input.e-control-wrapper label.e-float-text,
.e-float-input.e-control-wrapper.e-bigger:not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom,
.e-bigger .e-float-input.e-control-wrapper:not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom {
  font-size: 14px;
  top: -8px; }

.e-float-input.e-small label.e-float-text,
.e-float-input.e-small:not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom,
.e-small .e-float-input:not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom,
.e-float-input.e-control-wrapper.e-small label.e-float-text,
.e-float-input.e-control-wrapper.e-small:not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom,
.e-small .e-float-input.e-control-wrapper:not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom {
  font-size: 12px;
  top: -11px; }

.e-float-input.e-small.e-bigger label.e-float-text,
.e-bigger .e-float-input.e-small label.e-float-text,
.e-bigger .e-float-input.e-small:not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom,
.e-small .e-float-input.e-bigger:not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom,
.e-float-input.e-bigger.e-small:not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom,
.e-bigger.e-small .e-float-input:not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom,
.e-float-input.e-bigger.e-small:not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom,
.e-float-input.e-control-wrapper.e-small.e-bigger label.e-float-text,
.e-bigger .e-float-input.e-control-wrapper.e-small label.e-float-text,
.e-bigger .e-float-input.e-control-wrapper.e-small:not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom,
.e-small .e-float-input.e-control-wrapper.e-bigger:not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom,
.e-float-input.e-control-wrapper.e-bigger.e-small:not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom,
.e-bigger.e-small .e-float-input.e-control-wrapper:not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom,
.e-float-input.e-control-wrapper.e-bigger.e-small:not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom {
  font-size: 13px;
  top: -9px;
  font-style: normal; }

.e-float-input .e-input-in-wrap label.e-float-text,
.e-float-input:not(.e-input-focus) .e-input-in-wrap input:not(:focus):valid ~ label.e-float-text.e-label-bottom,
.e-float-input.e-control-wrapper .e-input-in-wrap label.e-float-text,
.e-float-input.e-control-wrapper:not(.e-input-focus) .e-input-in-wrap input:not(:focus):valid ~ label.e-float-text.e-label-bottom {
  top: -11px; }

.e-float-input.e-bigger .e-input-in-wrap label.e-float-text,
.e-float-input .e-input-in-wrap label.e-float-text.e-bigger,
.e-float-input .e-input-in-wrap input.e-bigger ~ label.e-float-text,
.e-bigger .e-float-input .e-input-in-wrap label.e-float-text,
.e-float-input.e-bigger:not(.e-input-focus) .e-input-in-wrap input:not(:focus):valid ~ label.e-float-text.e-label-bottom,
.e-bigger .e-float-input:not(.e-input-focus) .e-input-in-wrap input:not(:focus):valid ~ label.e-float-text.e-label-bottom,
.e-float-input.e-control-wrapper.e-bigger .e-input-in-wrap label.e-float-text,
.e-float-input.e-control-wrapper .e-input-in-wrap label.e-float-text.e-bigger,
.e-float-input.e-control-wrapper .e-input-in-wrap input.e-bigger ~ label.e-float-text,
.e-bigger.e-float-input.e-control-wrapper .e-input-in-wrap label.e-float-text,
.e-float-input.e-control-wrapper.e-bigger:not(.e-input-focus) .e-input-in-wrap input:not(:focus):valid ~ label.e-float-text.e-label-bottom,
.e-bigger.e-float-input.e-control-wrapper:not(.e-input-focus) .e-input-in-wrap input:not(:focus):valid ~ label.e-float-text.e-label-bottom {
  top: -8px; }

.e-float-input.e-small .e-input-in-wrap label.e-float-text,
.e-small .e-float-input .e-input-in-wrap label.e-float-text,
.e-float-input.e-small:not(.e-input-focus) .e-input-in-wrap input:not(:focus):valid ~ label.e-float-text.e-label-bottom,
.e-small .e-float-input:not(.e-input-focus) .e-input-in-wrap input:not(:focus):valid ~ label.e-float-text.e-label-bottom,
.e-float-input.e-control-wrapper.e-small .e-input-in-wrap label.e-float-text,
.e-small .e-float-input.e-control-wrapper .e-input-in-wrap label.e-float-text,
.e-float-input.e-control-wrapper.e-small:not(.e-input-focus) .e-input-in-wrap input:not(:focus):valid ~ label.e-float-text.e-label-bottom,
.e-small .e-float-input.e-control-wrapper:not(.e-input-focus) .e-input-in-wrap input:not(:focus):valid ~ label.e-float-text.e-label-bottom {
  top: -10px; }

.e-float-input.e-small.e-bigger .e-input-in-wrap label.e-float-text,
.e-bigger .e-float-input.e-small .e-input-in-wrap label.e-float-text,
.e-bigger .e-float-input.e-small:not(.e-input-focus) .e-input-in-wrap input:not(:focus):valid ~ label.e-float-text.e-label-bottom,
.e-small .e-float-input.e-bigger:not(.e-input-focus) .e-input-in-wrap input:not(:focus):valid ~ label.e-float-text.e-label-bottom,
.e-float-input.e-bigger.e-small:not(.e-input-focus) .e-input-in-wrap input:not(:focus):valid ~ label.e-float-text.e-label-bottom,
.e-bigger.e-small .e-float-input:not(.e-input-focus) .e-input-in-wrap input:not(:focus):valid ~ label.e-float-text.e-label-bottom,
.e-float-input.e-control-wrapper.e-small.e-bigger .e-input-in-wrap label.e-float-text,
.e-bigger .e-float-input.e-control-wrapper.e-small .e-input-in-wrap label.e-float-text,
.e-bigger .e-float-input.e-control-wrapper.e-small:not(.e-input-focus) .e-input-in-wrap input:not(:focus):valid ~ label.e-float-text.e-label-bottom,
.e-small .e-float-input.e-control-wrapper.e-bigger:not(.e-input-focus) .e-input-in-wrap input:not(:focus):valid ~ label.e-float-text.e-label-bottom,
.e-float-input.e-control-wrapper.e-bigger.e-small:not(.e-input-focus) .e-input-in-wrap input:not(:focus):valid ~ label.e-float-text.e-label-bottom,
.e-bigger.e-small .e-float-input.e-control-wrapper:not(.e-input-focus) .e-input-in-wrap input:not(:focus):valid ~ label.e-float-text.e-label-bottom {
  top: -10px; }

.e-float-input input:focus ~ label.e-float-text,
.e-float-input input:valid ~ label.e-float-text,
.e-float-input input ~ label.e-label-top.e-float-text,
.e-float-input input[readonly] ~ label.e-label-top.e-float-text,
.e-float-input input[disabled] ~ label.e-label-top.e-float-text,
.e-float-input input label.e-float-text.e-label-top,
.e-float-input.e-control-wrapper input:focus ~ label.e-float-text,
.e-float-input.e-control-wrapper input:valid ~ label.e-float-text,
.e-float-input.e-control-wrapper input ~ label.e-label-top.e-float-text,
.e-float-input.e-control-wrapper input[readonly] ~ label.e-label-top.e-float-text,
.e-float-input.e-control-wrapper input[disabled] ~ label.e-label-top.e-float-text,
.e-float-input.e-control-wrapper input label.e-float-text.e-label-top,
.e-float-input.e-control-wrapper.e-input-focus input ~ label.e-float-text,
.e-float-input.e-input-focus input ~ label.e-float-text {
  font-size: 13px;
  top: -9px;
  -webkit-transform: translate3d(0, -6px, 0) scale(0.92);
          transform: translate3d(0, -6px, 0) scale(0.92); }

.e-float-input.e-bigger input:focus ~ label.e-float-text,
.e-float-input.e-bigger input:valid ~ label.e-float-text,
.e-float-input.e-bigger input ~ label.e-label-top.e-float-text,
.e-float-input.e-bigger input[readonly] ~ label.e-label-top.e-float-text,
.e-float-input.e-bigger input[disabled] ~ label.e-label-top.e-float-text,
.e-float-input.e-bigger input label.e-float-text.e-label-top,
.e-bigger .e-float-input input:focus ~ label.e-float-text,
.e-bigger .e-float-input input:valid ~ label.e-float-text,
.e-bigger .e-float-input input ~ label.e-label-top.e-float-text,
.e-bigger .e-float-input input[readonly] ~ label.e-label-top.e-float-text,
.e-bigger .e-float-input input[disabled] ~ label.e-label-top.e-float-text,
.e-bigger .e-float-input input label.e-float-text.e-label-top,
.e-float-input.e-control-wrapper.e-bigger input:focus ~ label.e-float-text,
.e-float-input.e-control-wrapper.e-bigger input:valid ~ label.e-float-text,
.e-float-input.e-control-wrapper.e-bigger input ~ label.e-label-top.e-float-text,
.e-float-input.e-control-wrapper.e-bigger input[readonly] ~ label.e-label-top.e-float-text,
.e-float-input.e-control-wrapper.e-bigger input[disabled] ~ label.e-label-top.e-float-text,
.e-float-input.e-control-wrapper.e-bigger input label.e-float-text.e-label-top,
.e-bigger .e-float-input.e-control-wrapper input:focus ~ label.e-float-text,
.e-bigger .e-float-input.e-control-wrapper input:valid ~ label.e-float-text,
.e-bigger .e-float-input.e-control-wrapper input ~ label.e-label-top.e-float-text,
.e-bigger .e-float-input.e-control-wrapper input[readonly] ~ label.e-label-top.e-float-text,
.e-bigger .e-float-input.e-control-wrapper input[disabled] ~ label.e-label-top.e-float-text,
.e-bigger .e-float-input.e-control-wrapper input label.e-float-text.e-label-top,
.e-float-input.e-bigger.e-input-focus input ~ label.e-float-text,
.e-bigger .e-float-input.e-input-focus input ~ label.e-float-text,
.e-float-input.e-control-wrapper.e-bigger.e-input-focus input ~ label.e-float-text,
.e-bigger .e-float-input.e-control-wrapper.e-input-focus input ~ label.e-float-text {
  -webkit-transform: translate3d(0, -6px, 0) scale(0.86);
          transform: translate3d(0, -6px, 0) scale(0.86); }

.e-float-input.e-bigger.e-small input:focus ~ label.e-float-text,
.e-float-input.e-bigger.e-small input:valid ~ label.e-float-text,
.e-float-input.e-bigger.e-small input ~ label.e-label-top.e-float-text,
.e-float-input.e-bigger.e-small input[readonly] ~ label.e-label-top.e-float-text,
.e-float-input.e-bigger.e-small input[disabled] ~ label.e-label-top.e-float-text,
.e-float-input.e-bigger.e-small input label.e-float-text.e-label-top,
.e-bigger .e-float-input.e-small input:focus ~ label.e-float-text,
.e-bigger .e-float-input.e-small input:valid ~ label.e-float-text,
.e-bigger .e-float-input.e-small input ~ label.e-label-top.e-float-text,
.e-bigger .e-float-input.e-small input[readonly] ~ label.e-label-top.e-float-text,
.e-bigger .e-float-input.e-small input[disabled] ~ label.e-label-top.e-float-text,
.e-bigger .e-float-input.e-small input label.e-float-text.e-label-top,
.e-small .e-float-input.e-bigger input:focus ~ label.e-float-text,
.e-small .e-float-input.e-bigger input:valid ~ label.e-float-text,
.e-small .e-float-input.e-bigger input ~ label.e-label-top.e-float-text,
.e-small .e-float-input.e-bigger input[readonly] ~ label.e-label-top.e-float-text,
.e-small .e-float-input.e-bigger input[disabled] ~ label.e-label-top.e-float-text,
.e-small .e-float-input.e-bigger input label.e-float-text.e-label-top,
.e-float-input.e-control-wrapper.e-bigger.e-small input:focus ~ label.e-float-text,
.e-float-input.e-control-wrapper.e-bigger.e-small input:valid ~ label.e-float-text,
.e-float-input.e-control-wrapper.e-bigger.e-small input ~ label.e-label-top.e-float-text,
.e-float-input.e-control-wrapper.e-bigger.e-small input[readonly] ~ label.e-label-top.e-float-text,
.e-float-input.e-control-wrapper.e-bigger.e-small input[disabled] ~ label.e-label-top.e-float-text,
.e-float-input.e-control-wrapper.e-bigger.e-small input label.e-float-text.e-label-top,
.e-bigger .e-float-input.e-control-wrapper.e-small input:focus ~ label.e-float-text,
.e-bigger .e-float-input.e-control-wrapper.e-small input:valid ~ label.e-float-text,
.e-bigger .e-float-input.e-control-wrapper.e-small input ~ label.e-label-top.e-float-text,
.e-bigger .e-float-input.e-control-wrapper.e-small input[readonly] ~ label.e-label-top.e-float-text,
.e-bigger .e-float-input.e-control-wrapper.e-small input[disabled] ~ label.e-label-top.e-float-text,
.e-bigger .e-float-input.e-control-wrapper.e-small input label.e-float-text.e-label-top,
.e-small .e-float-input.e-control-wrapper.e-bigger input:focus ~ label.e-float-text,
.e-small .e-float-input.e-control-wrapper.e-bigger input:valid ~ label.e-float-text,
.e-small .e-float-input.e-control-wrapper.e-bigger input ~ label.e-label-top.e-float-text,
.e-small .e-float-input.e-control-wrapper.e-bigger input[readonly] ~ label.e-label-top.e-float-text,
.e-small .e-float-input.e-control-wrapper.e-bigger input[disabled] ~ label.e-label-top.e-float-text,
.e-small .e-float-input.e-control-wrapper.e-bigger input label.e-float-text.e-label-top,
.e-float-input.e-bigger.e-small.e-input-focus input ~ label.e-float-text,
.e-bigger .e-float-input.e-small.e-input-focus input-group-animation ~ label.e-float-text,
.e-small .e-float-input.e-bigger.e-input-focus input ~ label.e-float-text,
.e-float-input.e-control-wrapper.e-bigger.e-small.e-input-focus input ~ label.e-float-text,
.e-bigger .e-float-input.e-control-wrapper.e-small.e-input-focus input ~ label.e-float-text,
.e-small .e-float-input.e-control-wrapper.e-bigger.e-input-focus input ~ label.e-float-text {
  -webkit-transform: translate3d(0, -6px, 0) scale(0.92);
          transform: translate3d(0, -6px, 0) scale(0.92); }

.e-float-input .e-input-in-wrap input:focus ~ label.e-float-text,
.e-float-input .e-input-in-wrap input:valid ~ label.e-float-text,
.e-float-input .e-input-in-wrap input ~ label.e-label-top.e-float-text,
.e-float-input .e-input-in-wrap input[readonly] ~ label.e-label-top.e-float-text,
.e-float-input .e-input-in-wrap input[disabled] ~ label.e-label-top.e-float-text,
.e-float-input .e-input-in-wrap input label.e-float-text.e-label-top,
.e-float-input.e-control-wrapper .e-input-in-wrap input:focus ~ label.e-float-text,
.e-float-input.e-control-wrapper .e-input-in-wrap input:valid ~ label.e-float-text,
.e-float-input.e-control-wrapper .e-input-in-wrap input ~ label.e-label-top.e-float-text,
.e-float-input.e-control-wrapper .e-input-in-wrap input[readonly] ~ label.e-label-top.e-float-text,
.e-float-input.e-control-wrapper .e-input-in-wrap input[disabled] ~ label.e-label-top.e-float-text,
.e-float-input.e-control-wrapper .e-input-in-wrap input label.e-float-text.e-label-top {
  top: -9px; }

.e-float-input.e-bigger input:focus ~ label.e-float-text,
.e-float-input.e-bigger input:valid ~ label.e-float-text,
.e-float-input.e-bigger input ~ label.e-label-top.e-float-text,
.e-float-input.e-bigger input[readonly] ~ label.e-label-top.e-float-text,
.e-float-input.e-bigger input[disabled] ~ label.e-label-top.e-float-text,
.e-bigger .e-float-input input:focus ~ label.e-float-text,
.e-bigger .e-float-input input:valid ~ label.e-float-text,
.e-bigger .e-float-input input ~ label.e-label-top.e-float-text,
.e-bigger .e-float-input input[readonly] ~ label.e-label-top.e-float-text,
.e-bigger .e-float-input input[disabled] ~ label.e-label-top.e-float-text,
.e-float-input.e-control-wrapper.e-bigger input:focus ~ label.e-float-text,
.e-float-input.e-control-wrapper.e-bigger input:valid ~ label.e-float-text,
.e-float-input.e-control-wrapper.e-bigger input ~ label.e-label-top.e-float-text,
.e-float-input.e-control-wrapper.e-bigger input[readonly] ~ label.e-label-top.e-float-text,
.e-float-input.e-control-wrapper.e-bigger input[disabled] ~ label.e-label-top.e-float-text,
.e-bigger .e-float-input.e-control-wrapper input:focus ~ label.e-float-text,
.e-bigger .e-float-input.e-control-wrapper input:valid ~ label.e-float-text,
.e-bigger .e-float-input.e-control-wrapper input ~ label.e-label-top.e-float-text,
.e-bigger .e-float-input.e-control-wrapper input[readonly] ~ label.e-label-top.e-float-text,
.e-bigger .e-float-input.e-control-wrapper input[disabled] ~ label.e-label-top.e-float-text,
.e-float-input.e-bigger.e-input-focus input ~ label.e-float-text,
.e-bigger .e-float-input.e-input-focus input ~ label.e-float-text,
.e-float-input.e-control-wrapper.e-bigger.e-input-focus input ~ label.e-float-text,
.e-bigger .e-float-input.e-control-wrapper.e-input-focus input ~ label.e-float-text {
  font-size: 14px;
  top: -9px; }

.e-float-input.e-bigger .e-input-in-wrap input:focus ~ label.e-float-text,
.e-float-input.e-bigger .e-input-in-wrap input:valid ~ label.e-float-text,
.e-float-input.e-bigger .e-input-in-wrap input ~ label.e-label-top.e-float-text,
.e-float-input.e-bigger .e-input-in-wrap input[readonly] ~ label.e-label-top.e-float-text,
.e-float-input.e-bigger .e-input-in-wrap input[disabled] ~ label.e-label-top.e-float-text,
.e-bigger .e-float-input .e-input-in-wrap input:focus ~ label.e-float-text,
.e-bigger .e-float-input .e-input-in-wrap input:valid ~ label.e-float-text,
.e-bigger .e-float-input .e-input-in-wrap input ~ label.e-label-top.e-float-text,
.e-bigger .e-float-input .e-input-in-wrap input[readonly] ~ label.e-label-top.e-float-text,
.e-bigger .e-float-input .e-input-in-wrap input[disabled] ~ label.e-label-top.e-float-text,
.e-float-input.e-control-wrapper.e-bigger .e-input-in-wrap input:focus ~ label.e-float-text,
.e-float-input.e-control-wrapper.e-bigger .e-input-in-wrap input:valid ~ label.e-float-text,
.e-float-input.e-control-wrapper.e-bigger .e-input-in-wrap input ~ label.e-label-top.e-float-text,
.e-float-input.e-control-wrapper.e-bigger .e-input-in-wrap input[readonly] ~ label.e-label-top.e-float-text,
.e-float-input.e-control-wrapper.e-bigger .e-input-in-wrap input[disabled] ~ label.e-label-top.e-float-text,
.e-bigger .e-float-input.e-control-wrapper .e-input-in-wrap input:focus ~ label.e-float-text,
.e-bigger .e-float-input.e-control-wrapper .e-input-in-wrap input:valid ~ label.e-float-text,
.e-bigger .e-float-input.e-control-wrapper .e-input-in-wrap input ~ label.e-label-top.e-float-text,
.e-bigger .e-float-input.e-control-wrapper .e-input-in-wrap input[readonly] ~ label.e-label-top.e-float-text,
.e-bigger .e-float-input.e-control-wrapper .e-input-in-wrap input[disabled] ~ label.e-label-top.e-float-text {
  top: -9px; }

.e-float-input.e-small input:focus ~ label.e-float-text,
.e-float-input.e-small input:valid ~ label.e-float-text,
.e-float-input.e-small input ~ label.e-label-top.e-float-text,
.e-small .e-float-input input ~ label.e-label-top.e-float-text,
.e-float-input.e-small input[readonly] ~ label.e-label-top.e-float-text,
.e-float-input.e-small input[disabled] ~ label.e-label-top.e-float-text,
.e-float-input.e-control-wrapper.e-small input:focus ~ label.e-float-text,
.e-float-input.e-control-wrapper.e-small input:valid ~ label.e-float-text,
.e-float-input.e-control-wrapper.e-small input ~ label.e-label-top.e-float-text,
.e-small .e-float-input.e-control-wrapper input ~ label.e-label-top.e-float-text,
.e-float-input.e-control-wrapper.e-small input[readonly] ~ label.e-label-top.e-float-text,
.e-float-input.e-control-wrapper.e-small input[disabled] ~ label.e-label-top.e-float-text,
.e-float-input.e-small.e-input-focus input-group-animation ~ label.e-float-text,
.e-float-input.e-control-wrapper.e-small.e-input-focus input ~ label.e-float-text {
  font-size: 12px;
  top: -8px; }

.e-float-input.e-small .e-input-in-wrap input:focus ~ label.e-float-text,
.e-float-input.e-small .e-input-in-wrap input:valid ~ label.e-float-text,
.e-float-input.e-small .e-input-in-wrap input ~ label.e-label-top.e-float-text,
.e-small .e-float-input .e-input-in-wrap input ~ label.e-label-top.e-float-text,
.e-float-input.e-small .e-input-in-wrap input[readonly] ~ label.e-label-top.e-float-text,
.e-float-input.e-small .e-input-in-wrap input[disabled] ~ label.e-label-top.e-float-text,
.e-float-input.e-control-wrapper.e-small .e-input-in-wrap input:focus ~ label.e-float-text,
.e-float-input.e-control-wrapper.e-small .e-input-in-wrap input:valid ~ label.e-float-text,
.e-float-input.e-control-wrapper.e-small .e-input-in-wrap input ~ label.e-label-top.e-float-text,
.e-small .e-float-input.e-control-wrapper .e-input-in-wrap input ~ label.e-label-top.e-float-text,
.e-float-input.e-control-wrapper.e-small .e-input-in-wrap input[readonly] ~ label.e-label-top.e-float-text,
.e-float-input.e-control-wrapper.e-small .e-input-in-wrap input[disabled] ~ label.e-label-top.e-float-text {
  top: -8px; }

.e-float-input.e-small.e-bigger input:focus ~ label.e-float-text,
.e-float-input.e-small.e-bigger input:valid ~ label.e-float-text,
.e-float-input.e-small.e-bigger input ~ label.e-label-top.e-float-text,
.e-float-input.e-small.e-bigger input[readonly] ~ label.e-float-text,
.e-float-input.e-small.e-bigger input[disabled] ~ label.e-float-text,
.e-bigger .e-float-input.e-small input:focus ~ label.e-float-text,
.e-bigger .e-float-input.e-small input:valid ~ label.e-float-text,
.e-bigger .e-float-input.e-small input ~ label.e-label-top.e-float-text,
.e-bigger .e-float-input.e-small input[readonly] ~ label.e-float-text,
.e-bigger .e-float-input.e-small input[disabled] ~ label.e-float-text,
.e-bigger.e-small .e-float-input.e-control-wrapper input:focus ~ label.e-float-text,
.e-bigger.e-small .e-float-input.e-control-wrapper input:valid ~ label.e-float-text,
.e-bigger.e-small .e-float-input.e-control-wrapper input ~ label.e-label-top.e-float-text,
.e-bigger.e-small .e-float-input.e-control-wrapper input[readonly] ~ label.e-float-text,
.e-bigger.e-small .e-float-input.e-control-wrapper input[disabled] ~ label.e-float-text,
.e-float-input.e-control-wrapper.e-small.e-bigger input:focus ~ label.e-float-text,
.e-float-input.e-control-wrapper.e-small.e-bigger input:valid ~ label.e-float-text,
.e-float-input.e-control-wrapper.e-small.e-bigger input ~ label.e-label-top.e-float-text,
.e-float-input.e-control-wrapper.e-small.e-bigger input[readonly] ~ label.e-float-text,
.e-float-input.e-control-wrapper.e-small.e-bigger input[disabled] ~ label.e-float-text,
.e-bigger .e-float-input.e-control-wrapper.e-small input:focus ~ label.e-float-text,
.e-bigger .e-float-input.e-control-wrapper.e-small input:valid ~ label.e-float-text,
.e-bigger .e-float-input.e-control-wrapper.e-small input ~ label.e-label-top.e-float-text,
.e-bigger .e-float-input.e-control-wrapper.e-small input[readonly] ~ label.e-float-text,
.e-bigger .e-float-input.e-control-wrapper.e-small input[disabled] ~ label.e-float-text,
.e-float-input.e-small.e-bigger.e-input-focus input ~ label.e-float-text,
.e-bigger .e-float-input.e-small.e-input-focus input ~ label.e-float-text,
.e-float-input.e-control-wrapper.e-small.e-bigger.e-input-focus input ~ label.e-float-text,
.e-bigger .e-float-input.e-control-wrapper.e-small.e-input-focus input ~ label.e-float-text {
  font-size: 13px;
  top: -7px; }

.e-float-input.e-small.e-bigger .e-input-in-wrap input:focus ~ label.e-float-text,
.e-float-input.e-small.e-bigger .e-input-in-wrap input:valid ~ label.e-float-text,
.e-float-input.e-small.e-bigger .e-input-in-wrap input ~ label.e-label-top.e-float-text,
.e-float-input.e-small.e-bigger .e-input-in-wrap input[readonly] ~ label.e-float-text,
.e-float-input.e-small.e-bigger .e-input-in-wrap input[disabled] ~ label.e-float-text,
.e-bigger .e-float-input.e-small .e-input-in-wrap input:focus ~ label.e-float-text,
.e-bigger .e-float-input.e-small .e-input-in-wrap input:valid ~ label.e-float-text,
.e-bigger .e-float-input.e-small .e-input-in-wrap input ~ label.e-label-top.e-float-text,
.e-bigger .e-float-input.e-small .e-input-in-wrap input[readonly] ~ label.e-float-text,
.e-bigger .e-float-input.e-small .e-input-in-wrap input[disabled] ~ label.e-float-text,
.e-float-input.e-control-wrapper.e-small.e-bigger .e-input-in-wrap input:focus ~ label.e-float-text,
.e-float-input.e-control-wrapper.e-small.e-bigger .e-input-in-wrap input:valid ~ label.e-float-text,
.e-float-input.e-control-wrapper.e-small.e-bigger .e-input-in-wrap input ~ label.e-label-top.e-float-text,
.e-float-input.e-control-wrapper.e-small.e-bigger .e-input-in-wrap input[readonly] ~ label.e-float-text,
.e-float-input.e-control-wrapper.e-small.e-bigger .e-input-in-wrap input[disabled] ~ label.e-float-text,
.e-bigger .e-float-input.e-control-wrapper.e-small .e-input-in-wrap input:focus ~ label.e-float-text,
.e-bigger .e-float-input.e-control-wrapper.e-small .e-input-in-wrap input:valid ~ label.e-float-text,
.e-bigger .e-float-input.e-control-wrapper.e-small .e-input-in-wrap input ~ label.e-label-top.e-float-text,
.e-bigger .e-float-input.e-control-wrapper.e-small .e-input-in-wrap input[readonly] ~ label.e-float-text,
.e-bigger .e-float-input.e-control-wrapper.e-small .e-input-in-wrap input[disabled] ~ label.e-float-text {
  top: -10px; }

.e-float-input,
.e-float-input.e-control-wrapper {
  line-height: 1.4;
  margin-bottom: 4px;
  margin-top: 16px;
  padding-top: 0;
  position: relative;
  width: 100%; }

.e-float-input.e-bigger,
.e-bigger .e-float-input,
.e-float-input.e-control-wrapper.e-bigger,
.e-bigger .e-float-input.e-control-wrapper {
  line-height: 1.5;
  margin-bottom: 8px;
  margin-top: 17px;
  padding-top: 0;
  position: relative;
  width: 100%; }

.e-float-input.e-small,
.e-float-input.e-control-wrapper.e-small,
.e-small .e-float-input.e-control-wrapper {
  line-height: 1.35;
  margin-bottom: 4px;
  margin-top: 16px;
  padding-top: 0; }

.e-float-input.e-small.e-bigger,
.e-bigger.e-small .e-float-input.e-small,
.e-bigger .e-float-input.e-small,
.e-small .e-float-input.e-bigger,
.e-float-input.e-control-wrapper.e-small.e-bigger,
.e-bigger.e-small .e-float-input.e-control-wrapper.e-small,
.e-bigger .e-float-input.e-control-wrapper.e-small,
.e-small .e-float-input.e-control-wrapper.e-bigger {
  line-height: 1.4;
  margin-bottom: 4px;
  margin-top: 17px;
  padding-top: 0; }

.e-input-group.e-bigger,
.e-bigger .e-input-group,
.e-input-group.e-control-wrapper.e-bigger,
.e-bigger .e-input-group.e-control-wrapper {
  line-height: 1.5; }

.e-input-group.e-small,
.e-input-group.e-control-wrapper.e-small,
.e-small .e-input-group,
.e-small .e-input-group.e-control-wrapper,
.e-input-group.e-small.e-bigger,
.e-bigger.e-small .e-input-group.e-small,
.e-bigger .e-input-group.e-small,
.e-small .e-input-group.e-bigger,
.e-input-group.e-control-wrapper.e-small.e-bigger,
.e-bigger.e-small .e-input-group.e-control-wrapper.e-small,
.e-bigger .e-input-group.e-control-wrapper.e-small,
.e-small .e-input-group.e-control-wrapper.e-bigger {
  line-height: normal; }

.e-float-input.e-no-float-label,
.e-float-input.e-bigger.e-no-float-label,
.e-bigger .e-float-input.e-no-float-label,
.e-float-input.e-small.e-no-float-label,
.e-small .e-float-input.e-no-float-label,
.e-float-input.e-small.e-bigger.e-no-float-label,
.e-bigger .e-float-input.e-small.e-no-float-label,
.e-small .e-float-input.e-bigger.e-no-float-label,
.e-float-input.e-control-wrapper.e-no-float-label,
.e-float-input.e-control-wrapper.e-bigger.e-no-float-label,
.e-bigger .e-float-input.e-control-wrapper.e-no-float-label,
.e-float-input.e-control-wrapper.e-small.e-no-float-label,
.e-small .e-float-input.e-control-wrapper.e-no-float-label,
.e-float-input.e-control-wrapper.e-small.e-bigger.e-no-float-label,
.e-bigger .e-float-input.e-control-wrapper.e-small.e-no-float-label,
.e-small .e-float-input.e-control-wrapper.e-bigger.e-no-float-label {
  margin-top: 0; }

.e-float-input,
.e-float-input.e-control-wrapper,
.e-float-input.e-disabled,
.e-float-input.e-control-wrapper.e-disabled,
.e-float-input.e-input-group.e-disabled,
.e-float-input.e-input-group.e-control-wrapper.e-disabled {
  font-family: "Roboto", "Segoe UI", "GeezaPro", "DejaVu Serif", "sans-serif", "-apple-system", "BlinkMacSystemFont";
  font-size: 13px;
  font-weight: 400; }

.e-float-input input,
.e-float-input textarea,
.e-float-input.e-control-wrapper input,
.e-float-input.e-control-wrapper textarea {
  border: 0 solid;
  border-width: 0 0 1px 0;
  display: block;
  font: inherit;
  width: 100%; }

.e-float-input input,
.e-float-input.e-control-wrapper input {
  min-width: 0;
  padding: 4px 0 4px; }

.e-float-input input,
.e-input-group input,
.e-float-input.e-control-wrapper input,
.e-input-group.e-control-wrapper input {
  text-indent: 0; }

.e-float-input textarea,
.e-input-group textarea,
.e-float-input.e-control-wrapper textarea,
.e-input-group.e-control-wrapper textarea {
  text-indent: 0; }

.e-float-input.e-bigger,
.e-bigger .e-float-input,
.e-float-input.e-control-wrapper.e-bigger,
.e-bigger .e-float-input.e-control-wrapper {
  font-size: 14px; }

.e-float-input.e-bigger.e-disabled,
.e-bigger .e-float-input.e-disabled,
.e-float-input.e-control-wrapper.e-bigger.e-disabled,
.e-bigger .e-float-input.e-control-wrapper.e-disabled,
.e-float-input.e-input-group.e-bigger.e-disabled,
.e-bigger .e-float-input.e-input-group.e-disabled,
.e-float-input.e-input-group.e-control-wrapper.e-bigger.e-disabled,
.e-bigger .e-float-input.e-input-group.e-control-wrapper.e-disabled {
  font-size: 14px; }

.e-float-input.e-bigger input,
.e-float-input input.e-bigger,
.e-bigger .e-float-input input,
.e-float-input.e-control-wrapper.e-bigger input,
.e-float-input.e-control-wrapper input.e-bigger,
.e-bigger .e-float-input.e-control-wrapper input {
  font: inherit;
  line-height: inherit;
  padding: 5px 0 5px; }

.e-float-input.e-small,
.e-small .e-float-input,
.e-float-input.e-control-wrapper.e-small,
.e-small .e-float-input.e-control-wrapper {
  font-size: 12px; }

.e-float-input.e-small.e-disabled,
.e-small .e-float-input.e-disabled,
.e-float-input.e-control-wrapper.e-small.e-disabled,
.e-small .e-float-input.e-control-wrapper.e-disabled,
.e-float-input.e-input-group.e-small.e-disabled,
.e-small .e-float-input.e-input-group.e-disabled,
.e-float-input.e-input-group.e-control-wrapper.e-small.e-disabled,
.e-small .e-float-input.e-input-group.e-control-wrapper.e-disabled {
  font-size: 12px; }

.e-float-input.e-small input,
.e-float-input.e-control-wrapper.e-small input {
  font: inherit;
  line-height: inherit;
  padding: 4px 0 4px; }

.e-float-input.e-small.e-bigger,
.e-small.e-bigger .e-float-input,
.e-bigger .e-float-input.e-small,
.e-small .e-float-input.e-bigger,
.e-float-input.e-control-wrapper.e-small.e-bigger,
.e-small.e-bigger .e-float-input.e-control-wrapper,
.e-bigger .e-float-input.e-control-wrapper.e-small,
.e-small .e-float-input.e-control-wrapper.e-bigger {
  font-size: 13px; }

.e-float-input.e-small.e-bigger.e-disabled,
.e-small.e-bigger .e-float-input.e-disabled,
.e-bigger .e-float-input.e-small.e-disabled,
.e-small .e-float-input.e-bigger.e-disabled,
.e-float-input.e-control-wrapper.e-small.e-bigger.e-disabled,
.e-small.e-bigger .e-float-input.e-control-wrapper.e-disabled,
.e-bigger .e-float-input.e-control-wrapper.e-small.e-disabled,
.e-small .e-float-input.e-control-wrapper.e-bigger.e-disabled,
.e-float-input.e-input-group.e-small.e-bigger.e-disabled,
.e-small.e-bigger .e-float-input.e-input-group.e-disabled,
.e-bigger .e-float-input.e-input-group.e-small.e-disabled,
.e-small .e-float-input.e-input-group.e-bigger.e-disabled,
.e-float-input.e-input-group.e-control-wrapper.e-small.e-bigger.e-disabled,
.e-small.e-bigger .e-float-input.e-input-group.e-control-wrapper.e-disabled,
.e-bigger .e-float-input.e-input-group.e-control-wrapper.e-small.e-disabled,
.e-small .e-float-input.e-input-group.e-control-wrapper.e-bigger.e-disabled {
  font-size: 13px; }

.e-float-input.e-small.e-bigger input,
.e-float-input.e-small input.e-bigger,
.e-bigger .e-float-input.e-small input,
.e-float-input.e-control-wrapper.e-small.e-bigger input,
.e-float-input.e-control-wrapper.e-small input.e-bigger,
.e-bigger .e-float-input.e-control-wrapper.e-small input {
  font: inherit;
  line-height: inherit;
  padding: 4px 0 4px; }

.e-float-input input:focus,
.e-float-input.e-control-wrapper input:focus,
.e-float-input textarea:focus,
.e-float-input.e-control-wrapper textarea:focus,
.e-float-input.e-input-focus input,
.e-float-input.e-control-wrapper.e-input-focus input {
  outline: none; }

label.e-float-text,
.e-float-input label.e-float-text,
.e-float-input.e-control-wrapper label.e-float-text {
  font-family: inherit; }

.e-float-input input:valid ~ label.e-float-text,
.e-float-input input:focus ~ label.e-float-text,
.e-float-input input:valid ~ label.e-float-text.e-label-top,
.e-float-input input ~ label.e-float-text.e-label-top,
.e-float-input .e-input-in-wrap input:valid ~ label.e-float-text,
.e-float-input .e-input-in-wrap input:valid ~ label.e-float-text.e-label-top,
.e-float-input .e-input-in-wrap input ~ label.e-float-text.e-label-top,
.e-float-input.e-control-wrapper input:valid ~ label.e-float-text,
.e-float-input.e-control-wrapper input:focus ~ label.e-float-text,
.e-float-input.e-control-wrapper input:valid ~ label.e-float-text.e-label-top,
.e-float-input.e-control-wrapper input ~ label.e-float-text.e-label-top,
.e-float-input.e-control-wrapper .e-input-in-wrap input:valid ~ label.e-float-text,
.e-float-input.e-control-wrapper .e-input-in-wrap input:valid ~ label.e-float-text.e-label-top,
.e-float-input.e-control-wrapper .e-input-in-wrap input ~ label.e-float-text.e-label-top,
.e-float-input.e-input-focus input ~ label.e-float-text,
.e-float-input.e-control-wrapper.e-input-focus input ~ label.e-float-text {
  -webkit-user-select: text;
     -moz-user-select: text;
      -ms-user-select: text;
          user-select: text; }

.e-float-input textarea:valid ~ label.e-float-text,
.e-float-input textarea:focus ~ label.e-float-text,
.e-float-input textarea:valid ~ label.e-float-text.e-label-top,
.e-float-input textarea ~ label.e-float-text.e-label-top,
.e-float-input.e-control-wrapper textarea:valid ~ label.e-float-text,
.e-float-input.e-control-wrapper textarea:focus ~ label.e-float-text,
.e-float-input.e-control-wrapper textarea:valid ~ label.e-float-text.e-label-top,
.e-float-input.e-control-wrapper textarea ~ label.e-float-text.e-label-top {
  -webkit-user-select: text;
     -moz-user-select: text;
      -ms-user-select: text;
          user-select: text; }

label.e-float-text,
.e-float-input label.e-float-text,
.e-float-input.e-control-wrapper label.e-float-text,
.e-float-input:not(.e-error):not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom,
.e-float-input.e-control-wrapper:not(.e-error):not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom,
.e-float-input.e-bigger:not(.e-error):not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom,
.e-float-input.e-bigger.e-control-wrapper:not(.e-error):not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom,
.e-bigger .e-float-input:not(.e-error):not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom,
.e-float-input.e-small:not(.e-error):not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom,
.e-small .e-float-input:not(.e-error):not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom,
.e-float-input.e-small.e-bigger:not(.e-error):not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom,
.e-bigger .e-float-input.e-small:not(.e-error):not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom,
.e-float-input.e-control-wrapper:not(.e-error):not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom,
.e-float-input.e-control-wrapper.e-bigger:not(.e-error):not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom,
.e-bigger .e-float-input.e-control-wrapper:not(.e-error):not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom,
.e-float-input.e-control-wrapper.e-small:not(.e-error):not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom,
.e-small .e-float-input.e-control-wrapper:not(.e-error):not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom,
.e-float-input.e-control-wrapper.e-small.e-bigger:not(.e-error):not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom,
.e-bigger .e-float-input.e-control-wrapper.e-small:not(.e-error):not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom {
  font-weight: 400; }

.e-float-input:not(.e-error) textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom,
.e-float-input.e-control-wrapper:not(.e-error) textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom,
.e-float-input.e-bigger:not(.e-error) textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom,
.e-float-input.e-bigger.e-control-wrapper:not(.e-error) textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom,
.e-bigger .e-float-input:not(.e-error) textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom,
.e-float-input.e-small:not(.e-error) textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom,
.e-small .e-float-input:not(.e-error) textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom,
.e-float-input.e-small.e-bigger:not(.e-error) textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom,
.e-bigger .e-float-input.e-small:not(.e-error) textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom,
.e-float-input.e-control-wrapper:not(.e-error) textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom,
.e-float-input.e-control-wrapper.e-bigger:not(.e-error) textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom,
.e-bigger .e-float-input.e-control-wrapper:not(.e-error) textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom,
.e-float-input.e-control-wrapper.e-small:not(.e-error) textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom,
.e-small .e-float-input.e-control-wrapper:not(.e-error) textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom,
.e-float-input.e-control-wrapper.e-small.e-bigger:not(.e-error) textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom,
.e-bigger .e-float-input.e-control-wrapper.e-small:not(.e-error) textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom {
  font-weight: 400; }

.e-float-input:not(.e-input-group) .e-float-line::before,
.e-float-input:not(.e-input-group) .e-float-line::after,
.e-float-input.e-control-wrapper:not(.e-input-group) .e-float-line::before,
.e-float-input.e-control-wrapper:not(.e-input-group) .e-float-line::after {
  bottom: 0;
  content: '';
  height: 2px;
  position: absolute;
  -webkit-transition: .2s ease;
  transition: .2s ease;
  width: 0; }

.e-float-input:not(.e-input-group) .e-float-line::before,
.e-float-input.e-control-wrapper:not(.e-input-group) .e-float-line::before {
  left: 50%; }

.e-float-input:not(.e-input-group) .e-float-line::after,
.e-float-input.e-control-wrapper:not(.e-input-group) .e-float-line::after {
  right: 50%; }

.e-float-input:not(.e-input-group) input:focus ~ .e-float-line::before,
.e-float-input:not(.e-input-group) textarea:focus ~ .e-float-line::before,
.e-float-input:not(.e-input-group) input:focus ~ .e-float-line::after,
.e-float-input:not(.e-input-group) textarea:focus ~ .e-float-line::after,
.e-float-input.e-control-wrapper:not(.e-input-group) input:focus ~ .e-float-line::before,
.e-float-input.e-control-wrapper:not(.e-input-group) textarea:focus ~ .e-float-line::before,
.e-float-input.e-control-wrapper:not(.e-input-group) input:focus ~ .e-float-line::after,
.e-float-input.e-control-wrapper:not(.e-input-group) textarea:focus ~ .e-float-line::after,
.e-float-input:not(.e-input-group).e-input-focus input ~ .e-float-line::before,
.e-float-input:not(.e-input-group).e-input-focus input ~ .e-float-line::after,
.e-float-input.e-control-wrapper:not(.e-input-group).e-input-focus input ~ .e-float-line::before,
.e-float-input.e-control-wrapper:not(.e-input-group).e-input-focus input ~ .e-float-line::after {
  width: 50%; }

.e-float-input .e-float-line,
.e-float-input.e-control-wrapper .e-float-line {
  display: block;
  position: relative;
  width: 100%; }

.e-float-input.e-rtl,
.e-float-input.e-control-wrapper.e-rtl {
  direction: rtl; }

.e-float-input.e-rtl label.e-float-text,
.e-float-input.e-control-wrapper.e-rtl label.e-float-text,
.e-rtl .e-float-input label.e-float-text,
.e-rtl .e-float-input.e-control-wrapper label.e-float-text,
.e-rtl label.e-float-text,
.e-rtl .e-float-input.e-control-wrapper label.e-float-text,
.e-rtl.e-float-input:not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom,
.e-rtl .e-float-input:not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom,
.e-rtl.e-float-input.e-control-wrapper:not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom,
.e-rtl .e-float-input.e-control-wrapper:not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom,
.e-rtl.e-float-input textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom,
.e-rtl.e-float-input.e-control-wrapper textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom,
.e-rtl .e-float-input textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom,
.e-rtl .e-float-input.e-control-wrapper textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom {
  right: 0;
  -webkit-transform-origin: right top;
          transform-origin: right top; }

.e-float-input.e-rtl:not(.e-input-focus) label.e-float-text.e-label-bottom,
.e-rtl .e-float-input:not(.e-input-focus) label.e-float-text.e-label-bottom,
.e-float-input.e-rtl.e-control-wrapper:not(.e-input-focus) label.e-float-text.e-label-bottom,
.e-rtl .e-float-input.e-control-wrapper:not(.e-input-focus) label.e-float-text.e-label-bottom,
.e-float-input.e-rtl input:not(:focus):not(:valid) label.e-float-text,
.e-float-input.e-rtl input:not(:focus):not(:valid) label.e-float-text.e-label-bottom,
.e-rtl .e-float-input input:not(:focus):not(:valid) label.e-float-text,
.e-rtl .e-float-input input:not(:focus):not(:valid) label.e-float-text.e-label-bottom,
.e-float-input.e-control-wrapper.e-rtl input:not(:focus):not(:valid) label.e-float-text,
.e-rtl .e-float-input.e-control-wrapper input:not(:focus):not(:valid) label.e-float-text,
.e-float-input.e-rtl.e-control-wrapper input:not(:focus):not(:valid) label.e-float-text.e-label-bottom,
.e-rtl .e-float-input.e-control-wrapper input:not(:focus):not(:valid) label.e-float-text.e-label-bottom {
  padding-right: 0; }

.e-float-input.e-rtl.e-bigger:not(.e-input-focus) label.e-float-text.e-label-bottom,
.e-float-input.e-rtl.e-control-wrapper.e-bigger:not(.e-input-focus) label.e-float-text.e-label-bottom,
.e-rtl .e-float-input.e-bigger:not(.e-input-focus) label.e-float-text.e-label-bottom,
.e-rtl .e-float-input.e-control-wrapper.e-bigger:not(.e-input-focus) label.e-float-text.e-label-bottom,
.e-bigger .e-float-input.e-rtl:not(.e-input-focus) label.e-float-text.e-label-bottom,
.e-bigger .e-float-input.e-rtl.e-control-wrapper:not(.e-input-focus) label.e-float-text.e-label-bottom,
.e-bigger.e-rtl .e-float-input:not(.e-input-focus) label.e-float-text.e-label-bottom,
.e-bigger.e-rtl .e-float-input.e-control-wrapper:not(.e-input-focus) label.e-float-text.e-label-bottom,
.e-float-input.e-bigger.e-rtl input:not(:focus):not(:valid) label.e-float-text,
.e-float-input.e-rtl.e-bigger input:not(:focus):not(:valid) label.e-float-text.e-label-bottom,
.e-rtl .e-float-input.e-bigger input:not(:focus):not(:valid) label.e-float-text,
.e-rtl .e-float-input.e-bigger input:not(:focus):not(:valid) label.e-float-text.e-label-bottom,
.e-bigger .e-float-input.e-rtl input:not(:focus):not(:valid) label.e-float-text,
.e-bigger .e-float-input.e-rtl input:not(:focus):not(:valid) label.e-float-text.e-label-bottom,
.e-bigger.e-rtl .e-float-input input:not(:focus):not(:valid) label.e-float-text,
.e-bigger.e-rtl .e-float-input input:not(:focus):not(:valid) label.e-float-text.e-label-bottom,
.e-float-input.e-control-wrapper.e-bigger.e-rtl input:not(:focus):not(:valid) label.e-float-text,
.e-float-input.e-control-wrapper.e-rtl.e-bigger input:not(:focus):not(:valid) label.e-float-text.e-label-bottom,
.e-rtl .e-float-input.e-control-wrapper.e-bigger input:not(:focus):not(:valid) label.e-float-text,
.e-rtl .e-float-input.e-control-wrapper.e-bigger input:not(:focus):not(:valid) label.e-float-text.e-label-bottom,
.e-bigger .e-float-input.e-control-wrapper.e-rtl input:not(:focus):not(:valid) label.e-float-text,
.e-bigger .e-float-input.e-control-wrapper.e-rtl input:not(:focus):not(:valid) label.e-float-text.e-label-bottom,
.e-bigger.e-rtl .e-float-input.e-control-wrapper input:not(:focus):not(:valid) label.e-float-text,
.e-bigger.e-rtl .e-float-input.e-control-wrapper input:not(:focus):not(:valid) label.e-float-text.e-label-bottom {
  padding-right: 0; }

.e-float-input.e-rtl.e-small:not(.e-input-focus) label.e-float-text.e-label-bottom,
.e-float-input.e-rtl.e-control-wrapper.e-small:not(.e-input-focus) label.e-float-text.e-label-bottom,
.e-rtl .e-float-input.e-small:not(.e-input-focus) label.e-float-text.e-label-bottom,
.e-rtl .e-float-input.e-control-wrapper.e-small:not(.e-input-focus) label.e-float-text.e-label-bottom,
.e-small .e-float-input.e-rtl:not(.e-input-focus) label.e-float-text.e-label-bottom,
.e-small .e-float-input.e-rtl.e-control-wrapper:not(.e-input-focus) label.e-float-text.e-label-bottom,
.e-small.e-rtl .e-float-input:not(.e-input-focus) label.e-float-text.e-label-bottom,
.e-small.e-rtl .e-float-input.e-control-wrapper:not(.e-input-focus) label.e-float-text.e-label-bottom,
.e-float-input.e-small.e-rtl input:not(:focus):not(:valid) label.e-float-text,
.e-float-input.e-rtl.e-small input:not(:focus):not(:valid) label.e-float-text.e-label-bottom,
.e-rtl .e-float-input.e-small input:not(:focus):not(:valid) label.e-float-text,
.e-rtl .e-float-input.e-small input:not(:focus):not(:valid) label.e-float-text.e-label-bottom,
.e-small .e-float-input.e-rtl input:not(:focus):not(:valid) label.e-float-text,
.e-small .e-float-input.e-rtl input:not(:focus):not(:valid) label.e-float-text.e-label-bottom,
.e-small.e-rtl .e-float-input input:not(:focus):not(:valid) label.e-float-text,
.e-small.e-rtl .e-float-input input:not(:focus):not(:valid) label.e-float-text.e-label-bottom,
.e-float-input.e-control-wrapper.e-small.e-rtl input:not(:focus):not(:valid) label.e-float-text,
.e-float-input.e-control-wrapper.e-rtl.e-small input:not(:focus):not(:valid) label.e-float-text.e-label-bottom,
.e-rtl .e-float-input.e-control-wrapper.e-small input:not(:focus):not(:valid) label.e-float-text,
.e-rtl .e-float-input.e-control-wrapper.e-small input:not(:focus):not(:valid) label.e-float-text.e-label-bottom,
.e-small .e-float-input.e-control-wrapper.e-rtl input:not(:focus):not(:valid) label.e-float-text,
.e-small .e-float-input.e-control-wrapper.e-rtl input:not(:focus):not(:valid) label.e-float-text.e-label-bottom,
.e-small.e-rtl .e-float-input.e-control-wrapper input:not(:focus):not(:valid) label.e-float-text,
.e-small.e-rtl .e-float-input.e-control-wrapper input:not(:focus):not(:valid) label.e-float-text.e-label-bottom {
  padding-right: 0; }

.e-float-input.e-rtl.e-bigger.e-small:not(.e-input-focus) label.e-float-text.e-label-bottom,
.e-float-input.e-rtl.e-control-wrapper.e-bigger.e-small:not(.e-input-focus) label.e-float-text.e-label-bottom,
.e-rtl .e-float-input.e-bigger.e-small:not(.e-input-focus) label.e-float-text.e-label-bottom,
.e-rtl .e-float-input.e-control-wrapper.e-bigger.e-small:not(.e-input-focus) label.e-float-text.e-label-bottom,
.e-bigger.e-small .e-float-input.e-rtl:not(.e-input-focus) label.e-float-text.e-label-bottom,
.e-bigger.e-small .e-float-input.e-rtl.e-control-wrapper:not(.e-input-focus) label.e-float-text.e-label-bottom,
.e-bigger.e-small.e-rtl .e-float-input:not(.e-input-focus) label.e-float-text.e-label-bottom,
.e-bigger.e-small.e-rtl .e-float-input.e-control-wrapper:not(.e-input-focus) label.e-float-text.e-label-bottom,
.e-float-input.e-bigger.e-small.e-rtl input:not(:focus):not(:valid) label.e-float-text,
.e-float-input.e-rtl.e-bigger.e-small input:not(:focus):not(:valid) label.e-float-text.e-label-bottom,
.e-rtl .e-float-input.e-bigger.e-small input:not(:focus):not(:valid) label.e-float-text,
.e-rtl .e-float-input.e-bigger.e-small input:not(:focus):not(:valid) label.e-float-text.e-label-bottom,
.e-bigger.e-small .e-float-input.e-rtl input:not(:focus):not(:valid) label.e-float-text,
.e-bigger.e-small .e-float-input.e-rtl input:not(:focus):not(:valid) label.e-float-text.e-label-bottom,
.e-bigger.e-small.e-rtl .e-float-input input:not(:focus):not(:valid) label.e-float-text,
.e-bigger.e-small.e-rtl .e-float-input input:not(:focus):not(:valid) label.e-float-text.e-label-bottom,
.e-float-input.e-control-wrapper.e-bigger.e-small.e-rtl input:not(:focus):not(:valid) label.e-float-text,
.e-float-input.e-control-wrapper.e-rtl.e-bigger.e-small input:not(:focus):not(:valid) label.e-float-text.e-label-bottom,
.e-rtl .e-float-input.e-control-wrapper.e-bigger.e-small input:not(:focus):not(:valid) label.e-float-text,
.e-rtl .e-float-input.e-control-wrapper.e-bigger.e-small input:not(:focus):not(:valid) label.e-float-text.e-label-bottom,
.e-bigger.e-small .e-float-input.e-control-wrapper.e-rtl input:not(:focus):not(:valid) label.e-float-text,
.e-bigger.e-small .e-float-input.e-control-wrapper.e-rtl input:not(:focus):not(:valid) label.e-float-text.e-label-bottom,
.e-bigger.e-small.e-rtl .e-float-input.e-control-wrapper input:not(:focus):not(:valid) label.e-float-text,
.e-bigger.e-small.e-rtl .e-float-input.e-control-wrapper input:not(:focus):not(:valid) label.e-float-text.e-label-bottom {
  padding-right: 0; }

.e-input-group.e-corner.e-rtl .e-input:first-child,
.e-input-group.e-corner.e-rtl .e-input-group-icon:first-child,
.e-input-group.e-control-wrapper.e-corner.e-rtl .e-input:first-child,
.e-input-group.e-control-wrapper.e-corner.e-rtl .e-input-group-icon:first-child {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.e-input-group.e-corner.e-rtl .e-input:last-child,
.e-input-group.e-corner.e-rtl .e-input-group-icon:last-child,
.e-input-group.e-control-wrapper.e-corner.e-rtl .e-input:last-child,
.e-input-group.e-control-wrapper.e-corner.e-rtl .e-input-group-icon:last-child {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.e-input-group.e-warning::before,
.e-input-group.e-control-wrapper.e-warning::before {
  content: ''; }

.e-float-input input[disabled],
.e-float-input input.e-disabled,
.e-float-input.e-control-wrapper input[disabled],
.e-float-input.e-control-wrapper input.e-disabled {
  background: transparent;
  background-image: none;
  cursor: not-allowed; }

.e-input-group.e-corner.e-rtl input.e-input:only-child,
.e-input-group.e-control-wrapper.e-corner.e-rtl input.e-input:only-child {
  border-radius: 0; }

.e-input-group.e-rtl .e-input:not(:first-child):focus,
.e-input-group.e-control-wrapper.e-rtl .e-input:not(:first-child):focus {
  border-right-width: 0; }

.e-input-group input.e-input,
.e-input-group.e-control-wrapper input.e-input {
  min-width: 0;
  width: 100%; }

.e-input-group input.e-input,
.e-input-group textarea.e-input,
.e-input-group input.e-input:hover:not(.e-success):not(.e-warning):not(.e-error):not([disabled]):not(:focus),
.e-input-group textarea.e-input:hover:not(.e-success):not(.e-warning):not(.e-error):not([disabled]),
.e-input-group.e-control-wrapper input.e-input,
.e-input-group.e-control-wrapper textarea.e-input,
.e-input-group.e-control-wrapper input.e-input:hover:not(.e-success):not(.e-warning):not(.e-error):not([disabled]):not(:focus),
.e-input-group.e-control-wrapper textarea.e-input:hover:not(.e-success):not(.e-warning):not(.e-error):not([disabled]) {
  border: 0 solid;
  border-width: 0; }

.e-input-group input.e-input,
.e-input-group textarea.e-input,
.e-input-group.e-bigger .e-input,
.e-input-group.e-control-wrapper input.e-input,
.e-input-group.e-control-wrapper textarea.e-input,
.e-input-group.e-control-wrapper.e-bigger .e-input,
.e-bigger .e-input-group .e-input,
.e-bigger .e-input-group.e-control-wrapper .e-input {
  margin-bottom: 0; }

.e-input-group:not(.e-float-icon-left):not(.e-float-input)::before,
.e-input-group:not(.e-float-icon-left):not(.e-float-input)::after,
.e-input-group.e-float-icon-left:not(.e-float-input) .e-input-in-wrap::before,
.e-input-group.e-float-icon-left:not(.e-float-input) .e-input-in-wrap::after,
.e-input-group.e-control-wrapper:not(.e-float-icon-left):not(.e-float-input)::before,
.e-input-group.e-control-wrapper:not(.e-float-icon-left):not(.e-float-input)::after,
.e-input-group.e-control-wrapper.e-float-icon-left:not(.e-float-input) .e-input-in-wrap::before,
.e-input-group.e-control-wrapper.e-float-icon-left:not(.e-float-input) .e-input-in-wrap::after {
  -moz-transition: 0.2s cubic-bezier(0.4, 0, 0.4, 1);
  bottom: 0;
  content: '';
  height: 2px;
  position: absolute;
  -webkit-transition: 0.2s cubic-bezier(0.4, 0, 0.4, 1);
  transition: 0.2s cubic-bezier(0.4, 0, 0.4, 1);
  width: 0; }

.e-float-input.e-input-group:not(.e-float-icon-left) .e-float-line::before,
.e-float-input.e-input-group:not(.e-float-icon-left) .e-float-line::after,
.e-float-input.e-input-group.e-float-icon-left .e-input-in-wrap .e-float-line::before,
.e-float-input.e-input-group.e-float-icon-left .e-input-in-wrap .e-float-line::after,
.e-float-input.e-control-wrapper.e-input-group:not(.e-float-icon-left) .e-float-line::before,
.e-float-input.e-control-wrapper.e-input-group:not(.e-float-icon-left) .e-float-line::after,
.e-float-input.e-control-wrapper.e-input-group.e-float-icon-left .e-input-in-wrap .e-float-line::before,
.e-float-input.e-control-wrapper.e-input-group.e-float-icon-left .e-input-in-wrap .e-float-line::after {
  -moz-transition: 0.2s cubic-bezier(0.4, 0, 0.4, 1);
  bottom: 0;
  content: '';
  height: 2px;
  position: absolute;
  -webkit-transition: 0.2s cubic-bezier(0.4, 0, 0.4, 1);
  transition: 0.2s cubic-bezier(0.4, 0, 0.4, 1);
  width: 0; }

.e-input-group:not(.e-float-icon-left):not(.e-float-input)::before,
.e-input-group.e-float-icon-left .e-input-in-wrap:not(.e-float-input)::before,
.e-input-group.e-control-wrapper:not(.e-float-icon-left):not(.e-float-input)::before,
.e-input-group.e-control-wrapper.e-float-icon-left .e-input-in-wrap:not(.e-float-input)::before {
  left: 50%; }

.e-float-input.e-input-group:not(.e-float-icon-left) .e-float-line::before,
.e-float-input.e-input-group.e-float-icon-left .e-input-in-wrap .e-float-line::before,
.e-float-input.e-control-wrapper.e-input-group:not(.e-float-icon-left) .e-float-line::before,
.e-float-input.e-control-wrapper.e-input-group.e-float-icon-left .e-input-in-wrap .e-float-line::before {
  left: 50%; }

.e-input-group:not(.e-float-icon-left):not(.e-float-input).e-input-focus::before,
.e-input-group:not(.e-float-icon-left):not(.e-float-input).e-input-focus::after,
.e-input-group.e-float-icon-left:not(.e-float-input).e-input-focus .e-input-in-wrap::before,
.e-input-group.e-float-icon-left:not(.e-float-input).e-input-focus .e-input-in-wrap::after,
.e-input-group.e-control-wrapper:not(.e-float-icon-left):not(.e-float-input).e-input-focus::before,
.e-input-group.e-control-wrapper:not(.e-float-icon-left):not(.e-float-input).e-input-focus::after,
.e-input-group.e-control-wrapper.e-float-icon-left:not(.e-float-input).e-input-focus .e-input-in-wrap::before,
.e-input-group.e-control-wrapper.e-float-icon-left:not(.e-float-input).e-input-focus .e-input-in-wrap::after {
  width: 50%; }

.e-float-input.e-input-group:not(.e-float-icon-left).e-input-focus .e-float-line::before,
.e-float-input.e-input-group:not(.e-float-icon-left).e-input-focus .e-float-line::after,
.e-float-input.e-input-group.e-float-icon-left.e-input-focus .e-input-in-wrap .e-float-line::before,
.e-float-input.e-input-group.e-float-icon-left.e-input-focus .e-input-in-wrap .e-float-line::after,
.e-float-input.e-control-wrapper.e-input-group:not(.e-float-icon-left).e-input-focus .e-float-line::before,
.e-float-input.e-control-wrapper.e-input-group:not(.e-float-icon-left).e-input-focus .e-float-line::after,
.e-float-input.e-control-wrapper.e-input-group.e-float-icon-left.e-input-focus .e-input-in-wrap .e-float-line::before,
.e-float-input.e-control-wrapper.e-input-group.e-float-icon-left.e-input-focus .e-input-in-wrap .e-float-line::after {
  width: 50%; }

.e-input-group:not(.e-float-icon-left):not(.e-float-input)::after,
.e-input-group.e-float-icon-left:not(.e-float-input) .e-input-in-wrap::after,
.e-input-group.e-control-wrapper:not(.e-float-icon-left):not(.e-float-input)::after,
.e-input-group.e-control-wrapper.e-float-icon-left:not(.e-float-input) .e-input-in-wrap::after {
  right: 50%; }

.e-float-input.e-input-group:not(.e-float-icon-left) .e-float-line::after,
.e-float-input.e-input-group.e-float-icon-left .e-input-in-wrap .e-float-line::after,
.e-float-input.e-control-wrapper.e-input-group:not(.e-float-icon-left) .e-float-line::after,
.e-float-input.e-control-wrapper.e-input-group.e-float-icon-left .e-input-in-wrap .e-float-line::after {
  right: 50%; }

.e-input-group,
.e-input-group.e-control-wrapper {
  position: relative;
  width: 100%; }

.e-input-group .e-input-group-icon:hover,
.e-input-group.e-rtl.e-corner .e-input-group-icon:hover,
.e-input-group.e-control-wrapper .e-input-group-icon:hover,
.e-input-group.e-control-wrapper.e-rtl.e-corner .e-input-group-icon:hover {
  border-radius: 2px; }

.e-input.e-small,
.e-input-group.e-small,
.e-input-group.e-control-wrapper.e-small {
  margin-bottom: 4px; }

.e-input.e-small.e-bigger,
.e-input-group.e-small.e-bigger,
.e-input-group.e-control-wrapper.e-small.e-bigger,
.e-bigger .e-input.e-small,
.e-bigger .e-input-group.e-small,
.e-bigger .e-input-group.e-control-wrapper.e-small {
  line-height: inherit;
  margin-bottom: 4px; }

.e-input-group .e-input-group-icon,
.e-input-group.e-control-wrapper .e-input-group-icon {
  margin-bottom: 4px;
  margin-right: 4px;
  margin-top: 4px; }

.e-float-input.e-input-group .e-input-group-icon,
.e-float-input.e-control-wrapper.e-input-group .e-input-group-icon {
  margin-top: 2px; }

.e-input-group.e-bigger .e-input-group-icon,
.e-input-group .e-input-group-icon.e-bigger,
.e-input-group.e-control-wrapper.e-bigger .e-input-group-icon,
.e-input-group.e-control-wrapper .e-input-group-icon.e-bigger,
.e-bigger .e-input-group .e-input-group-icon,
.e-bigger .e-input-group.e-control-wrapper .e-input-group-icon {
  margin-bottom: 5px;
  margin-right: 8px;
  margin-top: 6px; }

.e-float-input.e-input-group.e-bigger .e-input-group-icon,
.e-float-input.e-input-group .e-input-group-icon.e-bigger,
.e-bigger .e-float-input.e-input-group .e-input-group-icon,
.e-float-input.e-control-wrapper.e-input-group.e-bigger .e-input-group-icon,
.e-float-input.e-control-wrapper.e-input-group .e-input-group-icon.e-bigger,
.e-bigger .e-float-input.e-control-wrapper.e-input-group .e-input-group-icon {
  margin-top: 6px; }

.e-input-group.e-small.e-bigger .e-input-group-icon,
.e-input-group.e-small .e-input-group-icon.e-bigger,
.e-input-group.e-control-wrapper.e-small.e-bigger .e-input-group-icon,
.e-input-group.e-control-wrapper.e-small .e-input-group-icon.e-bigger,
.e-bigger .e-input-group.e-small .e-input-group-icon,
.e-bigger .e-input-group.e-control-wrapper.e-small .e-input-group-icon {
  margin-bottom: 4px;
  margin-right: 4px;
  margin-top: 4px; }

.e-float-input.e-input-group.e-small.e-bigger .e-input-group-icon,
.e-float-input.e-input-group.e-small .e-input-group-icon.e-bigger,
.e-bigger .e-float-input.e-input-group.e-small .e-input-group-icon,
.e-float-input.e-control-wrapper.e-input-group.e-small.e-bigger .e-input-group-icon,
.e-float-input.e-control-wrapper.e-input-group.e-small .e-input-group-icon.e-bigger,
.e-bigger .e-float-input.e-control-wrapper.e-input-group.e-small .e-input-group-icon {
  margin-top: 4px; }

.e-input-group.e-small .e-input-group-icon,
.e-input-group.e-control-wrapper.e-small .e-input-group-icon,
.e-small .e-input-group .e-input-group-icon,
.e-small .e-input-group.e-control-wrapper .e-input-group-icon {
  margin-bottom: 4px;
  margin-right: 4px;
  margin-top: 4px; }

.e-float-input.e-input-group.e-small .e-input-group-icon,
.e-small .e-float-input.e-input-group .e-input-group-icon,
.e-float-input.e-control-wrapper.e-input-group.e-small .e-input-group-icon,
.e-small .e-float-input.e-control-wrapper.e-input-group .e-input-group-icon {
  margin-top: 4px; }

.e-input-group .e-input-group-icon:last-child,
.e-input-group.e-bigger .e-input-group-icon:last-child,
.e-input-group .e-input-group-icon.e-bigger:last-child,
.e-bigger .e-input-group .e-input-group-icon:last-child,
.e-input-group.e-small .e-input-group-icon:last-child,
.e-input-group.e-small.e-bigger .e-input-group-icon:last-child,
.e-input-group.e-small .e-input-group-icon.e-bigger:last-child,
.e-input-group.e-control-wrapper .e-input-group-icon:last-child,
.e-input-group.e-control-wrapper.e-bigger .e-input-group-icon:last-child,
.e-input-group.e-control-wrapper .e-input-group-icon.e-bigger:last-child,
.e-input-group.e-control-wrapper.e-small .e-input-group-icon:last-child,
.e-input-group.e-control-wrapper.e-small.e-bigger .e-input-group-icon:last-child,
.e-input-group.e-control-wrapper.e-small .e-input-group-icon.e-bigger:last-child,
.e-bigger .e-input-group.e-control-wrapper.e-small .e-input-group-icon:last-child,
.e-bigger .e-input-group.e-small .e-input-group-icon:last-child {
  margin-right: 0; }

.e-input-group.e-input-focus:not(.e-float-icon-left):not(.e-success):not(.e-warning):not(.e-error),
.e-input-group.e-control-wrapper.e-input-focus:not(.e-float-icon-left):not(.e-success):not(.e-warning):not(.e-error) {
  border-style: solid;
  border-width: 0 0 1px 0; }

.e-input-group.e-input-focus:not(.e-float-icon-left):not(.e-success):not(.e-warning):not(.e-error),
.e-input-group.e-input-focus:not(.e-float-icon-left).e-success:not(.e-warning):not(.e-error),
.e-input-group.e-input-focus:not(.e-float-icon-left).e-warning:not(.e-success):not(.e-error),
.e-input-group.e-input-focus:not(.e-float-icon-left).e-error:not(.e-success):not(.e-warning),
.e-float-input.e-input-group.e-input-focus:not(.e-float-icon-left):not(.e-success):not(.e-warning):not(.e-error),
.e-float-input.e-input-group.e-input-focus:not(.e-float-icon-left).e-success:not(.e-warning):not(.e-error),
.e-float-input.e-input-group.e-input-focus:not(.e-float-icon-left):not(.e-success).e-warning:not(.e-error),
.e-float-input.e-input-group.e-input-focus:not(.e-float-icon-left):not(.e-success):not(.e-warning).e-error,
.e-float-input.e-input-focus:not(.e-input-group):not(.e-float-icon-left):not(.e-success):not(.e-warning):not(.e-error) input,
.e-float-input.e-input-focus:not(.e-input-group):not(.e-float-icon-left).e-success:not(.e-warning):not(.e-error) input,
.e-float-input.e-input-focus:not(.e-input-group):not(.e-float-icon-left):not(.e-success).e-warning:not(.e-error) input,
.e-float-input.e-input-focus:not(.e-input-group):not(.e-float-icon-left):not(.e-success):not(.e-warning).e-error input,
.e-input-group.e-float-icon-left.e-input-focus:not(.e-success):not(.e-warning):not(.e-error) .e-input-in-wrap,
.e-input-group.e-control-wrapper.e-input-focus:not(.e-float-icon-left):not(.e-success):not(.e-warning):not(.e-error),
.e-input-group.e-control-wrapper.e-input-focus:not(.e-float-icon-left).e-success:not(.e-warning):not(.e-error),
.e-input-group.e-control-wrapper.e-input-focus:not(.e-float-icon-left).e-warning:not(.e-success):not(.e-error),
.e-input-group.e-control-wrapper.e-input-focus:not(.e-float-icon-left).e-error:not(.e-success):not(.e-warning),
.e-float-input.e-control-wrapper.e-input-group.e-input-focus:not(.e-float-icon-left):not(.e-success):not(.e-warning):not(.e-error),
.e-float-input.e-control-wrapper.e-input-group.e-input-focus:not(.e-float-icon-left).e-success:not(.e-warning):not(.e-error),
.e-float-input.e-control-wrapper.e-input-group.e-input-focus:not(.e-float-icon-left):not(.e-success).e-warning:not(.e-error),
.e-float-input.e-control-wrapper.e-input-group.e-input-focus:not(.e-float-icon-left):not(.e-success):not(.e-warning).e-error,
.e-float-input.e-control-wrapper.e-input-focus:not(.e-input-group):not(.e-float-icon-left):not(.e-success):not(.e-warning):not(.e-error) input,
.e-float-input.e-control-wrapper.e-input-focus:not(.e-input-group):not(.e-float-icon-left).e-success:not(.e-warning):not(.e-error) input,
.e-float-input.e-control-wrapper.e-input-focus:not(.e-input-group):not(.e-float-icon-left):not(.e-success).e-warning:not(.e-error) input,
.e-float-input.e-control-wrapper.e-input-focus:not(.e-input-group):not(.e-float-icon-left):not(.e-success):not(.e-warning).e-error input,
.e-input-group.e-control-wrapper.e-float-icon-left.e-input-focus:not(.e-success):not(.e-warning):not(.e-error) .e-input-in-wrap {
  border-style: solid;
  border-width: 0 0 1px 0; }

.e-input-group:not(.e-float-icon-left),
.e-input-group.e-control-wrapper:not(.e-float-icon-left) {
  border-bottom: 1px solid; }

.e-input-group:not(.e-float-icon-left),
.e-input-group.e-success:not(.e-float-icon-left),
.e-input-group.e-warning:not(.e-float-icon-left),
.e-input-group.e-error:not(.e-float-icon-left),
.e-input-group.e-control-wrapper:not(.e-float-icon-left),
.e-input-group.e-control-wrapper.e-success:not(.e-float-icon-left),
.e-input-group.e-control-wrapper.e-warning:not(.e-float-icon-left),
.e-input-group.e-control-wrapper.e-error:not(.e-float-icon-left) {
  border: 1px solid;
  border-width: 0 0 1px 0; }

.e-input-group.e-rtl.e-input-focus:not(.e-success):not(.e-warning):not(.e-error) .e-input:not(:first-child):focus,
.e-input-group.e-control-wrapper.e-rtl.e-input-focus:not(.e-success):not(.e-warning):not(.e-error) .e-input:not(:first-child):focus {
  border-right-width: 0; }

.e-input-group.e-input-focus.e-corner,
.e-input-group.e-control-wrapper.e-input-focus.e-corner {
  border-radius: 0; }

.e-input-group:not(.e-success):not(.e-warning):not(.e-error):not(.e-float-icon-left).e-disabled,
.e-input-group.e-float-icon-left:not(.e-success):not(.e-warning):not(.e-error).e-disabled .e-input-in-wrap,
.e-input-group.e-control-wrapper:not(.e-success):not(.e-warning):not(.e-error):not(.e-float-icon-left).e-disabled,
.e-input-group.e-control-wrapper.e-float-icon-left:not(.e-success):not(.e-warning):not(.e-error).e-disabled .e-input-in-wrap {
  background: transparent;
  color: rgba(0, 0, 0, 0.42);
  background-image: -webkit-gradient(linear, left top, right top, color-stop(0, rgba(0, 0, 0, 0.42)), color-stop(33%, rgba(0, 0, 0, 0.42)), color-stop(0, transparent));
  background-image: linear-gradient(90deg, rgba(0, 0, 0, 0.42) 0, rgba(0, 0, 0, 0.42) 33%, transparent 0);
  background-position: bottom -1px left 0;
  background-repeat: repeat-x;
  background-size: 4px 1px;
  border-bottom-color: transparent;
  color: rgba(0, 0, 0, 0.42); }

.e-float-custom-tag,
.e-float-custom-tag.e-control-wrapper {
  display: inline-block; }

.e-float-custom-tag.e-input-group,
.e-float-custom-tag.e-input-group.e-control-wrapper,
.e-input-custom-tag,
.e-input-custom-tag.e-input-group,
.e-input-custom-tag.e-input-group.e-control-wrapper {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  vertical-align: middle; }

.e-input-group .e-input-group-icon,
.e-input-group.e-control-wrapper .e-input-group-icon {
  position: relative; }

.e-input-group:not(.e-filled) .e-input-group-icon::after,
.e-input-group.e-control-wrapper:not(.e-filled) .e-input-group-icon::after {
  background: #bdbdbd;
  border-radius: 100%;
  content: '';
  display: block;
  filter: alpha(opacity=75);
  height: 50%;
  left: 25%;
  opacity: .75;
  position: absolute;
  top: 25%;
  -webkit-transform: scale(0);
          transform: scale(0);
  width: 50%; }

.e-input-group .e-input-group-icon.e-input-btn-ripple::after,
.e-input-group.e-control-wrapper .e-input-group-icon.e-input-btn-ripple::after {
  -webkit-animation: e-input-ripple .45s linear;
          animation: e-input-ripple .45s linear; }

input.e-input::-ms-clear,
.e-float-input input::-ms-clear,
.e-float-input.e-control-wrapper input::-ms-clear {
  display: none; }

.e-float-input.e-input-group .e-float-line,
.e-float-input.e-input-group.e-control-wrapper .e-float-line,
.e-float-input.e-control-wrapper.e-input-group .e-float-line,
.e-float-input.e-control-wrapper.e-input-group.e-control-wrapper .e-float-line {
  bottom: -1px;
  position: absolute; }

.e-float-input.e-input-group input,
.e-float-input.e-input-group textarea,
.e-float-input.e-input-group.e-control-wrapper input,
.e-float-input.e-input-group.e-control-wrapper textarea {
  border: 0; }

.e-float-input.e-input-group .e-float-line,
.e-float-input.e-input-group .e-float-text,
.e-float-input.e-input-group.e-control-wrapper .e-float-line,
.e-float-input.e-input-group.e-control-wrapper .e-float-text {
  right: 0; }

input.e-input::-webkit-input-placeholder,
input.e-input:-moz-placeholder,
input.e-input:-ms-input-placeholder,
input.e-input::-moz-placeholder {
  font-size: 13px;
  font-style: normal; }

textarea.e-input::-webkit-input-placeholder,
textarea.e-input:-moz-placeholder,
textarea.e-input:-ms-input-placeholder,
textarea.e-input::-moz-placeholder {
  font-size: 13px;
  font-style: normal; }

.e-bigger input.e-input::-webkit-input-placeholder,
input.e-bigger.e-input::-webkit-input-placeholder,
.e-bigger input.e-input:-moz-placeholder,
input.e-bigger.e-input:-moz-placeholder,
.e-bigger input.e-input:-ms-input-placeholder,
input.e-bigger.e-input:-ms-input-placeholder,
.e-bigger input.e-input::-moz-placeholder,
input.e-bigger.e-input::-moz-placeholder {
  font-size: 14px;
  font-style: normal; }

.e-bigger textarea.e-input::-webkit-input-placeholder,
textarea.e-bigger.e-input::-webkit-input-placeholder,
.e-bigger textarea.e-input:-moz-placeholder,
textarea.e-bigger.e-input:-moz-placeholder,
.e-bigger textarea.e-input:-ms-input-placeholder,
textarea.e-bigger.e-input:-ms-input-placeholder,
.e-bigger textarea.e-input::-moz-placeholder,
textarea.e-bigger.e-input::-moz-placeholder {
  font-size: 14px;
  font-style: normal; }

.e-small input.e-input::-webkit-input-placeholder,
input.e-small.e-input::-webkit-input-placeholder,
.e-small input.e-input:-moz-placeholder,
input.e-small.e-input:-moz-placeholder,
.e-small input.e-input:-ms-input-placeholder,
input.e-small.e-input:-ms-input-placeholder,
.e-small input.e-input::-moz-placeholder,
input.e-small.e-input::-moz-placeholder {
  font-size: 12px;
  font-style: normal; }

.e-small textarea.e-input::-webkit-input-placeholder,
textarea.e-small.e-input::-webkit-input-placeholder,
.e-small textarea.e-input:-moz-placeholder,
textarea.e-small.e-input:-moz-placeholder,
.e-small textarea.e-input:-ms-input-placeholder,
textarea.e-small.e-input:-ms-input-placeholder,
.e-small textarea.e-input::-moz-placeholder,
textarea.e-small.e-input::-moz-placeholder {
  font-size: 12px;
  font-style: normal; }

.e-bigger input.e-small.e-input::-webkit-input-placeholder,
.e-small input.e-bigger.e-input::-webkit-input-placeholder,
.e-bigger input.e-small.e-input:-moz-placeholder,
.e-small input.e-bigger.e-input:-moz-placeholder,
.e-bigger input.e-small.e-input:-ms-input-placeholder,
.e-small input.e-bigger.e-input:-ms-input-placeholder,
.e-bigger input.e-small.e-input::-moz-placeholder,
.e-small input.e-bigger.e-input::-moz-placeholder {
  font-size: 13px;
  font-style: normal; }

.e-bigger textarea.e-small.e-input::-webkit-input-placeholder,
.e-small textarea.e-bigger.e-input::-webkit-input-placeholder,
.e-bigger textarea.e-small.e-input:-moz-placeholder,
.e-small textarea.e-bigger.e-input:-moz-placeholder,
.e-bigger intextareaput.e-small.e-input:-ms-input-placeholder,
.e-small textarea.e-bigger.e-input:-ms-input-placeholder,
.e-bigger textarea.e-small.e-input::-moz-placeholder,
.e-small textarea.e-bigger.e-input::-moz-placeholder {
  font-size: 13px;
  font-style: normal; }

input.e-input:-moz-placeholder {
  font-style: normal;
  -moz-user-select: none;
       user-select: none; }

textarea.e-input:-moz-placeholder {
  font-style: normal;
  -moz-user-select: none;
       user-select: none; }

.e-input-group input.e-input:-moz-placeholder {
  font-style: normal;
  -moz-user-select: none;
       user-select: none; }

.e-input-group textarea.e-input:-moz-placeholder {
  font-style: normal;
  -moz-user-select: none;
       user-select: none; }

.e-input-group.e-control-wrapper input.e-input:-moz-placeholder {
  font-style: normal;
  -moz-user-select: none;
       user-select: none; }

.e-input-group.e-control-wrapper textarea.e-input:-moz-placeholder {
  font-style: normal;
  -moz-user-select: none;
       user-select: none; }

input.e-input:-moz-placeholder {
  font-style: normal;
  -moz-user-select: none;
       user-select: none; }

.e-input-group input.e-input:-moz-placeholder {
  font-style: normal;
  -moz-user-select: none;
       user-select: none; }

.e-input-group.e-control-wrapper input.e-input:-moz-placeholder {
  font-style: normal;
  -moz-user-select: none;
       user-select: none; }

textarea.e-input:-moz-placeholder {
  font-style: normal;
  -moz-user-select: none;
       user-select: none; }

input.e-input::-moz-placeholder {
  font-style: normal;
  -moz-user-select: none;
       user-select: none; }

textarea.e-input::-moz-placeholder {
  font-style: normal;
  -moz-user-select: none;
       user-select: none; }

input.e-input:-ms-input-placeholder {
  font-style: normal; }

textarea.e-input:-ms-input-placeholder {
  font-style: normal; }

input.e-input::-webkit-input-placeholder {
  font-style: normal;
  -webkit-user-select: none;
          user-select: none; }

textarea.e-input::-webkit-input-placeholder {
  font-style: normal;
  -webkit-user-select: none;
          user-select: none; }

input.e-input,
.e-input-group input,
.e-input-group.e-control-wrapper input,
.e-input-group input.e-input,
.e-input-group.e-control-wrapper input.e-input {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  content: ''; }

.e-float-input:not(.e-input-group) input,
.e-float-input.e-control-wrapper:not(.e-input-group) input {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  content: ''; }

.e-control input.e-input,
.e-control .e-input-group input,
.e-control .e-input-group input.e-input,
.e-control .e-input-group.e-control-wrapper input,
.e-control .e-input-group.e-control-wrapper input.e-input,
.e-control .e-float-input input,
.e-control .e-float-input.e-control-wrapper input,
.e-control.e-input-group input,
.e-control.e-input-group input.e-input,
.e-control.e-input-group.e-control-wrapper input,
.e-control.e-input-group.e-control-wrapper input.e-input,
.e-control.e-float-input input,
.e-control.e-float-input.e-control-wrapper input {
  -webkit-box-sizing: content-box;
          box-sizing: content-box; }

input.e-input.e-bigger,
.e-input-group.e-bigger input,
.e-input-group.e-bigger input.e-input,
.e-input-group.e-control-wrapper.e-bigger input,
.e-input-group.e-control-wrapper.e-bigger input.e-input,
.e-bigger .e-input-group input,
.e-bigger .e-input-group input.e-input,
.e-bigger .e-input-group.e-control-wrapper input,
.e-bigger .e-input-group.e-control-wrapper input.e-input,
.e-float-input.e-bigger input,
.e-float-input.e-bigger input.e-input,
.e-bigger .e-float-input input,
.e-bigger .e-float-input input.e-input,
.e-float-input.e-control-wrapper.e-bigger input,
.e-float-input.e-control-wrapper.e-bigger input.e-input,
.e-bigger .e-float-input.e-control-wrapper input,
.e-bigger .e-float-input.e-control-wrapper input.e-input {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  content: ''; }

.e-float-input.e-bigger:not(.e-input-group) input,
.e-float-input.e-bigger:not(.e-input-group) input.e-input,
.e-bigger .e-float-input:not(.e-input-group) input,
.e-bigger .e-float-input:not(.e-input-group) input.e-input,
.e-float-input.e-control-wrapper.e-bigger:not(.e-input-group) input,
.e-float-input.e-control-wrapper.e-bigger:not(.e-input-group) input.e-input,
.e-bigger .e-float-input.e-control-wrapper:not(.e-input-group) input,
.e-bigger .e-float-input.e-control-wrapper:not(.e-input-group) input.e-input {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  content: ''; }

input.e-input.e-small,
.e-input-group.e-small input,
.e-input-group.e-small input.e-input,
.e-small .e-input-group input,
.e-small .e-input-group input.e-input,
.e-input-group.e-control-wrapper.e-small input,
.e-input-group.e-control-wrapper.e-small input.e-input,
.e-small .e-input-group.e-control-wrapper input,
.e-small .e-input-group.e-control-wrapper input.e-input,
.e-float-input.e-small input,
.e-float-input.e-small input.e-input,
.e-small .e-float-input input,
.e-small .e-float-input input.e-input,
.e-float-input.e-control-wrapper.e-small input,
.e-float-input.e-control-wrapper.e-small input.e-input,
.e-small .e-float-input.e-control-wrapper input,
.e-small .e-float-input.e-control-wrapper input.e-input {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  content: ''; }

.e-float-input.e-small:not(.e-input-group) input, .e-float-input.e-small:not(.e-input-group) input.e-input, .e-small .e-float-input:not(.e-input-group) input, .e-small .e-float-input:not(.e-input-group) input.e-input .e-float-input.e-control-wrapper.e-small:not(.e-input-group) input, .e-float-input.e-control-wrapper.e-small:not(.e-input-group) input.e-input, .e-small .e-float-input.e-control-wrapper:not(.e-input-group) input, .e-small .e-float-input.e-control-wrapper:not(.e-input-group) input.e-input {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  content: ''; }

input.e-input.e-small.e-bigger,
.e-input-group.e-bigger.e-small input,
.e-input-group.e-bigger.e-small input.e-input,
.e-bigger.e-small .e-input-group input,
.e-bigger.e-small .e-input-group input.e-input,
.e-input-group.e-control-wrapper.e-bigger.e-small input,
.e-input-group.e-control-wrapper.e-bigger.e-small input.e-input,
.e-bigger.e-small .e-input-group.e-control-wrapper input,
.e-bigger.e-small .e-input-group.e-control-wrapper input.e-input,
.e-float-input.e-bigger.e-small input,
.e-float-input.e-bigger.e-small input.e-input,
.e-bigger.e-small .e-float-input input,
.e-bigger.e-small .e-float-input input.e-input,
.e-float-input.e-control-wrapper.e-bigger.e-small input,
.e-float-input.e-control-wrapper.e-bigger.e-small input.e-input,
.e-bigger.e-small .e-float-input.e-control-wrapper input,
.e-bigger.e-small .e-float-input.e-control-wrapper input.e-input {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  content: ''; }

.e-float-input.e-bigger.e-small:not(.e-input-group) input,
.e-float-input.e-bigger.e-small:not(.e-input-group) input.e-input,
.e-bigger.e-small .e-float-input:not(.e-input-group) input,
.e-bigger.e-small .e-float-input:not(.e-input-group) input.e-input,
.e-float-input.e-control-wrapper.e-bigger.e-small:not(.e-input-group) input,
.e-float-input.e-control-wrapper.e-bigger.e-small:not(.e-input-group) input.e-input,
.e-bigger.e-small .e-float-input.e-control-wrapper:not(.e-input-group) input,
.e-bigger.e-small .e-float-input.e-control-wrapper:not(.e-input-group) input.e-input {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  content: ''; }

textarea.e-input,
.e-input-group textarea,
.e-input-group.e-control-wrapper textarea,
.e-float-input textarea,
.e-float-input.e-control-wrapper textarea {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  content: ''; }

.e-input-group textarea.e-input.e-bigger,
.e-input-group.e-control-wrapper textarea.e-input.e-bigger,
textarea.e-input.e-bigger,
.e-input-group.e-bigger textarea,
.e-input-group.e-bigger textarea.e-input,
.e-bigger .e-input-group textarea,
.e-bigger .e-input-group textarea.e-input,
.e-input-group.e-control-wrapper.e-bigger textarea,
.e-input-group.e-control-wrapper.e-bigger textarea.e-input,
.e-bigger .e-input-group.e-control-wrapper textarea,
.e-bigger .e-input-group.e-control-wrapper textarea.e-input,
.e-float-input.e-bigger textarea,
.e-float-input.e-bigger textarea.e-input,
.e-bigger .e-float-input textarea,
.e-bigger .e-float-input textarea.e-input,
.e-float-input.e-control-wrapper.e-bigger textarea,
.e-float-input.e-control-wrapper.e-bigger textarea.e-input,
.e-bigger .e-float-input.e-control-wrapper textarea,
.e-bigger .e-float-input.e-control-wrapper textarea.e-input {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  content: ''; }

textarea.e-input.e-small,
.e-input-group.e-small textarea,
.e-input-group.e-small textarea.e-input,
.e-small .e-input-group textarea,
.e-small .e-input-group textarea.e-input,
.e-input-group.e-control-wrapper.e-small textarea,
.e-input-group.e-control-wrapper.e-small textarea.e-input,
.e-small .e-input-group.e-control-wrapper textarea,
.e-small .e-input-group.e-control-wrapper textarea.e-input,
.e-float-input.e-small textarea,
.e-float-input.e-small textarea.e-input,
.e-small .e-float-input textarea,
.e-small .e-float-input textarea.e-input,
.e-float-input.e-control-wrapper.e-small textarea,
.e-float-input.e-control-wrapper.e-small textarea.e-input,
.e-small .e-float-input.e-control-wrapper textarea,
.e-small .e-float-input.e-control-wrapper textarea.e-input {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  content: ''; }

textarea.e-input.e-small.e-bigger,
.e-input-group.e-bigger.e-small textarea,
.e-input-group.e-bigger.e-small textarea.e-input,
.e-bigger.e-small .e-input-group textarea,
.e-bigger.e-small .e-input-group textarea.e-input,
.e-input-group.e-control-wrapper.e-bigger.e-small textarea,
.e-input-group.e-control-wrapper.e-bigger.e-small textarea.e-input,
.e-bigger.e-small .e-input-group.e-control-wrapper textarea,
.e-bigger.e-small .e-input-group.e-control-wrapper textarea.e-input,
.e-float-input.e-bigger.e-small textarea,
.e-float-input.e-bigger.e-small textarea.e-input,
.e-bigger.e-small .e-float-input textarea,
.e-bigger.e-small .e-float-input textarea.e-input,
.e-float-input.e-control-wrapper.e-bigger.e-small textarea,
.e-float-input.e-control-wrapper.e-bigger.e-small textarea.e-input,
.e-bigger.e-small .e-float-input.e-control-wrapper textarea,
.e-bigger.e-small .e-float-input.e-control-wrapper textarea.e-input {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  content: ''; }

input.e-input.e-bigger,
.e-input-group input.e-input.e-bigger,
.e-input-group input.e-input.e-bigger,
.e-input-group.e-control-wrapper input.e-input.e-bigger,
.e-input-group.e-control-wrapper input.e-input.e-bigger,
.e-input-group.e-bigger .e-input,
.e-input-group.e-control-wrapper.e-bigger .e-input,
.e-bigger input.e-input,
.e-bigger .e-input-group .e-input,
.e-bigger .e-input-group.e-control-wrapper .e-input,
.e-float-input.e-bigger input,
.e-float-input input.e-bigger,
.e-bigger .e-float-input input,
.e-float-input.e-control-wrapper.e-bigger input,
.e-float-input.e-control-wrapper input.e-bigger,
.e-bigger .e-float-input.e-control-wrapper input {
  text-indent: 0; }

input.e-input.e-small,
.e-input-group input.e-input.e-small,
.e-input-group.e-control-wrapper input.e-input.e-small,
.e-input-group.e-small .e-input,
.e-input-group.e-control-wrapper.e-small .e-input,
.e-small input.e-input,
.e-small .e-input-group .e-input,
.e-small .e-input-group.e-control-wrapper .e-input,
.e-float-input.e-small input,
.e-float-input input.e-small,
.e-small .e-float-input input,
.e-float-input.e-control-wrapper.e-small input,
.e-float-input.e-control-wrapper input.e-small,
.e-small .e-float-input.e-control-wrapper input {
  text-indent: 0; }

textarea.e-input.e-small,
.e-input-group textarea.e-input.e-small,
.e-input-group.e-control-wrapper input.e-input-group textarea.e-input.e-small,
.e-small input.e-input,
.e-float-input.e-small textarea,
.e-float-input textarea.e-small,
.e-small .e-float-input textarea,
.e-float-input.e-control-wrapper.e-small textarea,
.e-float-input.e-control-wrapper textarea.e-small,
.e-small .e-float-input.e-control-wrapper textarea {
  text-indent: 0; }

input.e-input,
.e-input-group input.e-input,
.e-input-group input,
.e-input-group.e-control-wrapper input.e-input,
.e-input-group.e-control-wrapper input,
.e-float-input input.e-input,
.e-float-input input,
.e-float-input.e-control-wrapper input.e-input,
.e-float-input.e-control-wrapper input,
.e-input-group input.e-input:focus,
.e-input-group.e-control-wrapper input.e-input:focus,
.e-float-input.e-control-wrapper input:focus,
.e-float-input input:focus,
.e-input-group.e-input-focus input.e-input,
.e-input-group.e-control-wrapper.e-input-focus input.e-input,
.e-float-input.e-control-wrapper.e-input-focus input,
.e-float-input.e-input-focus input {
  padding-left: 0;
  text-indent: 0; }

textarea.e-input,
.e-input-group textarea.e-input,
.e-input-group textarea,
.e-input-group.e-control-wrapper textarea.e-input,
.e-input-group.e-control-wrapper textarea,
.e-float-input textarea.e-input,
.e-float-input textarea,
.e-float-input.e-control-wrapper textarea.e-input,
.e-float-input.e-control-wrapper textarea,
.e-input-group textarea.e-input:focus,
.e-input-group.e-control-wrapper textarea.e-input:focus,
.e-float-input.e-control-wrapper textarea:focus,
.e-float-input textarea:focus {
  padding-left: 0;
  text-indent: 0; }

input.e-input.e-rtl,
.e-input-group.e-rtl input.e-input,
.e-input-group.e-control-wrapper.e-rtl input.e-input,
.e-float-input.e-rtl input,
.e-float-input.e-control-wrapper.e-rtl input,
.e-rtl .e-input-group input.e-input,
.e-rtl .e-input-group.e-control-wrapper input.e-input,
.e-rtl .e-float-input input,
.e-rtl .e-float-input.e-control-wrapper input,
.e-input-group.e-rtl input.e-input,
.e-input-group.e-control-wrapper.e-rtl input.e-input,
.e-float-input.e-rtl input,
.e-float-input.e-control-wrapper.e-rtl input,
.e-rtl .e-input-group input.e-input,
.e-rtl .e-input-group.e-control-wrapper input.e-input,
.e-rtl .e-float-input input,
.e-rtl .e-float-input.e-control-wrapper input,
.e-input-group.e-rtl input.e-input:focus,
.e-input-group.e-control-wrapper.e-rtl input.e-input:focus,
.e-float-input.e-rtl input:focus,
.e-float-input.e-control-wrapper.e-rtl input:focus,
.e-rtl .e-input-group input.e-input:focus,
.e-rtl .e-input-group.e-control-wrapper input.e-input:focus,
.e-rtl .e-float-input input:focus,
.e-rtl .e-float-input.e-control-wrapper input:focus,
.e-input-group.e-rtl.e-input-focus input.e-input,
.e-input-group.e-control-wrapper.e-rtl.e-input-focus input.e-input,
.e-rtl .e-input-group.e-input-focus input.e-input,
.e-rtl .e-input-group.e-control-wrapper.e-input-focus input.e-input,
.e-float-input.e-rtl.e-input-focus input,
.e-float-input.e-control-wrapper.e-rtl.e-input-focus input,
.e-rtl .e-float-input.e-input-focus input,
.e-rtl .e-float-input.e-control-wrapper.e-input-focus input {
  padding-left: 0;
  padding-right: 0;
  text-indent: 0; }

textarea.e-input.e-rtl,
.e-input-group:not(.e-outline).e-rtl textarea.e-input,
.e-input-group:not(.e-outline).e-control-wrapper.e-rtl textarea.e-input,
.e-float-input:not(.e-outline).e-rtl textarea,
.e-float-input:not(.e-outline).e-control-wrapper.e-rtl textarea,
.e-rtl .e-input-group:not(.e-outline) textarea.e-input,
.e-rtl .e-input-group:not(.e-outline).e-control-wrapper textarea.e-input,
.e-rtl .e-float-input:not(.e-outline) textarea,
.e-rtl .e-float-input:not(.e-outline).e-control-wrapper textarea,
.e-input-group:not(.e-outline).e-rtl textarea.e-input,
.e-input-group:not(.e-outline).e-control-wrapper.e-rtl textarea.e-input,
.e-float-input:not(.e-outline).e-rtl textarea,
.e-float-input:not(.e-outline).e-control-wrapper.e-rtl textarea,
.e-rtl .e-input-group:not(.e-outline) textarea.e-input,
.e-rtl .e-input-group:not(.e-outline).e-control-wrapper textarea.e-input,
.e-rtl .e-float-input:not(.e-outline) textarea,
.e-rtl .e-float-input:not(.e-outline).e-control-wrapper textarea,
.e-input-group:not(.e-outline).e-rtl textarea.e-input:focus,
.e-input-group:not(.e-outline).e-control-wrapper.e-rtl textarea.e-input:focus,
.e-float-input:not(.e-outline).e-rtl textarea:focus,
.e-float-input:not(.e-outline).e-control-wrapper.e-rtl textarea:focus,
.e-rtl .e-input-group:not(.e-outline) textarea.e-input:focus,
.e-rtl .e-input-group:not(.e-outline).e-control-wrapper textarea.e-input:focus,
.e-rtl .e-float-input:not(.e-outline) textarea:focus,
.e-rtl .e-float-input:not(.e-outline).e-control-wrapper textarea:focus {
  padding-right: 0;
  text-indent: 0; }

input.e-input.e-small,
.e-small input.e-input,
.e-input-group.e-small input.e-input,
.e-input-group.e-control-wrapper.e-small input.e-input,
.e-float-input.e-small input,
.e-float-input.e-control-wrapper input.e-small,
.e-float-input.e-small input,
.e-float-input.e-control-wrapper input.e-small,
.e-input-group input.e-input.e-small,
.e-input-group.e-control-wrapper input.e-input.e-small,
.e-small .e-float-input input,
.e-small .e-float-input.e-control-wrapper input,
.e-small .e-input-group input.e-input,
.e-small .e-input-group.e-control-wrapper input.e-input,
.e-input-group.e-small input.e-input:focus,
.e-input-group.e-control-wrapper.e-small input.e-input:focus,
.e-float-input.e-small input:focus,
.e-float-input.e-control-wrapper.e-small input:focus,
.e-small .e-input-group.e-control-wrapper input.e-input:focus,
.e-small .e-input-group input.e-input:focus,
.e-small .e-float-input input:focus,
.e-small .e-float-input.e-control-wrapper input:focus,
.e-input-group.e-small.e-input-focus input.e-input,
.e-input-group.e-control-wrapper.e-small.e-input-focus input.e-input,
.e-small .e-input-group.e-control-wrapper.e-input-focus input.e-input,
.e-small .e-input-group.e-input-focus input.e-input,
.e-float-input.e-small.e-input-focus input,
.e-float-input.e-control-wrapper.e-input-focus.e-small input,
.e-small .e-float-input.e-input-focus input,
.e-small .e-float-input.e-control-wrapper.e-input-focus input {
  padding-left: 0;
  text-indent: 0; }

textarea.e-input.e-small,
.e-small textarea.e-input,
.e-input-group.e-small textarea.e-input,
.e-input-group.e-control-wrapper.e-small textarea.e-input,
.e-float-input.e-control-wrapper.e-small textarea,
.e-float-input.e-control-wrapper textarea.e-small,
.e-float-input.e-small textarea,
.e-float-input textarea.e-small,
.e-input-group textarea.e-input.e-small,
.e-input-group.e-control-wrapper textarea.e-input.e-small,
.e-small .e-float-input.e-control-wrapper textarea,
.e-small .e-float-input textarea,
.e-small .e-input-group textarea.e-input,
.e-small .e-input-group.e-control-wrapper textarea.e-input,
.e-input-group.e-small textarea.e-input:focus,
.e-input-group.e-control-wrapper.e-small textarea.e-input:focus,
.e-float-input.e-small textarea:focus,
.e-float-input.e-control-wrapper.e-small textarea:focus,
.e-small .e-input-group textarea.e-input:focus,
.e-small .e-input-group.e-control-wrapper textarea.e-input:focus,
.e-small .e-float-input.e-control-wrapper textarea:focus,
.e-small .e-float-input textarea:focus {
  padding-left: 0;
  text-indent: 0; }

.e-rtl input.e-input.e-small,
input.e-input.e-small.e-rtl,
.e-small.e-rtl input.e-input,
.e-small input.e-input.e-rtl,
.e-float-input.e-control-wrapper.e-small.e-rtl input,
.e-float-input.e-small.e-rtl input,
.e-input-group.e-small.e-rtl input.e-input,
.e-input-group.e-control-wrapper.e-small.e-rtl input.e-input,
.e-rtl .e-float-input.e-small input,
.e-rtl .e-float-input.e-control-wrapper.e-small input,
.e-rtl .e-input-group.e-small input.e-input,
.e-rtl .e-input-group.e-control-wrapper.e-small input.e-input,
.e-float-input.e-rtl input.e-small,
.e-float-input.e-control-wrapper.e-rtl input.e-small,
.e-input-group.e-rtl input.e-input.e-small,
.e-input-group.e-control-wrapper.e-rtl input.e-input.e-small,
.e-rtl .e-float-input input.e-small,
.e-rtl .e-float-input.e-control-wrapper input.e-small,
.e-rtl .e-input-group input.e-input.e-small,
.e-rtl .e-input-group.e-control-wrapper input.e-input.e-small,
.e-small .e-float-input.e-rtl input,
.e-small .e-float-input.e-control-wrapper.e-rtl input,
.e-small .e-input-group.e-rtl input.e-input,
.e-small .e-input-group.e-control-wrapper.e-rtl input.e-input,
.e-small.e-rtl .e-float-input.e-control-wrapper input,
.e-small.e-rtl .e-float-input input,
.e-small.e-rtl .e-input-group.e-control-wrapper input.e-input,
.e-small.e-rtl .e-input-group input.e-input,
.e-small.e-rtl .e-input-group.e-control-wrapper input.e-input:focus,
.e-small.e-rtl .e-input-group input.e-input:focus,
.e-small.e-rtl .e-float-input.e-control-wrapper input:focus,
.e-small.e-rtl .e-float-input input:focus,
.e-small .e-input-group.e-control-wrapper.e-rtl input.e-input:focus,
.e-small .e-input-group.e-rtl input.e-input:focus,
.e-small .e-float-input.e-control-wrapper.e-rtl input:focus,
.e-small .e-float-input.e-rtl input:focus,
.e-small.e-rtl .e-input-group.e-control-wrapper.e-input-focus input.e-input,
.e-small.e-rtl .e-input-group.e-input-focus input.e-input,
.e-small .e-input-group.e-control-wrapper.e-rtl.e-input-focus input.e-input,
.e-small .e-input-group.e-rtl.e-input-focus input.e-input,
.e-small.e-rtl .e-float-input.e-control-wrapper.e-input-focus input,
.e-small.e-rtl .e-float-input.e-input-focus input,
.e-small .e-float-input.e-control-wrapper.e-rtl.e-input-focus input,
.e-small .e-float-input.e-rtl.e-input-focus input {
  padding-left: 0;
  padding-right: 0;
  text-indent: 0; }

.e-rtl textarea.e-input.e-small,
textarea.e-input.e-small.e-rtl,
.e-small.e-rtl textarea.e-input,
.e-small textarea.e-input.e-rtl,
.e-float-input:not(.e-outline).e-small.e-rtl textarea,
.e-float-input:not(.e-outline).e-control-wrapper.e-small.e-rtl textarea,
.e-input-group:not(.e-outline).e-small.e-rtl textarea.e-input,
.e-input-group:not(.e-outline).e-control-wrapper.e-small.e-rtl textarea.e-input,
.e-rtl .e-float-input:not(.e-outline).e-control-wrapper.e-small textarea,
.e-rtl .e-float-input:not(.e-outline).e-small textarea,
.e-rtl .e-input-group:not(.e-outline).e-small textarea.e-input,
.e-rtl .e-input-group:not(.e-outline).e-control-wrapper.e-small textarea.e-input,
.e-float-input:not(.e-outline).e-control-wrapper.e-rtl textarea.e-small,
.e-float-input:not(.e-outline).e-rtl textarea.e-small,
.e-input-group:not(.e-outline).e-rtl textarea.e-input.e-small,
.e-input-group:not(.e-outline).e-control-wrapper.e-rtl textarea.e-input.e-small,
.e-rtl .e-float-input:not(.e-outline).e-control-wrapper textarea.e-small,
.e-rtl .e-float-input:not(.e-outline) textarea.e-small,
.e-rtl .e-input-group:not(.e-outline) textarea.e-input.e-small,
.e-rtl .e-input-group:not(.e-outline).e-control-wrapper textarea.e-input.e-small,
.e-small .e-float-input:not(.e-outline).e-control-wrapper.e-rtl textarea,
.e-small .e-float-input:not(.e-outline).e-rtl textarea,
.e-small .e-input-group:not(.e-outline).e-rtl textarea.e-input,
.e-small .e-input-group:not(.e-outline).e-control-wrapper.e-rtl textarea.e-input,
.e-small.e-rtl .e-float-input:not(.e-outline).e-control-wrapper textarea,
.e-small.e-rtl .e-float-input:not(.e-outline) textarea,
.e-small.e-rtl .e-input-group:not(.e-outline) textarea.e-input,
.e-small.e-rtl .e-input-group:not(.e-outline).e-control-wrapper textarea.e-input,
.e-small.e-rtl .e-input-group:not(.e-outline) textarea.e-input:focus,
.e-small.e-rtl .e-input-group:not(.e-outline).e-control-wrapper textarea.e-input:focus,
.e-small.e-rtl .e-float-input:not(.e-outline).e-control-wrapper textarea:focus,
.e-small.e-rtl .e-float-input:not(.e-outline) textarea:focus,
.e-small .e-input-group:not(.e-outline).e-rtl textarea.e-input:focus,
.e-small .e-input-group:not(.e-outline).e-control-wrapper.e-rtl textarea.e-input:focus,
.e-small .e-float-input:not(.e-outline).e-control-wrapper.e-rtl textarea:focus,
.e-small .e-float-input:not(.e-outline).e-rtl textarea:focus {
  padding-right: 0;
  text-indent: 0; }

input.e-input.e-bigger,
.e-bigger input.e-input,
.e-input-group.e-bigger input.e-input,
.e-input-group.e-control-wrapper.e-bigger input.e-input,
.e-float-input.e-control-wrapper.e-bigger input,
.e-float-input.e-control-wrapper input.e-bigger,
.e-float-input.e-bigger input,
.e-float-input input.e-bigger,
.e-input-group input.e-input.e-bigger,
.e-input-group.e-control-wrapper input.e-input.e-bigger,
.e-bigger .e-float-input.e-control-wrapper input,
.e-bigger .e-float-input input,
.e-bigger .e-input-group.e-control-wrapper input.e-input,
.e-bigger .e-input-group input.e-input,
.e-input-group.e-bigger input.e-input:focus,
.e-input-group.e-control-wrapper.e-bigger input.e-input:focus,
.e-float-input.e-control-wrapper.e-bigger input:focus,
.e-float-input.e-bigger input:focus,
.e-bigger .e-input-group input.e-input:focus,
.e-bigger .e-input-group.e-control-wrapper input.e-input:focus,
.e-bigger .e-float-input.e-control-wrapper input:focus,
.e-bigger .e-float-input input:focus,
.e-input-group.e-bigger.e-input-focus input.e-input,
.e-input-group.e-control-wrapper.e-bigger.e-input-focus input.e-input,
.e-bigger .e-input-group.e-input-focus input.e-input,
.e-bigger .e-input-group.e-control-wrapper.e-input-focus input.e-input,
.e-float-input.e-control-wrapper.e-bigger.e-input-focus input,
.e-float-input.e-bigger.e-input-focus input,
.e-bigger .e-float-input.e-control-wrapper.e-input-focus input,
.e-bigger .e-float-input.e-input-focus input {
  padding-left: 0;
  text-indent: 0; }

.e-rtl input.e-input.e-bigger,
input.e-input.e-bigger.e-rtl,
.e-bigger.e-rtl input.e-input,
.e-bigger input.e-input.e-rtl,
.e-float-input.e-control-wrapper.e-bigger.e-rtl input,
.e-float-input.e-bigger.e-rtl input,
.e-input-group.e-bigger.e-rtl input.e-input,
.e-input-group.e-control-wrapper.e-bigger.e-rtl input.e-input,
.e-rtl .e-float-input.e-control-wrapper.e-bigger input,
.e-rtl .e-float-input.e-bigger input,
.e-rtl .e-input-group.e-bigger input.e-input,
.e-rtl .e-input-group.e-control-wrapper.e-bigger input.e-input,
.e-float-input.e-control-wrapper.e-rtl input.e-bigger,
.e-float-input.e-rtl input.e-bigger,
.e-input-group.e-rtl input.e-input.e-bigger,
.e-input-group.e-control-wrapper.e-rtl input.e-input.e-bigger,
.e-rtl .e-float-input.e-control-wrapper input.e-bigger,
.e-rtl .e-float-input input.e-bigger,
.e-rtl .e-input-group input.e-input.e-bigger,
.e-rtl .e-input-group.e-control-wrapper input.e-input.e-bigger,
.e-bigger .e-float-input.e-control-wrapper.e-rtl input,
.e-bigger .e-float-input.e-rtl input,
.e-bigger .e-input-group.e-rtl input.e-input,
.e-bigger .e-input-group.e-control-wrapper.e-rtl input.e-input,
.e-bigger.e-rtl .e-float-input.e-control-wrapper input,
.e-bigger.e-rtl .e-float-input input,
.e-bigger.e-rtl .e-input-group input.e-input,
.e-bigger.e-rtl .e-input-group.e-control-wrapper input.e-input,
.e-bigger.e-rtl .e-input-group input.e-input:focus,
.e-bigger.e-rtl .e-input-group.e-control-wrapper input.e-input:focus,
.e-bigger.e-rtl .e-float-input.e-control-wrapper input:focus,
.e-bigger.e-rtl .e-float-input input:focus,
.e-bigger .e-input-group.e-rtl input.e-input:focus,
.e-bigger .e-input-group.e-control-wrapper.e-rtl input.e-input:focus,
.e-bigger .e-float-input.e-rtl input:focus,
.e-bigger .e-float-input.e-control-wrapper.e-rtl input:focus,
.e-bigger.e-rtl .e-input-group.e-input-focus input.e-input,
.e-bigger.e-rtl .e-input-group.e-control-wrapper.e-input-focus input.e-input,
.e-bigger .e-input-group.e-rtl.e-input-focus input.e-input,
.e-bigger .e-input-group.e-control-wrapper.e-rtl.e-input-focus input.e-input,
.e-bigger.e-rtl .e-float-input.e-control-wrapper.e-input-focus input,
.e-bigger.e-rtl .e-float-input.e-input-focus input,
.e-bigger .e-float-input.e-rtl.e-input-focus input,
.e-bigger .e-float-input.e-control-wrapper.e-rtl.e-input-focus input {
  padding-left: 0;
  padding-right: 0;
  text-indent: 0; }

textarea.e-input.e-bigger,
.e-bigger textarea.e-input,
.e-input-group.e-bigger textarea.e-input,
.e-input-group.e-control-wrapper.e-bigger textarea.e-input,
.e-float-input.e-control-wrapper.e-bigger textarea,
.e-float-input.e-control-wrapper textarea.e-bigger,
.e-float-input.e-bigger textarea,
.e-float-input textarea.e-bigger,
.e-input-group textarea.e-input.e-bigger,
.e-input-group.e-control-wrapper textarea.e-input.e-bigger,
.e-bigger .e-float-input.e-control-wrapper textarea,
.e-bigger .e-float-input textarea,
.e-bigger .e-input-group textarea.e-input,
.e-bigger .e-input-group.e-control-wrapper textarea.e-input,
.e-input-group.e-bigger textarea.e-input:focus,
.e-input-group.e-control-wrapper.e-bigger textarea.e-input:focus,
.e-float-input.e-control-wrapper.e-bigger textarea:focus,
.e-float-input.e-bigger textarea:focus,
.e-bigger .e-input-group textarea.e-input:focus,
.e-bigger .e-input-group.e-control-wrapper textarea.e-input:focus,
.e-bigger .e-float-input.e-control-wrapper textarea:focus,
.e-bigger .e-float-input textarea:focus {
  padding-left: 0;
  text-indent: 0; }

.e-rtl textarea.e-input.e-bigger,
textarea.e-input.e-bigger.e-rtl,
.e-bigger.e-rtl textarea.e-input,
.e-bigger textarea.e-input.e-rtl,
.e-float-input.e-control-wrapper:not(.e-outline).e-bigger.e-rtl textarea,
.e-float-input:not(.e-outline).e-bigger.e-rtl textarea,
.e-input-group:not(.e-outline).e-bigger.e-rtl textarea.e-input,
.e-input-group:not(.e-outline).e-control-wrapper.e-bigger.e-rtl textarea.e-input,
.e-rtl .e-float-input:not(.e-outline).e-control-wrapper.e-bigger textarea,
.e-rtl .e-float-input:not(.e-outline).e-bigger textarea,
.e-rtl .e-input-group:not(.e-outline).e-bigger textarea.e-input,
.e-rtl .e-input-group:not(.e-outline).e-control-wrapper.e-bigger textarea.e-input,
.e-float-input:not(.e-outline).e-rtl textarea.e-bigger,
.e-float-input:not(.e-outline).e-control-wrapper.e-rtl textarea.e-bigger,
.e-input-group:not(.e-outline).e-rtl textarea.e-input.e-bigger,
.e-input-group:not(.e-outline).e-control-wrapper.e-rtl textarea.e-input.e-bigger,
.e-rtl .e-float-input:not(.e-outline) textarea.e-bigger,
.e-rtl .e-float-input:not(.e-outline).e-control-wrapper textarea.e-bigger,
.e-rtl .e-input-group:not(.e-outline) textarea.e-input.e-bigger,
.e-rtl .e-input-group:not(.e-outline).e-control-wrapper textarea.e-input.e-bigger,
.e-bigger .e-float-input:not(.e-outline).e-rtl textarea,
.e-bigger .e-float-input:not(.e-outline).e-control-wrapper.e-rtl textarea,
.e-bigger .e-input-group:not(.e-outline).e-rtl textarea.e-input,
.e-bigger .e-input-group:not(.e-outline).e-control-wrapper.e-rtl textarea.e-input,
.e-bigger.e-rtl .e-float-input:not(.e-outline) textarea,
.e-bigger.e-rtl .e-float-input:not(.e-outline).e-control-wrapper textarea,
.e-bigger.e-rtl .e-input-group:not(.e-outline) textarea.e-input,
.e-bigger.e-rtl .e-input-group:not(.e-outline).e-control-wrapper textarea.e-input,
.e-bigger.e-rtl .e-input-group:not(.e-outline) textarea.e-input:focus,
.e-bigger.e-rtl .e-input-group:not(.e-outline).e-control-wrapper textarea.e-input:focus,
.e-bigger.e-rtl .e-float-input:not(.e-outline) textarea:focus,
.e-bigger.e-rtl .e-float-input:not(.e-outline).e-control-wrapper textarea:focus,
.e-bigger .e-input-group:not(.e-outline).e-rtl textarea.e-input:focus,
.e-bigger .e-input-group:not(.e-outline).e-control-wrapper.e-rtl textarea.e-input:focus,
.e-bigger .e-float-input:not(.e-outline).e-rtl textarea:focus,
.e-bigger .e-float-input:not(.e-outline).e-control-wrapper.e-rtl textarea:focus {
  padding-right: 0;
  text-indent: 0; }

input.e-input.e-bigger.e-small,
.e-bigger input.e-input.e-small,
.e-input-group.e-small.e-bigger input.e-input,
.e-input-group.e-control-wrapper.e-small.e-bigger input.e-input,
.e-input-group.e-small input.e-input.e-bigger,
.e-input-group.e-control-wrapper.e-small input.e-input.e-bigger,
.e-bigger .e-input-group.e-small input.e-input,
.e-bigger .e-input-group.e-control-wrapper.e-small input.e-input,
.e-float-input.e-small.e-bigger input,
.e-float-input.e-small input.e-bigger,
.e-bigger .e-float-input.e-small input,
.e-float-input.e-control-wrapper.e-small.e-bigger input,
.e-float-input.e-control-wrapper.e-small input.e-bigger,
.e-bigger .e-float-input.e-control-wrapper.e-small input,
.e-bigger .e-input-group.e-small input.e-input:focus,
.e-bigger .e-input-group.e-control-wrapper.e-small input.e-input:focus,
.e-bigger .e-float-input.e-control-wrapper.e-small input:focus,
.e-bigger .e-float-input.e-small input:focus,
.e-small .e-input-group.e-bigger input.e-input:focus,
.e-small .e-input-group.e-control-wrapper.e-bigger input.e-input:focus,
.e-small .e-float-input.e-control-wrapper.e-bigger input:focus,
.e-small .e-float-input.e-bigger input:focus,
.e-input-group.e-bigger.e-small input.e-input:focus,
.e-input-group.e-control-wrapper.e-bigger.e-small input.e-input:focus,
.e-float-input.e-control-wrapper.e-bigger.e-small input:focus,
.e-float-input.e-bigger.e-small input:focus,
.e-bigger .e-input-group.e-small.e-input-focus input.e-input,
.e-bigger .e-input-group.e-control-wrapper.e-small.e-input-focus input.e-input,
.e-small .e-input-group.e-bigger.e-input-focus input.e-input,
.e-small .e-input-group.e-control-wrapper.e-bigger.e-input-focus input.e-input,
.e-input-group.e-bigger.e-small.e-input-focus input.e-input,
.e-input-group.e-control-wrapper.e-bigger.e-small.e-input-focus input.e-input,
.e-bigger .e-float-input.e-control-wrapper.e-small.e-input-focus input,
.e-bigger .e-float-input.e-small.e-input-focus input,
.e-small .e-float-input.e-control-wrapper.e-bigger.e-input-focus input,
.e-small .e-float-input.e-bigger.e-input-focus input,
.e-float-input.e-control-wrapper.e-bigger.e-small.e-input-focus input,
.e-float-input.e-bigger.e-small.e-input-focus input {
  padding-left: 0;
  text-indent: 0; }

.e-bigger input.e-input.e-small.e-rtl,
.e-input-group.e-small.e-bigger.e-rtl input.e-input,
.e-input-group.e-control-wrapper.e-small.e-bigger.e-rtl input.e-input,
.e-input-group.e-small.e-rtl input.e-input.e-bigger,
.e-input-group.e-control-wrapper.e-small.e-rtl input.e-input.e-bigger,
.e-bigger .e-input-group.e-small.e-rtl input.e-input,
.e-bigger .e-input-group.e-control-wrapper.e-small.e-rtl input.e-input,
.e-float-input.e-small.e-bigger.e-rtl input,
.e-float-input.e-small.e-rtl input.e-bigger,
.e-bigger .e-float-input.e-small.e-rtl input,
.e-float-input.e-control-wrapper.e-small.e-bigger.e-rtl input,
.e-float-input.e-control-wrapper.e-small.e-rtl input.e-bigger,
.e-bigger .e-float-input.e-control-wrapper.e-small.e-rtl input,
.e-bigger.e-rtl input.e-input.e-small,
.e-rtl .e-input-group.e-small.e-bigger input.e-input,
.e-rtl .e-input-group.e-control-wrapper.e-small.e-bigger input.e-input,
.e-rtl .e-input-group.e-small input.e-input.e-bigger,
.e-rtl .e-input-group.e-control-wrapper.e-small input.e-input.e-bigger,
.e-bigger.e-rtl .e-input-group.e-small input.e-input,
.e-bigger.e-rtl .e-input-group.e-control-wrapper.e-small input.e-input,
.e-rtl .e-float-input.e-control-wrapper.e-small.e-bigger input,
.e-rtl .e-float-input.e-control-wrapper.e-small input.e-bigger,
.e-bigger.e-rtl .e-float-input.e-control-wrapper.e-small input,
.e-rtl .e-float-input.e-small.e-bigger input,
.e-rtl .e-float-input.e-small input.e-bigger,
.e-bigger.e-rtl .e-float-input.e-small input,
.e-bigger .e-input-group.e-small.e-rtl input.e-input:focus,
.e-bigger .e-input-group.e-control-wrapper.e-small.e-rtl input.e-input:focus,
.e-bigger .e-float-input.e-control-wrapper.e-small.e-rtl input:focus,
.e-bigger .e-float-input.e-small.e-rtl input:focus,
.e-small .e-input-group.e-bigger.e-rtl input.e-input:focus,
.e-small .e-input-group.e-control-wrapper.e-bigger.e-rtl input.e-input:focus,
.e-small .e-float-input.e-control-wrapper.e-bigger.e-rtl input:focus,
.e-small .e-float-input.e-bigger.e-rtl input:focus,
.e-input-group.e-bigger.e-small.e-rtl input.e-input:focus,
.e-input-group.e-control-wrapper.e-bigger.e-small.e-rtl input.e-input:focus,
.e-float-input.e-control-wrapper.e-bigger.e-small.e-rtl input:focus,
.e-float-input.e-bigger.e-small.e-rtl input:focus,
.e-bigger.e-rtl .e-input-group.e-small input.e-input:focus,
.e-bigger.e-rtl .e-input-group.e-control-wrapper.e-small input.e-input:focus,
.e-bigger.e-rtl .e-float-input.e-control-wrapper.e-small input:focus,
.e-bigger.e-rtl .e-float-input.e-small input:focus,
.e-small.e-rtl .e-input-group.e-bigger input.e-input:focus,
.e-small.e-rtl .e-input-group.e-control-wrapper.e-bigger input.e-input:focus,
.e-small.e-rtl .e-float-input.e-control-wrapper.e-bigger input:focus,
.e-small.e-rtl .e-float-input.e-bigger input:focus,
.e-rtl .e-input-group.e-bigger.e-small input.e-input:focus,
.e-rtl .e-input-group.e-control-wrapper.e-bigger.e-small input.e-input:focus,
.e-rtl .e-float-input.e-control-wrapper.e-bigger.e-small input:focus,
.e-rtl .e-float-input.e-bigger.e-small input:focus,
.e-bigger .e-float-input.e-control-wrapper.e-small.e-rtl.e-input-focus input,
.e-bigger .e-float-input.e-small.e-rtl.e-input-focus input,
.e-small .e-float-input.e-control-wrapper.e-bigger.e-rtl.e-input-focus input,
.e-small .e-float-input.e-bigger.e-rtl.e-input-focus input,
.e-float-input.e-control-wrapper.e-bigger.e-small.e-rtl.e-input-focus input,
.e-float-input.e-bigger.e-small.e-rtl.e-input-focus input,
.e-bigger.e-rtl .e-float-input.e-control-wrapper.e-small.e-input-focus input,
.e-bigger.e-rtl .e-float-input.e-small.e-input-focus input,
.e-small.e-rtl .e-float-input.e-control-wrapper.e-bigger.e-input-focus input,
.e-small.e-rtl .e-float-input.e-bigger.e-input-focus input,
.e-rtl .e-float-input.e-control-wrapper.e-bigger.e-small.e-input-focus input,
.e-rtl .e-float-input.e-bigger.e-small.e-input-focus input,
.e-bigger .e-input-group.e-small.e-rtl.e-input-focus input.e-input,
.e-bigger .e-input-group.e-control-wrapper.e-small.e-rtl.e-input-focus input.e-input,
.e-small .e-input-group.e-bigger.e-rtl.e-input-focus input.e-input,
.e-small .e-input-group.e-control-wrapper.e-bigger.e-rtl.e-input-focus input.e-input,
.e-input-group.e-bigger.e-small.e-rtl.e-input-focus input.e-input,
.e-input-group.e-control-wrapper.e-bigger.e-small.e-rtl.e-input-focus input.e-input,
.e-bigger.e-rtl .e-input-group.e-small.e-input-focus input.e-input,
.e-bigger.e-rtl .e-input-group.e-control-wrapper.e-small.e-input-focus input.e-input,
.e-small.e-rtl .e-input-group.e-bigger.e-input-focus input.e-input,
.e-small.e-rtl .e-input-group.e-control-wrapper.e-bigger.e-input-focus input.e-input,
.e-rtl .e-input-group.e-bigger.e-small.e-input-focus input.e-input,
.e-rtl .e-input-group.e-control-wrapper.e-bigger.e-small.e-input-focus input.e-input {
  padding-left: 0;
  padding-right: 0;
  text-indent: 0; }

textarea.e-input.e-bigger.e-small,
.e-bigger textarea.e-input.e-small,
.e-input-group.e-small.e-bigger textarea.e-input,
.e-input-group.e-control-wrapper.e-small.e-bigger textarea.e-input,
.e-input-group.e-small textarea.e-input.e-bigger,
.e-input-group.e-control-wrapper.e-small textarea.e-input.e-bigger,
.e-bigger .e-input-group.e-small textarea.e-input,
.e-bigger .e-input-group.e-control-wrapper.e-small textarea.e-input,
.e-float-input.e-small.e-bigger textarea,
.e-float-input.e-small textarea.e-bigger,
.e-bigger .e-float-input.e-small textarea,
.e-float-input.e-control-wrapper.e-small.e-bigger textarea,
.e-float-input.e-control-wrapper.e-small textarea.e-bigger,
.e-bigger .e-float-input.e-control-wrapper.e-small textarea,
.e-bigger .e-input-group.e-small textarea.e-input:focus,
.e-bigger .e-input-group.e-control-wrapper.e-small textarea.e-input:focus,
.e-bigger .e-float-input.e-control-wrapper.e-small textarea:focus,
.e-bigger .e-float-input.e-small textarea:focus,
.e-small .e-input-group.e-bigger textarea.e-input:focus,
.e-small .e-input-group.e-control-wrapper.e-bigger textarea.e-input:focus,
.e-small .e-float-input.e-control-wrapper.e-bigger textarea:focus,
.e-small .e-float-input.e-bigger textarea:focus,
.e-input-group.e-bigger.e-small textarea.e-input:focus,
.e-input-group.e-control-wrapper.e-bigger.e-small textarea.e-input:focus,
.e-float-input.e-control-wrapper.e-bigger.e-small textarea:focus,
.e-float-input.e-bigger.e-small textarea:focus {
  padding-left: 0;
  text-indent: 0; }

.e-bigger textarea.e-input.e-small.e-rtl,
.e-input-group:not(.e-outline).e-small.e-bigger.e-rtl textarea.e-input,
.e-input-group:not(.e-outline).e-control-wrapper.e-small.e-bigger.e-rtl textarea.e-input,
.e-input-group:not(.e-outline).e-small.e-rtl textarea.e-input.e-bigger,
.e-input-group:not(.e-outline).e-control-wrapper.e-small.e-rtl textarea.e-input.e-bigger,
.e-bigger .e-input-group:not(.e-outline).e-small.e-rtl textarea.e-input,
.e-bigger .e-input-group:not(.e-outline).e-control-wrapper.e-small.e-rtl textarea.e-input,
.e-float-input:not(.e-outline).e-small.e-bigger.e-rtl textarea,
.e-float-input:not(.e-outline).e-small.e-rtl textarea.e-bigger,
.e-bigger .e-float-input:not(.e-outline).e-small.e-rtl textarea,
.e-float-input:not(.e-outline).e-control-wrapper.e-small.e-bigger.e-rtl textarea,
.e-float-input:not(.e-outline).e-control-wrapper.e-small.e-rtl textarea.e-bigger,
.e-bigger .e-float-input:not(.e-outline).e-control-wrapper.e-small.e-rtl textarea,
.e-bigger.e-rtl textarea.e-input.e-small,
.e-rtl .e-input-group:not(.e-outline).e-small.e-bigger textarea.e-input,
.e-rtl .e-input-group:not(.e-outline).e-control-wrapper.e-small.e-bigger textarea.e-input,
.e-rtl .e-input-group:not(.e-outline).e-small textarea.e-input.e-bigger,
.e-rtl .e-input-group:not(.e-outline).e-control-wrapper.e-small textarea.e-input.e-bigger,
.e-bigger.e-rtl .e-input-group:not(.e-outline).e-small textarea.e-input,
.e-bigger.e-rtl .e-input-group:not(.e-outline).e-control-wrapper.e-small textarea.e-input,
.e-rtl .e-float-input:not(.e-outline).e-control-wrapper.e-small.e-bigger textarea,
.e-rtl .e-float-input:not(.e-outline).e-small textarea.e-bigger,
.e-bigger.e-rtl .e-float-input:not(.e-outline).e-control-wrapper.e-small textarea,
.e-rtl .e-float-input:not(.e-outline).e-control-wrapper.e-small.e-bigger textarea,
.e-rtl .e-float-input:not(.e-outline).e-small textarea.e-bigger,
.e-bigger.e-rtl .e-float-input:not(.e-outline).e-small textarea,
.e-bigger.e-rtl .e-float-input:not(.e-outline).e-small.e-control-wrapper textarea,
.e-bigger .e-input-group:not(.e-outline).e-small.e-rtl textarea.e-input:focus,
.e-bigger .e-input-group:not(.e-outline).e-control-wrapper.e-small.e-rtl textarea.e-input:focus,
.e-bigger .e-float-input:not(.e-outline).e-control-wrapper.e-small.e-rtl textarea:focus,
.e-bigger .e-float-input:not(.e-outline).e-small.e-rtl textarea:focus,
.e-small .e-input-group:not(.e-outline).e-bigger.e-rtl textarea.e-input:focus,
.e-small .e-input-group:not(.e-outline).e-control-wrapper.e-bigger.e-rtl textarea.e-input:focus,
.e-small .e-float-input:not(.e-outline).e-control-wrapper.e-bigger.e-rtl textarea:focus,
.e-small .e-float-input:not(.e-outline).e-bigger.e-rtl textarea:focus,
.e-input-group:not(.e-outline).e-bigger.e-small.e-rtl textarea.e-input:focus,
.e-input-group:not(.e-outline).e-control-wrapper.e-bigger.e-small.e-rtl textarea.e-input:focus,
.e-float-input:not(.e-outline).e-control-wrapper.e-bigger.e-small.e-rtl textarea:focus,
.e-float-input:not(.e-outline).e-bigger.e-small.e-rtl textarea:focus,
.e-bigger.e-rtl .e-input-group:not(.e-outline).e-small textarea.e-input:focus,
.e-bigger.e-rtl .e-input-group:not(.e-outline).e-control-wrapper.e-small textarea.e-input:focus,
.e-bigger.e-rtl .e-float-input:not(.e-outline).e-control-wrapper.e-small textarea:focus,
.e-bigger.e-rtl .e-float-input:not(.e-outline).e-small textarea:focus,
.e-small.e-rtl .e-input-group:not(.e-outline).e-bigger textarea.e-input:focus,
.e-small.e-rtl .e-input-group:not(.e-outline).e-control-wrapper.e-bigger textarea.e-input:focus,
.e-small.e-rtl .e-float-input:not(.e-outline).e-control-wrapper.e-bigger textarea:focus,
.e-small.e-rtl .e-float-input:not(.e-outline).e-bigger textarea:focus,
.e-rtl .e-input-group:not(.e-outline).e-bigger.e-small textarea.e-input:focus,
.e-rtl .e-input-group:not(.e-outline).e-control-wrapper.e-bigger.e-small textarea.e-input:focus,
.e-rtl .e-float-input:not(.e-outline).e-control-wrapper.e-bigger.e-small textarea:focus,
.e-rtl .e-float-input:not(.e-outline).e-bigger.e-small textarea:focus {
  padding-right: 0;
  text-indent: 0; }

.e-float-input .e-clear-icon,
.e-float-input.e-control-wrapper .e-clear-icon,
.e-input-group .e-clear-icon,
.e-input-group.e-control-wrapper .e-clear-icon {
  background: transparent;
  border: 0;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  line-height: 1;
  min-width: 24px;
  outline: none;
  padding: 0;
  text-align: center; }

.e-float-input .e-clear-icon::before,
.e-float-input.e-control-wrapper .e-clear-icon::before,
.e-input-group .e-clear-icon::before,
.e-input-group.e-control-wrapper .e-clear-icon::before {
  font-size: 12px;
  padding: 0;
  text-align: center;
  vertical-align: middle; }

.e-float-input.e-static-clear .e-clear-icon.e-clear-icon-hide,
.e-float-input.e-control-wrapper.e-static-clear .e-clear-icon.e-clear-icon-hide,
.e-input-group.e-static-clear .e-clear-icon.e-clear-icon-hide,
.e-input-group.e-control-wrapper.e-static-clear .e-clear-icon.e-clear-icon-hide {
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.e-float-input.e-small.e-bigger .e-clear-icon,
.e-float-input.e-control-wrapper.e-small.e-bigger .e-clear-icon,
.e-input-group.e-small.e-bigger .e-clear-icon,
.e-input-group.e-control-wrapper.e-small.e-bigger .e-clear-icon,
.e-small .e-input-group.e-bigger input:first-child ~ .e-clear-icon,
.e-small .e-input-group.e-control-wrapper.e-bigger input:first-child ~ .e-clear-icon,
.e-bigger .e-input-group.e-small input:first-child ~ .e-clear-icon,
.e-bigger .e-input-group.e-control-wrapper.e-small input:first-child ~ .e-clear-icon,
.e-small .e-float-input.e-control-wrapper.e-bigger input:first-child ~ .e-clear-icon,
.e-small .e-float-input.e-bigger input:first-child ~ .e-clear-icon,
.e-bigger .e-float-input.e-control-wrapper.e-small input:first-child ~ .e-clear-icon,
.e-bigger .e-float-input.e-small input:first-child ~ .e-clear-icon {
  padding-bottom: 0; }

.e-float-input.e-small .e-clear-icon::before,
.e-float-input.e-control-wrapper.e-small .e-clear-icon::before,
.e-input-group.e-small .e-clear-icon::before,
.e-input-group.e-control-wrapper.e-small .e-clear-icon::before,
.e-float-input.e-control-wrapper input.e-small:first-child ~ .e-clear-icon::before,
.e-small .e-float-input.e-control-wrapper .e-clear-icon::before,
.e-float-input input.e-small:first-child ~ .e-clear-icon::before,
.e-small .e-float-input .e-clear-icon::before,
.e-small .e-input-group .e-clear-icon::before,
.e-small .e-input-group.e-control-wrapper .e-clear-icon::before {
  font-size: 10px; }

.e-float-input.e-bigger .e-clear-icon::before,
.e-float-input.e-control-wrapper.e-bigger .e-clear-icon::before,
.e-input-group.e-bigger .e-clear-icon::before,
.e-input-group.e-control-wrapper.e-bigger .e-clear-icon::before,
.e-float-input.e-control-wrapper input.e-bigger:first-child ~ .e-clear-icon::before,
.e-bigger .e-float-input.e-control-wrapper .e-clear-icon::before,
.e-float-input input.e-bigger:first-child ~ .e-clear-icon::before,
.e-bigger .e-float-input .e-clear-icon::before,
.e-bigger .e-input-group .e-clear-icon::before,
.e-bigger .e-input-group.e-control-wrapper .e-clear-icon::before {
  font-size: 12px; }

.e-float-input.e-small.e-bigger .e-clear-icon::before,
.e-float-input.e-control-wrapper.e-small.e-bigger .e-clear-icon::before,
.e-input-group.e-small.e-bigger .e-clear-icon::before,
.e-input-group.e-control-wrapper.e-small.e-bigger .e-clear-icon::before,
.e-small .e-input-group.e-bigger input:first-child ~ .e-clear-icon::before,
.e-small .e-input-group.e-control-wrapper.e-bigger input:first-child ~ .e-clear-icon::before,
.e-bigger .e-input-group.e-small input:first-child ~ .e-clear-icon::before,
.e-bigger .e-input-group.e-control-wrapper.e-small input:first-child ~ .e-clear-icon::before,
.e-small .e-float-input.e-control-wrapper.e-bigger input:first-child ~ .e-clear-icon::before,
.e-small .e-float-input.e-bigger input:first-child ~ .e-clear-icon::before,
.e-bigger .e-float-input.e-control-wrapper.e-small input:first-child ~ .e-clear-icon::before,
.e-bigger .e-float-input.e-small input:first-child ~ .e-clear-icon::before {
  font-size: 12px; }

.e-input:not(:valid):not(.e-control):first-child ~ .e-clear-icon,
.e-input-group input:not(.e-control).e-input:not(:valid):first-child ~ .e-clear-icon,
.e-input-group.e-control-wrapper input.e-input:not(:valid):not(.e-control):first-child ~ .e-clear-icon,
.e-float-input input:not(:valid):not(.e-control):first-child ~ .e-clear-icon,
.e-float-input.e-control-wrapper input:not(:valid):not(.e-control):first-child ~ .e-clear-icon,
.e-float-input.e-input-group input:not(:valid):not(.e-control):first-child ~ .e-clear-icon,
.e-float-input.e-input-group.e-control-wrapper input:not(:valid):not(.e-control):first-child ~ .e-clear-icon {
  display: none; }

.e-input-group .e-clear-icon.e-clear-icon-hide,
.e-input-group.e-control-wrapper .e-clear-icon.e-clear-icon-hide {
  display: none; }

.e-input-group.e-static-clear .e-clear-icon.e-clear-icon-hide,
.e-input-group.e-control-wrapper.e-static-clear .e-clear-icon.e-clear-icon-hide {
  cursor: pointer; }

.e-input-group.e-disabled input.e-input:not(:valid):first-child ~ .e-clear-icon,
.e-input-group.e-control-wrapper.e-disabled input.e-input:not(:valid):first-child ~ .e-clear-icon,
.e-float-input.e-disabled input:not(:valid):first-child ~ .e-clear-icon,
.e-float-input.e-input-group.e-disabled input:not(:valid):first-child ~ .e-clear-icon,
.e-float-input.e-input-group.e-control-wrapper.e-disabled input:not(:valid):first-child ~ .e-clear-icon,
.e-float-input.e-control-wrapper.e-disabled input:not(:valid):first-child ~ .e-clear-icon,
.e-input-group.e-disabled .e-clear-icon.e-clear-icon-hide,
.e-input-group.e-control-wrapper.e-disabled .e-clear-icon.e-clear-icon-hide {
  cursor: not-allowed; }

.e-float-input.e-control-wrapper input[readonly]:first-child ~ .e-clear-icon,
.e-float-input.e-control-wrapper.e-input-group input[readonly]:first-child ~ .e-clear-icon,
.e-float-input input[readonly]:first-child ~ .e-clear-icon,
.e-float-input.e-input-group input[readonly]:first-child ~ .e-clear-icon,
.e-input-group input[readonly]:first-child ~ .e-clear-icon.e-clear-icon-hide,
.e-float-input.e-control-wrapper.e-input-group input[readonly]:first-child ~ .e-clear-icon,
.e-float-input.e-input-group.e-control-wrapper input[readonly]:first-child ~ .e-clear-icon,
.e-input-group.e-control-wrapper input[readonly]:first-child .e-clear-icon.e-clear-icon-hide {
  cursor: auto; }

.e-input-group .e-clear-icon,
.e-input-group.e-control-wrapper .e-clear-icon {
  min-height: 18px;
  min-width: 18px;
  padding-bottom: 4px;
  padding-left: 4px;
  padding-right: 4px;
  padding-top: 4px; }

.e-float-input.e-input-group .e-clear-icon,
.e-float-input.e-input-group.e-control-wrapper .e-clear-icon {
  padding-right: 4px;
  padding-top: 4px; }

.e-input-group.e-bigger .e-clear-icon,
.e-input-group.e-control-wrapper.e-bigger .e-clear-icon,
.e-input-group .e-clear-icon.e-bigger,
.e-input-group.e-control-wrapper .e-clear-icon.e-bigger,
.e-bigger .e-input-group .e-clear-icon,
.e-bigger .e-input-group.e-control-wrapper .e-clear-icon {
  min-height: 20px;
  min-width: 20px;
  padding-bottom: 5px;
  padding-right: 8px;
  padding-top: 6px; }

.e-input-group.e-float-input.e-bigger .e-clear-icon,
.e-input-group.e-float-input .e-clear-icon.e-bigger,
.e-bigger .e-input-group.e-float-input .e-clear-icon,
.e-input-group.e-control-wrapper.e-float-input.e-bigger .e-clear-icon,
.e-input-group.e-control-wrapper.e-float-input .e-clear-icon.e-bigger,
.e-bigger .e-input-group.e-control-wrapper.e-float-input .e-clear-icon {
  padding-right: 8px;
  padding-top: 6px; }

.e-input-group.e-small.e-bigger .e-clear-icon,
.e-input-group.e-small .e-clear-icon.e-bigger,
.e-bigger .e-input-group.e-small .e-clear-icon,
.e-input-group.e-control-wrapper.e-small.e-bigger .e-clear-icon,
.e-input-group.e-control-wrapper.e-small .e-clear-icon.e-bigger,
.e-bigger .e-input-group.e-control-wrapper.e-small .e-clear-icon {
  min-height: 18px;
  min-width: 18px;
  padding-bottom: 4px;
  padding-right: 4px;
  padding-top: 4px; }

.e-input-group.e-float-input.e-small.e-bigger .e-clear-icon,
.e-input-group.e-float-input.e-small .e-clear-icon.e-bigger,
.e-bigger .e-input-group.e-float-input.e-small .e-clear-icon,
.e-input-group.e-control-wrapper.e-float-input.e-small.e-bigger .e-clear-icon,
.e-input-group.e-control-wrapper.e-float-input.e-small .e-clear-icon.e-bigger,
.e-bigger .e-input-group.e-control-wrapper.e-float-input.e-small .e-clear-icon,
.e-input-group.e-float-input.e-control-wrapper.e-small.e-bigger .e-clear-icon,
.e-input-group.e-float-input.e-control-wrapper.e-small .e-clear-icon.e-bigger,
.e-bigger .e-input-group.e-float-input.e-control-wrapper.e-small .e-clear-icon,
.e-input-group.e-control-wrapper.e-float-input.e-small.e-bigger .e-clear-icon,
.e-input-group.e-control-wrapper.e-float-input.e-small .e-clear-icon.e-bigger,
.e-bigger .e-input-group.e-control-wrapper.e-float-input.e-small .e-clear-icon {
  padding-right: 4px;
  padding-top: 4px; }

.e-input-group.e-small .e-clear-icon,
.e-input-group .e-clear-icon.e-small,
.e-small .e-input-group .e-clear-icon,
.e-input-group.e-control-wrapper.e-small .e-clear-icon,
.e-input-group.e-control-wrapper .e-clear-icon.e-small,
.e-small .e-input-group.e-control-wrapper .e-clear-icon {
  min-height: 16px;
  min-width: 16px;
  padding-bottom: 4px;
  padding-right: 4px;
  padding-top: 4px; }

.e-input-group.e-float-input.e-small .e-clear-icon,
.e-input-group.e-float-input .e-clear-icon.e-small,
.e-small .e-input-group.e-float-input .e-clear-icon,
.e-input-group.e-control-wrapper.e-float-input.e-small .e-clear-icon,
.e-input-group.e-control-wrapper.e-float-input .e-clear-icon.e-small,
.e-small .e-input-group.e-control-wrapper.e-float-input .e-clear-icon,
.e-input-group.e-float-input.e-control-wrapper.e-small .e-clear-icon,
.e-input-group.e-float-input.e-control-wrapper .e-clear-icon.e-small,
.e-small .e-input-group.e-float-input.e-control-wrapper .e-clear-icon,
.e-input-group.e-control-wrapper.e-float-input.e-small .e-clear-icon,
.e-input-group.e-control-wrapper.e-float-input .e-clear-icon.e-small,
.e-small .e-input-group.e-control-wrapper.e-float-input .e-clear-icon {
  padding-right: 4px;
  padding-top: 4px; }

.e-input:not(:valid),
.e-input:valid,
.e-float-input.e-control-wrapper input:not(:valid),
.e-float-input.e-control-wrapper input:valid,
.e-float-input input:not(:valid),
.e-float-input input:valid,
.e-input-group input:not(:valid),
.e-input-group input:valid,
.e-input-group.e-control-wrapper input:not(:valid),
.e-input-group.e-control-wrapper input:valid,
.e-float-input.e-control-wrapper textarea:not(:valid),
.e-float-input.e-control-wrapper textarea:valid,
.e-float-input textarea:not(:valid),
.e-float-input textarea:valid,
.e-input-group.e-control-wrapper textarea:not(:valid),
.e-input-group.e-control-wrapper textarea:valid,
.e-input-group textarea:not(:valid),
.e-input-group textarea:valid {
  -webkit-box-shadow: none;
          box-shadow: none; }

.e-input-group .e-input-in-wrap,
.e-input-group.e-control-wrapper .e-input-in-wrap,
.e-float-input .e-input-in-wrap,
.e-float-input.e-control-wrapper .e-input-in-wrap {
  width: 100%; }

.e-float-input .e-input-in-wrap label.e-float-text,
.e-float-input.e-control-wrapper .e-input-in-wrap label.e-float-text {
  right: 0; }

.e-input-group .e-input-in-wrap,
.e-input-group.e-control-wrapper .e-input-in-wrap,
.e-float-input .e-input-in-wrap,
.e-float-input.e-control-wrapper .e-input-in-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  width: 100%; }

.e-float-input.e-float-icon-left .e-input-in-wrap,
.e-float-input.e-control-wrapper.e-float-icon-left .e-input-in-wrap,
.e-input-group.e-float-icon-left .e-input-in-wrap,
.e-input-group.e-control-wrapper.e-float-icon-left .e-input-in-wrap {
  border: 1px solid;
  border-width: 0 0 1px 0;
  margin-left: 16px; }

.e-rtl .e-float-input.e-float-icon-left .e-input-in-wrap, .e-rtl .e-float-input.e-control-wrapper.e-float-icon-left .e-input-in-wrap, .e-rtl .e-input-group.e-float-icon-left .e-input-in-wrap, .e-rtl .e-input-group.e-control-wrapper.e-float-icon-left .e-input-in-wrap .e-float-input.e-control-wrapper.e-float-icon-left.e-rtl .e-input-in-wrap, .e-float-input.e-float-icon-left.e-rtl .e-input-in-wrap, .e-input-group.e-float-icon-left.e-rtl .e-input-in-wrap, .e-input-group.e-control-wrapper.e-float-icon-left.e-rtl .e-input-in-wrap {
  margin-left: 0;
  margin-right: 16px; }

.e-float-input input.e-input,
.e-float-input.e-bigger .e-input,
.e-bigger .e-float-input .e-input,
.e-float-input.e-control-wrapper input.e-input,
.e-float-input.e-control-wrapper.e-bigger .e-input,
.e-bigger .e-float-input.e-control-wrapper .e-input {
  margin-bottom: 0; }

.e-float-input label.e-float-text.e-label-bottom,
.e-float-input:not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom,
.e-float-input.e-control-wrapper label.e-float-text.e-label-bottom,
.e-float-input.e-control-wrapper:not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom {
  -webkit-transform: translate3d(0, 16px, 0) scale(1);
          transform: translate3d(0, 16px, 0) scale(1); }

.e-float-input textarea:focus ~ label.e-float-text,
.e-float-input textarea:valid ~ label.e-float-text,
.e-float-input textarea ~ label.e-label-top.e-float-text,
.e-float-input textarea[readonly] ~ label.e-label-top.e-float-text,
.e-float-input textarea[disabled] ~ label.e-label-top.e-float-text,
.e-float-input textarea label.e-float-text.e-label-top,
.e-float-input.e-control-wrapper textarea:focus ~ label.e-float-text,
.e-float-input.e-control-wrapper textarea:valid ~ label.e-float-text,
.e-float-input.e-control-wrapper textarea ~ label.e-label-top.e-float-text,
.e-float-input.e-control-wrapper textarea[readonly] ~ label.e-label-top.e-float-text,
.e-float-input.e-control-wrapper textarea[disabled] ~ label.e-label-top.e-float-text,
.e-float-input.e-control-wrapper textarea label.e-float-text.e-label-top {
  font-size: 13px;
  top: -22px;
  -webkit-transform: translate3d(0, 6px, 0) scale(0.92);
          transform: translate3d(0, 6px, 0) scale(0.92); }

.e-float-input.e-bigger textarea:focus ~ label.e-float-text,
.e-float-input.e-bigger textarea:valid ~ label.e-float-text,
.e-float-input.e-bigger textarea ~ label.e-label-top.e-float-text,
.e-bigger .e-float-input textarea:focus ~ label.e-float-text,
.e-bigger .e-float-input textarea:valid ~ label.e-float-text,
.e-bigger .e-float-input textarea ~ label.e-label-top.e-float-text,
.e-float-input.e-control-wrapper.e-bigger textarea:focus ~ label.e-float-text,
.e-float-input.e-control-wrapper.e-bigger textarea:valid ~ label.e-float-text,
.e-float-input.e-control-wrapper.e-bigger textarea ~ label.e-label-top.e-float-text,
.e-bigger .e-float-input.e-control-wrapper textarea:focus ~ label.e-float-text,
.e-bigger .e-float-input.e-control-wrapper textarea:valid ~ label.e-float-text,
.e-bigger .e-float-input.e-control-wrapper textarea ~ label.e-label-top.e-float-text {
  font-size: 14px;
  top: -20px; }

.e-float-input.e-small textarea:focus ~ label.e-float-text,
.e-float-input.e-small textarea:valid ~ label.e-float-text,
.e-float-input.e-small textarea ~ label.e-label-top.e-float-text,
.e-small .e-float-input textarea ~ label.e-label-top.e-float-text,
.e-float-input.e-control-wrapper.e-small textarea:focus ~ label.e-float-text,
.e-float-input.e-control-wrapper.e-small textarea:valid ~ label.e-float-text,
.e-float-input.e-control-wrapper.e-small textarea ~ label.e-label-top.e-float-text,
.e-small .e-float-input.e-control-wrapper textarea ~ label.e-label-top.e-float-text {
  font-size: 12px;
  top: -21px; }

.e-float-input.e-small.e-bigger textarea:focus ~ label.e-float-text,
.e-float-input.e-small.e-bigger textarea:valid ~ label.e-float-text,
.e-float-input.e-small.e-bigger textarea ~ label.e-label-top.e-float-text,
.e-bigger .e-float-input.e-small textarea:focus ~ label.e-float-text,
.e-bigger .e-float-input.e-small textarea:valid ~ label.e-float-text,
.e-bigger .e-float-input.e-small textarea ~ label.e-label-top.e-float-text,
.e-float-input.e-control-wrapper.e-small.e-bigger textarea:focus ~ label.e-float-text,
.e-float-input.e-control-wrapper.e-small.e-bigger textarea:valid ~ label.e-float-text,
.e-float-input.e-control-wrapper.e-small.e-bigger textarea ~ label.e-label-top.e-float-text,
.e-bigger .e-float-input.e-control-wrapper.e-small textarea:focus ~ label.e-float-text,
.e-bigger .e-float-input.e-control-wrapper.e-small textarea:valid ~ label.e-float-text,
.e-bigger .e-float-input.e-control-wrapper.e-small textarea ~ label.e-label-top.e-float-text {
  font-size: 13px;
  top: -20px; }

.e-float-input textarea ~ .e-float-text,
.e-float-input.e-control-wrapper textarea ~ .e-float-text {
  top: -11px; }

.e-float-input.e-small textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom,
.e-small .e-float-input textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom,
.e-float-input.e-control-wrapper.e-small textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom,
.e-small .e-float-input.e-control-wrapper textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom {
  font-size: 12px;
  top: -11px; }

.e-float-input.e-bigger textarea ~ label.e-float-text,
.e-float-input textarea ~ label.e-float-text.e-bigger,
.e-float-input textarea.e-bigger ~ label.e-float-text,
.e-bigger .e-float-input textarea ~ label.e-float-text,
.e-float-input.e-bigger textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom,
.e-bigger .e-float-input textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom,
.e-float-input.e-control-wrapper.e-bigger textarea ~ label.e-float-text,
.e-float-input.e-control-wrapper textarea ~ label.e-float-text.e-bigger,
.e-float-input.e-control-wrapper textarea.e-bigger ~ label.e-float-text,
.e-bigger .e-float-input.e-control-wrapper textarea ~ label.e-float-text,
.e-float-input.e-control-wrapper.e-bigger textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom,
.e-bigger .e-float-input.e-control-wrapper textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom {
  font-size: 14px;
  top: -8px; }

.e-float-input.e-small textarea ~ label.e-float-text,
.e-float-input textarea ~ label.e-float-text.e-small,
.e-float-input textarea.e-small ~ label.e-float-text,
.e-small .e-float-input textarea ~ label.e-float-text,
.e-float-input.e-control-wrapper.e-small textarea ~ label.e-float-text,
.e-float-input.e-control-wrapper textarea ~ label.e-float-text.e-small,
.e-float-input.e-control-wrapper textarea.e-small ~ label.e-float-text,
.e-small .e-float-input.e-control-wrapper textarea ~ label.e-float-text {
  font-size: 12px;
  top: -11px; }

.e-input-group.e-bigger:not(.e-float-input) .e-input,
.e-bigger .e-input-group:not(.e-float-input) .e-input,
.e-input-group.e-control-wrapper.e-bigger:not(.e-float-input) .e-input,
.e-bigger .e-input-group.e-control-wrapper:not(.e-float-input) .e-input,
.e-float-input.e-bigger input,
.e-bigger .e-float-input input,
.e-float-input.e-input-group.e-bigger input,
.e-bigger .e-float-input.e-input-group input,
.e-float-input.e-input-group.e-control-wrapper.e-bigger input,
.e-bigger .e-float-input.e-input-group.e-control-wrapper input,
.e-float-input.e-control-wrapper.e-bigger input,
.e-bigger .e-float-input.e-control-wrapper input,
.e-float-input.e-control-wrapper.e-input-group.e-bigger input,
.e-bigger .e-float-input.e-control-wrapper.e-input-group input,
.e-float-input.e-control-wrapper.e-input-group.e-bigger input,
.e-bigger .e-float-input.e-control-wrapper.e-input-group input {
  min-height: 27px; }

.e-input-group.e-small:not(.e-float-input) .e-input,
.e-small .e-input-group:not(.e-float-input) .e-input,
.e-input-group.e-control-wrapper.e-small:not(.e-float-input) .e-input,
.e-small .e-input-group.e-control-wrapper:not(.e-float-input) .e-input,
.e-float-input.e-small input,
.e-small .e-float-input input,
.e-float-input.e-input-group.e-small input,
.e-small .e-float-input.e-input-group input,
.e-float-input.e-input-group.e-control-wrapper.e-small input,
.e-small .e-float-input.e-input-group.e-control-wrapper input,
.e-float-input.e-control-wrapper.e-small input,
.e-small .e-float-input.e-control-wrapper input,
.e-float-input.e-control-wrapper.e-input-group.e-small input,
.e-small .e-float-input.e-control-wrapper.e-input-group input,
.e-float-input.e-control-wrapper.e-input-group.e-small input,
.e-small .e-float-input.e-control-wrapper.e-input-group input {
  min-height: 18px; }

.e-input-group.e-bigger.e-small:not(.e-float-input) .e-input, .e-bigger .e-input-group.e-small:not(.e-float-input) .e-input .e-small .e-input-group.e-bigger:not(.e-float-input) .e-input, .e-input-group.e-control-wrapper.e-bigger.e-small:not(.e-float-input) .e-input, .e-bigger .e-input-group.e-control-wrapper.e-small:not(.e-float-input) .e-input .e-small .e-input-group.e-control-wrapper.e-bigger:not(.e-float-input) .e-input, .e-float-input.e-bigger.e-small input, .e-bigger .e-float-input.e-small input, .e-small .e-float-input.e-bigger input, .e-float-input.e-input-group.e-bigger.e-small input, .e-bigger .e-float-input.e-input-group.e-small input, .e-small .e-float-input.e-input-group.e-bigger input, .e-float-input.e-input-group.e-control-wrapper.e-bigger.e-small input, .e-bigger .e-float-input.e-input-group.e-control-wrapper.e-small input, .e-small .e-float-input.e-input-group.e-control-wrapper.e-bigger input, .e-float-input.e-control-wrapper.e-bigger.e-small input, .e-bigger .e-float-input.e-control-wrapper.e-small input, .e-small .e-float-input.e-control-wrapper.e-bigger input, .e-float-input.e-control-wrapper.e-input-group.e-bigger.e-small input, .e-bigger .e-float-input.e-control-wrapper.e-input-group.e-small input, .e-small .e-float-input.e-control-wrapper.e-input-group.e-bigger input {
  min-height: 22px; }

.e-input-group input.e-input,
.e-float-input.e-input-group input,
.e-input-group.e-control-wrapper input.e-input,
.e-float-input.e-input-group.e-control-wrapper input,
.e-float-input input,
.e-float-input.e-control-wrapper input {
  min-height: 22px; }

.e-input-group:hover:not(.e-disabled):not(.e-float-icon-left),
.e-input-group.e-control-wrapper:hover:not(.e-disabled):not(.e-float-icon-left),
.e-float-input:hover:not(.e-disabled):not(.e-float-icon-left),
.e-float-input:hover:not(.e-input-group):not(.e-disabled) input:not([disabled]),
.e-float-input:hover:not(.e-input-group):not(.e-disabled) textarea:not([disabled]),
.e-float-input:hover:not(.e-input-group):not(.e-disabled) input:not([disabled]),
.e-float-input:hover:not(.e-input-group):not(.e-disabled) textarea:not([disabled]),
.e-float-input.e-control-wrapper:hover:not(.e-disabled):not(.e-float-icon-left),
.e-float-input.e-control-wrapper:hover:not(.e-input-group):not(.e-disabled) input:not([disabled]),
.e-float-input.e-control-wrapper:hover:not(.e-input-group):not(.e-disabled) textarea:not([disabled]),
.e-float-input.e-control-wrapper:hover:not(.e-input-group):not(.e-disabled) input:not([disabled]),
.e-float-input.e-control-wrapper:hover:not(.e-input-group):not(.e-disabled) textarea:not([disabled]) {
  border-bottom-width: 1px; }

.e-input-group.e-float-icon-left:not(.e-disabled):not(.e-input-focus) .e-input-in-wrap:hover,
.e-input-group.e-control-wrapper.e-float-icon-left:not(.e-disabled):not(.e-input-focus) .e-input-in-wrap:hover,
.e-float-input.e-float-icon-left:not(.e-disabled):not(.e-input-focus) .e-input-in-wrap:hover,
.e-float-input.e-control-wrapper.e-float-icon-left:not(.e-disabled):not(.e-input-focus) .e-input-in-wrap:hover {
  border-bottom-width: 1px; }

.e-input-group:not(.e-disabled):not(.e-float-icon-left)::before,
.e-input-group:not(.e-disabled):not(.e-float-icon-left)::after,
.e-input-group.e-float-icon-left:not(.e-disabled) .e-input-in-wrap::before,
.e-input-group.e-float-icon-left:not(.e-disabled) .e-input-in-wrap::after,
.e-input-group.e-control-wrapper:not(.e-disabled):not(.e-float-icon-left)::before,
.e-input-group.e-control-wrapper:not(.e-disabled):not(.e-float-icon-left)::after,
.e-input-group.e-control-wrapper.e-float-icon-left:not(.e-disabled) .e-input-in-wrap::before,
.e-input-group.e-control-wrapper.e-float-icon-left:not(.e-disabled) .e-input-in-wrap::after {
  bottom: -2px; }

.e-input-group.e-input-focus:not(.e-float-icon-left):not(.e-success):not(.e-warning):not(.e-error),
.e-input-group.e-control-wrapper.e-input-focus:not(.e-float-icon-left):not(.e-success):not(.e-warning):not(.e-error),
.e-float-input.e-input-group.e-input-focus:not(.e-float-icon-left):not(.e-success):not(.e-warning):not(.e-error),
.e-float-input.e-input-group.e-input-focus:not(.e-float-icon-left).e-success:not(.e-warning):not(.e-error),
.e-float-input.e-input-group.e-input-focus:not(.e-float-icon-left):not(.e-success).e-warning:not(.e-error),
.e-float-input.e-input-group.e-input-focus:not(.e-float-icon-left):not(.e-success):not(.e-warning).e-error,
.e-float-input.e-control-wrapper.e-input-group.e-input-focus:not(.e-float-icon-left):not(.e-success):not(.e-warning):not(.e-error),
.e-float-input.e-control-wrapper.e-input-group.e-input-focus:not(.e-float-icon-left).e-success:not(.e-warning):not(.e-error),
.e-float-input.e-control-wrapper.e-input-group.e-input-focus:not(.e-float-icon-left):not(.e-success).e-warning:not(.e-error),
.e-float-input.e-control-wrapper.e-input-group.e-input-focus:not(.e-float-icon-left):not(.e-success):not(.e-warning).e-error,
.e-float-input.e-control-wrapper.e-input-focus:not(.e-input-group):not(.e-float-icon-left):not(.e-disabled):not(.e-success):not(.e-warning):not(.e-error) input,
.e-float-input.e-control-wrapper.e-input-focus:not(.e-input-group):not(.e-float-icon-left):not(.e-disabled).e-success:not(.e-warning):not(.e-error) input,
.e-float-input.e-control-wrapper.e-input-focus:not(.e-input-group):not(.e-float-icon-left):not(.e-disabled):not(.e-success).e-warning:not(.e-error) input,
.e-float-input.e-control-wrapper.e-input-focus:not(.e-input-group):not(.e-float-icon-left):not(.e-disabled):not(.e-success):not(.e-warning).e-error input,
.e-float-input.e-control-wrapper.e-input-focus:not(.e-input-group):not(.e-float-icon-left):not(.e-disabled):not(.e-success):not(.e-warning):not(.e-error) textarea,
.e-float-input.e-control-wrapper.e-input-focus:not(.e-input-group):not(.e-float-icon-left):not(.e-disabled).e-success:not(.e-warning):not(.e-error) textarea,
.e-float-input.e-control-wrapper.e-input-focus:not(.e-input-group):not(.e-float-icon-left):not(.e-disabled):not(.e-success).e-warning:not(.e-error) textarea,
.e-float-input.e-control-wrapper.e-input-focus:not(.e-input-group):not(.e-float-icon-left):not(.e-disabled):not(.e-success):not(.e-warning).e-error textarea,
.e-float-input.e-input-focus:not(.e-input-group):not(.e-float-icon-left):not(.e-disabled):not(.e-success):not(.e-warning):not(.e-error) input,
.e-float-input.e-input-focus:not(.e-input-group):not(.e-float-icon-left):not(.e-disabled).e-success:not(.e-warning):not(.e-error) input,
.e-float-input.e-input-focus:not(.e-input-group):not(.e-float-icon-left):not(.e-disabled):not(.e-success).e-warning:not(.e-error) input,
.e-float-input.e-input-focus:not(.e-input-group):not(.e-float-icon-left):not(.e-disabled):not(.e-success):not(.e-warning).e-error input,
.e-float-input.e-input-focus:not(.e-input-group):not(.e-float-icon-left):not(.e-disabled):not(.e-success):not(.e-warning):not(.e-error) textarea,
.e-float-input.e-input-focus:not(.e-input-group):not(.e-float-icon-left):not(.e-disabled).e-success:not(.e-warning):not(.e-error) textarea,
.e-float-input.e-input-focus:not(.e-input-group):not(.e-float-icon-left):not(.e-disabled):not(.e-success).e-warning:not(.e-error) textarea,
.e-float-input.e-input-focus:not(.e-input-group):not(.e-float-icon-left):not(.e-disabled):not(.e-success):not(.e-warning).e-error textarea,
.e-input-group.e-input-focus:not(.e-float-icon-left).e-success:not(.e-warning):not(.e-error),
.e-input-group.e-input-focus:not(.e-float-icon-left).e-warning:not(.e-success):not(.e-error),
.e-input-group.e-control-wrapper.e-input-focus:not(.e-float-icon-left).e-success:not(.e-warning):not(.e-error),
.e-input-group.e-control-wrapper.e-input-focus:not(.e-float-icon-left).e-warning:not(.e-success):not(.e-error),
.e-input-group.e-input-focus:not(.e-float-icon-left).e-error:not(.e-success):not(.e-warning),
.e-input-group.e-float-icon-left.e-input-focus:not(.e-success):not(.e-warning):not(.e-error) .e-input-in-wrap,
.e-input-group.e-float-icon-left.e-input-focus.e-success:not(.e-warning):not(.e-error) .e-input-in-wrap,
.e-input-group.e-float-icon-left.e-input-focus.e-warning:not(.e-success):not(.e-error) .e-input-in-wrap,
.e-input-group.e-float-icon-left.e-input-focus.e-error:not(.e-success):not(.e-warning) .e-input-in-wrap {
  border-style: solid;
  border-width: 0 0 1px; }

.e-float-input:not(.e-outline) input:-webkit-autofill ~ label.e-float-text,
.e-float-input.e-control-wrapper.e-autofill:not(.e-outline) input:-webkit-autofill ~ label.e-float-text,
.e-float-input.e-control-wrapper.e-autofill:not(.e-input-focus):not(.e-outline) input:not(:focus):valid:-webkit-autofill ~ label.e-float-text.e-label-bottom {
  font-size: 13px;
  top: -9px;
  -webkit-transform: translate3d(0, -6px, 0) scale(0.92);
          transform: translate3d(0, -6px, 0) scale(0.92);
  -webkit-user-select: text;
          user-select: text; }

.e-bigger .e-float-input:not(.e-outline) input:-webkit-autofill ~ label.e-float-text,
.e-bigger.e-float-input:not(.e-outline) input:-webkit-autofill ~ label.e-float-text,
.e-bigger .e-float-input.e-control-wrapper.e-autofill:not(.e-outline) input:-webkit-autofill ~ label.e-float-text,
.e-bigger.e-float-input.e-control-wrapper.e-autofill:not(.e-outline) input:-webkit-autofill ~ label.e-float-text,
.e-bigger .e-float-input.e-control-wrapper.e-autofill:not(.e-input-focus):not(.e-outline) input:not(:focus):valid:-webkit-autofill ~ label.e-float-text.e-label-bottom,
.e-bigger.e-float-input.e-control-wrapper.e-autofill:not(.e-input-focus):not(.e-outline) input:not(:focus):valid:-webkit-autofill ~ label.e-float-text.e-label-bottom {
  font-size: 14px;
  top: -8px;
  -webkit-transform: translate3d(0, -6px, 0) scale(0.86);
          transform: translate3d(0, -6px, 0) scale(0.86);
  -webkit-user-select: text;
          user-select: text; }

.e-small .e-float-input:not(.e-outline) input:-webkit-autofill ~ label.e-float-text,
.e-small.e-float-input:not(.e-outline) input:-webkit-autofill ~ label.e-float-text,
.e-small .e-float-input.e-control-wrapper.e-autofill:not(.e-outline) input:-webkit-autofill ~ label.e-float-text,
.e-small.e-float-input.e-control-wrapper.e-autofill:not(.e-outline) input:-webkit-autofill ~ label.e-float-text,
.e-small .e-float-input.e-control-wrapper.e-autofill:not(.e-input-focus):not(.e-outline) input:not(:focus):valid:-webkit-autofill ~ label.e-float-text.e-label-bottom,
.e-small.e-float-input.e-control-wrapper.e-autofill:not(.e-input-focus):not(.e-outline) input:not(:focus):valid:-webkit-autofill ~ label.e-float-text.e-label-bottom {
  font-size: 12px;
  top: -8px;
  -webkit-transform: translate3d(0, -6px, 0) scale(0.92);
          transform: translate3d(0, -6px, 0) scale(0.92);
  -webkit-user-select: text;
          user-select: text; }

.e-bigger .e-float-input.e-small:not(.e-outline) input:-webkit-autofill ~ label.e-float-text,
.e-bigger.e-small .e-float-input:not(.e-outline) input:-webkit-autofill ~ label.e-float-text,
.e-float-input.e-bigger.e-small:not(.e-outline) input:-webkit-autofill ~ label.e-float-text,
.e-bigger .e-float-input.e-small.e-control-wrapper.e-autofill:not(.e-outline) input:-webkit-autofill ~ label.e-float-text,
.e-bigger.e-small .e-float-input.e-control-wrapper.e-autofill:not(.e-outline) input:-webkit-autofill ~ label.e-float-text,
.e-float-input.e-bigger.e-small.e-control-wrapper.e-autofill:not(.e-outline) input:-webkit-autofill ~ label.e-float-text,
.e-small.e-bigger .e-float-input.e-control-wrapper.e-autofill:not(.e-input-focus):not(.e-outline) input:not(:focus):valid:-webkit-autofill ~ label.e-float-text.e-label-bottom,
.e-small.e-bigger.e-float-input.e-control-wrapper.e-autofill:not(.e-input-focus):not(.e-outline) input:not(:focus):valid:-webkit-autofill ~ label.e-float-text.e-label-bottom,
.e-bigger .e-small.e-float-input.e-control-wrapper.e-autofill:not(.e-input-focus):not(.e-outline) input:not(:focus):valid:-webkit-autofill ~ label.e-float-text.e-label-bottom,
.e-small .e-bigger.e-float-input.e-control-wrapper.e-autofill:not(.e-input-focus):not(.e-outline) input:not(:focus):valid:-webkit-autofill ~ label.e-float-text.e-label-bottom {
  font-size: 13px;
  top: -10px;
  -webkit-transform: translate3d(0, -6px, 0) scale(0.92);
          transform: translate3d(0, -6px, 0) scale(0.92);
  -webkit-user-select: text;
          user-select: text; }

.e-bigger .e-float-input.e-small textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom,
.e-small .e-float-input.e-bigger textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom,
.e-float-input.e-bigger.e-small textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom,
.e-bigger.e-small .e-float-input textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom,
.e-float-input.e-bigger.e-small textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom,
.e-bigger .e-float-input.e-control-wrapper.e-small textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom,
.e-small .e-float-input.e-control-wrapper.e-bigger textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom,
.e-float-input.e-control-wrapper.e-bigger.e-small textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom,
.e-bigger.e-small .e-float-input.e-control-wrapper textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom,
.e-float-input.e-control-wrapper.e-bigger.e-small textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom {
  font-size: 13px;
  top: -10px;
  font-style: normal; }

.e-float-input.e-bigger.e-small textarea:focus ~ label.e-float-text,
.e-float-input.e-bigger.e-small textarea:valid ~ label.e-float-text,
.e-float-input.e-bigger.e-small textarea ~ label.e-label-top.e-float-text,
.e-float-input.e-bigger.e-small textarea[readonly] ~ label.e-label-top.e-float-text,
.e-float-input.e-bigger.e-small textarea[disabled] ~ label.e-label-top.e-float-text,
.e-float-input.e-bigger.e-small textarea label.e-float-text.e-label-top,
.e-bigger .e-float-input.e-small textarea:focus ~ label.e-float-text,
.e-bigger .e-float-input.e-small textarea:valid ~ label.e-float-text,
.e-bigger .e-float-input.e-small textarea ~ label.e-label-top.e-float-text,
.e-bigger .e-float-input.e-small textarea[readonly] ~ label.e-label-top.e-float-text,
.e-bigger .e-float-input.e-small textarea[disabled] ~ label.e-label-top.e-float-text,
.e-bigger .e-float-input.e-small textarea label.e-float-text.e-label-top,
.e-small .e-float-input.e-bigger textarea:focus ~ label.e-float-text,
.e-small .e-float-input.e-bigger textarea:valid ~ label.e-float-text,
.e-small .e-float-input.e-bigger textarea ~ label.e-label-top.e-float-text,
.e-small .e-float-input.e-bigger textarea[readonly] ~ label.e-label-top.e-float-text,
.e-small .e-float-input.e-bigger textarea[disabled] ~ label.e-label-top.e-float-text,
.e-small .e-float-input.e-bigger textarea label.e-float-text.e-label-top,
.e-float-input.e-control-wrapper.e-bigger.e-small textarea:focus ~ label.e-float-text,
.e-float-input.e-control-wrapper.e-bigger.e-small textarea:valid ~ label.e-float-text,
.e-float-input.e-control-wrapper.e-bigger.e-small textarea ~ label.e-label-top.e-float-text,
.e-float-input.e-control-wrapper.e-bigger.e-small textarea[readonly] ~ label.e-label-top.e-float-text,
.e-float-input.e-control-wrapper.e-bigger.e-small textarea[disabled] ~ label.e-label-top.e-float-text,
.e-float-input.e-control-wrapper.e-bigger.e-small textarea label.e-float-text.e-label-top,
.e-bigger .e-float-input.e-control-wrapper.e-small textarea:focus ~ label.e-float-text,
.e-bigger .e-float-input.e-control-wrapper.e-small textarea:valid ~ label.e-float-text,
.e-bigger .e-float-input.e-control-wrapper.e-small textarea ~ label.e-label-top.e-float-text,
.e-bigger .e-float-input.e-control-wrapper.e-small textarea[readonly] ~ label.e-label-top.e-float-text,
.e-bigger .e-float-input.e-control-wrapper.e-small textarea[disabled] ~ label.e-label-top.e-float-text,
.e-bigger .e-float-input.e-control-wrapper.e-small textarea label.e-float-text.e-label-top,
.e-small .e-float-input.e-control-wrapper.e-bigger textarea:focus ~ label.e-float-text,
.e-small .e-float-input.e-control-wrapper.e-bigger textarea:valid ~ label.e-float-text,
.e-small .e-float-input.e-control-wrapper.e-bigger textarea ~ label.e-label-top.e-float-text,
.e-small .e-float-input.e-control-wrapper.e-bigger textarea[readonly] ~ label.e-label-top.e-float-text,
.e-small .e-float-input.e-control-wrapper.e-bigger textarea[disabled] ~ label.e-label-top.e-float-text,
.e-small .e-float-input.e-control-wrapper.e-bigger textarea label.e-float-text.e-label-top {
  -webkit-transform: translate3d(0, 6px, 0) scale(0.92);
          transform: translate3d(0, 6px, 0) scale(0.92); }

.e-float-input textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom,
.e-float-input.e-control-wrapper textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom {
  -webkit-transform: translate3d(0, 16px, 0) scale(1);
          transform: translate3d(0, 16px, 0) scale(1); }

.e-float-input textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom,
.e-float-input.e-control-wrapper textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom {
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  left: 0;
  overflow: hidden;
  padding-left: 0;
  pointer-events: none;
  position: absolute;
  text-overflow: ellipsis;
  top: -11px;
  -webkit-transform: translate3d(0, 16px, 0) scale(1);
          transform: translate3d(0, 16px, 0) scale(1);
  -webkit-transform-origin: left top;
          transform-origin: left top;
  -webkit-transition: 0.25s cubic-bezier(0.25, 0.8, 0.25, 1);
  transition: 0.25s cubic-bezier(0.25, 0.8, 0.25, 1);
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  white-space: nowrap;
  width: 100%; }

textarea.e-input::-webkit-textarea-placeholder,
textarea.e-input:-moz-placeholder,
textarea.e-input:-ms-textarea-placeholder,
textarea.e-input::-moz-placeholder {
  font-size: 13px;
  font-style: normal; }

.e-small textarea.e-input::-webkit-textarea-placeholder,
textarea.e-small.e-input::-webkit-textarea-placeholder,
.e-small textarea.e-input:-moz-placeholder,
textarea.e-small.e-input:-moz-placeholder,
.e-small textarea.e-input:-ms-input-placeholder,
textarea.e-small.e-input:-ms-input-placeholder,
.e-small textarea.e-input::-moz-placeholder,
textarea.e-small.e-input::-moz-placeholder {
  font-size: 12px;
  font-style: normal; }

.e-bigger textarea.e-small.e-input::-webkit-textarea-placeholder,
.e-small textarea.e-bigger.e-input::-webkit-textarea-placeholder,
.e-bigger textarea.e-small.e-input:-moz-placeholder,
.e-small textarea.e-bigger.e-input:-moz-placeholder,
.e-bigger textarea.e-small.e-input:-ms-input-placeholder,
.e-small textarea.e-bigger.e-input:-ms-input-placeholder,
.e-bigger textarea.e-small.e-input::-moz-placeholder,
.e-small textarea.e-bigger.e-input::-moz-placeholder {
  font-size: 13px;
  font-style: normal; }

.e-bigger textarea.e-input::-webkit-textarea-placeholder,
textarea.e-bigger.e-input::-webkit-textarea-placeholder,
.e-bigger textarea.e-input:-moz-placeholder,
textarea.e-bigger.e-input:-moz-placeholder,
.e-bigger textarea.e-input:-ms-textarea-placeholder,
textarea.e-bigger.e-input:-ms-textarea-placeholder,
.e-bigger textarea.e-input::-moz-placeholder,
textarea.e-bigger.e-input::-moz-placeholder {
  font-size: 14px;
  font-style: normal; }

.e-float-input textarea:-webkit-autofill ~ label.e-float-text,
.e-float-input.e-control-wrapper.e-autofill textarea:-webkit-autofill ~ label.e-float-text,
.e-float-input.e-control-wrapper.e-autofill textarea:not(:focus):valid:-webkit-autofill ~ label.e-float-text.e-label-bottom {
  font-size: 13px;
  top: -9px;
  -webkit-transform: translate3d(0, -6px, 0) scale(0.92);
          transform: translate3d(0, -6px, 0) scale(0.92);
  -webkit-user-select: text;
          user-select: text; }

.e-small .e-float-input textarea:-webkit-autofill ~ label.e-float-text,
.e-small.e-float-input textarea:-webkit-autofill ~ label.e-float-text,
.e-small .e-float-input.e-control-wrapper.e-autofill textarea:-webkit-autofill ~ label.e-float-text,
.e-small.e-float-input.e-control-wrapper.e-autofill textarea:-webkit-autofill ~ label.e-float-text,
.e-small .e-float-input.e-control-wrapper.e-autofill textarea:not(:focus):valid:-webkit-autofill ~ label.e-float-text.e-label-bottom,
.e-small.e-float-input.e-control-wrapper.e-autofill textarea:not(:focus):valid:-webkit-autofill ~ label.e-float-text.e-label-bottom {
  font-size: 12px;
  top: -8px;
  -webkit-transform: translate3d(0, -6px, 0) scale(0.92);
          transform: translate3d(0, -6px, 0) scale(0.92);
  -webkit-user-select: text;
          user-select: text; }

.e-bigger .e-float-input.e-small textarea:-webkit-autofill ~ label.e-float-text,
.e-bigger.e-small .e-float-input textarea:-webkit-autofill ~ label.e-float-text,
.e-float-input.e-bigger.e-small textarea:-webkit-autofill ~ label.e-float-text,
.e-bigger .e-float-input.e-small.e-control-wrapper.e-autofill textarea:-webkit-autofill ~ label.e-float-text,
.e-bigger.e-small .e-float-input.e-control-wrapper.e-autofill textarea:-webkit-autofill ~ label.e-float-text,
.e-float-input.e-bigger.e-small.e-control-wrapper.e-autofill textarea:-webkit-autofill ~ label.e-float-text,
.e-small.e-bigger .e-float-input.e-control-wrapper.e-autofill textarea:not(:focus):valid:-webkit-autofill ~ label.e-float-text.e-label-bottom,
.e-small.e-bigger.e-float-input.e-control-wrapper.e-autofill textarea:not(:focus):valid:-webkit-autofill ~ label.e-float-text.e-label-bottom,
.e-bigger .e-small.e-float-input.e-control-wrapper.e-autofill textarea:not(:focus):valid:-webkit-autofill ~ label.e-float-text.e-label-bottom,
.e-small .e-bigger.e-float-input.e-control-wrapper.e-autofill textarea:not(:focus):valid:-webkit-autofill ~ label.e-float-text.e-label-bottom {
  font-size: 13px;
  top: -10px;
  -webkit-transform: translate3d(0, -6px, 0) scale(0.92);
          transform: translate3d(0, -6px, 0) scale(0.92);
  -webkit-user-select: text;
          user-select: text; }

.e-bigger .e-float-input textarea:-webkit-autofill ~ label.e-float-text,
.e-bigger.e-float-input textarea:-webkit-autofill ~ label.e-float-text,
.e-bigger .e-float-input.e-control-wrapper.e-autofill textarea:-webkit-autofill ~ label.e-float-text,
.e-bigger.e-float-input.e-control-wrapper.e-autofill textarea:-webkit-autofill ~ label.e-float-text,
.e-bigger .e-float-input.e-control-wrapper.e-autofill textarea:not(:focus):valid:-webkit-autofill ~ label.e-float-text.e-label-bottom,
.e-bigger.e-float-input.e-control-wrapper.e-autofill textarea:not(:focus):valid:-webkit-autofill ~ label.e-float-text.e-label-bottom {
  font-size: 14px;
  top: -8px;
  -webkit-transform: translate3d(0, -6px, 0) scale(0.86);
          transform: translate3d(0, -6px, 0) scale(0.86);
  -webkit-user-select: text;
          user-select: text; }

.e-float-input.e-bigger textarea:focus ~ label.e-float-text,
.e-float-input.e-bigger textarea:valid ~ label.e-float-text,
.e-float-input.e-bigger textarea ~ label.e-label-top.e-float-text,
.e-float-input.e-bigger textarea[readonly] ~ label.e-label-top.e-float-text,
.e-float-input.e-bigger textarea[disabled] ~ label.e-label-top.e-float-text,
.e-float-input.e-bigger textarea label.e-float-text.e-label-top,
.e-bigger .e-float-input textarea:focus ~ label.e-float-text,
.e-bigger .e-float-input textarea:valid ~ label.e-float-text,
.e-bigger .e-float-input textarea ~ label.e-label-top.e-float-text,
.e-bigger .e-float-input textarea[readonly] ~ label.e-label-top.e-float-text,
.e-bigger .e-float-input textarea[disabled] ~ label.e-label-top.e-float-text,
.e-bigger .e-float-input textarea label.e-float-text.e-label-top,
.e-float-input.e-control-wrapper.e-bigger textarea:focus ~ label.e-float-text,
.e-float-input.e-control-wrapper.e-bigger textarea:valid ~ label.e-float-text,
.e-float-input.e-control-wrapper.e-bigger textarea ~ label.e-label-top.e-float-text,
.e-float-input.e-control-wrapper.e-bigger textarea[readonly] ~ label.e-label-top.e-float-text,
.e-float-input.e-control-wrapper.e-bigger textarea[disabled] ~ label.e-label-top.e-float-text,
.e-float-input.e-control-wrapper.e-bigger textarea label.e-float-text.e-label-top,
.e-bigger .e-float-input.e-control-wrapper textarea:focus ~ label.e-float-text,
.e-bigger .e-float-input.e-control-wrapper textarea:valid ~ label.e-float-text,
.e-bigger .e-float-input.e-control-wrapper textarea ~ label.e-label-top.e-float-text,
.e-bigger .e-float-input.e-control-wrapper textarea[readonly] ~ label.e-label-top.e-float-text,
.e-bigger .e-float-input.e-control-wrapper textarea[disabled] ~ label.e-label-top.e-float-text,
.e-bigger .e-float-input.e-control-wrapper textarea label.e-float-text.e-label-top {
  -webkit-transform: translate3d(0, 6px, 0) scale(0.86);
          transform: translate3d(0, 6px, 0) scale(0.86); }

.e-float-input textarea[disabled],
.e-float-input textarea.e-disabled,
.e-float-input.e-disabled textarea,
.e-float-input.e-control-wrapper textarea[disabled],
.e-float-input.e-control-wrapper textarea.e-disabled,
.e-float-input.e-control-wrapper.e-disabled textarea {
  filter: alpha(opacity=100);
  opacity: 1; }

.e-float-input textarea[disabled],
.e-float-input textarea.e-disabled,
.e-float-input.e-control-wrapper textarea[disabled],
.e-float-input.e-control-wrapper textarea.e-disabled {
  background: transparent;
  background-image: none;
  cursor: not-allowed; }

textarea.e-input,
.e-input-group textarea.e-input,
.e-input-group textarea,
.e-input-group.e-control-wrapper textarea.e-input,
.e-input-group.e-control-wrapper textarea,
.e-float-input textarea,
.e-float-input.e-input-group textarea,
.e-float-input.e-control-wrapper textarea,
.e-float-input.e-control-wrapper.e-input-group textarea {
  border-radius: 0; }

textarea.e-input,
.e-input-group textarea,
.e-input-group textarea.e-input,
.e-input-group.e-input-focus textarea,
.e-input-group.e-input-focus textarea.e-input,
.e-input-group.e-control-wrapper textarea,
.e-input-group.e-control-wrapper.e-input-focus textarea,
.e-input-group.e-control-wrapper textarea.e-input,
.e-input-group.e-control-wrapper.e-input-focus textarea.e-input,
.e-float-input textarea,
.e-float-input.e-control-wrapper textarea {
  line-height: 1.5;
  min-height: 15px;
  min-width: 0;
  padding: 4px 0 4px;
  resize: vertical; }

.e-input-group.e-bigger textarea,
.e-input-group.e-bigger textarea.e-input,
.e-input-group textarea.e-bigger,
.e-input-group textarea.e-input.e-bigger,
.e-input-group.e-control-wrapper.e-bigger textarea,
.e-input-group.e-control-wrapper.e-bigger textarea.e-input,
.e-input-group.e-control-wrapper textarea.e-bigger,
.e-input-group.e-control-wrapper textarea.e-input.e-bigger,
.e-bigger .e-input-group textarea,
.e-bigger .e-input-group textarea.e-input,
.e-bigger .e-input-group.e-control-wrapper textarea,
.e-bigger .e-input-group.e-control-wrapper textarea.e-input,
.e-float-input.e-bigger textarea,
.e-float-input textarea.e-bigger,
.e-float-input.e-control-wrapper.e-bigger textarea,
.e-float-input.e-control-wrapper textarea.e-bigger,
.e-bigger .e-float-input textarea,
.e-bigger .e-float-input.e-control-wrapper textarea {
  font: inherit;
  line-height: 1.5;
  min-height: 17px;
  padding: 5px 0 5px; }

.e-input-group.e-input-focus.e-bigger textarea,
.e-input-group.e-input-focus.e-bigger textarea.e-input,
.e-input-group.e-input-focus textarea.e-bigger,
.e-input-group.e-input-focus textarea.e-input.e-bigger,
.e-input-group.e-control-wrapper.e-input-focus.e-bigger textarea,
.e-input-group.e-control-wrapper.e-input-focus.e-bigger textarea.e-input,
.e-input-group.e-control-wrapper.e-input-focus textarea.e-bigger,
.e-input-group.e-control-wrapper.e-input-focus textarea.e-input.e-bigger,
.e-bigger .e-input-group.e-input-focus textarea,
.e-bigger .e-input-group.e-control-wrapper.e-input-focus textarea,
.e-bigger .e-input-group.e-control-wrapper.e-input-focus textarea.e-input {
  font: inherit;
  line-height: 1.5;
  min-height: 17px;
  padding: 5px 0 5px; }

.e-input-group.e-small textarea,
.e-input-group.e-small textarea.e-input,
.e-input-group textarea.e-small,
.e-input-group textarea.e-input.e-small,
.e-input-group.e-control-wrapper.e-small textarea,
.e-input-group.e-control-wrapper.e-small textarea.e-input,
.e-input-group.e-control-wrapper textarea.e-bigger,
.e-input-group.e-control-wrapper textarea.e-input.e-bigger,
.e-small .e-input-group textarea,
.e-small .e-input-group textarea.e-input,
.e-bigger .e-input-group.e-control-wrapper textarea,
.e-bigger .e-input-group.e-control-wrapper.e-input-focus textarea,
.e-bigger .e-input-group.e-control-wrapper textarea.e-input,
.e-float-input.e-small textarea,
.e-float-input textarea.e-small,
.e-float-input.e-control-wrapper.e-small textarea,
.e-float-input.e-control-wrapper textarea.e-small,
.e-small .e-float-input textarea,
.e-small .e-float-input.e-control-wrapper textarea {
  font: inherit;
  line-height: 1.5;
  min-height: 14px;
  padding: 4px 0 4px; }

.e-input-group.e-input-focus.e-small textarea,
.e-input-group.e-input-focus.e-small textarea.e-input,
.e-input-group.e-input-focus textarea.e-small,
.e-input-group.e-input-focus textarea.e-input.e-small,
.e-input-group.e-input-focus textarea.e-input.e-small,
.e-input-group.e-control-wrapper.e-input-focus.e-small textarea,
.e-input-group.e-control-wrapper.e-input-focus.e-small textarea.e-input,
.e-input-group.e-control-wrapper.e-input-focus textarea.e-bigger,
.e-input-group.e-control-wrapper.e-input-focus textarea.e-input.e-bigger,
.e-small .e-input-group.e-input-focus textarea,
.e-small .e-input-group.e-input-focus textarea.e-input,
.e-bigger .e-input-group.e-control-wrapper.e-input-focus textarea.e-input {
  font: inherit;
  line-height: 1.5;
  min-height: 14px;
  padding: 4px 0 4px; }

.e-input-group.e-small.e-bigger textarea.e-input,
.e-input-group.e-small textarea.e-input.e-bigger,
.e-input-group textarea.e-input.e-bigger.e-small,
.e-input-group.e-bigger textarea.e-small,
.e-input-group.e-control-wrapper.e-small.e-bigger textarea.e-input,
.e-input-group.e-control-wrapper.e-small textarea.e-input.e-bigger,
.e-bigger.e-small .e-input-group textarea.e-input,
.e-bigger.e-small .e-input-group.e-control-wrapper textarea.e-input,
.e-bigger .input-group textarea.e-small,
.e-bigger .e-input-group.e-small textarea.e-input,
.e-bigger .e-input-group.e-control-wrapper.e-small textarea.e-input,
.e-bigger .e-small.e-input-group.e-control-wrapper textarea.e-input,
.e-small .input-group textarea.e-bigger,
.e-small .e-input-group.e-bigger textarea.e-input,
.e-small .e-input-group.e-control-wrapper textarea.e-input.e-bigger,
.e-small .e-input-group.e-control-wrapper.e-input-focus textarea.e-input.e-bigger,
.e-float-input textarea.e-bigger.e-small,
.e-float-input.e-small.e-bigger textarea,
.e-float-input.e-small textarea.e-bigger,
.e-float-input.e-bigger textarea.e-small,
.e-bigger .e-float-input.e-small textarea,
.e-bigger.e-small .e-float-input textarea,
.e-bigger .float-input textarea.e-small,
.e-small .e-float-input.e-bigger textarea,
.e-small .float-input textarea.e-bigger,
.e-small .e-float-input.e-control-wrapper textarea.e-bigger,
.e-float-input.e-control-wrapper.e-small.e-bigger textarea,
.e-float-input.e-control-wrapper.e-small textarea.e-bigger,
.e-bigger .e-float-input.e-control-wrapper.e-small textarea,
.e-bigger.e-small .e-float-input.e-control-wrapper textarea,
.e-bigger .e-small.e-float-input.e-control-wrapper textarea {
  font: inherit;
  line-height: 1.5;
  min-height: 15px;
  padding: 4px 0 4px; }

.e-input-group.e-input-focus textarea.e-input.e-bigger.e-small,
.e-input-group.e-input-focus.e-small.e-bigger textarea.e-input,
.e-input-group.e-input-focus.e-small textarea.e-input.e-bigger,
.e-input-group.e-input-focus.e-bigger textarea.e-small,
.e-input-group.e-control-wrapper.e-input-focus.e-small.e-bigger textarea.e-input,
.e-input-group.e-control-wrapper.e-input-focus.e-small textarea.e-input.e-bigger,
.e-bigger.e-small .e-input-group.e-input-focus textarea.e-input,
.e-bigger .e-input-group.e-control-wrapper.e-input-focus.e-small textarea.e-input,
.e-bigger.e-small .e-input-group.e-control-wrapper.e-input-focus textarea.e-input,
.e-bigger .e-small.e-input-group.e-control-wrapper.e-input-focus textarea.e-input {
  font: inherit;
  line-height: 1.5;
  min-height: 15px;
  padding: 4px 0 4px; }

input.e-input.e-small,
textarea.e-input.e-small,
.e-small input.e-input,
.e-small textarea.e-input {
  min-height: 16px; }

input.e-input,
textarea.e-input {
  min-height: 19px; }

.e-bigger input.e-input,
.e-bigger textarea.e-input,
input.e-input.e-bigger,
textarea.e-input.e-bigger {
  min-height: 23px; }

.e-bigger input.e-input.e-small,
.e-bigger .e-small input.e-input,
.e-bigger.e-small input.e-input,
.e-small input.e-input.e-bigger,
input.e-input.e-bigger.e-small,
.e-small .e-bigger input.e-input {
  min-height: 19px; }

textarea.e-outline.e-input,
.e-outline.e-input-group textarea.e-input,
.e-outline.e-input-group textarea,
.e-outline.e-input-group.e-control-wrapper textarea.e-input,
.e-outline.e-input-group.e-control-wrapper textarea,
.e-outline.e-float-input textarea.e-input,
.e-outline.e-float-input textarea,
.e-outline.e-float-input.e-control-wrapper textarea.e-input,
.e-outline.e-float-input.e-control-wrapper textarea {
  width: calc(100% - 1px); }

.e-outline.e-input-group.e-control-wrapper,
.e-outline.e-input-group,
.e-outline.e-input-group:not(.e-float-icon-left),
.e-outline.e-float-input,
.e-outline.e-float-input.e-control-wrapper,
.e-outline.e-input-group:not(.e-float-icon-left),
.e-outline.e-input-group.e-success:not(.e-float-icon-left),
.e-outline.e-input-group.e-warning:not(.e-float-icon-left),
.e-outline.e-input-group.e-error:not(.e-float-icon-left),
.e-outline.e-input-group.e-control-wrapper:not(.e-float-icon-left),
.e-outline.e-input-group.e-control-wrapper.e-success:not(.e-float-icon-left),
.e-outline.e-input-group.e-control-wrapper.e-warning:not(.e-float-icon-left),
.e-outline.e-input-group.e-control-wrapper.e-error:not(.e-float-icon-left) {
  border: 1px solid rgba(0, 0, 0, 0.24);
  border-radius: 4px;
  border-width: 1px;
  fill: transparent;
  -webkit-transition: border .2s, -webkit-box-shadow .2s;
  transition: border .2s, -webkit-box-shadow .2s;
  transition: border .2s, box-shadow .2s;
  transition: border .2s, box-shadow .2s, -webkit-box-shadow .2s; }

.e-outline.e-float-input,
.e-outline.e-float-input.e-control-wrapper {
  margin-top: 0; }

.e-outline.e-float-input.e-valid-input:not(.e-success):not(.e-error):not(.e-warning):not(.e-float-icon-left),
.e-outline.e-float-input.e-valid-input:hover:not(.e-success):not(.e-error):not(.e-warning):not(.e-float-icon-left),
.e-outline.e-float-input.e-valid-input.e-control-wrapper:hover:not(.e-success):not(.e-error):not(.e-warning):not(.e-float-icon-left),
.e-outline.e-float-input.e-valid-input.e-control-wrapper:not(.e-success):not(.e-error):not(.e-warning):not(.e-float-icon-left),
.e-outline.e-float-input.e-valid-input.e-control-wrapper:hover:not(.e-success):not(.e-error):not(.e-warning):not(.e-float-icon-left):not(.e-disabled),
.e-outline.e-float-input.e-valid-input.e-control-wrapper:not(.e-success):not(.e-error):not(.e-warning):not(.e-float-icon-left):not(.e-disabled),
.e-outline.e-float-input.e-input-group.e-valid-input:not(.e-success):not(.e-error):not(.e-warning):not(.e-float-icon-left),
.e-outline.e-float-input.e-input-group.e-valid-input:hover:not(.e-success):not(.e-error):not(.e-warning):not(.e-float-icon-left),
.e-outline.e-float-input.e-input-group.e-control-wrapper.e-valid-input:not(.e-success):not(.e-error):not(.e-warning):not(.e-float-icon-left),
.e-outline.e-float-input.e-input-group.e-control-wrapper.e-valid-input:hover:not(.e-success):not(.e-error):not(.e-warning):not(.e-float-icon-left),
.e-outline.e-float-input.e-valid-input.e-success:not(.e-error):not(.e-warning):not(.e-float-icon-left),
.e-outline.e-float-input.e-valid-input.e-success:hover:not(.e-error):not(.e-warning):not(.e-float-icon-left),
.e-outline.e-float-input.e-input-group.e-valid-input.e-success:not(.e-error):not(.e-warning):not(.e-float-icon-left),
.e-outline.e-float-input.e-input-group.e-valid-input.e-success:hover:not(.e-error):not(.e-warning):not(.e-float-icon-left),
.e-outline.e-float-input.e-control-wrapper.e-valid-input.e-success:not(.e-error):not(.e-warning):not(.e-float-icon-left),
.e-outline.e-float-input.e-control-wrapper.e-valid-input.e-success:hover:not(.e-error):not(.e-warning):not(.e-float-icon-left),
.e-outline.e-float-input.e-valid-input.e-error:not(.e-success):not(.e-warning):not(.e-float-icon-left),
.e-outline.e-float-input.e-valid-input.e-error:hover:not(.e-success):not(.e-warning):not(.e-float-icon-left),
.e-outline.e-float-input.e-input-group.e-valid-input.e-error:not(.e-success):not(.e-warning):not(.e-float-icon-left),
.e-outline.e-float-input.e-input-group.e-valid-input.e-error:hover:not(.e-success):not(.e-warning):not(.e-float-icon-left),
.e-outline.e-float-input.e-control-wrapper.e-valid-input.e-error:not(.e-success):not(.e-warning):not(.e-float-icon-left),
.e-outline.e-float-input.e-control-wrapper.e-valid-input.e-error:hover:not(.e-success):not(.e-warning):not(.e-float-icon-left),
.e-outline.e-float-input.e-valid-input.e-warning:not(.e-success):not(.e-error):not(.e-float-icon-left),
.e-outline.e-float-input.e-valid-input.e-warning:hover:not(.e-success):not(.e-error):not(.e-float-icon-left),
.e-outline.e-float-input.e-input-group.e-valid-input.e-warning:not(.e-success):not(.e-error):not(.e-float-icon-left),
.e-outline.e-float-input.e-input-group.e-valid-input.e-warning:hover:not(.e-success):not(.e-error):not(.e-float-icon-left),
.e-outline.e-float-input.e-control-wrapper.e-valid-input.e-warning:not(.e-success):not(.e-error):not(.e-float-icon-left),
.e-outline.e-float-input.e-control-wrapper.e-valid-input.e-warning:hover:not(.e-success):not(.e-error):not(.e-float-icon-left) {
  border-top-color: transparent; }

.e-outline.e-input-group,
.e-outline .e-input-group,
.e-outline .e-input-group.e-control-wrapper,
.e-outline.e-float-input,
.e-outline.e-float-input.e-control-wrapper {
  font-size: 14px; }

input.e-input.e-bigger.e-outline,
textarea.e-input.e-bigger.e-outline,
.e-outline.e-bigger input.e-input,
.e-outline.e-bigger textarea.e-input,
.e-outline.e-input-group.e-bigger,
.e-bigger .e-input-group.e-outline,
.e-outline.e-input-group.e-control-wrapper.e-bigger,
.e-bigger .e-outline.e-input-group.e-control-wrapper,
.e-outline.e-input-group.e-bigger.e-disabled,
.e-bigger .e-outline.e-input-group.e-disabled,
.e-outline.e-input-group.e-control-wrapper.e-bigger.e-disabled,
.e-bigger .e-outline.e-input-group.e-control-wrapper.e-disabled {
  font-size: 16px; }

.e-outline.e-input-group.e-control-wrapper.e-bigger .e-input-group-icon,
.e-bigger .e-outline.e-input-group.e-control-wrapper .e-input-group-icon,
.e-outline.e-input-group.e-bigger.e-disabled .e-input-group-icon,
.e-bigger .e-outline.e-input-group.e-disabled .e-input-group-icon,
.e-outline.e-input-group.e-control-wrapper.e-bigger.e-disabled .e-input-group-icon,
.e-bigger .e-outline.e-input-group.e-control-wrapper.e-disabled .e-input-group-icon {
  font-size: 20px; }

.e-outline.e-input-group.e-input-focus:not(.e-float-icon-left):not(.e-success):not(.e-warning):not(.e-error),
.e-outline.e-input-group.e-control-wrapper.e-input-focus:not(.e-float-icon-left):not(.e-success):not(.e-warning):not(.e-error),
.e-outline.e-float-input.e-input-group.e-input-focus:not(.e-float-icon-left):not(.e-success):not(.e-warning):not(.e-error),
.e-outline.e-float-input.e-input-group.e-input-focus:not(.e-float-icon-left).e-success:not(.e-warning):not(.e-error),
.e-outline.e-float-input.e-input-group.e-input-focus:not(.e-float-icon-left):not(.e-success).e-warning:not(.e-error),
.e-outline.e-float-input.e-input-group.e-input-focus:not(.e-float-icon-left):not(.e-success):not(.e-warning).e-error,
.e-outline.e-float-input.e-control-wrapper.e-input-group.e-input-focus:not(.e-float-icon-left):not(.e-success):not(.e-warning):not(.e-error),
.e-outline.e-float-input.e-control-wrapper.e-input-group.e-input-focus:not(.e-float-icon-left).e-success:not(.e-warning):not(.e-error),
.e-outline.e-float-input.e-control-wrapper.e-input-group.e-input-focus:not(.e-float-icon-left):not(.e-success).e-warning:not(.e-error),
.e-outline.e-float-input.e-control-wrapper.e-input-group.e-input-focus:not(.e-float-icon-left):not(.e-success):not(.e-warning).e-error,
.e-outline.e-float-input.e-control-wrapper.e-input-focus:not(.e-input-group):not(.e-float-icon-left):not(.e-disabled):not(.e-success):not(.e-warning):not(.e-error),
.e-outline.e-float-input.e-control-wrapper.e-input-focus:not(.e-input-group):not(.e-float-icon-left):not(.e-disabled).e-success:not(.e-warning):not(.e-error),
.e-outline.e-float-input.e-control-wrapper.e-input-focus:not(.e-input-group):not(.e-float-icon-left):not(.e-disabled):not(.e-success).e-warning:not(.e-error),
.e-outline.e-float-input.e-control-wrapper.e-input-focus:not(.e-input-group):not(.e-float-icon-left):not(.e-disabled):not(.e-success):not(.e-warning).e-error,
.e-outline.e-float-input.e-input-focus:not(.e-input-group):not(.e-float-icon-left):not(.e-disabled):not(.e-success):not(.e-warning):not(.e-error),
.e-outline.e-float-input.e-input-focus:not(.e-input-group):not(.e-float-icon-left):not(.e-disabled).e-success:not(.e-warning):not(.e-error),
.e-outline.e-float-input.e-input-focus:not(.e-input-group):not(.e-float-icon-left):not(.e-disabled):not(.e-success).e-warning:not(.e-error),
.e-outline.e-float-input.e-input-focus:not(.e-input-group):not(.e-float-icon-left):not(.e-disabled):not(.e-success):not(.e-warning).e-error,
.e-outline.e-input-group.e-input-focus:not(.e-float-icon-left).e-success:not(.e-warning):not(.e-error),
.e-outline.e-input-group.e-input-focus:not(.e-float-icon-left).e-warning:not(.e-success):not(.e-error),
.e-outline.e-input-group.e-control-wrapper.e-input-focus:not(.e-float-icon-left).e-success:not(.e-warning):not(.e-error),
.e-outline.e-input-group.e-control-wrapper.e-input-focus:not(.e-float-icon-left).e-warning:not(.e-success):not(.e-error),
.e-outline.e-input-group.e-input-focus:not(.e-float-icon-left).e-error:not(.e-success):not(.e-warning),
.e-outline.e-input-group.e-float-icon-left.e-input-focus:not(.e-success):not(.e-warning):not(.e-error),
.e-outline.e-input-group.e-float-icon-left.e-input-focus.e-success:not(.e-warning):not(.e-error),
.e-outline.e-input-group.e-float-icon-left.e-input-focus.e-warning:not(.e-success):not(.e-error),
.e-outline.e-input-group.e-float-icon-left.e-input-focus.e-error:not(.e-success):not(.e-warning) {
  border-width: 1px; }

input.e-outline.e-input,
.e-outline.e-input-group input.e-input,
.e-outline.e-input-group input,
.e-outline.e-input-group.e-control-wrapper input.e-input,
.e-outline.e-input-group.e-control-wrapper input,
.e-outline.e-float-input input.e-input,
.e-outline.e-float-input input,
.e-outline.e-float-input.e-control-wrapper input.e-input,
.e-outline.e-float-input.e-control-wrapper input,
.e-outline.e-input-group:not(.e-float-icon-left) input.e-input:focus,
.e-outline.e-input-group.e-control-wrapper:not(.e-float-icon-left) input.e-input:focus,
.e-outline.e-float-input.e-control-wrapper:not(.e-float-icon-left) input:focus,
.e-outline.e-float-input:not(.e-float-icon-left) input:focus,
.e-outline.e-float-input.e-control-wrapper:not(.e-float-icon-left).e-input-focus input,
.e-outline.e-float-input:not(.e-float-icon-left).e-input-focus input,
.e-outline.e-input-group:not(.e-float-icon-left).e-input-focus input.e-input,
.e-outline.e-input-group.e-control-wrapper:not(.e-float-icon-left).e-input-focus input.e-input {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 10px 12px 9px; }

textarea.e-outline.e-input,
.e-outline.e-input-group textarea.e-input,
.e-outline.e-input-group textarea,
.e-outline.e-input-group.e-control-wrapper textarea.e-input,
.e-outline.e-input-group.e-control-wrapper textarea,
.e-outline.e-float-input textarea.e-input,
.e-outline.e-float-input textarea,
.e-outline.e-float-input.e-control-wrapper textarea.e-input,
.e-outline.e-float-input.e-control-wrapper textarea,
.e-outline.e-input-group:not(.e-float-icon-left) textarea.e-input:focus,
.e-outline.e-input-group.e-control-wrapper:not(.e-float-icon-left) textarea.e-input:focus {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 8px 0 1px;
  padding: 0 12px 12px; }

.e-outline.e-input-group input.e-input,
.e-outline.e-float-input.e-input-group input,
.e-outline.e-input-group.e-control-wrapper input.e-input,
.e-outline.e-float-input.e-input-group.e-control-wrapper input,
.e-outline.e-float-input input,
.e-outline.e-float-input.e-control-wrapper input {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  min-height: 38px; }

.e-outline.e-input-group:not(.e-float-icon-left):not(.e-float-input)::before,
.e-outline.e-input-group:not(.e-float-icon-left):not(.e-float-input)::after,
.e-outline.e-input-group.e-float-icon-left:not(.e-float-input) .e-input-in-wrap::before,
.e-outline.e-input-group.e-float-icon-left:not(.e-float-input) .e-input-in-wrap::after,
.e-outline.e-input-group.e-control-wrapper:not(.e-float-icon-left):not(.e-float-input)::before,
.e-outline.e-input-group.e-control-wrapper:not(.e-float-icon-left):not(.e-float-input)::after,
.e-outline.e-input-group.e-control-wrapper.e-float-icon-left:not(.e-float-input) .e-input-in-wrap::before,
.e-outline.e-input-group.e-control-wrapper.e-float-icon-left:not(.e-float-input) .e-input-in-wrap::after,
.e-outline.e-float-input:not(.e-input-group) .e-float-line::before,
.e-outline.e-float-input:not(.e-input-group) .e-float-line::after,
.e-outline.e-float-input.e-control-wrapper:not(.e-input-group) .e-float-line::before,
.e-outline.e-float-input.e-control-wrapper:not(.e-input-group) .e-float-line::after {
  content: none; }

.e-outline.e-input-group.e-input-focus:hover:not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled):not(.e-float-icon-left),
.e-outline.e-input-group.e-input-focus.e-control-wrapper:hover:not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled):not(.e-float-icon-left),
.e-outline.e-float-input.e-input-focus.e-control-wrapper:hover:not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled):not(.e-float-icon-left),
.e-outline.e-float-input.e-input-focus:hover:not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled):not(.e-float-icon-left),
.e-outline.e-input-group.e-input-focus.e-float-icon-left:not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled),
.e-outline.e-input-group.e-input-focus.e-control-wrapper.e-float-icon-left:not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled),
.e-outline.e-float-input.e-input-focus.e-float-icon-left:not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled),
.e-outline.e-float-input.e-input-focus.e-control-wrapper.e-float-icon-left:not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled),
.e-outline.e-float-input.e-input-focus:hover:not(.e-input-group):not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled),
.e-outline.e-float-input.e-input-focus.e-control-wrapper:hover:not(.e-input-group):not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled),
.e-outline.e-input-group.e-float-icon-left.e-input-focus:hover:not(.e-success):not(.e-warning):not(.e-error),
.e-outline.e-input-group.e-control-wrapper.e-float-icon-left.e-input-focus:hover:not(.e-success):not(.e-warning):not(.e-error),
.e-outline.e-input-group.e-input-focus:not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled),
.e-outline.e-input-group.e-control-wrapper.e-input-focus:not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled),
.e-outline.e-float-input.e-input-focus:not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled),
.e-outline.e-float-input.e-control-wrapper.e-input-focus:not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled),
.e-outline.e-input-group.e-float-icon-left.e-input-focus:not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled),
.e-outline.e-input-group.e-control-wrapper.e-float-icon-left.e-input-focus:not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled) {
  border-color: #971b1e;
  -webkit-box-shadow: inset 1px 1px #971b1e, inset -1px 0 #971b1e, inset 0 -1px #971b1e;
          box-shadow: inset 1px 1px #971b1e, inset -1px 0 #971b1e, inset 0 -1px #971b1e; }

.e-outline.e-float-input.e-float-icon-left .e-input-in-wrap,
.e-outline.e-float-input.e-control-wrapper.e-float-icon-left .e-input-in-wrap,
.e-outline.e-input-group.e-float-icon-left .e-input-in-wrap,
.e-outline.e-input-group.e-control-wrapper.e-float-icon-left .e-input-in-wrap {
  border: 0;
  border-width: 0;
  margin-left: 0; }

.e-outline.e-input-group.e-float-icon-left &gt; .e-input-group-icon,
.e-outline.e-float-input.e-input-group.e-float-icon-left &gt; .e-input-group-icon,
.e-outline.e-input-group.e-control-wrapper.e-float-icon-left &gt; .e-input-group-icon,
.e-outline.e-float-input.e-input-group.e-control-wrapper.e-float-icon-left &gt; .e-input-group-icon {
  margin: 9px 12px 9px 0; }

.e-outline.e-float-input .e-clear-icon,
.e-outline.e-float-input.e-control-wrapper .e-clear-icon,
.e-outline.e-input-group .e-clear-icon,
.e-outline.e-input-group.e-control-wrapper .e-clear-icon {
  font-size: 16px;
  padding: 9px 12px 9px 0; }

.e-outline.e-input-group.e-float-icon-left .e-input,
.e-outline.e-float-input.e-input-group.e-float-icon-left .e-input,
.e-outline.e-input-group.e-control-wrapper.e-float-icon-left .e-input,
.e-outline.e-float-input.e-input-group.e-control-wrapper.e-float-icon-left .e-input {
  padding-left: 0; }

.e-outline.e-input-group .e-input-group-icon,
.e-outline.e-input-group.e-control-wrapper .e-input-group-icon {
  font-size: 16px;
  margin: 9px 12px 9px 0; }

.e-outline.e-float-input.e-input-focus:not(.e-input-group):not(.e-float-icon-left):not(.e-success):not(.e-warning):not(.e-error) input,
.e-outline.e-float-input.e-input-focus:not(.e-input-group):not(.e-float-icon-left).e-success:not(.e-warning):not(.e-error) input,
.e-outline.e-float-input.e-input-focus:not(.e-input-group):not(.e-float-icon-left):not(.e-success).e-warning:not(.e-error) input,
.e-outline.e-float-input.e-input-focus:not(.e-input-group):not(.e-float-icon-left):not(.e-success):not(.e-warning).e-error input,
.e-outline.e-float-input.e-input-focus:not(.e-input-group):not(.e-float-icon-left):not(.e-disabled):not(.e-success):not(.e-warning):not(.e-error) textarea,
.e-outline.e-float-input.e-input-focus:not(.e-input-group):not(.e-float-icon-left):not(.e-disabled).e-success:not(.e-warning):not(.e-error) textarea,
.e-outline.e-float-input.e-input-focus:not(.e-input-group):not(.e-float-icon-left):not(.e-disabled):not(.e-success).e-warning:not(.e-error) textarea,
.e-outline.e-float-input.e-input-focus:not(.e-input-group):not(.e-float-icon-left):not(.e-disabled):not(.e-success):not(.e-warning).e-error textarea,
.e-outline.e-input-group.e-float-icon-left.e-input-focus:not(.e-success):not(.e-warning):not(.e-error) .e-input-in-wrap,
.e-outline.e-float-input.e-control-wrapper.e-input-focus:not(.e-input-group):not(.e-float-icon-left):not(.e-success):not(.e-warning):not(.e-error) input,
.e-outline.e-float-input.e-control-wrapper.e-input-focus:not(.e-input-group):not(.e-float-icon-left).e-success:not(.e-warning):not(.e-error) input,
.e-outline.e-float-input.e-control-wrapper.e-input-focus:not(.e-input-group):not(.e-float-icon-left):not(.e-success).e-warning:not(.e-error) input,
.e-outline.e-float-input.e-control-wrapper.e-input-focus:not(.e-input-group):not(.e-float-icon-left):not(.e-success):not(.e-warning).e-error input,
.e-outline.e-input-group.e-control-wrapper.e-float-icon-left.e-input-focus:not(.e-success):not(.e-warning):not(.e-error) .e-input-in-wrap {
  border: 0; }

.e-outline.e-input-group .e-input-group-icon + .e-input-group-icon:last-child,
.e-outline.e-input-group.e-bigger .e-input-group-icon + .e-input-group-icon:last-child,
.e-outline.e-input-group .e-input-group-icon.e-bigger + .e-input-group-icon.e-bigger:last-child,
.e-bigger .e-outline.e-input-group .e-input-group-icon + .e-input-group-icon:last-child,
.e-outline.e-input-group.e-small .e-input-group-icon + .e-input-group-icon:last-child,
.e-outline.e-input-group.e-small.e-bigger .e-input-group-icon + .e-input-group-icon:last-child,
.e-outline.e-input-group.e-small .e-input-group-icon.e-bigger + .e-input-group-icon.e-bigger:last-child,
.e-outline.e-input-group.e-control-wrapper .e-input-group-icon + .e-input-group-icon:last-child,
.e-outline.e-input-group.e-control-wrapper.e-bigger .e-input-group-icon + .e-input-group-icon:last-child,
.e-outline.e-input-group.e-control-wrapper .e-input-group-icon.e-bigger + .e-input-group-icon.e-bigger:last-child,
.e-outline.e-input-group.e-control-wrapper.e-small .e-input-group-icon + .e-input-group-icon:last-child,
.e-outline.e-input-group.e-control-wrapper.e-small.e-bigger .e-input-group-icon + .e-input-group-icon:last-child,
.e-outline.e-input-group.e-control-wrapper.e-small .e-input-group-icon.e-bigger + .e-input-group-icon.e-bigger:last-child,
.e-bigger .e-outline.e-input-group.e-control-wrapper.e-small .e-input-group-icon + .e-input-group-icon:last-child,
.e-bigger .e-outline.e-input-group.e-small .e-input-group-icon + .e-input-group-icon:last-child {
  margin-left: 0; }

.e-outline.e-input-group.e-small:not(.e-float-input) .e-input,
.e-small .e-outline.e-input-group:not(.e-float-input) .e-input,
.e-outline.e-input-group.e-control-wrapper.e-small:not(.e-float-input) .e-input,
.e-small .e-outline.e-input-group.e-control-wrapper:not(.e-float-input) .e-input,
.e-outline.e-float-input.e-small input,
.e-small .e-outline.e-float-input input,
.e-outline.e-float-input.e-input-group.e-small input,
.e-small .e-outline.e-float-input.e-input-group input,
.e-outline.e-float-input.e-input-group.e-control-wrapper.e-small input,
.e-small .e-outline.e-float-input.e-input-group.e-control-wrapper input,
.e-outline.e-float-input.e-control-wrapper.e-small input,
.e-small .e-outline.e-float-input.e-control-wrapper input,
.e-outline.e-float-input.e-control-wrapper.e-input-group.e-small input,
.e-outline.e-float-input.e-control-wrapper.e-input-group.e-small input,
.e-small .e-outline.e-float-input.e-control-wrapper.e-input-group input {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  min-height: 34px; }

.e-outline.e-float-input.e-small input:focus ~ label.e-float-text,
.e-outline.e-float-input.e-small input:valid ~ label.e-float-text,
.e-outline.e-float-input.e-small input ~ label.e-label-top.e-float-text,
.e-small .e-outline.e-float-input input ~ label.e-label-top.e-float-text,
.e-outline.e-float-input.e-small input[readonly] ~ label.e-label-top.e-float-text,
.e-outline.e-float-input.e-small input[disabled] ~ label.e-label-top.e-float-text,
.e-outline.e-float-input.e-control-wrapper.e-small input:focus ~ label.e-float-text,
.e-outline.e-float-input.e-control-wrapper.e-small input:valid ~ label.e-float-text,
.e-outline.e-float-input.e-control-wrapper.e-small input ~ label.e-label-top.e-float-text,
.e-small .e-outline.e-float-input.e-control-wrapper input ~ label.e-label-top.e-float-text,
.e-outline.e-float-input.e-control-wrapper.e-small input[readonly] ~ label.e-label-top.e-float-text,
.e-outline.e-float-input.e-control-wrapper.e-small input[disabled] ~ label.e-label-top.e-float-text,
.e-outline.e-float-input.e-small textarea:focus ~ label.e-float-text,
.e-outline.e-float-input.e-small textarea:valid ~ label.e-float-text,
.e-outline.e-float-input.e-small textarea ~ label.e-label-top.e-float-text,
.e-small .e-outline.e-float-input textarea ~ label.e-label-top.e-float-text,
.e-outline.e-float-input.e-small textarea[readonly] ~ label.e-label-top.e-float-text,
.e-outline.e-float-input.e-small textarea[disabled] ~ label.e-label-top.e-float-text,
.e-outline.e-float-input.e-control-wrapper.e-small textarea:focus ~ label.e-float-text,
.e-outline.e-float-input.e-control-wrapper.e-small textarea:valid ~ label.e-float-text,
.e-outline.e-float-input.e-control-wrapper.e-small textarea ~ label.e-label-top.e-float-text,
.e-small .e-outline.e-float-input.e-control-wrapper textarea ~ label.e-label-top.e-float-text,
.e-outline.e-float-input.e-control-wrapper.e-small textarea[readonly] ~ label.e-label-top.e-float-text,
.e-outline.e-float-input.e-control-wrapper.e-small textarea[disabled] ~ label.e-label-top.e-float-text,
.e-outline.e-float-input.e-small.e-input-focus input ~ label.e-float-text,
.e-outline.e-float-input.e-control-wrapper.e-small.e-input-focus input ~ label.e-float-text {
  font-size: 11px; }

.e-outline.e-float-input.e-bigger input:focus ~ label.e-float-text,
.e-outline.e-float-input.e-bigger input:valid ~ label.e-float-text,
.e-outline.e-float-input.e-bigger input ~ label.e-label-top.e-float-text,
.e-bigger .e-outline.e-float-input input ~ label.e-label-top.e-float-text,
.e-outline.e-float-input.e-bigger input[readonly] ~ label.e-label-top.e-float-text,
.e-outline.e-float-input.e-bigger input[disabled] ~ label.e-label-top.e-float-text,
.e-outline.e-float-input.e-control-wrapper.e-bigger input:focus ~ label.e-float-text,
.e-outline.e-float-input.e-control-wrapper.e-bigger input:valid ~ label.e-float-text,
.e-outline.e-float-input.e-control-wrapper.e-bigger input ~ label.e-label-top.e-float-text,
.e-bigger .e-outline.e-float-input.e-control-wrapper input ~ label.e-label-top.e-float-text,
.e-outline.e-float-input.e-control-wrapper.e-bigger input[readonly] ~ label.e-label-top.e-float-text,
.e-outline.e-float-input.e-control-wrapper.e-bigger input[disabled] ~ label.e-label-top.e-float-text,
.e-outline.e-float-input.e-bigger textarea:focus ~ label.e-float-text,
.e-outline.e-float-input.e-bigger textarea:valid ~ label.e-float-text,
.e-outline.e-float-input.e-bigger textarea ~ label.e-label-top.e-float-text,
.e-bigger .e-outline.e-float-input textarea ~ label.e-label-top.e-float-text,
.e-outline.e-float-input.e-bigger textarea[readonly] ~ label.e-label-top.e-float-text,
.e-outline.e-float-input.e-bigger textarea[disabled] ~ label.e-label-top.e-float-text,
.e-outline.e-float-input.e-control-wrapper.e-bigger textarea:focus ~ label.e-float-text,
.e-outline.e-float-input.e-control-wrapper.e-bigger textarea:valid ~ label.e-float-text,
.e-outline.e-float-input.e-control-wrapper.e-bigger textarea ~ label.e-label-top.e-float-text,
.e-bigger .e-outline.e-float-input.e-control-wrapper textarea ~ label.e-label-top.e-float-text,
.e-outline.e-float-input.e-control-wrapper.e-bigger textarea[readonly] ~ label.e-label-top.e-float-text,
.e-outline.e-float-input.e-control-wrapper.e-bigger textarea[disabled] ~ label.e-label-top.e-float-text,
.e-outline.e-float-input.e-bigger.e-input-focus input ~ label.e-float-text,
.e-outline.e-float-input.e-control-wrapper.e-bigger.e-input-focus input ~ label.e-float-text {
  font-size: 12px; }

.e-outline.e-input-group,
.e-outline.e-input-group.e-control-wrapper,
.e-outline.e-float-input,
.e-outline.e-float-input.e-control-wrapper {
  font-size: 14px; }

.e-outline.e-input-group.e-bigger,
.e-bigger .e-outline.e-input-group,
.e-outline.e-input-group.e-control-wrapper.e-bigger,
.e-bigger .e-outline.e-input-group.e-control-wrapper,
.e-outline.e-float-input.e-bigger,
.e-bigger .e-outline.e-float-input,
.e-outline.e-float-input.e-control-wrapper.e-bigger,
.e-bigger .e-outline.e-float-input.e-control-wrapper {
  font-size: 16px; }

.e-outline.e-input-group.e-small,
.e-small .e-outline.e-input-group,
.e-outline.e-input-group.e-control-wrapper.e-small,
.e-small .e-outline.e-input-group.e-control-wrapper,
.e-outline.e-float-input.e-small,
.e-small .e-outline.e-float-input,
.e-outline.e-float-input.e-control-wrapper.e-small,
.e-small .e-outline.e-float-input.e-control-wrapper {
  font-size: 13px; }

.e-outline.e-input-group.e-small.e-bigger,
.e-small .e-outline.e-input-group.e-bigger,
.e-bigger .e-outline.e-input-group.e-small,
.e-bigger.e-small .e-outline.e-input-group,
.e-outline.e-input-group.e-control-wrapper.e-small.e-bigger,
.e-small .e-outline.e-input-group.e-control-wrapper.e-bigger,
.e-bigger .e-outline.e-input-group.e-control-wrapper.e-small,
.e-bigger.e-small .e-outline.e-input-group.e-control-wrapper,
.e-outline.e-float-input.e-small.e-bigger,
.e-small .e-outline.e-float-input.e-bigger,
.e-bigger .e-outline.e-float-input.e-small,
.e-bigger.e-small .e-outline.e-float-input,
.e-outline.e-float-input.e-control-wrapper.e-small.e-bigger,
.e-small .e-outline.e-float-input.e-control-wrapper.e-bigger,
.e-bigger .e-outline.e-float-input.e-control-wrapper.e-small,
.e-bigger.e-small .e-outline.e-float-input.e-control-wrapper {
  font-size: 14px; }

.e-small.e-outline.e-float-input.e-bigger input:focus ~ label.e-float-text,
.e-small.e-outline.e-float-input.e-bigger input:valid ~ label.e-float-text,
.e-small.e-outline.e-float-input.e-bigger input ~ label.e-label-top.e-float-text,
.e-bigger .e-small.e-outline.e-float-input input ~ label.e-label-top.e-float-text,
.e-small.e-outline.e-float-input.e-bigger input[readonly] ~ label.e-label-top.e-float-text,
.e-small.e-outline.e-float-input.e-bigger input[disabled] ~ label.e-label-top.e-float-text,
.e-small.e-outline.e-float-input.e-control-wrapper.e-bigger input:focus ~ label.e-float-text,
.e-small.e-outline.e-float-input.e-control-wrapper.e-bigger input:valid ~ label.e-float-text,
.e-small.e-outline.e-float-input.e-control-wrapper.e-bigger input ~ label.e-label-top.e-float-text,
.e-bigger .e-small.e-outline.e-float-input.e-control-wrapper input ~ label.e-label-top.e-float-text,
.e-small.e-outline.e-float-input.e-control-wrapper.e-bigger input[readonly] ~ label.e-label-top.e-float-text,
.e-small.e-outline.e-float-input.e-control-wrapper.e-bigger input[disabled] ~ label.e-label-top.e-float-text,
.e-small .e-outline.e-float-input.e-bigger input:focus ~ label.e-float-text,
.e-small .e-outline.e-float-input.e-bigger input:valid ~ label.e-float-text,
.e-small .e-outline.e-float-input.e-bigger input ~ label.e-label-top.e-float-text,
.e-small .e-bigger.e-outline.e-float-input input ~ label.e-label-top.e-float-text,
.e-small .e-outline.e-float-input.e-bigger input[readonly] ~ label.e-label-top.e-float-text,
.e-small .e-outline.e-float-input.e-bigger input[disabled] ~ label.e-label-top.e-float-text,
.e-small .e-outline.e-float-input.e-control-wrapper.e-bigger input:focus ~ label.e-float-text,
.e-small .e-outline.e-float-input.e-control-wrapper.e-bigger input:valid ~ label.e-float-text,
.e-small .e-outline.e-float-input.e-control-wrapper.e-bigger input ~ label.e-label-top.e-float-text,
.e-small .e-bigger.e-outline.e-float-input.e-control-wrapper input ~ label.e-label-top.e-float-text,
.e-small .e-outline.e-float-input.e-control-wrapper.e-bigger input[readonly] ~ label.e-label-top.e-float-text,
.e-small .e-outline.e-float-input.e-control-wrapper.e-bigger input[disabled] ~ label.e-label-top.e-float-text,
.e-bigger .e-outline.e-float-input.e-bigger input:focus ~ label.e-float-text,
.e-bigger .e-outline.e-float-input.e-bigger input:valid ~ label.e-float-text,
.e-bigger .e-outline.e-float-input.e-bigger input ~ label.e-label-top.e-float-text,
.e-bigger .e-small.e-outline.e-float-input input ~ label.e-label-top.e-float-text,
.e-bigger .e-outline.e-float-input.e-bigger input[readonly] ~ label.e-label-top.e-float-text,
.e-bigger .e-outline.e-float-input.e-bigger input[disabled] ~ label.e-label-top.e-float-text,
.e-bigger .e-outline.e-float-input.e-control-wrapper.e-bigger input:focus ~ label.e-float-text,
.e-bigger .e-outline.e-float-input.e-control-wrapper.e-bigger input:valid ~ label.e-float-text,
.e-bigger .e-outline.e-float-input.e-control-wrapper.e-bigger input ~ label.e-label-top.e-float-text,
.e-bigger .e-small.e-outline.e-float-input.e-control-wrapper input ~ label.e-label-top.e-float-text,
.e-bigger .e-outline.e-float-input.e-control-wrapper.e-bigger input[readonly] ~ label.e-label-top.e-float-text,
.e-bigger .e-outline.e-float-input.e-control-wrapper.e-bigger input[disabled] ~ label.e-label-top.e-float-text,
.e-small.e-outline.e-float-input.e-bigger textarea:focus ~ label.e-float-text,
.e-small.e-outline.e-float-input.e-bigger textarea:valid ~ label.e-float-text,
.e-small.e-outline.e-float-input.e-bigger textarea ~ label.e-label-top.e-float-text,
.e-bigger .e-small.e-outline.e-float-input textarea ~ label.e-label-top.e-float-text,
.e-small.e-outline.e-float-input.e-bigger textarea[readonly] ~ label.e-label-top.e-float-text,
.e-small.e-outline.e-float-input.e-bigger textarea[disabled] ~ label.e-label-top.e-float-text,
.e-small.e-outline.e-float-input.e-control-wrapper.e-bigger textarea:focus ~ label.e-float-text,
.e-small.e-outline.e-float-input.e-control-wrapper.e-bigger textarea:valid ~ label.e-float-text,
.e-small.e-outline.e-float-input.e-control-wrapper.e-bigger textarea ~ label.e-label-top.e-float-text,
.e-bigger .e-small.e-outline.e-float-input.e-control-wrapper textarea ~ label.e-label-top.e-float-text,
.e-small.e-outline.e-float-input.e-control-wrapper.e-bigger textarea[readonly] ~ label.e-label-top.e-float-text,
.e-small.e-outline.e-float-input.e-control-wrapper.e-bigger textarea[disabled] ~ label.e-label-top.e-float-text,
.e-small .e-outline.e-float-input.e-bigger textarea:focus ~ label.e-float-text,
.e-small .e-outline.e-float-input.e-bigger textarea:valid ~ label.e-float-text,
.e-small .e-outline.e-float-input.e-bigger textarea ~ label.e-label-top.e-float-text,
.e-small .e-bigger.e-outline.e-float-input textarea ~ label.e-label-top.e-float-text,
.e-small .e-outline.e-float-input.e-bigger textarea[readonly] ~ label.e-label-top.e-float-text,
.e-small .e-outline.e-float-input.e-bigger textarea[disabled] ~ label.e-label-top.e-float-text,
.e-small .e-outline.e-float-input.e-control-wrapper.e-bigger textarea:focus ~ label.e-float-text,
.e-small .e-outline.e-float-input.e-control-wrapper.e-bigger textarea:valid ~ label.e-float-text,
.e-small .e-outline.e-float-input.e-control-wrapper.e-bigger textarea ~ label.e-label-top.e-float-text,
.e-small .e-bigger.e-outline.e-float-input.e-control-wrapper textarea ~ label.e-label-top.e-float-text,
.e-small .e-outline.e-float-input.e-control-wrapper.e-bigger textarea[readonly] ~ label.e-label-top.e-float-text,
.e-small .e-outline.e-float-input.e-control-wrapper.e-bigger textarea[disabled] ~ label.e-label-top.e-float-text,
.e-bigger .e-outline.e-float-input.e-bigger textarea:focus ~ label.e-float-text,
.e-bigger .e-outline.e-float-input.e-bigger textarea:valid ~ label.e-float-text,
.e-bigger .e-outline.e-float-input.e-bigger textarea ~ label.e-label-top.e-float-text,
.e-bigger .e-small.e-outline.e-float-input textarea ~ label.e-label-top.e-float-text,
.e-bigger .e-outline.e-float-input.e-bigger textarea[readonly] ~ label.e-label-top.e-float-text,
.e-bigger .e-outline.e-float-input.e-bigger textarea[disabled] ~ label.e-label-top.e-float-text,
.e-bigger .e-outline.e-float-input.e-control-wrapper.e-bigger textarea:focus ~ label.e-float-text,
.e-bigger .e-outline.e-float-input.e-control-wrapper.e-bigger textarea:valid ~ label.e-float-text,
.e-bigger .e-outline.e-float-input.e-control-wrapper.e-bigger textarea ~ label.e-label-top.e-float-text,
.e-bigger .e-small.e-outline.e-float-input.e-control-wrapper textarea ~ label.e-label-top.e-float-text,
.e-bigger .e-outline.e-float-input.e-control-wrapper.e-bigger textarea[readonly] ~ label.e-label-top.e-float-text,
.e-bigger .e-outline.e-float-input.e-control-wrapper.e-bigger textarea[disabled] ~ label.e-label-top.e-float-text,
.e-small.e-outline.e-float-input.e-bigger.e-input-focus input ~ label.e-float-text,
.e-small.e-outline.e-float-input.e-control-wrapper.e-bigger.e-input-focus input ~ label.e-float-text,
.e-small .e-outline.e-float-input.e-bigger.e-input-focus input ~ label.e-float-text,
.e-small .e-outline.e-float-input.e-control-wrapper.e-bigger.e-input-focus input ~ label.e-float-text,
.e-bigger .e-outline.e-float-input.e-bigger.e-input-focus input ~ label.e-float-text,
.e-bigger .e-outline.e-float-input.e-control-wrapper.e-bigger.e-input-focus input ~ label.e-float-text {
  font-size: 12px; }

input.e-input.e-small.e-outline,
.e-small input.e-input.e-outline,
.e-input-group.e-small.e-outline input.e-input,
.e-outline.e-input-group.e-control-wrapper.e-small input.e-input,
.e-outline.e-float-input.e-small input,
.e-outline.e-float-input.e-control-wrapper input.e-small,
.e-outline.e-float-input.e-small input,
.e-outline.e-float-input.e-control-wrapper input.e-small,
.e-outline.e-input-group input.e-input.e-small,
.e-outline.e-input-group.e-control-wrapper input.e-input.e-small,
.e-small .e-outline.e-float-input input,
.e-small .e-outline.e-float-input.e-control-wrapper input,
.e-small .e-outline.e-input-group input.e-input,
.e-small .e-outline.e-input-group.e-control-wrapper input.e-input,
.e-outline.e-input-group.e-small input.e-input:focus,
.e-outline.e-input-group.e-control-wrapper.e-small input.e-input:focus,
.e-outline.e-float-input.e-small input:focus,
.e-outline.e-float-input.e-control-wrapper.e-small input:focus,
.e-small .e-outline.e-input-group.e-control-wrapper input.e-input:focus,
.e-small .e-outline.e-input-group input.e-input:focus,
.e-small .e-outline.e-float-input input:focus,
.e-small .e-outline.e-float-input.e-control-wrapper input:focus,
.e-outline.e-float-input.e-small.e-input-focus input,
.e-outline.e-float-input.e-control-wrapper.e-small.e-input-focus input,
.e-small .e-outline.e-float-input.e-input-focus input,
.e-small .e-outline.e-float-input.e-control-wrapper.e-input-focus input,
.e-outline.e-input-group.e-small.e-input-focus input.e-input,
.e-outline.e-input-group.e-control-wrapper.e-small.e-input-focus input.e-input,
.e-small .e-outline.e-input-group.e-control-wrapper.e-input-focus input.e-input,
.e-small .e-outline.e-input-group.e-input-focus input.e-input {
  padding: 7px 10px; }

textarea.e-input.e-small.e-outline,
.e-small textarea.e-input.e-outline,
.e-input-group.e-small.e-outline textarea.e-input,
.e-outline.e-input-group.e-control-wrapper.e-small textarea.e-input,
.e-outline.e-float-input.e-control-wrapper textarea.e-small,
.e-outline.e-float-input.e-small textarea,
.e-outline.e-input-group textarea.e-input.e-small,
.e-outline.e-input-group.e-control-wrapper textarea.e-input.e-small,
.e-small .e-outline.e-float-input textarea,
.e-small .e-outline.e-float-input.e-control-wrapper textarea,
.e-small .e-outline.e-input-group textarea.e-input,
.e-small .e-outline.e-input-group.e-control-wrapper textarea.e-input,
.e-outline.e-input-group.e-small textarea.e-input:focus,
.e-outline.e-input-group.e-control-wrapper.e-small textarea.e-input:focus,
.e-outline.e-float-input.e-small textarea:focus,
.e-outline.e-float-input.e-control-wrapper.e-small textarea:focus,
.e-small .e-outline.e-input-group.e-control-wrapper textarea.e-input:focus,
.e-small .e-outline.e-input-group textarea.e-input:focus,
.e-small .e-outline.e-float-input textarea:focus,
.e-small .e-outline.e-float-input.e-control-wrapper textarea:focus {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 8px 0 1px;
  padding: 0 10px 10px; }

.e-outline.e-input-group.e-small.e-float-icon-left &gt; .e-input-group-icon,
.e-outline.e-input-group.e-float-icon-left &gt; .e-input-group-icon.e-small,
.e-outline.e-input-group.e-control-wrapper.e-small.e-float-icon-left &gt; .e-input-group-icon,
.e-outline.e-input-group.e-control-wrapper.e-float-icon-left &gt; .e-input-group-icon.e-small,
.e-small .e-outline.e-input-group.e-float-icon-left &gt; .e-input-group-icon,
.e-small .e-outline.e-input-group.e-control-wrapper.e-float-icon-left &gt; .e-input-group-icon,
.e-outline.e-float-input.e-input-group.e-small.e-float-icon-left &gt; .e-input-group-icon,
.e-outline.e-float-input.e-input-group.e-float-icon-left &gt; .e-input-group-icon.e-small,
.e-small .e-outline.e-float-input.e-input-group.e-float-icon-left &gt; .e-input-group-icon,
.e-outline.e-float-input.e-control-wrapper.e-input-group.e-small.e-float-icon-left &gt; .e-input-group-icon,
.e-outline.e-float-input.e-control-wrapper.e-input-group.e-float-icon-left &gt; .e-input-group-icon.e-small,
.e-small .e-outline.e-float-input.e-control-wrapper.e-input-group.e-float-icon-left &gt; .e-input-group-icon {
  margin-left: 0;
  margin-right: 6px; }

.e-outline.e-input-group.e-small .e-input-group-icon,
.e-outline.e-input-group.e-control-wrapper.e-small .e-input-group-icon,
.e-small .e-outline.e-input-group .e-input-group-icon,
.e-small .e-outline.e-input-group.e-control-wrapper .e-input-group-icon {
  margin-left: 0;
  margin-right: 10px; }

.e-outline.e-input-group.e-small .e-clear-icon,
.e-outline.e-input-group .e-clear-icon.e-small,
.e-small .e-outline.e-input-group .e-clear-icon,
.e-outline.e-input-group.e-control-wrapper.e-small .e-clear-icon,
.e-outline.e-input-group.e-control-wrapper .e-clear-icon.e-small,
.e-small .e-outline.e-input-group.e-control-wrapper .e-clear-icon {
  font-size: 14px;
  padding: 7px 10px 7px 0; }

.e-outline.e-input-group.e-bigger:not(.e-float-input) .e-input,
.e-bigger .e-outline.e-input-group:not(.e-float-input) .e-input,
.e-outline.e-input-group.e-control-wrapper.e-bigger:not(.e-float-input) .e-input,
.e-bigger .e-outline.e-input-group.e-control-wrapper:not(.e-float-input) .e-input,
.e-outline.e-float-input.e-bigger input,
.e-bigger .e-outline.e-float-input input,
.e-outline.e-float-input.e-input-group.e-bigger input,
.e-bigger .e-outline.e-float-input.e-input-group input,
.e-outline.e-float-input.e-input-group.e-control-wrapper.e-bigger input,
.e-bigger .e-outline.e-float-input.e-input-group.e-control-wrapper input,
.e-outline.e-float-input.e-control-wrapper.e-bigger input,
.e-bigger .e-outline.e-float-input.e-control-wrapper input,
.e-outline.e-float-input.e-control-wrapper.e-input-group.e-bigger input,
.e-bigger .e-outline.e-float-input.e-control-wrapper.e-input-group input,
.e-outline.e-float-input.e-control-wrapper.e-input-group.e-bigger input,
.e-bigger .e-outline.e-float-input.e-control-wrapper.e-input-group input {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  min-height: 54px; }

.e-outline.e-input-group.e-bigger .e-clear-icon,
.e-outline.e-input-group.e-control-wrapper.e-bigger .e-clear-icon,
.e-outline.e-input-group .e-clear-icon.e-bigger,
.e-outline.e-input-group.e-control-wrapper .e-clear-icon.e-bigger,
.e-bigger .e-outline.e-input-group .e-clear-icon,
.e-bigger .e-outline.e-input-group.e-control-wrapper .e-clear-icon {
  font-size: 20px;
  padding: 15px 16px 15px 0; }

.e-outline.e-input-group.e-bigger.e-float-icon-left &gt; .e-input-group-icon,
.e-outline.e-input-group.e-float-icon-left &gt; .e-input-group-icon.e-bigger,
.e-bigger .e-outline.e-input-group.e-float-icon-left &gt; .e-input-group-icon,
.e-outline.e-float-input.e-input-group.e-bigger.e-float-icon-left &gt; .e-input-group-icon,
.e-outline.e-float-input.e-input-group.e-float-icon-left &gt; .e-input-group-icon.e-bigger,
.e-bigger .e-outline.e-float-input.e-input-group.e-float-icon-left &gt; .e-input-group-icon,
.e-outline.e-input-group.e-control-wrapper.e-bigger.e-float-icon-left &gt; .e-input-group-icon,
.e-outline.e-input-group.e-control-wrapper.e-float-icon-left &gt; .e-input-group-icon.e-bigger,
.e-bigger .e-outline.e-input-group.e-control-wrapper.e-float-icon-left &gt; .e-input-group-icon,
.e-outline.e-float-input.e-input-group.e-control-wrapper.e-bigger.e-float-icon-left &gt; .e-input-group-icon,
.e-outline.e-float-input.e-input-group.e-control-wrapper.e-float-icon-left &gt; .e-input-group-icon.e-bigger,
.e-bigger .e-outline.e-float-input.e-input-group.e-control-wrapper.e-float-icon-left &gt; .e-input-group-icon {
  margin-left: 0;
  margin-right: 8px; }

.e-outline.e-input-group.e-bigger .e-input-group-icon,
.e-outline.e-input-group .e-input-group-icon.e-bigger,
.e-bigger .e-outline.e-input-group .e-input-group-icon,
.e-outline.e-input-group.e-control-wrapper.e-bigger .e-input-group-icon,
.e-outline.e-input-group.e-control-wrapper .e-input-group-icon.e-bigger,
.e-bigger .e-outline.e-input-group.e-control-wrapper .e-input-group-icon {
  margin: 15px 16px 15px 0; }

input.e-input.e-bigger.e-outline,
.e-bigger input.e-input.e-outline,
.e-outline.e-input-group.e-bigger:not(.e-float-icon-left) input.e-input,
.e-outline.e-input-group.e-control-wrapper.e-bigger:not(.e-float-icon-left) input.e-input,
.e-outline.e-float-input.e-control-wrapper.e-bigger:not(.e-float-icon-left) input,
.e-outline.e-float-input.e-control-wrapper:not(.e-float-icon-left) input.e-bigger,
.e-outline.e-float-input.e-bigger:not(.e-float-icon-left) input,
.e-outline.e-float-input:not(.e-float-icon-left) input.e-bigger,
.e-outline.e-input-group:not(.e-float-icon-left) input.e-input.e-bigger,
.e-outline.e-input-group.e-control-wrapper:not(.e-float-icon-left) input.e-input.e-bigger,
.e-bigger .e-outline.e-float-input.e-control-wrapper:not(.e-float-icon-left) input,
.e-bigger .e-outline.e-float-input:not(.e-float-icon-left) input,
.e-bigger .e-outline.e-input-group.e-control-wrapper:not(.e-float-icon-left) input.e-input,
.e-bigger .e-outline.e-input-group:not(.e-float-icon-left) input.e-input,
.e-outline.e-input-group.e-bigger:not(.e-float-icon-left) input.e-input:focus,
.e-outline.e-input-group.e-control-wrapper.e-bigger:not(.e-float-icon-left) input.e-input:focus,
.e-outline.e-float-input.e-control-wrapper.e-bigger:not(.e-float-icon-left) input:focus,
.e-outline.e-float-input.e-bigger.e-float-input:not(.e-float-icon-left) input:focus,
.e-bigger .e-outline.e-input-group.e-float-input:not(.e-float-icon-left) input.e-input:focus,
.e-bigger .e-outline.e-input-group.e-control-wrapper.e-float-input:not(.e-float-icon-left) input.e-input:focus,
.e-bigger .e-outline.e-float-input.e-control-wrapper.e-float-input:not(.e-float-icon-left) input:focus,
.e-bigger .e-outline.e-float-input:not(.e-float-icon-left) input:focus,
.e-outline.e-float-input.e-control-wrapper.e-bigger:not(.e-float-icon-left).e-input-focus input,
.e-outline.e-float-input.e-bigger.e-float-input:not(.e-float-icon-left).e-input-focus input,
.e-bigger .e-outline.e-float-input.e-control-wrapper.e-float-input:not(.e-float-icon-left).e-input-focus input,
.e-bigger .e-outline.e-float-input:not(.e-float-icon-left).e-input-focus input,
.e-outline.e-input-group.e-bigger:not(.e-float-icon-left).e-input-focus input.e-input,
.e-outline.e-input-group.e-control-wrapper.e-bigger:not(.e-float-icon-left).e-input-focus input.e-input,
.e-bigger .e-outline.e-input-group.e-float-input:not(.e-float-icon-left).e-input-focus input.e-input,
.e-bigger .e-outline.e-input-group.e-control-wrapper.e-float-input:not(.e-float-icon-left).e-input-focus input.e-input {
  padding: 15px 16px; }

textarea.e-input.e-bigger.e-outline,
.e-bigger textarea.e-input.e-outline,
.e-outline.e-input-group.e-bigger:not(.e-float-icon-left) textarea.e-input,
.e-outline.e-input-group.e-control-wrapper.e-bigger:not(.e-float-icon-left) textarea.e-input,
.e-outline.e-float-input.e-control-wrapper.e-bigger:not(.e-float-icon-left) textarea,
.e-outline.e-float-input.e-control-wrapper:not(.e-float-icon-left) textarea.e-bigger,
.e-outline.e-float-input.e-bigger:not(.e-float-icon-left) textarea,
.e-outline.e-float-input:not(.e-float-icon-left) textarea.e-bigger,
.e-outline.e-input-group:not(.e-float-icon-left) textarea.e-input.e-bigger,
.e-outline.e-input-group.e-control-wrapper:not(.e-float-icon-left) textarea.e-input.e-bigger,
.e-bigger .e-outline.e-float-input.e-control-wrapper:not(.e-float-icon-left) textarea,
.e-bigger .e-outline.e-float-input:not(.e-float-icon-left) textarea,
.e-bigger .e-outline.e-input-group.e-control-wrapper:not(.e-float-icon-left) textarea.e-input,
.e-bigger .e-outline.e-input-group:not(.e-float-icon-left) textarea.e-input,
.e-outline.e-input-group.e-bigger:not(.e-float-icon-left) textarea.e-input:focus,
.e-outline.e-input-group.e-control-wrapper.e-bigger:not(.e-float-icon-left) textarea.e-input:focus,
.e-outline.e-float-input.e-control-wrapper.e-bigger:not(.e-float-icon-left) textarea:focus,
.e-outline.e-float-input.e-bigger.e-float-input:not(.e-float-icon-left) textarea:focus,
.e-bigger .e-outline.e-input-group.e-float-input:not(.e-float-icon-left) textarea.e-input:focus,
.e-bigger .e-outline.e-input-group.e-control-wrapper.e-float-input:not(.e-float-icon-left) textarea.e-input:focus,
.e-bigger .e-outline.e-float-input.e-control-wrapper.e-float-input:not(.e-float-icon-left) textarea:focus,
.e-bigger .e-outline.e-float-input:not(.e-float-icon-left) textarea:focus {
  margin: 8px 0 1px;
  padding: 0 16px 16px; }

.e-outline.e-input-group.e-bigger.e-small:not(.e-float-input) .e-input,
.e-bigger .e-outline.e-input-group.e-small:not(.e-float-input) .e-input .e-small .e-input-group.e-bigger:not(.e-float-input) .e-input,
.e-outline.e-input-group.e-control-wrapper.e-bigger.e-small:not(.e-float-input) .e-input,
.e-bigger .e-outline.e-input-group.e-control-wrapper.e-small:not(.e-float-input) .e-input,
.e-small .e-outline.e-input-group.e-control-wrapper.e-bigger:not(.e-float-input) .e-input,
.e-outline.e-float-input.e-bigger.e-small input,
.e-bigger .e-outline.e-float-input.e-small input,
.e-small .e-outline.e-float-input.e-bigger input,
.e-outline.e-float-input.e-input-group.e-bigger.e-small input,
.e-bigger .e-outline.e-float-input.e-input-group.e-small input,
.e-small .e-outline.e-float-input.e-input-group.e-bigger input,
.e-outline.e-float-input.e-input-group.e-control-wrapper.e-bigger.e-small input,
.e-bigger .e-outline.e-float-input.e-input-group.e-control-wrapper.e-small input,
.e-small .e-outline.e-float-input.e-input-group.e-control-wrapper.e-bigger input,
.e-outline.e-float-input.e-control-wrapper.e-bigger.e-small input,
.e-bigger .e-outline.e-float-input.e-control-wrapper.e-small input,
.e-small .e-outline.e-float-input.e-control-wrapper.e-bigger input,
.e-outline.e-float-input.e-control-wrapper.e-input-group.e-bigger.e-small input,
.e-bigger .e-outline.e-float-input.e-control-wrapper.e-input-group.e-small input,
.e-small .e-outline.e-float-input.e-control-wrapper.e-input-group.e-bigger input {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  min-height: 38px; }

input.e-input.e-bigger.e-small.e-outline,
.e-bigger input.e-input.e-small.e-outline,
.e-outline.e-input-group.e-small.e-bigger:not(.e-float-icon-left) input.e-input,
.e-outline.e-input-group.e-control-wrapper.e-small.e-bigger:not(.e-float-icon-left) input.e-input,
.e-outline.e-input-group.e-small:not(.e-float-icon-left) input.e-input.e-bigger,
.e-outline.e-input-group.e-control-wrapper.e-small:not(.e-float-icon-left) input.e-input.e-bigger,
.e-bigger .e-outline.e-input-group.e-small:not(.e-float-icon-left) input.e-input,
.e-bigger .e-outline.e-input-group.e-control-wrapper.e-small:not(.e-float-icon-left) input.e-input,
.e-outline.e-float-input.e-small.e-bigger:not(.e-float-icon-left) input,
.e-outline.e-float-input.e-small:not(.e-float-icon-left) input.e-bigger,
.e-bigger .e-outline.e-float-input.e-small:not(.e-float-icon-left) input,
.e-outline.e-float-input.e-control-wrapper.e-small.e-bigger:not(.e-float-icon-left) input,
.e-outline.e-float-input.e-control-wrapper.e-small:not(.e-float-icon-left) input.e-bigger,
.e-bigger .e-outline.e-float-input.e-control-wrapper.e-small:not(.e-float-icon-left) input,
.e-bigger .e-outline.e-input-group.e-small:not(.e-float-icon-left) input.e-input:focus,
.e-bigger .e-outline.e-input-group.e-control-wrapper.e-small:not(.e-float-icon-left) input.e-input:focus,
.e-bigger .e-outline.e-float-input.e-control-wrapper.e-small:not(.e-float-icon-left) input:focus,
.e-bigger .e-outline.e-float-input.e-small:not(.e-float-icon-left) input:focus,
.e-small .e-outline.e-input-group.e-bigger:not(.e-float-icon-left) input.e-input:focus,
.e-small .e-outline.e-input-group.e-control-wrapper.e-bigger:not(.e-float-icon-left) input.e-input:focus,
.e-small .e-outline.e-float-input.e-control-wrapper.e-bigger:not(.e-float-icon-left) input:focus,
.e-small .e-outline.e-float-input.e-bigger:not(.e-float-icon-left) input:focus,
.e-outline.e-input-group.e-bigger.e-small:not(.e-float-icon-left) input.e-input:focus,
.e-outline.e-input-group.e-control-wrapper.e-bigger.e-small:not(.e-float-icon-left) input.e-input:focus,
.e-outline.e-float-input.e-control-wrapper.e-bigger.e-small:not(.e-float-icon-left) input:focus,
.e-outline.e-float-input.e-bigger.e-small:not(.e-float-icon-left) input:focus,
.e-bigger .e-outline.e-float-input.e-control-wrapper.e-small:not(.e-float-icon-left).e-input-focus input,
.e-bigger .e-outline.e-float-input.e-small:not(.e-float-icon-left).e-input-focus input,
.e-small .e-outline.e-float-input.e-control-wrapper.e-bigger:not(.e-float-icon-left).e-input-focus input,
.e-small .e-outline.e-float-input.e-bigger:not(.e-float-icon-left).e-input-focus input,
.e-outline.e-float-input.e-control-wrapper.e-bigger.e-small:not(.e-float-icon-left).e-input-focus input,
.e-outline.e-float-input.e-bigger.e-small:not(.e-float-icon-left).e-input-focus input,
.e-bigger .e-outline.e-input-group.e-small:not(.e-float-icon-left).e-input-focus input.e-input,
.e-bigger .e-outline.e-input-group.e-control-wrapper.e-small:not(.e-float-icon-left).e-input-focus input.e-input,
.e-small .e-outline.e-input-group.e-bigger:not(.e-float-icon-left).e-input-focus input.e-input,
.e-small .e-outline.e-input-group.e-control-wrapper.e-bigger:not(.e-float-icon-left).e-input-focus input.e-input,
.e-outline.e-input-group.e-bigger.e-small:not(.e-float-icon-left).e-input-focus input.e-input,
.e-outline.e-input-group.e-control-wrapper.e-bigger.e-small:not(.e-float-icon-left).e-input-focus input.e-input {
  padding: 10px 12px 9px; }

textarea.e-input.e-bigger.e-small.e-outline,
.e-bigger textarea.e-input.e-small.e-outline,
.e-outline.e-input-group.e-small.e-bigger:not(.e-float-icon-left) textarea.e-input,
.e-outline.e-input-group.e-control-wrapper.e-small.e-bigger:not(.e-float-icon-left) textarea.e-input,
.e-outline.e-input-group.e-small:not(.e-float-icon-left) textarea.e-input.e-bigger,
.e-outline.e-input-group.e-control-wrapper.e-small:not(.e-float-icon-left) textarea.e-input.e-bigger,
.e-bigger .e-outline.e-input-group.e-small:not(.e-float-icon-left) textarea.e-input,
.e-bigger .e-outline.e-input-group.e-control-wrapper.e-small:not(.e-float-icon-left) textarea.e-input,
.e-outline.e-float-input.e-small.e-bigger:not(.e-float-icon-left) textarea,
.e-outline.e-float-input.e-small:not(.e-float-icon-left) textarea.e-bigger,
.e-bigger .e-outline.e-float-input.e-small:not(.e-float-icon-left) textarea,
.e-outline.e-float-input.e-control-wrapper.e-small.e-bigger:not(.e-float-icon-left) textarea,
.e-outline.e-float-input.e-control-wrapper.e-small:not(.e-float-icon-left) textarea.e-bigger,
.e-bigger .e-outline.e-float-input.e-control-wrapper.e-small:not(.e-float-icon-left) textarea,
.e-bigger .e-outline.e-input-group.e-small:not(.e-float-icon-left) textarea.e-input:focus,
.e-bigger .e-outline.e-input-group.e-control-wrapper.e-small:not(.e-float-icon-left) textarea.e-input:focus,
.e-bigger .e-outline.e-float-input.e-control-wrapper.e-small:not(.e-float-icon-left) textarea:focus,
.e-bigger .e-outline.e-float-input.e-small:not(.e-float-icon-left) textarea:focus,
.e-small .e-outline.e-input-group.e-bigger:not(.e-float-icon-left) textarea.e-input:focus,
.e-small .e-outline.e-input-group.e-control-wrapper.e-bigger:not(.e-float-icon-left) textarea.e-input:focus,
.e-small .e-outline.e-float-input.e-control-wrapper.e-bigger:not(.e-float-icon-left) textarea:focus,
.e-small .e-outline.e-float-input.e-bigger:not(.e-float-icon-left) textarea:focus,
.e-outline.e-input-group.e-bigger.e-small:not(.e-float-icon-left) textarea.e-input:focus,
.e-outline.e-input-group.e-control-wrapper.e-bigger.e-small:not(.e-float-icon-left) textarea.e-input:focus,
.e-outline.e-float-input.e-control-wrapper.e-bigger.e-small:not(.e-float-icon-left) textarea:focus,
.e-outline.e-float-input.e-bigger.e-small:not(.e-float-icon-left) textarea:focus {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 8px 0 1px;
  padding: 0 12px 12px; }

.e-outline.e-input-group.e-small.e-bigger .e-clear-icon,
.e-outline.e-input-group.e-small .e-clear-icon.e-bigger,
.e-bigger .e-outline.e-input-group.e-small .e-clear-icon,
.e-outline.e-input-group.e-control-wrapper.e-small.e-bigger .e-clear-icon,
.e-outline.e-input-group.e-control-wrapper.e-small .e-clear-icon.e-bigger,
.e-bigger .e-outline.e-input-group.e-control-wrapper.e-small .e-clear-icon {
  font-size: 18px;
  padding: 9px 12px 9px 0; }

.e-outline.e-input-group.e-small.e-bigger.e-float-icon-left &gt; .e-input-group-icon,
.e-outline.e-input-group.e-small.e-float-icon-left &gt; .e-input-group-icon.e-bigger,
.e-bigger .e-outline.e-input-group.e-small.e-float-icon-left &gt; .e-input-group-icon,
.e-outline.e-float-input.e-input-group.e-small.e-bigger.e-float-icon-left &gt; .e-input-group-icon,
.e-outline.e-float-input.e-input-group.e-small.e-float-icon-left &gt; .e-input-group-icon.e-bigger,
.e-bigger .e-outline.e-input-group.e-float-input.e-small.e-float-icon-left &gt; .e-input-group-icon,
.e-outline.e-input-group.e-control-wrapper.e-small.e-bigger.e-float-icon-left &gt; .e-input-group-icon,
.e-outline.e-input-group.e-control-wrapper.e-small.e-float-icon-left &gt; .e-input-group-icon.e-bigger,
.e-bigger .e-outline.e-input-group.e-control-wrapper.e-small.e-float-icon-left &gt; .e-input-group-icon,
.e-outline.e-float-input.e-control-wrapper.e-input-group.e-small.e-bigger.e-float-icon-left &gt; .e-input-group-icon,
.e-outline.e-float-input.e-control-wrapper.e-input-group.e-small.e-float-icon-left &gt; .e-input-group-icon.e-bigger,
.e-bigger .e-outline.e-input-group.e-control-wrapper.e-float-input.e-small.e-float-icon-left &gt; .e-input-group-icon {
  margin-left: 0;
  margin-right: 8px; }

.e-outline.e-input-group.e-small.e-bigger .e-input-group-icon,
.e-outline.e-input-group.e-small .e-input-group-icon.e-bigger,
.e-outline.e-input-group.e-control-wrapper.e-small.e-bigger .e-input-group-icon,
.e-outline.e-input-group.e-control-wrapper.e-small .e-input-group-icon.e-bigger,
.e-bigger .e-outline.e-input-group.e-small .e-input-group-icon,
.e-bigger .e-outline.e-input-group.e-control-wrapper.e-small .e-input-group-icon {
  margin: 9px 12px 9px 0; }

.e-outline.e-float-input.e-input-group.e-small .e-input-group-icon,
.e-small .e-outline.e-float-input.e-input-group .e-input-group-icon,
.e-outline.e-float-input.e-control-wrapper.e-input-group.e-small .e-input-group-icon,
.e-small .e-outline.e-float-input.e-control-wrapper.e-input-group .e-input-group-icon {
  margin-top: 9px; }

.e-outline.e-float-input input,
.e-outline.e-float-input textarea,
.e-outline.e-float-input.e-control-wrapper input,
.e-outline.e-float-input.e-control-wrapper textarea {
  border: 0;
  border-width: 0; }

.e-outline label.e-float-text,
.e-outline.e-float-input label.e-float-text,
.e-outline.e-float-input.e-control-wrapper label.e-float-text,
.e-outline.e-float-input:not(.e-error):not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom,
.e-outline.e-float-input.e-control-wrapper:not(.e-error):not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom,
.e-outline.e-float-input.e-bigger:not(.e-error):not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom,
.e-outline.e-float-input.e-bigger.e-control-wrapper:not(.e-error):not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom,
.e-bigger .e-outline.e-float-input:not(.e-error):not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom,
.e-outline.e-float-input.e-small:not(.e-error):not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom,
.e-small .e-outline.e-float-input:not(.e-error):not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom,
.e-outline.e-float-input.e-small.e-bigger:not(.e-error):not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom,
.e-bigger .e-outline.e-float-input.e-small:not(.e-error):not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom,
.e-outline.e-float-input.e-control-wrapper:not(.e-error):not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom,
.e-outline.e-float-input.e-control-wrapper.e-bigger:not(.e-error):not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom,
.e-bigger .e-outline.e-float-input.e-control-wrapper:not(.e-error):not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom,
.e-outline.e-float-input.e-control-wrapper.e-small:not(.e-error):not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom,
.e-small .e-outline.e-float-input.e-control-wrapper:not(.e-error):not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom,
.e-outline.e-float-input.e-control-wrapper.e-small.e-bigger:not(.e-error):not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom,
.e-bigger .e-outline.e-float-input.e-control-wrapper.e-small:not(.e-error):not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom,
.e-outline.e-float-input:not(.e-error) textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom,
.e-outline.e-float-input.e-control-wrapper:not(.e-error) textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom,
.e-outline.e-float-input.e-bigger:not(.e-error) textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom,
.e-outline.e-float-input.e-bigger.e-control-wrapper:not(.e-error) textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom,
.e-bigger .e-outline.e-float-input:not(.e-error) textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom,
.e-outline.e-float-input.e-small:not(.e-error) textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom,
.e-small .e-outline.e-float-input:not(.e-error) textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom,
.e-outline.e-float-input.e-small.e-bigger:not(.e-error) textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom,
.e-bigger .e-outline.e-float-input.e-small:not(.e-error) textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom,
.e-outline.e-float-input.e-control-wrapper:not(.e-error) textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom,
.e-outline.e-float-input.e-control-wrapper.e-bigger:not(.e-error) textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom,
.e-bigger .e-outline.e-float-input.e-control-wrapper:not(.e-error) textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom,
.e-outline.e-float-input.e-control-wrapper.e-small:not(.e-error) textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom,
.e-small .e-outline.e-float-input.e-control-wrapper:not(.e-error) textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom,
.e-outline.e-float-input.e-control-wrapper.e-small.e-bigger:not(.e-error) textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom,
.e-bigger .e-outline.e-float-input.e-control-wrapper.e-small:not(.e-error) textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  left: 0;
  line-height: 13px;
  position: absolute;
  top: -7px;
  -webkit-transform: translate3d(0, 0, 0) scale(1);
          transform: translate3d(0, 0, 0) scale(1);
  -webkit-transition: color .2s, font-size .2s, line-height .2s;
  transition: color .2s, font-size .2s, line-height .2s; }

.e-outline.e-float-input.e-bigger:not(.e-error):not(.e-valid-input):not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom,
.e-outline.e-float-input.e-bigger.e-control-wrapper:not(.e-error):not(.e-valid-input):not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom,
.e-bigger .e-outline.e-float-input:not(.e-error):not(.e-valid-input):not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom,
.e-bigger.e-outline.e-float-input:not(.e-error):not(.e-valid-input):not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom,
.e-outline.e-float-input.e-control-wrapper.e-bigger:not(.e-error):not(.e-valid-input):not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom,
.e-outline.e-float-input.e-control-wrapper.e-bigger:not(.e-error):not(.e-valid-input):not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom,
.e-bigger .e-outline.e-float-input.e-control-wrapper:not(.e-error):not(.e-valid-input):not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom,
.e-bigger.e-outline.e-float-input.e-control-wrapper:not(.e-error):not(.e-valid-input):not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom,
.e-bigger.e-outline:not(.e-valid-input):not(.e-valid-input):not(.e-input-focus) input:not(:focus):not(:valid) ~ label.e-float-text,
.e-bigger .e-outline:not(.e-valid-input):not(.e-valid-input):not(.e-input-focus) input:not(:focus):not(:valid) ~ label.e-float-text,
.e-bigger.e-outline.e-float-input:not(.e-valid-input):not(.e-input-focus) input:not(:focus):not(:valid):not(.e-valid-input) ~ label.e-float-text,
.e-bigger .e-outline.e-float-input:not(.e-valid-input):not(.e-input-focus) input:not(:focus):not(:valid):not(.e-valid-input) ~ label.e-float-text,
.e-bigger.e-outline.e-float-input.e-control-wrapper:not(.e-valid-input):not(.e-input-focus) input:not(:focus):not(:valid):not(.e-valid-input) ~ label.e-float-text,
.e-bigger .e-outline.e-float-input.e-control-wrapper:not(.e-valid-input):not(.e-input-focus) input:not(:focus):not(:valid):not(.e-valid-input) ~ label.e-float-text {
  line-height: 70px; }

.e-outline.e-float-input.e-bigger:not(.e-error):not(.e-valid-input) textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom,
.e-outline.e-float-input.e-bigger.e-control-wrapper:not(.e-error):not(.e-valid-input) textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom,
.e-bigger .e-outline.e-float-input:not(.e-error):not(.e-valid-input) textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom,
.e-bigger.e-outline.e-float-input:not(.e-error):not(.e-valid-input) textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom,
.e-outline.e-float-input.e-control-wrapper.e-bigger:not(.e-error):not(.e-valid-input) textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom,
.e-outline.e-float-input.e-control-wrapper.e-bigger:not(.e-error):not(.e-valid-input) textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom,
.e-bigger .e-outline.e-float-input.e-control-wrapper:not(.e-error):not(.e-valid-input) textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom,
.e-bigger.e-outline.e-float-input.e-control-wrapper:not(.e-error):not(.e-valid-input) textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom,
.e-bigger.e-outline:not(.e-valid-input):not(.e-valid-input) textarea:not(:focus):not(:valid) ~ label.e-float-text,
.e-bigger .e-outline:not(.e-valid-input):not(.e-valid-input) textarea:not(:focus):not(:valid) ~ label.e-float-text,
.e-bigger.e-outline.e-float-input:not(.e-valid-input) textarea:not(:focus):not(:valid):not(.e-valid-input) ~ label.e-float-text,
.e-bigger .e-outline.e-float-input:not(.e-valid-input) textarea:not(:focus):not(:valid):not(.e-valid-input) ~ label.e-float-text,
.e-bigger.e-outline.e-float-input.e-control-wrapper:not(.e-valid-input) textarea:not(:focus):not(:valid):not(.e-valid-input) ~ label.e-float-text,
.e-bigger .e-outline.e-float-input.e-control-wrapper:not(.e-valid-input) textarea:not(:focus):not(:valid):not(.e-valid-input) ~ label.e-float-text {
  line-height: 66px; }

.e-outline.e-float-input.e-small:not(.e-error):not(.e-valid-input):not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom,
.e-small .e-outline.e-float-input:not(.e-error):not(.e-valid-input):not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom,
.e-outline.e-float-input.e-control-wrapper.e-small:not(.e-error):not(.e-valid-input):not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom,
.e-small .e-outline.e-float-input.e-control-wrapper:not(.e-error):not(.e-valid-input):not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom,
.e-small.e-outline:not(.e-valid-input):not(.e-valid-input):not(.e-input-focus) input:not(:focus):not(:valid) ~ label.e-float-text,
.e-small.e-outline.e-float-input:not(.e-valid-input):not(.e-input-focus) input:not(:focus):not(:valid):not(.e-valid-input) ~ label.e-float-text,
.e-small.e-outline.e-float-input.e-control-wrapper:not(.e-valid-input):not(.e-input-focus) input:not(:focus):not(:valid):not(.e-valid-input) ~ label.e-float-text {
  line-height: 46px; }

.e-outline.e-float-input.e-small:not(.e-error):not(.e-valid-input) textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom,
.e-small .e-outline.e-float-input:not(.e-error):not(.e-valid-input) textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom,
.e-outline.e-float-input.e-control-wrapper.e-small:not(.e-error):not(.e-valid-input) textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom,
.e-small .e-outline.e-float-input.e-control-wrapper:not(.e-error):not(.e-valid-input) textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom,
.e-small.e-outline:not(.e-valid-input):not(.e-valid-input) textarea:not(:focus):not(:valid) ~ label.e-float-text,
.e-small.e-outline.e-float-input:not(.e-valid-input) textarea:not(:focus):not(:valid):not(.e-valid-input) ~ label.e-float-text,
.e-small.e-outline.e-float-input.e-control-wrapper:not(.e-valid-input) textarea:not(:focus):not(:valid):not(.e-valid-input) ~ label.e-float-text {
  line-height: 60px; }

.e-outline.e-float-input:not(.e-error):not(.e-valid-input):not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom,
.e-outline.e-float-input.e-control-wrapper:not(.e-error):not(.e-valid-input):not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom,
.e-outline.e-float-input:not(.e-error):not(.e-valid-input):not(.e-input-focus) input:valid ~ label.e-float-text.e-label-bottom,
.e-outline.e-float-input.e-control-wrapper:not(.e-error):not(.e-valid-input):not(.e-input-focus) input:valid ~ label.e-float-text.e-label-bottom,
.e-outline:not(.e-valid-input):not(.e-valid-input):not(.e-input-focus) input:not(:focus):not(:valid) ~ label.e-float-text,
.e-outline.e-float-input:not(.e-valid-input):not(.e-input-focus) input:not(:focus):not(:valid):not(.e-valid-input) ~ label.e-float-text,
.e-outline.e-float-input.e-control-wrapper:not(.e-valid-input):not(.e-input-focus) input:not(:focus):not(:valid):not(.e-valid-input) ~ label.e-float-text {
  line-height: 50px; }

.e-outline.e-float-input:not(.e-error):not(.e-valid-input) textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom,
.e-outline.e-float-input.e-control-wrapper:not(.e-error):not(.e-valid-input) textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom,
.e-outline:not(.e-valid-input):not(.e-valid-input) textarea:not(:focus):not(:valid) ~ label.e-float-text,
.e-outline.e-float-input:not(.e-valid-input) textarea:not(:focus):not(:valid):not(.e-valid-input) ~ label.e-float-text,
.e-outline.e-float-input.e-control-wrapper:not(.e-valid-input) textarea:not(:focus):not(:valid):not(.e-valid-input) ~ label.e-float-text {
  line-height: 50px; }

.e-small.e-bigger.e-outline.e-float-input:not(.e-error):not(.e-valid-input):not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom,
.e-small.e-bigger.e-outline.e-float-input.e-control-wrapper:not(.e-error):not(.e-valid-input):not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom,
.e-small.e-bigger.e-outline:not(.e-valid-input):not(.e-valid-input):not(.e-input-focus) input:not(:focus):not(:valid) ~ label.e-float-text,
.e-small.e-bigger.e-outline.e-float-input:not(.e-valid-input):not(.e-input-focus) input:not(:focus):not(:valid):not(.e-valid-input) ~ label.e-float-text,
.e-small.e-bigger.e-outline.e-float-input.e-control-wrapper:not(.e-valid-input):not(.e-input-focus) input:not(:focus):not(:valid):not(.e-valid-input) ~ label.e-float-text,
.e-small .e-bigger.e-outline.e-float-input:not(.e-error):not(.e-valid-input):not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom,
.e-small .e-bigger.e-outline.e-float-input.e-control-wrapper:not(.e-error):not(.e-valid-input):not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom,
.e-small .e-bigger.e-outline:not(.e-valid-input):not(.e-valid-input):not(.e-input-focus) input:not(:focus):not(:valid) ~ label.e-float-text,
.e-small .e-bigger.e-outline.e-float-input:not(.e-valid-input):not(.e-input-focus) input:not(:focus):not(:valid):not(.e-valid-input) ~ label.e-float-text,
.e-small .e-bigger.e-outline.e-float-input.e-control-wrapper:not(.e-valid-input):not(.e-input-focus) input:not(:focus):not(:valid):not(.e-valid-input) ~ label.e-float-text,
.e-bigger .e-small.e-outline.e-float-input:not(.e-error):not(.e-valid-input):not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom,
.e-bigger .e-small.e-outline.e-float-input.e-control-wrapper:not(.e-error):not(.e-valid-input):not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom,
.e-bigger .e-small.e-outline:not(.e-valid-input):not(.e-valid-input):not(.e-input-focus) input:not(:focus):not(:valid) ~ label.e-float-text,
.e-bigger .e-small.e-outline.e-float-input:not(.e-valid-input):not(.e-input-focus) input:not(:focus):not(:valid):not(.e-valid-input) ~ label.e-float-text,
.e-bigger .e-small.e-outline.e-float-input.e-control-wrapper:not(.e-valid-input):not(.e-input-focus) input:not(:focus):not(:valid):not(.e-valid-input) ~ label.e-float-text,
.e-outline.e-float-input.e-small.e-bigger:not(.e-error):not(.e-valid-input):not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom,
.e-bigger .e-outline.e-float-input.e-small:not(.e-error):not(.e-valid-input):not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom,
.e-outline.e-float-input.e-control-wrapper.e-small.e-bigger:not(.e-error):not(.e-valid-input):not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom,
.e-bigger .e-outline.e-float-input.e-control-wrapper.e-small:not(.e-error):not(.e-valid-input):not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom {
  line-height: 53px; }

.e-small.e-bigger.e-outline.e-float-input:not(.e-error):not(.e-valid-input) textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom,
.e-small.e-bigger.e-outline.e-float-input.e-control-wrapper:not(.e-error):not(.e-valid-input) textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom,
.e-small.e-bigger.e-outline:not(.e-valid-input):not(.e-valid-input) textarea:not(:focus):not(:valid) ~ label.e-float-text,
.e-small.e-bigger.e-outline.e-float-input:not(.e-valid-input) textarea:not(:focus):not(:valid):not(.e-valid-input) ~ label.e-float-text,
.e-small.e-bigger.e-outline.e-float-input.e-control-wrapper:not(.e-valid-input) textarea:not(:focus):not(:valid):not(.e-valid-input) ~ label.e-float-text,
.e-small .e-bigger.e-outline.e-float-input:not(.e-error):not(.e-valid-input) textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom,
.e-small .e-bigger.e-outline.e-float-input.e-control-wrapper:not(.e-error):not(.e-valid-input) textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom,
.e-small .e-bigger.e-outline:not(.e-valid-input):not(.e-valid-input) textarea:not(:focus):not(:valid) ~ label.e-float-text,
.e-small .e-bigger.e-outline.e-float-input:not(.e-valid-input) textarea:not(:focus):not(:valid):not(.e-valid-input) ~ label.e-float-text,
.e-small .e-bigger.e-outline.e-float-input.e-control-wrapper:not(.e-valid-input) textarea:not(:focus):not(:valid):not(.e-valid-input) ~ label.e-float-text,
.e-bigger .e-small.e-outline.e-float-input:not(.e-error):not(.e-valid-input) textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom,
.e-bigger .e-small.e-outline.e-float-input.e-control-wrapper:not(.e-error):not(.e-valid-input) textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom,
.e-bigger .e-small.e-outline:not(.e-valid-input):not(.e-valid-input) textarea:not(:focus):not(:valid) ~ label.e-float-text,
.e-bigger .e-small.e-outline.e-float-input:not(.e-valid-input) textarea:not(:focus):not(:valid):not(.e-valid-input) ~ label.e-float-text,
.e-bigger .e-small.e-outline.e-float-input.e-control-wrapper:not(.e-valid-input) textarea:not(:focus):not(:valid):not(.e-valid-input) ~ label.e-float-text,
.e-outline.e-float-input.e-small.e-bigger:not(.e-error):not(.e-valid-input) textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom,
.e-bigger .e-outline.e-float-input.e-small:not(.e-error):not(.e-valid-input) textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom,
.e-outline.e-float-input.e-control-wrapper.e-small.e-bigger:not(.e-error):not(.e-valid-input) textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom,
.e-bigger .e-outline.e-float-input.e-control-wrapper.e-small:not(.e-error):not(.e-valid-input) textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom {
  line-height: 60px; }

.e-outline label.e-float-text::before,
.e-outline label.e-float-text::after,
.e-outline.e-float-input label.e-float-text::before,
.e-outline.e-float-input label.e-float-text::after,
.e-outline.e-float-input.e-control-wrapper label.e-float-text::before,
.e-outline.e-float-input.e-control-wrapper label.e-float-text::after {
  border-top: solid 2px;
  border-top-color: transparent;
  -webkit-box-shadow: inset 0 1px transparent;
          box-shadow: inset 0 1px transparent;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  content: ' ';
  display: block;
  height: 8px;
  margin-top: 6px;
  min-width: 9px;
  pointer-events: none;
  position: relative;
  -webkit-transition: border-color .1s, -webkit-box-shadow .2s;
  transition: border-color .1s, -webkit-box-shadow .2s;
  transition: border-color .1s, box-shadow .2s;
  transition: border-color .1s, box-shadow .2s, -webkit-box-shadow .2s; }

.e-bigger.e-outline label.e-float-text::before,
.e-bigger.e-outline label.e-float-text::after,
.e-bigger.e-outline.e-float-input label.e-float-text::before,
.e-bigger.e-outline.e-float-input label.e-float-text::after,
.e-bigger.e-outline.e-float-input.e-control-wrapper label.e-float-text::before,
.e-bigger.e-outline.e-float-input.e-control-wrapper label.e-float-text::after,
.e-bigger .e-outline label.e-float-text::before,
.e-bigger .e-outline label.e-float-text::after,
.e-bigger .e-outline.e-float-input label.e-float-text::before,
.e-bigger .e-outline.e-float-input label.e-float-text::after,
.e-bigger .e-outline.e-float-input.e-control-wrapper label.e-float-text::before,
.e-bigger .e-outline.e-float-input.e-control-wrapper label.e-float-text::after {
  min-width: 13px; }

.e-small.e-outline label.e-float-text::before,
.e-small.e-outline label.e-float-text::after,
.e-small.e-outline.e-float-input label.e-float-text::before,
.e-small.e-outline.e-float-input label.e-float-text::after,
.e-small.e-outline.e-float-input.e-control-wrapper label.e-float-text::before,
.e-small.e-outline.e-float-input.e-control-wrapper label.e-float-text::after,
.e-small .e-outline label.e-float-text::before,
.e-small .e-outline label.e-float-text::after,
.e-small .e-outline.e-float-input label.e-float-text::before,
.e-small .e-outline.e-float-input label.e-float-text::after,
.e-small .e-outline.e-float-input.e-control-wrapper label.e-float-text::before,
.e-small .e-outline.e-float-input.e-control-wrapper label.e-float-text::after {
  min-width: 7px; }

.e-bigger.e-small.e-outline label.e-float-text::before,
.e-bigger.e-small.e-outline label.e-float-text::after,
.e-bigger.e-small.e-outline.e-float-input label.e-float-text::before,
.e-bigger.e-small.e-outline.e-float-input label.e-float-text::after,
.e-bigger.e-small.e-outline.e-float-input.e-control-wrapper label.e-float-text::before,
.e-bigger.e-small.e-outline.e-float-input.e-control-wrapper label.e-float-text::after,
.e-bigger.e-small .e-outline label.e-float-text::before,
.e-bigger.e-small .e-outline label.e-float-text::after,
.e-bigger.e-small .e-outline.e-float-input label.e-float-text::before,
.e-bigger.e-small .e-outline.e-float-input label.e-float-text::after,
.e-bigger.e-small .e-outline.e-float-input.e-control-wrapper label.e-float-text::before,
.e-bigger.e-small .e-outline.e-float-input.e-control-wrapper label.e-float-text::after {
  min-width: 9px; }

.e-outline.e-valid-input:not(.e-input-focus) label.e-float-text::before,
.e-outline.e-valid-input:not(.e-input-focus) label.e-float-text::after,
.e-outline.e-float-input.e-valid-input:not(.e-input-focus) label.e-float-text::before,
.e-outline.e-float-input.e-valid-input:not(.e-input-focus) label.e-float-text::after,
.e-outline.e-float-input.e-control-wrapper.e-valid-input:not(.e-input-focus) label.e-float-text::before,
.e-outline.e-float-input.e-control-wrapper.e-valid-input:not(.e-input-focus) label.e-float-text::after {
  border-top-color: rgba(0, 0, 0, 0.24);
  border-width: 1px; }

.e-outline.e-valid-input.e-success:not(.e-error):not(.e-warning):not(.e-input-focus) label.e-float-text::before,
.e-outline.e-valid-input.e-success:not(.e-error):not(.e-warning):not(.e-input-focus) label.e-float-text::after,
.e-outline.e-float-input.e-valid-input.e-success:not(.e-error):not(.e-warning):not(.e-input-focus) label.e-float-text::before,
.e-outline.e-float-input.e-valid-input.e-success:not(.e-error):not(.e-warning):not(.e-input-focus) label.e-float-text::after,
.e-outline.e-float-input.e-control-wrapper.e-valid-input.e-success:not(.e-error):not(.e-warning):not(.e-input-focus) label.e-float-text::before,
.e-outline.e-float-input.e-control-wrapper.e-valid-input.e-success:not(.e-error):not(.e-warning):not(.e-input-focus) label.e-float-text::after {
  border-top-color: #22b24b; }

.e-outline.e-success.e-input-focus:not(.e-error):not(.e-warning) label.e-float-text::before,
.e-outline.e-success.e-input-focus:not(.e-error):not(.e-warning) label.e-float-text::after,
.e-outline.e-float-input.e-success.e-input-focus:not(.e-error):not(.e-warning) label.e-float-text::before,
.e-outline.e-float-input.e-success.e-input-focus:not(.e-error):not(.e-warning) label.e-float-text::after,
.e-outline.e-float-input.e-control-wrapper.e-success.e-input-focus:not(.e-error):not(.e-warning) label.e-float-text::before,
.e-outline.e-float-input.e-control-wrapper.e-success.e-input-focus:not(.e-error):not(.e-warning) label.e-float-text::after {
  border-color: #22b24b; }

.e-outline.e-valid-input.e-error:not(.e-success):not(.e-warning):not(.e-input-focus) label.e-float-text::before,
.e-outline.e-valid-input.e-error:not(.e-success):not(.e-warning):not(.e-input-focus) label.e-float-text::after,
.e-outline.e-float-input.e-valid-input.e-error:not(.e-success):not(.e-warning):not(.e-input-focus) label.e-float-text::before,
.e-outline.e-float-input.e-valid-input.e-error:not(.e-success):not(.e-warning):not(.e-input-focus) label.e-float-text::after,
.e-outline.e-float-input.e-control-wrapper.e-valid-input.e-error:not(.e-success):not(.e-warning):not(.e-input-focus) label.e-float-text::before,
.e-outline.e-float-input.e-control-wrapper.e-valid-input.e-error:not(.e-success):not(.e-warning):not(.e-input-focus) label.e-float-text::after {
  border-top-color: #f44336; }

.e-outline.e-error.e-input-focus:not(.e-success):not(.e-warning) label.e-float-text::before,
.e-outline.e-error.e-input-focus:not(.e-success):not(.e-warning) label.e-float-text::after,
.e-outline.e-float-input.e-error.e-input-focus:not(.e-success):not(.e-warning) label.e-float-text::before,
.e-outline.e-float-input.e-error.e-input-focus:not(.e-success):not(.e-warning) label.e-float-text::after,
.e-outline.e-float-input.e-control-wrapper.e-error.e-input-focus:not(.e-success):not(.e-warning) label.e-float-text::before,
.e-outline.e-float-input.e-control-wrapper.e-error.e-input-focus:not(.e-success):not(.e-warning) label.e-float-text::after {
  border-color: #f44336; }

.e-outline.e-valid-input.e-warning:not(.e-success):not(.e-error):not(.e-input-focus) label.e-float-text::before,
.e-outline.e-valid-input.e-warning:not(.e-success):not(.e-error):not(.e-input-focus) label.e-float-text::after,
.e-outline.e-float-input.e-valid-input.e-warning:not(.e-success):not(.e-error):not(.e-input-focus) label.e-float-text::before,
.e-outline.e-float-input.e-valid-input.e-warning:not(.e-success):not(.e-error):not(.e-input-focus) label.e-float-text::after,
.e-outline.e-float-input.e-control-wrapper.e-valid-input.e-warning:not(.e-success):not(.e-error):not(.e-input-focus) label.e-float-text::before,
.e-outline.e-float-input.e-control-wrapper.e-valid-input.e-warning:not(.e-success):not(.e-error):not(.e-input-focus) label.e-float-text::after {
  border-top-color: #ffca1c; }

.e-outline.e-warning.e-input-focus:not(.e-success):not(.e-error) label.e-float-text::before,
.e-outline.e-warning.e-input-focus:not(.e-success):not(.e-error) label.e-float-text::after,
.e-outline.e-float-input.e-warning.e-input-focus:not(.e-success):not(.e-error) label.e-float-text::before,
.e-outline.e-float-input.e-warning.e-input-focus:not(.e-success):not(.e-error) label.e-float-text::after,
.e-outline.e-float-input.e-control-wrapper.e-warning.e-input-focus:not(.e-success):not(.e-error) label.e-float-text::before,
.e-outline.e-float-input.e-control-wrapper.e-warning.e-input-focus:not(.e-success):not(.e-error) label.e-float-text::after {
  border-color: #ffca1c; }

.e-outline label.e-float-text::before,
.e-outline.e-float-input label.e-float-text::before,
.e-outline.e-float-input.e-control-wrapper label.e-float-text::before {
  border-left: solid 1px transparent;
  border-radius: 4px 0;
  left: -1px;
  margin-right: 4px; }

.e-rtl.e-outline label.e-float-text::before,
.e-rtl.e-outline.e-float-input label.e-float-text::before,
.e-rtl.e-outline.e-float-input.e-control-wrapper label.e-float-text::before {
  border-left: 0;
  border-radius: 0 4px;
  left: 5px; }

.e-rtl.e-outline label.e-float-text::after,
.e-rtl.e-outline.e-float-input label.e-float-text::after,
.e-rtl.e-outline.e-float-input.e-control-wrapper label.e-float-text::after {
  border-radius: 5px 0;
  border-right: 0;
  left: -6px; }

.e-outline label.e-float-text::after,
.e-outline.e-float-input label.e-float-text::after,
.e-outline.e-float-input.e-control-wrapper label.e-float-text::after {
  border-radius: 0 5px;
  border-right: solid 1px transparent;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  left: 2px;
  margin-left: 4px; }

.e-outline.e-input-focus label.e-float-text::before,
.e-outline.e-input-focus label.e-float-text::after,
.e-outline.e-float-input.e-input-focus label.e-float-text::before,
.e-outline.e-float-input.e-input-focus label.e-float-text::after,
.e-outline.e-float-input.e-control-wrapper.e-input-focus label.e-float-text::before,
.e-outline.e-float-input.e-control-wrapper.e-input-focus label.e-float-text::after {
  border-top-color: #971b1e; }

.e-outline.e-float-input.e-input-focus:not(.e-error):not(.e-success):not(.e-warning):not(.e-disabled),
.e-outline.e-float-input.e-input-focus:not(.e-error):not(.e-success):not(.e-warning):not(.e-disabled):not(.e-float-icon-left),
.e-outline.e-float-input.e-input-group.e-input-focus:not(.e-error):not(.e-success):not(.e-warning):not(.e-disabled):not(.e-float-icon-left),
.e-outline.e-float-input.e-input-group.e-input-focus:not(.e-error):not(.e-success):not(.e-warning):not(.e-disabled),
.e-outline.e-float-input.e-control-wrapper.e-input-focus:not(.e-error):not(.e-success):not(.e-warning):not(.e-disabled):not(.e-float-icon-left),
.e-outline.e-float-input.e-control-wrapper.e-input-focus:not(.e-error):not(.e-success):not(.e-warning):not(.e-disabled),
.e-outline.e-float-input.e-input-focus:hover:not(.e-error):not(.e-success):not(.e-warning):not(.e-disabled),
.e-outline.e-float-input.e-input-group.e-input-focus:hover:not(.e-error):not(.e-success):not(.e-warning):not(.e-disabled),
.e-outline.e-float-input.e-control-wrapper.e-input-focus:hover:not(.e-error):not(.e-success):not(.e-warning):not(.e-disabled),
.e-outline.e-float-input.e-input-focus:hover:not(.e-error):not(.e-success):not(.e-warning):not(.e-disabled):not(.e-float-icon-left),
.e-outline.e-float-input.e-input-group.e-input-focus:hover:not(.e-error):not(.e-success):not(.e-warning):not(.e-disabled):not(.e-float-icon-left),
.e-outline.e-float-input.e-control-wrapper.e-input-focus:hover:not(.e-error):not(.e-success):not(.e-warning):not(.e-disabled):not(.e-float-icon-left) {
  border-top-color: transparent;
  -webkit-box-shadow: inset 1px 0 #971b1e, inset -1px 0 #971b1e, inset 0 -1px #971b1e;
          box-shadow: inset 1px 0 #971b1e, inset -1px 0 #971b1e, inset 0 -1px #971b1e; }

.e-outline.e-float-input input:focus ~ label.e-float-text,
.e-outline.e-float-input input:valid ~ label.e-float-text,
.e-outline.e-float-input input ~ label.e-label-top.e-float-text,
.e-outline.e-float-input input[readonly] ~ label.e-label-top.e-float-text,
.e-outline.e-float-input input[disabled] ~ label.e-label-top.e-float-text,
.e-outline.e-float-input input label.e-float-text.e-label-top,
.e-outline.e-float-input.e-control-wrapper input:focus ~ label.e-float-text,
.e-outline.e-float-input.e-control-wrapper input:valid ~ label.e-float-text,
.e-outline.e-float-input.e-control-wrapper input ~ label.e-label-top.e-float-text,
.e-outline.e-float-input.e-control-wrapper input[readonly] ~ label.e-label-top.e-float-text,
.e-outline.e-float-input.e-control-wrapper input[disabled] ~ label.e-label-top.e-float-text,
.e-outline.e-float-input.e-control-wrapper input label.e-float-text.e-label-top,
.e-outline.e-float-input textarea:focus ~ label.e-float-text,
.e-outline.e-float-input textarea:valid ~ label.e-float-text,
.e-outline.e-float-input textarea ~ label.e-label-top.e-float-text,
.e-outline.e-float-input textarea[readonly] ~ label.e-label-top.e-float-text,
.e-outline.e-float-input textarea[disabled] ~ label.e-label-top.e-float-text,
.e-outline.e-float-input textarea label.e-float-text.e-label-top,
.e-outline.e-float-input.e-control-wrapper textarea:focus ~ label.e-float-text,
.e-outline.e-float-input.e-control-wrapper textarea:valid ~ label.e-float-text,
.e-outline.e-float-input.e-control-wrapper textarea ~ label.e-label-top.e-float-text,
.e-outline.e-float-input.e-control-wrapper textarea[readonly] ~ label.e-label-top.e-float-text,
.e-outline.e-float-input.e-control-wrapper textarea[disabled] ~ label.e-label-top.e-float-text,
.e-outline.e-float-input.e-control-wrapper textarea label.e-float-text.e-label-top,
.e-outline.e-float-input.e-input-focus input ~ label.e-float-text,
.e-outline.e-float-input.e-control-wrapper.e-input-focus input ~ label.e-float-text {
  font-size: 12px;
  top: -7px;
  -webkit-transform: translate3d(0, 0, 0) scale(1);
          transform: translate3d(0, 0, 0) scale(1); }

.e-outline.e-float-input.e-rtl .e-clear-icon,
.e-rtl .e-outline.e-float-input .e-clear-icon,
.e-outline.e-float-input.e-control-wrapper.e-rtl .e-clear-icon,
e-rtl .e-outline.e-float-input.e-control-wrapper .e-clear-icon,
.e-outline.e-input-group.e-rtl .e-clear-icon,
.e-rtl .e-outline.e-input-group .e-clear-icon,
.e-outline.e-input-group.e-control-wrapper.e-rtl .e-clear-icon,
.e-rtl .e-outline.e-input-group.e-control-wrapper.e-rtl .e-clear-icon {
  padding-left: 12px;
  padding-right: 0; }

.e-rtl .e-outline.e-input-group .e-input-group-icon + .e-input-group-icon:last-child, .e-rtl.e-outline.e-input-group .e-input-group-icon + .e-input-group-icon:last-child, .e-rtl .e-outline.e-input-group.e-bigger .e-input-group-icon + .e-input-group-icon:last-child, .e-rtl.e-outline.e-input-group.e-bigger .e-input-group-icon + .e-input-group-icon:last-child, .e-rtl .e-outline.e-input-group .e-input-group-icon.e-bigger + .e-input-group-icon.e-bigger:last-child, .e-rtl.e-outline.e-input-group .e-input-group-icon.e-bigger + .e-input-group-icon.e-bigger:last-child, .e-bigger .e-rtl.e-outline.e-input-group .e-input-group-icon + .e-input-group-icon:last-child, .e-bigger.e-rtl .e-outline.e-input-group .e-input-group-icon + .e-input-group-icon:last-child, .e-rtl.e-outline.e-input-group.e-small .e-input-group-icon + .e-input-group-icon:last-child, .e-rtl .e-outline.e-input-group.e-small .e-input-group-icon + .e-input-group-icon:last-child, .e-rtl.e-outline.e-input-group.e-small.e-bigger .e-input-group-icon + .e-input-group-icon:last-child, .e-rtl .e-outline.e-input-group.e-small.e-bigger .e-input-group-icon + .e-input-group-icon:last-child, .e-rtl.e-outline.e-input-group.e-small .e-input-group-icon.e-bigger + .e-input-group-icon.e-bigger:last-child, .e-rtl .e-outline.e-input-group.e-small .e-input-group-icon.e-bigger + .e-input-group-icon.e-bigger:last-child, .e-rtl .e-outline.e-input-group.e-control-wrapper .e-input-group-icon + .e-input-group-icon:last-child, .e-rtl.e-outline.e-input-group.e-control-wrapper .e-input-group-icon + .e-input-group-icon:last-child, .e-rtl.e-outline.e-input-group.e-control-wrapper.e-bigger .e-input-group-icon + .e-input-group-icon:last-child, .e-rtl .e-outline.e-input-group.e-control-wrapper.e-bigger .e-input-group-icon + .e-input-group-icon:last-child, .e-rtl.e-outline.e-input-group.e-control-wrapper .e-input-group-icon.e-bigger + .e-input-group-icon.e-bigger:last-child, .e-rtl .e-outline.e-input-group.e-control-wrapper .e-input-group-icon.e-bigger + .e-input-group-icon.e-bigger:last-child, .e-rtl .e-outline.e-input-group.e-control-wrapper.e-small .e-input-group-icon + .e-input-group-icon:last-child, .e-rtl.e-outline.e-input-group.e-control-wrapper.e-small .e-input-group-icon + .e-input-group-icon:last-child, .e-rtl.e-outline.e-input-group.e-control-wrapper.e-small.e-bigger .e-input-group-icon + .e-input-group-icon:last-child, .e-rtl .e-outline.e-input-group.e-control-wrapper.e-small.e-bigger .e-input-group-icon + .e-input-group-icon:last-child, .e-rtl.e-outline.e-input-group.e-control-wrapper.e-small .e-input-group-icon.e-bigger + .e-input-group-icon.e-bigger:last-child, .e-rtl .e-outline.e-input-group.e-control-wrapper.e-small .e-input-group-icon.e-bigger + .e-input-group-icon.e-bigger:last-child, .e-rtl.e-bigger .e-outline.e-input-group.e-control-wrapper.e-small .e-input-group-icon + .e-input-group-icon:last-child, .e-bigger .e-rtl.e-outline.e-input-group.e-control-wrapper.e-small .e-input-group-icon + .e-input-group-icon:last-child, .e-rtl.e-bigger .e-outline.e-input-group.e-small .e-input-group-icon + .e-input-group-icon:last-child .e-bigger .e-rtl.e-outline.e-input-group.e-small .e-input-group-icon + .e-input-group-icon:last-child {
  margin-right: 0; }

.e-rtl .e-outline.e-input-group .e-input-group-icon + .e-input-group-icon:last-child,
.e-rtl.e-outline.e-input-group .e-input-group-icon + .e-input-group-icon:last-child {
  margin-left: 12px; }

.e-rtl.e-outline.e-input-group .e-input-group-icon, .e-rtl .e-outline.e-input-group .e-input-group-icon, .e-rtl.e-outline.e-input-group.e-control-wrapper .e-input-group-icon .e-rtl .e-outline.e-input-group.e-control-wrapper .e-input-group-icon {
  margin-left: 12px;
  margin-right: 0; }

.e-rtl.e-outline.e-input-group.e-small .e-clear-icon, .e-rtl .e-outline.e-input-group.e-small .e-clear-icon, .e-rtl.e-outline.e-input-group .e-clear-icon.e-small, .e-rtl .e-outline.e-input-group .e-clear-icon.e-small, .e-rtl.e-small .e-outline.e-input-group .e-clear-icon, .e-small .e-rtl.e-outline.e-input-group .e-clear-icon, .e-rtl.e-outline.e-input-group.e-control-wrapper.e-small .e-clear-icon, .e-rtl .e-outline.e-input-group.e-control-wrapper.e-small .e-clear-icon, .e-rtl .e-outline.e-input-group.e-control-wrapper .e-clear-icon.e-small, .e-small .e-rtl.e-outline.e-input-group.e-control-wrapper .e-clear-icon .e-rtl.e-small .e-outline.e-input-group.e-control-wrapper .e-clear-icon {
  padding-left: 10px;
  padding-right: 0; }

.e-rtl.e-outline.e-input-group.e-small .e-input-group-icon, .e-rtl .e-outline.e-input-group.e-small .e-input-group-icon, .e-rtl.e-outline.e-input-group.e-control-wrapper.e-small .e-input-group-icon, .e-rtl .e-outline.e-input-group.e-control-wrapper.e-small .e-input-group-icon, .e-small .e-rtl.e-outline.e-input-group .e-input-group-icon, .e-rtl.e-small .e-outline.e-input-group .e-input-group-icon, .e-small .e-rtl.e-outline.e-input-group.e-control-wrapper .e-input-group-icon .e-rtl.e-small .e-outline.e-input-group.e-control-wrapper .e-input-group-icon {
  margin-left: 10px;
  margin-right: 0; }

.e-rtl.e-outline.e-input-group.e-bigger .e-clear-icon, .e-rtl.e-outline.e-input-group.e-control-wrapper.e-bigger .e-clear-icon, .e-rtl.e-outline.e-input-group .e-clear-icon.e-bigger, .e-rtl.e-outline.e-input-group.e-control-wrapper .e-clear-icon.e-bigger, .e-bigger .e-rtl.e-outline.e-input-group .e-clear-icon, .e-bigger .e-rtl.e-outline.e-input-group.e-control-wrapper .e-clear-icon .e-rtl .e-outline.e-input-group.e-bigger .e-clear-icon, .e-rtl .e-outline.e-input-group.e-control-wrapper.e-bigger .e-clear-icon, .e-rtl .e-outline.e-input-group .e-clear-icon.e-bigger, .e-rtl .e-outline.e-input-group.e-control-wrapper .e-clear-icon.e-bigger, .e-bigger.e-rtl .e-outline.e-input-group .e-clear-icon, .e-bigger.e-rtl .e-outline.e-input-group.e-control-wrapper .e-clear-icon {
  padding-left: 16px;
  padding-right: 0; }

.e-rtl.e-outline.e-input-group.e-bigger .e-input-group-icon,
.e-rtl.e-outline.e-input-group .e-input-group-icon.e-bigger,
.e-bigger .e-rtl.e-outline.e-input-group .e-input-group-icon,
.e-rtl.e-outline.e-input-group.e-control-wrapper.e-bigger .e-input-group-icon,
.e-rtl.e-outline.e-input-group.e-control-wrapper .e-input-group-icon.e-bigger,
.e-bigger .e-rtl.e-outline.e-input-group.e-control-wrapper .e-input-group-icon,
.e-rtl .e-outline.e-input-group.e-bigger .e-input-group-icon,
.e-rtl .e-outline.e-input-group .e-input-group-icon.e-bigger,
.e-bigger.e-rtl .e-outline.e-input-group .e-input-group-icon,
.e-rtl .e-outline.e-input-group.e-control-wrapper.e-bigger .e-input-group-icon,
.e-rtl .e-outline.e-input-group.e-control-wrapper .e-input-group-icon.e-bigger,
.e-bigger.e-rtl .e-outline.e-input-group.e-control-wrapper .e-input-group-icon {
  margin-left: 16px;
  margin-right: 0; }

.e-rtl.e-outline.e-input-group.e-small.e-bigger .e-input-group-icon,
.e-rtl .e-outline.e-input-group.e-small.e-bigger .e-input-group-icon,
.e-rtl.e-outline.e-input-group.e-small .e-input-group-icon.e-bigger,
.e-rtl .e-outline.e-input-group.e-small .e-input-group-icon.e-bigger,
.e-rtl.e-outline.e-input-group.e-control-wrapper.e-small.e-bigger .e-input-group-icon,
.e-rtl .e-outline.e-input-group.e-control-wrapper.e-small.e-bigger .e-input-group-icon,
.e-rtl.e-outline.e-input-group.e-control-wrapper.e-small .e-input-group-icon.e-bigger,
.e-rtl .e-outline.e-input-group.e-control-wrapper.e-small .e-input-group-icon.e-bigger,
.e-bigger.e-rtl .e-outline.e-input-group.e-small .e-input-group-icon,
.e-bigger .e-rtl.e-outline.e-input-group.e-small .e-input-group-icon,
.e-bigger .e-rtl.e-outline.e-input-group.e-control-wrapper.e-small .e-input-group-icon,
.e-bigger.e-rtl .e-outline.e-input-group.e-control-wrapper.e-small .e-input-group-icon {
  margin-left: 12px;
  margin-right: 0; }

.e-rtl.e-outline.e-input-group.e-small.e-bigger .e-clear-icon,
.e-rtl .e-outline.e-input-group.e-small.e-bigger .e-clear-icon,
.e-rtl.e-outline.e-input-group.e-small .e-clear-icon.e-bigger,
.e-rtl .e-outline.e-input-group.e-small .e-clear-icon.e-bigger,
.e-rtl.e-outline.e-input-group.e-control-wrapper.e-small.e-bigger .e-clear-icon,
.e-rtl .e-outline.e-input-group.e-control-wrapper.e-small.e-bigger .e-clear-icon,
.e-rtl.e-outline.e-input-group.e-control-wrapper.e-small .e-clear-icon.e-bigger,
.e-rtl .e-outline.e-input-group.e-control-wrapper.e-small .e-clear-icon.e-bigger,
.e-bigger.e-rtl .e-outline.e-input-group.e-small .e-clear-icon,
.e-bigger .e-rtl.e-outline.e-input-group.e-small .e-clear-icon,
.e-bigger .e-rtl.e-outline.e-input-group.e-control-wrapper.e-small .e-clear-icon,
.e-bigger.e-rtl .e-outline.e-input-group.e-control-wrapper.e-small .e-clear-icon {
  padding-left: 12px;
  padding-right: 0; }

.e-rtl .e-outline.e-input-group .e-input-group-icon + .e-input-group-icon:last-child,
.e-rtl.e-outline.e-input-group .e-input-group-icon + .e-input-group-icon:last-child,
.e-rtl .e-outline.e-input-group.e-control-wrapper .e-input-group-icon + .e-input-group-icon:last-child,
.e-rtl.e-outline.e-input-group.e-control-wrapper .e-input-group-icon + .e-input-group-icon:last-child {
  margin-left: 12px;
  margin-right: 0; }

.e-rtl .e-outline.e-input-group.e-bigger .e-input-group-icon + .e-input-group-icon:last-child,
.e-rtl.e-outline.e-input-group.e-bigger .e-input-group-icon + .e-input-group-icon:last-child,
.e-rtl .e-outline.e-input-group .e-input-group-icon.e-bigger + .e-input-group-icon.e-bigger:last-child,
.e-rtl.e-outline.e-input-group .e-input-group-icon.e-bigger + .e-input-group-icon.e-bigger:last-child,
.e-bigger .e-rtl.e-outline.e-input-group .e-input-group-icon + .e-input-group-icon:last-child,
.e-bigger.e-rtl .e-outline.e-input-group .e-input-group-icon + .e-input-group-icon:last-child,
.e-rtl.e-outline.e-input-group.e-control-wrapper.e-bigger .e-input-group-icon + .e-input-group-icon:last-child,
.e-rtl .e-outline.e-input-group.e-control-wrapper.e-bigger .e-input-group-icon + .e-input-group-icon:last-child,
.e-rtl.e-outline.e-input-group.e-control-wrapper .e-input-group-icon.e-bigger + .e-input-group-icon.e-bigger:last-child,
.e-rtl .e-outline.e-input-group.e-control-wrapper .e-input-group-icon.e-bigger + .e-input-group-icon.e-bigger:last-child {
  margin-left: 16px;
  margin-right: 0; }

.e-rtl.e-outline.e-input-group.e-small .e-input-group-icon + .e-input-group-icon:last-child,
.e-rtl .e-outline.e-input-group.e-small .e-input-group-icon + .e-input-group-icon:last-child,
.e-rtl .e-outline.e-input-group.e-control-wrapper.e-small .e-input-group-icon + .e-input-group-icon:last-child,
.e-rtl.e-outline.e-input-group.e-control-wrapper.e-small .e-input-group-icon + .e-input-group-icon:last-child {
  margin-left: 10px;
  margin-right: 0; }

.e-rtl.e-outline.e-input-group.e-small.e-bigger .e-input-group-icon + .e-input-group-icon:last-child,
.e-rtl .e-outline.e-input-group.e-small.e-bigger .e-input-group-icon + .e-input-group-icon:last-child,
.e-rtl.e-outline.e-input-group.e-small .e-input-group-icon.e-bigger + .e-input-group-icon.e-bigger:last-child,
.e-rtl .e-outline.e-input-group.e-small .e-input-group-icon.e-bigger + .e-input-group-icon.e-bigger:last-child,
.e-rtl.e-outline.e-input-group.e-control-wrapper.e-small.e-bigger .e-input-group-icon + .e-input-group-icon:last-child,
.e-rtl .e-outline.e-input-group.e-control-wrapper.e-small.e-bigger .e-input-group-icon + .e-input-group-icon:last-child,
.e-rtl.e-outline.e-input-group.e-control-wrapper.e-small .e-input-group-icon.e-bigger + .e-input-group-icon.e-bigger:last-child,
.e-rtl .e-outline.e-input-group.e-control-wrapper.e-small .e-input-group-icon.e-bigger + .e-input-group-icon.e-bigger:last-child,
.e-rtl.e-bigger .e-outline.e-input-group.e-control-wrapper.e-small .e-input-group-icon + .e-input-group-icon:last-child,
.e-bigger .e-rtl.e-outline.e-input-group.e-control-wrapper.e-small .e-input-group-icon + .e-input-group-icon:last-child,
.e-rtl.e-bigger .e-outline.e-input-group.e-small .e-input-group-icon + .e-input-group-icon:last-child .e-bigger {
  margin-left: 12px;
  margin-right: 0; }

.e-outline.e-float-input.e-small.e-bigger label.e-float-text,
.e-bigger .e-small .e-outline.e-float-input label.e-float-text,
.e-bigger .e-outline.e-float-input.e-small label.e-float-text,
.e-outline.e-float-input.e-bigger.e-small input:focus ~ label.e-float-text,
.e-outline.e-float-input.e-bigger.e-small input:valid ~ label.e-float-text,
.e-outline.e-float-input.e-bigger.e-small input ~ label.e-label-top.e-float-text,
.e-outline.e-float-input.e-bigger.e-small input[readonly] ~ label.e-label-top.e-float-text,
.e-outline.e-float-input.e-bigger.e-small input[disabled] ~ label.e-label-top.e-float-text,
.e-outline.e-float-input.e-bigger.e-small input label.e-float-text.e-label-top,
.e-bigger .e-outline.e-float-input.e-small input:focus ~ label.e-float-text,
.e-bigger .e-outline.e-float-input.e-small input:valid ~ label.e-float-text,
.e-bigger .e-outline.e-float-input.e-small input ~ label.e-label-top.e-float-text,
.e-bigger .e-outline.e-float-input.e-small input[readonly] ~ label.e-label-top.e-float-text,
.e-bigger .e-outline.e-float-input.e-small input[disabled] ~ label.e-label-top.e-float-text,
.e-bigger .e-outline.e-float-input.e-small input label.e-float-text.e-label-top,
.e-small .e-outline.e-float-input.e-bigger input:focus ~ label.e-float-text,
.e-small .e-outline.e-float-input.e-bigger input:valid ~ label.e-float-text,
.e-small .e-outline.e-float-input.e-bigger input ~ label.e-label-top.e-float-text,
.e-small .e-outline.e-float-input.e-bigger input[readonly] ~ label.e-label-top.e-float-text,
.e-small .e-outline.e-float-input.e-bigger input[disabled] ~ label.e-label-top.e-float-text,
.e-small .e-outline.e-float-input.e-bigger input label.e-float-text.e-label-top,
.e-outline.e-float-input.e-control-wrapper.e-bigger.e-small input:focus ~ label.e-float-text,
.e-outline.e-float-input.e-control-wrapper.e-bigger.e-small input:valid ~ label.e-float-text,
.e-outline.e-float-input.e-control-wrapper.e-bigger.e-small input ~ label.e-label-top.e-float-text,
.e-outline.e-float-input.e-control-wrapper.e-bigger.e-small input[readonly] ~ label.e-label-top.e-float-text,
.e-outline.e-float-input.e-control-wrapper.e-bigger.e-small input[disabled] ~ label.e-label-top.e-float-text,
.e-outline.e-float-input.e-control-wrapper.e-bigger.e-small input label.e-float-text.e-label-top,
.e-bigger .e-outline.e-float-input.e-control-wrapper.e-small input:focus ~ label.e-float-text,
.e-bigger .e-outline.e-float-input.e-control-wrapper.e-small input:valid ~ label.e-float-text,
.e-bigger .e-outline.e-float-input.e-control-wrapper.e-small input ~ label.e-label-top.e-float-text,
.e-bigger .e-outline.e-float-input.e-control-wrapper.e-small input[readonly] ~ label.e-label-top.e-float-text,
.e-bigger .e-outline.e-float-input.e-control-wrapper.e-small input[disabled] ~ label.e-label-top.e-float-text,
.e-bigger .e-outline.e-float-input.e-control-wrapper.e-small input label.e-float-text.e-label-top,
.e-small .e-outline.e-float-input.e-control-wrapper.e-bigger input:focus ~ label.e-float-text,
.e-small .e-outline.e-float-input.e-control-wrapper.e-bigger input:valid ~ label.e-float-text,
.e-small .e-outline.e-float-input.e-control-wrapper.e-bigger input ~ label.e-label-top.e-float-text,
.e-small .e-outline.e-float-input.e-control-wrapper.e-bigger input[readonly] ~ label.e-label-top.e-float-text,
.e-small .e-outline.e-float-input.e-control-wrapper.e-bigger input[disabled] ~ label.e-label-top.e-float-text,
.e-small .e-outline.e-float-input.e-control-wrapper.e-bigger input label.e-float-text.e-label-top,
.e-outline.e-float-input.e-bigger.e-small textarea:focus ~ label.e-float-text,
.e-outline.e-float-input.e-bigger.e-small textarea:valid ~ label.e-float-text,
.e-outline.e-float-input.e-bigger.e-small textarea ~ label.e-label-top.e-float-text,
.e-outline.e-float-input.e-bigger.e-small textarea[readonly] ~ label.e-label-top.e-float-text,
.e-outline.e-float-input.e-bigger.e-small textarea[disabled] ~ label.e-label-top.e-float-text,
.e-outline.e-float-input.e-bigger.e-small textarea label.e-float-text.e-label-top,
.e-bigger .e-outline.e-float-input.e-small textarea:focus ~ label.e-float-text,
.e-bigger .e-outline.e-float-input.e-small textarea:valid ~ label.e-float-text,
.e-bigger .e-outline.e-float-input.e-small textarea ~ label.e-label-top.e-float-text,
.e-bigger .e-outline.e-float-input.e-small textarea[readonly] ~ label.e-label-top.e-float-text,
.e-bigger .e-outline.e-float-input.e-small textarea[disabled] ~ label.e-label-top.e-float-text,
.e-bigger .e-outline.e-float-input.e-small textarea label.e-float-text.e-label-top,
.e-small .e-outline.e-float-input.e-bigger textarea:focus ~ label.e-float-text,
.e-small .e-outline.e-float-input.e-bigger textarea:valid ~ label.e-float-text,
.e-small .e-outline.e-float-input.e-bigger textarea ~ label.e-label-top.e-float-text,
.e-small .e-outline.e-float-input.e-bigger textarea[readonly] ~ label.e-label-top.e-float-text,
.e-small .e-outline.e-float-input.e-bigger textarea[disabled] ~ label.e-label-top.e-float-text,
.e-small .e-outline.e-float-input.e-bigger textarea label.e-float-text.e-label-top,
.e-outline.e-float-input.e-control-wrapper.e-bigger.e-small textarea:focus ~ label.e-float-text,
.e-outline.e-float-input.e-control-wrapper.e-bigger.e-small textarea:valid ~ label.e-float-text,
.e-outline.e-float-input.e-control-wrapper.e-bigger.e-small textarea ~ label.e-label-top.e-float-text,
.e-outline.e-float-input.e-control-wrapper.e-bigger.e-small textarea[readonly] ~ label.e-label-top.e-float-text,
.e-outline.e-float-input.e-control-wrapper.e-bigger.e-small textarea[disabled] ~ label.e-label-top.e-float-text,
.e-outline.e-float-input.e-control-wrapper.e-bigger.e-small textarea label.e-float-text.e-label-top,
.e-bigger .e-outline.e-float-input.e-control-wrapper.e-small textarea:focus ~ label.e-float-text,
.e-bigger .e-outline.e-float-input.e-control-wrapper.e-small textarea:valid ~ label.e-float-text,
.e-bigger .e-outline.e-float-input.e-control-wrapper.e-small textarea ~ label.e-label-top.e-float-text,
.e-bigger .e-outline.e-float-input.e-control-wrapper.e-small textarea[readonly] ~ label.e-label-top.e-float-text,
.e-bigger .e-outline.e-float-input.e-control-wrapper.e-small textarea[disabled] ~ label.e-label-top.e-float-text,
.e-bigger .e-outline.e-float-input.e-control-wrapper.e-small textarea label.e-float-text.e-label-top,
.e-small .e-outline.e-float-input.e-control-wrapper.e-bigger textarea:focus ~ label.e-float-text,
.e-small .e-outline.e-float-input.e-control-wrapper.e-bigger textarea:valid ~ label.e-float-text,
.e-small .e-outline.e-float-input.e-control-wrapper.e-bigger textarea ~ label.e-label-top.e-float-text,
.e-small .e-outline.e-float-input.e-control-wrapper.e-bigger textarea[readonly] ~ label.e-label-top.e-float-text,
.e-small .e-outline.e-float-input.e-control-wrapper.e-bigger textarea[disabled] ~ label.e-label-top.e-float-text,
.e-small .e-outline.e-float-input.e-control-wrapper.e-bigger textarea label.e-float-text.e-label-top,
.e-outline.e-float-input.e-bigger.e-small.e-input-focus input ~ label.e-float-text,
.e-bigger .e-outline.e-float-input.e-small.e-input-focus input ~ label.e-float-text,
.e-small .e-outline.e-float-input.e-bigger.e-input-focus input ~ label.e-float-text,
.e-outline.e-float-input.e-control-wrapper.e-bigger.e-small.e-input-focus input ~ label.e-float-text,
.e-bigger .e-outline.e-float-input.e-control-wrapper.e-small.e-input-focus input ~ label.e-float-text,
.e-small .e-outline.e-float-input.e-control-wrapper.e-bigger.e-input-focus input ~ label.e-float-text {
  top: -7px;
  -webkit-transform: translate3d(0, 0, 0) scale(1);
          transform: translate3d(0, 0, 0) scale(1); }

.e-outline.e-float-input.e-small.e-bigger input:focus ~ label.e-float-text,
.e-outline.e-float-input.e-small.e-bigger input:valid ~ label.e-float-text,
.e-outline.e-float-input.e-small.e-bigger input ~ label.e-label-top.e-float-text,
.e-outline.e-float-input.e-small.e-bigger input[readonly] ~ label.e-float-text,
.e-outline.e-float-input.e-small.e-bigger input[disabled] ~ label.e-float-text,
.e-bigger .e-outline.e-float-input.e-small input:focus ~ label.e-float-text,
.e-bigger .e-outline.e-float-input.e-small input:valid ~ label.e-float-text,
.e-bigger .e-outline.e-float-input.e-small input ~ label.e-label-top.e-float-text,
.e-bigger .e-outline.e-float-input.e-small input[readonly] ~ label.e-float-text,
.e-bigger .e-outline.e-float-input.e-small input[disabled] ~ label.e-float-text,
.e-outline.e-float-input.e-control-wrapper.e-small.e-bigger input:focus ~ label.e-float-text,
.e-outline.e-float-input.e-control-wrapper.e-small.e-bigger input:valid ~ label.e-float-text,
.e-outline.e-float-input.e-control-wrapper.e-small.e-bigger input ~ label.e-label-top.e-float-text,
.e-outline.e-float-input.e-control-wrapper.e-small.e-bigger input[readonly] ~ label.e-float-text,
.e-outline.e-float-input.e-control-wrapper.e-small.e-bigger input[disabled] ~ label.e-float-text,
.e-bigger .e-outline.e-float-input.e-control-wrapper.e-small input:focus ~ label.e-float-text,
.e-bigger .e-outline.e-float-input.e-control-wrapper.e-small input:valid ~ label.e-float-text,
.e-bigger .e-outline.e-float-input.e-control-wrapper.e-small input ~ label.e-label-top.e-float-text,
.e-bigger .e-outline.e-float-input.e-control-wrapper.e-small input[readonly] ~ label.e-float-text,
.e-bigger .e-outline.e-float-input.e-control-wrapper.e-small input[disabled] ~ label.e-float-text,
.e-outline.e-float-input.e-small.e-bigger textarea:focus ~ label.e-float-text,
.e-outline.e-float-input.e-small.e-bigger textarea:valid ~ label.e-float-text,
.e-outline.e-float-input.e-small.e-bigger textarea ~ label.e-label-top.e-float-text,
.e-outline.e-float-input.e-small.e-bigger textarea[readonly] ~ label.e-float-text,
.e-outline.e-float-input.e-small.e-bigger textarea[disabled] ~ label.e-float-text,
.e-bigger .e-outline.e-float-input.e-small textarea:focus ~ label.e-float-text,
.e-bigger .e-outline.e-float-input.e-small textarea:valid ~ label.e-float-text,
.e-bigger .e-outline.e-float-input.e-small textarea ~ label.e-label-top.e-float-text,
.e-bigger .e-outline.e-float-input.e-small textarea[readonly] ~ label.e-float-text,
.e-bigger .e-outline.e-float-input.e-small textarea[disabled] ~ label.e-float-text,
.e-outline.e-float-input.e-control-wrapper.e-small.e-bigger textarea:focus ~ label.e-float-text,
.e-outline.e-float-input.e-control-wrapper.e-small.e-bigger textarea:valid ~ label.e-float-text,
.e-outline.e-float-input.e-control-wrapper.e-small.e-bigger textarea ~ label.e-label-top.e-float-text,
.e-outline.e-float-input.e-control-wrapper.e-small.e-bigger textarea[readonly] ~ label.e-float-text,
.e-outline.e-float-input.e-control-wrapper.e-small.e-bigger textarea[disabled] ~ label.e-float-text,
.e-bigger .e-outline.e-float-input.e-control-wrapper.e-small textarea:focus ~ label.e-float-text,
.e-bigger .e-outline.e-float-input.e-control-wrapper.e-small textarea:valid ~ label.e-float-text,
.e-bigger .e-outline.e-float-input.e-control-wrapper.e-small textarea ~ label.e-label-top.e-float-text,
.e-bigger .e-outline.e-float-input.e-control-wrapper.e-small textarea[readonly] ~ label.e-float-text,
.e-bigger .e-outline.e-float-input.e-control-wrapper.e-small textarea[disabled] ~ label.e-float-text,
.e-outline.e-float-input.e-small.e-bigger.e-input-focus input ~ label.e-float-text,
.e-bigger .e-outline.e-float-input.e-small.e-input-focus input ~ label.e-float-text,
.e-outline.e-float-input.e-control-wrapper.e-small.e-bigger.e-input-focus input ~ label.e-float-text,
.e-bigger .e-outline.e-float-input.e-control-wrapper.e-small.e-input-focus input ~ label.e-float-text {
  font-size: 12px; }

.e-outline.e-float-input textarea:focus ~ label.e-float-text,
.e-outline.e-float-input textarea:valid ~ label.e-float-text,
.e-outline.e-float-input textarea ~ label.e-label-top.e-float-text,
.e-outline.e-float-input textarea[readonly] ~ label.e-label-top.e-float-text,
.e-outline.e-float-input textarea[disabled] ~ label.e-label-top.e-float-text,
.e-outline.e-float-input textarea label.e-float-text.e-label-top,
.e-outline.e-float-input.e-control-wrapper textarea:focus ~ label.e-float-text,
.e-outline.e-float-input.e-control-wrapper textarea:valid ~ label.e-float-text,
.e-outline.e-float-input.e-control-wrapper textarea ~ label.e-label-top.e-float-text,
.e-outline.e-float-input.e-control-wrapper textarea[readonly] ~ label.e-label-top.e-float-text,
.e-outline.e-float-input.e-control-wrapper textarea[disabled] ~ label.e-label-top.e-float-text,
.e-outline.e-float-input.e-control-wrapper textarea label.e-float-text.e-label-top {
  top: -7px;
  -webkit-transform: translate3d(0, 0, 0) scale(1);
          transform: translate3d(0, 0, 0) scale(1); }

.e-outline textarea,
textarea.e-outline,
.e-outline.e-float-input textarea,
.e-outline.e-float-input.e-control-wrapper textarea,
.e-outline.e-float-input.e-input-group textarea {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

.e-outline.e-float-input.e-valid-input:not(.e-input-focus) input:valid ~ label.e-float-text,
.e-outline.e-float-input.e-control-wrapper.e-valid-input:not(.e-input-focus) input:focus ~ label.e-float-text,
.e-outline.e-float-input.e-valid-input:not(.e-input-focus) textarea:valid ~ label.e-float-text,
.e-outline.e-float-input.e-control-wrapper.e-valid-input:not(.e-input-focus) textarea:focus ~ label.e-float-text {
  color: rgba(0, 0, 0, 0.6); }

.e-rtl.e-outline.e-float-input.e-small textarea ~ label.e-float-text,
.e-rtl.e-outline.e-float-input textarea ~ label.e-float-text.e-small,
.e-rtl.e-outline.e-float-input textarea.e-small ~ label.e-float-text,
.e-small .e-rtl.e-outline.e-float-input textarea ~ label.e-float-text,
.e-rtl.e-outline.e-float-input.e-control-wrapper.e-small textarea ~ label.e-float-text,
.e-rtl.e-outline.e-float-input.e-control-wrapper textarea ~ label.e-float-text.e-small,
.e-rtl.e-outline.e-float-input.e-control-wrapper textarea.e-small ~ label.e-float-text,
.e-small .e-rtl.e-outline.e-float-input.e-control-wrapper textarea ~ label.e-float-text {
  top: -7px; }

.e-outline.e-float-input.e-small .e-clear-icon::before,
.e-outline.e-float-input.e-control-wrapper.e-small .e-clear-icon::before,
.e-outline.e-input-group.e-small .e-clear-icon::before,
.e-outline.e-input-group.e-control-wrapper.e-small .e-clear-icon::before,
.e-outline.e-float-input.e-control-wrapper input.e-small:first-child ~ .e-clear-icon::before,
.e-outline.e-small .e-float-input.e-control-wrapper .e-clear-icon::before,
.e-outline.e-float-input input.e-small:first-child ~ .e-clear-icon::before,
.e-outline.e-small .e-float-input .e-clear-icon::before,
.e-outline.e-small .e-input-group .e-clear-icon::before,
.e-outline.e-small .e-input-group.e-control-wrapper .e-clear-icon::before {
  font-size: 14px; }

.e-outline.e-float-input .e-clear-icon::before,
.e-outline.e-float-input.e-control-wrapper .e-clear-icon::before,
.e-outline.e-input-group .e-clear-icon::before,
.e-outline.e-input-group.e-control-wrapper .e-clear-icon::before {
  font-size: 16px; }

.e-outline.e-float-input.e-bigger .e-clear-icon::before,
.e-outline.e-float-input.e-control-wrapper.e-bigger .e-clear-icon::before,
.e-outline.e-input-group.e-bigger .e-clear-icon::before,
.e-outline.e-input-group.e-control-wrapper.e-bigger .e-clear-icon::before,
.e-outline.e-float-input.e-control-wrapper input.e-bigger:first-child ~ .e-clear-icon::before,
.e-outline.e-bigger .e-float-input.e-control-wrapper .e-clear-icon::before,
.e-outline.e-float-input input.e-bigger:first-child ~ .e-clear-icon::before,
.e-outline.e-bigger .e-float-input .e-clear-icon::before,
.e-outline.e-bigger .e-input-group .e-clear-icon::before,
.e-outline.e-bigger .e-input-group.e-control-wrapper .e-clear-icon::before {
  font-size: 20px; }

.e-outline.e-float-input.e-small.e-bigger .e-clear-icon::before,
.e-outline.e-float-input.e-control-wrapper.e-small.e-bigger .e-clear-icon::before,
.e-outline.e-input-group.e-small.e-bigger .e-clear-icon::before,
.e-outline.e-input-group.e-control-wrapper.e-small.e-bigger .e-clear-icon::before,
.e-outline.e-small .e-input-group.e-bigger input:first-child ~ .e-clear-icon::before,
.e-outline.e-small .e-input-group.e-control-wrapper.e-bigger input:first-child ~ .e-clear-icon::before,
.e-outline.e-bigger .e-input-group.e-small input:first-child ~ .e-clear-icon::before,
.e-outline.e-bigger .e-input-group.e-control-wrapper.e-small input:first-child ~ .e-clear-icon::before,
.e-outline.e-small .e-float-input.e-control-wrapper.e-bigger input:first-child ~ .e-clear-icon::before,
.e-outline.e-small .e-float-input.e-bigger input:first-child ~ .e-clear-icon::before,
.e-outline.e-bigger .e-float-input.e-control-wrapper.e-small input:first-child ~ .e-clear-icon::before,
.e-outline.e-bigger .e-float-input.e-small input:first-child ~ .e-clear-icon::before {
  font-size: 18px; }

.e-outline.e-float-input textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom,
.e-outline.e-float-input.e-control-wrapper textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom {
  font-size: 14px; }

.e-outline.e-float-input.e-bigger textarea ~ label.e-float-text,
.e-outline.e-float-input textarea ~ label.e-float-text.e-bigger,
.e-outline.e-float-input textarea.e-bigger ~ label.e-float-text,
.e-bigger .e-outline.e-float-input textarea ~ label.e-float-text,
.e-outline.e-float-input.e-bigger textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom,
.e-bigger .e-outline.e-float-input textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom,
.e-outline.e-float-input.e-control-wrapper.e-bigger textarea ~ label.e-float-text,
.e-outline.e-float-input.e-control-wrapper textarea ~ label.e-float-text.e-bigger,
.e-outline.e-float-input.e-control-wrapper textarea.e-bigger ~ label.e-float-text,
.e-bigger .e-outline.e-float-input.e-control-wrapper textarea ~ label.e-float-text,
.e-outline.e-float-input.e-control-wrapper.e-bigger textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom,
.e-bigger .e-outline.e-float-input.e-control-wrapper textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom {
  font-size: 16px; }

.e-outline.e-float-input.e-small textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom,
.e-small .e-outline.e-float-input textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom,
.e-outline.e-float-input.e-control-wrapper.e-small textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom,
.e-small .e-outline.e-float-input.e-control-wrapper textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom {
  font-size: 13px; }

.e-bigger .e-outline.e-float-input.e-small textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom,
.e-small .e-outline.e-float-input.e-bigger textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom,
.e-outline.e-float-input.e-bigger.e-small textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom,
.e-bigger.e-small .e-outline.e-float-input textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom,
.e-outline.e-float-input.e-bigger.e-small textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom,
.e-bigger .e-outline.e-float-input.e-control-wrapper.e-small textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom,
.e-small .e-outline.e-float-input.e-control-wrapper.e-bigger textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom,
.e-outline.e-float-input.e-control-wrapper.e-bigger.e-small textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom,
.e-bigger.e-small .e-outline.e-float-input.e-control-wrapper textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom,
.e-outline.e-float-input.e-control-wrapper.e-bigger.e-small textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom {
  font-size: 14px; }

.e-outline label.e-float-text,
.e-outline.e-float-input label.e-float-text,
.e-outline.e-float-input.e-control-wrapper label.e-float-text,
.e-outline.e-float-input:not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom,
.e-outline.e-float-input.e-control-wrapper:not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom {
  font-size: 14px; }

.e-outline.e-float-input input:-webkit-autofill ~ label.e-float-text,
.e-outline.e-float-input.e-control-wrapper.e-autofill input:-webkit-autofill ~ label.e-float-text,
.e-outline.e-float-input.e-control-wrapper.e-autofill:not(.e-input-focus) input:not(:focus):valid:-webkit-autofill ~ label.e-float-text.e-label-bottom {
  -webkit-animation-name: slideTopUp;
          animation-name: slideTopUp; }

.e-outline.e-float-input textarea:-webkit-autofill ~ label.e-float-text,
.e-outline.e-float-input.e-control-wrapper.e-autofill textarea:-webkit-autofill ~ label.e-float-text,
.e-outline.e-float-input.e-control-wrapper.e-autofill textarea:not(:focus):valid:-webkit-autofill ~ label.e-float-text.e-label-bottom {
  font-size: 14px; }

.e-bigger .e-outline.e-float-input input:-webkit-autofill ~ label.e-float-text,
.e-bigger.e-outline.e-float-input input:-webkit-autofill ~ label.e-float-text,
.e-bigger .e-outline.e-float-input.e-control-wrapper.e-autofill input:-webkit-autofill ~ label.e-float-text,
.e-bigger.e-outline.e-float-input.e-control-wrapper.e-autofill input:-webkit-autofill ~ label.e-float-text,
.e-bigger .e-outline.e-float-input.e-control-wrapper.e-autofill:not(.e-input-focus) input:not(:focus):valid:-webkit-autofill ~ label.e-float-text.e-label-bottom,
.e-bigger.e-outline.e-float-input.e-control-wrapper.e-autofill:not(.e-input-focus) input:not(:focus):valid:-webkit-autofill ~ label.e-float-text.e-label-bottom {
  -webkit-animation-name: slideTopUp;
          animation-name: slideTopUp; }

.e-bigger .e-outline.e-float-input textarea:-webkit-autofill ~ label.e-float-text,
.e-bigger.e-outline.e-float-input textarea:-webkit-autofill ~ label.e-float-text,
.e-bigger .e-outline.e-float-input.e-control-wrapper.e-autofill textarea:-webkit-autofill ~ label.e-float-text,
.e-bigger.e-outline.e-float-input.e-control-wrapper.e-autofill textarea:-webkit-autofill ~ label.e-float-text,
.e-bigger .e-outline.e-float-input.e-control-wrapper.e-autofill textarea:not(:focus):valid:-webkit-autofill ~ label.e-float-text.e-label-bottom,
.e-bigger.e-outline.e-float-input.e-control-wrapper.e-autofill textarea:not(:focus):valid:-webkit-autofill ~ label.e-float-text.e-label-bottom {
  font-size: 16px; }

.e-small .e-outline.e-float-input input:-webkit-autofill ~ label.e-float-text,
.e-small.e-outline.e-float-input input:-webkit-autofill ~ label.e-float-text,
.e-small .e-outline.e-float-input.e-control-wrapper.e-autofill input:-webkit-autofill ~ label.e-float-text,
.e-small.e-outline.e-float-input.e-control-wrapper.e-autofill input:-webkit-autofill ~ label.e-float-text,
.e-small .e-outline.e-float-input.e-control-wrapper.e-autofill:not(.e-input-focus) input:not(:focus):valid:-webkit-autofill ~ label.e-float-text.e-label-bottom,
.e-small.e-outline.e-float-input.e-control-wrapper.e-autofill:not(.e-input-focus) input:not(:focus):valid:-webkit-autofill ~ label.e-float-text.e-label-bottom {
  -webkit-animation-name: slideTopUp;
          animation-name: slideTopUp; }

.e-small .e-outline.e-float-input textarea:-webkit-autofill ~ label.e-float-text,
.e-small.e-outline.e-float-input textarea:-webkit-autofill ~ label.e-float-text,
.e-small .e-outline.e-float-input.e-control-wrapper.e-autofill textarea:-webkit-autofill ~ label.e-float-text,
.e-small.e-outline.e-float-input.e-control-wrapper.e-autofill textarea:-webkit-autofill ~ label.e-float-text,
.e-small .e-outline.e-float-input.e-control-wrapper.e-autofill textarea:not(:focus):valid:-webkit-autofill ~ label.e-float-text.e-label-bottom,
.e-small.e-outline.e-float-input.e-control-wrapper.e-autofill textarea:not(:focus):valid:-webkit-autofill ~ label.e-float-text.e-label-bottom {
  font-size: 13px; }

.e-bigger .e-outline.e-float-input.e-small input:-webkit-autofill ~ label.e-float-text,
.e-bigger.e-small .e-outline.e-float-input input:-webkit-autofill ~ label.e-float-text,
.e-outline.e-float-input.e-bigger.e-small input:-webkit-autofill ~ label.e-float-text,
.e-bigger .e-outline.e-float-input.e-small.e-control-wrapper.e-autofill input:-webkit-autofill ~ label.e-float-text,
.e-bigger.e-small .e-outline.e-float-input.e-control-wrapper.e-autofill input:-webkit-autofill ~ label.e-float-text,
.e-outline.e-float-input.e-bigger.e-small.e-control-wrapper.e-autofill input:-webkit-autofill ~ label.e-float-text,
.e-small.e-bigger .e-outline.e-float-input.e-control-wrapper.e-autofill:not(.e-input-focus) input:not(:focus):valid:-webkit-autofill ~ label.e-float-text.e-label-bottom,
.e-small.e-bigger.e-outline.e-float-input.e-control-wrapper.e-autofill:not(.e-input-focus) input:not(:focus):valid:-webkit-autofill ~ label.e-float-text.e-label-bottom,
.e-bigger .e-small.e-outline.e-float-input.e-control-wrapper.e-autofill:not(.e-input-focus) input:not(:focus):valid:-webkit-autofill ~ label.e-float-text.e-label-bottom,
.e-small .e-bigger.e-outline.e-float-input.e-control-wrapper.e-autofill:not(.e-input-focus) input:not(:focus):valid:-webkit-autofill ~ label.e-float-text.e-label-bottom {
  -webkit-animation-name: slideTopUp;
          animation-name: slideTopUp; }

.e-bigger .e-outline.e-float-input.e-small textarea:-webkit-autofill ~ label.e-float-text,
.e-bigger.e-small .e-outline.e-float-input textarea:-webkit-autofill ~ label.e-float-text,
.e-outline.e-float-input.e-bigger.e-small textarea:-webkit-autofill ~ label.e-float-text,
.e-bigger .e-outline.e-float-input.e-small.e-control-wrapper.e-autofill textarea:-webkit-autofill ~ label.e-float-text,
.e-bigger.e-small .e-outline.e-float-input.e-control-wrapper.e-autofill textarea:-webkit-autofill ~ label.e-float-text,
.e-outline.e-float-input.e-bigger.e-small.e-control-wrapper.e-autofill textarea:-webkit-autofill ~ label.e-float-text,
.e-small.e-bigger .e-outline.e-float-input.e-control-wrapper.e-autofill textarea:not(:focus):valid:-webkit-autofill ~ label.e-float-text.e-label-bottom,
.e-small.e-bigger.e-outline.e-float-input.e-control-wrapper.e-autofill textarea:not(:focus):valid:-webkit-autofill ~ label.e-float-text.e-label-bottom,
.e-bigger .e-small.e-outline.e-float-input.e-control-wrapper.e-autofill textarea:not(:focus):valid:-webkit-autofill ~ label.e-float-text.e-label-bottom,
.e-small .e-bigger.e-outline.e-float-input.e-control-wrapper.e-autofill textarea:not(:focus):valid:-webkit-autofill ~ label.e-float-text.e-label-bottom {
  font-size: 14px; }

.e-outline.e-float-input.e-bigger label.e-float-text,
.e-outline.e-float-input label.e-float-text.e-bigger,
.e-outline.e-float-input input.e-bigger ~ label.e-float-text,
.e-bigger .e-outline.e-float-input label.e-float-text,
.e-outline.e-float-input.e-bigger:not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom,
.e-bigger .e-outline.e-float-input:not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom,
.e-outline.e-float-input.e-control-wrapper.e-bigger label.e-float-text,
.e-outline.e-float-input.e-control-wrapper label.e-float-text.e-bigger,
.e-outline.e-float-input.e-control-wrapper input.e-bigger ~ label.e-float-text,
.e-bigger .e-outline.e-float-input.e-control-wrapper label.e-float-text,
.e-outline.e-float-input.e-control-wrapper.e-bigger:not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom,
.e-bigger .e-outline.e-float-input.e-control-wrapper:not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom {
  font-size: 16px; }

.e-outline.e-float-input.e-bigger textarea ~ label.e-float-text,
.e-outline.e-float-input textarea ~ label.e-float-text.e-bigger,
.e-outline.e-float-input textarea.e-bigger ~ label.e-float-text,
.e-bigger .e-outline.e-float-input textarea ~ label.e-float-text,
.e-outline.e-float-input.e-bigger textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom,
.e-bigger .e-outline.e-float-input textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom,
.e-outline.e-float-input.e-control-wrapper.e-bigger textarea ~ label.e-float-text,
.e-outline.e-float-input.e-control-wrapper textarea ~ label.e-float-text.e-bigger,
.e-outline.e-float-input.e-control-wrapper textarea.e-bigger ~ label.e-float-text,
.e-bigger .e-outline.e-float-input.e-control-wrapper textarea ~ label.e-float-text,
.e-outline.e-float-input.e-control-wrapper.e-bigger textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom,
.e-bigger .e-outline.e-float-input.e-control-wrapper textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom {
  font-size: 16px; }

.e-outline.e-float-input.e-small label.e-float-text,
.e-outline.e-float-input.e-small:not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom,
.e-small .e-outline.e-float-input:not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom,
.e-outline.e-float-input.e-control-wrapper.e-small label.e-float-text,
.e-outline.e-float-input.e-control-wrapper.e-small:not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom,
.e-small .e-outline.e-float-input.e-control-wrapper:not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom {
  font-size: 13px; }

.e-outline.e-float-input.e-small textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom,
.e-small .e-outline.e-float-input textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom,
.e-outline.e-float-input.e-control-wrapper.e-small textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom,
.e-small .e-outline.e-float-input.e-control-wrapper textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom {
  font-size: 13px; }

.e-outline.e-float-input.e-small textarea ~ label.e-float-text,
.e-outline.e-float-input textarea ~ label.e-float-text.e-small,
.e-outline.e-float-input textarea.e-small ~ label.e-float-text,
.e-small .e-outline.e-float-input textarea ~ label.e-float-text,
.e-outline.e-float-input.e-control-wrapper.e-small textarea ~ label.e-float-text,
.e-outline.e-float-input.e-control-wrapper textarea ~ label.e-float-text.e-small,
.e-outline.e-float-input.e-control-wrapper textarea.e-small ~ label.e-float-text,
.e-small .e-outline.e-float-input.e-control-wrapper textarea ~ label.e-float-text {
  font-size: 13px; }

.e-outline.e-float-input.e-small.e-bigger label.e-float-text,
.e-bigger .e-outline.e-float-input.e-small label.e-float-text,
.e-bigger .e-outline.e-float-input.e-small:not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom,
.e-small .e-outline.e-float-input.e-bigger:not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom,
.e-outline.e-float-input.e-bigger.e-small:not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom,
.e-bigger.e-small .e-outline.e-float-input:not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom,
.e-outline.e-float-input.e-bigger.e-small:not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom,
.e-outline.e-float-input.e-control-wrapper.e-small.e-bigger label.e-float-text,
.e-bigger .e-outline.e-float-input.e-control-wrapper.e-small label.e-float-text,
.e-bigger .e-outline.e-float-input.e-control-wrapper.e-small:not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom,
.e-small .e-outline.e-float-input.e-control-wrapper.e-bigger:not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom,
.e-outline.e-float-input.e-control-wrapper.e-bigger.e-small:not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom,
.e-bigger.e-small .e-outline.e-float-input.e-control-wrapper:not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom,
.e-outline.e-float-input.e-control-wrapper.e-bigger.e-small:not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom {
  font-size: 14px; }

.e-bigger .e-outline.e-float-input.e-small textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom,
.e-small .e-outline.e-float-input.e-bigger textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom,
.e-outline.e-float-input.e-bigger.e-small textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom,
.e-bigger.e-small .e-outline.e-float-input textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom,
.e-outline.e-float-input.e-bigger.e-small textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom,
.e-bigger .e-outline.e-float-input.e-control-wrapper.e-small textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom,
.e-small .e-outline.e-float-input.e-control-wrapper.e-bigger textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom,
.e-outline.e-float-input.e-control-wrapper.e-bigger.e-small textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom,
.e-bigger.e-small .e-outline.e-float-input.e-control-wrapper textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom,
.e-outline.e-float-input.e-control-wrapper.e-bigger.e-small textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom {
  font-size: 14px; }

.e-filled.e-input-group,
.e-filled.e-input-group.e-control-wrapper,
.e-filled.e-float-input,
.e-filled.e-float-input.e-control-wrapper {
  line-height: 1; }

.e-filled input.e-input,
.e-filled.e-input-group input,
.e-filled.e-input-group.e-control-wrapper input,
.e-filled.e-input-group input.e-input,
.e-filled.e-input-group.e-control-wrapper input.e-input {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

.e-filled.e-float-input:not(.e-input-group) input,
.e-filled.e-float-input.e-control-wrapper:not(.e-input-group) input {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

.e-control .e-filled input.e-input,
.e-control .e-filled.e-input-group input,
.e-control .e-filled.e-input-group input.e-input,
.e-control .e-filled.e-input-group.e-control-wrapper input,
.e-control .e-filled.e-input-group.e-control-wrapper input.e-input,
.e-control .e-filled.e-float-input input,
.e-control .e-filled.e-float-input.e-control-wrapper input,
.e-control.e-filled.e-input-group input,
.e-control.e-filled.e-input-group input.e-input,
.e-control.e-filled.e-input-group.e-control-wrapper input,
.e-control.e-filled.e-input-group.e-control-wrapper input.e-input,
.e-control.e-filled.e-float-input input,
.e-control.e-filled.e-float-input.e-control-wrapper input {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

.e-filled input.e-input.e-bigger,
.e-filled.e-input-group.e-bigger input,
.e-filled.e-input-group.e-bigger input.e-input,
.e-filled.e-input-group.e-control-wrapper.e-bigger input,
.e-filled.e-input-group.e-control-wrapper.e-bigger input.e-input,
.e-bigger .e-filled.e-input-group input,
.e-bigger .e-filled.e-input-group input.e-input,
.e-bigger .e-filled.e-input-group.e-control-wrapper input,
.e-bigger .e-filled.e-input-group.e-control-wrapper input.e-input,
.e-filled.e-float-input.e-bigger input,
.e-filled.e-float-input.e-bigger input.e-input,
.e-bigger .e-filled.e-float-input input,
.e-bigger .e-filled.e-float-input input.e-input,
.e-filled.e-float-input.e-control-wrapper.e-bigger input,
.e-filled.e-float-input.e-control-wrapper.e-bigger input.e-input,
.e-bigger .e-filled.e-float-input.e-control-wrapper input,
.e-bigger .e-filled.e-float-input.e-control-wrapper input.e-input {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

.e-filled.e-float-input.e-bigger:not(.e-input-group) input,
.e-filled.e-float-input.e-bigger:not(.e-input-group) input.e-input,
.e-bigger .e-filled.e-float-input:not(.e-input-group) input,
.e-bigger .e-filled.e-float-input:not(.e-input-group) input.e-input,
.e-filled.e-float-input.e-control-wrapper.e-bigger:not(.e-input-group) input,
.e-filled.e-float-input.e-control-wrapper.e-bigger:not(.e-input-group) input.e-input,
.e-bigger .e-filled.e-float-input.e-control-wrapper:not(.e-input-group) input,
.e-bigger .e-filled.e-float-input.e-control-wrapper:not(.e-input-group) input.e-input {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

.e-filled input.e-input.e-small,
.e-filled.e-input-group.e-small input,
.e-filled.e-input-group.e-small input.e-input,
.e-small .e-filled.e-input-group input,
.e-small .e-filled.e-input-group input.e-input,
.e-filled.e-input-group.e-control-wrapper.e-small input,
.e-filled.e-input-group.e-control-wrapper.e-small input.e-input,
.e-small .e-filled.e-input-group.e-control-wrapper input,
.e-small .e-filled.e-input-group.e-control-wrapper input.e-input,
.e-filled.e-float-input.e-small input,
.e-filled.e-float-input.e-small input.e-input,
.e-small .e-filled.e-float-input input,
.e-small .e-filled.e-float-input input.e-input,
.e-filled.e-float-input.e-control-wrapper.e-small input,
.e-filled.e-float-input.e-control-wrapper.e-small input.e-input,
.e-small .e-filled.e-float-input.e-control-wrapper input,
.e-small .e-filled.e-float-input.e-control-wrapper input.e-input {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

.e-filled.e-float-input.e-small:not(.e-input-group) input, .e-filled.e-float-input.e-small:not(.e-input-group) input.e-input, .e-small .e-filled.e-float-input:not(.e-input-group) input, .e-small .e-filled.e-float-input:not(.e-input-group) input.e-input .e-filled.e-float-input.e-control-wrapper.e-small:not(.e-input-group) input, .e-filled.e-float-input.e-control-wrapper.e-small:not(.e-input-group) input.e-input, .e-small .e-filled.e-float-input.e-control-wrapper:not(.e-input-group) input, .e-small .e-filled.e-float-input.e-control-wrapper:not(.e-input-group) input.e-input {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

.e-filled input.e-input.e-small.e-bigger,
.e-filled.e-input-group.e-bigger.e-small input,
.e-filled.e-input-group.e-bigger.e-small input.e-input,
.e-bigger.e-small .e-filled.e-input-group input,
.e-bigger.e-small .e-filled.e-input-group input.e-input,
.e-filled.e-input-group.e-control-wrapper.e-bigger.e-small input,
.e-filled.e-input-group.e-control-wrapper.e-bigger.e-small input.e-input,
.e-bigger.e-small .e-filled.e-input-group.e-control-wrapper input,
.e-bigger.e-small .e-filled.e-input-group.e-control-wrapper input.e-input,
.e-filled.e-float-input.e-bigger.e-small input,
.e-filled.e-float-input.e-bigger.e-small input.e-input,
.e-bigger.e-small .e-filled.e-float-input input,
.e-bigger.e-small .e-filled.e-float-input input.e-input,
.e-filled.e-float-input.e-control-wrapper.e-bigger.e-small input,
.e-filled.e-float-input.e-control-wrapper.e-bigger.e-small input.e-input,
.e-bigger.e-small .e-filled.e-float-input.e-control-wrapper input,
.e-bigger.e-small .e-filled.e-float-input.e-control-wrapper input.e-input {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

.e-filled.e-float-input.e-bigger.e-small:not(.e-input-group) input,
.e-filled.e-float-input.e-bigger.e-small:not(.e-input-group) input.e-input,
.e-bigger.e-small .e-filled.e-float-input:not(.e-input-group) input,
.e-bigger.e-small .e-filled.e-float-input:not(.e-input-group) input.e-input,
.e-filled.e-float-input.e-control-wrapper.e-bigger.e-small:not(.e-input-group) input,
.e-filled.e-float-input.e-control-wrapper.e-bigger.e-small:not(.e-input-group) input.e-input,
.e-bigger.e-small .e-filled.e-float-input.e-control-wrapper:not(.e-input-group) input,
.e-bigger.e-small .e-filled.e-float-input.e-control-wrapper:not(.e-input-group) input.e-input {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

.e-filled textarea.e-input,
.e-filled.e-input-group textarea,
.e-filled.e-input-group.e-control-wrapper textarea,
.e-filled.e-float-input textarea,
.e-filled.e-float-input.e-control-wrapper textarea {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

.e-filled.e-input-group textarea.e-input.e-bigger,
.e-filled.e-input-group.e-control-wrapper textarea.e-input.e-bigger,
.e-filled textarea.e-input.e-bigger,
.e-filled.e-input-group.e-bigger textarea,
.e-filled.e-input-group.e-bigger textarea.e-input,
.e-bigger .e-filled.e-input-group textarea,
.e-bigger .e-filled.e-input-group textarea.e-input,
.e-filled.e-input-group.e-control-wrapper.e-bigger textarea,
.e-filled.e-input-group.e-control-wrapper.e-bigger textarea.e-input,
.e-bigger .e-filled.e-input-group.e-control-wrapper textarea,
.e-bigger .e-filled.e-input-group.e-control-wrapper textarea.e-input,
.e-filled.e-float-input.e-bigger textarea,
.e-filled.e-float-input.e-bigger textarea.e-input,
.e-bigger .e-filled.e-float-input textarea,
.e-bigger .e-filled.e-float-input textarea.e-input,
.e-filled.e-float-input.e-control-wrapper.e-bigger textarea,
.e-filled.e-float-input.e-control-wrapper.e-bigger textarea.e-input,
.e-bigger .e-filled.e-float-input.e-control-wrapper textarea,
.e-bigger .e-filled.e-float-input.e-control-wrapper textarea.e-input {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

.e-filled textarea.e-input.e-small,
.e-filled.e-input-group.e-small textarea,
.e-filled.e-input-group.e-small textarea.e-input,
.e-small .e-filled.e-input-group textarea,
.e-small .e-filled.e-input-group textarea.e-input,
.e-filled.e-input-group.e-control-wrapper.e-small textarea,
.e-filled.e-input-group.e-control-wrapper.e-small textarea.e-input,
.e-small .e-filled.e-input-group.e-control-wrapper textarea,
.e-small .e-filled.e-input-group.e-control-wrapper textarea.e-input,
.e-filled.e-float-input.e-small textarea,
.e-filled.e-float-input.e-small textarea.e-input,
.e-small .e-filled.e-float-input textarea,
.e-small .e-filled.e-float-input textarea.e-input,
.e-filled.e-float-input.e-control-wrapper.e-small textarea,
.e-filled.e-float-input.e-control-wrapper.e-small textarea.e-input,
.e-small .e-filled.e-float-input.e-control-wrapper textarea,
.e-small .e-filled.e-float-input.e-control-wrapper textarea.e-input {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

.e-filled textarea.e-input.e-small.e-bigger,
.e-filled.e-input-group.e-bigger.e-small textarea,
.e-filled.e-input-group.e-bigger.e-small textarea.e-input,
.e-bigger.e-small .e-filled.e-input-group textarea,
.e-bigger.e-small .e-filled.e-input-group textarea.e-input,
.e-filled.e-input-group.e-control-wrapper.e-bigger.e-small textarea,
.e-filled.e-input-group.e-control-wrapper.e-bigger.e-small textarea.e-input,
.e-bigger.e-small .e-filled.e-input-group.e-control-wrapper textarea,
.e-bigger.e-small .e-filled.e-input-group.e-control-wrapper textarea.e-input,
.e-filled.e-float-input.e-bigger.e-small textarea,
.e-filled.e-float-input.e-bigger.e-small textarea.e-input,
.e-bigger.e-small .e-filled.e-float-input textarea,
.e-bigger.e-small .e-filled.e-float-input textarea.e-input,
.e-filled.e-float-input.e-control-wrapper.e-bigger.e-small textarea,
.e-filled.e-float-input.e-control-wrapper.e-bigger.e-small textarea.e-input,
.e-bigger.e-small .e-filled.e-float-input.e-control-wrapper textarea,
.e-bigger.e-small .e-filled.e-float-input.e-control-wrapper textarea.e-input {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

.e-filled.e-float-input input,
.e-filled.e-float-input textarea,
.e-filled.e-float-input.e-control-wrapper input,
.e-filled.e-float-input.e-control-wrapper textarea {
  border: 0 solid;
  border-width: 0; }

.e-filled.e-float-input:hover:not(.e-input-group):not(.e-disabled) input:not([disabled]),
.e-filled.e-float-input:hover:not(.e-input-group):not(.e-disabled) textarea:not([disabled]),
.e-filled.e-float-input:hover:not(.e-input-group):not(.e-disabled) input:not([disabled]),
.e-filled.e-float-input:hover:not(.e-input-group):not(.e-disabled) textarea:not([disabled]),
.e-filled.e-float-input.e-control-wrapper:hover:not(.e-input-group):not(.e-disabled) input:not([disabled]),
.e-filled.e-float-input.e-control-wrapper:hover:not(.e-input-group):not(.e-disabled) textarea:not([disabled]),
.e-filled.e-float-input.e-control-wrapper:hover:not(.e-input-group):not(.e-disabled) input:not([disabled]),
.e-filled.e-float-input.e-control-wrapper:hover:not(.e-input-group):not(.e-disabled) textarea:not([disabled]) {
  border-bottom-width: 0; }

.e-filled.e-float-input.e-control-wrapper.e-input-focus:not(.e-input-group):not(.e-float-icon-left):not(.e-disabled):not(.e-success):not(.e-warning):not(.e-error) input,
.e-filled.e-float-input.e-control-wrapper.e-input-focus:not(.e-input-group):not(.e-float-icon-left):not(.e-disabled).e-success:not(.e-warning):not(.e-error) input,
.e-filled.e-float-input.e-control-wrapper.e-input-focus:not(.e-input-group):not(.e-float-icon-left):not(.e-disabled):not(.e-success).e-warning:not(.e-error) input,
.e-filled.e-float-input.e-control-wrapper.e-input-focus:not(.e-input-group):not(.e-float-icon-left):not(.e-disabled):not(.e-success):not(.e-warning).e-error input,
.e-filled.e-float-input.e-control-wrapper.e-input-focus:not(.e-input-group):not(.e-float-icon-left):not(.e-disabled):not(.e-success):not(.e-warning):not(.e-error) textarea,
.e-filled.e-float-input.e-control-wrapper.e-input-focus:not(.e-input-group):not(.e-float-icon-left):not(.e-disabled).e-success:not(.e-warning):not(.e-error) textarea,
.e-filled.e-float-input.e-control-wrapper.e-input-focus:not(.e-input-group):not(.e-float-icon-left):not(.e-disabled):not(.e-success).e-warning:not(.e-error) textarea,
.e-filled.e-float-input.e-control-wrapper.e-input-focus:not(.e-input-group):not(.e-float-icon-left):not(.e-disabled):not(.e-success):not(.e-warning).e-error textarea,
.e-filled.e-float-input.e-input-focus:not(.e-input-group):not(.e-float-icon-left):not(.e-disabled):not(.e-success):not(.e-warning):not(.e-error) input,
.e-filled.e-float-input.e-input-focus:not(.e-input-group):not(.e-float-icon-left):not(.e-disabled).e-success:not(.e-warning):not(.e-error) input,
.e-filled.e-float-input.e-input-focus:not(.e-input-group):not(.e-float-icon-left):not(.e-disabled):not(.e-success).e-warning:not(.e-error) input,
.e-filled.e-float-input.e-input-focus:not(.e-input-group):not(.e-float-icon-left):not(.e-disabled):not(.e-success):not(.e-warning).e-error input,
.e-filled.e-float-input.e-input-focus:not(.e-input-group):not(.e-float-icon-left):not(.e-disabled):not(.e-success):not(.e-warning):not(.e-error) textarea,
.e-filled.e-float-input.e-input-focus:not(.e-input-group):not(.e-float-icon-left):not(.e-disabled).e-success:not(.e-warning):not(.e-error) textarea,
.e-filled.e-float-input.e-input-focus:not(.e-input-group):not(.e-float-icon-left):not(.e-disabled):not(.e-success).e-warning:not(.e-error) textarea,
.e-filled.e-float-input.e-input-focus:not(.e-input-group):not(.e-float-icon-left):not(.e-disabled):not(.e-success):not(.e-warning).e-error textarea,
.e-filled.e-float-input.e-input-focus:not(.e-input-group):not(.e-float-icon-left):not(.e-success):not(.e-warning):not(.e-error) input,
.e-filled.e-float-input.e-input-focus:not(.e-input-group):not(.e-float-icon-left).e-success:not(.e-warning):not(.e-error) input,
.e-filled.e-float-input.e-input-focus:not(.e-input-group):not(.e-float-icon-left):not(.e-success).e-warning:not(.e-error) input,
.e-filled.e-float-input.e-input-focus:not(.e-input-group):not(.e-float-icon-left):not(.e-success):not(.e-warning).e-error input,
.e-filled.e-float-input.e-control-wrapper.e-input-focus:not(.e-input-group):not(.e-float-icon-left):not(.e-success):not(.e-warning):not(.e-error) input,
.e-filled.e-float-input.e-control-wrapper.e-input-focus:not(.e-input-group):not(.e-float-icon-left).e-success:not(.e-warning):not(.e-error) input,
.e-filled.e-float-input.e-control-wrapper.e-input-focus:not(.e-input-group):not(.e-float-icon-left):not(.e-success).e-warning:not(.e-error) input,
.e-filled.e-float-input.e-control-wrapper.e-input-focus:not(.e-input-group):not(.e-float-icon-left):not(.e-success):not(.e-warning).e-error input {
  border-width: 0; }

.e-filled.e-input-group,
.e-filled.e-input-group.e-control-wrapper {
  border-radius: 4px 4px 0 0;
  padding: 0 10px 0 12px; }

.e-filled.e-input-group.e-bigger,
.e-bigger .e-filled.e-input-group,
.e-filled.e-input-group.e-control-wrapper.e-bigger,
.e-bigger .e-filled.e-input-group.e-control-wrapper {
  margin-top: 0;
  padding: 0 12px 0 16px; }

.e-filled.e-input-group.e-small,
.e-filled.e-input-group.e-control-wrapper.e-small,
.e-small .e-filled.e-input-group.e-control-wrapper {
  margin-top: 0;
  padding: 0 6px 0 8px; }

.e-filled.e-input-group.e-small.e-bigger,
.e-bigger.e-small .e-filled.e-input-group.e-small,
.e-bigger .e-filled.e-input-group.e-small,
.e-small .e-filled.e-input-group.e-bigger,
.e-filled.e-input-group.e-control-wrapper.e-small.e-bigger,
.e-bigger.e-small .e-filled.e-input-group.e-control-wrapper.e-small,
.e-bigger .e-filled.e-input-group.e-control-wrapper.e-small,
.e-small .e-filled.e-input-group.e-control-wrapper.e-bigger {
  margin-top: 0;
  padding: 0 10px 0 12px; }

.e-filled.e-float-input,
.e-filled.e-float-input.e-control-wrapper {
  border: 1px solid;
  border-radius: 4px 4px 0 0;
  border-width: 0 0 1px 0;
  margin-top: 0;
  padding: 0 10px 0 12px; }

.e-filled.e-float-input.e-bigger,
.e-bigger .e-filled.e-float-input,
.e-filled.e-float-input.e-control-wrapper.e-bigger,
.e-bigger .e-filled.e-float-input.e-control-wrapper {
  margin-top: 0;
  padding: 0 12px 0 16px; }

.e-filled.e-float-input.e-small,
.e-filled.e-float-input.e-control-wrapper.e-small,
.e-small .e-filled.e-float-input.e-control-wrapper {
  margin-top: 0;
  padding: 0 6px 0 8px; }

.e-filled.e-float-input.e-small.e-bigger,
.e-bigger.e-small .e-filled.e-float-input.e-small,
.e-bigger .e-filled.e-float-input.e-small,
.e-small .e-filled.e-float-input.e-bigger,
.e-filled.e-float-input.e-control-wrapper.e-small.e-bigger,
.e-bigger.e-small .e-filled.e-float-input.e-control-wrapper.e-small,
.e-bigger .e-filled.e-float-input.e-control-wrapper.e-small,
.e-small .e-filled.e-float-input.e-control-wrapper.e-bigger {
  margin-top: 0;
  padding: 0 10px 0 12px; }

.e-rtl.e-filled.e-input-group,
.e-rtl.e-filled.e-input-group.e-control-wrapper,
.e-rtl .e-filled.e-input-group,
.e-rtl .e-filled.e-input-group.e-control-wrapper {
  padding: 0 12px 0 10px; }

.e-rtl.e-filled.e-input-group.e-bigger,
.e-bigger .e-rtl.e-filled.e-input-group,
.e-rtl.e-filled.e-input-group.e-control-wrapper.e-bigger,
.e-bigger .e-rtl.e-filled.e-input-group.e-control-wrapper,
.e-rtl .e-filled.e-input-group.e-bigger,
.e-bigger.e-rtl .e-filled.e-input-group,
.e-rtl .e-filled.e-input-group.e-control-wrapper.e-bigger,
.e-bigger.e-rtl .e-filled.e-input-group.e-control-wrapper {
  padding: 0 16px 0 12px; }

.e-rtl.e-filled.e-input-group.e-small,
.e-rtl.e-filled.e-input-group.e-control-wrapper.e-small,
.e-small .e-rtl.e-filled.e-input-group.e-control-wrapper,
.e-rtl .e-filled.e-input-group.e-small,
.e-rtl .e-filled.e-input-group.e-control-wrapper.e-small,
.e-small.e-rtl .e-filled.e-input-group.e-control-wrapper {
  padding: 0 8px 0 6px; }

.e-rtl.e-filled.e-input-group.e-small.e-bigger,
.e-bigger.e-small .e-rtl.e-filled.e-input-group.e-small,
.e-bigger .e-rtl.e-filled.e-input-group.e-small,
.e-small .e-rtl.e-filled.e-input-group.e-bigger,
.e-rtl.e-filled.e-input-group.e-control-wrapper.e-small.e-bigger,
.e-bigger.e-small .e-rtl.e-filled.e-input-group.e-control-wrapper.e-small,
.e-bigger .e-rtl.e-filled.e-input-group.e-control-wrapper.e-small,
.e-small .e-rtl.e-filled.e-input-group.e-control-wrapper.e-bigger,
.e-rtl .e-filled.e-input-group.e-small.e-bigger,
.e-bigger.e-small.e-rtl .e-filled.e-input-group.e-small,
.e-bigger.e-rtl .e-filled.e-input-group.e-small,
.e-small.e-rtl .e-filled.e-input-group.e-bigger,
.e-rtl .e-filled.e-input-group.e-control-wrapper.e-small.e-bigger,
.e-bigger.e-small.e-rtl .e-filled.e-input-group.e-control-wrapper.e-small,
.e-bigger.e-rtl .e-filled.e-input-group.e-control-wrapper.e-small,
.e-small.e-rtl .e-filled.e-input-group.e-control-wrapper.e-bigger {
  padding: 0 12px 0 10px; }

.e-rtl.e-filled.e-float-input,
.e-rtl.e-filled.e-float-input.e-control-wrapper,
.e-rtl .e-filled.e-float-input,
.e-rtl .e-filled.e-float-input.e-control-wrapper {
  padding: 0 12px 0 10px; }

.e-rtl.e-filled.e-float-input.e-bigger,
.e-bigger .e-rtl.e-filled.e-float-input,
.e-rtl.e-filled.e-float-input.e-control-wrapper.e-bigger,
.e-bigger .e-rtl.e-filled.e-float-input.e-control-wrapper,
.e-rtl .e-filled.e-float-input.e-bigger,
.e-bigger.e-rtl .e-filled.e-float-input,
.e-rtl .e-filled.e-float-input.e-control-wrapper.e-bigger,
.e-bigger.e-rtl .e-filled.e-float-input.e-control-wrapper {
  padding: 0 16px 0 12px; }

.e-rtl.e-filled.e-float-input.e-small,
.e-rtl.e-filled.e-float-input.e-control-wrapper.e-small,
.e-small .e-rtl.e-filled.e-float-input.e-control-wrapper,
.e-rtl .e-filled.e-float-input.e-small,
.e-rtl .e-filled.e-float-input.e-control-wrapper.e-small,
.e-small.e-rtl .e-filled.e-float-input.e-control-wrapper {
  padding: 0 8px 0 6px; }

.e-rtl.e-filled.e-float-input.e-small.e-bigger,
.e-bigger.e-small .e-rtl.e-filled.e-float-input.e-small,
.e-bigger .e-rtl.e-filled.e-float-input.e-small,
.e-small .e-rtl.e-filled.e-float-input.e-bigger,
.e-rtl.e-filled.e-float-input.e-control-wrapper.e-small.e-bigger,
.e-bigger.e-small .e-rtl.e-filled.e-float-input.e-control-wrapper.e-small,
.e-bigger .e-rtl.e-filled.e-float-input.e-control-wrapper.e-small,
.e-small .e-rtl.e-filled.e-float-input.e-control-wrapper.e-bigger,
.e-rtl .e-filled.e-float-input.e-small.e-bigger,
.e-bigger.e-small.e-rtl .e-filled.e-float-input.e-small,
.e-bigger.e-rtl .e-filled.e-float-input.e-small,
.e-small.e-rtl .e-filled.e-float-input.e-bigger,
.e-rtl .e-filled.e-float-input.e-control-wrapper.e-small.e-bigger,
.e-bigger.e-small.e-rtl .e-filled.e-float-input.e-control-wrapper.e-small,
.e-bigger.e-rtl .e-filled.e-float-input.e-control-wrapper.e-small,
.e-small.e-rtl .e-filled.e-float-input.e-control-wrapper.e-bigger {
  padding: 0 12px 0 10px; }

.e-filled input.e-input,
.e-filled.e-input-group input.e-input,
.e-filled.e-input-group.e-control-wrapper input.e-input,
.e-filled textarea.e-input,
.e-filled.e-input-group textarea.e-input,
.e-filled.e-input-group.e-control-wrapper textarea.e-input {
  padding: 10px 2px 10px 0; }

.e-filled .e-input:focus {
  padding-bottom: 10px; }

.e-filled.e-input-group input.e-input:focus,
.e-filled.e-input-group.e-control-wrapper input.e-input:focus,
.e-filled.e-input-group textarea.e-input:focus,
.e-filled.e-input-group.e-control-wrapper textarea.e-input:focus,
.e-filled.e-input-group.e-input-focus input.e-input,
.e-filled.e-input-group.e-control-wrapper.e-input-focus input.e-input {
  padding: 10px 2px 10px 0; }

.e-filled input.e-input.e-bigger,
.e-filled textarea.e-input.e-bigger,
.e-filled.e-input-group.e-bigger .e-input,
.e-filled.e-input-group.e-bigger.e-control-wrapper .e-input,
.e-bigger .e-filled input.e-input,
.e-bigger .e-filled textarea.e-input,
.e-bigger .e-filled.e-input-group .e-input,
.e-bigger .e-filled.e-input-group.e-control-wrapper .e-input {
  padding: 16px 4px 16px 0; }

.e-filled.e-input-group.e-bigger .e-input:focus,
.e-bigger .e-filled.e-input-group .e-input:focus,
.e-filled.e-input-group.e-control-wrapper.e-bigger .e-input:focus,
.e-bigger .e-filled.e-input-group.e-control-wrapper .e-input:focus,
.e-filled.e-input-group.e-bigger.e-input-focus .e-input,
.e-bigger .e-filled.e-input-group.e-input-focus .e-input,
.e-filled.e-input-group.e-control-wrapper.e-bigger.e-input-focus .e-input,
.e-bigger .e-filled.e-input-group.e-control-wrapper.e-input-focus .e-input {
  padding: 16px 4px 16px 0; }

.e-filled .e-input.e-bigger:focus,
.e-bigger .e-filled .e-input:focus {
  padding-bottom: 16px; }

.e-filled .e-input.e-small:focus {
  padding-bottom: 7px; }

.e-filled .e-input.e-small,
.e-filled.e-input-group.e-small .e-input,
.e-filled.e-input-group.e-control-wrapper.e-small .e-input {
  padding: 7px 2px 7px 0; }

.e-filled.e-input-group.e-small .e-input:focus,
.e-filled.e-input-group.e-control-wrapper.e-small .e-input:focus,
.e-filled.e-input-group.e-small.e-input-focus .e-input,
.e-filled.e-input-group.e-control-wrapper.e-small.e-input-focus .e-input {
  padding: 7px 2px 7px 0; }

.e-filled .e-input.e-small.e-bigger:focus,
.e-bigger .e-filled .e-input.e-small:focus {
  padding-bottom: 10px; }

.e-filled .e-input.e-small.e-bigger,
.e-bigger .e-filled .e-input.e-small,
.e-small .e-filled .e-input.e-bigger {
  padding: 10px 2px 10px 0; }

.e-filled.e-input-group.e-small.e-bigger .e-input,
.e-filled.e-input-group.e-small .e-input.e-bigger,
.e-filled.e-input-group.e-control-wrapper.e-small.e-bigger .e-input,
.e-filled.e-input-group.e-control-wrapper.e-small .e-input.e-bigger,
.e-bigger .e-filled.e-input-group.e-small .e-input,
.e-bigger .e-filled.e-input-group.e-control-wrapper.e-small .e-input {
  padding: 10px 2px 10px 0; }

.e-filled.e-input-group.e-small.e-bigger .e-input:focus,
.e-filled.e-input-group.e-small .e-input.e-bigger:focus,
.e-bigger .e-filled.e-input-group.e-small .e-input:focus,
.e-filled.e-input-group.e-control-wrapper.e-small.e-bigger .e-input:focus,
.e-filled.e-input-group.e-control-wrapper.e-small .e-input.e-bigger:focus,
.e-bigger .e-filled.e-input-group.e-control-wrapper.e-small .e-input:focus,
.e-filled.e-input-group.e-small.e-bigger.e-input-focus .e-input,
.e-filled.e-input-group.e-small.e-input-focus .e-input.e-bigger,
.e-bigger .e-filled.e-input-group.e-small.e-input-focus .e-input,
.e-filled.e-input-group.e-control-wrapper.e-small.e-bigger.e-input-focus .e-input,
.e-filled.e-input-group.e-control-wrapper.e-small.e-input-focus .e-input.e-bigger,
.e-bigger .e-filled.e-input-group.e-control-wrapper.e-small.e-input-focus .e-input {
  padding: 10px 2px 10px 0; }

.e-filled.e-float-input input,
.e-filled.e-float-input.e-control-wrapper input {
  padding: 14px 2px 5px 0; }

.e-filled.e-float-input.e-bigger input,
.e-filled.e-float-input input.e-bigger,
.e-bigger .e-filled.e-float-input input,
.e-filled.e-float-input.e-control-wrapper.e-bigger input,
.e-filled.e-float-input.e-control-wrapper input.e-bigger,
.e-bigger .e-filled.e-float-input.e-control-wrapper input {
  padding: 20px 4px 6px 0; }

.e-filled.e-float-input.e-small.e-bigger input,
.e-filled.e-float-input.e-small input.e-bigger,
.e-bigger .e-filled.e-float-input.e-small input,
.e-filled.e-float-input.e-control-wrapper.e-small.e-bigger input,
.e-filled.e-float-input.e-control-wrapper.e-small input.e-bigger,
.e-bigger .e-filled.e-float-input.e-control-wrapper.e-small input {
  padding: 14px 2px 5px 0; }

.e-filled.e-float-input.e-small input,
.e-filled.e-float-input.e-control-wrapper.e-small input {
  padding: 12px 2px 4px 0; }

.e-filled input.e-input.e-rtl,
.e-filled.e-input-group.e-rtl input.e-input,
.e-filled.e-input-group.e-control-wrapper.e-rtl input.e-input,
.e-rtl .e-filled.e-input-group input.e-input,
.e-rtl .e-filled.e-input-group.e-control-wrapper input.e-input,
.e-filled.e-input-group.e-rtl input.e-input,
.e-filled.e-input-group.e-control-wrapper.e-rtl input.e-input,
.e-rtl .e-filled.e-input-group input.e-input,
.e-rtl .e-filled.e-input-group.e-control-wrapper input.e-input,
.e-filled.e-input-group.e-rtl input.e-input:focus,
.e-filled.e-input-group.e-control-wrapper.e-rtl input.e-input:focus,
.e-rtl .e-filled.e-input-group input.e-input:focus,
.e-rtl .e-filled.e-input-group.e-control-wrapper input.e-input:focus,
.e-filled.e-input-group.e-rtl.e-input-focus input.e-input,
.e-filled.e-input-group.e-control-wrapper.e-rtl.e-input-focus input.e-input,
.e-rtl .e-filled.e-input-group.e-input-focus input.e-input,
.e-rtl .e-filled.e-input-group.e-control-wrapper.e-input-focus input.e-input {
  padding: 10px 0 10px 2px;
  text-indent: 0; }

.e-filled.e-float-input.e-rtl input,
.e-filled.e-float-input.e-control-wrapper.e-rtl input,
.e-rtl .e-filled.e-float-input input,
.e-rtl .e-filled.e-float-input.e-control-wrapper input,
.e-filled.e-float-input.e-rtl input,
.e-filled.e-float-input.e-control-wrapper.e-rtl input,
.e-rtl .e-filled.e-float-input input,
.e-rtl .e-filled.e-float-input.e-control-wrapper input,
.e-filled.e-float-input.e-rtl input:focus,
.e-filled.e-float-input.e-control-wrapper.e-rtl input:focus,
.e-rtl .e-filled.e-float-input input:focus,
.e-rtl .e-filled.e-float-input.e-control-wrapper input:focus,
.e-filled.e-float-input.e-rtl.e-input-focus input,
.e-filled.e-float-input.e-control-wrapper.e-rtl.e-input-focus input,
.e-rtl .e-filled.e-float-input.e-input-focus input,
.e-rtl .e-filled.e-float-input.e-control-wrapper.e-input-focus input {
  padding: 14px 0 5px 2px;
  text-indent: 0; }

.e-rtl .e-filled input.e-input.e-small,
.e-filled input.e-input.e-small.e-rtl,
.e-small.e-rtl .e-filled input.e-input,
.e-small .e-filled input.e-input.e-rtl,
.e-filled.e-input-group.e-small.e-rtl input.e-input,
.e-filled.e-input-group.e-control-wrapper.e-small.e-rtl input.e-input,
.e-rtl .e-filled.e-input-group.e-small input.e-input,
.e-rtl .e-filled.e-input-group.e-control-wrapper.e-small input.e-input,
.e-filled.e-input-group.e-rtl input.e-input.e-small,
.e-filled.e-input-group.e-control-wrapper.e-rtl input.e-input.e-small,
.e-rtl .e-filled.e-input-group input.e-input.e-small,
.e-rtl .e-filled.e-input-group.e-control-wrapper input.e-input.e-small,
.e-small .e-filled.e-input-group.e-rtl input.e-input,
.e-small .e-filled.e-input-group.e-control-wrapper.e-rtl input.e-input,
.e-small.e-rtl .e-filled.e-input-group.e-control-wrapper input.e-input,
.e-small.e-rtl .e-filled.e-input-group input.e-input,
.e-small.e-rtl .e-filled.e-input-group.e-control-wrapper input.e-input:focus,
.e-small.e-rtl .e-filled.e-input-group input.e-input:focus,
.e-small .e-filled.e-input-group.e-control-wrapper.e-rtl input.e-input:focus,
.e-small .e-filled.e-input-group.e-rtl input.e-input:focus,
.e-small.e-rtl .e-filled.e-input-group.e-control-wrapper.e-input-focus input.e-input,
.e-small.e-rtl .e-filled.e-input-group.e-input-focus input.e-input,
.e-small .e-filled.e-input-group.e-control-wrapper.e-rtl.e-input-focus input.e-input,
.e-small .e-filled.e-input-group.e-rtl.e-input-focus input.e-input {
  padding: 7px 0 7px 2px;
  text-indent: 0; }

.e-filled.e-float-input.e-control-wrapper.e-small.e-rtl input,
.e-filled.e-float-input.e-small.e-rtl input,
.e-rtl .e-filled.e-float-input.e-small input,
.e-rtl .e-filled.e-float-input.e-control-wrapper.e-small input,
.e-filled.e-float-input.e-rtl input.e-small,
.e-filled.e-float-input.e-control-wrapper.e-rtl input.e-small,
.e-rtl .e-filled.e-float-input input.e-small,
.e-rtl .e-filled.e-float-input.e-control-wrapper input.e-small,
.e-small .e-filled.e-float-input.e-rtl input,
.e-small .e-filled.e-float-input.e-control-wrapper.e-rtl input,
.e-small.e-rtl .e-filled.e-float-input.e-control-wrapper input,
.e-small.e-rtl .e-filled.e-float-input input,
.e-small.e-rtl .e-filled.e-float-input.e-control-wrapper input:focus,
.e-small.e-rtl .e-filled.e-float-input input:focus,
.e-small .e-filled.e-float-input.e-control-wrapper.e-rtl input:focus,
.e-small .e-filled.e-float-input.e-rtl input:focus,
.e-small.e-rtl .e-filled.e-float-input.e-control-wrapper.e-input-focus input,
.e-small.e-rtl .e-filled.e-float-input.e-input-focus input,
.e-small .e-filled.e-float-input.e-control-wrapper.e-rtl.e-input-focus input,
.e-small .e-filled.e-float-input.e-rtl.e-input-focus input {
  padding: 12px 0 4px 2px;
  text-indent: 0; }

.e-rtl .e-filled input.e-input.e-bigger,
.e-filled input.e-input.e-bigger.e-rtl,
.e-bigger.e-rtl .e-filled input.e-input,
.e-bigger .e-filled input.e-input.e-rtl,
.e-filled.e-input-group.e-bigger.e-rtl input.e-input,
.e-filled.e-input-group.e-control-wrapper.e-bigger.e-rtl input.e-input,
.e-rtl .e-filled.e-input-group.e-bigger input.e-input,
.e-rtl .e-filled.e-input-group.e-control-wrapper.e-bigger input.e-input,
.e-filled.e-input-group.e-rtl input.e-input.e-bigger,
.e-filled.e-input-group.e-control-wrapper.e-rtl input.e-input.e-bigger,
.e-rtl .e-filled.e-input-group input.e-input.e-bigger,
.e-rtl .e-filled.e-input-group.e-control-wrapper input.e-input.e-bigger,
.e-bigger .e-filled.e-input-group.e-rtl input.e-input,
.e-bigger .e-filled.e-input-group.e-control-wrapper.e-rtl input.e-input,
.e-bigger.e-rtl .e-filled.e-input-group input.e-input,
.e-bigger.e-rtl .e-filled.e-input-group.e-control-wrapper input.e-input,
.e-bigger.e-rtl .e-filled.e-input-group input.e-input:focus,
.e-bigger.e-rtl .e-filled.e-input-group.e-control-wrapper input.e-input:focus,
.e-bigger .e-filled.e-input-group.e-rtl input.e-input:focus,
.e-bigger .e-filled.e-input-group.e-control-wrapper.e-rtl input.e-input:focus,
.e-bigger.e-rtl .e-filled.e-input-group.e-input-focus input.e-input,
.e-bigger.e-rtl .e-filled.e-input-group.e-control-wrapper.e-input-focus input.e-input,
.e-bigger .e-filled.e-input-group.e-rtl.e-input-focus input.e-input,
.e-bigger .e-filled.e-input-group.e-control-wrapper.e-rtl.e-input-focus input.e-input {
  padding: 16px 0 16px 4px;
  text-indent: 0; }

.e-filled.e-float-input.e-control-wrapper.e-bigger.e-rtl input,
.e-filled.e-float-input.e-bigger.e-rtl input,
.e-rtl .e-filled.e-float-input.e-control-wrapper.e-bigger input,
.e-rtl .e-filled.e-float-input.e-bigger input,
.e-filled.e-float-input.e-control-wrapper.e-rtl input.e-bigger,
.e-filled.e-float-input.e-rtl input.e-bigger,
.e-rtl .e-filled.e-float-input.e-control-wrapper input.e-bigger,
.e-rtl .e-filled.e-float-input input.e-bigger,
.e-bigger .e-filled.e-float-input.e-control-wrapper.e-rtl input,
.e-bigger .e-filled.e-float-input.e-rtl input,
.e-bigger.e-rtl .e-filled.e-float-input.e-control-wrapper input,
.e-bigger.e-rtl .e-filled.e-float-input input,
.e-bigger.e-rtl .e-filled.e-float-input.e-control-wrapper input:focus,
.e-bigger.e-rtl .e-filled.e-float-input input:focus,
.e-bigger .e-filled.e-float-input.e-rtl input:focus,
.e-bigger .e-filled.e-float-input.e-control-wrapper.e-rtl input:focus,
.e-bigger.e-rtl .e-filled.e-float-input.e-control-wrapper.e-input-focus input,
.e-bigger.e-rtl .e-filled.e-float-input.e-input-focus input,
.e-bigger .e-filled.e-float-input.e-rtl.e-input-focus input,
.e-bigger .e-filled.e-float-input.e-control-wrapper.e-rtl input {
  padding: 20px 0 6px 4px;
  text-indent: 0; }

.e-bigger .e-filled input.e-input.e-small.e-rtl,
.e-filled.e-input-group.e-small.e-bigger.e-rtl input.e-input,
.e-filled.e-input-group.e-control-wrapper.e-small.e-bigger.e-rtl input.e-input,
.e-filled.e-input-group.e-small.e-rtl input.e-input.e-bigger,
.e-filled.e-input-group.e-control-wrapper.e-small.e-rtl input.e-input.e-bigger,
.e-bigger .e-filled.e-input-group.e-small.e-rtl input.e-input,
.e-bigger .e-filled.e-input-group.e-control-wrapper.e-small.e-rtl input.e-input,
.e-bigger.e-rtl input.e-input.e-small,
.e-rtl .e-filled.e-input-group.e-small.e-bigger input.e-input,
.e-rtl .e-filled.e-input-group.e-control-wrapper.e-small.e-bigger input.e-input,
.e-rtl .e-filled.e-input-group.e-small input.e-input.e-bigger,
.e-rtl .e-filled.e-input-group.e-control-wrapper.e-small input.e-input.e-bigger,
.e-bigger.e-rtl .e-filled.e-input-group.e-small input.e-input,
.e-bigger.e-rtl .e-filled.e-input-group.e-control-wrapper.e-small input.e-input,
.e-bigger .e-filled.e-input-group.e-small.e-rtl input.e-input:focus,
.e-bigger .e-filled.e-input-group.e-control-wrapper.e-small.e-rtl input.e-input:focus,
.e-small .e-filled.e-input-group.e-bigger.e-rtl input.e-input:focus,
.e-small .e-filled.e-input-group.e-control-wrapper.e-bigger.e-rtl input.e-input:focus,
.e-filled.e-input-group.e-bigger.e-small.e-rtl input.e-input:focus,
.e-filled.e-input-group.e-control-wrapper.e-bigger.e-small.e-rtl input.e-input:focus,
.e-bigger.e-rtl .e-filled.e-input-group.e-small input.e-input:focus,
.e-bigger.e-rtl .e-filled.e-input-group.e-control-wrapper.e-small input.e-input:focus,
.e-small.e-rtl .e-filled.e-input-group.e-bigger input.e-input:focus,
.e-small.e-rtl .e-filled.e-input-group.e-control-wrapper.e-bigger input.e-input:focus,
.e-rtl .e-filled.e-input-group.e-bigger.e-small input.e-input:focus,
.e-rtl .e-filled.e-input-group.e-control-wrapper.e-bigger.e-small input.e-input:focus,
.e-bigger .e-filled.e-input-group.e-small.e-rtl.e-input-focus input.e-input,
.e-bigger .e-filled.e-input-group.e-control-wrapper.e-small.e-rtl.e-input-focus input.e-input,
.e-small .e-filled.e-input-group.e-bigger.e-rtl.e-input-focus input.e-input,
.e-small .e-filled.e-input-group.e-control-wrapper.e-bigger.e-rtl.e-input-focus input.e-input,
.e-filled.e-input-group.e-bigger.e-small.e-rtl.e-input-focus input.e-input,
.e-filled.e-input-group.e-control-wrapper.e-bigger.e-small.e-rtl.e-input-focus input.e-input,
.e-bigger.e-rtl .e-filled.e-input-group.e-small.e-input-focus input.e-input,
.e-bigger.e-rtl .e-filled.e-input-group.e-control-wrapper.e-small.e-input-focus input.e-input,
.e-small.e-rtl .e-filled.e-input-group.e-bigger.e-input-focus input.e-input,
.e-small.e-rtl .e-filled.e-input-group.e-control-wrapper.e-bigger.e-input-focus input.e-input,
.e-rtl .e-filled.e-input-group.e-bigger.e-small.e-input-focus input.e-input,
.e-rtl .e-filled.e-input-group.e-control-wrapper.e-bigger.e-small.e-input-focus input.e-input {
  padding: 10px 0 10px 2px;
  text-indent: 0; }

.e-filled.e-float-input.e-small.e-bigger.e-rtl input,
.e-filled.e-float-input.e-small.e-rtl input.e-bigger,
.e-bigger .e-filled.e-float-input.e-small.e-rtl input,
.e-filled.e-float-input.e-control-wrapper.e-small.e-bigger.e-rtl input,
.e-filled.e-float-input.e-control-wrapper.e-small.e-rtl input.e-bigger,
.e-bigger .e-filled.e-float-input.e-control-wrapper.e-small.e-rtl input,
.e-rtl .e-filled.e-float-input.e-control-wrapper.e-small.e-bigger input,
.e-rtl .e-filled.e-float-input.e-control-wrapper.e-small input.e-bigger,
.e-bigger.e-rtl .e-filled.e-float-input.e-control-wrapper.e-small input,
.e-rtl .e-filled.e-float-input.e-small.e-bigger input,
.e-rtl .e-filled.e-float-input.e-small input.e-bigger,
.e-bigger.e-rtl .e-filled.e-float-input.e-small input,
.e-bigger .e-filled.e-float-input.e-control-wrapper.e-small.e-rtl input:focus,
.e-bigger .e-filled.e-float-input.e-small.e-rtl input:focus,
.e-small .e-filled.e-float-input.e-control-wrapper.e-bigger.e-rtl input:focus,
.e-small .e-filled.e-float-input.e-bigger.e-rtl input:focus,
.e-filled.e-float-input.e-control-wrapper.e-bigger.e-small.e-rtl input:focus,
.e-filled.e-float-input.e-bigger.e-small.e-rtl input:focus,
.e-bigger.e-rtl .e-filled.e-float-input.e-control-wrapper.e-small input:focus,
.e-bigger.e-rtl .e-filled.e-float-input.e-small input:focus,
.e-small.e-rtl .e-filled.e-float-input.e-control-wrapper.e-bigger input:focus,
.e-small.e-rtl .e-filled.e-float-input.e-bigger input:focus,
.e-rtl .e-filled.e-float-input.e-control-wrapper.e-bigger.e-small input:focus,
.e-rtl .e-filled.e-float-input.e-bigger.e-small input:focus,
.e-bigger .e-filled.e-float-input.e-control-wrapper.e-small.e-rtl.e-input-focus input,
.e-bigger .e-filled.e-float-input.e-small.e-rtl.e-input-focus input,
.e-small .e-filled.e-float-input.e-control-wrapper.e-bigger.e-rtl.e-input-focus input,
.e-small .e-filled.e-float-input.e-bigger.e-rtl.e-input-focus input,
.e-filled.e-float-input.e-control-wrapper.e-bigger.e-small.e-rtl.e-input-focus input,
.e-filled.e-float-input.e-bigger.e-small.e-rtl.e-input-focus input,
.e-bigger.e-rtl .e-filled.e-float-input.e-control-wrapper.e-small.e-input-focus input,
.e-bigger.e-rtl .e-filled.e-float-input.e-small.e-input-focus input,
.e-small.e-rtl .e-filled.e-float-input.e-control-wrapper.e-bigger.e-input-focus input,
.e-small.e-rtl .e-filled.e-float-input.e-bigger.e-input-focus input,
.e-rtl .e-filled.e-float-input.e-control-wrapper.e-bigger.e-small.e-input-focus input,
.e-rtl .e-filled.e-float-input.e-bigger.e-small.e-input-focus input {
  padding: 14px 0 5px 2px;
  text-indent: 0; }

.e-filled.e-float-input,
.e-filled.e-float-input.e-control-wrapper,
.e-filled.e-float-input.e-disabled,
.e-filled.e-float-input.e-control-wrapper.e-disabled,
.e-filled.e-float-input.e-input-group.e-disabled,
.e-filled.e-float-input.e-input-group.e-control-wrapper.e-disabled {
  font-size: 14px; }

.e-filled.e-float-input.e-bigger,
.e-bigger .e-filled.e-float-input,
.e-filled.e-float-input.e-control-wrapper.e-bigger,
.e-bigger .e-filled.e-float-input.e-control-wrapper {
  font-size: 16px; }

.e-filled.e-float-input.e-bigger.e-disabled,
.e-bigger .e-filled.e-float-input.e-disabled,
.e-filled.e-float-input.e-control-wrapper.e-bigger.e-disabled,
.e-bigger .e-filled.e-float-input.e-control-wrapper.e-disabled,
.e-filled.e-float-input.e-input-group.e-bigger.e-disabled,
.e-bigger .e-filled.e-float-input.e-input-group.e-disabled,
.e-filled.e-float-input.e-input-group.e-control-wrapper.e-bigger.e-disabled,
.e-bigger .e-filled.e-float-input.e-input-group.e-control-wrapper.e-disabled {
  font-size: 16px; }

.e-filled.e-float-input.e-small,
.e-small .e-filled.e-float-input,
.e-filled.e-float-input.e-control-wrapper.e-small,
.e-small .e-filled.e-float-input.e-control-wrapper {
  font-size: 13px; }

.e-filled.e-float-input.e-small.e-disabled,
.e-small .e-filled.e-float-input.e-disabled,
.e-filled.e-float-input.e-control-wrapper.e-small.e-disabled,
.e-small .e-filled.e-float-input.e-control-wrapper.e-disabled,
.e-filled.e-float-input.e-input-group.e-small.e-disabled,
.e-small .e-filled.e-float-input.e-input-group.e-disabled,
.e-filled.e-float-input.e-input-group.e-control-wrapper.e-small.e-disabled,
.e-small .e-filled.e-float-input.e-input-group.e-control-wrapper.e-disabled {
  font-size: 13px; }

.e-filled.e-float-input.e-small.e-bigger,
.e-small.e-bigger .e-filled.e-float-input,
.e-bigger .e-filled.e-float-input.e-small,
.e-small .e-filled.e-float-input.e-bigger,
.e-filled.e-float-input.e-control-wrapper.e-small.e-bigger,
.e-small.e-bigger .e-filled.e-float-input.e-control-wrapper,
.e-bigger .e-filled.e-float-input.e-control-wrapper.e-small,
.e-small .e-filled.e-float-input.e-control-wrapper.e-bigger {
  font-size: 14px; }

.e-filled.e-float-input.e-small.e-bigger.e-disabled,
.e-small.e-bigger .e-filled.e-float-input.e-disabled,
.e-bigger .e-filled.e-float-input.e-small.e-disabled,
.e-small .e-filled.e-float-input.e-bigger.e-disabled,
.e-filled.e-float-input.e-control-wrapper.e-small.e-bigger.e-disabled,
.e-small.e-bigger .e-filled.e-float-input.e-control-wrapper.e-disabled,
.e-bigger .e-filled.e-float-input.e-control-wrapper.e-small.e-disabled,
.e-small .e-filled.e-float-input.e-control-wrapper.e-bigger.e-disabled,
.e-filled.e-float-input.e-input-group.e-small.e-bigger.e-disabled,
.e-small.e-bigger .e-filled.e-float-input.e-input-group.e-disabled,
.e-bigger .e-filled.e-float-input.e-input-group.e-small.e-disabled,
.e-small .e-filled.e-float-input.e-input-group.e-bigger.e-disabled,
.e-filled.e-float-input.e-input-group.e-control-wrapper.e-small.e-bigger.e-disabled,
.e-small.e-bigger .e-filled.e-float-input.e-input-group.e-control-wrapper.e-disabled,
.e-bigger .e-filled.e-float-input.e-input-group.e-control-wrapper.e-small.e-disabled,
.e-small .e-filled.e-float-input.e-input-group.e-control-wrapper.e-bigger.e-disabled {
  font-size: 14px; }

.e-filled.e-input-group.e-bigger:not(.e-float-input) .e-input,
.e-bigger .e-filled.e-input-group:not(.e-float-input) .e-input,
.e-filled.e-input-group.e-control-wrapper.e-bigger:not(.e-float-input) .e-input,
.e-bigger .e-filled.e-input-group.e-control-wrapper:not(.e-float-input) .e-input {
  min-height: 55px; }

.e-filled.e-float-input.e-bigger input,
.e-bigger .e-filled.e-float-input input,
.e-filled.e-float-input.e-input-group.e-bigger input,
.e-bigger .e-filled.e-float-input.e-input-group input,
.e-filled.e-float-input.e-input-group.e-control-wrapper.e-bigger input,
.e-bigger .e-filled.e-float-input.e-input-group.e-control-wrapper input,
.e-filled.e-float-input.e-control-wrapper.e-bigger input,
.e-bigger .e-filled.e-float-input.e-control-wrapper input,
.e-filled.e-float-input.e-control-wrapper.e-input-group.e-bigger input,
.e-bigger .e-filled.e-float-input.e-control-wrapper.e-input-group input,
.e-filled.e-float-input.e-control-wrapper.e-input-group.e-bigger input,
.e-bigger .e-filled.e-float-input.e-control-wrapper.e-input-group input {
  min-height: 55px; }

.e-filled.e-input-group.e-small:not(.e-float-input) .e-input,
.e-small .e-filled.e-input-group:not(.e-float-input) .e-input,
.e-filled.e-input-group.e-control-wrapper.e-small:not(.e-float-input) .e-input,
.e-small .e-filled.e-input-group.e-control-wrapper:not(.e-float-input) .e-input {
  min-height: 35px; }

.e-filled.e-float-input.e-small input,
.e-small .e-filled.e-float-input input,
.e-filled.e-float-input.e-input-group.e-small input,
.e-small .e-filled.e-float-input.e-input-group input,
.e-filled.e-float-input.e-input-group.e-control-wrapper.e-small input,
.e-small .e-filled.e-float-input.e-input-group.e-control-wrapper input,
.e-filled.e-float-input.e-control-wrapper.e-small input,
.e-small .e-filled.e-float-input.e-control-wrapper input,
.e-filled.e-float-input.e-control-wrapper.e-input-group.e-small input,
.e-small .e-filled.e-float-input.e-control-wrapper.e-input-group input,
.e-filled.e-float-input.e-control-wrapper.e-input-group.e-small input,
.e-small .e-filled.e-float-input.e-control-wrapper.e-input-group input {
  min-height: 35px; }

.e-filled.e-input-group.e-bigger.e-small:not(.e-float-input) .e-input, .e-bigger .e-filled.e-input-group.e-small:not(.e-float-input) .e-input .e-small .e-filled.e-input-group.e-bigger:not(.e-float-input) .e-input, .e-filled.e-input-group.e-control-wrapper.e-bigger.e-small:not(.e-float-input) .e-input, .e-bigger .e-filled.e-input-group.e-control-wrapper.e-small:not(.e-float-input) .e-input .e-small .e-filled.e-input-group.e-control-wrapper.e-bigger:not(.e-float-input) .e-input {
  min-height: 39px; }

.e-float-input.e-bigger.e-small.e-filled input,
.e-bigger .e-float-input.e-filled.e-small input,
.e-small .e-float-input.e-filled.e-bigger input,
.e-float-input.e-filled.e-input-group.e-bigger.e-small input,
.e-bigger .e-float-input.e-filled.e-input-group.e-small input,
.e-small .e-float-input.e-filled.e-input-group.e-bigger input,
.e-float-input.e-filled.e-input-group.e-control-wrapper.e-bigger.e-small input,
.e-bigger .e-float-input.e-filled.e-input-group.e-control-wrapper.e-small input,
.e-small .e-float-input.e-filled.e-input-group.e-control-wrapper.e-bigger input,
.e-float-input.e-filled.e-control-wrapper.e-bigger.e-small input,
.e-bigger .e-float-input.e-filled.e-control-wrapper.e-small input,
.e-small .e-float-input.e-filled.e-control-wrapper.e-bigger input,
.e-float-input.e-control-wrapper.e-filled.e-input-group.e-bigger.e-small input,
.e-bigger .e-float-input.e-control-wrapper.e-filled.e-input-group.e-small input,
.e-small .e-float-input.e-control-wrapper.e-filled.e-input-group.e-bigger input {
  min-height: 39px; }

.e-filled.e-input-group input.e-input,
.e-filled.e-input-group.e-control-wrapper input.e-input {
  min-height: 39px; }

.e-filled.e-input-group:not(.e-float-input) input.e-input,
.e-filled.e-input-group:not(.e-float-input).e-control-wrapper input.e-input {
  min-height: 39px; }

.e-float-input.e-filled.e-input-group.e-control-wrapper input,
.e-float-input.e-filled input,
.e-float-input.e-filled.e-control-wrapper input {
  min-height: 39px; }

.e-filled label.e-float-text,
.e-filled.e-float-input label.e-float-text,
.e-filled.e-float-input.e-control-wrapper label.e-float-text,
.e-filled.e-float-input:not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom,
.e-filled.e-float-input.e-control-wrapper:not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom {
  font-size: 14px;
  left: 12px;
  letter-spacing: .009375em;
  line-height: 1.15;
  padding-left: 0;
  pointer-events: none;
  right: auto;
  top: 12px;
  -webkit-transform: none;
          transform: none;
  -webkit-transition: color 150ms cubic-bezier(0.4, 0, 0.2, 1), -webkit-transform 150ms cubic-bezier(0.4, 0, 0.2, 1);
  transition: color 150ms cubic-bezier(0.4, 0, 0.2, 1), -webkit-transform 150ms cubic-bezier(0.4, 0, 0.2, 1);
  transition: transform 150ms cubic-bezier(0.4, 0, 0.2, 1), color 150ms cubic-bezier(0.4, 0, 0.2, 1);
  transition: transform 150ms cubic-bezier(0.4, 0, 0.2, 1), color 150ms cubic-bezier(0.4, 0, 0.2, 1), -webkit-transform 150ms cubic-bezier(0.4, 0, 0.2, 1);
  width: 100%; }

.e-filled.e-float-input textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom,
.e-filled.e-float-input.e-control-wrapper textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom {
  font-size: 14px;
  padding-left: 0;
  top: 12px;
  -webkit-transform: none;
          transform: none;
  width: 100%; }

.e-filled.e-float-input input:focus ~ label.e-float-text,
.e-filled.e-float-input input:valid ~ label.e-float-text,
.e-filled.e-float-input input ~ label.e-label-top.e-float-text,
.e-filled.e-float-input input[readonly] ~ label.e-label-top.e-float-text,
.e-filled.e-float-input input[disabled] ~ label.e-label-top.e-float-text,
.e-filled.e-float-input input label.e-float-text.e-label-top,
.e-filled.e-float-input.e-control-wrapper input:focus ~ label.e-float-text,
.e-filled.e-float-input.e-control-wrapper input:valid ~ label.e-float-text,
.e-filled.e-float-input.e-control-wrapper input ~ label.e-label-top.e-float-text,
.e-filled.e-float-input.e-control-wrapper input[readonly] ~ label.e-label-top.e-float-text,
.e-filled.e-float-input.e-control-wrapper input[disabled] ~ label.e-label-top.e-float-text,
.e-filled.e-float-input.e-control-wrapper input label.e-float-text.e-label-top,
.e-filled.e-float-input.e-input-focus input ~ label.e-float-text,
.e-filled.e-float-input.e-control-wrapper.e-input-focus input ~ label.e-float-text {
  font-size: 14px;
  top: 12px;
  -webkit-transform: translateY(-50%) scale(0.75);
          transform: translateY(-50%) scale(0.75); }

.e-filled.e-float-input textarea:focus ~ label.e-float-text,
.e-filled.e-float-input textarea:valid ~ label.e-float-text,
.e-filled.e-float-input textarea ~ label.e-label-top.e-float-text,
.e-filled.e-float-input textarea[readonly] ~ label.e-label-top.e-float-text,
.e-filled.e-float-input textarea[disabled] ~ label.e-label-top.e-float-text,
.e-filled.e-float-input textarea label.e-float-text.e-label-top,
.e-filled.e-float-input.e-control-wrapper textarea:focus ~ label.e-float-text,
.e-filled.e-float-input.e-control-wrapper textarea:valid ~ label.e-float-text,
.e-filled.e-float-input.e-control-wrapper textarea ~ label.e-label-top.e-float-text,
.e-filled.e-float-input.e-control-wrapper textarea[readonly] ~ label.e-label-top.e-float-text,
.e-filled.e-float-input.e-control-wrapper textarea[disabled] ~ label.e-label-top.e-float-text,
.e-filled.e-float-input.e-control-wrapper textarea label.e-float-text.e-label-top {
  font-size: 14px;
  top: 12px;
  -webkit-transform: translateY(-50%) scale(0.75);
          transform: translateY(-50%) scale(0.75); }

.e-filled.e-float-input input:-webkit-autofill ~ label.e-float-text,
.e-filled.e-float-input.e-control-wrapper.e-autofill input:-webkit-autofill ~ label.e-float-text,
.e-filled.e-float-input.e-control-wrapper.e-autofill:not(.e-input-focus) input:not(:focus):valid:-webkit-autofill ~ label.e-float-text.e-label-bottom {
  font-size: 14px;
  top: 12px;
  -webkit-transform: translateY(-50%) scale(0.75);
          transform: translateY(-50%) scale(0.75);
  -webkit-user-select: text;
          user-select: text; }

.e-filled.e-float-input textarea:-webkit-autofill ~ label.e-float-text,
.e-filled.e-float-input.e-control-wrapper.e-autofill textarea:-webkit-autofill ~ label.e-float-text,
.e-filled.e-float-input.e-control-wrapper.e-autofill textarea:not(:focus):valid:-webkit-autofill ~ label.e-float-text.e-label-bottom {
  font-size: 14px;
  top: 12px;
  -webkit-transform: translateY(-50%) scale(0.75);
          transform: translateY(-50%) scale(0.75);
  -webkit-user-select: text;
          user-select: text; }

.e-filled.e-float-input.e-bigger input:focus ~ label.e-float-text,
.e-filled.e-float-input.e-bigger input:valid ~ label.e-float-text,
.e-filled.e-float-input.e-bigger input ~ label.e-label-top.e-float-text,
.e-filled.e-float-input.e-bigger input[readonly] ~ label.e-label-top.e-float-text,
.e-filled.e-float-input.e-bigger input[disabled] ~ label.e-label-top.e-float-text,
.e-bigger .e-filled.e-float-input input:focus ~ label.e-float-text,
.e-bigger .e-filled.e-float-input input:valid ~ label.e-float-text,
.e-bigger .e-filled.e-float-input input ~ label.e-label-top.e-float-text,
.e-bigger .e-filled.e-float-input input[readonly] ~ label.e-label-top.e-float-text,
.e-bigger .e-filled.e-float-input input[disabled] ~ label.e-label-top.e-float-text,
.e-filled.e-float-input.e-control-wrapper.e-bigger input:focus ~ label.e-float-text,
.e-filled.e-float-input.e-control-wrapper.e-bigger input:valid ~ label.e-float-text,
.e-filled.e-float-input.e-control-wrapper.e-bigger input ~ label.e-label-top.e-float-text,
.e-filled.e-float-input.e-control-wrapper.e-bigger input[readonly] ~ label.e-label-top.e-float-text,
.e-filled.e-float-input.e-control-wrapper.e-bigger input[disabled] ~ label.e-label-top.e-float-text,
.e-bigger .e-filled.e-float-input.e-control-wrapper input:focus ~ label.e-float-text,
.e-bigger .e-filled.e-float-input.e-control-wrapper input:valid ~ label.e-float-text,
.e-bigger .e-filled.e-float-input.e-control-wrapper input ~ label.e-label-top.e-float-text,
.e-bigger .e-filled.e-float-input.e-control-wrapper input[readonly] ~ label.e-label-top.e-float-text,
.e-bigger .e-filled.e-float-input.e-control-wrapper input[disabled] ~ label.e-label-top.e-float-text,
.e-filled.e-float-input.e-bigger.e-input-focus input ~ label.e-float-text,
.e-bigger .e-filled.e-float-input.e-input-focus input ~ label.e-float-text,
.e-filled.e-float-input.e-control-wrapper.e-bigger.e-input-focus input ~ label.e-float-text,
.e-bigger .e-filled.e-float-input.e-control-wrapper.e-input-focus input ~ label.e-float-text {
  font-size: 16px;
  top: 18px; }

.e-filled.e-float-input.e-bigger textarea:focus ~ label.e-float-text,
.e-filled.e-float-input.e-bigger textarea:valid ~ label.e-float-text,
.e-filled.e-float-input.e-bigger textarea ~ label.e-label-top.e-float-text,
.e-bigger .e-filled.e-float-input textarea:focus ~ label.e-float-text,
.e-bigger .e-filled.e-float-input textarea:valid ~ label.e-float-text,
.e-bigger .e-filled.e-float-input textarea ~ label.e-label-top.e-float-text,
.e-filled.e-float-input.e-control-wrapper.e-bigger textarea:focus ~ label.e-float-text,
.e-filled.e-float-input.e-control-wrapper.e-bigger textarea:valid ~ label.e-float-text,
.e-filled.e-float-input.e-control-wrapper.e-bigger textarea ~ label.e-label-top.e-float-text,
.e-bigger .e-filled.e-float-input.e-control-wrapper textarea:focus ~ label.e-float-text,
.e-bigger .e-filled.e-float-input.e-control-wrapper textarea:valid ~ label.e-float-text,
.e-bigger .e-filled.e-float-input.e-control-wrapper textarea ~ label.e-label-top.e-float-text {
  font-size: 16px;
  top: 18px; }

.e-bigger .e-filled.e-float-input input:-webkit-autofill ~ label.e-float-text,
.e-bigger.e-filled.e-float-input input:-webkit-autofill ~ label.e-float-text,
.e-bigger .e-filled.e-float-input.e-control-wrapper.e-autofill input:-webkit-autofill ~ label.e-float-text,
.e-bigger.e-filled.e-float-input.e-control-wrapper.e-autofill input:-webkit-autofill ~ label.e-float-text,
.e-bigger .e-filled.e-float-input.e-control-wrapper.e-autofill:not(.e-input-focus) input:not(:focus):valid:-webkit-autofill ~ label.e-float-text.e-label-bottom,
.e-bigger.e-filled.e-float-input.e-control-wrapper.e-autofill:not(.e-input-focus) input:not(:focus):valid:-webkit-autofill ~ label.e-float-text.e-label-bottom {
  font-size: 16px;
  top: 18px;
  -webkit-transform: translateY(-50%) scale(0.75);
          transform: translateY(-50%) scale(0.75);
  -webkit-user-select: text;
          user-select: text; }

.e-bigger .e-filled.e-float-input textarea:-webkit-autofill ~ label.e-float-text,
.e-bigger.e-filled.e-float-input textarea:-webkit-autofill ~ label.e-float-text,
.e-bigger .e-filled.e-float-input.e-control-wrapper.e-autofill textarea:-webkit-autofill ~ label.e-float-text,
.e-bigger.e-filled.e-float-input.e-control-wrapper.e-autofill textarea:-webkit-autofill ~ label.e-float-text,
.e-bigger .e-filled.e-float-input.e-control-wrapper.e-autofill textarea:not(:focus):valid:-webkit-autofill ~ label.e-float-text.e-label-bottom,
.e-bigger.e-filled.e-float-input.e-control-wrapper.e-autofill textarea:not(:focus):valid:-webkit-autofill ~ label.e-float-text.e-label-bottom {
  font-size: 16px;
  top: 18px;
  -webkit-transform: translateY(-50%) scale(0.75);
          transform: translateY(-50%) scale(0.75);
  -webkit-user-select: text;
          user-select: text; }

.e-filled.e-float-input.e-small input:focus ~ label.e-float-text,
.e-filled.e-float-input.e-small input:valid ~ label.e-float-text,
.e-filled.e-float-input.e-small input ~ label.e-label-top.e-float-text,
.e-small .e-filled.e-float-input input ~ label.e-label-top.e-float-text,
.e-filled.e-float-input.e-small input[readonly] ~ label.e-label-top.e-float-text,
.e-filled.e-float-input.e-small input[disabled] ~ label.e-label-top.e-float-text,
.e-filled.e-float-input.e-control-wrapper.e-small input:focus ~ label.e-float-text,
.e-filled.e-float-input.e-control-wrapper.e-small input:valid ~ label.e-float-text,
.e-filled.e-float-input.e-control-wrapper.e-small input ~ label.e-label-top.e-float-text,
.e-small .e-filled.e-float-input.e-control-wrapper input ~ label.e-label-top.e-float-text,
.e-filled.e-float-input.e-control-wrapper.e-small input[readonly] ~ label.e-label-top.e-float-text,
.e-filled.e-float-input.e-control-wrapper.e-small input[disabled] ~ label.e-label-top.e-float-text,
.e-filled.e-float-input.e-small.e-input-focus input ~ label.e-float-text,
.e-filled.e-float-input.e-control-wrapper.e-small.e-input-focus input ~ label.e-float-text {
  font-size: 13px;
  top: 10px; }

.e-filled.e-float-input.e-small textarea:focus ~ label.e-float-text,
.e-filled.e-float-input.e-small textarea:valid ~ label.e-float-text,
.e-filled.e-float-input.e-small textarea ~ label.e-label-top.e-float-text,
.e-small .e-filled.e-float-input textarea ~ label.e-label-top.e-float-text,
.e-filled.e-float-input.e-control-wrapper.e-small textarea:focus ~ label.e-float-text,
.e-filled.e-float-input.e-control-wrapper.e-small textarea:valid ~ label.e-float-text,
.e-filled.e-float-input.e-control-wrapper.e-small textarea ~ label.e-label-top.e-float-text,
.e-small .e-filled.e-float-input.e-control-wrapper textarea ~ label.e-label-top.e-float-text {
  font-size: 13px;
  top: 10px; }

.e-small .e-filled.e-float-input input:-webkit-autofill ~ label.e-float-text,
.e-small.e-filled.e-float-input input:-webkit-autofill ~ label.e-float-text,
.e-small .e-filled.e-float-input.e-control-wrapper.e-autofill input:-webkit-autofill ~ label.e-float-text,
.e-small.e-filled.e-float-input.e-control-wrapper.e-autofill input:-webkit-autofill ~ label.e-float-text,
.e-small .e-filled.e-float-input.e-control-wrapper.e-autofill:not(.e-input-focus) input:not(:focus):valid:-webkit-autofill ~ label.e-float-text.e-label-bottom,
.e-small.e-filled.e-float-input.e-control-wrapper.e-autofill:not(.e-input-focus) input:not(:focus):valid:-webkit-autofill ~ label.e-float-text.e-label-bottom {
  font-size: 13px;
  top: 10px;
  -webkit-transform: translateY(-50%) scale(0.75);
          transform: translateY(-50%) scale(0.75);
  -webkit-user-select: text;
          user-select: text; }

.e-small .e-filled.e-float-input textarea:-webkit-autofill ~ label.e-float-text,
.e-small.e-filled.e-float-input textarea:-webkit-autofill ~ label.e-float-text,
.e-small .e-filled.e-float-input.e-control-wrapper.e-autofill textarea:-webkit-autofill ~ label.e-float-text,
.e-small.e-filled.e-float-input.e-control-wrapper.e-autofill textarea:-webkit-autofill ~ label.e-float-text,
.e-small .e-filled.e-float-input.e-control-wrapper.e-autofill textarea:not(:focus):valid:-webkit-autofill ~ label.e-float-text.e-label-bottom,
.e-small.e-filled.e-float-input.e-control-wrapper.e-autofill textarea:not(:focus):valid:-webkit-autofill ~ label.e-float-text.e-label-bottom {
  font-size: 13px;
  top: 10px;
  -webkit-transform: translateY(-50%) scale(0.75);
          transform: translateY(-50%) scale(0.75);
  -webkit-user-select: text;
          user-select: text; }

.e-filled.e-float-input.e-small.e-bigger input:focus ~ label.e-float-text,
.e-filled.e-float-input.e-small.e-bigger input:valid ~ label.e-float-text,
.e-filled.e-float-input.e-small.e-bigger input ~ label.e-label-top.e-float-text,
.e-filled.e-float-input.e-small.e-bigger input[readonly] ~ label.e-float-text,
.e-filled.e-float-input.e-small.e-bigger input[disabled] ~ label.e-float-text,
.e-bigger .e-filled.e-float-input.e-small input:focus ~ label.e-float-text,
.e-bigger .e-filled.e-float-input.e-small input:valid ~ label.e-float-text,
.e-bigger .e-filled.e-float-input.e-small input ~ label.e-label-top.e-float-text,
.e-bigger .e-filled.e-float-input.e-small input[readonly] ~ label.e-float-text,
.e-bigger .e-filled.e-float-input.e-small input[disabled] ~ label.e-float-text,
.e-filled.e-float-input.e-control-wrapper.e-small.e-bigger input:focus ~ label.e-float-text,
.e-filled.e-float-input.e-control-wrapper.e-small.e-bigger input:valid ~ label.e-float-text,
.e-filled.e-float-input.e-control-wrapper.e-small.e-bigger input ~ label.e-label-top.e-float-text,
.e-filled.e-float-input.e-control-wrapper.e-small.e-bigger input[readonly] ~ label.e-float-text,
.e-filled.e-float-input.e-control-wrapper.e-small.e-bigger input[disabled] ~ label.e-float-text,
.e-bigger .e-filled.e-float-input.e-control-wrapper.e-small input:focus ~ label.e-float-text,
.e-bigger .e-filled.e-float-input.e-control-wrapper.e-small input:valid ~ label.e-float-text,
.e-bigger .e-filled.e-float-input.e-control-wrapper.e-small input ~ label.e-label-top.e-float-text,
.e-bigger .e-filled.e-float-input.e-control-wrapper.e-small input[readonly] ~ label.e-float-text,
.e-bigger .e-filled.e-float-input.e-control-wrapper.e-small input[disabled] ~ label.e-float-text,
.e-filled.e-float-input.e-small.e-bigger.e-input-focus input ~ label.e-float-text,
.e-bigger .e-filled.e-float-input.e-small.e-input-focus input ~ label.e-float-text,
.e-filled.e-float-input.e-control-wrapper.e-small.e-bigger.e-input-focus input ~ label.e-float-text,
.e-bigger .e-filled.e-float-input.e-control-wrapper.e-small.e-input-focus input ~ label.e-float-text {
  font-size: 14px;
  top: 12px; }

.e-filled.e-float-input.e-small.e-bigger textarea:focus ~ label.e-float-text,
.e-filled.e-float-input.e-small.e-bigger textarea:valid ~ label.e-float-text,
.e-filled.e-float-input.e-small.e-bigger textarea ~ label.e-label-top.e-float-text,
.e-bigger .e-filled.e-float-input.e-small textarea:focus ~ label.e-float-text,
.e-bigger .e-filled.e-float-input.e-small textarea:valid ~ label.e-float-text,
.e-bigger .e-filled.e-float-input.e-small textarea ~ label.e-label-top.e-float-text,
.e-filled.e-float-input.e-control-wrapper.e-small.e-bigger textarea:focus ~ label.e-float-text,
.e-filled.e-float-input.e-control-wrapper.e-small.e-bigger textarea:valid ~ label.e-float-text,
.e-filled.e-float-input.e-control-wrapper.e-small.e-bigger textarea ~ label.e-label-top.e-float-text,
.e-bigger .e-filled.e-float-input.e-control-wrapper.e-small textarea:focus ~ label.e-float-text,
.e-bigger .e-filled.e-float-input.e-control-wrapper.e-small textarea:valid ~ label.e-float-text,
.e-bigger .e-filled.e-float-input.e-control-wrapper.e-small textarea ~ label.e-label-top.e-float-text {
  font-size: 14px;
  top: 12px; }

.e-bigger .e-filled.e-float-input.e-small input:-webkit-autofill ~ label.e-float-text,
.e-bigger.e-small .e-filled.e-float-input input:-webkit-autofill ~ label.e-float-text,
.e-filled.e-float-input.e-bigger.e-small input:-webkit-autofill ~ label.e-float-text,
.e-bigger .e-filled.e-float-input.e-small.e-control-wrapper.e-autofill input:-webkit-autofill ~ label.e-float-text,
.e-bigger.e-small .e-filled.e-float-input.e-control-wrapper.e-autofill input:-webkit-autofill ~ label.e-float-text,
.e-filled.e-float-input.e-bigger.e-small.e-control-wrapper.e-autofill input:-webkit-autofill ~ label.e-float-text,
.e-small.e-bigger .e-filled.e-float-input.e-control-wrapper.e-autofill:not(.e-input-focus) input:not(:focus):valid:-webkit-autofill ~ label.e-float-text.e-label-bottom,
.e-small.e-bigger.e-filled.e-float-input.e-control-wrapper.e-autofill:not(.e-input-focus) input:not(:focus):valid:-webkit-autofill ~ label.e-float-text.e-label-bottom,
.e-bigger .e-small.e-filled.e-float-input.e-control-wrapper.e-autofill:not(.e-input-focus) input:not(:focus):valid:-webkit-autofill ~ label.e-float-text.e-label-bottom,
.e-small .e-bigger.e-filled.e-float-input.e-control-wrapper.e-autofill:not(.e-input-focus) input:not(:focus):valid:-webkit-autofill ~ label.e-float-text.e-label-bottom {
  font-size: 14px;
  top: 12px;
  -webkit-transform: translateY(-50%) scale(0.75);
          transform: translateY(-50%) scale(0.75);
  -webkit-user-select: text;
          user-select: text; }

.e-bigger .e-filled.e-float-input.e-small textarea:-webkit-autofill ~ label.e-float-text,
.e-bigger.e-small .e-filled.e-float-input textarea:-webkit-autofill ~ label.e-float-text,
.e-filled.e-float-input.e-bigger.e-small textarea:-webkit-autofill ~ label.e-float-text,
.e-bigger .e-filled.e-float-input.e-small.e-control-wrapper.e-autofill textarea:-webkit-autofill ~ label.e-float-text,
.e-bigger.e-small .e-filled.e-float-input.e-control-wrapper.e-autofill textarea:-webkit-autofill ~ label.e-float-text,
.e-filled.e-float-input.e-bigger.e-small.e-control-wrapper.e-autofill textarea:-webkit-autofill ~ label.e-float-text,
.e-small.e-bigger .e-filled.e-float-input.e-control-wrapper.e-autofill textarea:not(:focus):valid:-webkit-autofill ~ label.e-float-text.e-label-bottom,
.e-small.e-bigger.e-filled.e-float-input.e-control-wrapper.e-autofill textarea:not(:focus):valid:-webkit-autofill ~ label.e-float-text.e-label-bottom,
.e-bigger .e-small.e-filled.e-float-input.e-control-wrapper.e-autofill textarea:not(:focus):valid:-webkit-autofill ~ label.e-float-text.e-label-bottom,
.e-small .e-bigger.e-filled.e-float-input.e-control-wrapper.e-autofill textarea:not(:focus):valid:-webkit-autofill ~ label.e-float-text.e-label-bottom {
  font-size: 14px;
  top: 12px;
  -webkit-transform: translateY(-50%) scale(0.75);
          transform: translateY(-50%) scale(0.75);
  -webkit-user-select: text;
          user-select: text; }

.e-filled.e-float-input.e-bigger label.e-float-text,
.e-filled.e-float-input label.e-float-text.e-bigger,
.e-filled.e-float-input input.e-bigger ~ label.e-float-text,
.e-bigger .e-filled.e-float-input label.e-float-text,
.e-filled.e-float-input.e-bigger:not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom,
.e-bigger .e-filled.e-float-input:not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom,
.e-filled.e-float-input.e-control-wrapper.e-bigger label.e-float-text,
.e-filled.e-float-input.e-control-wrapper label.e-float-text.e-bigger,
.e-filled.e-float-input.e-control-wrapper input.e-bigger ~ label.e-float-text,
.e-bigger .e-filled.e-float-input.e-control-wrapper label.e-float-text,
.e-filled.e-float-input.e-control-wrapper.e-bigger:not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom,
.e-bigger .e-filled.e-float-input.e-control-wrapper:not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom {
  font-size: 16px;
  top: 18px; }

.e-filled.e-float-input.e-bigger textarea ~ label.e-float-text,
.e-filled.e-float-input textarea ~ label.e-float-text.e-bigger,
.e-filled.e-float-input textarea.e-bigger ~ label.e-float-text,
.e-bigger .e-filled.e-float-input textarea ~ label.e-float-text,
.e-filled.e-float-input.e-bigger textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom,
.e-bigger .e-filled.e-float-input textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom,
.e-filled.e-float-input.e-control-wrapper.e-bigger textarea ~ label.e-float-text,
.e-filled.e-float-input.e-control-wrapper textarea ~ label.e-float-text.e-bigger,
.e-filled.e-float-input.e-control-wrapper textarea.e-bigger ~ label.e-float-text,
.e-bigger .e-filled.e-float-input.e-control-wrapper textarea ~ label.e-float-text,
.e-filled.e-float-input.e-control-wrapper.e-bigger textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom,
.e-bigger .e-filled.e-float-input.e-control-wrapper textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom {
  font-size: 16px;
  top: 18px; }

.e-filled.e-float-input.e-small label.e-float-text,
.e-filled.e-float-input.e-small:not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom,
.e-small .e-filled.e-float-input:not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom,
.e-filled.e-float-input.e-control-wrapper.e-small label.e-float-text,
.e-filled.e-float-input.e-control-wrapper.e-small:not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom,
.e-small .e-filled.e-float-input.e-control-wrapper:not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom {
  font-size: 13px;
  top: 10px; }

.e-filled.e-float-input.e-small textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom,
.e-small .e-filled.e-float-input textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom,
.e-filled.e-float-input.e-control-wrapper.e-small textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom,
.e-small .e-filled.e-float-input.e-control-wrapper textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom {
  font-size: 13px;
  top: 10px; }

.e-filled.e-float-input.e-small textarea ~ label.e-float-text,
.e-filled.e-float-input textarea ~ label.e-float-text.e-small,
.e-filled.e-float-input textarea.e-small ~ label.e-float-text,
.e-small .e-filled.e-float-input textarea ~ label.e-float-text,
.e-filled.e-float-input.e-control-wrapper.e-small textarea ~ label.e-float-text,
.e-filled.e-float-input.e-control-wrapper textarea ~ label.e-float-text.e-small,
.e-filled.e-float-input.e-control-wrapper textarea.e-small ~ label.e-float-text,
.e-small .e-filled.e-float-input.e-control-wrapper textarea ~ label.e-float-text {
  font-size: 13px;
  top: 10px; }

.e-filled.e-float-input.e-small.e-bigger label.e-float-text,
.e-bigger .e-filled.e-float-input.e-small label.e-float-text,
.e-bigger .e-filled.e-float-input.e-small:not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom,
.e-small .e-filled.e-float-input.e-bigger:not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom,
.e-filled.e-float-input.e-bigger.e-small:not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom,
.e-bigger.e-small .e-filled.e-float-input:not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom,
.e-filled.e-float-input.e-bigger.e-small:not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom,
.e-filled.e-float-input.e-control-wrapper.e-small.e-bigger label.e-float-text,
.e-bigger .e-filled.e-float-input.e-control-wrapper.e-small label.e-float-text,
.e-bigger .e-filled.e-float-input.e-control-wrapper.e-small:not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom,
.e-small .e-filled.e-float-input.e-control-wrapper.e-bigger:not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom,
.e-filled.e-float-input.e-control-wrapper.e-bigger.e-small:not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom,
.e-bigger.e-small .e-filled.e-float-input.e-control-wrapper:not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom,
.e-filled.e-float-input.e-control-wrapper.e-bigger.e-small:not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom {
  font-size: 14px;
  top: 12px;
  -webkit-transform: none;
          transform: none; }

.e-filled.e-float-input.e-bigger.e-small input:focus ~ label.e-float-text,
.e-filled.e-float-input.e-bigger.e-small input:valid ~ label.e-float-text,
.e-filled.e-float-input.e-bigger.e-small input ~ label.e-label-top.e-float-text,
.e-filled.e-float-input.e-bigger.e-small input[readonly] ~ label.e-label-top.e-float-text,
.e-filled.e-float-input.e-bigger.e-small input[disabled] ~ label.e-label-top.e-float-text,
.e-filled.e-float-input.e-bigger.e-small input label.e-float-text.e-label-top,
.e-bigger .e-filled.e-float-input.e-small input:focus ~ label.e-float-text,
.e-bigger .e-filled.e-float-input.e-small input:valid ~ label.e-float-text,
.e-bigger .e-filled.e-float-input.e-small input ~ label.e-label-top.e-float-text,
.e-bigger .e-filled.e-float-input.e-small input[readonly] ~ label.e-label-top.e-float-text,
.e-bigger .e-filled.e-float-input.e-small input[disabled] ~ label.e-label-top.e-float-text,
.e-bigger .e-filled.e-float-input.e-small input label.e-float-text.e-label-top,
.e-small .e-filled.e-float-input.e-bigger input:focus ~ label.e-float-text,
.e-small .e-filled.e-float-input.e-bigger input:valid ~ label.e-float-text,
.e-small .e-filled.e-float-input.e-bigger input ~ label.e-label-top.e-float-text,
.e-small .e-filled.e-float-input.e-bigger input[readonly] ~ label.e-label-top.e-float-text,
.e-small .e-filled.e-float-input.e-bigger input[disabled] ~ label.e-label-top.e-float-text,
.e-small .e-filled.e-float-input.e-bigger input label.e-float-text.e-label-top,
.e-filled.e-float-input.e-control-wrapper.e-bigger.e-small input:focus ~ label.e-float-text,
.e-filled.e-float-input.e-control-wrapper.e-bigger.e-small input:valid ~ label.e-float-text,
.e-filled.e-float-input.e-control-wrapper.e-bigger.e-small input ~ label.e-label-top.e-float-text,
.e-filled.e-float-input.e-control-wrapper.e-bigger.e-small input[readonly] ~ label.e-label-top.e-float-text,
.e-filled.e-float-input.e-control-wrapper.e-bigger.e-small input[disabled] ~ label.e-label-top.e-float-text,
.e-filled.e-float-input.e-control-wrapper.e-bigger.e-small input label.e-float-text.e-label-top,
.e-bigger .e-filled.e-float-input.e-control-wrapper.e-small input:focus ~ label.e-float-text,
.e-bigger .e-filled.e-float-input.e-control-wrapper.e-small input:valid ~ label.e-float-text,
.e-bigger .e-filled.e-float-input.e-control-wrapper.e-small input ~ label.e-label-top.e-float-text,
.e-bigger .e-filled.e-float-input.e-control-wrapper.e-small input[readonly] ~ label.e-label-top.e-float-text,
.e-bigger .e-filled.e-float-input.e-control-wrapper.e-small input[disabled] ~ label.e-label-top.e-float-text,
.e-bigger .e-filled.e-float-input.e-control-wrapper.e-small input label.e-float-text.e-label-top,
.e-small .e-filled.e-float-input.e-control-wrapper.e-bigger input:focus ~ label.e-float-text,
.e-small .e-filled.e-float-input.e-control-wrapper.e-bigger input:valid ~ label.e-float-text,
.e-small .e-filled.e-float-input.e-control-wrapper.e-bigger input ~ label.e-label-top.e-float-text,
.e-small .e-filled.e-float-input.e-control-wrapper.e-bigger input[readonly] ~ label.e-label-top.e-float-text,
.e-small .e-filled.e-float-input.e-control-wrapper.e-bigger input[disabled] ~ label.e-label-top.e-float-text,
.e-small .e-filled.e-float-input.e-control-wrapper.e-bigger input label.e-float-text.e-label-top,
.e-filled.e-float-input.e-bigger.e-small.e-input-focus input ~ label.e-float-text,
.e-bigger .e-filled.e-float-input.e-small.e-input-focus input ~ label.e-float-text,
.e-small .e-filled.e-float-input.e-bigger.e-input-focus input ~ label.e-float-text,
.e-filled.e-float-input.e-control-wrapper.e-bigger.e-small.e-input-focus input ~ label.e-float-text,
.e-bigger .e-filled.e-float-input.e-control-wrapper.e-small.e-input-focus input ~ label.e-float-text,
.e-small .e-filled.e-float-input.e-control-wrapper.e-bigger.e-input-focus input ~ label.e-float-text {
  -webkit-transform: translateY(-50%) scale(0.75);
          transform: translateY(-50%) scale(0.75); }

.e-bigger .e-filled.e-float-input.e-small textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom,
.e-small .e-filled.e-float-input.e-bigger textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom,
.e-filled.e-float-input.e-bigger.e-small textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom,
.e-bigger.e-small .e-filled.e-float-input textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom,
.e-filled.e-float-input.e-bigger.e-small textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom,
.e-bigger .e-filled.e-float-input.e-control-wrapper.e-small textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom,
.e-small .e-filled.e-float-input.e-control-wrapper.e-bigger textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom,
.e-filled.e-float-input.e-control-wrapper.e-bigger.e-small textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom,
.e-bigger.e-small .e-filled.e-float-input.e-control-wrapper textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom,
.e-filled.e-float-input.e-control-wrapper.e-bigger.e-small textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom {
  font-size: 14px;
  top: 12px; }

.e-float-input.e-filled.e-bigger.e-small textarea:focus ~ label.e-float-text,
.e-filled.e-float-input.e-bigger.e-small textarea:valid ~ label.e-float-text,
.e-filled.e-float-input.e-bigger.e-small textarea ~ label.e-label-top.e-float-text,
.e-filled.e-float-input.e-bigger.e-small textarea[readonly] ~ label.e-label-top.e-float-text,
.e-filled.e-float-input.e-bigger.e-small textarea[disabled] ~ label.e-label-top.e-float-text,
.e-filled.e-float-input.e-bigger.e-small textarea label.e-float-text.e-label-top,
.e-bigger .e-filled.e-float-input.e-small textarea:focus ~ label.e-float-text,
.e-bigger .e-filled.e-float-input.e-small textarea:valid ~ label.e-float-text,
.e-bigger .e-filled.e-float-input.e-small textarea ~ label.e-label-top.e-float-text,
.e-bigger .e-filled.e-float-input.e-small textarea[readonly] ~ label.e-label-top.e-float-text,
.e-bigger .e-filled.e-float-input.e-small textarea[disabled] ~ label.e-label-top.e-float-text,
.e-bigger .e-filled.e-float-input.e-small textarea label.e-float-text.e-label-top,
.e-small .e-filled.e-float-input.e-bigger textarea:focus ~ label.e-float-text,
.e-small .e-filled.e-float-input.e-bigger textarea:valid ~ label.e-float-text,
.e-small .e-filled.e-float-input.e-bigger textarea ~ label.e-label-top.e-float-text,
.e-small .e-filled.e-float-input.e-bigger textarea[readonly] ~ label.e-label-top.e-float-text,
.e-small .e-filled.e-float-input.e-bigger textarea[disabled] ~ label.e-label-top.e-float-text,
.e-small .e-filled.e-float-input.e-bigger textarea label.e-float-text.e-label-top,
.e-filled.e-float-input.e-control-wrapper.e-bigger.e-small textarea:focus ~ label.e-float-text,
.e-filled.e-float-input.e-control-wrapper.e-bigger.e-small textarea:valid ~ label.e-float-text,
.e-filled.e-float-input.e-control-wrapper.e-bigger.e-small textarea ~ label.e-label-top.e-float-text,
.e-filled.e-float-input.e-control-wrapper.e-bigger.e-small textarea[readonly] ~ label.e-label-top.e-float-text,
.e-filled.e-float-input.e-control-wrapper.e-bigger.e-small textarea[disabled] ~ label.e-label-top.e-float-text,
.e-filled.e-float-input.e-control-wrapper.e-bigger.e-small textarea label.e-float-text.e-label-top,
.e-bigger .e-filled.e-float-input.e-control-wrapper.e-small textarea:focus ~ label.e-float-text,
.e-bigger .e-filled.e-float-input.e-control-wrapper.e-small textarea:valid ~ label.e-float-text,
.e-bigger .e-filled.e-float-input.e-control-wrapper.e-small textarea ~ label.e-label-top.e-float-text,
.e-bigger .e-filled.e-float-input.e-control-wrapper.e-small textarea[readonly] ~ label.e-label-top.e-float-text,
.e-bigger .e-filled.e-float-input.e-control-wrapper.e-small textarea[disabled] ~ label.e-label-top.e-float-text,
.e-bigger .e-filled.e-float-input.e-control-wrapper.e-small textarea label.e-float-text.e-label-top,
.e-small .e-filled.e-float-input.e-control-wrapper.e-bigger textarea:focus ~ label.e-float-text,
.e-small .e-filled.e-float-input.e-control-wrapper.e-bigger textarea:valid ~ label.e-float-text,
.e-small .e-filled.e-float-input.e-control-wrapper.e-bigger textarea ~ label.e-label-top.e-float-text,
.e-small .e-filled.e-float-input.e-control-wrapper.e-bigger textarea[readonly] ~ label.e-label-top.e-float-text,
.e-small .e-filled.e-float-input.e-control-wrapper.e-bigger textarea[disabled] ~ label.e-label-top.e-float-text,
.e-small .e-filled.e-float-input.e-control-wrapper.e-bigger textarea label.e-float-text.e-label-top {
  -webkit-transform: translateY(-50%) scale(0.75);
          transform: translateY(-50%) scale(0.75); }

.e-filled.e-float-input label.e-float-text,
.e-filled.e-float-input label.e-float-text.e-label-bottom,
.e-filled.e-float-input.e-control-wrapper label.e-float-text,
.e-filled.e-float-input.e-control-wrapper label.e-float-text.e-label-bottom,
.e-filled.e-float-input:not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom,
.e-filled.e-float-input.e-control-wrapper:not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom {
  left: 12px; }

.e-filled.e-float-input:not(.e-input-focus) textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom,
.e-filled.e-float-input.e-control-wrapper:not(.e-input-focus) textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom {
  left: 12px; }

.e-filled.e-float-input.e-rtl label.e-float-text, .e-filled.e-float-input.e-rtl label.e-float-text.e-label-bottom, .e-rtl .e-filled.e-float-input label.e-float-text .e-filled.e-float-input.e-control-wrapper.e-rtl label.e-float-text, .e-filled.e-float-input.e-rtl.e-control-wrapper label.e-float-text.e-label-bottom, .e-rtl .e-filled.e-float-input.e-control-wrapper label.e-float-text, .e-filled.e-float-input.e-rtl:not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom, .e-filled.e-float-input.e-control-wrapper.e-rtl:not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom, .e-rtl .e-filled.e-float-input:not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom, .e-rtl .e-filled.e-float-input.e-control-wrapper:not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom {
  right: 12px; }

.e-filled.e-float-input.e-rtl:not(.e-input-focus) textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom,
.e-filled.e-float-input.e-control-wrapper.e-rtl:not(.e-input-focus) textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom,
.e-rtl .e-filled.e-float-input:not(.e-input-focus) textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom,
.e-rtl .e-filled.e-float-input.e-control-wrapper:not(.e-input-focus) textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom {
  right: 12px; }

.e-filled.e-float-input.e-bigger label.e-float-text,
.e-filled.e-float-input.e-bigger label.e-float-text.e-label-bottom,
.e-filled.e-float-input.e-control-wrapper.e-bigger label.e-float-text,
.e-filled.e-float-input.e-control-wrapper.e-bigger label.e-float-text.e-label-bottom,
.e-filled.e-float-input.e-bigger:not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom,
.e-filled.e-float-input.e-control-wrapper.e-bigger:not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom,
.e-bigger .e-filled.e-float-input label.e-float-text,
.e-bigger .e-filled.e-float-input label.e-float-text.e-label-bottom,
.e-bigger .e-filled.e-float-input.e-control-wrapper label.e-float-text,
.e-bigger .e-filled.e-float-input.e-control-wrapper label.e-float-text.e-label-bottom,
.e-bigger .e-filled.e-float-input:not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom,
.e-bigger .e-filled.e-float-input.e-control-wrapper:not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom {
  left: 16px; }

.e-filled.e-float-input.e-bigger:not(.e-input-focus) textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom,
.e-filled.e-float-input.e-control-wrapper.e-bigger:not(.e-input-focus) textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom,
.e-bigger .e-filled.e-float-input:not(.e-input-focus) textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom,
.e-bigger .e-filled.e-float-input.e-control-wrapper:not(.e-input-focus) textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom {
  left: 16px; }

.e-filled.e-float-input.e-bigger.e-rtl label.e-float-text, .e-filled.e-float-input.e-rtl.e-bigger label.e-float-text.e-label-bottom, .e-rtl .e-filled.e-float-input.e-bigger label.e-float-text .e-filled.e-float-input.e-control-wrapper.e-rtl.e-bigger label.e-float-text, .e-filled.e-float-input.e-rtl.e-control-wrapper.e-bigger label.e-float-text.e-label-bottom, .e-rtl .e-filled.e-float-input.e-control-wrapper.e-bigger label.e-float-text, .e-bigger .e-filled.e-float-input.e-rtl label.e-float-text, .e-bigger .e-filled.e-float-input.e-rtl label.e-float-text.e-label-bottom, .e-rtl.e-bigger .e-filled.e-float-input label.e-float-text .e-bigger .e-filled.e-float-input.e-control-wrapper.e-rtl label.e-float-text, .e-bigger .e-filled.e-float-input.e-rtl.e-control-wrapper label.e-float-text.e-label-bottom, .e-rtl.e-bigger .e-filled.e-float-input.e-control-wrapper label.e-float-text, .e-bigger.e-filled.e-float-input.e-rtl:not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom, .e-bigger.e-filled.e-float-input.e-control-wrapper.e-rtl:not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom, .e-rtl .e-bigger.e-filled.e-float-input:not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom, .e-rtl .e-bigger.e-filled.e-float-input.e-control-wrapper:not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom, .e-bigger .e-filled.e-float-input.e-rtl:not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom, .e-bigger .e-filled.e-float-input.e-control-wrapper.e-rtl:not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom, .e-rtl.e-bigger .e-filled.e-float-input:not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom, .e-rtl.e-bigger .e-filled.e-float-input.e-control-wrapper:not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom {
  right: 16px; }

.e-bigger.e-filled.e-float-input.e-rtl:not(.e-input-focus) textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom,
.e-bigger.e-filled.e-float-input.e-control-wrapper.e-rtl:not(.e-input-focus) textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom,
.e-rtl .e-bigger.e-filled.e-float-input:not(.e-input-focus) textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom,
.e-rtl .e-bigger.e-filled.e-float-input.e-control-wrapper:not(.e-input-focus) textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom,
.e-bigger .e-filled.e-float-input.e-rtl:not(.e-input-focus) textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom,
.e-bigger .e-filled.e-float-input.e-control-wrapper.e-rtl:not(.e-input-focus) textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom,
.e-rtl.e-bigger .e-filled.e-float-input:not(.e-input-focus) textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom,
.e-rtl.e-bigger .e-filled.e-float-input.e-control-wrapper:not(.e-input-focus) textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom {
  right: 16px; }

.e-filled.e-float-input.e-small label.e-float-text,
.e-filled.e-float-input.e-small label.e-float-text.e-label-bottom,
.e-filled.e-float-input.e-control-wrapper.e-small label.e-float-text,
.e-filled.e-float-input.e-control-wrapper.e-small label.e-float-text.e-label-bottom,
.e-filled.e-float-input.e-small:not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom,
.e-filled.e-float-input.e-control-wrapper.e-small:not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom,
.e-small .e-filled.e-float-input.e-bigger label.e-float-text,
.e-small .e-filled.e-float-input label.e-float-text.e-label-bottom,
.e-small .e-filled.e-float-input.e-control-wrapper label.e-float-text,
.e-small .e-filled.e-float-input.e-control-wrapper label.e-float-text.e-label-bottom,
.e-small .e-filled.e-float-input:not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom,
.e-small .e-filled.e-float-input.e-control-wrapper:not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom {
  left: 8px; }

.e-filled.e-float-input.e-small:not(.e-input-focus) textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom,
.e-filled.e-float-input.e-control-wrapper.e-small:not(.e-input-focus) textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom,
.e-small .e-filled.e-float-input:not(.e-input-focus) textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom,
.e-small .e-filled.e-float-input.e-control-wrapper:not(.e-input-focus) textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom {
  left: 8px; }

.e-filled.e-float-input.e-small.e-rtl label.e-float-text, .e-filled.e-float-input.e-rtl.e-small label.e-float-text.e-label-bottom, .e-rtl .e-filled.e-float-input.e-small label.e-float-text .e-filled.e-float-input.e-control-wrapper.e-rtl.e-small label.e-float-text, .e-filled.e-float-input.e-rtl.e-control-wrapper.e-small label.e-float-text.e-label-bottom, .e-rtl .e-filled.e-float-input.e-control-wrapper.e-small label.e-float-text, .e-small .e-filled.e-float-input.e-rtl label.e-float-text, .e-small .e-filled.e-float-input.e-rtl label.e-float-text.e-label-bottom, .e-rtl.e-small .e-filled.e-float-input label.e-float-text .e-small .e-filled.e-float-input.e-control-wrapper.e-rtl label.e-float-text, .e-small .e-filled.e-float-input.e-rtl.e-control-wrapper label.e-float-text.e-label-bottom, .e-rtl.e-small .e-filled.e-float-input.e-control-wrapper label.e-float-text, .e-small.e-filled.e-float-input.e-rtl:not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom, .e-small.e-filled.e-float-input.e-control-wrapper.e-rtl:not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom, .e-rtl .e-small.e-filled.e-float-input:not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom, .e-rtl .e-small.e-filled.e-float-input.e-control-wrapper:not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom, .e-small .e-filled.e-float-input.e-rtl:not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom, .e-small .e-filled.e-float-input.e-control-wrapper.e-rtl:not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom, .e-rtl.e-small .e-filled.e-float-input:not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom, .e-rtl.e-small .e-filled.e-float-input.e-control-wrapper:not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom {
  right: 8px; }

.e-small.e-filled.e-float-input.e-rtl:not(.e-input-focus) textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom,
.e-small.e-filled.e-float-input.e-control-wrapper.e-rtl:not(.e-input-focus) textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom,
.e-rtl .e-small.e-filled.e-float-input:not(.e-input-focus) textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom,
.e-rtl .e-small.e-filled.e-float-input.e-control-wrapper:not(.e-input-focus) textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom,
.e-small .e-filled.e-float-input.e-rtl:not(.e-input-focus) textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom,
.e-small .e-filled.e-float-input.e-control-wrapper.e-rtl:not(.e-input-focus) textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom,
.e-rtl.e-small .e-filled.e-float-input:not(.e-input-focus) textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom,
.e-rtl.e-small .e-filled.e-float-input.e-control-wrapper:not(.e-input-focus) textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom {
  right: 8px; }

.e-filled.e-float-input.e-small.e-bigger label.e-float-text,
.e-filled.e-float-input.e-small.e-bigger label.e-float-text.e-label-bottom,
.e-filled.e-float-input.e-control-wrapper.e-small.e-bigger label.e-float-text,
.e-filled.e-float-input.e-control-wrapper.e-small.e-bigger label.e-float-text.e-label-bottom,
.e-filled.e-float-input.e-small.e-bigger:not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom,
.e-filled.e-float-input.e-control-wrapper.e-small.e-bigger:not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom,
.e-small.e-bigger .e-filled.e-float-input label.e-float-text,
.e-small.e-bigger .e-filled.e-float-input label.e-float-text.e-label-bottom,
.e-small.e-bigger .e-filled.e-float-input.e-control-wrapper label.e-float-text,
.e-small.e-bigger .e-filled.e-float-input.e-control-wrapper label.e-float-text.e-label-bottom,
.e-small.e-bigger .e-filled.e-float-input:not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom,
.e-small.e-bigger .e-filled.e-float-input.e-control-wrapper:not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom {
  left: 12px; }

.e-filled.e-float-input.e-small.e-bigger:not(.e-input-focus) textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom,
.e-filled.e-float-input.e-control-wrapper.e-small.e-bigger:not(.e-input-focus) textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom,
.e-small.e-bigger .e-filled.e-float-input:not(.e-input-focus) textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom,
.e-small.e-bigger .e-filled.e-float-input.e-control-wrapper:not(.e-input-focus) textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom {
  left: 12px; }

.e-filled.e-float-input.e-small.e-bigger.e-rtl label.e-float-text, .e-filled.e-float-input.e-rtl.e-small.e-bigger label.e-float-text.e-label-bottom, .e-rtl .e-filled.e-float-input.e-small.e-bigger label.e-float-text .e-filled.e-float-input.e-control-wrapper.e-rtl.e-small.e-bigger label.e-float-text, .e-filled.e-float-input.e-rtl.e-control-wrapper.e-small.e-bigger label.e-float-text.e-label-bottom, .e-rtl .e-filled.e-float-input.e-control-wrapper.e-small.e-bigger label.e-float-text, .e-small.e-bigger .e-filled.e-float-input.e-rtl label.e-float-text, .e-small.e-bigger .e-filled.e-float-input.e-rtl label.e-float-text.e-label-bottom, .e-rtl.e-small.e-bigger .e-filled.e-float-input label.e-float-text .e-small.e-bigger .e-filled.e-float-input.e-control-wrapper.e-rtl label.e-float-text, .e-small.e-bigger .e-filled.e-float-input.e-rtl.e-control-wrapper label.e-float-text.e-label-bottom, .e-rtl.e-small.e-bigger .e-filled.e-float-input.e-control-wrapper label.e-float-text, .e-small.e-bigger.e-filled.e-float-input.e-rtl:not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom, .e-small.e-bigger.e-filled.e-float-input.e-control-wrapper.e-rtl:not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom, .e-rtl .e-small.e-bigger.e-filled.e-float-input:not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom, .e-rtl .e-small.e-bigger.e-filled.e-float-input.e-control-wrapper:not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom, .e-small .e-bigger.e-filled.e-float-input.e-rtl:not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom, .e-small .e-bigger.e-filled.e-float-input.e-control-wrapper.e-rtl:not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom, .e-bigger .e-small.e-filled.e-float-input.e-rtl:not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom, .e-bigger .e-small.e-filled.e-float-input.e-control-wrapper.e-rtl:not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom, .e-rtl.e-small.e-bigger .e-filled.e-float-input:not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom, .e-rtl.e-small.e-bigger .e-filled.e-float-input.e-control-wrapper:not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom {
  right: 12px; }

.e-small.e-bigger.e-filled.e-float-input.e-rtl:not(.e-input-focus) textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom,
.e-small.e-bigger.e-filled.e-float-input.e-control-wrapper.e-rtl:not(.e-input-focus) textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom,
.e-rtl .e-small.e-bigger.e-filled.e-float-input:not(.e-input-focus) textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom,
.e-rtl .e-small.e-bigger.e-filled.e-float-input.e-control-wrapper:not(.e-input-focus) textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom,
.e-small .e-bigger.e-filled.e-float-input.e-rtl:not(.e-input-focus) textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom,
.e-small .e-bigger.e-filled.e-float-input.e-control-wrapper.e-rtl:not(.e-input-focus) textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom,
.e-bigger .e-small.e-filled.e-float-input.e-rtl:not(.e-input-focus) textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom,
.e-bigger .e-small.e-filled.e-float-input.e-control-wrapper.e-rtl:not(.e-input-focus) textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom,
.e-rtl.e-small.e-bigger .e-filled.e-float-input:not(.e-input-focus) textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom,
.e-rtl.e-small.e-bigger .e-filled.e-float-input.e-control-wrapper:not(.e-input-focus) textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom {
  right: 12px; }

.e-filled.e-float-input .e-float-line,
.e-float-input.e-filled.e-control-wrapper .e-float-line {
  bottom: -1px;
  position: absolute; }

.e-float-input.e-filled .e-float-line,
.e-float-input.e-filled .e-float-text,
.e-float-input.e-filled.e-control-wrapper .e-float-line,
.e-float-input.e-filled.e-control-wrapper .e-float-text {
  right: 0; }

.e-filled.e-input-group:not(.e-disabled):not(.e-float-icon-left)::before,
.e-filled.e-filled.e-input-group:not(.e-disabled):not(.e-float-icon-left)::after,
.e-filled.e-input-group.e-control-wrapper:not(.e-disabled):not(.e-float-icon-left)::before,
.e-filled.e-input-group.e-control-wrapper:not(.e-disabled):not(.e-float-icon-left)::after {
  bottom: -1px; }

.e-filled.e-input-group .e-input-group-icon,
.e-filled.e-input-group.e-control-wrapper .e-input-group-icon,
.e-filled.e-input-group.e-bigger .e-input-group-icon,
.e-filled.e-input-group .e-input-group-icon.e-bigger,
.e-filled.e-input-group.e-control-wrapper.e-bigger .e-input-group-icon,
.e-filled.e-input-group.e-control-wrapper .e-input-group-icon.e-bigger,
.e-bigger .e-filled.e-input-group .e-input-group-icon,
.e-bigger .e-filled.e-input-group.e-control-wrapper .e-input-group-icon,
.e-filled.e-input-group.e-small.e-bigger .e-input-group-icon,
.e-filled.e-input-group.e-small .e-input-group-icon.e-bigger,
.e-filled.e-input-group.e-control-wrapper.e-small.e-bigger .e-input-group-icon,
.e-filled.e-input-group.e-control-wrapper.e-small .e-input-group-icon.e-bigger,
.e-bigger .e-filled.e-input-group.e-small .e-input-group-icon,
.e-bigger .e-filled.e-input-group.e-control-wrapper.e-small .e-input-group-icon,
.e-filled.e-input-group.e-small .e-input-group-icon,
.e-filled.e-input-group.e-control-wrapper.e-small .e-input-group-icon,
.e-small .e-filled.e-input-group .e-input-group-icon,
.e-small .e-filled.e-input-group.e-control-wrapper .e-input-group-icon {
  font-size: 16px;
  margin-bottom: 0;
  margin-top: 0;
  min-height: 20px;
  min-width: 20px;
  padding: 0 0 0 8px; }

.e-rtl.e-filled.e-input-group .e-input-group-icon,
.e-rtl.e-filled.e-input-group.e-control-wrapper .e-input-group-icon,
.e-rtl.e-filled.e-input-group.e-bigger .e-input-group-icon,
.e-rtl.e-filled.e-input-group .e-input-group-icon.e-bigger,
.e-rtl.e-filled.e-input-group.e-control-wrapper.e-bigger .e-input-group-icon,
.e-rtl.e-filled.e-input-group.e-control-wrapper .e-input-group-icon.e-bigger,
.e-bigger .e-rtl.e-filled.e-input-group .e-input-group-icon,
.e-bigger .e-rtl.e-filled.e-input-group.e-control-wrapper .e-input-group-icon,
.e-rtl.e-filled.e-input-group.e-small.e-bigger .e-input-group-icon,
.e-rtl.e-filled.e-input-group.e-small .e-input-group-icon.e-bigger,
.e-rtl.e-filled.e-input-group.e-control-wrapper.e-small.e-bigger .e-input-group-icon,
.e-rtl.e-filled.e-input-group.e-control-wrapper.e-small .e-input-group-icon.e-bigger,
.e-bigger .e-rtl.e-filled.e-input-group.e-small .e-input-group-icon,
.e-bigger .e-rtl.e-filled.e-input-group.e-control-wrapper.e-small .e-input-group-icon,
.e-rtl.e-filled.e-input-group.e-small .e-input-group-icon,
.e-rtl.e-filled.e-input-group.e-control-wrapper.e-small .e-input-group-icon,
.e-small .e-rtl.e-filled.e-input-group .e-input-group-icon,
.e-small .e-rtl.e-filled.e-input-group.e-control-wrapper .e-input-group-icon,
.e-rtl .e-filled.e-input-group .e-input-group-icon,
.e-rtl .e-filled.e-input-group.e-control-wrapper .e-input-group-icon,
.e-rtl .e-filled.e-input-group.e-bigger .e-input-group-icon,
.e-rtl .e-filled.e-input-group .e-input-group-icon.e-bigger,
.e-rtl .e-filled.e-input-group.e-control-wrapper.e-bigger .e-input-group-icon,
.e-rtl .e-filled.e-input-group.e-control-wrapper .e-input-group-icon.e-bigger,
.e-bigger.e-rtl .e-filled.e-input-group .e-input-group-icon,
.e-bigger.e-rtl .e-filled.e-input-group.e-control-wrapper .e-input-group-icon,
.e-rtl .e-filled.e-input-group.e-small.e-bigger .e-input-group-icon,
.e-rtl .e-filled.e-input-group.e-small .e-input-group-icon.e-bigger,
.e-rtl .e-filled.e-input-group.e-control-wrapper.e-small.e-bigger .e-input-group-icon,
.e-rtl .e-filled.e-input-group.e-control-wrapper.e-small .e-input-group-icon.e-bigger,
.e-bigger.e-rtl .e-filled.e-input-group.e-small .e-input-group-icon,
.e-bigger.e-rtl .e-filled.e-input-group.e-control-wrapper.e-small .e-input-group-icon,
.e-rtl .e-filled.e-input-group.e-small .e-input-group-icon,
.e-rtl .e-filled.e-input-group.e-control-wrapper.e-small .e-input-group-icon,
.e-small.e-rtl .e-filled.e-input-group .e-input-group-icon,
.e-small.e-rtl .e-filled.e-input-group.e-control-wrapper .e-input-group-icon {
  padding: 0 8px 0 0; }

.e-filled.e-input-group.e-small .e-input-group-icon,
.e-filled.e-input-group.e-control-wrapper.e-small .e-input-group-icon,
.e-small .e-filled.e-input-group .e-input-group-icon,
.e-small .e-filled.e-input-group.e-control-wrapper .e-input-group-icon {
  font-size: 14px;
  min-height: 18px;
  min-width: 18px;
  padding: 0 0 0 4px; }

.e-rtl.e-filled.e-input-group.e-small .e-input-group-icon,
.e-rtl.e-filled.e-input-group.e-control-wrapper.e-small .e-input-group-icon,
.e-small .e-rtl.e-filled.e-input-group .e-input-group-icon,
.e-small .e-rtl.e-filled.e-input-group.e-control-wrapper .e-input-group-icon,
.e-rtl .e-filled.e-input-group.e-small .e-input-group-icon,
.e-rtl .e-filled.e-input-group.e-control-wrapper.e-small .e-input-group-icon,
.e-small.e-rtl .e-filled.e-input-group .e-input-group-icon,
.e-small.e-rtl .e-filled.e-input-group.e-control-wrapper .e-input-group-icon {
  padding: 0 4px 0 0; }

.e-filled.e-input-group.e-bigger .e-input-group-icon,
.e-filled.e-input-group .e-input-group-icon.e-bigger,
.e-filled.e-input-group.e-control-wrapper.e-bigger .e-input-group-icon,
.e-filled.e-input-group.e-control-wrapper .e-input-group-icon.e-bigger,
.e-bigger .e-filled.e-input-group .e-input-group-icon,
.e-bigger .e-filled.e-input-group.e-control-wrapper .e-input-group-icon {
  font-size: 20px;
  min-height: 24px;
  min-width: 24px;
  padding: 0 0 0 8px; }

.e-filled.e-input-group.e-small.e-bigger .e-input-group-icon,
.e-filled.e-input-group.e-small .e-input-group-icon.e-bigger,
.e-filled.e-input-group.e-control-wrapper.e-small.e-bigger .e-input-group-icon,
.e-filled.e-input-group.e-control-wrapper.e-small .e-input-group-icon.e-bigger,
.e-bigger .e-filled.e-input-group.e-small .e-input-group-icon,
.e-bigger .e-filled.e-input-group.e-control-wrapper.e-small .e-input-group-icon {
  font-size: 18px;
  min-height: 20px;
  min-width: 20px;
  padding: 0 0 0 8px; }

.e-rtl.e-filled.e-float-input.e-input-group .e-input-group-icon,
.e-rtl.e-filled.e-float-input.e-control-wrapper.e-input-group .e-input-group-icon,
.e-rtl.e-filled.e-float-input.e-input-group.e-bigger .e-input-group-icon,
.e-rtl.e-filled.e-float-input.e-input-group .e-input-group-icon.e-bigger,
.e-bigger .e-rtl.e-filled.e-float-input.e-input-group .e-input-group-icon,
.e-rtl.e-filled.e-float-input.e-control-wrapper.e-input-group.e-bigger .e-input-group-icon,
.e-rtl.e-filled.e-float-input.e-control-wrapper.e-input-group .e-input-group-icon.e-bigger,
.e-bigger .e-rtl.e-filled.e-float-input.e-control-wrapper.e-input-group .e-input-group-icon,
.e-rtl.e-filled.e-float-input.e-input-group.e-small.e-bigger .e-input-group-icon,
.e-rtl.e-filled.e-float-input.e-input-group.e-small .e-input-group-icon.e-bigger,
.e-bigger .e-rtl.e-filled.e-float-input.e-input-group.e-small .e-input-group-icon,
.e-rtl.e-filled.e-float-input.e-control-wrapper.e-input-group.e-small.e-bigger .e-input-group-icon,
.e-rtl.e-filled.e-float-input.e-control-wrapper.e-input-group.e-small .e-input-group-icon.e-bigger,
.e-bigger .e-rtl.e-filled.e-float-input.e-control-wrapper.e-input-group.e-small .e-input-group-icon,
.e-rtl.e-filled.e-float-input.e-input-group.e-small .e-input-group-icon,
.e-small .e-rtl.e-filled.e-float-input.e-input-group .e-input-group-icon,
.e-rtl.e-filled.e-float-input.e-control-wrapper.e-input-group.e-small .e-input-group-icon,
.e-small .e-rtl.e-filled.e-float-input.e-control-wrapper.e-input-group .e-input-group-icon,
.e-rtl .e-filled.e-float-input.e-input-group .e-input-group-icon,
.e-rtl .e-filled.e-float-input.e-control-wrapper.e-input-group .e-input-group-icon,
.e-rtl .e-filled.e-float-input.e-input-group.e-bigger .e-input-group-icon,
.e-rtl .e-filled.e-float-input.e-input-group .e-input-group-icon.e-bigger,
.e-bigger.e-rtl .e-filled.e-float-input.e-input-group .e-input-group-icon,
.e-rtl .e-filled.e-float-input.e-control-wrapper.e-input-group.e-bigger .e-input-group-icon,
.e-rtl .e-filled.e-float-input.e-control-wrapper.e-input-group .e-input-group-icon.e-bigger,
.e-bigger.e-rtl .e-filled.e-float-input.e-control-wrapper.e-input-group .e-input-group-icon,
.e-rtl .e-filled.e-float-input.e-input-group.e-small.e-bigger .e-input-group-icon,
.e-rtl .e-filled.e-float-input.e-input-group.e-small .e-input-group-icon.e-bigger,
.e-bigger.e-rtl .e-filled.e-float-input.e-input-group.e-small .e-input-group-icon,
.e-rtl .e-filled.e-float-input.e-control-wrapper.e-input-group.e-small.e-bigger .e-input-group-icon,
.e-rtl .e-filled.e-float-input.e-control-wrapper.e-input-group.e-small .e-input-group-icon.e-bigger,
.e-bigger.e-rtl .e-filled.e-float-input.e-control-wrapper.e-input-group.e-small .e-input-group-icon,
.e-rtl .e-filled.e-float-input.e-input-group.e-small .e-input-group-icon,
.e-small.e-rtl .e-filled.e-float-input.e-input-group .e-input-group-icon,
.e-rtl .e-filled.e-float-input.e-control-wrapper.e-input-group.e-small .e-input-group-icon,
.e-small.e-rtl .e-filled.e-float-input.e-control-wrapper.e-input-group .e-input-group-icon {
  padding: 0 8px 0 0; }

.e-filled.e-float-input.e-input-group .e-input-group-icon,
.e-filled.e-float-input.e-control-wrapper.e-input-group .e-input-group-icon,
.e-filled.e-float-input.e-input-group.e-bigger .e-input-group-icon,
.e-filled.e-float-input.e-input-group .e-input-group-icon.e-bigger,
.e-bigger .e-filled.e-float-input.e-input-group .e-input-group-icon,
.e-filled.e-float-input.e-control-wrapper.e-input-group.e-bigger .e-input-group-icon,
.e-filled.e-float-input.e-control-wrapper.e-input-group .e-input-group-icon.e-bigger,
.e-bigger .e-filled.e-float-input.e-control-wrapper.e-input-group .e-input-group-icon,
.e-filled.e-float-input.e-input-group.e-small.e-bigger .e-input-group-icon,
.e-filled.e-float-input.e-input-group.e-small .e-input-group-icon.e-bigger,
.e-bigger .e-filled.e-float-input.e-input-group.e-small .e-input-group-icon,
.e-filled.e-float-input.e-control-wrapper.e-input-group.e-small.e-bigger .e-input-group-icon,
.e-filled.e-float-input.e-control-wrapper.e-input-group.e-small .e-input-group-icon.e-bigger,
.e-bigger .e-filled.e-float-input.e-control-wrapper.e-input-group.e-small .e-input-group-icon,
.e-filled.e-float-input.e-input-group.e-small .e-input-group-icon,
.e-small .e-filled.e-float-input.e-input-group .e-input-group-icon,
.e-filled.e-float-input.e-control-wrapper.e-input-group.e-small .e-input-group-icon,
.e-small .e-filled.e-float-input.e-control-wrapper.e-input-group .e-input-group-icon {
  font-size: 16px;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0 0 0 8px; }

.e-filled.e-float-input.e-input-group.e-small .e-input-group-icon,
.e-small .e-filled.e-float-input.e-input-group .e-input-group-icon,
.e-filled.e-float-input.e-control-wrapper.e-input-group.e-small .e-input-group-icon,
.e-small .e-filled.e-float-input.e-control-wrapper.e-input-group .e-input-group-icon {
  font-size: 14px;
  padding: 0 0 0 4px; }

.e-rtl.e-filled.e-float-input.e-input-group.e-small .e-input-group-icon,
.e-small .e-rtl.e-filled.e-float-input.e-input-group .e-input-group-icon,
.e-rtl.e-filled.e-float-input.e-control-wrapper.e-input-group.e-small .e-input-group-icon,
.e-small .e-rtl.e-filled.e-float-input.e-control-wrapper.e-input-group .e-input-group-icon,
.e-rtl .e-filled.e-float-input.e-input-group.e-small .e-input-group-icon,
.e-small.e-rtl .e-filled.e-float-input.e-input-group .e-input-group-icon,
.e-rtl .e-filled.e-float-input.e-control-wrapper.e-input-group.e-small .e-input-group-icon,
.e-small.e-rtl .e-filled.e-float-input.e-control-wrapper.e-input-group .e-input-group-icon {
  padding: 0 4px 0 0; }

.e-filled.e-float-input.e-input-group.e-bigger .e-input-group-icon,
.e-filled.e-float-input.e-input-group .e-input-group-icon.e-bigger,
.e-bigger .e-filled.e-float-input.e-input-group .e-input-group-icon,
.e-filled.e-float-input.e-control-wrapper.e-input-group.e-bigger .e-input-group-icon,
.e-filled.e-float-input.e-control-wrapper.e-input-group .e-input-group-icon.e-bigger,
.e-bigger .e-filled.e-float-input.e-control-wrapper.e-input-group .e-input-group-icon {
  font-size: 20px;
  padding: 0 0 0 8px; }

.e-filled.e-float-input.e-input-group.e-small.e-bigger .e-input-group-icon,
.e-filled.e-float-input.e-input-group.e-small .e-input-group-icon.e-bigger,
.e-bigger .e-filled.e-float-input.e-input-group.e-small .e-input-group-icon,
.e-filled.e-float-input.e-control-wrapper.e-input-group.e-small.e-bigger .e-input-group-icon,
.e-filled.e-float-input.e-control-wrapper.e-input-group.e-small .e-input-group-icon.e-bigger,
.e-bigger .e-filled.e-float-input.e-control-wrapper.e-input-group.e-small .e-input-group-icon {
  font-size: 18px;
  padding: 0 0 0 8px; }

.e-filled.e-float-input .e-clear-icon,
.e-filled.e-float-input.e-control-wrapper .e-clear-icon,
.e-filled.e-input-group .e-clear-icon,
.e-filled.e-input-group.e-control-wrapper .e-clear-icon {
  font-size: 16px;
  padding: 0 0 0 8px; }

.e-filled.e-input-group .e-clear-icon,
.e-filled.e-input-group.e-control-wrapper .e-clear-icon {
  min-height: 20px;
  min-width: 20px;
  padding: 0 0 0 8px; }

.e-filled.e-float-input.e-input-group .e-clear-icon,
.e-filled.e-float-input.e-input-group.e-control-wrapper .e-clear-icon {
  padding: 0 0 0 8px; }

.e-filled.e-input-group.e-bigger .e-clear-icon,
.e-filled.e-input-group.e-control-wrapper.e-bigger .e-clear-icon,
.e-filled.e-input-group .e-clear-icon.e-bigger,
.e-filled.e-input-group.e-control-wrapper .e-clear-icon.e-bigger,
.e-bigger .e-filled.e-input-group .e-clear-icon,
.e-bigger .e-filled.e-input-group.e-control-wrapper .e-clear-icon {
  font-size: 20px;
  min-height: 24px;
  min-width: 24px;
  padding: 0 0 0 8px; }

.e-filled.e-input-group.e-float-input.e-bigger .e-clear-icon,
.e-filled.e-input-group.e-float-input .e-clear-icon.e-bigger,
.e-bigger .e-filled.e-input-group.e-float-input .e-clear-icon,
.e-filled.e-input-group.e-control-wrapper.e-float-input.e-bigger .e-clear-icon,
.e-filled.e-input-group.e-control-wrapper.e-float-input .e-clear-icon.e-bigger,
.e-bigger .e-filled.e-input-group.e-control-wrapper.e-float-input .e-clear-icon {
  padding: 0 0 0 8px; }

.e-filled.e-input-group.e-small.e-bigger .e-clear-icon,
.e-filled.e-input-group.e-small .e-clear-icon.e-bigger,
.e-bigger .e-filled.e-input-group.e-small .e-clear-icon,
.e-filled.e-input-group.e-control-wrapper.e-small.e-bigger .e-clear-icon,
.e-filled.e-input-group.e-control-wrapper.e-small .e-clear-icon.e-bigger,
.e-bigger .e-filled.e-input-group.e-control-wrapper.e-small .e-clear-icon {
  font-size: 18px;
  min-height: 20px;
  min-width: 20px;
  padding: 0 0 0 8px; }

.e-filled.e-input-group.e-float-input.e-small.e-bigger .e-clear-icon,
.e-filled.e-input-group.e-float-input.e-small .e-clear-icon.e-bigger,
.e-bigger .e-filled.e-input-group.e-float-input.e-small .e-clear-icon,
.e-filled.e-input-group.e-control-wrapper.e-float-input.e-small.e-bigger .e-clear-icon,
.e-filled.e-input-group.e-control-wrapper.e-float-input.e-small .e-clear-icon.e-bigger,
.e-bigger .e-filled.e-input-group.e-control-wrapper.e-float-input.e-small .e-clear-icon,
.e-filled.e-input-group.e-float-input.e-control-wrapper.e-small.e-bigger .e-clear-icon,
.e-filled.e-input-group.e-float-input.e-control-wrapper.e-small .e-clear-icon.e-bigger,
.e-bigger .e-filled.e-input-group.e-float-input.e-control-wrapper.e-small .e-clear-icon,
.e-filled.e-input-group.e-control-wrapper.e-float-input.e-small.e-bigger .e-clear-icon,
.e-filled.e-input-group.e-control-wrapper.e-float-input.e-small .e-clear-icon.e-bigger,
.e-bigger .e-filled.e-input-group.e-control-wrapper.e-float-input.e-small .e-clear-icon {
  padding: 0 0 0 8px; }

.e-filled.e-input-group.e-small .e-clear-icon,
.e-filled.e-input-group .e-clear-icon.e-small,
.e-small .e-filled.e-input-group .e-clear-icon,
.e-filled.e-input-group.e-control-wrapper.e-small .e-clear-icon,
.e-filled.e-input-group.e-control-wrapper .e-clear-icon.e-small,
.e-small .e-filled.e-input-group.e-control-wrapper .e-clear-icon {
  font-size: 14px;
  min-height: 18px;
  min-width: 18px;
  padding: 0 0 0 4px; }

.e-filled.e-input-group.e-float-input.e-small .e-clear-icon,
.e-filled.e-input-group.e-float-input .e-clear-icon.e-small,
.e-small .e-filled.e-input-group.e-float-input .e-clear-icon,
.e-filled.e-input-group.e-control-wrapper.e-float-input.e-small .e-clear-icon,
.e-filled.e-input-group.e-control-wrapper.e-float-input .e-clear-icon.e-small,
.e-small .e-filled.e-input-group.e-control-wrapper.e-float-input .e-clear-icon,
.e-filled.e-input-group.e-float-input.e-control-wrapper.e-small .e-clear-icon,
.e-filled.e-input-group.e-float-input.e-control-wrapper .e-clear-icon.e-small,
.e-small .e-filled.e-input-group.e-float-input.e-control-wrapper .e-clear-icon,
.e-filled.e-input-group.e-control-wrapper.e-float-input.e-small .e-clear-icon,
.e-filled.e-input-group.e-control-wrapper.e-float-input .e-clear-icon.e-small,
.e-small .e-filled.e-input-group.e-control-wrapper.e-float-input .e-clear-icon {
  padding: 0 0 0 4px; }

.e-rtl.e-filled.e-input-group .e-clear-icon,
.e-rtl.e-filled.e-input-group.e-control-wrapper .e-clear-icon,
.e-rtl.e-filled.e-input-group.e-bigger .e-clear-icon,
.e-rtl.e-filled.e-input-group .e-clear-icon.e-bigger,
.e-rtl.e-filled.e-input-group.e-control-wrapper.e-bigger .e-clear-icon,
.e-rtl.e-filled.e-input-group.e-control-wrapper .e-clear-icon.e-bigger,
.e-bigger .e-rtl.e-filled.e-input-group .e-clear-icon,
.e-bigger .e-rtl.e-filled.e-input-group.e-control-wrapper .e-clear-icon,
.e-rtl.e-filled.e-input-group.e-small.e-bigger .e-clear-icon,
.e-rtl.e-filled.e-input-group.e-small .e-clear-icon.e-bigger,
.e-rtl.e-filled.e-input-group.e-control-wrapper.e-small.e-bigger .e-clear-icon,
.e-rtl.e-filled.e-input-group.e-control-wrapper.e-small .e-clear-icon.e-bigger,
.e-bigger .e-rtl.e-filled.e-input-group.e-small .e-clear-icon,
.e-bigger .e-rtl.e-filled.e-input-group.e-control-wrapper.e-small .e-clear-icon,
.e-rtl.e-filled.e-input-group.e-small .e-clear-icon,
.e-rtl.e-filled.e-input-group.e-control-wrapper.e-small .e-clear-icon,
.e-small .e-rtl.e-filled.e-input-group .e-clear-icon,
.e-small .e-rtl.e-filled.e-input-group.e-control-wrapper .e-clear-icon,
.e-rtl .e-filled.e-input-group .e-clear-icon,
.e-rtl .e-filled.e-input-group.e-control-wrapper .e-clear-icon,
.e-rtl .e-filled.e-input-group.e-bigger .e-clear-icon,
.e-rtl .e-filled.e-input-group .e-clear-icon.e-bigger,
.e-rtl .e-filled.e-input-group.e-control-wrapper.e-bigger .e-clear-icon,
.e-rtl .e-filled.e-input-group.e-control-wrapper .e-clear-icon.e-bigger,
.e-bigger.e-rtl .e-filled.e-input-group .e-clear-icon,
.e-bigger.e-rtl .e-filled.e-input-group.e-control-wrapper .e-clear-icon,
.e-rtl .e-filled.e-input-group.e-small.e-bigger .e-clear-icon,
.e-rtl .e-filled.e-input-group.e-small .e-clear-icon.e-bigger,
.e-rtl .e-filled.e-input-group.e-control-wrapper.e-small.e-bigger .e-clear-icon,
.e-rtl .e-filled.e-input-group.e-control-wrapper.e-small .e-clear-icon.e-bigger,
.e-bigger.e-rtl .e-filled.e-input-group.e-small .e-clear-icon,
.e-bigger.e-rtl .e-filled.e-input-group.e-control-wrapper.e-small .e-clear-icon,
.e-rtl .e-filled.e-input-group.e-small .e-clear-icon,
.e-rtl .e-filled.e-input-group.e-control-wrapper.e-small .e-clear-icon,
.e-small.e-rtl .e-filled.e-input-group .e-clear-icon,
.e-small.e-rtl .e-filled.e-input-group.e-control-wrapper .e-clear-icon {
  padding: 0 8px 0 0; }

.e-rtl.e-filled.e-input-group.e-small .e-clear-icon,
.e-rtl.e-filled.e-input-group.e-control-wrapper.e-small .e-clear-icon,
.e-small .e-rtl.e-filled.e-input-group .e-clear-icon,
.e-small .e-rtl.e-filled.e-input-group.e-control-wrapper .e-clear-icon,
.e-rtl .e-filled.e-input-group.e-small .e-clear-icon,
.e-rtl .e-filled.e-input-group.e-control-wrapper.e-small .e-clear-icon,
.e-small.e-rtl .e-filled.e-input-group .e-clear-icon,
.e-small.e-rtl .e-filled.e-input-group.e-control-wrapper .e-clear-icon {
  padding: 0 4px 0 0; }

.e-rtl.e-filled.e-float-input.e-input-group .e-clear-icon,
.e-rtl.e-filled.e-float-input.e-control-wrapper.e-input-group .e-clear-icon,
.e-rtl.e-filled.e-float-input.e-input-group.e-bigger .e-clear-icon,
.e-rtl.e-filled.e-float-input.e-input-group .e-clear-icon.e-bigger,
.e-bigger .e-rtl.e-filled.e-float-input.e-input-group .e-clear-icon,
.e-rtl.e-filled.e-float-input.e-control-wrapper.e-input-group.e-bigger .e-clear-icon,
.e-rtl.e-filled.e-float-input.e-control-wrapper.e-input-group .e-clear-icon.e-bigger,
.e-bigger .e-rtl.e-filled.e-float-input.e-control-wrapper.e-input-group .e-clear-icon,
.e-rtl.e-filled.e-float-input.e-input-group.e-small.e-bigger .e-clear-icon,
.e-rtl.e-filled.e-float-input.e-input-group.e-small .e-clear-icon.e-bigger,
.e-bigger .e-rtl.e-filled.e-float-input.e-input-group.e-small .e-clear-icon,
.e-rtl.e-filled.e-float-input.e-control-wrapper.e-input-group.e-small.e-bigger .e-clear-icon,
.e-rtl.e-filled.e-float-input.e-control-wrapper.e-input-group.e-small .e-clear-icon.e-bigger,
.e-bigger .e-rtl.e-filled.e-float-input.e-control-wrapper.e-input-group.e-small .e-clear-icon,
.e-rtl.e-filled.e-float-input.e-input-group.e-small .e-clear-icon,
.e-small .e-rtl.e-filled.e-float-input.e-input-group .e-clear-icon,
.e-rtl.e-filled.e-float-input.e-control-wrapper.e-input-group.e-small .e-clear-icon,
.e-small .e-rtl.e-filled.e-float-input.e-control-wrapper.e-input-group .e-clear-icon,
.e-rtl .e-filled.e-float-input.e-input-group .e-clear-icon,
.e-rtl .e-filled.e-float-input.e-control-wrapper.e-input-group .e-clear-icon,
.e-rtl .e-filled.e-float-input.e-input-group.e-bigger .e-clear-icon,
.e-rtl .e-filled.e-float-input.e-input-group .e-clear-icon.e-bigger,
.e-bigger.e-rtl .e-filled.e-float-input.e-input-group .e-clear-icon,
.e-rtl .e-filled.e-float-input.e-control-wrapper.e-input-group.e-bigger .e-clear-icon,
.e-rtl .e-filled.e-float-input.e-control-wrapper.e-input-group .e-clear-icon.e-bigger,
.e-bigger.e-rtl .e-filled.e-float-input.e-control-wrapper.e-input-group .e-clear-icon,
.e-rtl .e-filled.e-float-input.e-input-group.e-small.e-bigger .e-clear-icon,
.e-rtl .e-filled.e-float-input.e-input-group.e-small .e-clear-icon.e-bigger,
.e-bigger.e-rtl .e-filled.e-float-input.e-input-group.e-small .e-clear-icon,
.e-rtl .e-filled.e-float-input.e-control-wrapper.e-input-group.e-small.e-bigger .e-clear-icon,
.e-rtl .e-filled.e-float-input.e-control-wrapper.e-input-group.e-small .e-clear-icon.e-bigger,
.e-bigger.e-rtl .e-filled.e-float-input.e-control-wrapper.e-input-group.e-small .e-clear-icon,
.e-rtl .e-filled.e-float-input.e-input-group.e-small .e-clear-icon,
.e-small.e-rtl .e-filled.e-float-input.e-input-group .e-clear-icon,
.e-rtl .e-filled.e-float-input.e-control-wrapper.e-input-group.e-small .e-clear-icon,
.e-small.e-rtl .e-filled.e-float-input.e-control-wrapper.e-input-group .e-clear-icon {
  padding: 0 8px 0 0; }

.e-rtl.e-filled.e-float-input.e-input-group.e-small .e-clear-icon,
.e-small .e-rtl.e-filled.e-float-input.e-input-group .e-clear-icon,
.e-rtl.e-filled.e-float-input.e-control-wrapper.e-input-group.e-small .e-clear-icon,
.e-small .e-rtl.e-filled.e-float-input.e-control-wrapper.e-input-group .e-clear-icon,
.e-rtl .e-filled.e-float-input.e-input-group.e-small .e-clear-icon,
.e-small.e-rtl .e-filled.e-float-input.e-input-group .e-clear-icon,
.e-rtl .e-filled.e-float-input.e-control-wrapper.e-input-group.e-small .e-clear-icon,
.e-small.e-rtl .e-filled.e-float-input.e-control-wrapper.e-input-group .e-clear-icon {
  padding: 0 4px 0 0; }

.e-filled.e-float-input .e-clear-icon::before,
.e-filled.e-float-input.e-control-wrapper .e-clear-icon::before,
.e-filled.e-input-group .e-clear-icon::before,
.e-filled.e-input-group.e-control-wrapper .e-clear-icon::before {
  font-size: 16px; }

.e-filled.e-float-input.e-small .e-clear-icon::before,
.e-filled.e-float-input.e-control-wrapper.e-small .e-clear-icon::before,
.e-filled.e-input-group.e-small .e-clear-icon::before,
.e-filled.e-input-group.e-control-wrapper.e-small .e-clear-icon::before,
.e-filled.e-float-input.e-control-wrapper input.e-small:first-child ~ .e-clear-icon::before,
.e-small .e-filled.e-float-input.e-control-wrapper .e-clear-icon::before,
.e-filled.e-float-input input.e-small:first-child ~ .e-clear-icon::before,
.e-small .e-filled.e-float-input .e-clear-icon::before,
.e-small .e-filled.e-input-group .e-clear-icon::before,
.e-small .e-filled.e-input-group.e-control-wrapper .e-clear-icon::before {
  font-size: 14px; }

.e-filled.e-float-input.e-bigger .e-clear-icon::before,
.e-filled.e-float-input.e-control-wrapper.e-bigger .e-clear-icon::before,
.e-filled.e-input-group.e-bigger .e-clear-icon::before,
.e-filled.e-input-group.e-control-wrapper.e-bigger .e-clear-icon::before,
.e-filled.e-float-input.e-control-wrapper input.e-bigger:first-child ~ .e-clear-icon::before,
.e-bigger .e-filled.e-float-input.e-control-wrapper .e-clear-icon::before,
.e-filled.e-float-input input.e-bigger:first-child ~ .e-clear-icon::before,
.e-bigger .e-filled.e-float-input .e-clear-icon::before,
.e-bigger .e-filled.e-input-group .e-clear-icon::before,
.e-bigger .e-filled.e-input-group.e-control-wrapper .e-clear-icon::before {
  font-size: 20px; }

.e-filled.e-float-input.e-small.e-bigger .e-clear-icon::before,
.e-filled.e-float-input.e-control-wrapper.e-small.e-bigger .e-clear-icon::before,
.e-filled.e-input-group.e-small.e-bigger .e-clear-icon::before,
.e-filled.e-input-group.e-control-wrapper.e-small.e-bigger .e-clear-icon::before,
.e-small .e-filled.e-input-group.e-bigger input:first-child ~ .e-clear-icon::before,
.e-small .e-filled.e-input-group.e-control-wrapper.e-bigger input:first-child ~ .e-clear-icon::before,
.e-bigger .e-filled.e-input-group.e-small input:first-child ~ .e-clear-icon::before,
.e-bigger .e-filled.e-input-group.e-control-wrapper.e-small input:first-child ~ .e-clear-icon::before,
.e-small .e-filled.e-float-input.e-control-wrapper.e-bigger input:first-child ~ .e-clear-icon::before,
.e-small .e-filled.e-float-input.e-bigger input:first-child ~ .e-clear-icon::before,
.e-bigger .e-filled.e-float-input.e-control-wrapper.e-small input:first-child ~ .e-clear-icon::before,
.e-bigger .e-filled.e-float-input.e-small input:first-child ~ .e-clear-icon::before {
  font-size: 18px; }

.e-filled.e-float-input .e-input-in-wrap input:focus ~ label.e-float-text,
.e-filled.e-float-input .e-input-in-wrap input:valid ~ label.e-float-text,
.e-filled.e-float-input .e-input-in-wrap input ~ label.e-label-top.e-float-text,
.e-filled.e-float-input .e-input-in-wrap input[readonly] ~ label.e-label-top.e-float-text,
.e-filled.e-float-input .e-input-in-wrap input[disabled] ~ label.e-label-top.e-float-text,
.e-filled.e-float-input .e-input-in-wrap input label.e-float-text.e-label-top,
.e-filled.e-float-input.e-control-wrapper .e-input-in-wrap input:focus ~ label.e-float-text,
.e-filled.e-float-input.e-control-wrapper .e-input-in-wrap input:valid ~ label.e-float-text,
.e-filled.e-float-input.e-control-wrapper .e-input-in-wrap input ~ label.e-label-top.e-float-text,
.e-filled.e-float-input.e-control-wrapper .e-input-in-wrap input[readonly] ~ label.e-label-top.e-float-text,
.e-filled.e-float-input.e-control-wrapper .e-input-in-wrap input[disabled] ~ label.e-label-top.e-float-text,
.e-filled.e-float-input.e-control-wrapper .e-input-in-wrap input label.e-float-text.e-label-top {
  top: 12px; }

.e-filled.e-float-input.e-bigger .e-input-in-wrap input:focus ~ label.e-float-text,
.e-filled.e-float-input.e-bigger .e-input-in-wrap input:valid ~ label.e-float-text,
.e-filled.e-float-input.e-bigger .e-input-in-wrap input ~ label.e-label-top.e-float-text,
.e-filled.e-float-input.e-bigger .e-input-in-wrap input[readonly] ~ label.e-label-top.e-float-text,
.e-filled.e-float-input.e-bigger .e-input-in-wrap input[disabled] ~ label.e-label-top.e-float-text,
.e-bigger .e-filled.e-float-input .e-input-in-wrap input:focus ~ label.e-float-text,
.e-bigger .e-filled.e-float-input .e-input-in-wrap input:valid ~ label.e-float-text,
.e-bigger .e-filled.e-float-input .e-input-in-wrap input ~ label.e-label-top.e-float-text,
.e-bigger .e-filled.e-float-input .e-input-in-wrap input[readonly] ~ label.e-label-top.e-float-text,
.e-bigger .e-filled.e-float-input .e-input-in-wrap input[disabled] ~ label.e-label-top.e-float-text,
.e-filled.e-float-input.e-control-wrapper.e-bigger .e-input-in-wrap input:focus ~ label.e-float-text,
.e-filled.e-float-input.e-control-wrapper.e-bigger .e-input-in-wrap input:valid ~ label.e-float-text,
.e-filled.e-float-input.e-control-wrapper.e-bigger .e-input-in-wrap input ~ label.e-label-top.e-float-text,
.e-filled.e-float-input.e-control-wrapper.e-bigger .e-input-in-wrap input[readonly] ~ label.e-label-top.e-float-text,
.e-filled.e-float-input.e-control-wrapper.e-bigger .e-input-in-wrap input[disabled] ~ label.e-label-top.e-float-text,
.e-bigger .e-filled.e-float-input.e-control-wrapper .e-input-in-wrap input:focus ~ label.e-float-text,
.e-bigger .e-filled.e-float-input.e-control-wrapper .e-input-in-wrap input:valid ~ label.e-float-text,
.e-bigger .e-filled.e-float-input.e-control-wrapper .e-input-in-wrap input ~ label.e-label-top.e-float-text,
.e-bigger .e-filled.e-float-input.e-control-wrapper .e-input-in-wrap input[readonly] ~ label.e-label-top.e-float-text,
.e-bigger .e-filled.e-float-input.e-control-wrapper .e-input-in-wrap input[disabled] ~ label.e-label-top.e-float-text {
  top: 18px; }

.e-filled.e-float-input.e-small .e-input-in-wrap input:focus ~ label.e-float-text,
.e-filled.e-float-input.e-small .e-input-in-wrap input:valid ~ label.e-float-text,
.e-filled.e-float-input.e-small .e-input-in-wrap input ~ label.e-label-top.e-float-text,
.e-small .e-filled.e-float-input .e-input-in-wrap input ~ label.e-label-top.e-float-text,
.e-filled.e-float-input.e-small .e-input-in-wrap input[readonly] ~ label.e-label-top.e-float-text,
.e-filled.e-float-input.e-small .e-input-in-wrap input[disabled] ~ label.e-label-top.e-float-text,
.e-filled.e-float-input.e-control-wrapper.e-small .e-input-in-wrap input:focus ~ label.e-float-text,
.e-filled.e-float-input.e-control-wrapper.e-small .e-input-in-wrap input:valid ~ label.e-float-text,
.e-filled.e-float-input.e-control-wrapper.e-small .e-input-in-wrap input ~ label.e-label-top.e-float-text,
.e-small .e-filled.e-float-input.e-control-wrapper .e-input-in-wrap input ~ label.e-label-top.e-float-text,
.e-filled.e-float-input.e-control-wrapper.e-small .e-input-in-wrap input[readonly] ~ label.e-label-top.e-float-text,
.e-filled.e-float-input.e-control-wrapper.e-small .e-input-in-wrap input[disabled] ~ label.e-label-top.e-float-text {
  top: 10px; }

.e-filled.e-float-input.e-small.e-bigger .e-input-in-wrap input:focus ~ label.e-float-text,
.e-filled.e-float-input.e-small.e-bigger .e-input-in-wrap input:valid ~ label.e-float-text,
.e-filled.e-float-input.e-small.e-bigger .e-input-in-wrap input ~ label.e-label-top.e-float-text,
.e-filled.e-float-input.e-small.e-bigger .e-input-in-wrap input[readonly] ~ label.e-float-text,
.e-filled.e-float-input.e-small.e-bigger .e-input-in-wrap input[disabled] ~ label.e-float-text,
.e-bigger .e-filled.e-float-input.e-small .e-input-in-wrap input:focus ~ label.e-float-text,
.e-bigger .e-filled.e-float-input.e-small .e-input-in-wrap input:valid ~ label.e-float-text,
.e-bigger .e-filled.e-float-input.e-small .e-input-in-wrap input ~ label.e-label-top.e-float-text,
.e-bigger .e-filled.e-float-input.e-small .e-input-in-wrap input[readonly] ~ label.e-float-text,
.e-bigger .e-filled.e-float-input.e-small .e-input-in-wrap input[disabled] ~ label.e-float-text,
.e-filled.e-float-input.e-control-wrapper.e-small.e-bigger .e-input-in-wrap input:focus ~ label.e-float-text,
.e-filled.e-float-input.e-control-wrapper.e-small.e-bigger .e-input-in-wrap input:valid ~ label.e-float-text,
.e-filled.e-float-input.e-control-wrapper.e-small.e-bigger .e-input-in-wrap input ~ label.e-label-top.e-float-text,
.e-filled.e-float-input.e-control-wrapper.e-small.e-bigger .e-input-in-wrap input[readonly] ~ label.e-float-text,
.e-filled.e-float-input.e-control-wrapper.e-small.e-bigger .e-input-in-wrap input[disabled] ~ label.e-float-text,
.e-bigger .e-filled.e-float-input.e-control-wrapper.e-small .e-input-in-wrap input:focus ~ label.e-float-text,
.e-bigger .e-filled.e-float-input.e-control-wrapper.e-small .e-input-in-wrap input:valid ~ label.e-float-text,
.e-bigger .e-filled.e-float-input.e-control-wrapper.e-small .e-input-in-wrap input ~ label.e-label-top.e-float-text,
.e-bigger .e-filled.e-float-input.e-control-wrapper.e-small .e-input-in-wrap input[readonly] ~ label.e-float-text,
.e-bigger .e-filled.e-float-input.e-control-wrapper.e-small .e-input-in-wrap input[disabled] ~ label.e-float-text {
  top: 12px; }

.e-filled.e-input-group.e-float-icon-left.e-input-focus:not(.e-success):not(.e-warning):not(.e-error) .e-input-in-wrap,
.e-filled.e-input-group.e-float-icon-left.e-input-focus.e-success:not(.e-warning):not(.e-error) .e-input-in-wrap,
.e-filled.e-input-group.e-float-icon-left.e-input-focus.e-warning:not(.e-success):not(.e-error) .e-input-in-wrap,
.e-filled.e-input-group.e-float-icon-left.e-input-focus.e-error:not(.e-success):not(.e-warning) .e-input-in-wrap,
.e-filled.e-input-group.e-control-wrapper.e-float-icon-left.e-input-focus:not(.e-success):not(.e-warning):not(.e-error) .e-input-in-wrap,
.e-filled.e-input-group.e-control-wrapper.e-float-icon-left.e-input-focus.e-success:not(.e-warning):not(.e-error) .e-input-in-wrap,
.e-filled.e-input-group.e-control-wrapper.e-float-icon-left.e-input-focus.e-warning:not(.e-success):not(.e-error) .e-input-in-wrap,
.e-filled.e-input-group.e-control-wrapper.e-float-icon-left.e-input-focus.e-error:not(.e-success):not(.e-warning) .e-input-in-wrap {
  border-style: none;
  border-width: 0; }

.e-filled.e-float-input .e-input-in-wrap label.e-float-text,
.e-filled.e-float-input:not(.e-input-focus) .e-input-in-wrap input:not(:focus):valid ~ label.e-float-text.e-label-bottom,
.e-filled.e-float-input.e-control-wrapper .e-input-in-wrap label.e-float-text,
.e-filled.e-float-input.e-control-wrapper:not(.e-input-focus) .e-input-in-wrap input:not(:focus):valid ~ label.e-float-text.e-label-bottom {
  top: 12px; }

.e-filled.e-float-input.e-bigger .e-input-in-wrap label.e-float-text,
.e-filled.e-float-input .e-input-in-wrap label.e-float-text.e-bigger,
.e-filled.e-float-input .e-input-in-wrap input.e-bigger ~ label.e-float-text,
.e-bigger .e-filled.e-float-input .e-input-in-wrap label.e-float-text,
.e-filled.e-float-input.e-bigger:not(.e-input-focus) .e-input-in-wrap input:not(:focus):valid ~ label.e-float-text.e-label-bottom,
.e-bigger .e-filled.e-float-input:not(.e-input-focus) .e-input-in-wrap input:not(:focus):valid ~ label.e-float-text.e-label-bottom,
.e-filled.e-float-input.e-control-wrapper.e-bigger .e-input-in-wrap label.e-float-text,
.e-filled.e-float-input.e-control-wrapper .e-input-in-wrap label.e-float-text.e-bigger,
.e-filled.e-float-input.e-control-wrapper .e-input-in-wrap input.e-bigger ~ label.e-float-text,
.e-bigger.e-filled.e-float-input.e-control-wrapper .e-input-in-wrap label.e-float-text,
.e-filled.e-float-input.e-control-wrapper.e-bigger:not(.e-input-focus) .e-input-in-wrap input:not(:focus):valid ~ label.e-float-text.e-label-bottom,
.e-bigger.e-filled.e-float-input.e-control-wrapper:not(.e-input-focus) .e-input-in-wrap input:not(:focus):valid ~ label.e-float-text.e-label-bottom {
  top: 18px; }

.e-filled.e-float-input.e-small .e-input-in-wrap label.e-float-text,
.e-small .e-filled.e-float-input .e-input-in-wrap label.e-float-text,
.e-filled.e-float-input.e-small:not(.e-input-focus) .e-input-in-wrap input:not(:focus):valid ~ label.e-float-text.e-label-bottom,
.e-small .e-filled.e-float-input:not(.e-input-focus) .e-input-in-wrap input:not(:focus):valid ~ label.e-float-text.e-label-bottom,
.e-filled.e-float-input.e-control-wrapper.e-small .e-input-in-wrap label.e-float-text,
.e-small .e-filled.e-float-input.e-control-wrapper .e-input-in-wrap label.e-float-text,
.e-filled.e-float-input.e-control-wrapper.e-small:not(.e-input-focus) .e-input-in-wrap input:not(:focus):valid ~ label.e-float-text.e-label-bottom,
.e-small .e-filled.e-float-input.e-control-wrapper:not(.e-input-focus) .e-input-in-wrap input:not(:focus):valid ~ label.e-float-text.e-label-bottom {
  top: 10px; }

.e-filled.e-float-input.e-small.e-bigger .e-input-in-wrap label.e-float-text,
.e-bigger .e-filled.e-float-input.e-small .e-input-in-wrap label.e-float-text,
.e-bigger .e-filled.e-float-input.e-small:not(.e-input-focus) .e-input-in-wrap input:not(:focus):valid ~ label.e-float-text.e-label-bottom,
.e-small .e-filled.e-float-input.e-bigger:not(.e-input-focus) .e-input-in-wrap input:not(:focus):valid ~ label.e-float-text.e-label-bottom,
.e-filled.e-float-input.e-bigger.e-small:not(.e-input-focus) .e-input-in-wrap input:not(:focus):valid ~ label.e-float-text.e-label-bottom,
.e-bigger.e-small .e-filled.e-float-input:not(.e-input-focus) .e-input-in-wrap input:not(:focus):valid ~ label.e-float-text.e-label-bottom,
.e-filled.e-float-input.e-control-wrapper.e-small.e-bigger .e-input-in-wrap label.e-float-text,
.e-bigger .e-filled.e-float-input.e-control-wrapper.e-small .e-input-in-wrap label.e-float-text,
.e-bigger .e-filled.e-float-input.e-control-wrapper.e-small:not(.e-input-focus) .e-input-in-wrap input:not(:focus):valid ~ label.e-float-text.e-label-bottom,
.e-small .e-filled.e-float-input.e-control-wrapper.e-bigger:not(.e-input-focus) .e-input-in-wrap input:not(:focus):valid ~ label.e-float-text.e-label-bottom,
.e-filled.e-float-input.e-control-wrapper.e-bigger.e-small:not(.e-input-focus) .e-input-in-wrap input:not(:focus):valid ~ label.e-float-text.e-label-bottom,
.e-bigger.e-small .e-filled.e-float-input.e-control-wrapper:not(.e-input-focus) .e-input-in-wrap input:not(:focus):valid ~ label.e-float-text.e-label-bottom {
  top: 12px; }

.e-filled.e-input-group:not(.e-float-input).e-float-icon-left &gt; .e-input-group-icon,
.e-filled.e-input-group:not(.e-float-input).e-control-wrapper.e-float-icon-left &gt; .e-input-group-icon {
  font-size: 16px;
  margin: 0;
  min-height: 20px;
  min-width: 20px;
  padding: 0; }

.e-filled.e-input-group:not(.e-float-input).e-bigger.e-float-icon-left &gt; .e-input-group-icon,
.e-filled.e-input-group:not(.e-float-input).e-float-icon-left &gt; .e-input-group-icon.e-bigger,
.e-bigger .e-filled.e-input-group:not(.e-float-input).e-float-icon-left &gt; .e-input-group-icon,
.e-filled.e-input-group:not(.e-float-input).e-control-wrapper.e-bigger.e-float-icon-left &gt; .e-input-group-icon,
.e-filled.e-input-group:not(.e-float-input).e-control-wrapper.e-float-icon-left &gt; .e-input-group-icon.e-bigger,
.e-bigger .e-filled.e-input-group:not(.e-float-input).e-control-wrapper.e-float-icon-left &gt; .e-input-group-icon {
  font-size: 20px;
  margin: 0;
  min-height: 24px;
  min-width: 24px;
  padding: 0; }

.e-filled.e-input-group:not(.e-float-input).e-small.e-float-icon-left &gt; .e-input-group-icon,
.e-filled.e-input-group:not(.e-float-input).e-float-icon-left &gt; .e-input-group-icon.e-small,
.e-filled.e-input-group:not(.e-float-input).e-control-wrapper.e-small.e-float-icon-left &gt; .e-input-group-icon,
.e-filled.e-input-group:not(.e-float-input).e-control-wrapper.e-float-icon-left &gt; .e-input-group-icon.e-small,
.e-small .e-filled.e-input-group:not(.e-float-input).e-float-icon-left &gt; .e-input-group-icon,
.e-small .e-filled.e-input-group:not(.e-float-input).e-control-wrapper.e-float-icon-left &gt; .e-input-group-icon {
  font-size: 14px;
  margin: 0;
  min-height: 18px;
  min-width: 18px;
  padding: 0; }

.e-filled.e-input-group:not(.e-float-input).e-small.e-bigger.e-float-icon-left &gt; .e-input-group-icon,
.e-filled.e-input-group:not(.e-float-input).e-small.e-float-icon-left &gt; .e-input-group-icon.e-bigger,
.e-bigger .e-filled.e-input-group:not(.e-float-input).e-small.e-float-icon-left &gt; .e-input-group-icon,
.e-filled.e-input-group.e-control-wrapper:not(.e-float-input).e-small.e-bigger.e-float-icon-left &gt; .e-input-group-icon,
.e-filled.e-input-group.e-control-wrapper:not(.e-float-input).e-small.e-float-icon-left &gt; .e-input-group-icon.e-bigger,
.e-bigger .e-filled.e-input-group.e-control-wrapper:not(.e-float-input).e-small.e-float-icon-left &gt; .e-input-group-icon {
  font-size: 18px;
  margin: 0;
  min-height: 20px;
  min-width: 20px;
  padding: 0; }

.e-filled.e-input-group.e-float-icon-left &gt; .e-input-group-icon,
.e-filled.e-float-input.e-input-group.e-float-icon-left &gt; .e-input-group-icon,
.e-filled.e-input-group.e-control-wrapper.e-float-icon-left &gt; .e-input-group-icon,
.e-filled.e-float-input.e-input-group.e-control-wrapper.e-float-icon-left &gt; .e-input-group-icon {
  margin: 0;
  min-height: 20px;
  min-width: 20px;
  padding: 0; }

.e-filled.e-input-group.e-bigger.e-float-icon-left &gt; .e-input-group-icon,
.e-filled.e-input-group.e-float-icon-left &gt; .e-input-group-icon.e-bigger,
.e-bigger .e-filled.e-input-group.e-float-icon-left &gt; .e-input-group-icon,
.e-filled.e-float-input.e-input-group.e-bigger.e-float-icon-left &gt; .e-input-group-icon,
.e-filled.e-float-input.e-input-group.e-float-icon-left &gt; .e-input-group-icon.e-bigger,
.e-bigger .e-filled.e-float-input.e-input-group.e-float-icon-left &gt; .e-input-group-icon,
.e-filled.e-input-group.e-control-wrapper.e-bigger.e-float-icon-left &gt; .e-input-group-icon,
.e-filled.e-input-group.e-control-wrapper.e-float-icon-left &gt; .e-input-group-icon.e-bigger,
.e-bigger .e-filled.e-input-group.e-control-wrapper.e-float-icon-left &gt; .e-input-group-icon,
.e-filled.e-float-input.e-input-group.e-control-wrapper.e-bigger.e-float-icon-left &gt; .e-input-group-icon,
.e-filled.e-float-input.e-input-group.e-control-wrapper.e-float-icon-left &gt; .e-input-group-icon.e-bigger,
.e-bigger .e-filled.e-float-input.e-input-group.e-control-wrapper.e-float-icon-left &gt; .e-input-group-icon {
  margin: 0;
  min-height: 24px;
  min-width: 24px;
  padding: 0; }

.e-filled.e-input-group.e-small.e-float-icon-left &gt; .e-input-group-icon,
.e-filled.e-input-group.e-float-icon-left &gt; .e-input-group-icon.e-small,
.e-filled.e-input-group.e-control-wrapper.e-small.e-float-icon-left &gt; .e-input-group-icon,
.e-filled.e-input-group.e-control-wrapper.e-float-icon-left &gt; .e-input-group-icon.e-small,
.e-small .e-filled.e-input-group.e-float-icon-left &gt; .e-input-group-icon,
.e-small .e-filled.e-input-group.e-control-wrapper.e-float-icon-left &gt; .e-input-group-icon,
.e-filled.e-float-input.e-input-group.e-small.e-float-icon-left &gt; .e-input-group-icon,
.e-filled.e-float-input.e-input-group.e-float-icon-left &gt; .e-input-group-icon.e-small,
.e-small .e-filled.e-float-input.e-input-group.e-float-icon-left &gt; .e-input-group-icon,
.e-filled.e-float-input.e-control-wrapper.e-input-group.e-small.e-float-icon-left &gt; .e-input-group-icon,
.e-filled.e-float-input.e-control-wrapper.e-input-group.e-float-icon-left &gt; .e-input-group-icon.e-small,
.e-small .e-filled.e-float-input.e-control-wrapper.e-input-group.e-float-icon-left &gt; .e-input-group-icon {
  margin: 0;
  min-height: 18px;
  min-width: 18px;
  padding: 0; }

.e-filled.e-input-group.e-small.e-bigger.e-float-icon-left &gt; .e-input-group-icon,
.e-filled.e-input-group.e-small.e-float-icon-left &gt; .e-input-group-icon.e-bigger,
.e-bigger .e-filled.e-input-group.e-small.e-float-icon-left &gt; .e-input-group-icon,
.e-filled.e-float-input.e-input-group.e-small.e-bigger.e-float-icon-left &gt; .e-input-group-icon,
.e-filled.e-float-input.e-input-group.e-small.e-float-icon-left &gt; .e-input-group-icon.e-bigger,
.e-bigger .e-filled.e-input-group.e-float-input.e-small.e-float-icon-left &gt; .e-input-group-icon,
.e-filled.e-input-group.e-control-wrapper.e-small.e-bigger.e-float-icon-left &gt; .e-input-group-icon,
.e-filled.e-input-group.e-control-wrapper.e-small.e-float-icon-left &gt; .e-input-group-icon.e-bigger,
.e-bigger .e-filled.e-input-group.e-control-wrapper.e-small.e-float-icon-left &gt; .e-input-group-icon,
.e-filled.e-float-input.e-control-wrapper.e-input-group.e-small.e-bigger.e-float-icon-left &gt; .e-input-group-icon,
.e-filled.e-float-input.e-control-wrapper.e-input-group.e-small.e-float-icon-left &gt; .e-input-group-icon.e-bigger,
.e-bigger .e-filled.e-input-group.e-control-wrapper.e-float-input.e-small.e-float-icon-left &gt; .e-input-group-icon {
  margin: 0;
  min-height: 20px;
  min-width: 20px;
  padding: 0; }

.e-filled.e-float-input .e-input-in-wrap label.e-float-text,
.e-filled.e-float-input .e-input-in-wrap label.e-float-text.e-label-bottom,
.e-filled.e-float-input.e-control-wrapper .e-input-in-wrap label.e-float-text,
.e-filled.e-float-input.e-control-wrapper .e-input-in-wrap label.e-float-text.e-label-bottom,
.e-filled.e-float-input:not(.e-input-focus) .e-input-in-wrap input:not(:focus):valid ~ label.e-float-text.e-label-bottom,
.e-filled.e-float-input.e-control-wrapper:not(.e-input-focus) .e-input-in-wrap input:not(:focus):valid ~ label.e-float-text.e-label-bottom {
  left: 0; }

.e-filled.e-float-input.e-rtl .e-input-in-wrap label.e-float-text, .e-filled.e-float-input.e-rtl .e-input-in-wrap label.e-float-text.e-label-bottom, .e-rtl .e-filled.e-float-input .e-input-in-wrap label.e-float-text .e-filled.e-float-input.e-control-wrapper.e-rtl .e-input-in-wrap label.e-float-text, .e-filled.e-float-input.e-rtl.e-control-wrapper .e-input-in-wrap label.e-float-text.e-label-bottom, .e-rtl .e-filled.e-float-input.e-control-wrapper .e-input-in-wrap label.e-float-text, .e-filled.e-float-input.e-rtl:not(.e-input-focus) .e-input-in-wrap input:not(:focus):valid ~ label.e-float-text.e-label-bottom, .e-filled.e-float-input.e-control-wrapper.e-rtl:not(.e-input-focus) .e-input-in-wrap input:not(:focus):valid ~ label.e-float-text.e-label-bottom, .e-rtl .e-filled.e-float-input:not(.e-input-focus) .e-input-in-wrap input:not(:focus):valid ~ label.e-float-text.e-label-bottom, .e-rtl .e-filled.e-float-input.e-control-wrapper:not(.e-input-focus) .e-input-in-wrap input:not(:focus):valid ~ label.e-float-text.e-label-bottom {
  right: 0; }

.e-filled.e-float-input.e-bigger .e-input-in-wrap label.e-float-text, .e-filled.e-float-input.e-bigger .e-input-in-wrap label.e-float-text.e-label-bottom, .e-filled.e-float-input.e-control-wrapper.e-bigger .e-input-in-wrap label.e-float-text, .e-filled.e-float-input.e-control-wrapper.e-bigger .e-input-in-wrap label.e-float-text.e-label-bottom, .e-filled.e-float-input.e-bigger:not(.e-input-focus) .e-input-in-wrap input:not(:focus):valid ~ label.e-float-text.e-label-bottom, .e-filled.e-float-input.e-control-wrapper.e-bigger:not(.e-input-focus) .e-input-in-wrap input:not(:focus):valid ~ label.e-float-text.e-label-bottom .e-bigger .e-filled.e-float-input .e-input-in-wrap label.e-float-text, .e-bigger .e-filled.e-float-input .e-input-in-wrap label.e-float-text.e-label-bottom, .e-bigger .e-filled.e-float-input.e-control-wrapper .e-input-in-wrap label.e-float-text, .e-bigger .e-filled.e-float-input.e-control-wrapper .e-input-in-wrap label.e-float-text.e-label-bottom, .e-bigger .e-filled.e-float-input:not(.e-input-focus) .e-input-in-wrap input:not(:focus):valid ~ label.e-float-text.e-label-bottom, .e-bigger .e-filled.e-float-input.e-control-wrapper:not(.e-input-focus) .e-input-in-wrap input:not(:focus):valid ~ label.e-float-text.e-label-bottom {
  left: 0; }

.e-filled.e-float-input.e-bigger.e-rtl .e-input-in-wrap label.e-float-text, .e-filled.e-float-input.e-rtl.e-bigger .e-input-in-wrap label.e-float-text.e-label-bottom, .e-rtl .e-filled.e-float-input.e-bigger .e-input-in-wrap label.e-float-text .e-filled.e-float-input.e-control-wrapper.e-rtl.e-bigger .e-input-in-wrap label.e-float-text, .e-filled.e-float-input.e-rtl.e-control-wrapper.e-bigger .e-input-in-wrap label.e-float-text.e-label-bottom, .e-rtl .e-filled.e-float-input.e-control-wrapper.e-bigger .e-input-in-wrap label.e-float-text, .e-bigger .e-filled.e-float-input.e-rtl .e-input-in-wrap label.e-float-text, .e-bigger .e-filled.e-float-input.e-rtl .e-input-in-wrap label.e-float-text.e-label-bottom, .e-rtl.e-bigger .e-filled.e-float-input .e-input-in-wrap label.e-float-text .e-bigger .e-filled.e-float-input.e-control-wrapper.e-rtl .e-input-in-wrap label.e-float-text, .e-bigger .e-filled.e-float-input.e-rtl.e-control-wrapper .e-input-in-wrap label.e-float-text.e-label-bottom, .e-rtl.e-bigger .e-filled.e-float-input.e-control-wrapper .e-input-in-wrap label.e-float-text, .e-bigger.e-filled.e-float-input.e-rtl:not(.e-input-focus) .e-input-in-wrap input:not(:focus):valid ~ label.e-float-text.e-label-bottom, .e-bigger.e-filled.e-float-input.e-control-wrapper.e-rtl:not(.e-input-focus) .e-input-in-wrap input:not(:focus):valid ~ label.e-float-text.e-label-bottom, .e-rtl .e-bigger.e-filled.e-float-input:not(.e-input-focus) .e-input-in-wrap input:not(:focus):valid ~ label.e-float-text.e-label-bottom, .e-rtl .e-bigger.e-filled.e-float-input.e-control-wrapper:not(.e-input-focus) .e-input-in-wrap input:not(:focus):valid ~ label.e-float-text.e-label-bottom, .e-bigger .e-filled.e-float-input.e-rtl:not(.e-input-focus) .e-input-in-wrap input:not(:focus):valid ~ label.e-float-text.e-label-bottom, .e-bigger .e-filled.e-float-input.e-control-wrapper.e-rtl:not(.e-input-focus) .e-input-in-wrap input:not(:focus):valid ~ label.e-float-text.e-label-bottom, .e-rtl.e-bigger .e-filled.e-float-input:not(.e-input-focus) .e-input-in-wrap input:not(:focus):valid ~ label.e-float-text.e-label-bottom, .e-rtl.e-bigger .e-filled.e-float-input.e-control-wrapper:not(.e-input-focus) .e-input-in-wrap input:not(:focus):valid ~ label.e-float-text.e-label-bottom {
  right: 0; }

.e-filled.e-float-input.e-small .e-input-in-wrap label.e-float-text, .e-filled.e-float-input.e-small .e-input-in-wrap label.e-float-text.e-label-bottom, .e-filled.e-float-input.e-control-wrapper.e-small .e-input-in-wrap label.e-float-text, .e-filled.e-float-input.e-control-wrapper.e-small .e-input-in-wrap label.e-float-text.e-label-bottom, .e-filled.e-float-input.e-small:not(.e-input-focus) .e-input-in-wrap input:not(:focus):valid ~ label.e-float-text.e-label-bottom, .e-filled.e-float-input.e-control-wrapper.e-small:not(.e-input-focus) .e-input-in-wrap input:not(:focus):valid ~ label.e-float-text.e-label-bottom .e-small .e-filled.e-float-input.e-bigger .e-input-in-wrap label.e-float-text, .e-small .e-filled.e-float-input .e-input-in-wrap label.e-float-text.e-label-bottom, .e-small .e-filled.e-float-input.e-control-wrapper .e-input-in-wrap label.e-float-text, .e-small .e-filled.e-float-input.e-control-wrapper .e-input-in-wrap label.e-float-text.e-label-bottom, .e-small .e-filled.e-float-input:not(.e-input-focus) .e-input-in-wrap input:not(:focus):valid ~ label.e-float-text.e-label-bottom, .e-small .e-filled.e-float-input.e-control-wrapper:not(.e-input-focus) .e-input-in-wrap input:not(:focus):valid ~ label.e-float-text.e-label-bottom {
  left: 0; }

.e-filled.e-float-input.e-small.e-rtl .e-input-in-wrap label.e-float-text, .e-filled.e-float-input.e-rtl.e-small .e-input-in-wrap label.e-float-text.e-label-bottom, .e-rtl .e-filled.e-float-input.e-small .e-input-in-wrap label.e-float-text .e-filled.e-float-input.e-control-wrapper.e-rtl.e-small .e-input-in-wrap label.e-float-text, .e-filled.e-float-input.e-rtl.e-control-wrapper.e-small .e-input-in-wrap label.e-float-text.e-label-bottom, .e-rtl .e-filled.e-float-input.e-control-wrapper.e-small .e-input-in-wrap label.e-float-text, .e-small .e-filled.e-float-input.e-rtl .e-input-in-wrap label.e-float-text, .e-small .e-filled.e-float-input.e-rtl .e-input-in-wrap label.e-float-text.e-label-bottom, .e-rtl.e-small .e-filled.e-float-input .e-input-in-wrap label.e-float-text .e-small .e-filled.e-float-input.e-control-wrapper.e-rtl .e-input-in-wrap label.e-float-text, .e-small .e-filled.e-float-input.e-rtl.e-control-wrapper .e-input-in-wrap label.e-float-text.e-label-bottom, .e-rtl.e-small .e-filled.e-float-input.e-control-wrapper .e-input-in-wrap label.e-float-text, .e-small.e-filled.e-float-input.e-rtl:not(.e-input-focus) .e-input-in-wrap input:not(:focus):valid ~ label.e-float-text.e-label-bottom, .e-small.e-filled.e-float-input.e-control-wrapper.e-rtl:not(.e-input-focus) .e-input-in-wrap input:not(:focus):valid ~ label.e-float-text.e-label-bottom, .e-rtl .e-small.e-filled.e-float-input:not(.e-input-focus) .e-input-in-wrap input:not(:focus):valid ~ label.e-float-text.e-label-bottom, .e-rtl .e-small.e-filled.e-float-input.e-control-wrapper:not(.e-input-focus) .e-input-in-wrap input:not(:focus):valid ~ label.e-float-text.e-label-bottom, .e-small .e-filled.e-float-input.e-rtl:not(.e-input-focus) .e-input-in-wrap input:not(:focus):valid ~ label.e-float-text.e-label-bottom, .e-small .e-filled.e-float-input.e-control-wrapper.e-rtl:not(.e-input-focus) .e-input-in-wrap input:not(:focus):valid ~ label.e-float-text.e-label-bottom, .e-rtl.e-small .e-filled.e-float-input:not(.e-input-focus) .e-input-in-wrap input:not(:focus):valid ~ label.e-float-text.e-label-bottom, .e-rtl.e-small .e-filled.e-float-input.e-control-wrapper:not(.e-input-focus) .e-input-in-wrap input:not(:focus):valid ~ label.e-float-text.e-label-bottom {
  right: 0; }

.e-filled.e-float-input.e-small.e-bigger .e-input-in-wrap label.e-float-text, .e-filled.e-float-input.e-small.e-bigger .e-input-in-wrap label.e-float-text.e-label-bottom, .e-filled.e-float-input.e-control-wrapper.e-small.e-bigger .e-input-in-wrap label.e-float-text, .e-filled.e-float-input.e-control-wrapper.e-small.e-bigger .e-input-in-wrap label.e-float-text.e-label-bottom, .e-filled.e-float-input.e-small.e-bigger:not(.e-input-focus) .e-input-in-wrap input:not(:focus):valid ~ label.e-float-text.e-label-bottom, .e-filled.e-float-input.e-control-wrapper.e-small.e-bigger:not(.e-input-focus) .e-input-in-wrap input:not(:focus):valid ~ label.e-float-text.e-label-bottom .e-small.e-bigger .e-filled.e-float-input .e-input-in-wrap label.e-float-text, .e-small.e-bigger .e-filled.e-float-input .e-input-in-wrap label.e-float-text.e-label-bottom, .e-small.e-bigger .e-filled.e-float-input.e-control-wrapper .e-input-in-wrap label.e-float-text, .e-small.e-bigger .e-filled.e-float-input.e-control-wrapper .e-input-in-wrap label.e-float-text.e-label-bottom, .e-small.e-bigger .e-filled.e-float-input:not(.e-input-focus) .e-input-in-wrap input:not(:focus):valid ~ label.e-float-text.e-label-bottom, .e-small.e-bigger .e-filled.e-float-input.e-control-wrapper:not(.e-input-focus) .e-input-in-wrap input:not(:focus):valid ~ label.e-float-text.e-label-bottom {
  left: 0; }

.e-filled.e-float-input.e-small.e-bigger.e-rtl .e-input-in-wrap label.e-float-text, .e-filled.e-float-input.e-rtl.e-small.e-bigger .e-input-in-wrap label.e-float-text.e-label-bottom, .e-rtl .e-filled.e-float-input.e-small.e-bigger .e-input-in-wrap label.e-float-text .e-filled.e-float-input.e-control-wrapper.e-rtl.e-small.e-bigger .e-input-in-wrap label.e-float-text, .e-filled.e-float-input.e-rtl.e-control-wrapper.e-small.e-bigger .e-input-in-wrap label.e-float-text.e-label-bottom, .e-rtl .e-filled.e-float-input.e-control-wrapper.e-small.e-bigger .e-input-in-wrap label.e-float-text, .e-small.e-bigger .e-filled.e-float-input.e-rtl .e-input-in-wrap label.e-float-text, .e-small.e-bigger .e-filled.e-float-input.e-rtl .e-input-in-wrap label.e-float-text.e-label-bottom, .e-rtl.e-small.e-bigger .e-filled.e-float-input .e-input-in-wrap label.e-float-text .e-small.e-bigger .e-filled.e-float-input.e-control-wrapper.e-rtl .e-input-in-wrap label.e-float-text, .e-small.e-bigger .e-filled.e-float-input.e-rtl.e-control-wrapper .e-input-in-wrap label.e-float-text.e-label-bottom, .e-rtl.e-small.e-bigger .e-filled.e-float-input.e-control-wrapper .e-input-in-wrap label.e-float-text, .e-small.e-bigger.e-filled.e-float-input.e-rtl:not(.e-input-focus) .e-input-in-wrap input:not(:focus):valid ~ label.e-float-text.e-label-bottom, .e-small.e-bigger.e-filled.e-float-input.e-control-wrapper.e-rtl:not(.e-input-focus) .e-input-in-wrap input:not(:focus):valid ~ label.e-float-text.e-label-bottom, .e-rtl .e-small.e-bigger.e-filled.e-float-input:not(.e-input-focus) .e-input-in-wrap input:not(:focus):valid ~ label.e-float-text.e-label-bottom, .e-rtl .e-small.e-bigger.e-filled.e-float-input.e-control-wrapper:not(.e-input-focus) .e-input-in-wrap input:not(:focus):valid ~ label.e-float-text.e-label-bottom, .e-small .e-bigger.e-filled.e-float-input.e-rtl:not(.e-input-focus) .e-input-in-wrap input:not(:focus):valid ~ label.e-float-text.e-label-bottom, .e-small .e-bigger.e-filled.e-float-input.e-control-wrapper.e-rtl:not(.e-input-focus) .e-input-in-wrap input:not(:focus):valid ~ label.e-float-text.e-label-bottom, .e-bigger .e-small.e-filled.e-float-input.e-rtl:not(.e-input-focus) .e-input-in-wrap input:not(:focus):valid ~ label.e-float-text.e-label-bottom, .e-bigger .e-small.e-filled.e-float-input.e-control-wrapper.e-rtl:not(.e-input-focus) .e-input-in-wrap input:not(:focus):valid ~ label.e-float-text.e-label-bottom, .e-rtl.e-small.e-bigger .e-filled.e-float-input:not(.e-input-focus) .e-input-in-wrap input:not(:focus):valid ~ label.e-float-text.e-label-bottom, .e-rtl.e-small.e-bigger .e-filled.e-float-input.e-control-wrapper:not(.e-input-focus) .e-input-in-wrap input:not(:focus):valid ~ label.e-float-text.e-label-bottom {
  right: 0; }

.e-filled.e-input-group .e-input-group-icon:last-child,
.e-filled.e-input-group.e-bigger .e-input-group-icon:last-child,
.e-bigger .e-filled.e-input-group .e-input-group-icon:last-child,
.e-filled.e-input-group.e-small .e-input-group-icon:last-child,
.e-small .e-filled.e-input-group .e-input-group-icon:last-child,
.e-filled.e-input-group.e-small.e-bigger .e-input-group-icon:last-child,
.e-small.e-bigger .e-filled.e-input-group .e-input-group-icon:last-child,
.e-bigger .e-filled.e-input-group.e-small .e-input-group-icon:last-child,
.e-small .e-filled.e-input-group.e-bigger .e-input-group-icon:last-child,
.e-filled.e-input-group.e-control-wrapper .e-input-group-icon:last-child,
.e-filled.e-input-group.e-bigger.e-control-wrapper .e-input-group-icon:last-child,
.e-bigger .e-filled.e-input-group.e-control-wrapper .e-input-group-icon:last-child,
.e-filled.e-input-group.e-small.e-control-wrapper .e-input-group-icon:last-child,
.e-small .e-filled.e-input-group.e-control-wrapper .e-input-group-icon:last-child,
.e-filled.e-input-group.e-small.e-bigger.e-control-wrapper .e-input-group-icon:last-child,
.e-small.e-bigger .e-filled.e-input-group.e-control-wrapper .e-input-group-icon:last-child,
.e-bigger .e-filled.e-input-group.e-small.e-control-wrapper .e-input-group-icon:last-child,
.e-small .e-filled.e-input-group.e-bigger.e-control-wrapper .e-input-group-icon:last-child {
  margin-right: 0; }

.e-filled.e-input-group.e-rtl .e-input-group-icon:last-child,
.e-filled.e-input-group.e-bigger.e-rtl .e-input-group-icon:last-child,
.e-bigger .e-filled.e-input-group.e-rtl .e-input-group-icon:last-child,
.e-filled.e-input-group.e-small.e-rtl .e-input-group-icon:last-child,
.e-small .e-filled.e-input-group.e-rtl .e-input-group-icon:last-child,
.e-filled.e-input-group.e-small.e-bigger.e-rtl .e-input-group-icon:last-child,
.e-small.e-bigger .e-filled.e-input-group.e-rtl .e-input-group-icon:last-child,
.e-bigger .e-filled.e-input-group.e-small.e-rtl .e-input-group-icon:last-child,
.e-small .e-filled.e-input-group.e-bigger.e-rtl .e-input-group-icon:last-child,
.e-filled.e-input-group.e-control-wrapper.e-rtl .e-input-group-icon:last-child,
.e-filled.e-input-group.e-bigger.e-control-wrapper.e-rtl .e-input-group-icon:last-child,
.e-bigger .e-filled.e-input-group.e-control-wrapper.e-rtl .e-input-group-icon:last-child,
.e-filled.e-input-group.e-small.e-control-wrapper.e-rtl .e-input-group-icon:last-child,
.e-small .e-filled.e-input-group.e-control-wrapper.e-rtl .e-input-group-icon:last-child,
.e-filled.e-input-group.e-small.e-bigger.e-control-wrapper.e-rtl .e-input-group-icon:last-child,
.e-small.e-bigger .e-filled.e-input-group.e-control-wrapper.e-rtl .e-input-group-icon:last-child,
.e-bigger .e-filled.e-input-group.e-small.e-control-wrapper.e-rtl .e-input-group-icon:last-child,
.e-small .e-filled.e-input-group.e-bigger.e-control-wrapper.e-rtl .e-input-group-icon:last-child,
.e-rtl .e-filled.e-input-group .e-input-group-icon:last-child,
.e-rtl .e-filled.e-input-group.e-bigger .e-input-group-icon:last-child,
.e-rtl.e-bigger .e-filled.e-input-group .e-input-group-icon:last-child,
.e-rtl .e-filled.e-input-group.e-small .e-input-group-icon:last-child,
.e-rtl.e-small .e-filled.e-input-group .e-input-group-icon:last-child,
.e-rtl .e-filled.e-input-group.e-small.e-bigger .e-input-group-icon:last-child,
.e-rtl.e-small.e-bigger .e-filled.e-input-group .e-input-group-icon:last-child,
.e-rtl.e-bigger .e-filled.e-input-group.e-small .e-input-group-icon:last-child,
.e-rtl.e-small .e-filled.e-input-group.e-bigger .e-input-group-icon:last-child,
.e-rtl .e-filled.e-input-group.e-control-wrapper .e-input-group-icon:last-child,
.e-rtl .e-filled.e-input-group.e-bigger.e-control-wrapper .e-input-group-icon:last-child,
.e-rtl.e-bigger .e-filled.e-input-group.e-control-wrapper .e-input-group-icon:last-child,
.e-rtl .e-filled.e-input-group.e-small.e-control-wrapper .e-input-group-icon:last-child,
.e-rtl.e-small .e-filled.e-input-group.e-control-wrapper .e-input-group-icon:last-child,
.e-rtl .e-filled.e-input-group.e-small.e-bigger.e-control-wrapper .e-input-group-icon:last-child,
.e-rtl.e-small.e-bigger .e-filled.e-input-group.e-control-wrapper .e-input-group-icon:last-child,
.e-rtl.e-bigger .e-filled.e-input-group.e-small.e-control-wrapper .e-input-group-icon:last-child,
.e-rtl.e-small .e-filled.e-input-group.e-bigger.e-control-wrapper .e-input-group-icon:last-child {
  margin-left: 0; }

.e-filled.e-input-group .e-input-group-icon,
.e-filled.e-input-group.e-control-wrapper .e-input-group-icon,
.e-filled.e-input-group.e-small.e-bigger .e-input-group-icon,
.e-filled.e-input-group.e-control-wrapper.e-small.e-bigger .e-input-group-icon,
.e-small.e-bigger .e-filled.e-input-group .e-input-group-icon,
.e-small.e-bigger .e-filled.e-input-group.e-control-wrapper .e-input-group-icon {
  margin-right: 0; }

.e-filled.e-rtl.e-input-group .e-input-group-icon,
.e-filled.e-rtl.e-input-group.e-control-wrapper .e-input-group-icon,
.e-filled.e-rtl.e-input-group.e-small.e-bigger .e-input-group-icon,
.e-filled.e-rtl.e-input-group.e-control-wrapper.e-small.e-bigger .e-input-group-icon,
.e-small.e-bigger .e-rtl.e-filled.e-input-group .e-input-group-icon,
.e-small.e-bigger .e-rtl.e-filled.e-input-group.e-control-wrapper .e-input-group-icon,
.e-rtl .e-filled.e-input-group .e-input-group-icon,
.e-rtl .e-filled.e-input-group.e-control-wrapper .e-input-group-icon,
.e-rtl .e-filled.e-input-group.e-small.e-bigger .e-input-group-icon,
.e-rtl .e-filled.e-input-group.e-control-wrapper.e-small.e-bigger .e-input-group-icon,
.e-rtl.e-small.e-bigger .e-filled.e-input-group .e-input-group-icon,
.e-rtl.e-small.e-bigger .e-filled.e-input-group.e-control-wrapper .e-input-group-icon {
  margin-left: 0;
  margin-right: 0; }

.e-filled.e-input-group.e-small .e-input-group-icon,
.e-filled.e-input-group.e-control-wrapper.e-small .e-input-group-icon,
.e-small .e-filled.e-input-group .e-input-group-icon,
.e-small .e-filled.e-input-group.e-control-wrapper .e-input-group-icon {
  margin-right: 0; }

.e-filled.e-input-group.e-small.e-rtl .e-input-group-icon,
.e-filled.e-input-group.e-control-wrapper.e-small.e-rtl .e-input-group-icon,
.e-small .e-filled.e-input-group.e-rtl .e-input-group-icon,
.e-small .e-filled.e-input-group.e-control-wrapper.e-rtl .e-input-group-icon,
.e-rtl .e-filled.e-input-group.e-small .e-input-group-icon,
.e-rtl .e-filled.e-input-group.e-control-wrapper.e-small .e-input-group-icon,
.e-rtl.e-small .e-filled.e-input-group .e-input-group-icon,
.e-rtl.e-small .e-filled.e-input-group.e-control-wrapper .e-input-group-icon {
  margin-left: 0;
  margin-right: 0; }

.e-filled textarea.e-input,
.e-filled.e-input-group.e-multi-line-input textarea,
.e-filled.e-input-group.e-control-wrapper.e-multi-line-input textarea,
.e-filled.e-float-input.e-multi-line-input textarea,
.e-filled.e-float-input.e-control-wrapper.e-multi-line-input textarea {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

.e-filled textarea.e-input,
.e-filled.e-input-group textarea,
.e-filled.e-input-group textarea.e-input,
.e-filled.e-input-group.e-input-focus textarea,
.e-filled.e-input-group.e-input-focus textarea.e-input,
.e-filled.e-input-group.e-control-wrapper textarea,
.e-filled.e-input-group.e-control-wrapper.e-input-focus textarea,
.e-filled.e-input-group.e-control-wrapper textarea.e-input,
.e-filled.e-input-group.e-control-wrapper.e-input-focus textarea.e-input {
  padding: 0 12px 10px; }

.e-filled.e-float-input textarea,
.e-filled.e-float-input.e-control-wrapper textarea {
  padding: 0 12px 5px; }

.e-filled.e-input-group.e-bigger textarea,
.e-filled.e-input-group.e-bigger textarea.e-input,
.e-filled.e-input-group textarea.e-bigger,
.e-filled.e-input-group textarea.e-input.e-bigger,
.e-filled.e-input-group.e-control-wrapper.e-bigger textarea,
.e-filled.e-input-group.e-control-wrapper.e-bigger textarea.e-input,
.e-filled.e-input-group.e-control-wrapper textarea.e-bigger,
.e-filled.e-input-group.e-control-wrapper textarea.e-input.e-bigger,
.e-bigger .e-filled.e-input-group textarea,
.e-bigger .e-filled.e-input-group textarea.e-input,
.e-bigger .e-filled.e-input-group.e-control-wrapper textarea,
.e-bigger .e-filled.e-input-group.e-control-wrapper textarea.e-input {
  padding: 0 16px 16px; }

.e-filled.e-float-input.e-bigger textarea,
.e-filled.e-float-input textarea.e-bigger,
.e-filled.e-float-input.e-control-wrapper.e-bigger textarea,
.e-filled.e-float-input.e-control-wrapper textarea.e-bigger,
.e-bigger .e-filled.e-float-input textarea,
.e-bigger .e-filled.e-float-input.e-control-wrapper textarea {
  padding: 0 16px 5px; }

.e-filled.e-input-group.e-input-focus.e-bigger textarea,
.e-filled.e-input-group.e-input-focus.e-bigger textarea.e-input,
.e-filled.e-input-group.e-input-focus textarea.e-bigger,
.e-filled.e-input-group.e-input-focus textarea.e-input.e-bigger,
.e-filled.e-input-group.e-control-wrapper.e-input-focus.e-bigger textarea,
.e-filled.e-input-group.e-control-wrapper.e-input-focus.e-bigger textarea.e-input,
.e-filled.e-input-group.e-control-wrapper.e-input-focus textarea.e-bigger,
.e-filled.e-input-group.e-control-wrapper.e-input-focus textarea.e-input.e-bigger,
.e-bigger .e-filled.e-input-group.e-input-focus textarea,
.e-bigger .e-filled.e-input-group.e-control-wrapper.e-input-focus textarea,
.e-bigger .e-filled.e-input-group.e-control-wrapper.e-input-focus textarea.e-input {
  padding: 0 16px 16px; }

.e-filled.e-input-group.e-small textarea,
.e-filled.e-input-group.e-small textarea.e-input,
.e-filled.e-input-group textarea.e-small,
.e-filled.e-input-group textarea.e-input.e-small,
.e-filled.e-input-group.e-control-wrapper.e-small textarea,
.e-filled.e-input-group.e-control-wrapper.e-small textarea.e-input,
.e-small .e-filled.e-input-group textarea,
.e-small .e-filled.e-input-group textarea.e-input {
  padding: 0 8px 7px; }

.e-filled.e-float-input.e-small textarea,
.e-filled.e-float-input textarea.e-small,
.e-filled.e-float-input.e-control-wrapper.e-small textarea,
.e-filled.e-float-input.e-control-wrapper textarea.e-small,
.e-small .e-filled.e-float-input textarea,
.e-small .e-filled.e-float-input.e-control-wrapper textarea {
  padding: 0 8px 4px; }

.e-filled.e-input-group.e-input-focus.e-small textarea,
.e-filled.e-input-group.e-input-focus.e-small textarea.e-input,
.e-filled.e-input-group.e-input-focus textarea.e-small,
.e-filled.e-input-group.e-input-focus textarea.e-input.e-small,
.e-filled.e-input-group.e-input-focus textarea.e-input.e-small,
.e-filled.e-input-group.e-control-wrapper.e-input-focus.e-small textarea,
.e-filled.e-input-group.e-control-wrapper.e-input-focus.e-small textarea.e-input,
.e-small .e-filled.e-input-group.e-input-focus textarea,
.e-small .e-filled.e-input-group.e-input-focus textarea.e-input {
  padding: 0 8px 7px; }

.e-filled.e-input-group.e-small.e-bigger textarea.e-input,
.e-filled.e-input-group.e-small textarea.e-input.e-bigger,
.e-filled.e-input-group textarea.e-input.e-bigger.e-small,
.e-filled.e-input-group.e-bigger textarea.e-small,
.e-filled.e-input-group.e-control-wrapper.e-small.e-bigger textarea.e-input,
.e-filled.e-input-group.e-control-wrapper.e-small textarea.e-input.e-bigger,
.e-bigger.e-small .e-filled.e-input-group textarea.e-input,
.e-bigger.e-small .e-filled.e-input-group.e-control-wrapper textarea.e-input,
.e-bigger .input-group textarea.e-small,
.e-bigger .e-filled.e-input-group.e-small textarea.e-input,
.e-bigger .e-filled.e-input-group.e-control-wrapper.e-small textarea.e-input,
.e-bigger .e-small.e-filled.e-input-group.e-control-wrapper textarea.e-input,
.e-small .input-group textarea.e-bigger,
.e-small .e-filled.e-input-group.e-bigger textarea.e-input,
.e-small .e-filled.e-input-group.e-control-wrapper textarea.e-input.e-bigger,
.e-small .e-filled.e-input-group.e-control-wrapper.e-input-focus textarea.e-input.e-bigger {
  padding: 0 12px 10px; }

.e-filled.e-float-input textarea.e-bigger.e-small,
.e-filled.e-float-input.e-small.e-bigger textarea,
.e-filled.e-float-input.e-small textarea.e-bigger,
.e-filled.e-float-input.e-bigger textarea.e-small,
.e-bigger .e-filled.e-float-input.e-small textarea,
.e-bigger.e-small .e-filled.e-float-input textarea,
.e-bigger .e-float-input textarea.e-small,
.e-small .e-filled.e-float-input.e-bigger textarea,
.e-small .float-input textarea.e-bigger,
.e-small .e-filled.e-float-input.e-control-wrapper textarea.e-bigger,
.e-filled.e-float-input.e-control-wrapper.e-small.e-bigger textarea,
.e-filled.e-float-input.e-control-wrapper.e-small textarea.e-bigger,
.e-bigger .e-filled.e-float-input.e-control-wrapper.e-small textarea,
.e-bigger.e-small .e-filled.e-float-input.e-control-wrapper textarea,
.e-bigger .e-small.e-filled.e-float-input.e-control-wrapper textarea {
  padding: 0 12px 5px; }

.e-filled.e-input-group.e-input-focus textarea.e-input.e-bigger.e-small,
.e-filled.e-input-group.e-input-focus.e-small.e-bigger textarea.e-input,
.e-filled.e-input-group.e-input-focus.e-small textarea.e-input.e-bigger,
.e-filled.e-input-group.e-input-focus.e-bigger textarea.e-small,
.e-filled.e-input-group.e-control-wrapper.e-input-focus.e-small.e-bigger textarea.e-input,
.e-filled.e-input-group.e-control-wrapper.e-input-focus.e-small textarea.e-input.e-bigger,
.e-bigger.e-small .e-filled.e-input-group.e-input-focus textarea.e-input,
.e-bigger .e-filled.e-input-group.e-control-wrapper.e-input-focus.e-small textarea.e-input,
.e-bigger.e-small .e-filled.e-input-group.e-control-wrapper.e-input-focus textarea.e-input,
.e-bigger .e-small.e-filled.e-input-group.e-control-wrapper.e-input-focus textarea.e-input {
  padding: 0 12px 10px; }

.e-filled.e-input-group.e-multi-line-input,
.e-filled.e-input-group.e-control-wrapper.e-multi-line-input {
  padding: 10px 0 0; }

.e-filled.e-input-group.e-multi-line-input.e-bigger,
.e-bigger .e-filled.e-input-group.e-multi-line-input,
.e-filled.e-input-group.e-control-wrapper.e-bigger.e-multi-line-input,
.e-bigger .e-filled.e-input-group.e-control-wrapper.e-multi-line-input {
  padding: 16px 0 0; }

.e-filled.e-input-group.e-small.e-multi-line-input,
.e-filled.e-input-group.e-control-wrapper.e-small.e-multi-line-input,
.e-small .e-filled.e-input-group.e-control-wrapper.e-multi-line-input {
  padding: 7px 0 0; }

.e-filled.e-input-group.e-small.e-bigger.e-multi-line-input,
.e-bigger.e-small .e-filled.e-input-group.e-small.e-multi-line-input,
.e-bigger .e-filled.e-input-group.e-small.e-multi-line-input,
.e-small .e-filled.e-input-group.e-bigger.e-multi-line-input,
.e-filled.e-input-group.e-control-wrapper.e-small.e-bigger.e-multi-line-input,
.e-bigger.e-small .e-filled.e-input-group.e-control-wrapper.e-small.e-multi-line-input,
.e-bigger .e-filled.e-input-group.e-control-wrapper.e-small.e-multi-line-input,
.e-small .e-filled.e-input-group.e-control-wrapper.e-bigger.e-multi-line-input {
  padding: 10px 0 0; }

.e-filled.e-float-input.e-multi-line-input,
.e-filled.e-float-input.e-control-wrapper.e-multi-line-input {
  padding: 14px 0 0; }

.e-filled.e-float-input.e-bigger.e-multi-line-input,
.e-bigger .e-filled.e-float-input.e-multi-line-input,
.e-filled.e-float-input.e-control-wrapper.e-bigger.e-multi-line-input,
.e-bigger .e-filled.e-float-input.e-control-wrapper.e-multi-line-input {
  padding: 20px 0 0; }

.e-filled.e-float-input.e-small.e-multi-line-input,
.e-filled.e-float-input.e-control-wrapper.e-small.e-multi-line-input,
.e-small .e-filled.e-float-input.e-control-wrapper.e-multi-line-input {
  padding: 12px 0 0; }

.e-filled.e-float-input.e-small.e-bigger.e-multi-line-input,
.e-bigger.e-small .e-filled.e-float-input.e-small.e-multi-line-input,
.e-bigger .e-filled.e-float-input.e-small.e-multi-line-input,
.e-small .e-filled.e-float-input.e-bigger.e-multi-line-input,
.e-filled.e-float-input.e-control-wrapper.e-small.e-bigger.e-multi-line-input,
.e-bigger.e-small .e-filled.e-float-input.e-control-wrapper.e-small.e-multi-line-input,
.e-bigger .e-filled.e-float-input.e-control-wrapper.e-small.e-multi-line-input,
.e-small .e-filled.e-float-input.e-control-wrapper.e-bigger.e-multi-line-input {
  padding: 14px 0 0; }

.e-filled textarea.e-input.e-rtl,
.e-filled.e-input-group.e-multi-line-input.e-rtl textarea.e-input,
.e-filled.e-input-group.e-multi-line-input.e-control-wrapper.e-rtl textarea.e-input,
.e-rtl .e-filled.e-input-group.e-multi-line-input textarea.e-input,
.e-rtl .e-filled.e-input-group.e-multi-line-input.e-control-wrapper textarea.e-input,
.e-filled.e-input-group.e-multi-line-input.e-rtl textarea.e-input,
.e-filled.e-input-group.e-multi-line-input.e-control-wrapper.e-rtl textarea.e-input,
.e-rtl .e-filled.e-input-group.e-multi-line-input textarea.e-input,
.e-rtl .e-filled.e-input-group.e-multi-line-input.e-control-wrapper textarea.e-input,
.e-filled.e-input-group.e-multi-line-input.e-rtl textarea.e-input:focus,
.e-filled.e-input-group.e-multi-line-input.e-control-wrapper.e-rtl textarea.e-input:focus,
.e-rtl .e-filled.e-input-group.e-multi-line-input textarea.e-input:focus,
.e-rtl .e-filled.e-input-group.e-multi-line-input.e-control-wrapper textarea.e-input:focus {
  padding: 0 12px 10px;
  text-indent: 0; }

.e-filled.e-float-input.e-multi-line-input.e-rtl textarea,
.e-filled.e-float-input.e-multi-line-input.e-control-wrapper.e-rtl textarea,
.e-rtl .e-filled.e-float-input.e-multi-line-input textarea,
.e-rtl .e-filled.e-float-input.e-multi-line-input.e-control-wrapper textarea,
.e-filled.e-float-input.e-multi-line-input.e-rtl textarea,
.e-filled.e-float-input.e-multi-line-input.e-control-wrapper.e-rtl textarea,
.e-rtl .e-filled.e-float-input.e-multi-line-input textarea,
.e-rtl .e-filled.e-float-input.e-multi-line-input.e-control-wrapper textarea,
.e-filled.e-float-input.e-multi-line-input.e-rtl textarea:focus,
.e-filled.e-float-input.e-multi-line-input.e-control-wrapper.e-rtl textarea:focus,
.e-rtl .e-filled.e-float-input.e-multi-line-input textarea:focus,
.e-rtl .e-filled.e-float-input.e-multi-line-input.e-control-wrapper textarea:focus {
  padding: 0 12px 5px;
  text-indent: 0; }

.e-rtl .e-filled textarea.e-input.e-small,
.e-filled textarea.e-input.e-small.e-rtl,
.e-small.e-rtl .e-filled textarea.e-input,
.e-small .e-filled textarea.e-input.e-rtl,
.e-filled.e-input-group.e-multi-line-input.e-small.e-rtl textarea.e-input,
.e-filled.e-input-group.e-multi-line-input.e-control-wrapper.e-small.e-rtl textarea.e-input,
.e-rtl .e-filled.e-input-group.e-multi-line-input.e-small textarea.e-input,
.e-rtl .e-filled.e-input-group.e-multi-line-input.e-control-wrapper.e-small textarea.e-input,
.e-filled.e-input-group.e-multi-line-input.e-rtl textarea.e-input.e-small,
.e-filled.e-input-group.e-multi-line-input.e-control-wrapper.e-rtl textarea.e-input.e-small,
.e-rtl .e-filled.e-input-group.e-multi-line-input textarea.e-input.e-small,
.e-rtl .e-filled.e-input-group.e-multi-line-input.e-control-wrapper textarea.e-input.e-small,
.e-small .e-filled.e-input-group.e-multi-line-input.e-rtl textarea.e-input,
.e-small .e-filled.e-input-group.e-multi-line-input.e-control-wrapper.e-rtl textarea.e-input,
.e-small.e-rtl .e-filled.e-input-group.e-multi-line-input.e-control-wrapper textarea.e-input,
.e-small.e-rtl .e-filled.e-input-group.e-multi-line-input textarea.e-input,
.e-small.e-rtl .e-filled.e-input-group.e-multi-line-input.e-control-wrapper textarea.e-input:focus,
.e-small.e-rtl .e-filled.e-input-group.e-multi-line-input textarea.e-input:focus,
.e-small .e-filled.e-input-group.e-multi-line-input.e-control-wrapper.e-rtl textarea.e-input:focus,
.e-small .e-filled.e-input-group.e-multi-line-input.e-rtl textarea.e-input:focus {
  padding: 0 8px 7px;
  text-indent: 0; }

.e-filled.e-float-input.e-multi-line-input.e-control-wrapper.e-small.e-rtl textarea,
.e-filled.e-float-input.e-multi-line-input.e-small.e-rtl textarea,
.e-rtl .e-filled.e-float-input.e-multi-line-input.e-small textarea,
.e-rtl .e-filled.e-float-input.e-multi-line-input.e-control-wrapper.e-small textarea,
.e-filled.e-float-input.e-multi-line-input.e-rtl textarea.e-small,
.e-filled.e-float-input.e-multi-line-input.e-control-wrapper.e-rtl textarea.e-small,
.e-rtl .e-filled.e-float-input.e-multi-line-input textarea.e-small,
.e-rtl .e-filled.e-float-input.e-multi-line-input.e-control-wrapper textarea.e-small,
.e-small .e-filled.e-float-input.e-multi-line-input.e-rtl textarea,
.e-small .e-filled.e-float-input.e-multi-line-input.e-control-wrapper.e-rtl textarea,
.e-small.e-rtl .e-filled.e-float-input.e-multi-line-input.e-control-wrapper textarea,
.e-small.e-rtl .e-filled.e-float-input.e-multi-line-input textarea,
.e-small.e-rtl .e-filled.e-float-input.e-multi-line-input.e-control-wrapper textarea:focus,
.e-small.e-rtl .e-filled.e-float-input.e-multi-line-input textarea:focus,
.e-small .e-filled.e-float-input.e-multi-line-input.e-control-wrapper.e-rtl textarea:focus,
.e-small .e-filled.e-float-input.e-multi-line-input.e-rtl textarea:focus {
  padding: 0 8px 4px;
  text-indent: 0; }

.e-rtl .e-filled textarea.e-input.e-bigger,
.e-filled textarea.e-input.e-bigger.e-rtl,
.e-bigger.e-rtl .e-filled textarea.e-input,
.e-bigger .e-filled textarea.e-input.e-rtl,
.e-filled.e-input-group.e-multi-line-input.e-bigger.e-rtl textarea.e-input,
.e-filled.e-input-group.e-multi-line-input.e-control-wrapper.e-bigger.e-rtl textarea.e-input,
.e-rtl .e-filled.e-input-group.e-multi-line-input.e-bigger textarea.e-input,
.e-rtl .e-filled.e-input-group.e-multi-line-input.e-control-wrapper.e-bigger textarea.e-input,
.e-filled.e-input-group.e-multi-line-input.e-rtl textarea.e-input.e-bigger,
.e-filled.e-input-group.e-multi-line-input.e-control-wrapper.e-rtl textarea.e-input.e-bigger,
.e-rtl .e-filled.e-input-group.e-multi-line-input textarea.e-input.e-bigger,
.e-rtl .e-filled.e-input-group.e-multi-line-input.e-control-wrapper textarea.e-input.e-bigger,
.e-bigger .e-filled.e-input-group.e-multi-line-input.e-rtl textarea.e-input,
.e-bigger .e-filled.e-input-group.e-multi-line-input.e-control-wrapper.e-rtl textarea.e-input,
.e-bigger.e-rtl .e-filled.e-input-group.e-multi-line-input textarea.e-input,
.e-bigger.e-rtl .e-filled.e-input-group.e-multi-line-input.e-control-wrapper textarea.e-input,
.e-bigger.e-rtl .e-filled.e-input-group.e-multi-line-input textarea.e-input:focus,
.e-bigger.e-rtl .e-filled.e-input-group.e-multi-line-input.e-control-wrapper textarea.e-input:focus,
.e-bigger .e-filled.e-input-group.e-multi-line-input.e-rtl textarea.e-input:focus,
.e-bigger .e-filled.e-input-group.e-multi-line-input.e-control-wrapper.e-rtl textarea.e-input:focus {
  padding: 0 16px 16px;
  text-indent: 0; }

.e-filled.e-float-input.e-multi-line-input.e-control-wrapper.e-bigger.e-rtl textarea,
.e-filled.e-float-input.e-multi-line-input.e-bigger.e-rtl textarea,
.e-rtl .e-filled.e-float-input.e-multi-line-input.e-control-wrapper.e-bigger textarea,
.e-rtl .e-filled.e-float-input.e-multi-line-input.e-bigger textarea,
.e-filled.e-float-input.e-multi-line-input.e-control-wrapper.e-rtl textarea.e-bigger,
.e-filled.e-float-input.e-multi-line-input.e-rtl textarea.e-bigger,
.e-rtl .e-filled.e-float-input.e-multi-line-input.e-control-wrapper textarea.e-bigger,
.e-rtl .e-filled.e-float-input.e-multi-line-input textarea.e-bigger,
.e-bigger .e-filled.e-float-input.e-multi-line-input.e-control-wrapper.e-rtl textarea,
.e-bigger .e-filled.e-float-input.e-multi-line-input.e-rtl textarea,
.e-bigger.e-rtl .e-filled.e-float-input.e-multi-line-input.e-control-wrapper textarea,
.e-bigger.e-rtl .e-filled.e-float-input.e-multi-line-input textarea,
.e-bigger.e-rtl .e-filled.e-float-input.e-multi-line-input.e-control-wrapper textarea:focus,
.e-bigger.e-rtl .e-filled.e-float-input.e-multi-line-input textarea:focus,
.e-bigger .e-filled.e-float-input.e-multi-line-input.e-rtl textarea:focus,
.e-bigger .e-filled.e-float-input.e-multi-line-input.e-control-wrapper.e-rtl textarea:focus {
  padding: 0 16px 5px;
  text-indent: 0; }

.e-bigger .e-filled textarea.e-input.e-small.e-rtl,
.e-filled.e-input-group.e-multi-line-input.e-small.e-bigger.e-rtl textarea.e-input,
.e-filled.e-input-group.e-multi-line-input.e-control-wrapper.e-small.e-bigger.e-rtl textarea.e-input,
.e-filled.e-input-group.e-multi-line-input.e-small.e-rtl textarea.e-input.e-bigger,
.e-filled.e-input-group.e-multi-line-input.e-control-wrapper.e-small.e-rtl textarea.e-input.e-bigger,
.e-bigger .e-filled.e-input-group.e-multi-line-input.e-small.e-rtl textarea.e-input,
.e-bigger .e-filled.e-input-group.e-multi-line-input.e-control-wrapper.e-small.e-rtl textarea.e-input,
.e-bigger.e-rtl textarea.e-input.e-small,
.e-rtl .e-filled.e-input-group.e-multi-line-input.e-small.e-bigger textarea.e-input,
.e-rtl .e-filled.e-input-group.e-multi-line-input.e-control-wrapper.e-small.e-bigger textarea.e-input,
.e-rtl .e-filled.e-input-group.e-multi-line-input.e-small textarea.e-input.e-bigger,
.e-rtl .e-filled.e-input-group.e-multi-line-input.e-control-wrapper.e-small textarea.e-input.e-bigger,
.e-bigger.e-rtl .e-filled.e-input-group.e-multi-line-input.e-small textarea.e-input,
.e-bigger.e-rtl .e-filled.e-input-group.e-multi-line-input.e-control-wrapper.e-small textarea.e-input,
.e-bigger .e-filled.e-input-group.e-multi-line-input.e-small.e-rtl textarea.e-input:focus,
.e-bigger .e-filled.e-input-group.e-multi-line-input.e-control-wrapper.e-small.e-rtl textarea.e-input:focus,
.e-small .e-filled.e-input-group.e-multi-line-input.e-bigger.e-rtl textarea.e-input:focus,
.e-small .e-filled.e-input-group.e-multi-line-input.e-control-wrapper.e-bigger.e-rtl textarea.e-input:focus,
.e-filled.e-input-group.e-multi-line-input.e-bigger.e-small.e-rtl textarea.e-input:focus,
.e-filled.e-input-group.e-multi-line-input.e-control-wrapper.e-bigger.e-small.e-rtl textarea.e-input:focus,
.e-bigger.e-rtl .e-filled.e-input-group.e-multi-line-input.e-small textarea.e-input:focus,
.e-bigger.e-rtl .e-filled.e-input-group.e-multi-line-input.e-control-wrapper.e-small textarea.e-input:focus,
.e-small.e-rtl .e-filled.e-input-group.e-multi-line-input.e-bigger textarea.e-input:focus,
.e-small.e-rtl .e-filled.e-input-group.e-multi-line-input.e-control-wrapper.e-bigger textarea.e-input:focus,
.e-rtl .e-filled.e-input-group.e-multi-line-input.e-bigger.e-small textarea.e-input:focus,
.e-rtl .e-filled.e-input-group.e-multi-line-input.e-control-wrapper.e-bigger.e-small textarea.e-input:focus {
  padding: 0 12px 10px;
  text-indent: 0; }

.e-filled.e-float-input.e-multi-line-input.e-small.e-bigger.e-rtl textarea,
.e-filled.e-float-input.e-multi-line-input.e-small.e-rtl textarea.e-bigger,
.e-bigger .e-filled.e-float-input.e-multi-line-input.e-small.e-rtl textarea,
.e-filled.e-float-input.e-multi-line-input.e-control-wrapper.e-small.e-bigger.e-rtl textarea,
.e-filled.e-float-input.e-multi-line-input.e-control-wrapper.e-small.e-rtl textarea.e-bigger,
.e-bigger .e-filled.e-float-input.e-multi-line-input.e-control-wrapper.e-small.e-rtl textarea,
.e-rtl .e-filled.e-float-input.e-multi-line-input.e-control-wrapper.e-small.e-bigger textarea,
.e-rtl .e-filled.e-float-input.e-multi-line-input.e-control-wrapper.e-small textarea.e-bigger,
.e-bigger.e-rtl .e-filled.e-float-input.e-multi-line-input.e-control-wrapper.e-small textarea,
.e-rtl .e-filled.e-float-input.e-multi-line-input.e-small.e-bigger textarea,
.e-rtl .e-filled.e-float-input.e-multi-line-input.e-small textarea.e-bigger,
.e-bigger.e-rtl .e-filled.e-float-input.e-multi-line-input.e-small textarea,
.e-bigger .e-filled.e-float-input.e-multi-line-input.e-control-wrapper.e-small.e-rtl textarea:focus,
.e-bigger .e-filled.e-float-input.e-multi-line-input.e-small.e-rtl textarea:focus,
.e-small .e-filled.e-float-input.e-multi-line-input.e-control-wrapper.e-bigger.e-rtl textarea:focus,
.e-small .e-filled.e-float-input.e-multi-line-input.e-bigger.e-rtl textarea:focus,
.e-filled.e-float-input.e-multi-line-input.e-control-wrapper.e-bigger.e-small.e-rtl textarea:focus,
.e-filled.e-float-input.e-multi-line-input.e-bigger.e-small.e-rtl textarea:focus,
.e-bigger.e-rtl .e-filled.e-float-input.e-multi-line-input.e-control-wrapper.e-small textarea:focus,
.e-bigger.e-rtl .e-filled.e-float-input.e-multi-line-input.e-small textarea:focus,
.e-small.e-rtl .e-filled.e-float-input.e-multi-line-input.e-control-wrapper.e-bigger textarea:focus,
.e-small.e-rtl .e-filled.e-float-input.e-multi-line-input.e-bigger textarea:focus,
.e-rtl .e-filled.e-float-input.e-multi-line-input.e-control-wrapper.e-bigger.e-small textarea:focus,
.e-rtl .e-filled.e-float-input.e-multi-line-input.e-bigger.e-small textarea:focus {
  padding: 0 12px 5px;
  text-indent: 0; }

.e-filled.e-float-input.e-float-icon-left .e-input-in-wrap,
.e-filled.e-float-input.e-control-wrapper.e-float-icon-left .e-input-in-wrap,
.e-filled.e-input-group.e-float-icon-left .e-input-in-wrap,
.e-filled.e-input-group.e-control-wrapper.e-float-icon-left .e-input-in-wrap {
  border: 1px solid;
  border-width: 0;
  margin-left: 8px; }

.e-rtl .e-filled.e-float-input.e-float-icon-left .e-input-in-wrap, .e-rtl .e-filled.e-float-input.e-control-wrapper.e-float-icon-left .e-input-in-wrap, .e-rtl .e-filled.e-input-group.e-float-icon-left .e-input-in-wrap, .e-rtl .e-filled.e-input-group.e-control-wrapper.e-float-icon-left .e-input-in-wrap .e-filled.e-float-input.e-control-wrapper.e-float-icon-left.e-rtl .e-input-in-wrap, .e-filled.e-float-input.e-float-icon-left.e-rtl .e-input-in-wrap, .e-filled.e-input-group.e-float-icon-left.e-rtl .e-input-in-wrap, .e-filled.e-input-group.e-control-wrapper.e-float-icon-left.e-rtl .e-input-in-wrap {
  margin-left: 0;
  margin-right: 8px; }

.e-filled.e-float-input.e-float-icon-left.e-bigger.e-small .e-input-in-wrap,
.e-filled.e-float-input.e-control-wrapper.e-float-icon-left.e-bigger.e-small .e-input-in-wrap,
.e-filled.e-input-group.e-float-icon-left.e-bigger.e-small .e-input-in-wrap,
.e-filled.e-input-group.e-control-wrapper.e-float-icon-left.e-bigger.e-small .e-input-in-wrap,
.e-bigger.e-small .e-filled.e-float-input.e-float-icon-left .e-input-in-wrap,
.e-bigger.e-small .e-filled.e-float-input.e-control-wrapper.e-float-icon-left .e-input-in-wrap,
.e-bigger.e-small .e-filled.e-input-group.e-float-icon-left .e-input-in-wrap,
.e-bigger.e-small .e-filled.e-input-group.e-control-wrapper.e-float-icon-left .e-input-in-wrap {
  border: 1px solid;
  border-width: 0;
  margin-left: 8px; }

.e-filled.e-float-input.e-float-icon-left.e-small .e-input-in-wrap,
.e-filled.e-float-input.e-control-wrapper.e-float-icon-left.e-small .e-input-in-wrap,
.e-filled.e-input-group.e-float-icon-left.e-small .e-input-in-wrap,
.e-filled.e-input-group.e-control-wrapper.e-float-icon-left.e-small .e-input-in-wrap,
.e-small .e-filled.e-float-input.e-float-icon-left .e-input-in-wrap,
.e-small .e-filled.e-float-input.e-control-wrapper.e-float-icon-left .e-input-in-wrap,
.e-small .e-filled.e-input-group.e-float-icon-left .e-input-in-wrap,
.e-small .e-filled.e-input-group.e-control-wrapper.e-float-icon-left .e-input-in-wrap {
  margin-left: 4px; }

.e-rtl.e-bigger.e-small .e-filled.e-float-input.e-float-icon-left .e-input-in-wrap,
.e-rtl.e-bigger.e-small .e-filled.e-float-input.e-control-wrapper.e-float-icon-left .e-input-in-wrap,
.e-rtl.e-bigger.e-small .e-filled.e-input-group.e-float-icon-left .e-input-in-wrap,
.e-rtl.e-bigger.e-small .e-filled.e-input-group.e-control-wrapper.e-float-icon-left .e-input-in-wrap,
.e-rtl .e-bigger.e-small.e-filled.e-float-input.e-float-icon-left .e-input-in-wrap,
.e-rtl .e-bigger.e-small.e-filled.e-float-input.e-control-wrapper.e-float-icon-left .e-input-in-wrap,
.e-rtl .e-bigger.e-small.e-filled.e-input-group.e-float-icon-left .e-input-in-wrap,
.e-rtl .e-bigger.e-small.e-filled.e-input-group.e-control-wrapper.e-float-icon-left .e-input-in-wrap,
.e-bigger.e-small.e-filled.e-float-input.e-control-wrapper.e-float-icon-left.e-rtl .e-input-in-wrap,
.e-bigger.e-small.e-filled.e-float-input.e-float-icon-left.e-rtl .e-input-in-wrap,
.e-bigger.e-small.e-filled.e-input-group.e-float-icon-left.e-rtl .e-input-in-wrap,
.e-bigger.e-small.e-filled.e-input-group.e-control-wrapper.e-float-icon-left.e-rtl .e-input-in-wrap,
.e-bigger.e-small .e-filled.e-float-input.e-control-wrapper.e-float-icon-left.e-rtl .e-input-in-wrap,
.e-bigger.e-small .e-filled.e-float-input.e-float-icon-left.e-rtl .e-input-in-wrap,
.e-bigger.e-small .e-filled.e-input-group.e-float-icon-left.e-rtl .e-input-in-wrap,
.e-bigger.e-small .e-filled.e-input-group.e-control-wrapper.e-float-icon-left.e-rtl .e-input-in-wrap {
  margin-left: 0;
  margin-right: 8px; }

.e-rtl.e-small .e-filled.e-float-input.e-float-icon-left .e-input-in-wrap,
.e-rtl.e-small .e-filled.e-float-input.e-control-wrapper.e-float-icon-left .e-input-in-wrap,
.e-rtl.e-small .e-filled.e-input-group.e-float-icon-left .e-input-in-wrap,
.e-rtl.e-small .e-filled.e-input-group.e-control-wrapper.e-float-icon-left .e-input-in-wrap,
.e-rtl .e-small.e-filled.e-float-input.e-float-icon-left .e-input-in-wrap,
.e-rtl .e-small.e-filled.e-float-input.e-control-wrapper.e-float-icon-left .e-input-in-wrap,
.e-rtl .e-small.e-filled.e-input-group.e-float-icon-left .e-input-in-wrap,
.e-rtl .e-small.e-filled.e-input-group.e-control-wrapper.e-float-icon-left .e-input-in-wrap,
.e-small.e-filled.e-float-input.e-control-wrapper.e-float-icon-left.e-rtl .e-input-in-wrap,
.e-small.e-filled.e-float-input.e-float-icon-left.e-rtl .e-input-in-wrap,
.e-small.e-filled.e-input-group.e-float-icon-left.e-rtl .e-input-in-wrap,
.e-small.e-filled.e-input-group.e-control-wrapper.e-float-icon-left.e-rtl .e-input-in-wrap,
.e-small .e-filled.e-float-input.e-control-wrapper.e-float-icon-left.e-rtl .e-input-in-wrap,
.e-small .e-filled.e-float-input.e-float-icon-left.e-rtl .e-input-in-wrap,
.e-small .e-filled.e-input-group.e-float-icon-left.e-rtl .e-input-in-wrap,
.e-small .e-filled.e-input-group.e-control-wrapper.e-float-icon-left.e-rtl .e-input-in-wrap {
  margin-left: 0;
  margin-right: 4px; }

.e-filled.e-input-group.e-float-icon-left:not(.e-disabled):not(.e-input-focus) .e-input-in-wrap:hover,
.e-filled.e-input-group.e-control-wrapper.e-float-icon-left:not(.e-disabled):not(.e-input-focus) .e-input-in-wrap:hover,
.e-filled.e-float-input.e-float-icon-left:not(.e-disabled):not(.e-input-focus) .e-input-in-wrap:hover,
.e-filled.e-float-input.e-control-wrapper.e-float-icon-left:not(.e-disabled):not(.e-input-focus) .e-input-in-wrap:hover {
  border-bottom-width: 0; }

.e-filled.e-input-group.e-float-icon-left:not(.e-float-input)::before,
.e-filled.e-input-group.e-float-icon-left:not(.e-float-input)::after,
.e-filled.e-input-group.e-control-wrapper.e-float-icon-left:not(.e-float-input)::before,
.e-filled.e-input-group.e-control-wrapper.e-float-icon-left:not(.e-float-input)::after {
  -moz-transition: 0.2s cubic-bezier(0.4, 0, 0.4, 1);
  bottom: 0;
  content: '';
  height: 2px;
  position: absolute;
  -webkit-transition: 0.2s cubic-bezier(0.4, 0, 0.4, 1);
  transition: 0.2s cubic-bezier(0.4, 0, 0.4, 1);
  width: 0;
  bottom: -1px; }

.e-filled.e-float-input.e-input-group.e-float-icon-left .e-float-line::before,
.e-filled.e-float-input.e-input-group.e-float-icon-left .e-float-line::after,
.e-filled.e-float-input.e-control-wrapper.e-input-group.e-float-icon-left .e-float-line::before,
.e-filled.e-float-input.e-control-wrapper.e-input-group.e-float-icon-left .e-float-line::after {
  -moz-transition: 0.2s cubic-bezier(0.4, 0, 0.4, 1);
  bottom: 0;
  content: '';
  height: 2px;
  position: absolute;
  -webkit-transition: 0.2s cubic-bezier(0.4, 0, 0.4, 1);
  transition: 0.2s cubic-bezier(0.4, 0, 0.4, 1);
  width: 0; }

.e-filled.e-input-group.e-float-icon-left::before,
.e-filled.e-input-group.e-control-wrapper.e-float-icon-left::before {
  left: 50%; }

.e-filled.e-float-input.e-input-group.e-float-icon-left .e-float-line::before,
.e-filled.e-float-input.e-control-wrapper.e-input-group.e-float-icon-left .e-float-line::before {
  left: 50%; }

.e-filled.e-input-group.e-float-icon-left:not(.e-float-input).e-input-focus::before,
.e-filled.e-input-group.e-float-icon-left:not(.e-float-input).e-input-focus::after,
.e-filled.e-input-group.e-control-wrapper.e-float-icon-left:not(.e-float-input).e-input-focus::before,
.e-filled.e-input-group.e-control-wrapper.e-float-icon-left:not(.e-float-input).e-input-focus::after {
  width: 50%;
  bottom: -1px; }

.e-filled.e-float-input.e-input-group.e-float-icon-left.e-input-focus .e-float-line::before,
.e-filled.e-float-input.e-input-group.e-float-icon-left.e-input-focus .e-float-line::after,
.e-filled.e-float-input.e-control-wrapper.e-input-group.e-float-icon-left.e-input-focus .e-float-line::before,
.e-filled.e-float-input.e-control-wrapper.e-input-group.e-float-icon-left.e-input-focus .e-float-line::after {
  width: 50%; }

.e-filled.e-input-group.e-float-icon-left:not(.e-float-input)::after,
.e-filled.e-input-group.e-control-wrapper.e-float-icon-left:not(.e-float-input)::after {
  right: 50%; }

.e-filled.e-input-group.e-float-icon-left:not(.e-float-input)::after,
.e-filled.e-input-group.e-control-wrapper.e-float-icon-left:not(.e-float-input)::after {
  right: 50%; }

.e-filled.e-float-input.e-input-group.e-float-icon-left .e-float-line::after,
.e-filled.e-float-input.e-control-wrapper.e-input-group.e-float-icon-left .e-float-line::after {
  right: 50%; }

.e-filled.e-input-group.e-float-icon-left:not(.e-float-input).e-input-focus .e-input-in-wrap::before,
.e-filled.e-input-group.e-float-icon-left:not(.e-float-input).e-input-focus .e-input-in-wrap::after,
.e-filled.e-input-group.e-control-wrapper.e-float-icon-left:not(.e-float-input).e-input-focus .e-input-in-wrap::before,
.e-filled.e-input-group.e-control-wrapper.e-float-icon-left:not(.e-float-input).e-input-focus .e-input-in-wrap::after {
  width: 0; }

.e-filled.e-input-group.e-float-icon-left,
.e-filled.e-input-group.e-control-wrapper.e-float-icon-left {
  border-bottom: 1px solid; }

.e-float-input.e-control-wrapper.e-hidden,
.e-input-group.e-control-wrapper.e-hidden {
  display: none; }

.e-filled.e-input-group.e-float-icon-left,
.e-filled.e-input-group.e-success.e-float-icon-left,
.e-filled.e-input-group.e-warning.e-float-icon-left,
.e-filled.e-input-group.e-error.e-float-icon-left,
.e-filled.e-input-group.e-control-wrapper.e-float-icon-left,
.e-filled.e-input-group.e-control-wrapper.e-success.e-float-icon-left,
.e-filled.e-input-group.e-control-wrapper.e-warning.e-float-icon-left,
.e-filled.e-input-group.e-control-wrapper.e-error.e-float-icon-left {
  border: 1px solid;
  border-width: 0 0 1px 0; }

.e-input-group.e-control-container.valid.modified,
.e-input-group.e-control-container.invalid,
.e-float-input.e-control-container.valid.modified,
.e-float-input.e-control-container.invalid {
  outline: none; }

/*! input theme */
input.e-input,
.e-input-group input.e-input,
.e-input-group.e-control-wrapper input.e-input,
.e-input-group textarea.e-input,
.e-input-group.e-control-wrapper textarea.e-input,
textarea.e-input,
.e-float-input input,
.e-float-input.e-control-wrapper input,
.e-float-input textarea,
.e-float-input.e-control-wrapper textarea {
  background: transparent;
  border-color: rgba(0, 0, 0, 0.42);
  color: rgba(0, 0, 0, 0.87); }

.e-input-group,
.e-input-group.e-control-wrapper,
.e-float-input,
.e-float-input.e-input-group,
.e-float-input.e-control-wrapper,
.e-float-input.e-input-group.e-control-wrapper {
  background: transparent;
  color: rgba(0, 0, 0, 0.87); }

.e-input-group .e-input-group-icon,
.e-input-group.e-control-wrapper .e-input-group-icon {
  background: transparent;
  border-color: rgba(0, 0, 0, 0.42);
  color: rgba(0, 0, 0, 0.54); }

.e-input-group.e-disabled .e-input-group-icon,
.e-input-group.e-control-wrapper.e-disabled .e-input-group-icon {
  color: rgba(0, 0, 0, 0.26); }

.e-input[disabled],
.e-input-group .e-input[disabled],
.e-input-group.e-control-wrapper .e-input[disabled],
.e-input-group.e-disabled,
.e-input-group.e-control-wrapper.e-disabled,
.e-float-input input[disabled],
.e-float-input.e-control-wrapper input[disabled],
.e-float-input textarea[disabled],
.e-float-input.e-control-wrapper textarea[disabled],
.e-float-input.e-disabled,
.e-float-input.e-control-wrapper.e-disabled {
  -webkit-text-fill-color: rgba(0, 0, 0, 0.42);
  background: transparent;
  color: rgba(0, 0, 0, 0.42);
  background-image: -webkit-gradient(linear, left top, right top, color-stop(0, rgba(0, 0, 0, 0.42)), color-stop(33%, rgba(0, 0, 0, 0.42)), color-stop(0, transparent));
  background-image: linear-gradient(90deg, rgba(0, 0, 0, 0.42) 0, rgba(0, 0, 0, 0.42) 33%, transparent 0);
  background-position: bottom -1px left 0;
  background-repeat: repeat-x;
  background-size: 4px 1px;
  border-bottom-color: transparent; }

.e-input-group input.e-input,
.e-input-group.e-control-wrapper input.e-input,
.e-float-input input,
.e-float-input.e-control-wrapper input,
.e-input-group textarea.e-input,
.e-input-group.e-control-wrapper textarea.e-input,
.e-float-input textarea,
.e-float-input.e-control-wrapper textarea,
.e-input-group .e-input[disabled],
.e-input-group.e-control-wrapper .e-input[disabled],
.e-input-group.e-disabled input.e-input,
.e-input-group.e-control-wrapper.e-disabled input.e-input,
.e-input-group.e-disabled textarea.e-input,
.e-input-group.e-control-wrapper.e-disabled textarea.e-input {
  background: none;
  color: inherit; }

.e-input-group .e-input[readonly],
.e-input-group.e-control-wrapper .e-input[readonly],
.e-float-input input[readonly],
.e-float-input.e-control-wrapper input[readonly],
.e-float-input textarea[readonly],
.e-float-input.e-control-wrapper textarea[readonly] {
  background: none;
  color: inherit; }

.e-float-input.e-disabled input,
.e-float-input.e-control-wrapper.e-disabled input,
.e-float-input.e-disabled textarea,
.e-float-input.e-control-wrapper.e-disabled textarea,
.e-float-input input[disabled],
.e-float-input.e-control-wrapper input[disabled],
.e-float-input textarea[disabled],
.e-float-input.e-control-wrapper textarea[disabled] {
  color: inherit; }

/*! Added color to textbox for disbaled state */
.e-float-input:not(.e-disabled) input[disabled],
.e-float-input.e-control-wrapper:not(.e-disabled) input[disabled],
.e-float-input:not(.e-disabled) textarea[disabled],
.e-float-input.e-control-wrapper:not(.e-disabled) textarea[disabled] {
  -webkit-text-fill-color: rgba(0, 0, 0, 0.42);
  color: rgba(0, 0, 0, 0.42); }

.e-input-group.e-disabled .e-input-group-icon,
.e-input-group.e-control-wrapper.e-disabled .e-input-group-icon {
  background: transparent;
  border-color: rgba(0, 0, 0, 0.42); }

.e-input-group:not(.e-disabled) .e-input-group-icon:hover,
.e-input-group.e-control-wrapper:not(.e-disabled) .e-input-group-icon:hover {
  color: rgba(0, 0, 0, 0.54); }

.e-input-group.e-disabled .e-input-group-icon:hover,
.e-input-group.e-control-wrapper.e-disabled .e-input-group-icon:hover {
  background: transparent; }

.e-input.e-success,
.e-input.e-success:focus,
.e-input-group.e-success input.e-input,
.e-input-group.e-control-wrapper.e-success input.e-input,
.e-input-group.e-success .e-input-group-icon,
.e-input-group.e-control-wrapper.e-success .e-input-group-icon,
.e-input-group.e-success textarea.e-input,
.e-input-group.e-control-wrapper.e-success textarea.e-input {
  border-color: #22b24b; }

.e-input.e-warning,
.e-input.e-warning:focus,
.e-input-group.e-warning input.e-input,
.e-input-group.e-control-wrapper.e-warning input.e-input,
.e-input-group.e-warning .e-input-group-icon,
.e-input-group.e-control-wrapper.e-warning .e-input-group-icon,
.e-input-group.e-warning textarea.e-input,
.e-input-group.e-control-wrapper.e-warning textarea.e-input {
  border-color: #ffca1c; }

.e-input.e-error,
.e-input.e-error:focus,
.e-input-group.e-error input.e-input,
.e-input-group.e-control-wrapper.e-error input.e-input,
.e-input-group.e-control-wrapper.e-error .e-input-group-icon,
.e-input-group.e-error .e-input-group-icon,
.e-input-group.e-error textarea.e-input,
.e-input-group.e-control-wrapper.e-error textarea.e-input {
  border-color: #f44336; }

label.e-float-text,
.e-float-input:not(.e-error):not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom,
.e-float-input.e-control-wrapper:not(.e-error):not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom,
.e-float-input.e-bigger:not(.e-error):not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom,
.e-float-input.e-control-wrapper.e-bigger:not(.e-error):not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom,
.e-bigger .e-float-input:not(.e-error):not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom,
.e-bigger .e-float-input.e-control-wrapper:not(.e-error):not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom,
.e-float-input.e-small:not(.e-error):not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom,
.e-float-input.e-control-wrapper.e-small:not(.e-error):not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom,
.e-small .e-float-input:not(.e-error):not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom,
.e-small .e-float-input.e-control-wrapper:not(.e-error):not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom,
.e-float-input.e-small.e-bigger:not(.e-error):not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom,
.e-float-input.e-control-wrapper.e-small.e-bigger:not(.e-error):not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom,
.e-bigger .e-float-input.e-small:not(.e-error):not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom,
.e-bigger .e-float-input.e-control-wrapper.e-small:not(.e-error):not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom {
  color: rgba(0, 0, 0, 0.42); }

.e-float-input.e-error label.e-float-text,
.e-float-input.e-control-wrapper.e-error label.e-float-text,
.e-float-input.e-error input:focus ~ label.e-float-text,
.e-float-input.e-control-wrapper.e-error input:focus ~ label.e-float-text,
.e-float-input.e-error.e-input-focus input ~ label.e-float-text,
.e-float-input.e-control-wrapper.e-error.e-input-focus input ~ label.e-float-text,
.e-float-input.e-error textarea:focus ~ label.e-float-text,
.e-float-input.e-control-wrapper.e-error textarea:focus ~ label.e-float-text {
  color: #f44336; }

.e-float-input input,
.e-float-input textarea,
.e-float-input.e-control-wrapper input,
.e-float-input.e-control-wrapper textarea {
  border-bottom-color: rgba(0, 0, 0, 0.42); }

.e-float-input.e-success input,
.e-float-input.e-success textarea,
.e-float-input.e-control-wrapper.e-success input,
.e-float-input.e-control-wrapper.e-success textarea {
  border-bottom-color: #22b24b; }

.e-float-input.e-warning input,
.e-float-input.e-control-wrapper.e-warning input,
.e-float-input.e-warning textarea,
.e-float-input.e-control-wrapper.e-warning textarea {
  border-bottom-color: #ffca1c; }

.e-float-input.e-error input,
.e-float-input.e-control-wrapper.e-error input,
.e-float-input.e-error textarea,
.e-float-input.e-control-wrapper.e-error textarea {
  border-bottom-color: #f44336; }

.e-float-input:not(.e-input-group) .e-float-line::before,
.e-float-input:not(.e-input-group) .e-float-line::after,
.e-float-input:not(.e-input-group) .e-float-line::before,
.e-float-input:not(.e-input-group) .e-float-line::after,
.e-float-input.e-control-wrapper:not(.e-input-group) .e-float-line::before,
.e-float-input.e-control-wrapper:not(.e-input-group) .e-float-line::after,
.e-float-input.e-control-wrapper:not(.e-input-group) .e-float-line::before,
.e-float-input.e-control-wrapper:not(.e-input-group) .e-float-line::after {
  background: #971b1e; }

.e-float-input.e-success:not(.e-input-group) .e-float-line::before,
.e-float-input.e-success:not(.e-input-group) .e-float-line::after,
.e-float-input.e-success:not(.e-input-group) .e-float-line::before,
.e-float-input.e-success:not(.e-input-group) .e-float-line::after,
.e-float-input.e-control-wrapper.e-success:not(.e-input-group) .e-float-line::before,
.e-float-input.e-control-wrapper.e-success:not(.e-input-group) .e-float-line::after,
.e-float-input.e-control-wrapper.e-success:not(.e-input-group) .e-float-line::before,
.e-float-input.e-control-wrapper.e-success:not(.e-input-group) .e-float-line::after {
  background: #22b24b; }

.e-float-input.e-warning:not(.e-input-group) .e-float-line::before,
.e-float-input.e-warning:not(.e-input-group) .e-float-line::after,
.e-float-input.e-warning:not(.e-input-group) .e-float-line::before,
.e-float-input.e-warning:not(.e-input-group) .e-float-line::after,
.e-float-input.e-control-wrapper.e-warning:not(.e-input-group) .e-float-line::before,
.e-float-input.e-control-wrapper.e-warning:not(.e-input-group) .e-float-line::after,
.e-float-input.e-control-wrapper.e-warning:not(.e-input-group) .e-float-line::before,
.e-float-input.e-control-wrapper.e-warning:not(.e-input-group) .e-float-line::after {
  background: #ffca1c; }

.e-float-input:not(.e-error):not(.e-input-focus):not(.e-disabled) input:not(:focus):not(:valid) ~ label.e-float-text:not(.e-label-top),
.e-float-input:not(.e-error):not(.e-input-focus) textarea:not(:focus):not(:valid) ~ label.e-float-text:not(.e-label-top),
.e-float-input.e-control-wrapper:not(.e-error):not(.e-input-focus):not(.e-disabled) input:not(:focus):not(:valid) ~ label.e-float-text:not(.e-label-top) {
  color: rgba(0, 0, 0, 0.42); }

.e-float-input.e-error:not(.e-input-group) .e-float-line::before,
.e-float-input.e-error:not(.e-input-group) .e-float-line::after,
.e-float-input.e-error:not(.e-input-group) .e-float-line::before,
.e-float-input.e-error:not(.e-input-group) .e-float-line::after,
.e-float-input.e-control-wrapper.e-error:not(.e-input-group) .e-float-line::before,
.e-float-input.e-control-wrapper.e-error:not(.e-input-group) .e-float-line::after,
.e-float-input.e-control-wrapper.e-error:not(.e-input-group) .e-float-line::before,
.e-float-input.e-control-wrapper.e-error:not(.e-input-group) .e-float-line::after {
  background: #f44336; }

.e-input-group:not(.e-disabled) .e-input-group-icon:active,
.e-input-group.e-control-wrapper:not(.e-disabled) .e-input-group-icon:active {
  background: transparent;
  color: rgba(0, 0, 0, 0.54); }

input.e-input::-moz-selection,
textarea.e-input::-moz-selection,
.e-input-group input.e-input::-moz-selection,
.e-input-group.e-control-wrapper input.e-input::-moz-selection,
.e-float-input input::-moz-selection,
.e-float-input.e-control-wrapper input::-moz-selection,
.e-input-group textarea.e-input::-moz-selection,
.e-input-group.e-control-wrapper textarea.e-input::-moz-selection,
.e-float-input textarea::-moz-selection,
.e-float-input.e-control-wrapper textarea::-moz-selection {
  background: #971b1e;
  color: #fff; }

input.e-input::selection,
textarea.e-input::selection,
.e-input-group input.e-input::selection,
.e-input-group.e-control-wrapper input.e-input::selection,
.e-float-input input::selection,
.e-float-input.e-control-wrapper input::selection,
.e-input-group textarea.e-input::selection,
.e-input-group.e-control-wrapper textarea.e-input::selection,
.e-float-input textarea::selection,
.e-float-input.e-control-wrapper textarea::selection {
  background: #971b1e;
  color: #fff; }

.e-float-input.e-small textarea::-moz-selection,
.e-float-input textarea::-moz-selection {
  background: #971b1e;
  color: #fff; }

.e-float-input.e-small textarea::selection,
.e-float-input textarea::selection {
  background: #971b1e;
  color: #fff; }

input.e-input:-moz-placeholder {
  color: rgba(0, 0, 0, 0.42); }

.e-input-group input.e-input:-moz-placeholder {
  color: rgba(0, 0, 0, 0.42); }

.e-input-group input.e-input:-moz-placeholder,
.e-input-group.e-control-wrapper input.e-input:-moz-placeholder {
  color: rgba(0, 0, 0, 0.42); }

input.e-input:-moz-placeholder {
  color: rgba(0, 0, 0, 0.42); }

.e-input-group input.e-input:-moz-placeholder {
  color: rgba(0, 0, 0, 0.42); }

.e-input-group.e-control-wrapper input.e-input:-moz-placeholder {
  color: rgba(0, 0, 0, 0.42); }

textarea.e-input:-moz-placeholder {
  color: rgba(0, 0, 0, 0.42); }

.e-input-group textarea.e-input:-moz-placeholder {
  color: rgba(0, 0, 0, 0.42); }

.e-input-group.e-control-wrapper textarea.e-input:-moz-placeholder {
  color: rgba(0, 0, 0, 0.42); }

input.e-input::-moz-placeholder {
  color: rgba(0, 0, 0, 0.42); }

.e-input-group input.e-input::-moz-placeholder {
  color: rgba(0, 0, 0, 0.42); }

.e-input-group.e-control-wrapper input.e-input::-moz-placeholder {
  color: rgba(0, 0, 0, 0.42); }

textarea.e-input::-moz-placeholder {
  color: rgba(0, 0, 0, 0.42); }

.e-input-group textarea.e-input::-moz-placeholder {
  color: rgba(0, 0, 0, 0.42); }

.e-input-group.e-control-wrapper textarea.e-input::-moz-placeholder {
  color: rgba(0, 0, 0, 0.42); }

input.e-input:-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.42); }

.e-input-group input.e-input:-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.42); }

.e-input-group.e-control-wrapper input.e-input:-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.42); }

textarea.e-input:-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.42); }

.e-input-group.e-control-wrapper textarea.e-input:-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.42); }

.e-input-group textarea.e-input:-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.42); }

input.e-input::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.42); }

.e-input-group.e-control-wrapper input.e-input::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.42); }

.e-input-group input.e-input::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.42); }

textarea.e-input::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.42); }

.e-input-group textarea.e-input::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.42); }

.e-input-group.e-control-wrapper textarea.e-input::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.42); }

.e-input-group:not(.e-float-icon-left):not(.e-float-input)::before,
.e-input-group:not(.e-float-icon-left):not(.e-float-input)::after,
.e-input-group.e-float-icon-left:not(.e-float-input) .e-input-in-wrap::before,
.e-input-group.e-float-icon-left:not(.e-float-input) .e-input-in-wrap::after,
.e-input-group.e-control-wrapper:not(.e-float-icon-left):not(.e-float-input)::before,
.e-input-group.e-control-wrapper:not(.e-float-icon-left):not(.e-float-input)::after,
.e-input-group.e-control-wrapper.e-float-icon-left:not(.e-float-input) .e-input-in-wrap::before,
.e-input-group.e-control-wrapper.e-float-icon-left:not(.e-float-input) .e-input-in-wrap::after {
  background: #971b1e; }

.e-float-input.e-input-group:not(.e-float-icon-left) .e-float-line::before,
.e-float-input.e-input-group:not(.e-float-icon-left) .e-float-line::after,
.e-float-input.e-input-group.e-float-icon-left .e-input-in-wrap .e-float-line::before,
.e-float-input.e-input-group.e-float-icon-left .e-input-in-wrap .e-float-line::after,
.e-float-input.e-control-wrapper.e-input-group:not(.e-float-icon-left) .e-float-line::before,
.e-float-input.e-control-wrapper.e-input-group:not(.e-float-icon-left) .e-float-line::after,
.e-float-input.e-control-wrapper.e-input-group.e-float-icon-left .e-input-in-wrap .e-float-line::before,
.e-float-input.e-control-wrapper.e-input-group.e-float-icon-left .e-input-in-wrap .e-float-line::after {
  background: #971b1e; }

.e-input-group:not(.e-float-icon-left):not(.e-float-input).e-success::before,
.e-input-group:not(.e-float-icon-left):not(.e-float-input).e-success::after,
.e-input-group.e-float-icon-left.e-success:not(.e-float-input) .e-input-in-wrap::before,
.e-input-group.e-float-icon-left.e-success:not(.e-float-input) .e-input-in-wrap::after,
.e-input-group.e-control-wrapper:not(.e-float-icon-left):not(.e-float-input).e-success::before,
.e-input-group.e-control-wrapper:not(.e-float-icon-left):not(.e-float-input).e-success::after,
.e-input-group.e-control-wrapper.e-float-icon-left.e-success:not(.e-float-input) .e-input-in-wrap::before,
.e-input-group.e-control-wrapper.e-float-icon-left.e-success:not(.e-float-input) .e-input-in-wrap::after {
  background: #22b24b; }

.e-float-input.e-input-group:not(.e-float-icon-left).e-success .e-float-line::before,
.e-float-input.e-input-group:not(.e-float-icon-left).e-success .e-float-line::after,
.e-float-input.e-input-group.e-float-icon-left.e-success .e-input-in-wrap .e-float-line::before,
.e-float-input.e-input-group.e-float-icon-left.e-success .e-input-in-wrap .e-float-line::after,
.e-float-input.e-control-wrapper.e-input-group:not(.e-float-icon-left).e-success .e-float-line::before,
.e-float-input.e-control-wrapper.e-input-group:not(.e-float-icon-left).e-success .e-float-line::after,
.e-float-input.e-control-wrapper.e-input-group.e-float-icon-left.e-success .e-input-in-wrap .e-float-line::before,
.e-float-input.e-control-wrapper.e-input-group.e-float-icon-left.e-success .e-input-in-wrap .e-float-line::after,
.e-float-input.e-input-group.e-control-wrapper:not(.e-float-icon-left).e-success .e-float-line::before,
.e-float-input.e-input-group.e-control-wrapper:not(.e-float-icon-left).e-success .e-float-line::after,
.e-float-input.e-input-group.e-control-wrapper.e-float-icon-left.e-success .e-input-in-wrap .e-float-line::before,
.e-float-input.e-input-group.e-control-wrapper.e-float-icon-left.e-success .e-input-in-wrap .e-float-line::after {
  background: #22b24b; }

.e-input-group:not(.e-float-icon-left).e-warning:not(.e-float-input)::before,
.e-input-group:not(.e-float-icon-left).e-warning:not(.e-float-input)::after,
.e-input-group.e-float-icon-left.e-warning:not(.e-float-input) .e-input-in-wrap::before,
.e-input-group.e-float-icon-left.e-warning:not(.e-float-input) .e-input-in-wrap::after,
.e-input-group.e-control-wrapper:not(.e-float-icon-left).e-warning:not(.e-float-input)::before,
.e-input-group.e-control-wrapper:not(.e-float-icon-left).e-warning:not(.e-float-input)::after,
.e-input-group.e-control-wrapper.e-float-icon-left.e-warning:not(.e-float-input) .e-input-in-wrap::before,
.e-input-group.e-control-wrapper.e-float-icon-left.e-warning:not(.e-float-input) .e-input-in-wrap::after {
  background: #ffca1c; }

.e-float-input.e-input-group:not(.e-float-icon-left).e-warning .e-float-line::before,
.e-float-input.e-input-group:not(.e-float-icon-left).e-warning .e-float-line::after,
.e-float-input.e-control-wrapper.e-input-group.e-float-icon-left.e-warning .e-input-in-wrap .e-float-line::before,
.e-float-input.e-control-wrapper.e-input-group.e-float-icon-left.e-warning .e-input-in-wrap .e-float-line::after {
  background: #ffca1c; }

.e-input-group:not(.e-float-icon-left).e-error:not(.e-float-input)::before,
.e-input-group:not(.e-float-icon-left).e-error:not(.e-float-input)::after,
.e-input-group.e-float-icon-left.e-error:not(.e-float-input) .e-input-in-wrap::before,
.e-input-group.e-float-icon-left.e-error:not(.e-float-input) .e-input-in-wrap::after,
.e-input-group.e-control-wrapper:not(.e-float-icon-left).e-error:not(.e-float-input)::before,
.e-input-group.e-control-wrapper:not(.e-float-icon-left).e-error:not(.e-float-input)::after,
.e-input-group.e-control-wrapper.e-float-icon-left.e-error:not(.e-float-input) .e-input-in-wrap::before,
.e-input-group.e-control-wrapper.e-float-icon-left.e-error:not(.e-float-input) .e-input-in-wrap::after {
  background: #f44336; }

.e-float-input.e-input-group:not(.e-float-icon-left).e-error .e-float-line::before,
.e-float-input.e-input-group:not(.e-float-icon-left).e-error .e-float-line::after,
.e-float-input.e-input-group.e-float-icon-left.e-error .e-input-in-wrap .e-float-line::before,
.e-float-input.e-input-group.e-float-icon-left.e-error .e-input-in-wrap .e-float-line::after,
.e-float-input.e-input-group.e-control-wrapper:not(.e-float-icon-left).e-error .e-float-line::before,
.e-float-input.e-input-group.e-control-wrapper:not(.e-float-icon-left).e-error .e-float-line::after,
.e-float-input.e-input-group.e-control-wrapper.e-float-icon-left.e-error .e-input-in-wrap .e-float-line::before,
.e-float-input.e-input-group.e-control-wrapper.e-float-icon-left.e-error .e-input-in-wrap .e-float-line::after {
  background: #f44336; }

.e-input-group.e-success .e-input-group-icon,
.e-input-group.e-success:not(.e-disabled):not(:active) .e-input-group-icon:hover,
.e-input-group.e-control-wrapper.e-success .e-input-group-icon,
.e-input-group.e-control-wrapper.e-success:not(.e-disabled):not(:active) .e-input-group-icon:hover {
  color: rgba(0, 0, 0, 0.54); }

.e-input-group.e-warning .e-input-group-icon,
.e-input-group.e-warning:not(.e-disabled):not(:active) .e-input-group-icon:hover,
.e-input-group.e-control-wrapper.e-warning .e-input-group-icon,
.e-input-group.e-control-wrapper.e-warning:not(.e-disabled):not(:active) .e-input-group-icon:hover {
  color: rgba(0, 0, 0, 0.54); }

.e-input-group.e-error .e-input-group-icon,
.e-input-group.e-error:not(.e-disabled):not(:active) .e-input-group-icon:hover,
.e-input-group.e-control-wrapper.e-error .e-input-group-icon,
.e-input-group.e-control-wrapper.e-error:not(.e-disabled):not(:active) .e-input-group-icon:hover {
  color: rgba(0, 0, 0, 0.54); }

.e-input-group.e-success:not(.e-disabled) .e-input-group-icon:active,
.e-input-group.e-control-wrapper.e-success:not(.e-disabled) .e-input-group-icon:active {
  color: rgba(0, 0, 0, 0.54); }

.e-input-group.e-warning:not(.e-disabled) .e-input-group-icon:active,
.e-input-group.e-control-wrapper.e-warning:not(.e-disabled) .e-input-group-icon:active {
  color: rgba(0, 0, 0, 0.54); }

.e-input-group.e-error:not(.e-disabled) .e-input-group-icon:active,
.e-input-group.e-control-wrapper.e-error:not(.e-disabled) .e-input-group-icon:active {
  color: rgba(0, 0, 0, 0.54); }

.e-input-group input.e-input,
.e-input-group.e-control-wrapper input.e-input,
.e-input-group textarea.e-input,
.e-input-group.e-control-wrapper textarea.e-input {
  border-color: rgba(0, 0, 0, 0.42); }

.e-input:focus:not(.e-success):not(.e-warning):not(.e-error),
.e-float-input:not(.e-success):not(.e-warning):not(.e-error):not(.e-input-group) input:focus,
.e-float-input:not(.e-success):not(.e-warning):not(.e-error):not(.e-input-group) textarea:focus,
.e-float-input.e-control-wrapper:not(.e-success):not(.e-warning):not(.e-error):not(.e-input-group) input:focus,
.e-float-input.e-control-wrapper:not(.e-success):not(.e-warning):not(.e-error):not(.e-input-group) textarea:focus,
.e-float-input:not(.e-success):not(.e-warning):not(.e-error):not(.e-input-group).e-input-focus input,
.e-float-input.e-control-wrapper:not(.e-success):not(.e-warning):not(.e-error):not(.e-input-group).e-input-focus input {
  border-color: #971b1e; }

.e-input-group:not(.e-success):not(.e-warning):not(.e-error) input.e-input:focus,
.e-input-group.e-control-wrapper:not(.e-success):not(.e-warning):not(.e-error) input.e-input:focus,
.e-input-group:not(.e-success):not(.e-warning):not(.e-error).e-input-focus input.e-input,
.e-input-group.e-control-wrapper:not(.e-success):not(.e-warning):not(.e-error).e-input-focus input.e-input,
.e-input-group:not(.e-success):not(.e-warning):not(.e-error) textarea.e-input:focus,
.e-input-group.e-control-wrapper:not(.e-success):not(.e-warning):not(.e-error) textarea.e-input:focus {
  border-color: transparent; }

.e-input-group.e-input-focus:not(.e-success):not(.e-warning):not(.e-error):not(.e-float-icon-left),
.e-input-group.e-control-wrapper.e-input-focus:not(.e-success):not(.e-warning):not(.e-error):not(.e-float-icon-left) {
  border-color: rgba(0, 0, 0, 0.42); }

.e-input-group.e-input-focus:not(.e-success):not(.e-warning):not(.e-error) .e-input:focus,
.e-input-group.e-control-wrapper.e-input-focus:not(.e-success):not(.e-warning):not(.e-error) .e-input:focus,
.e-input-group.e-input-focus:not(.e-success):not(.e-warning):not(.e-error) .e-input,
.e-input-group.e-control-wrapper.e-input-focus:not(.e-success):not(.e-warning):not(.e-error) .e-input {
  border-color: rgba(0, 0, 0, 0.42); }

.e-input-group.e-input-focus:not(.e-success):not(.e-warning):not(.e-error) .e-input:first-child:focus,
.e-input-group.e-input-focus.e-rtl:not(.e-success):not(.e-warning):not(.e-error) span:last-child.e-input-group-icon,
.e-input-group.e-control-wrapper.e-input-focus:not(.e-success):not(.e-warning):not(.e-error) .e-input:first-child:focus,
.e-input-group.e-control-wrapper.e-input-focus.e-rtl:not(.e-success):not(.e-warning):not(.e-error) span:last-child.e-input-group-icon {
  border-color: transparent; }

.e-input-group.e-input-focus.e-rtl:not(.e-success):not(.e-warning):not(.e-error) span.e-input-group-icon,
.e-input-group.e-input-focus.e-rtl:not(.e-success):not(.e-warning):not(.e-error) span:first-child.e-input-group-icon,
.e-input-focus.e-rtl:not(.e-success):not(.e-warning):not(.e-error) .e-input:first-child:focus,
.e-input-focus:not(.e-success):not(.e-warning):not(.e-error) .e-input:last-child:focus,
.e-input-group.e-input-focus:not(.e-success):not(.e-warning):not(.e-error) span.e-input-group-icon,
.e-input-group.e-control-wrapper.e-input-focus.e-rtl:not(.e-success):not(.e-warning):not(.e-error) span.e-input-group-icon,
.e-input-group.e-control-wrapper.e-input-focus.e-rtl:not(.e-success):not(.e-warning):not(.e-error) span:first-child.e-input-group-icon,
.e-input-focus.e-control-wrapper.e-rtl:not(.e-success):not(.e-warning):not(.e-error) .e-input:first-child:focus,
.e-input-focus.e-control-wrapper:not(.e-success):not(.e-warning):not(.e-error) .e-input:last-child:focus,
.e-input-group.e-control-wrapper.e-input-focus:not(.e-success):not(.e-warning):not(.e-error) span.e-input-group-icon {
  border-color: transparent; }

.e-input-group.e-input-focus:not(.e-success):not(.e-warning):not(.e-error) span:first-child.e-input-group-icon,
.e-input-group.e-input-focus.e-rtl:not(.e-success):not(.e-warning):not(.e-error) .e-input:last-child:focus,
.e-input-group.e-input-focus:not(.e-success):not(.e-warning):not(.e-error) span:first-child.e-input-group-icon,
.e-input-group.e-control-wrapper.e-input-focus:not(.e-success):not(.e-warning):not(.e-error) span:first-child.e-input-group-icon,
.e-input-group.e-control-wrapper.e-input-focus.e-rtl:not(.e-success):not(.e-warning):not(.e-error) .e-input:last-child:focus,
.e-input-group.e-control-wrapper.e-input-focus:not(.e-success):not(.e-warning):not(.e-error) span:first-child.e-input-group-icon {
  border-color: transparent; }

.e-input-group:not(.e-success):not(.e-warning):not(.e-error):not(.e-float-icon-left),
.e-input-group.e-float-icon-left:not(.e-success):not(.e-warning):not(.e-error) .e-input-in-wrap,
.e-input-group.e-control-wrapper:not(.e-success):not(.e-warning):not(.e-error):not(.e-float-icon-left),
.e-input-group.e-control-wrapper.e-float-icon-left:not(.e-success):not(.e-warning):not(.e-error) .e-input-in-wrap,
.e-float-input.e-float-icon-left:not(.e-success):not(.e-warning):not(.e-error) .e-input-in-wrap,
.e-float-input.e-control-wrapper.e-float-icon-left:not(.e-success):not(.e-warning):not(.e-error) .e-input-in-wrap {
  border-color: rgba(0, 0, 0, 0.42); }

.e-input-group,
.e-input-group.e-control-wrapper {
  border-bottom-color: rgba(0, 0, 0, 0.42); }

.e-input-group.e-input-focus:not(.e-success):not(.e-warning):not(.e-error):not(.e-float-icon-left) .e-input:focus,
.e-input-group.e-float-icon-left.e-input-focus:not(.e-success):not(.e-warning):not(.e-error) .e-input:focus,
.e-input-group.e-control-wrapper.e-input-focus:not(.e-success):not(.e-warning):not(.e-error):not(.e-float-icon-left) .e-input:focus,
.e-input-group.e-control-wrapper.e-float-icon-left.e-input-focus:not(.e-success):not(.e-warning):not(.e-error) .e-input:focus,
.e-input-group.e-input-focus:not(.e-success):not(.e-warning):not(.e-error):not(.e-float-icon-left) .e-input,
.e-input-group.e-float-icon-left.e-input-focus:not(.e-success):not(.e-warning):not(.e-error) .e-input,
.e-input-group.e-control-wrapper.e-input-focus:not(.e-success):not(.e-warning):not(.e-error):not(.e-float-icon-left) .e-input,
.e-input-group.e-control-wrapper.e-float-icon-left.e-input-focus:not(.e-success):not(.e-warning):not(.e-error) .e-input {
  border-bottom-color: transparent;
  border-top-color: transparent; }

.e-input-group.e-success,
.e-input-group.e-control-wrapper.e-success,
.e-float-icon-left.e-input-group.e-success,
.e-float-icon-left.e-control-wrapper.e-input-group.e-success,
.e-input-group.e-warning,
.e-input-group.e-control-wrapper.e-warning,
.e-float-icon-left.e-input-group.e-warning,
.e-float-icon-left.e-input-group.e-control-wrapper.e-warning,
.e-input-group.e-error,
.e-input-group.e-control-wrapper.e-error,
.e-float-icon-left.e-input-group.e-error,
.e-float-icon-left.e-input-group.e-control-wrapper.e-error,
.e-input-group.e-float-icon-left,
.e-input-group.e-control-wrapper.e-float-icon-left {
  border-color: transparent; }

.e-input-group.e-success,
.e-input-group.e-control-wrapper.e-success,
.e-input-group.e-success:not(.e-float-icon-left),
.e-input-group.e-control-wrapper.e-success:not(.e-float-icon-left) {
  border-bottom-color: #22b24b; }

.e-input-group.e-float-icon-left.e-success .e-input-in-wrap,
.e-input-group.e-control-wrapper.e-float-icon-left.e-success .e-input-in-wrap {
  border-bottom-color: #22b24b; }

.e-input-group.e-warning,
.e-input-group.e-control-wrapper.e-warning,
.e-input-group.e-warning:not(.e-float-icon-left),
.e-input-group.e-control-wrapper.e-warning:not(.e-float-icon-left) {
  border-bottom-color: #ffca1c; }

.e-input-group.e-float-icon-left.e-warning .e-input-in-wrap,
.e-input-group.e-control-wrapper.e-float-icon-left.e-warning .e-input-in-wrap {
  border-bottom-color: #ffca1c; }

.e-input-group.e-error,
.e-input-group.e-control-wrapper.e-error,
.e-input-group.e-error:not(.e-float-icon-left),
.e-input-group.e-control-wrapper.e-error:not(.e-float-icon-left) {
  border-bottom-color: #f44336; }

.e-input-group.e-float-icon-left.e-error .e-input-in-wrap,
.e-input-group.e-control-wrapper.e-float-icon-left.e-error .e-input-in-wrap {
  border-bottom-color: #f44336; }

.e-float-input .e-clear-icon,
.e-float-input.e-control-wrapper .e-clear-icon,
.e-input-group .e-clear-icon,
.e-input-group.e-control-wrapper .e-clear-icon {
  color: rgba(0, 0, 0, 0.54); }

.e-float-input.e-disabled .e-clear-icon,
.e-float-input.e-control-wrapper.e-disabled .e-clear-icon,
.e-input-group.e-disabled .e-clear-icon,
.e-input-group.e-control-wrapper.e-disabled .e-clear-icon {
  color: rgba(0, 0, 0, 0.26); }

.e-float-input.e-input-focus .e-input:focus,
.e-float-input.e-control-wrapper.e-input-focus .e-input:focus {
  border-bottom-color: transparent;
  border-top-color: transparent; }

.e-float-input:not(.e-error) input:focus ~ label.e-float-text,
.e-float-input:not(.e-error) input:valid ~ label.e-float-text,
.e-float-input:not(.e-error) input ~ label.e-label-top.e-float-text,
.e-float-input:not(.e-error) input[readonly] ~ label.e-label-top.e-float-text,
.e-float-input:not(.e-error) input[disabled] ~ label.e-label-top.e-float-text,
.e-float-input:not(.e-error) input label.e-float-text.e-label-top,
.e-float-input.e-bigger:not(.e-error) input:focus ~ label.e-float-text,
.e-float-input.e-bigger:not(.e-error) input:valid ~ label.e-float-text,
.e-float-input.e-bigger:not(.e-error) input ~ label.e-label-top.e-float-text,
.e-float-input.e-bigger:not(.e-error) input[readonly] ~ label.e-label-top.e-float-text,
.e-float-input.e-bigger:not(.e-error) input[disabled] ~ label.e-label-top.e-float-text,
.e-bigger .e-float-input:not(.e-error) input:focus ~ label.e-float-text,
.e-bigger .e-float-input:not(.e-error) input:valid ~ label.e-float-text,
.e-bigger .e-float-input:not(.e-error) input ~ label.e-label-top.e-float-text,
.e-bigger .e-float-input:not(.e-error) input[readonly] ~ label.e-label-top.e-float-text,
.e-bigger .e-float-input:not(.e-error) input[disabled] ~ label.e-label-top.e-float-text,
.e-float-input:not(.e-error).e-input-focus input ~ label.e-float-text,
.e-float-input.e-bigger:not(.e-error).e-input-focus input ~ label.e-float-text,
.e-bigger .e-float-input:not(.e-error).e-input-focus input ~ label.e-float-text {
  color: rgba(0, 0, 0, 0.54); }

.e-float-input.e-control-wrapper:not(.e-error) input:focus ~ label.e-float-text,
.e-float-input.e-control-wrapper:not(.e-error) input:valid ~ label.e-float-text,
.e-float-input.e-control-wrapper:not(.e-error) input ~ label.e-label-top.e-float-text,
.e-float-input.e-control-wrapper:not(.e-error) input[readonly] ~ label.e-label-top.e-float-text,
.e-float-input.e-control-wrapper:not(.e-error) input[disabled] ~ label.e-label-top.e-float-text,
.e-float-input .e-control-wrapper:not(.e-error) input label.e-float-text.e-label-top,
.e-float-input.e-control-wrapper.e-bigger:not(.e-error) input:focus ~ label.e-float-text,
.e-float-input.e-control-wrapper.e-bigger:not(.e-error) input:valid ~ label.e-float-text,
.e-float-input.e-control-wrapper.e-bigger:not(.e-error) input ~ label.e-label-top.e-float-text,
.e-float-input.e-control-wrapper.e-bigger:not(.e-error) input[readonly] ~ label.e-label-top.e-float-text,
.e-float-input.e-control-wrapper.e-bigger:not(.e-error) input[disabled] ~ label.e-label-top.e-float-text,
.e-bigger .e-float-input.e-control-wrapper:not(.e-error) input:focus ~ label.e-float-text,
.e-bigger .e-float-input.e-control-wrapper:not(.e-error) input:valid ~ label.e-float-text,
.e-bigger .e-float-input.e-control-wrapper:not(.e-error) input ~ label.e-label-top.e-float-text,
.e-bigger .e-float-input.e-control-wrapper:not(.e-error) input[readonly] ~ label.e-label-top.e-float-text,
.e-bigger .e-float-input.e-control-wrapper:not(.e-error) input[disabled] ~ label.e-label-top.e-float-text,
.e-float-input.e-control-wrapper:not(.e-error).e-input-focus input ~ label.e-float-text,
.e-float-input.e-control-wrapper.e-bigger:not(.e-error).e-input-focus input ~ label.e-float-text,
.e-bigger .e-float-input.e-control-wrapper:not(.e-error).e-input-focus input ~ label.e-float-text {
  color: rgba(0, 0, 0, 0.54); }

.e-float-input.e-small:not(.e-error) input:focus ~ label.e-float-text,
.e-float-input.e-small:not(.e-error) input:valid ~ label.e-float-text,
.e-float-input.e-small:not(.e-error) input ~ label.e-label-top.e-float-text,
.e-float-input.e-small:not(.e-error) input[readonly] ~ label.e-float-text,
.e-float-input.e-small:not(.e-error) input[disabled] ~ label.e-float-text,
.e-small .e-float-input:not(.e-error) input:focus ~ label.e-float-text,
.e-small .e-float-input:not(.e-error) input:valid ~ label.e-float-text,
.e-small .e-float-input:not(.e-error) input ~ label.e-label-top.e-float-text,
.e-small .e-float-input:not(.e-error) input[readonly] ~ label.e-float-text.e-label-top,
.e-small .e-float-input:not(.e-error) input[disabled] ~ label.e-float-text.e-label-top,
.e-float-input.e-small.e-bigger:not(.e-error) input:focus ~ label.e-float-text,
.e-float-input.e-small.e-bigger:not(.e-error) input:valid ~ label.e-float-text,
.e-float-input.e-small.e-bigger:not(.e-error) input ~ label.e-label-top.e-float-text,
.e-float-input.e-small.e-bigger:not(.e-error) input[readonly] ~ label.e-label-top.e-float-text,
.e-float-input.e-small.e-bigger:not(.e-error) input[disabled] ~ label.e-label-top.e-float-text,
.e-bigger .e-float-input.e-small:not(.e-error) input:focus ~ label.e-float-text,
.e-bigger .e-float-input.e-small:not(.e-error) input:valid ~ label.e-float-text,
.e-bigger .e-float-input.e-small:not(.e-error) input ~ label.e-label-top.e-float-text,
.e-bigger .e-float-input.e-small:not(.e-error) input[readonly] ~ label.e-label-top.e-float-text,
.e-bigger .e-float-input.e-small:not(.e-error) input[disabled] ~ label.e-label-top.e-float-text,
.e-float-input.e-small:not(.e-error).e-input-focus input ~ label.e-float-text,
.e-small .e-float-input:not(.e-error).e-input-focus input ~ label.e-float-text,
.e-float-input.e-small.e-bigger:not(.e-error).e-input-focus input ~ label.e-float-text,
.e-bigger .e-float-input.e-small:not(.e-error).e-input-focus input ~ label.e-float-text {
  color: rgba(0, 0, 0, 0.54); }

.e-float-input.e-control-wrapper.e-small:not(.e-error) input:focus ~ label.e-float-text,
.e-float-input.e-control-wrapper.e-small:not(.e-error) input:valid ~ label.e-float-text,
.e-float-input.e-control-wrapper.e-small:not(.e-error) input ~ label.e-label-top.e-float-text,
.e-float-input.e-control-wrapper.e-small:not(.e-error) input[readonly] ~ label.e-float-text,
.e-float-input.e-control-wrapper.e-small:not(.e-error) input[disabled] ~ label.e-float-text,
.e-small .e-float-input.e-control-wrapper:not(.e-error) input:focus ~ label.e-float-text,
.e-small .e-float-input.e-control-wrapper:not(.e-error) input:valid ~ label.e-float-text,
.e-small .e-float-input.e-control-wrapper:not(.e-error) input ~ label.e-label-top.e-float-text,
.e-small .e-float-input.e-control-wrapper:not(.e-error) input[readonly] ~ label.e-float-text.e-label-top,
.e-small .e-float-input.e-control-wrapper:not(.e-error) input[disabled] ~ label.e-float-text.e-label-top,
.e-float-input.e-control-wrapper.e-small.e-bigger:not(.e-error) input:focus ~ label.e-float-text,
.e-float-input.e-control-wrapper.e-small.e-bigger:not(.e-error) input:valid ~ label.e-float-text,
.e-float-input.e-control-wrapper.e-small.e-bigger:not(.e-error) input ~ label.e-label-top.e-float-text,
.e-float-input.e-control-wrapper.e-small.e-bigger:not(.e-error) input[readonly] ~ label.e-label-top.e-float-text,
.e-float-input.e-control-wrapper.e-small.e-bigger:not(.e-error) input[disabled] ~ label.e-label-top.e-float-text,
.e-bigger .e-float-input.e-control-wrapper.e-small:not(.e-error) input:focus ~ label.e-float-text,
.e-bigger .e-float-input.e-control-wrapper.e-small:not(.e-error) input:valid ~ label.e-float-text,
.e-bigger .e-float-input.e-control-wrapper.e-small:not(.e-error) input ~ label.e-label-top.e-float-text,
.e-bigger .e-float-input.e-control-wrapper.e-small:not(.e-error) input[readonly] ~ label.e-label-top.e-float-text,
.e-bigger .e-float-input.e-control-wrapper.e-small:not(.e-error) input[disabled] ~ label.e-label-top.e-float-text,
.e-float-input.e-control-wrapper.e-small:not(.e-error).e-input-focus input ~ label.e-float-text,
.e-small .e-float-input.e-control-wrapper:not(.e-error).e-input-focus input ~ label.e-float-text,
.e-float-input.e-control-wrapper.e-small.e-bigger:not(.e-error).e-input-focus input ~ label.e-float-text,
.e-bigger .e-float-input.e-control-wrapper.e-small:not(.e-error).e-input-focus input ~ label.e-float-text {
  color: rgba(0, 0, 0, 0.54); }

.e-float-input:not(.e-error) textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom,
.e-float-input.e-control-wrapper:not(.e-error) textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom,
.e-float-input.e-bigger:not(.e-error) textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom,
.e-float-input.e-control-wrapper.e-bigger:not(.e-error) textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom,
.e-bigger .e-float-input:not(.e-error) textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom,
.e-bigger .e-float-input.e-control-wrapper:not(.e-error) textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom,
.e-float-input.e-small:not(.e-error) textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom,
.e-float-input.e-control-wrapper.e-small:not(.e-error) textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom,
.e-small .e-float-input:not(.e-error) textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom,
.e-small .e-float-input.e-control-wrapper:not(.e-error) textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom,
.e-float-input.e-small.e-bigger:not(.e-error) textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom,
.e-float-input.e-control-wrapper.e-small.e-bigger:not(.e-error) textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom,
.e-bigger .e-float-input.e-small:not(.e-error) textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom,
.e-bigger .e-float-input.e-control-wrapper.e-small:not(.e-error) textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom {
  color: rgba(0, 0, 0, 0.42); }

.e-float-input:not(.e-input-focus):not(.e-disabled) textarea:not(:focus):not(:valid) ~ label.e-float-text:not(.e-label-top),
.e-float-input:not(.e-input-focus) textarea:not(:focus):not(:valid) ~ label.e-float-text:not(.e-label-top),
.e-float-input.e-control-wrapper:not(.e-input-focus):not(.e-disabled) textarea:not(:focus):not(:valid) ~ label.e-float-text:not(.e-label-top) {
  color: rgba(0, 0, 0, 0.42); }

.e-float-input:not(.e-error) textarea:focus ~ label.e-float-text,
.e-float-input:not(.e-error) textarea:valid ~ label.e-float-text,
.e-float-input:not(.e-error) textarea ~ label.e-label-top.e-float-text,
.e-float-input:not(.e-error) textarea[readonly] ~ label.e-label-top.e-float-text,
.e-float-input:not(.e-error) textarea[disabled] ~ label.e-label-top.e-float-text,
.e-float-input:not(.e-error) textarea label.e-float-text.e-label-top,
.e-float-input.e-bigger:not(.e-error) textarea:focus ~ label.e-float-text,
.e-float-input.e-bigger:not(.e-error) textarea:valid ~ label.e-float-text,
.e-float-input.e-bigger:not(.e-error) textarea ~ label.e-label-top.e-float-text,
.e-float-input.e-bigger:not(.e-error) textarea[readonly] ~ label.e-label-top.e-float-text,
.e-float-input.e-bigger:not(.e-error) textarea[disabled] ~ label.e-label-top.e-float-text,
.e-bigger .e-float-input:not(.e-error) textarea:focus ~ label.e-float-text,
.e-bigger .e-float-input:not(.e-error) textarea:valid ~ label.e-float-text,
.e-bigger .e-float-input:not(.e-error) textarea ~ label.e-label-top.e-float-text,
.e-bigger .e-float-input:not(.e-error) textarea[readonly] ~ label.e-label-top.e-float-text,
.e-bigger .e-float-input:not(.e-error) textarea[disabled] ~ label.e-label-top.e-float-text {
  color: rgba(0, 0, 0, 0.54); }

.e-float-input.e-control-wrapper:not(.e-error) textarea:focus ~ label.e-float-text,
.e-float-input.e-control-wrapper:not(.e-error) textarea:valid ~ label.e-float-text,
.e-float-input.e-control-wrapper:not(.e-error) textarea ~ label.e-label-top.e-float-text,
.e-float-input.e-control-wrapper:not(.e-error) textarea[readonly] ~ label.e-label-top.e-float-text,
.e-float-input.e-control-wrapper:not(.e-error) textarea[disabled] ~ label.e-label-top.e-float-text,
.e-float-input.e-control-wrapper:not(.e-error) textarea label.e-float-text.e-label-top,
.e-float-input.e-control-wrapper.e-bigger:not(.e-error) textarea:focus ~ label.e-float-text,
.e-float-input.e-control-wrapper.e-bigger:not(.e-error) textarea:valid ~ label.e-float-text,
.e-float-input.e-control-wrapper.e-bigger:not(.e-error) textarea ~ label.e-label-top.e-float-text,
.e-float-input.e-control-wrapper.e-bigger:not(.e-error) textarea[readonly] ~ label.e-label-top.e-float-text,
.e-float-input.e-control-wrapper.e-bigger:not(.e-error) textarea[disabled] ~ label.e-label-top.e-float-text,
.e-bigger .e-float-input.e-control-wrapper:not(.e-error) textarea:focus ~ label.e-float-text,
.e-bigger .e-float-input.e-control-wrapper:not(.e-error) textarea:valid ~ label.e-float-text,
.e-bigger .e-float-input.e-control-wrapper:not(.e-error) textarea ~ label.e-label-top.e-float-text,
.e-bigger .e-float-input.e-control-wrapper:not(.e-error) textarea[readonly] ~ label.e-label-top.e-float-text,
.e-bigger .e-float-input.e-control-wrapper:not(.e-error) textarea[disabled] ~ label.e-label-top.e-float-text {
  color: rgba(0, 0, 0, 0.54); }

.e-float-input.e-small:not(.e-error) textarea:focus ~ label.e-float-text,
.e-float-input.e-small:not(.e-error) textarea:valid ~ label.e-float-text,
.e-float-input.e-small:not(.e-error) textarea ~ label.e-label-top.e-float-text,
.e-float-input.e-small:not(.e-error) textarea[readonly] ~ label.e-float-text,
.e-float-input.e-small:not(.e-error) textarea[disabled] ~ label.e-float-text,
.e-small .e-float-input:not(.e-error) textarea:focus ~ label.e-float-text,
.e-small .e-float-input:not(.e-error) textarea:valid ~ label.e-float-text,
.e-small .e-float-input:not(.e-error) textarea ~ label.e-label-top.e-float-text,
.e-small .e-float-input:not(.e-error) textarea[readonly] ~ label.e-float-text.e-label-top,
.e-small .e-float-input:not(.e-error) textarea[disabled] ~ label.e-float-text.e-label-top,
.e-float-input.e-small.e-bigger:not(.e-error) textarea:focus ~ label.e-float-text,
.e-float-input.e-small.e-bigger:not(.e-error) textarea:valid ~ label.e-float-text,
.e-float-input.e-small.e-bigger:not(.e-error) textarea ~ label.e-label-top.e-float-text,
.e-float-input.e-small.e-bigger:not(.e-error) textarea[readonly] ~ label.e-label-top.e-float-text,
.e-float-input.e-small.e-bigger:not(.e-error) textarea[disabled] ~ label.e-label-top.e-float-text,
.e-bigger .e-float-input.e-small:not(.e-error) textarea:focus ~ label.e-float-text,
.e-bigger .e-float-input.e-small:not(.e-error) textarea:valid ~ label.e-float-text,
.e-bigger .e-float-input.e-small:not(.e-error) textarea ~ label.e-label-top.e-float-text,
.e-bigger .e-float-input.e-small:not(.e-error) textarea[readonly] ~ label.e-label-top.e-float-text,
.e-bigger .e-float-input.e-small:not(.e-error) textarea[disabled] ~ label.e-label-top.e-float-text {
  color: rgba(0, 0, 0, 0.54); }

.e-float-input.e-control-wrapper.e-small:not(.e-error) textarea:focus ~ label.e-float-text,
.e-float-input.e-control-wrapper.e-small:not(.e-error) textarea:valid ~ label.e-float-text,
.e-float-input.e-control-wrapper.e-small:not(.e-error) textarea ~ label.e-label-top.e-float-text,
.e-float-input.e-control-wrapper.e-small:not(.e-error) textarea[readonly] ~ label.e-float-text,
.e-float-input.e-control-wrapper.e-small:not(.e-error) textarea[disabled] ~ label.e-float-text,
.e-small .e-float-input.e-control-wrapper:not(.e-error) textarea:focus ~ label.e-float-text,
.e-small .e-float-input.e-control-wrapper:not(.e-error) textarea:valid ~ label.e-float-text,
.e-small .e-float-input.e-control-wrapper:not(.e-error) textarea ~ label.e-label-top.e-float-text,
.e-small .e-float-input.e-control-wrapper:not(.e-error) textarea[readonly] ~ label.e-float-text.e-label-top,
.e-small .e-float-input.e-control-wrapper:not(.e-error) textarea[disabled] ~ label.e-float-text.e-label-top,
.e-float-input.e-control-wrapper.e-small.e-bigger:not(.e-error) textarea:focus ~ label.e-float-text,
.e-float-input.e-control-wrapper.e-small.e-bigger:not(.e-error) textarea:valid ~ label.e-float-text,
.e-float-input.e-control-wrapper.e-small.e-bigger:not(.e-error) textarea ~ label.e-label-top.e-float-text,
.e-float-input.e-control-wrapper.e-small.e-bigger:not(.e-error) textarea[readonly] ~ label.e-label-top.e-float-text,
.e-float-input.e-control-wrapper.e-small.e-bigger:not(.e-error) textarea[disabled] ~ label.e-label-top.e-float-text,
.e-bigger .e-float-input.e-control-wrapper.e-small:not(.e-error) textarea:focus ~ label.e-float-text,
.e-bigger .e-float-input.e-control-wrapper.e-small:not(.e-error) textarea:valid ~ label.e-float-text,
.e-bigger .e-float-input.e-control-wrapper.e-small:not(.e-error) textarea ~ label.e-label-top.e-float-text,
.e-bigger .e-float-input.e-control-wrapper.e-small:not(.e-error) textarea[readonly] ~ label.e-label-top.e-float-text,
.e-bigger .e-float-input.e-control-wrapper.e-small:not(.e-error) textarea[disabled] ~ label.e-label-top.e-float-text {
  color: rgba(0, 0, 0, 0.54); }

.e-float-input.e-input-group.e-disabled .e-float-text,
.e-float-input.e-input-group.e-disabled .e-float-text.e-label-top,
.e-float-input input[disabled] ~ label.e-float-text,
.e-float-input input[disabled] ~ label.e-label-top.e-float-text,
.e-float-input.e-disabled label.e-float-text,
.e-float-input.e-disabled label.e-float-text.e-label-top,
.e-float-input:not(.e-error) input[disabled] ~ label.e-float-text,
.e-float-input:not(.e-error) input[disabled] ~ label.e-label-top.e-float-text,
.e-float-input.e-bigger:not(.e-error) input[disabled] ~ label.e-float-text,
.e-float-input.e-bigger:not(.e-error) input[disabled] ~ label.e-float-text.e-label-top,
.e-float-input.e-small:not(.e-error) input[disabled] ~ label.e-float-text,
.e-float-input.e-small:not(.e-error) input[disabled] ~ label.e-float-text.e-label-top,
.e-float-input.e-small.e-bigger:not(.e-error) input[disabled] ~ label.e-float-text,
.e-float-input.e-small.e-bigger:not(.e-error) input[disabled] ~ label.e-float-text.e-label-top {
  color: rgba(0, 0, 0, 0.42); }

.e-float-input textarea[disabled] ~ label.e-float-text,
.e-float-input textarea[disabled] ~ label.e-label-top.e-float-text,
.e-float-input:not(.e-error) textarea[disabled] ~ label.e-float-text,
.e-float-input:not(.e-error) textarea[disabled] ~ label.e-label-top.e-float-text,
.e-float-input.e-bigger:not(.e-error) textarea[disabled] ~ label.e-float-text,
.e-float-input.e-bigger:not(.e-error) textarea[disabled] ~ label.e-float-text.e-label-top,
.e-float-input.e-small:not(.e-error) textarea[disabled] ~ label.e-float-text,
.e-float-input.e-small:not(.e-error) textarea[disabled] ~ label.e-float-text.e-label-top,
.e-float-input.e-small.e-bigger:not(.e-error) textarea[disabled] ~ label.e-float-text,
.e-float-input.e-small.e-bigger:not(.e-error) textarea[disabled] ~ label.e-float-text.e-label-top {
  color: rgba(0, 0, 0, 0.42); }

.e-float-input.e-control-wrapper.e-input-group.e-disabled .e-float-text,
.e-float-input.e-control-wrapper.e-input-group.e-disabled .e-float-text.e-label-top,
.e-float-input.e-control-wrapper.e-disabled input[disabled] ~ label.e-float-text,
.e-float-input.e-control-wrapper.e-disabled input[disabled] ~ label.e-label-top.e-float-text,
.e-float-input.e-control-wrapper input[disabled] ~ label.e-float-text,
.e-float-input.e-control-wrapper input[disabled] ~ label.e-label-top.e-float-text,
.e-float-input.e-control-wrapper.e-disabled label.e-float-text,
.e-float-input.e-control-wrapper.e-disabled label.e-float-text.e-label-top,
.e-float-input.e-control-wrapper:not(.e-error) input[disabled] ~ label.e-float-text,
.e-float-input.e-control-wrapper:not(.e-error) input[disabled] ~ label.e-label-top.e-float-text,
.e-float-input.e-control-wrapper.e-bigger:not(.e-error) input[disabled] ~ label.e-float-text,
.e-float-input.e-control-wrapper.e-bigger:not(.e-error) input[disabled] ~ label.e-float-text.e-label-top,
.e-float-input.e-control-wrapper.e-small:not(.e-error) input[disabled] ~ label.e-float-text,
.e-float-input.e-control-wrapper.e-small:not(.e-error) input[disabled] ~ label.e-float-text.e-label-top,
.e-float-input.e-control-wrapper.e-small.e-bigger:not(.e-error) input[disabled] ~ label.e-float-text,
.e-float-input.e-control-wrapper.e-small.e-bigger:not(.e-error) input[disabled] ~ label.e-float-text.e-label-top,
.e-float-input.e-control-wrapper.e-disabled:not(.e-error) input[disabled] ~ label.e-float-text,
.e-float-input.e-control-wrapper.e-disabled:not(.e-error) input[disabled] ~ label.e-label-top.e-float-text,
.e-float-input.e-control-wrapper.e-disabled.e-bigger:not(.e-error) input[disabled] ~ label.e-float-text,
.e-float-input.e-control-wrapper.e-disabled.e-bigger:not(.e-error) input[disabled] ~ label.e-float-text.e-label-top,
.e-float-input.e-control-wrapper.e-disabled.e-small:not(.e-error) input[disabled] ~ label.e-float-text,
.e-float-input.e-control-wrapper.e-disabled.e-small:not(.e-error) input[disabled] ~ label.e-float-text.e-label-top,
.e-float-input.e-control-wrapper.e-disabled.e-small.e-bigger:not(.e-error) input[disabled] ~ label.e-float-text,
.e-float-input.e-control-wrapper.e-disabled.e-small.e-bigger:not(.e-error) input[disabled] ~ label.e-float-text.e-label-top {
  color: rgba(0, 0, 0, 0.42); }

.e-float-input.e-control-wrapper.e-disabled textarea[disabled] ~ label.e-float-text,
.e-float-input.e-control-wrapper.e-disabled textarea[disabled] ~ label.e-label-top.e-float-text,
.e-float-input.e-control-wrapper textarea[disabled] ~ label.e-float-text,
.e-float-input.e-control-wrapper textarea[disabled] ~ label.e-label-top.e-float-text,
.e-float-input.e-control-wrapper:not(.e-error) textarea[disabled] ~ label.e-float-text,
.e-float-input.e-control-wrapper:not(.e-error) textarea[disabled] ~ label.e-label-top.e-float-text,
.e-float-input.e-control-wrapper.e-bigger:not(.e-error) textarea[disabled] ~ label.e-float-text,
.e-float-input.e-control-wrapper.e-bigger:not(.e-error) textarea[disabled] ~ label.e-float-text.e-label-top,
.e-float-input.e-control-wrapper.e-small:not(.e-error) textarea[disabled] ~ label.e-float-text,
.e-float-input.e-control-wrapper.e-small:not(.e-error) textarea[disabled] ~ label.e-float-text.e-label-top,
.e-float-input.e-control-wrapper.e-small.e-bigger:not(.e-error) textarea[disabled] ~ label.e-float-text,
.e-float-input.e-control-wrapper.e-small.e-bigger:not(.e-error) textarea[disabled] ~ label.e-float-text.e-label-top,
.e-float-input.e-control-wrapper.e-disabled:not(.e-error) textarea[disabled] ~ label.e-float-text,
.e-float-input.e-control-wrapper.e-disabled:not(.e-error) textarea[disabled] ~ label.e-label-top.e-float-text,
.e-float-input.e-control-wrapper.e-disabled.e-bigger:not(.e-error) textarea[disabled] ~ label.e-float-text,
.e-float-input.e-control-wrapper.e-disabled.e-bigger:not(.e-error) textarea[disabled] ~ label.e-float-text.e-label-top,
.e-float-input.e-control-wrapper.e-disabled.e-small:not(.e-error) textarea[disabled] ~ label.e-float-text,
.e-float-input.e-control-wrapper.e-disabled.e-small:not(.e-error) textarea[disabled] ~ label.e-float-text.e-label-top,
.e-float-input.e-control-wrapper.e-disabled.e-small.e-bigger:not(.e-error) textarea[disabled] ~ label.e-float-text,
.e-float-input.e-control-wrapper.e-disabled.e-small.e-bigger:not(.e-error) textarea[disabled] ~ label.e-float-text.e-label-top {
  color: rgba(0, 0, 0, 0.42); }

.e-float-input:not(.e-error) input:focus ~ label.e-float-text, .e-float-input.e-bigger:not(.e-error) input:focus ~ label.e-float-text, .e-bigger .e-float-input:not(.e-error) input:focus ~ label.e-float-text, .e-float-input.e-small:not(.e-error) input:focus ~ label.e-float-text, .e-small .e-float-input:not(.e-error) input:focus ~ label.e-float-text, .e-float-input:not(.e-error) input[readonly]:focus ~ label.e-label-top.e-float-text,
.e-float-input.e-bigger:not(.e-error) input[readonly]:focus ~ label.e-label-top.e-float-text,
.e-bigger .e-float-input:not(.e-error) input[readonly]:focus ~ label.e-label-top.e-float-text,
.e-float-input.e-control-wrapper:not(.e-error) input[readonly]:focus ~ label.e-label-top.e-float-text,
.e-float-input.e-control-wrapper.e-bigger:not(.e-error) input[readonly]:focus ~ label.e-label-top.e-float-text,
.e-bigger .e-float-input.e-control-wrapper:not(.e-error) input[readonly]:focus ~ label.e-label-top.e-float-text,
.e-float-input.e-small:not(.e-error) input[readonly]:focus ~ label.e-float-text,
.e-small .e-float-input:not(.e-error) input[readonly]:focus ~ label.e-float-text.e-label-top,
.e-float-input.e-small.e-bigger:not(.e-error) input[readonly]:focus ~ label.e-label-top.e-float-text,
.e-bigger .e-float-input.e-small:not(.e-error) input[readonly]:focus ~ label.e-label-top.e-float-text,
.e-float-input.e-control-wrapper.e-small:not(.e-error) input[readonly]:focus ~ label.e-float-text,
.e-small .e-float-input.e-control-wrapper:not(.e-error) input[readonly]:focus ~ label.e-float-text.e-label-top,
.e-float-input.e-control-wrapper.e-small.e-bigger:not(.e-error) input[readonly]:focus ~ label.e-label-top.e-float-text,
.e-bigger .e-float-input.e-control-wrapper.e-small:not(.e-error) input[readonly]:focus ~ label.e-label-top.e-float-text,
.e-float-input:not(.e-error).e-input-focus input[readonly] ~ label.e-label-top.e-float-text,
.e-float-input.e-bigger:not(.e-error).e-input-focus input[readonly] ~ label.e-label-top.e-float-text,
.e-bigger .e-float-input:not(.e-error).e-input-focus input[readonly] ~ label.e-label-top.e-float-text,
.e-float-input.e-control-wrapper:not(.e-error).e-input-focus input[readonly] ~ label.e-label-top.e-float-text,
.e-float-input.e-control-wrapper.e-bigger:not(.e-error).e-input-focus input[readonly] ~ label.e-label-top.e-float-text,
.e-bigger .e-float-input.e-control-wrapper:not(.e-error).e-input-focus input[readonly] ~ label.e-label-top.e-float-text,
.e-float-input.e-small:not(.e-error).e-input-focus input[readonly] ~ label.e-float-text,
.e-small .e-float-input:not(.e-error).e-input-focus input[readonly] ~ label.e-float-text.e-label-top,
.e-float-input.e-small.e-bigger:not(.e-error).e-input-focus input[readonly] ~ label.e-label-top.e-float-text,
.e-bigger .e-float-input.e-small:not(.e-error).e-input-focus input[readonly] ~ label.e-label-top.e-float-text,
.e-float-input.e-control-wrapper.e-small:not(.e-error).e-input-focus input[readonly] ~ label.e-float-text,
.e-small .e-float-input.e-control-wrapper:not(.e-error).e-input-focus input[readonly] ~ label.e-float-text.e-label-top,
.e-float-input.e-control-wrapper.e-small.e-bigger:not(.e-error).e-input-focus input[readonly] ~ label.e-label-top.e-float-text,
.e-bigger .e-float-input.e-control-wrapper.e-small:not(.e-error).e-input-focus input[readonly] ~ label.e-label-top.e-float-text,
.e-float-input:not(.e-error) textarea[readonly]:focus ~ label.e-label-top.e-float-text,
.e-float-input.e-bigger:not(.e-error) textarea[readonly]:focus ~ label.e-label-top.e-float-text,
.e-bigger .e-float-input:not(.e-error) textarea[readonly]:focus ~ label.e-label-top.e-float-text,
.e-float-input.e-control-wrapper:not(.e-error) textarea[readonly]:focus ~ label.e-label-top.e-float-text,
.e-float-input.e-control-wrapper.e-bigger:not(.e-error) textarea[readonly]:focus ~ label.e-label-top.e-float-text,
.e-bigger .e-float-input.e-control-wrapper:not(.e-error) textarea[readonly]:focus ~ label.e-label-top.e-float-text,
.e-float-input.e-small:not(.e-error) textarea[readonly]:focus ~ label.e-float-text,
.e-small .e-float-input:not(.e-error) textarea[readonly]:focus ~ label.e-float-text.e-label-top,
.e-float-input.e-small.e-bigger:not(.e-error) textarea[readonly]:focus ~ label.e-label-top.e-float-text,
.e-bigger .e-float-input.e-small:not(.e-error) textarea[readonly]:focus ~ label.e-label-top.e-float-text
.e-float-input.e-control-wrapper.e-small:not(.e-error) textarea[readonly]:focus ~ label.e-float-text,
.e-small .e-float-input.e-control-wrapper:not(.e-error) textarea[readonly]:focus ~ label.e-float-text.e-label-top,
.e-float-input.e-control-wrapper.e-small.e-bigger:not(.e-error) textarea[readonly]:focus ~ label.e-label-top.e-float-text,
.e-bigger .e-float-input.e-control-wrapper.e-small:not(.e-error) textarea[readonly]:focus ~ label.e-label-top.e-float-text,
.e-float-input:not(.e-error).e-input-focus textarea[readonly] ~ label.e-label-top.e-float-text,
.e-float-input.e-bigger:not(.e-error).e-input-focus textarea[readonly] ~ label.e-label-top.e-float-text,
.e-bigger .e-float-input:not(.e-error).e-input-focus textarea[readonly] ~ label.e-label-top.e-float-text,
.e-float-input.e-control-wrapper:not(.e-error).e-input-focus textarea[readonly] ~ label.e-label-top.e-float-text,
.e-float-input.e-control-wrapper.e-bigger:not(.e-error).e-input-focus textarea[readonly] ~ label.e-label-top.e-float-text,
.e-bigger .e-float-input.e-control-wrapper:not(.e-error).e-input-focus textarea[readonly] ~ label.e-label-top.e-float-text,
.e-float-input.e-small:not(.e-error).e-input-focus textarea[readonly] ~ label.e-float-text,
.e-small .e-float-input:not(.e-error).e-input-focus textarea[readonly] ~ label.e-float-text.e-label-top,
.e-float-input.e-small.e-bigger:not(.e-error).e-input-focus textarea[readonly] ~ label.e-label-top.e-float-text,
.e-bigger .e-float-input.e-small:not(.e-error).e-input-focus textarea[readonly] ~ label.e-label-top.e-float-text
.e-float-input.e-control-wrapper.e-small:not(.e-error).e-input-focus textarea[readonly] ~ label.e-float-text,
.e-small .e-float-input.e-control-wrapper:not(.e-error).e-input-focus textarea[readonly] ~ label.e-float-text.e-label-top,
.e-float-input.e-control-wrapper.e-small.e-bigger:not(.e-error).e-input-focus textarea[readonly] ~ label.e-label-top.e-float-text,
.e-bigger .e-float-input.e-control-wrapper.e-small:not(.e-error).e-input-focus textarea[readonly] ~ label.e-label-top.e-float-text,
.e-float-input.e-small.e-bigger:not(.e-error) input:focus ~ label.e-float-text,
.e-bigger .e-float-input.e-small:not(.e-error) input:focus ~ label.e-float-text,
.e-float-input:not(.e-error) textarea:focus ~ label.e-float-text,
.e-float-input.e-bigger:not(.e-error) textarea:focus ~ label.e-float-text,
.e-bigger .e-float-input:not(.e-error) textarea:focus ~ label.e-float-text,
.e-float-input.e-small:not(.e-error) textarea:focus ~ label.e-float-text,
.e-small .e-float-input:not(.e-error) textarea:focus ~ label.e-float-text,
.e-float-input.e-small.e-bigger:not(.e-error) textarea:focus ~ label.e-float-text,
.e-bigger .e-float-input.e-small:not(.e-error) textarea:focus ~ label.e-float-text,
.e-float-input.e-control-wrapper:not(.e-error) input:focus ~ label.e-float-text,
.e-float-input.e-control-wrapper.e-bigger:not(.e-error) input:focus ~ label.e-float-text,
.e-bigger .e-float-input.e-control-wrapper:not(.e-error) input:focus ~ label.e-float-text,
.e-float-input.e-control-wrapper.e-small:not(.e-error) input:focus ~ label.e-float-text,
.e-small .e-float-input.e-control-wrapper:not(.e-error) input:focus ~ label.e-float-text,
.e-float-input.e-control-wrapper.e-small.e-bigger:not(.e-error) input:focus ~ label.e-float-text,
.e-bigger .e-float-input.e-control-wrapper.e-small:not(.e-error) input:focus ~ label.e-float-text,
.e-float-input.e-control-wrapper:not(.e-error) textarea:focus ~ label.e-float-text,
.e-float-input.e-control-wrapper.e-bigger:not(.e-error) textarea:focus ~ label.e-float-text,
.e-bigger .e-float-input.e-control-wrapper:not(.e-error) textarea:focus ~ label.e-float-text,
.e-float-input.e-control-wrapper.e-small:not(.e-error) textarea:focus ~ label.e-float-text,
.e-small .e-float-input.e-control-wrapper:not(.e-error) textarea:focus ~ label.e-float-text,
.e-float-input.e-control-wrapper.e-small.e-bigger:not(.e-error) textarea:focus ~ label.e-float-text,
.e-bigger .e-float-input.e-control-wrapper.e-small:not(.e-error) textarea:focus ~ label.e-float-text,
.e-float-input:not(.e-error).e-input-focus input ~ label.e-float-text,
.e-float-input.e-bigger:not(.e-error).e-input-focus input ~ label.e-float-text,
.e-bigger .e-float-input:not(.e-error).e-input-focus input ~ label.e-float-text,
.e-float-input.e-small:not(.e-error).e-input-focus input ~ label.e-float-text,
.e-small .e-float-input:not(.e-error).e-input-focus input ~ label.e-float-text,
.e-float-input.e-small.e-bigger:not(.e-error).e-input-focus input ~ label.e-float-text,
.e-bigger .e-float-input.e-small:not(.e-error).e-input-focus input ~ label.e-float-text,
.e-float-input.e-control-wrapper:not(.e-error).e-input-focus input ~ label.e-float-text,
.e-float-input.e-control-wrapper.e-bigger:not(.e-error).e-input-focus input ~ label.e-float-text,
.e-bigger .e-float-input.e-control-wrapper:not(.e-error).e-input-focus input ~ label.e-float-text,
.e-float-input.e-control-wrapper.e-small:not(.e-error).e-input-focus input ~ label.e-float-text,
.e-small .e-float-input.e-control-wrapper:not(.e-error).e-input-focus input ~ label.e-float-text,
.e-float-input.e-control-wrapper.e-small.e-bigger:not(.e-error).e-input-focus input ~ label.e-float-text,
.e-bigger .e-float-input.e-control-wrapper.e-small:not(.e-error).e-input-focus input ~ label.e-float-text {
  color: #971b1e; }

.e-input-group:hover:not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled):not(.e-float-icon-left),
.e-input-group.e-control-wrapper:hover:not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled):not(.e-float-icon-left),
.e-float-input.e-control-wrapper:hover:not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled):not(.e-float-icon-left),
.e-float-input:hover:not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled):not(.e-float-icon-left),
.e-input-group.e-float-icon-left:not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled) .e-input-in-wrap:hover,
.e-input-group.e-control-wrapper.e-float-icon-left:not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled) .e-input-in-wrap:hover,
.e-float-input.e-float-icon-left:not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled) .e-input-in-wrap:hover,
.e-float-input.e-control-wrapper.e-float-icon-left:not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled) .e-input-in-wrap:hover,
.e-float-input:hover:not(.e-input-group):not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled) input:not([disabled]),
.e-float-input:hover:not(.e-input-group):not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled) textarea:not([disabled]),
.e-float-input.e-control-wrapper:hover:not(.e-input-group):not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled) input:not([disabled]),
.e-float-input.e-control-wrapper:hover:not(.e-input-group):not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled) textarea:not([disabled]),
.e-float-input.e-control-wrapper.e-float-icon-left:not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled) .e-input-in-wrap:hover {
  border-color: rgba(0, 0, 0, 0.42); }

.e-input-group.e-input-focus:hover:not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled):not(.e-float-icon-left),
.e-input-group.e-control-wrapper.e-input-focus:hover:not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled):not(.e-float-icon-left),
.e-float-input.e-input-focus:hover:not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled):not(.e-float-icon-left),
.e-float-input.e-control-wrapper.e-input-focus:hover:not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled):not(.e-float-icon-left),
.e-input-group.e-input-focus.e-float-icon-left:not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled) .e-input-in-wrap:hover,
.e-input-group.e-control-wrapper.e-input-focus.e-float-icon-left:not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled) .e-input-in-wrap:hover,
.e-float-input.e-input-focus.e-float-icon-left:not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled) .e-input-in-wrap:hover,
.e-float-input.e-input-focus:hover:not(.e-input-group):not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled) input:not([disabled]),
.e-float-input.e-input-focus:hover:not(.e-input-group):not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled) textarea:not([disabled]),
.e-float-input.e-control-wrapper.e-input-focus.e-float-icon-left:not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled) .e-input-in-wrap:hover,
.e-float-input.e-control-wrapper.e-input-focus:hover:not(.e-input-group):not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled) input:not([disabled]),
.e-float-input.e-control-wrapper.e-input-focus:hover:not(.e-input-group):not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled) textarea:not([disabled]) {
  border-color: rgba(0, 0, 0, 0.42); }

.e-input-group.e-input-focus:not(.e-float-icon-left):not(.e-success):not(.e-warning):not(.e-error),
.e-input-group.e-control-wrapper.e-input-focus:not(.e-float-icon-left):not(.e-success):not(.e-warning):not(.e-error),
.e-float-input.e-input-focus:not(.e-float-icon-left):not(.e-success):not(.e-warning):not(.e-error),
.e-float-input.e-control-wrapper.e-input-focus:not(.e-float-icon-left):not(.e-success):not(.e-warning):not(.e-error),
.e-input-group.e-float-icon-left.e-input-focus:not(.e-success):not(.e-warning):not(.e-error) .e-input-in-wrap,
.e-input-group.e-control-wrapper.e-float-icon-left.e-input-focus:not(.e-success):not(.e-warning):not(.e-error) .e-input-in-wrap {
  border-color: rgba(0, 0, 0, 0.42); }

.e-input-group.e-input-focus:hover:not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled):not(.e-float-icon-left),
.e-input-group.e-control-wrapper.e-input-focus:hover:not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled):not(.e-float-icon-left),
.e-float-input.e-input-focus:hover:not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled):not(.e-float-icon-left),
.e-float-input.e-control-wrapper.e-input-focus:hover:not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled):not(.e-float-icon-left),
.e-input-group.e-input-focus.e-float-icon-left:not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled) .e-input-in-wrap:hover,
.e-input-group.e-control-wrapper.e-input-focus.e-float-icon-left:not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled) .e-input-in-wrap:hover,
.e-float-input.e-input-focus.e-float-icon-left:not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled) .e-input-in-wrap:hover,
.e-float-input.e-input-focus:hover:not(.e-input-group):not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled) input:not([disabled]),
.e-float-input.e-input-focus:hover:not(.e-input-group):not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled) textarea:not([disabled]),
.e-float-input.e-control-wrapper.e-input-focus.e-float-icon-left:not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled) .e-input-in-wrap:hover,
.e-float-input.e-control-wrapper.e-input-focus:hover:not(.e-input-group):not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled) input:not([disabled]),
.e-float-input.e-control-wrapper.e-input-focus:hover:not(.e-input-group):not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled) textarea:not([disabled]) {
  border-color: rgba(0, 0, 0, 0.42); }

.e-float-input:not(.e-error):not(.e-input-focus) input:not(:focus):-webkit-autofill ~ label.e-float-text,
.e-bigger .e-float-input:not(.e-error):not(.e-input-focus) input:not(:focus):-webkit-autofill ~ label.e-float-text,
.e-bigger.e-float-input:not(.e-error):not(.e-input-focus) input:not(:focus):-webkit-autofill ~ label.e-float-text,
.e-small .e-float-input:not(.e-error):not(.e-input-focus) input:not(:focus):-webkit-autofill ~ label.e-float-text,
.e-small.e-float-input:not(.e-error):not(.e-input-focus) input:not(:focus):-webkit-autofill ~ label.e-float-text,
.e-bigger .e-float-input.e-small:not(.e-error):not(.e-input-focus) input:not(:focus):-webkit-autofill ~ label.e-float-text,
.e-bigger.e-small .e-float-input:not(.e-error):not(.e-input-focus) input:not(:focus):-webkit-autofill ~ label.e-float-text,
.e-float-input.e-bigger.e-small:not(.e-error):not(.e-input-focus) input:not(:focus):-webkit-autofill ~ label.e-float-text,
.e-float-input.e-control-wrapper.e-autofill:not(.e-error):not(.e-input-focus) input:not(:focus):-webkit-autofill ~ label.e-float-text,
.e-bigger .e-float-input.e-control-wrapper.e-autofill:not(.e-error):not(.e-input-focus) input:not(:focus):-webkit-autofill ~ label.e-float-text,
.e-bigger.e-float-input.e-control-wrapper.e-autofill:not(.e-error):not(.e-input-focus) input:not(:focus):-webkit-autofill ~ label.e-float-text,
.e-small .e-float-input.e-control-wrapper.e-autofill:not(.e-error):not(.e-input-focus) input:not(:focus):-webkit-autofill ~ label.e-float-text,
.e-small.e-float-input.e-control-wrapper.e-autofill:not(.e-error):not(.e-input-focus) input:not(:focus):-webkit-autofill ~ label.e-float-text,
.e-bigger .e-float-input.e-small.e-control-wrapper.e-autofill:not(.e-error):not(.e-input-focus) input:not(:focus):-webkit-autofill ~ label.e-float-text,
.e-bigger.e-small .e-float-input.e-control-wrapper.e-autofill:not(.e-error):not(.e-input-focus) input:not(:focus):-webkit-autofill ~ label.e-float-text,
.e-float-input.e-bigger.e-small.e-control-wrapper.e-autofill:not(.e-error):not(.e-input-focus) input:not(:focus):-webkit-autofill ~ label.e-float-text {
  color: rgba(0, 0, 0, 0.54); }

.e-float-input:not(.e-error) textarea:not(:focus):-webkit-autofill ~ label.e-float-text,
.e-bigger .e-float-input:not(.e-error) textarea:not(:focus):-webkit-autofill ~ label.e-float-text,
.e-bigger.e-float-input:not(.e-error) textarea:not(:focus):-webkit-autofill ~ label.e-float-text,
.e-small .e-float-input:not(.e-error) textarea:not(:focus):-webkit-autofill ~ label.e-float-text,
.e-small.e-float-input:not(.e-error) textarea:not(:focus):-webkit-autofill ~ label.e-float-text,
.e-bigger .e-float-input.e-small:not(.e-error) textarea:not(:focus):-webkit-autofill ~ label.e-float-text,
.e-bigger.e-small .e-float-input:not(.e-error) textarea:not(:focus):-webkit-autofill ~ label.e-float-text,
.e-float-input.e-bigger.e-small:not(.e-error) textarea:not(:focus):-webkit-autofill ~ label.e-float-text,
.e-float-input.e-control-wrapper.e-autofill:not(.e-error) textarea:not(:focus):-webkit-autofill ~ label.e-float-text,
.e-bigger .e-float-input.e-control-wrapper.e-autofill:not(.e-error) textarea:not(:focus):-webkit-autofill ~ label.e-float-text,
.e-bigger.e-float-input.e-control-wrapper.e-autofill:not(.e-error) textarea:not(:focus):-webkit-autofill ~ label.e-float-text,
.e-small .e-float-input.e-control-wrapper.e-autofill:not(.e-error) textarea:not(:focus):-webkit-autofill ~ label.e-float-text,
.e-small.e-float-input.e-control-wrapper.e-autofill:not(.e-error) textarea:not(:focus):-webkit-autofill ~ label.e-float-text,
.e-bigger .e-float-input.e-small.e-control-wrapper.e-autofill:not(.e-error) textarea:not(:focus):-webkit-autofill ~ label.e-float-text,
.e-bigger.e-small .e-float-input.e-control-wrapper.e-autofill:not(.e-error) textarea:not(:focus):-webkit-autofill ~ label.e-float-text,
.e-float-input.e-bigger.e-small.e-control-wrapper.e-autofill:not(.e-error) textarea:not(:focus):-webkit-autofill ~ label.e-float-text {
  color: rgba(0, 0, 0, 0.54); }

.e-outline.e-input-group,
.e-outline.e-input-group.e-control-wrapper,
.e-outline.e-float-input,
.e-outline.e-float-input.e-input-group,
.e-outline.e-float-input.e-control-wrapper,
.e-outline.e-float-input.e-input-group.e-control-wrapper {
  color: rgba(0, 0, 0, 0.87); }

.e-outline.e-input-group.e-disabled,
.e-outline.e-input-group.e-control-wrapper.e-disabled,
.e-outline.e-float-input.e-disabled,
.e-outline.e-float-input.e-input-group.e-disabled,
.e-outline.e-float-input.e-control-wrapper.e-disabled,
.e-outline.e-float-input.e-input-group.e-control-wrapper.e-disabled {
  color: rgba(0, 0, 0, 0.38); }

.e-outline.e-input-group:hover:not(.e-input-focus):not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled),
.e-outline.e-input-group.e-control-wrapper:hover:not(.e-input-focus):not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled),
.e-outline.e-float-input.e-control-wrapper:hover:not(.e-input-focus):not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled),
.e-outline.e-input-group.e-float-icon-left:hover:not(.e-input-focus):not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled),
.e-outline.e-input-group.e-control-wrapper.e-float-icon-left:hover:not(.e-input-focus):not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled),
.e-outline.e-float-input.e-float-icon-left:hover:not(.e-input-focus):not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled),
.e-outline.e-float-input.e-control-wrapper.e-float-icon-left:not(.e-input-focus):hover:not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled),
.e-outline.e-float-input:hover:not(.e-input-focus):not(.e-input-group):not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled) {
  border-color: rgba(0, 0, 0, 0.87);
  color: rgba(0, 0, 0, 0.87); }

.e-outline.e-input-group.e-valid-input:hover:not(.e-input-focus):not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled) label.e-float-text::before,
.e-outline.e-input-group.e-valid-input:hover:not(.e-input-focus):not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled) label.e-float-text::after,
.e-outline.e-input-group.e-control-wrapper.e-valid-input:hover:not(.e-input-focus):not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled) label.e-float-text::before,
.e-outline.e-input-group.e-control-wrapper.e-valid-input:hover:not(.e-input-focus):not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled) label.e-float-text::after,
.e-outline.e-float-input.e-control-wrapper.e-valid-input:hover:not(.e-input-focus):not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled) label.e-float-text::before,
.e-outline.e-float-input.e-control-wrapper.e-valid-input:hover:not(.e-input-focus):not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled) label.e-float-text::after,
.e-outline.e-input-group.e-float-icon-left.e-valid-input:hover:not(.e-input-focus):not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled) label.e-float-text::before,
.e-outline.e-input-group.e-float-icon-left.e-valid-input:hover:not(.e-input-focus):not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled) label.e-float-text::after,
.e-outline.e-input-group.e-control-wrapper.e-float-icon-left.e-valid-input:hover:not(.e-input-focus):not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled) label.e-float-text::before,
.e-outline.e-input-group.e-control-wrapper.e-float-icon-left.e-valid-input:hover:not(.e-input-focus):not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled) label.e-float-text::after,
.e-outline.e-float-input.e-float-icon-left:hover.e-valid-input:not(.e-input-focus):not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled) label.e-float-text::before,
.e-outline.e-float-input.e-float-icon-left:hover.e-valid-input:not(.e-input-focus):not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled) label.e-float-text::after,
.e-outline.e-float-input.e-control-wrapper.e-float-icon-left.e-valid-input:not(.e-input-focus):hover:not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled) label.e-float-text::before,
.e-outline.e-float-input.e-control-wrapper.e-float-icon-left.e-valid-input:not(.e-input-focus):hover:not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled) label.e-float-text::after,
.e-outline.e-float-input:hover.e-valid-input:not(.e-input-focus):not(.e-input-group):not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled) label.e-float-text::before,
.e-outline.e-float-input:hover.e-valid-input:not(.e-input-focus):not(.e-input-group):not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled) label.e-float-text::after {
  border-color: rgba(0, 0, 0, 0.87); }

.e-outline.e-input-group.e-input-focus:not(.e-success):not(.e-warning):not(.e-error),
.e-outline.e-input-group.e-control-wrapper.e-input-focus:not(.e-success):not(.e-warning):not(.e-error) {
  border-color: #971b1e;
  -webkit-box-shadow: inset 1px 1px #971b1e, inset -1px 0 #971b1e, inset 0 -1px #971b1e;
          box-shadow: inset 1px 1px #971b1e, inset -1px 0 #971b1e, inset 0 -1px #971b1e; }

.e-outline.e-input-group:not(.e-input-focus),
.e-outline.e-input-group:not(.e-success):not(.e-warning):not(.e-error):not(.e-float-icon-left):not(.e-input-focus),
.e-outline.e-input-group.e-control-wrapper:not(.e-success):not(.e-warning):not(.e-error):not(.e-float-icon-left):not(.e-input-focus),
.e-outline.e-input-group.e-float-icon-left:not(.e-input-focus),
.e-outline.e-input-group.e-control-wrapper.e-float-icon-left:not(.e-input-focus) {
  border-color: rgba(0, 0, 0, 0.24); }

.e-outline.e-input-group.e-error,
.e-outline.e-input-group.e-control-wrapper.e-error,
.e-outline.e-input-group.e-error:not(.e-float-icon-left),
.e-outline.e-input-group.e-control-wrapper.e-error:not(.e-float-icon-left),
.e-outline.e-float-input.e-error,
.e-outline.e-float-input.e-input-group.e-error,
.e-outline.e-float-input.e-control-wrapper.e-error,
.e-outline.e-float-input.e-input-group.e-control-wrapper.e-error {
  border-color: #f44336; }

.e-outline.e-float-input.e-success.e-input-focus,
.e-outline.e-float-input.e-control-wrapper.e-success.e-input-focus,
.e-outline.e-float-input.e-input-group.e-success.e-input-focus,
.e-outline.e-float-input.e-input-group.e-control-wrapper.e-success.e-input-focus,
.e-outline.e-float-input.e-input-group.e-success.e-input-focus:not(.e-float-icon-left),
.e-outline.e-float-input.e-input-group.e-control-wrapper.e-success.e-input-focus:not(.e-float-icon-left),
.e-outline.e-float-input.e-warning.e-input-focus,
.e-outline.e-float-input.e-control-wrapper.e-warning.e-input-focus,
.e-outline.e-float-input.e-input-group.e-warning.e-input-focus,
.e-outline.e-float-input.e-input-group.e-control-wrapper.e-warning.e-input-focus,
.e-outline.e-float-input.e-input-group.e-warning.e-input-focus:not(.e-float-icon-left),
.e-outline.e-float-input.e-input-group.e-control-wrapper.e-warning.e-input-focus:not(.e-float-icon-left),
.e-outline.e-float-input.e-error.e-input-focus,
.e-outline.e-float-input.e-control-wrapper.e-error.e-input-focus,
.e-outline.e-float-input.e-input-group.e-error.e-input-focus,
.e-outline.e-float-input.e-input-group.e-control-wrapper.e-error.e-input-focus,
.e-outline.e-float-input.e-input-group.e-error.e-input-focus:not(.e-float-icon-left),
.e-outline.e-float-input.e-input-group.e-control-wrapper.e-error.e-input-focus:not(.e-float-icon-left) {
  border-top-color: transparent; }

.e-outline.e-input-group.e-success,
.e-outline.e-input-group.e-control-wrapper.e-success,
.e-outline.e-input-group.e-success:not(.e-float-icon-left),
.e-outline.e-input-group.e-control-wrapper.e-success:not(.e-float-icon-left),
.e-outline.e-float-input.e-success,
.e-outline.e-float-input.e-input-group.e-success,
.e-outline.e-float-input.e-control-wrapper.e-success,
.e-outline.e-float-input.e-input-group.e-control-wrapper.e-success {
  border-color: #22b24b; }

.e-outline.e-input-group.e-warning,
.e-outline.e-input-group.e-control-wrapper.e-warning,
.e-outline.e-input-group.e-warning:not(.e-float-icon-left),
.e-outline.e-input-group.e-control-wrapper.e-warning:not(.e-float-icon-left),
.e-outline.e-float-input.e-warning,
.e-outline.e-float-input.e-input-group.e-warning,
.e-outline.e-float-input.e-control-wrapper.e-warning,
.e-outline.e-float-input.e-input-group.e-control-wrapper.e-warning {
  border-color: #ffca1c; }

.e-outline.e-input-group.e-input-focus.e-error:not(.e-success):not(.e-warning),
.e-outline.e-input-group.e-control-wrapper.e-input-focus.e-error:not(.e-success):not(.e-warning) {
  -webkit-box-shadow: inset 1px 1px #f44336, inset -1px 0 #f44336, inset 0 -1px #f44336;
          box-shadow: inset 1px 1px #f44336, inset -1px 0 #f44336, inset 0 -1px #f44336; }

.e-outline.e-input-group.e-input-focus.e-success:not(.e-error):not(.e-warning),
.e-outline.e-input-group.e-control-wrapper.e-input-focus.e-success:not(.e-error):not(.e-warning) {
  -webkit-box-shadow: inset 1px 1px #22b24b, inset -1px 0 #22b24b, inset 0 -1px #22b24b;
          box-shadow: inset 1px 1px #22b24b, inset -1px 0 #22b24b, inset 0 -1px #22b24b; }

.e-outline.e-input-group.e-input-focus.e-warning:not(.e-error):not(.e-success),
.e-outline.e-input-group.e-control-wrapper.e-input-focus.e-warning:not(.e-error):not(.e-success) {
  -webkit-box-shadow: inset 1px 1px #ffca1c, inset -1px 0 #ffca1c, inset 0 -1px #ffca1c;
          box-shadow: inset 1px 1px #ffca1c, inset -1px 0 #ffca1c, inset 0 -1px #ffca1c; }

.e-outline.e-float-input.e-input-focus.e-error:not(.e-success):not(.e-warning),
.e-outline.e-float-input.e-control-wrapper.e-input-focus.e-error:not(.e-success):not(.e-warning),
.e-outline.e-float-input.e-input-group.e-input-focus.e-error:not(.e-success):not(.e-warning),
.e-outline.e-float-input.e-input-group.e-control-wrapper.e-input-focus.e-error:not(.e-success):not(.e-warning) {
  -webkit-box-shadow: inset 1px 0 #f44336, inset -1px 0 #f44336, inset 0 -1px #f44336;
          box-shadow: inset 1px 0 #f44336, inset -1px 0 #f44336, inset 0 -1px #f44336; }

.e-outline.e-float-input.e-input-focus.e-success:not(.e-error):not(.e-warning),
.e-outline.e-float-input.e-control-wrapper.e-input-focus.e-success:not(.e-error):not(.e-warning),
.e-outline.e-float-input.e-input-group.e-input-focus.e-success:not(.e-error):not(.e-warning),
.e-outline.e-float-input.e-input-group.e-control-wrapper.e-input-focus.e-success:not(.e-error):not(.e-warning) {
  -webkit-box-shadow: inset 1px 0 #22b24b, inset -1px 0 #22b24b, inset 0 -1px #22b24b;
          box-shadow: inset 1px 0 #22b24b, inset -1px 0 #22b24b, inset 0 -1px #22b24b; }

.e-outline.e-float-input.e-input-focus.e-warning:not(.e-error):not(.e-success),
.e-outline.e-float-input.e-control-wrapper.e-input-focus.e-warning:not(.e-error):not(.e-success),
.e-outline.e-float-input.e-input-group.e-input-focus.e-warning:not(.e-error):not(.e-success),
.e-outline.e-float-input.e-input-group.e-control-wrapper.e-input-focus.e-warning:not(.e-error):not(.e-success) {
  -webkit-box-shadow: inset 1px 0 #ffca1c, inset -1px 0 #ffca1c, inset 0 -1px #ffca1c;
          box-shadow: inset 1px 0 #ffca1c, inset -1px 0 #ffca1c, inset 0 -1px #ffca1c; }

.e-outline.e-input-group.e-disabled:not(.e-input-focus),
.e-outline.e-input-group.e-disabled:not(.e-success):not(.e-warning):not(.e-error):not(.e-float-icon-left):not(.e-input-focus),
.e-outline.e-input-group.e-control-wrapper.e-disabled:not(.e-success):not(.e-warning):not(.e-error):not(.e-float-icon-left):not(.e-input-focus),
.e-outline.e-input-group.e-disabled.e-float-icon-left:not(.e-input-focus),
.e-outline.e-input-group.e-disabled.e-control-wrapper.e-float-icon-left:not(.e-input-focus) {
  border-color: rgba(0, 0, 0, 0.06); }

.e-outline.e-float-input.e-success.e-input-focus input:focus ~ label.e-float-text,
.e-outline.e-float-input.e-input-group.e-success.e-valid-input label.e-float-text.e-label-top,
.e-outline.e-float-input.e-bigger.e-success.e-input-focus input:focus ~ label.e-float-text,
.e-bigger .e-outline.e-float-input.e-success.e-input-focus input:focus ~ label.e-float-text,
.e-outline.e-float-input.e-small.e-success.e-input-focus input:focus ~ label.e-float-text,
.e-small .e-outline.e-float-input.e-success input:focus ~ label.e-float-text,
.e-outline.e-float-input.e-small.e-bigger.e-success input:focus ~ label.e-float-text,
.e-bigger .e-outline.e-float-input.e-small:not(.e-success) input:focus ~ label.e-float-text,
.e-outline.e-float-input.e-success textarea:focus ~ label.e-float-text,
.e-outline.e-float-input.e-bigger.e-success textarea:focus ~ label.e-float-text,
.e-bigger .e-outline.e-float-input.e-success textarea:focus ~ label.e-float-text,
.e-outline.e-float-input.e-small.e-success textarea:focus ~ label.e-float-text,
.e-small .e-outline.e-float-input.e-success textarea:focus ~ label.e-float-text,
.e-outline.e-float-input.e-small.e-bigger.e-success textarea:focus ~ label.e-float-text,
.e-bigger .e-outline.e-float-input.e-small.e-success textarea:focus ~ label.e-float-text,
.e-outline.e-float-input.e-control-wrapper.e-success input:focus ~ label.e-float-text,
.e-outline.e-float-input.e-control-wrapper.e-bigger.e-success input:focus ~ label.e-float-text,
.e-bigger .e-outline.e-float-input.e-control-wrapper.e-success input:focus ~ label.e-float-text,
.e-outline.e-float-input.e-control-wrapper.e-small.e-success input:focus ~ label.e-float-text,
.e-small .e-outline.e-float-input.e-control-wrapper.e-success input:focus ~ label.e-float-text,
.e-outline.e-float-input.e-control-wrapper.e-small.e-bigger.e-success input:focus ~ label.e-float-text,
.e-bigger .e-outline.e-float-input.e-control-wrapper.e-small.e-success input:focus ~ label.e-float-text,
.e-outline.e-float-input.e-control-wrapper.e-success textarea:focus ~ label.e-float-text,
.e-outline.e-float-input.e-control-wrapper.e-bigger.e-success textarea:focus ~ label.e-float-text,
.e-bigger .e-outline.e-float-input.e-control-wrapper.e-success textarea:focus ~ label.e-float-text,
.e-outline.e-float-input.e-control-wrapper.e-small.e-success textarea:focus ~ label.e-float-text,
.e-small .e-outline.e-float-input.e-control-wrapper.e-success textarea:focus ~ label.e-float-text,
.e-outline.e-float-input.e-control-wrapper.e-small.e-bigger.e-success textarea:focus ~ label.e-float-text,
.e-bigger .e-outline.e-float-input.e-control-wrapper.e-small.e-success textarea:focus ~ label.e-float-text,
.e-outline.e-float-input.e-success label.e-float-text.e-label-top,
.e-outline.e-float-input.e-input-group.e-success label.e-float-text.e-label-top,
.e-outline.e-float-input.e-control-wrapper.e-success label.e-float-text.e-label-top,
.e-outline.e-float-input.e-valid-input.e-success:not(.e-input-focus) input:valid ~ label.e-float-text.e-label-top,
.e-outline.e-float-input.e-control-wrapper.e-valid-input.e-success:not(.e-input-focus) input:focus ~ label.e-float-text.e-label-top,
.e-outline.e-float-input.e-valid-input.e-success:not(.e-input-focus) textarea:valid ~ label.e-float-text.e-label-top,
.e-outline.e-float-input.e-control-wrapper.e-valid-input.e-success:not(.e-input-focus) textarea:focus ~ label.e-float-text.e-label-top,
.e-outline.e-float-input.e-success.e-input-focus input ~ label.e-float-text,
.e-outline.e-float-input.e-bigger.e-success.e-input-focus input ~ label.e-float-text,
.e-bigger .e-outline.e-float-input.e-success.e-input-focus input ~ label.e-float-text,
.e-outline.e-float-input.e-small.e-success.e-input-focus input ~ label.e-float-text,
.e-small .e-outline.e-float-input.e-success.e-input-focus input ~ label.e-float-text,
.e-outline.e-float-input.e-small.e-bigger.e-success.e-input-focus input ~ label.e-float-text,
.e-bigger .e-outline.e-float-input.e-small:not(.e-success).e-input-focus input ~ label.e-float-text,
.e-outline.e-float-input.e-control-wrapper.e-success.e-input-focus input ~ label.e-float-text,
.e-outline.e-float-input.e-control-wrapper.e-bigger.e-success.e-input-focus input ~ label.e-float-text,
.e-bigger .e-outline.e-float-input.e-control-wrapper.e-success.e-input-focus input ~ label.e-float-text,
.e-outline.e-float-input.e-control-wrapper.e-small.e-success.e-input-focus input ~ label.e-float-text,
.e-small .e-outline.e-float-input.e-control-wrapper.e-success.e-input-focus input ~ label.e-float-text,
.e-outline.e-float-input.e-control-wrapper.e-small.e-bigger.e-success.e-input-focus input ~ label.e-float-text,
.e-bigger .e-outline.e-float-input.e-control-wrapper.e-small.e-success.e-input-focus input ~ label.e-float-text {
  color: #22b24b; }

.e-outline.e-float-input.e-error.e-input-focus input:focus ~ label.e-float-text,
.e-outline.e-float-input.e-input-group.e-error.e-valid-input label.e-label-top.e-float-text,
.e-outline.e-float-input.e-bigger.e-error.e-input-focus input:focus ~ label.e-float-text,
.e-bigger .e-outline.e-float-input.e-error.e-input-focus input:focus ~ label.e-float-text,
.e-outline.e-float-input.e-small.e-error.e-input-focus input:focus ~ label.e-float-text,
.e-small .e-outline.e-float-input.e-error input:focus ~ label.e-float-text,
.e-outline.e-float-input.e-small.e-bigger.e-error input:focus ~ label.e-float-text,
.e-bigger .e-outline.e-float-input.e-small:not(.e-error) input:focus ~ label.e-float-text,
.e-outline.e-float-input.e-error textarea:focus ~ label.e-float-text,
.e-outline.e-float-input.e-bigger.e-error textarea:focus ~ label.e-float-text,
.e-bigger .e-outline.e-float-input.e-error textarea:focus ~ label.e-float-text,
.e-outline.e-float-input.e-small.e-error textarea:focus ~ label.e-float-text,
.e-small .e-outline.e-float-input.e-error textarea:focus ~ label.e-float-text,
.e-outline.e-float-input.e-small.e-bigger.e-error textarea:focus ~ label.e-float-text,
.e-bigger .e-outline.e-float-input.e-small.e-error textarea:focus ~ label.e-float-text,
.e-outline.e-float-input.e-control-wrapper.e-error input:focus ~ label.e-float-text,
.e-outline.e-float-input.e-control-wrapper.e-bigger.e-error input:focus ~ label.e-float-text,
.e-bigger .e-outline.e-float-input.e-control-wrapper.e-error input:focus ~ label.e-float-text,
.e-outline.e-float-input.e-control-wrapper.e-small.e-error input:focus ~ label.e-float-text,
.e-small .e-outline.e-float-input.e-control-wrapper.e-error input:focus ~ label.e-float-text,
.e-outline.e-float-input.e-control-wrapper.e-small.e-bigger.e-error input:focus ~ label.e-float-text,
.e-bigger .e-outline.e-float-input.e-control-wrapper.e-small.e-error input:focus ~ label.e-float-text,
.e-outline.e-float-input.e-control-wrapper.e-error textarea:focus ~ label.e-float-text,
.e-outline.e-float-input.e-control-wrapper.e-bigger.e-error textarea:focus ~ label.e-float-text,
.e-bigger .e-outline.e-float-input.e-control-wrapper.e-error textarea:focus ~ label.e-float-text,
.e-outline.e-float-input.e-control-wrapper.e-small.e-error textarea:focus ~ label.e-float-text,
.e-small .e-outline.e-float-input.e-control-wrapper.e-error textarea:focus ~ label.e-float-text,
.e-outline.e-float-input.e-control-wrapper.e-small.e-bigger.e-error textarea:focus ~ label.e-float-text,
.e-bigger .e-outline.e-float-input.e-control-wrapper.e-small.e-error textarea:focus ~ label.e-float-text,
.e-outline.e-float-input.e-error label.e-float-text.e-label-top,
.e-outline.e-float-input.e-input-group.e-error label.e-float-text.e-label-top,
.e-outline.e-float-input.e-control-wrapper.e-error label.e-float-text.e-label-top,
.e-outline.e-float-input.e-valid-input.e-error:not(.e-input-focus) input:valid ~ label.e-float-text.e-label-top,
.e-outline.e-float-input.e-control-wrapper.e-valid-input.e-error:not(.e-input-focus) input:focus ~ label.e-float-text.e-label-top,
.e-outline.e-float-input.e-valid-input.e-error:not(.e-input-focus) textarea:valid ~ label.e-float-text.e-label-top,
.e-outline.e-float-input.e-control-wrapper.e-valid-input.e-error:not(.e-input-focus) textarea:focus ~ label.e-float-text.e-label-top,
.e-outline.e-float-input.e-error.e-input-focus input ~ label.e-float-text,
.e-outline.e-float-input.e-bigger.e-error.e-input-focus input ~ label.e-float-text,
.e-bigger .e-outline.e-float-input.e-error.e-input-focus input ~ label.e-float-text,
.e-outline.e-float-input.e-small.e-error.e-input-focus input ~ label.e-float-text,
.e-small .e-outline.e-float-input.e-error.e-input-focus input ~ label.e-float-text,
.e-outline.e-float-input.e-small.e-bigger.e-error.e-input-focus input ~ label.e-float-text,
.e-bigger .e-outline.e-float-input.e-small:not(.e-error).e-input-focus input ~ label.e-float-text,
.e-outline.e-float-input.e-control-wrapper.e-error.e-input-focus input ~ label.e-float-text,
.e-outline.e-float-input.e-control-wrapper.e-bigger.e-error.e-input-focus input ~ label.e-float-text,
.e-bigger .e-outline.e-float-input.e-control-wrapper.e-error.e-input-focus input ~ label.e-float-text,
.e-outline.e-float-input.e-control-wrapper.e-small.e-error.e-input-focus input ~ label.e-float-text,
.e-small .e-outline.e-float-input.e-control-wrapper.e-error.e-input-focus input ~ label.e-float-text,
.e-outline.e-float-input.e-control-wrapper.e-small.e-bigger.e-error.e-input-focus input ~ label.e-float-text,
.e-bigger .e-outline.e-float-input.e-control-wrapper.e-small.e-error.e-input-focus input ~ label.e-float-text {
  color: #f44336; }

.e-outline.e-float-input.e-warning.e-input-focus input:focus ~ label.e-float-text,
.e-outline.e-float-input.e-input-group.e-warning.e-valid-input label.e-label-top.e-float-text,
.e-outline.e-float-input.e-bigger.e-warning.e-input-focus input:focus ~ label.e-float-text,
.e-bigger .e-outline.e-float-input.e-warning.e-input-focus input:focus ~ label.e-float-text,
.e-outline.e-float-input.e-small.e-warning.e-input-focus input:focus ~ label.e-float-text,
.e-small .e-outline.e-float-input.e-warning input:focus ~ label.e-float-text,
.e-outline.e-float-input.e-small.e-bigger.e-warning input:focus ~ label.e-float-text,
.e-bigger .e-outline.e-float-input.e-small:not(.e-warning) input:focus ~ label.e-float-text,
.e-outline.e-float-input.e-warning textarea:focus ~ label.e-float-text,
.e-outline.e-float-input.e-bigger.e-warning textarea:focus ~ label.e-float-text,
.e-bigger .e-outline.e-float-input.e-warning textarea:focus ~ label.e-float-text,
.e-outline.e-float-input.e-small.e-warning textarea:focus ~ label.e-float-text,
.e-small .e-outline.e-float-input.e-warning textarea:focus ~ label.e-float-text,
.e-outline.e-float-input.e-small.e-bigger.e-warning textarea:focus ~ label.e-float-text,
.e-bigger .e-outline.e-float-input.e-small.e-warning textarea:focus ~ label.e-float-text,
.e-outline.e-float-input.e-control-wrapper.e-warning input:focus ~ label.e-float-text,
.e-outline.e-float-input.e-control-wrapper.e-bigger.e-warning input:focus ~ label.e-float-text,
.e-bigger .e-outline.e-float-input.e-control-wrapper.e-warning input:focus ~ label.e-float-text,
.e-outline.e-float-input.e-control-wrapper.e-small.e-warning input:focus ~ label.e-float-text,
.e-small .e-outline.e-float-input.e-control-wrapper.e-warning input:focus ~ label.e-float-text,
.e-outline.e-float-input.e-control-wrapper.e-small.e-bigger.e-warning input:focus ~ label.e-float-text,
.e-bigger .e-outline.e-float-input.e-control-wrapper.e-small.e-warning input:focus ~ label.e-float-text,
.e-outline.e-float-input.e-control-wrapper.e-warning textarea:focus ~ label.e-float-text,
.e-outline.e-float-input.e-control-wrapper.e-bigger.e-warning textarea:focus ~ label.e-float-text,
.e-bigger .e-outline.e-float-input.e-control-wrapper.e-warning textarea:focus ~ label.e-float-text,
.e-outline.e-float-input.e-control-wrapper.e-small.e-warning textarea:focus ~ label.e-float-text,
.e-small .e-outline.e-float-input.e-control-wrapper.e-warning textarea:focus ~ label.e-float-text,
.e-outline.e-float-input.e-control-wrapper.e-small.e-bigger.e-warning textarea:focus ~ label.e-float-text,
.e-bigger .e-outline.e-float-input.e-control-wrapper.e-small.e-warning textarea:focus ~ label.e-float-text,
.e-outline.e-float-input.e-warning label.e-float-text.e-label-top,
.e-outline.e-float-input.e-input-group.e-warning label.e-float-text.e-label-top,
.e-outline.e-float-input.e-control-wrapper.e-warning label.e-float-text.e-label-top,
.e-outline.e-float-input.e-valid-input.e-warning:not(.e-input-focus) input:valid ~ label.e-float-text.e-label-top,
.e-outline.e-float-input.e-control-wrapper.e-valid-input.e-warning:not(.e-input-focus) input:focus ~ label.e-float-text.e-label-top,
.e-outline.e-float-input.e-valid-input.e-warning:not(.e-input-focus) textarea:valid ~ label.e-float-text.e-label-top,
.e-outline.e-float-input.e-control-wrapper.e-valid-input.e-warning:not(.e-input-focus) textarea:focus ~ label.e-float-text.e-label-top,
.e-outline.e-float-input.e-warning.e-input-focus input ~ label.e-float-text,
.e-outline.e-float-input.e-bigger.e-warning.e-input-focus input ~ label.e-float-text,
.e-bigger .e-outline.e-float-input.e-warning.e-input-focus input ~ label.e-float-text,
.e-outline.e-float-input.e-small.e-warning.e-input-focus input ~ label.e-float-text,
.e-small .e-outline.e-float-input.e-warning.e-input-focus input ~ label.e-float-text,
.e-outline.e-float-input.e-small.e-bigger.e-warning.e-input-focus input ~ label.e-float-text,
.e-bigger .e-outline.e-float-input.e-small:not(.e-warning).e-input-focus input ~ label.e-float-text,
.e-outline.e-float-input.e-control-wrapper.e-warning.e-input-focus input ~ label.e-float-text,
.e-outline.e-float-input.e-control-wrapper.e-bigger.e-warning.e-input-focus input ~ label.e-float-text,
.e-bigger .e-outline.e-float-input.e-control-wrapper.e-warning.e-input-focus input ~ label.e-float-text,
.e-outline.e-float-input.e-control-wrapper.e-small.e-warning.e-input-focus input ~ label.e-float-text,
.e-small .e-outline.e-float-input.e-control-wrapper.e-warning.e-input-focus input ~ label.e-float-text,
.e-outline.e-float-input.e-control-wrapper.e-small.e-bigger.e-warning.e-input-focus input ~ label.e-float-text,
.e-bigger .e-outline.e-float-input.e-control-wrapper.e-small.e-warning.e-input-focus input ~ label.e-float-text {
  color: #ffca1c; }

.e-outline.e-float-input.e-input-group.e-valid-input.e-input-focus label.e-label-top,
.e-outline.e-float-input.e-input-group.e-input-focus label.e-label-top,
.e-outline.e-float-input.e-control-wrapper.e-input-group.e-valid-input.e-input-focus label.e-label-top,
.e-outline.e-float-input.e-control-wrapper.e-input-group.e-input-focus label.e-label-top {
  color: #971b1e; }

.e-outline.e-input[disabled],
.e-outline.e-input-group .e-input[disabled],
.e-outline.e-input-group.e-control-wrapper .e-input[disabled],
.e-outline.e-input-group.e-disabled,
.e-outline.e-input-group.e-control-wrapper.e-disabled,
.e-outline.e-float-input input[disabled],
.e-outline.e-float-input.e-control-wrapper input[disabled],
.e-outline.e-float-input textarea[disabled],
.e-outline.e-float-input.e-control-wrapper textarea[disabled],
.e-outline.e-float-input.e-disabled,
.e-outline.e-float-input.e-control-wrapper.e-disabled,
.e-outline.e-input-group:not(.e-success):not(.e-warning):not(.e-error):not(.e-float-icon-left).e-disabled,
.e-outline.e-input-group.e-float-icon-left:not(.e-success):not(.e-warning):not(.e-error).e-disabled .e-input-in-wrap,
.e-outline.e-input-group.e-control-wrapper:not(.e-success):not(.e-warning):not(.e-error):not(.e-float-icon-left).e-disabled,
.e-outline.e-input-group.e-control-wrapper.e-float-icon-left:not(.e-success):not(.e-warning):not(.e-error).e-disabled .e-input-in-wrap {
  background-image: none;
  border-bottom-color: rgba(0, 0, 0, 0.06);
  border-color: rgba(0, 0, 0, 0.06); }

.e-outline.e-float-input.e-input-group.e-disabled.e-valid-input:not(.e-input-focus),
.e-outline.e-float-input.e-input-group.e-disabled.e-valid-input:not(.e-success):not(.e-warning):not(.e-error):not(.e-float-icon-left):not(.e-input-focus),
.e-outline.e-float-input.e-input-group.e-control-wrapper.e-disabled.e-valid-input:not(.e-success):not(.e-warning):not(.e-error):not(.e-float-icon-left):not(.e-input-focus) {
  border-top-color: transparent; }

.e-outline.e-float-input.e-input-group.e-disabled.e-valid-input:not(.e-input-focus) label.e-float-text::before,
.e-outline.e-float-input.e-input-group.e-disabled.e-valid-input:not(.e-input-focus) label.e-float-text::after,
.e-outline.e-float-input.e-input-group.e-disabled.e-valid-input:not(.e-success):not(.e-warning):not(.e-error):not(.e-float-icon-left):not(.e-input-focus) label.e-float-text::before,
.e-outline.e-float-input.e-input-group.e-disabled.e-valid-input:not(.e-success):not(.e-warning):not(.e-error):not(.e-float-icon-left):not(.e-input-focus) label.e-float-text::after,
.e-outline.e-float-input.e-input-group.e-control-wrapper.e-disabled.e-valid-input:not(.e-success):not(.e-warning):not(.e-error):not(.e-float-icon-left):not(.e-input-focus) label.e-float-text::before,
.e-outline.e-float-input.e-input-group.e-control-wrapper.e-disabled.e-valid-input:not(.e-success):not(.e-warning):not(.e-error):not(.e-float-icon-left):not(.e-input-focus) label.e-float-text::after,
.e-outline.e-disabled.e-valid-input:not(.e-input-focus) label.e-float-text::before,
.e-outline.e-disabled.e-valid-input:not(.e-input-focus) label.e-float-text::after,
.e-outline.e-disabled.e-float-input.e-valid-input:not(.e-input-focus) label.e-float-text::before,
.e-outline.e-disabled.e-float-input.e-valid-input:not(.e-input-focus) label.e-float-text::after,
.e-outline.e-disabled.e-float-input.e-control-wrapper.e-valid-input:not(.e-input-focus) label.e-float-text::before,
.e-outline.e-disabled.e-float-input.e-control-wrapper.e-valid-input:not(.e-input-focus) label.e-float-text::after {
  border-color: rgba(0, 0, 0, 0.06); }

.e-outline.e-float-input.e-input-group.e-disabled .e-float-text,
.e-outline.e-float-input.e-input-group.e-disabled .e-float-text.e-label-top,
.e-outline.e-float-input input[disabled] ~ label.e-float-text,
.e-outline.e-float-input input[disabled] ~ label.e-label-top.e-float-text,
.e-outline.e-float-input.e-disabled label.e-float-text,
.e-outline.e-float-input.e-disabled label.e-float-text.e-label-top,
.e-outline.e-float-input:not(.e-error) input[disabled] ~ label.e-float-text,
.e-outline.e-float-input:not(.e-error) input[disabled] ~ label.e-label-top.e-float-text,
.e-outline.e-float-input.e-bigger:not(.e-error) input[disabled] ~ label.e-float-text,
.e-outline.e-float-input.e-bigger:not(.e-error) input[disabled] ~ label.e-float-text.e-label-top,
.e-outline.e-float-input.e-small:not(.e-error) input[disabled] ~ label.e-float-text,
.e-outline.e-float-input.e-small:not(.e-error) input[disabled] ~ label.e-float-text.e-label-top,
.e-outline.e-float-input.e-small.e-bigger:not(.e-error) input[disabled] ~ label.e-float-text,
.e-outline.e-float-input.e-small.e-bigger:not(.e-error) input[disabled] ~ label.e-float-text.e-label-top {
  color: rgba(0, 0, 0, 0.38); }

.e-outline.e-float-input textarea[disabled] ~ label.e-float-text,
.e-outline.e-float-input textarea[disabled] ~ label.e-label-top.e-float-text,
.e-outline.e-float-input:not(.e-error) textarea[disabled] ~ label.e-float-text,
.e-outline.e-float-input:not(.e-error) textarea[disabled] ~ label.e-label-top.e-float-text,
.e-outline.e-float-input.e-bigger:not(.e-error) textarea[disabled] ~ label.e-float-text,
.e-outline.e-float-input.e-bigger:not(.e-error) textarea[disabled] ~ label.e-float-text.e-label-top,
.e-outline.e-float-input.e-small:not(.e-error) textarea[disabled] ~ label.e-float-text,
.e-outline.e-float-input.e-small:not(.e-error) textarea[disabled] ~ label.e-float-text.e-label-top,
.e-outline.e-float-input.e-small.e-bigger:not(.e-error) textarea[disabled] ~ label.e-float-text,
.e-outline.e-float-input.e-small.e-bigger:not(.e-error) textarea[disabled] ~ label.e-float-text.e-label-top {
  color: rgba(0, 0, 0, 0.38); }

.e-outline.e-float-input.e-control-wrapper.e-input-group.e-disabled .e-float-text,
.e-outline.e-float-input.e-control-wrapper.e-input-group.e-disabled .e-float-text.e-label-top,
.e-outline.e-float-input.e-control-wrapper.e-disabled input[disabled] ~ label.e-float-text,
.e-outline.e-float-input.e-control-wrapper.e-disabled input[disabled] ~ label.e-label-top.e-float-text,
.e-outline.e-float-input.e-control-wrapper input[disabled] ~ label.e-float-text,
.e-outline.e-float-input.e-control-wrapper input[disabled] ~ label.e-label-top.e-float-text,
.e-outline.e-float-input.e-control-wrapper.e-disabled label.e-float-text,
.e-outline.e-float-input.e-control-wrapper.e-disabled label.e-float-text.e-label-top,
.e-outline.e-float-input.e-control-wrapper:not(.e-error) input[disabled] ~ label.e-float-text,
.e-outline.e-float-input.e-control-wrapper:not(.e-error) input[disabled] ~ label.e-label-top.e-float-text,
.e-outline.e-float-input.e-control-wrapper.e-bigger:not(.e-error) input[disabled] ~ label.e-float-text,
.e-outline.e-float-input.e-control-wrapper.e-bigger:not(.e-error) input[disabled] ~ label.e-float-text.e-label-top,
.e-outline.e-float-input.e-control-wrapper.e-small:not(.e-error) input[disabled] ~ label.e-float-text,
.e-outline.e-float-input.e-control-wrapper.e-small:not(.e-error) input[disabled] ~ label.e-float-text.e-label-top,
.e-outline.e-float-input.e-control-wrapper.e-small.e-bigger:not(.e-error) input[disabled] ~ label.e-float-text,
.e-outline.e-float-input.e-control-wrapper.e-small.e-bigger:not(.e-error) input[disabled] ~ label.e-float-text.e-label-top,
.e-outline.e-float-input.e-control-wrapper.e-disabled:not(.e-error) input[disabled] ~ label.e-float-text,
.e-outline.e-float-input.e-control-wrapper.e-disabled:not(.e-error) input[disabled] ~ label.e-label-top.e-float-text,
.e-outline.e-float-input.e-control-wrapper.e-disabled.e-bigger:not(.e-error) input[disabled] ~ label.e-float-text,
.e-outline.e-float-input.e-control-wrapper.e-disabled.e-bigger:not(.e-error) input[disabled] ~ label.e-float-text.e-label-top,
.e-outline.e-float-input.e-control-wrapper.e-disabled.e-small:not(.e-error) input[disabled] ~ label.e-float-text,
.e-outline.e-float-input.e-control-wrapper.e-disabled.e-small:not(.e-error) input[disabled] ~ label.e-float-text.e-label-top,
.e-outline.e-float-input.e-control-wrapper.e-disabled.e-small.e-bigger:not(.e-error) input[disabled] ~ label.e-float-text,
.e-outline.e-float-input.e-control-wrapper.e-disabled.e-small.e-bigger:not(.e-error) input[disabled] ~ label.e-float-text.e-label-top {
  color: rgba(0, 0, 0, 0.38); }

.e-outline.e-float-input.e-control-wrapper.e-disabled textarea[disabled] ~ label.e-float-text,
.e-outline.e-float-input.e-control-wrapper.e-disabled textarea[disabled] ~ label.e-label-top.e-float-text,
.e-outline.e-float-input.e-control-wrapper textarea[disabled] ~ label.e-float-text,
.e-outline.e-float-input.e-control-wrapper textarea[disabled] ~ label.e-label-top.e-float-text,
.e-outline.e-float-input.e-control-wrapper:not(.e-error) textarea[disabled] ~ label.e-float-text,
.e-outline.e-float-input.e-control-wrapper:not(.e-error) textarea[disabled] ~ label.e-label-top.e-float-text,
.e-outline.e-float-input.e-control-wrapper.e-bigger:not(.e-error) textarea[disabled] ~ label.e-float-text,
.e-outline.e-float-input.e-control-wrapper.e-bigger:not(.e-error) textarea[disabled] ~ label.e-float-text.e-label-top,
.e-outline.e-float-input.e-control-wrapper.e-small:not(.e-error) textarea[disabled] ~ label.e-float-text,
.e-outline.e-float-input.e-control-wrapper.e-small:not(.e-error) textarea[disabled] ~ label.e-float-text.e-label-top,
.e-outline.e-float-input.e-control-wrapper.e-small.e-bigger:not(.e-error) textarea[disabled] ~ label.e-float-text,
.e-outline.e-float-input.e-control-wrapper.e-small.e-bigger:not(.e-error) textarea[disabled] ~ label.e-float-text.e-label-top,
.e-outline.e-float-input.e-control-wrapper.e-disabled:not(.e-error) textarea[disabled] ~ label.e-float-text,
.e-outline.e-float-input.e-control-wrapper.e-disabled:not(.e-error) textarea[disabled] ~ label.e-label-top.e-float-text,
.e-outline.e-float-input.e-control-wrapper.e-disabled.e-bigger:not(.e-error) textarea[disabled] ~ label.e-float-text,
.e-outline.e-float-input.e-control-wrapper.e-disabled.e-bigger:not(.e-error) textarea[disabled] ~ label.e-float-text.e-label-top,
.e-outline.e-float-input.e-control-wrapper.e-disabled.e-small:not(.e-error) textarea[disabled] ~ label.e-float-text,
.e-outline.e-float-input.e-control-wrapper.e-disabled.e-small:not(.e-error) textarea[disabled] ~ label.e-float-text.e-label-top,
.e-outline.e-float-input.e-control-wrapper.e-disabled.e-small.e-bigger:not(.e-error) textarea[disabled] ~ label.e-float-text,
.e-outline.e-float-input.e-control-wrapper.e-disabled.e-small.e-bigger:not(.e-error) textarea[disabled] ~ label.e-float-text.e-label-top {
  color: rgba(0, 0, 0, 0.38); }

.e-outline.e-input-group.e-disabled .e-input-group-icon,
.e-outline.e-input-group.e-control-wrapper.e-disabled .e-input-group-icon {
  color: rgba(0, 0, 0, 0.38); }

.e-outline.e-float-input:not(.e-disabled) .e-clear-icon:hover,
.e-outline.e-float-input.e-control-wrapper:not(.e-disabled) .e-clear-icon:hover,
.e-outline.e-input-group:not(.e-disabled) .e-clear-icon:hover,
.e-outline.e-input-group.e-control-wrapper:not(.e-disabled) .e-clear-icon:hover {
  color: rgba(0, 0, 0, 0.87); }

.e-outline.e-float-input:not(.e-disabled) .e-clear-icon:active,
.e-outline.e-float-input.e-control-wrapper:not(.e-disabled) .e-clear-icon:active,
.e-outline.e-input-group:not(.e-disabled) .e-clear-icon:active,
.e-outline.e-input-group.e-control-wrapper:not(.e-disabled) .e-clear-icon:active {
  color: rgba(0, 0, 0, 0.87); }

.e-filled.e-input-group,
.e-filled.e-input-group.e-control-wrapper,
.e-filled.e-float-input,
.e-filled.e-float-input.e-input-group,
.e-filled.e-float-input.e-control-wrapper,
.e-filled.e-float-input.e-input-group.e-control-wrapper {
  background: #f5f5f5;
  -webkit-transition: opacity 15ms linear, background-color 15ms linear;
  transition: opacity 15ms linear, background-color 15ms linear; }

.e-filled.e-input-group:hover,
.e-filled.e-input-group.e-control-wrapper:hover,
.e-filled.e-float-input:hover,
.e-filled.e-float-input.e-input-group:hover,
.e-filled.e-float-input.e-control-wrapper:hover,
.e-filled.e-float-input.e-input-group.e-control-wrapper:hover {
  background: #ececec;
  -webkit-transition: opacity 15ms linear, background-color 15ms linear;
  transition: opacity 15ms linear, background-color 15ms linear; }

.e-filled.e-input-group.e-input-focus,
.e-filled.e-input-group.e-control-wrapper.e-input-focus,
.e-filled.e-float-input.e-input-focus,
.e-filled.e-float-input.e-input-group.e-input-focus,
.e-filled.e-float-input.e-control-wrapper.e-input-focus,
.e-filled.e-float-input.e-input-group.e-control-wrapper.e-input-focus,
.e-filled.e-input-group:hover.e-input-focus,
.e-filled.e-input-group:hover.e-control-wrapper.e-input-focus,
.e-filled.e-float-input:hover.e-input-focus,
.e-filled.e-float-input:hover.e-input-group.e-input-focus,
.e-filled.e-float-input:hover.e-control-wrapper.e-input-focus,
.e-filled.e-float-input:hover.e-input-group.e-control-wrapper.e-input-focus {
  background: #dcdcdc;
  -webkit-transition: opacity 15ms linear, background-color 15ms linear;
  transition: opacity 15ms linear, background-color 15ms linear; }

.e-filled.e-input-group:hover:not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled):not(.e-float-icon-left),
.e-filled.e-input-group.e-control-wrapper:hover:not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled):not(.e-float-icon-left),
.e-filled.e-float-input.e-control-wrapper:hover:not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled):not(.e-float-icon-left),
.e-filled.e-float-input:hover:not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled):not(.e-float-icon-left),
.e-filled.e-float-input:hover:not(.e-input-group):not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled),
.e-filled.e-float-input.e-control-wrapper:hover:not(.e-input-group):not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled) {
  border-color: rgba(0, 0, 0, 0.87); }

.e-filled.e-input-group.e-input-focus:hover:not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled):not(.e-float-icon-left),
.e-filled.e-input-group.e-control-wrapper.e-input-focus:hover:not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled):not(.e-float-icon-left),
.e-filled.e-float-input.e-input-focus:hover:not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled):not(.e-float-icon-left),
.e-filled.e-float-input.e-control-wrapper.e-input-focus:hover:not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled):not(.e-float-icon-left),
.e-filled.e-float-input.e-input-focus:hover:not(.e-input-group):not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled),
.e-filled.e-float-input.e-control-wrapper.e-input-focus:hover:not(.e-input-group):not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled) {
  border-color: rgba(0, 0, 0, 0.87); }

.e-filled.e-input-group.e-input-focus:hover:not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled):not(.e-float-icon-left),
.e-filled.e-input-group.e-control-wrapper.e-input-focus:hover:not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled):not(.e-float-icon-left),
.e-filled.e-float-input.e-input-focus:hover:not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled):not(.e-float-icon-left),
.e-filled.e-float-input.e-control-wrapper.e-input-focus:hover:not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled):not(.e-float-icon-left),
.e-filled.e-float-input.e-input-focus:hover:not(.e-input-group):not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled),
.e-filled.e-float-input.e-control-wrapper.e-input-focus:hover:not(.e-input-group):not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled) {
  border-color: rgba(0, 0, 0, 0.87); }

.e-filled.e-input-group.e-float-icon-left:not(.e-success):not(.e-warning):not(.e-error),
.e-filled.e-input-group.e-control-wrapper.e-float-icon-left:not(.e-success):not(.e-warning):not(.e-error) {
  border-color: rgba(0, 0, 0, 0.42); }

.e-filled.e-float-input:not(.e-success):not(.e-warning):not(.e-error),
.e-filled.e-float-input.e-control-wrapper:not(.e-success):not(.e-warning):not(.e-error) {
  border-color: rgba(0, 0, 0, 0.42); }

.e-filled.e-float-input.e-success,
.e-filled.e-float-input.e-control-wrapper.e-success,
.e-filled.e-input-group.e-float-icon-left.e-success,
.e-filled.e-input-group.e-float-icon-left.e-control-wrapper.e-success {
  border-bottom-color: #22b24b; }

.e-filled.e-float-input.e-warning,
.e-filled.e-float-input.e-control-wrapper.e-warning,
.e-filled.e-input-group.e-float-icon-left.e-warning,
.e-filled.e-input-group.e-float-icon-left.e-control-wrapper.e-warning {
  border-bottom-color: #ffca1c; }

.e-filled.e-float-input.e-error,
.e-filled.e-float-input.e-control-wrapper.e-error,
.e-filled.e-input-group.e-float-icon-left.e-error,
.e-filled.e-input-group.e-float-icon-left.e-control-wrapper.e-error {
  border-bottom-color: #f44336; }

.e-filled label.e-float-text,
.e-filled.e-float-input:not(.e-error):not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom,
.e-filled.e-float-input.e-control-wrapper:not(.e-error):not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom,
.e-filled.e-float-input.e-bigger:not(.e-error):not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom,
.e-filled.e-float-input.e-control-wrapper.e-bigger:not(.e-error):not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom,
.e-bigger .e-filled.e-float-input:not(.e-error):not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom,
.e-bigger .e-filled.e-float-input.e-control-wrapper:not(.e-error):not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom,
.e-filled.e-float-input.e-small:not(.e-error):not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom,
.e-filled.e-float-input.e-control-wrapper.e-small:not(.e-error):not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom,
.e-small .e-filled.e-float-input:not(.e-error):not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom,
.e-small .e-filled.e-float-input.e-control-wrapper:not(.e-error):not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom,
.e-filled.e-float-input.e-small.e-bigger:not(.e-error):not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom,
.e-filled.e-float-input.e-control-wrapper.e-small.e-bigger:not(.e-error):not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom,
.e-bigger .e-filled.e-float-input.e-small:not(.e-error):not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom,
.e-bigger .e-filled.e-float-input.e-control-wrapper.e-small:not(.e-error):not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom {
  color: rgba(0, 0, 0, 0.6); }

.e-filled.e-float-input.e-error label.e-float-text,
.e-filled.e-float-input.e-control-wrapper.e-error label.e-float-text,
.e-filled.e-float-input.e-error input:focus ~ label.e-float-text,
.e-filled.e-float-input.e-control-wrapper.e-error input:focus ~ label.e-float-text,
.e-filled.e-float-input.e-error textarea:focus ~ label.e-float-text,
.e-filled.e-float-input.e-control-wrapper.e-error textarea:focus ~ label.e-float-text,
.e-filled.e-float-input.e-error.e-input-focus input ~ label.e-float-text,
.e-filled.e-float-input.e-control-wrapper.e-error.e-input-focus input ~ label.e-float-text {
  color: #f44336; }

.e-filled.e-float-input.e-success label.e-float-text,
.e-filled.e-float-input.e-control-wrapper.e-success label.e-float-text,
.e-filled.e-float-input.e-success input:focus ~ label.e-float-text,
.e-filled.e-float-input.e-control-wrapper.e-success input:focus ~ label.e-float-text,
.e-filled.e-float-input.e-success textarea:focus ~ label.e-float-text,
.e-filled.e-float-input.e-control-wrapper.e-success textarea:focus ~ label.e-float-text,
.e-filled.e-float-input.e-success.e-input-focus input ~ label.e-float-text,
.e-filled.e-float-input.e-control-wrapper.e-success.e-input-focus input ~ label.e-float-text {
  color: #22b24b; }

.e-filled.e-float-input.e-warning label.e-float-text,
.e-filled.e-float-input.e-control-wrapper.e-warning label.e-float-text,
.e-filled.e-float-input.e-warning input:focus ~ label.e-float-text,
.e-filled.e-float-input.e-control-wrapper.e-warning input:focus ~ label.e-float-text,
.e-filled.e-float-input.e-warning textarea:focus ~ label.e-float-text,
.e-filled.e-float-input.e-control-wrapper.e-warning textarea:focus ~ label.e-float-text,
.e-filled.e-float-input.e-warning.e-input-focus input ~ label.e-float-text,
.e-filled.e-float-input.e-control-wrapper.e-warning.e-input-focus input ~ label.e-float-text {
  color: #ffca1c; }

.e-filled.e-float-input:not(.e-error) input:focus ~ label.e-float-text,
.e-filled.e-float-input:not(.e-error) input:valid ~ label.e-float-text,
.e-filled.e-float-input:not(.e-error) input ~ label.e-label-top.e-float-text,
.e-filled.e-float-input:not(.e-error) input[readonly] ~ label.e-label-top.e-float-text,
.e-filled.e-float-input:not(.e-error) input[disabled] ~ label.e-label-top.e-float-text,
.e-filled.e-float-input:not(.e-error) input label.e-float-text.e-label-top,
.e-filled.e-float-input.e-bigger:not(.e-error) input:focus ~ label.e-float-text,
.e-filled.e-float-input.e-bigger:not(.e-error) input:valid ~ label.e-float-text,
.e-filled.e-float-input.e-bigger:not(.e-error) input ~ label.e-label-top.e-float-text,
.e-filled.e-float-input.e-bigger:not(.e-error) input[readonly] ~ label.e-label-top.e-float-text,
.e-filled.e-float-input.e-bigger:not(.e-error) input[disabled] ~ label.e-label-top.e-float-text,
.e-bigger .e-filled.e-float-input:not(.e-error) input:focus ~ label.e-float-text,
.e-bigger .e-filled.e-float-input:not(.e-error) input:valid ~ label.e-float-text,
.e-bigger .e-filled.e-float-input:not(.e-error) input ~ label.e-label-top.e-float-text,
.e-bigger .e-filled.e-float-input:not(.e-error) input[readonly] ~ label.e-label-top.e-float-text,
.e-bigger .e-filled.e-float-input:not(.e-error) input[disabled] ~ label.e-label-top.e-float-text,
.e-filled.e-float-input:not(.e-error).e-input-focus input ~ label.e-float-text,
.e-filled.e-float-input.e-bigger:not(.e-error).e-input-focus input ~ label.e-float-text,
.e-bigger .e-filled.e-float-input:not(.e-error).e-input-focus input ~ label.e-float-text {
  color: rgba(0, 0, 0, 0.6); }

.e-filled.e-float-input:not(.e-error) input:focus ~ label.e-float-text,
.e-filled.e-float-input:not(.e-error) input:valid ~ label.e-float-text,
.e-filled.e-float-input:not(.e-error) input ~ label.e-label-top.e-float-text,
.e-filled.e-float-input:not(.e-error) input[readonly] ~ label.e-label-top.e-float-text,
.e-filled.e-float-input:not(.e-error) input[disabled] ~ label.e-label-top.e-float-text,
.e-filled.e-float-input:not(.e-error) input label.e-float-text.e-label-top,
.e-filled.e-float-input.e-bigger:not(.e-error) input:focus ~ label.e-float-text,
.e-filled.e-float-input.e-bigger:not(.e-error) input:valid ~ label.e-float-text,
.e-filled.e-float-input.e-bigger:not(.e-error) input ~ label.e-label-top.e-float-text,
.e-filled.e-float-input.e-bigger:not(.e-error) input[readonly] ~ label.e-label-top.e-float-text,
.e-filled.e-float-input.e-bigger:not(.e-error) input[disabled] ~ label.e-label-top.e-float-text,
.e-bigger .e-filled.e-float-input:not(.e-error) input:focus ~ label.e-float-text,
.e-bigger .e-filled.e-float-input:not(.e-error) input:valid ~ label.e-float-text,
.e-bigger .e-filled.e-float-input:not(.e-error) input ~ label.e-label-top.e-float-text,
.e-bigger .e-filled.e-float-input:not(.e-error) input[readonly] ~ label.e-label-top.e-float-text,
.e-bigger .e-filled.e-float-input:not(.e-error) input[disabled] ~ label.e-label-top.e-float-text,
.e-filled.e-float-input:not(.e-error).e-input-focus input ~ label.e-float-text,
.e-filled.e-float-input.e-bigger:not(.e-error).e-input-focus input ~ label.e-float-text,
.e-bigger .e-filled.e-float-input:not(.e-error).e-input-focus input ~ label.e-float-text {
  color: rgba(0, 0, 0, 0.6); }

.e-filled.e-float-input.e-control-wrapper:not(.e-error) input:focus ~ label.e-float-text,
.e-filled.e-float-input.e-control-wrapper:not(.e-error) input:valid ~ label.e-float-text,
.e-filled.e-float-input.e-control-wrapper:not(.e-error) input ~ label.e-label-top.e-float-text,
.e-filled.e-float-input.e-control-wrapper:not(.e-error) input[readonly] ~ label.e-label-top.e-float-text,
.e-filled.e-float-input.e-control-wrapper:not(.e-error) input[disabled] ~ label.e-label-top.e-float-text,
.e-filled.e-float-input .e-control-wrapper:not(.e-error) input label.e-float-text.e-label-top,
.e-filled.e-float-input.e-control-wrapper.e-bigger:not(.e-error) input:focus ~ label.e-float-text,
.e-filled.e-float-input.e-control-wrapper.e-bigger:not(.e-error) input:valid ~ label.e-float-text,
.e-filled.e-float-input.e-control-wrapper.e-bigger:not(.e-error) input ~ label.e-label-top.e-float-text,
.e-filled.e-float-input.e-control-wrapper.e-bigger:not(.e-error) input[readonly] ~ label.e-label-top.e-float-text,
.e-filled.e-float-input.e-control-wrapper.e-bigger:not(.e-error) input[disabled] ~ label.e-label-top.e-float-text,
.e-bigger .e-filled.e-float-input.e-control-wrapper:not(.e-error) input:focus ~ label.e-float-text,
.e-bigger .e-filled.e-float-input.e-control-wrapper:not(.e-error) input:valid ~ label.e-float-text,
.e-bigger .e-filled.e-float-input.e-control-wrapper:not(.e-error) input ~ label.e-label-top.e-float-text,
.e-bigger .e-filled.e-float-input.e-control-wrapper:not(.e-error) input[readonly] ~ label.e-label-top.e-float-text,
.e-bigger .e-filled.e-float-input.e-control-wrapper:not(.e-error) input[disabled] ~ label.e-label-top.e-float-text,
.e-filled.e-float-input.e-control-wrapper:not(.e-error).e-input-focus input ~ label.e-float-text,
.e-filled.e-float-input.e-control-wrapper.e-bigger:not(.e-error).e-input-focus input ~ label.e-float-text,
.e-bigger .e-filled.e-float-input.e-control-wrapper:not(.e-error).e-input-focus input ~ label.e-float-text {
  color: rgba(0, 0, 0, 0.6); }

.e-filled.e-float-input.e-small:not(.e-error) input:focus ~ label.e-float-text,
.e-filled.e-float-input.e-small:not(.e-error) input:valid ~ label.e-float-text,
.e-filled.e-float-input.e-small:not(.e-error) input ~ label.e-label-top.e-float-text,
.e-filled.e-float-input.e-small:not(.e-error) input[readonly] ~ label.e-float-text,
.e-filled.e-float-input.e-small:not(.e-error) input[disabled] ~ label.e-float-text,
.e-small .e-filled.e-float-input:not(.e-error) input:focus ~ label.e-float-text,
.e-small .e-filled.e-float-input:not(.e-error) input:valid ~ label.e-float-text,
.e-small .e-filled.e-float-input:not(.e-error) input ~ label.e-label-top.e-float-text,
.e-small .e-filled.e-float-input:not(.e-error) input[readonly] ~ label.e-float-text.e-label-top,
.e-small .e-filled.e-float-input:not(.e-error) input[disabled] ~ label.e-float-text.e-label-top,
.e-filled.e-float-input.e-small.e-bigger:not(.e-error) input:focus ~ label.e-float-text,
.e-filled.e-float-input.e-small.e-bigger:not(.e-error) input:valid ~ label.e-float-text,
.e-filled.e-float-input.e-small.e-bigger:not(.e-error) input ~ label.e-label-top.e-float-text,
.e-filled.e-float-input.e-small.e-bigger:not(.e-error) input[readonly] ~ label.e-label-top.e-float-text,
.e-filled.e-float-input.e-small.e-bigger:not(.e-error) input[disabled] ~ label.e-label-top.e-float-text,
.e-bigger .e-filled.e-float-input.e-small:not(.e-error) input:focus ~ label.e-float-text,
.e-bigger .e-filled.e-float-input.e-small:not(.e-error) input:valid ~ label.e-float-text,
.e-bigger .e-filled.e-float-input.e-small:not(.e-error) input ~ label.e-label-top.e-float-text,
.e-bigger .e-filled.e-float-input.e-small:not(.e-error) input[readonly] ~ label.e-label-top.e-float-text,
.e-bigger .e-filled.e-float-input.e-small:not(.e-error) input[disabled] ~ label.e-label-top.e-float-text,
.e-filled.e-float-input.e-small:not(.e-error).e-input-focus input ~ label.e-float-text,
.e-small .e-filled.e-float-input:not(.e-error).e-input-focus input ~ label.e-float-text,
.e-filled.e-float-input.e-small.e-bigger:not(.e-error).e-input-focus input ~ label.e-float-text,
.e-bigger .e-filled.e-float-input.e-small:not(.e-error).e-input-focus input ~ label.e-float-text {
  color: rgba(0, 0, 0, 0.6); }

.e-filled.e-float-input.e-control-wrapper.e-small:not(.e-error) input:focus ~ label.e-float-text,
.e-filled.e-float-input.e-control-wrapper.e-small:not(.e-error) input:valid ~ label.e-float-text,
.e-filled.e-float-input.e-control-wrapper.e-small:not(.e-error) input ~ label.e-label-top.e-float-text,
.e-filled.e-float-input.e-control-wrapper.e-small:not(.e-error) input[readonly] ~ label.e-float-text,
.e-filled.e-float-input.e-control-wrapper.e-small:not(.e-error) input[disabled] ~ label.e-float-text,
.e-small .e-filled.e-float-input.e-control-wrapper:not(.e-error) input:focus ~ label.e-float-text,
.e-small .e-filled.e-float-input.e-control-wrapper:not(.e-error) input:valid ~ label.e-float-text,
.e-small .e-filled.e-float-input.e-control-wrapper:not(.e-error) input ~ label.e-label-top.e-float-text,
.e-small .e-filled.e-float-input.e-control-wrapper:not(.e-error) input[readonly] ~ label.e-float-text.e-label-top,
.e-small .e-filled.e-float-input.e-control-wrapper:not(.e-error) input[disabled] ~ label.e-float-text.e-label-top,
.e-filled.e-float-input.e-control-wrapper.e-small.e-bigger:not(.e-error) input:focus ~ label.e-float-text,
.e-filled.e-float-input.e-control-wrapper.e-small.e-bigger:not(.e-error) input:valid ~ label.e-float-text,
.e-filled.e-float-input.e-control-wrapper.e-small.e-bigger:not(.e-error) input ~ label.e-label-top.e-float-text,
.e-filled.e-float-input.e-control-wrapper.e-small.e-bigger:not(.e-error) input[readonly] ~ label.e-label-top.e-float-text,
.e-filled.e-float-input.e-control-wrapper.e-small.e-bigger:not(.e-error) input[disabled] ~ label.e-label-top.e-float-text,
.e-bigger .e-filled.e-float-input.e-control-wrapper.e-small:not(.e-error) input:focus ~ label.e-float-text,
.e-bigger .e-filled.e-float-input.e-control-wrapper.e-small:not(.e-error) input:valid ~ label.e-float-text,
.e-bigger .e-filled.e-float-input.e-control-wrapper.e-small:not(.e-error) input ~ label.e-label-top.e-float-text,
.e-bigger .e-filled.e-float-input.e-control-wrapper.e-small:not(.e-error) input[readonly] ~ label.e-label-top.e-float-text,
.e-bigger .e-filled.e-float-input.e-control-wrapper.e-small:not(.e-error) input[disabled] ~ label.e-label-top.e-float-text,
.e-filled.e-float-input.e-control-wrapper.e-small:not(.e-error).e-input-focus input ~ label.e-float-text,
.e-small .e-filled.e-float-input.e-control-wrapper:not(.e-error).e-input-focus input ~ label.e-float-text,
.e-filled.e-float-input.e-control-wrapper.e-small.e-bigger:not(.e-error).e-input-focus input ~ label.e-float-text,
.e-bigger .e-filled.e-float-input.e-control-wrapper.e-small:not(.e-error).e-input-focus input ~ label.e-float-text {
  color: rgba(0, 0, 0, 0.6); }

.e-filled.e-float-input:not(.e-error) textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom,
.e-filled.e-float-input.e-control-wrapper:not(.e-error) textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom,
.e-filled.e-float-input.e-bigger:not(.e-error) textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom,
.e-filled.e-float-input.e-control-wrapper.e-bigger:not(.e-error) textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom,
.e-bigger .e-filled.e-float-input:not(.e-error) textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom,
.e-bigger .e-filled.e-float-input.e-control-wrapper:not(.e-error) textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom,
.e-filled.e-float-input.e-small:not(.e-error) textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom,
.e-filled.e-float-input.e-control-wrapper.e-small:not(.e-error) textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom,
.e-small .e-filled.e-float-input:not(.e-error) textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom,
.e-small .e-filled.e-float-input.e-control-wrapper:not(.e-error) textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom,
.e-filled.e-float-input.e-small.e-bigger:not(.e-error) textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom,
.e-filled.e-float-input.e-control-wrapper.e-small.e-bigger:not(.e-error) textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom,
.e-bigger .e-filled.e-float-input.e-small:not(.e-error) textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom,
.e-bigger .e-filled.e-float-input.e-control-wrapper.e-small:not(.e-error) textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom {
  color: rgba(0, 0, 0, 0.6); }

.e-filled.e-float-input:not(.e-input-focus):not(.e-disabled) textarea:not(:focus):not(:valid) ~ label.e-float-text:not(.e-label-top),
.e-filled.e-float-input:not(.e-input-focus) textarea:not(:focus):not(:valid) ~ label.e-float-text:not(.e-label-top),
.e-filled.e-float-input.e-control-wrapper:not(.e-input-focus):not(.e-disabled) textarea:not(:focus):not(:valid) ~ label.e-float-text:not(.e-label-top) {
  color: rgba(0, 0, 0, 0.6); }

.e-filled.e-float-input:not(.e-error) textarea:focus ~ label.e-float-text,
.e-filled.e-float-input:not(.e-error) textarea:valid ~ label.e-float-text,
.e-filled.e-float-input:not(.e-error) textarea ~ label.e-label-top.e-float-text,
.e-filled.e-float-input:not(.e-error) textarea[readonly] ~ label.e-label-top.e-float-text,
.e-filled.e-float-input:not(.e-error) textarea[disabled] ~ label.e-label-top.e-float-text,
.e-filled.e-float-input:not(.e-error) textarea label.e-float-text.e-label-top,
.e-filled.e-float-input.e-bigger:not(.e-error) textarea:focus ~ label.e-float-text,
.e-filled.e-float-input.e-bigger:not(.e-error) textarea:valid ~ label.e-float-text,
.e-filled.e-float-input.e-bigger:not(.e-error) textarea ~ label.e-label-top.e-float-text,
.e-filled.e-float-input.e-bigger:not(.e-error) textarea[readonly] ~ label.e-label-top.e-float-text,
.e-filled.e-float-input.e-bigger:not(.e-error) textarea[disabled] ~ label.e-label-top.e-float-text,
.e-bigger .e-filled.e-float-input:not(.e-error) textarea:focus ~ label.e-float-text,
.e-bigger .e-filled.e-float-input:not(.e-error) textarea:valid ~ label.e-float-text,
.e-bigger .e-filled.e-float-input:not(.e-error) textarea ~ label.e-label-top.e-float-text,
.e-bigger .e-filled.e-float-input:not(.e-error) textarea[readonly] ~ label.e-label-top.e-float-text,
.e-bigger .e-filled.e-float-input:not(.e-error) textarea[disabled] ~ label.e-label-top.e-float-text {
  color: rgba(0, 0, 0, 0.6); }

.e-filled.e-float-input.e-control-wrapper:not(.e-error) textarea:focus ~ label.e-float-text,
.e-filled.e-float-input.e-control-wrapper:not(.e-error) textarea:valid ~ label.e-float-text,
.e-filled.e-float-input.e-control-wrapper:not(.e-error) textarea ~ label.e-label-top.e-float-text,
.e-filled.e-float-input.e-control-wrapper:not(.e-error) textarea[readonly] ~ label.e-label-top.e-float-text,
.e-filled.e-float-input.e-control-wrapper:not(.e-error) textarea[disabled] ~ label.e-label-top.e-float-text,
.e-filled.e-float-input.e-control-wrapper:not(.e-error) textarea label.e-float-text.e-label-top,
.e-filled.e-float-input.e-control-wrapper.e-bigger:not(.e-error) textarea:focus ~ label.e-float-text,
.e-filled.e-float-input.e-control-wrapper.e-bigger:not(.e-error) textarea:valid ~ label.e-float-text,
.e-filled.e-float-input.e-control-wrapper.e-bigger:not(.e-error) textarea ~ label.e-label-top.e-float-text,
.e-filled.e-float-input.e-control-wrapper.e-bigger:not(.e-error) textarea[readonly] ~ label.e-label-top.e-float-text,
.e-filled.e-float-input.e-control-wrapper.e-bigger:not(.e-error) textarea[disabled] ~ label.e-label-top.e-float-text,
.e-bigger .e-filled.e-float-input.e-control-wrapper:not(.e-error) textarea:focus ~ label.e-float-text,
.e-bigger .e-filled.e-float-input.e-control-wrapper:not(.e-error) textarea:valid ~ label.e-float-text,
.e-bigger .e-filled.e-float-input.e-control-wrapper:not(.e-error) textarea ~ label.e-label-top.e-float-text,
.e-bigger .e-filled.e-float-input.e-control-wrapper:not(.e-error) textarea[readonly] ~ label.e-label-top.e-float-text,
.e-bigger .e-filled.e-float-input.e-control-wrapper:not(.e-error) textarea[disabled] ~ label.e-label-top.e-float-text {
  color: rgba(0, 0, 0, 0.6); }

.e-filled.e-float-input.e-small:not(.e-error) textarea:focus ~ label.e-float-text,
.e-filled.e-float-input.e-small:not(.e-error) textarea:valid ~ label.e-float-text,
.e-filled.e-float-input.e-small:not(.e-error) textarea ~ label.e-label-top.e-float-text,
.e-filled.e-float-input.e-small:not(.e-error) textarea[readonly] ~ label.e-float-text,
.e-filled.e-float-input.e-small:not(.e-error) textarea[disabled] ~ label.e-float-text,
.e-small .e-filled.e-float-input:not(.e-error) textarea:focus ~ label.e-float-text,
.e-small .e-filled.e-float-input:not(.e-error) textarea:valid ~ label.e-float-text,
.e-small .e-filled.e-float-input:not(.e-error) textarea ~ label.e-label-top.e-float-text,
.e-small .e-filled.e-float-input:not(.e-error) textarea[readonly] ~ label.e-float-text.e-label-top,
.e-small .e-filled.e-float-input:not(.e-error) textarea[disabled] ~ label.e-float-text.e-label-top,
.e-filled.e-float-input.e-small.e-bigger:not(.e-error) textarea:focus ~ label.e-float-text,
.e-filled.e-float-input.e-small.e-bigger:not(.e-error) textarea:valid ~ label.e-float-text,
.e-filled.e-float-input.e-small.e-bigger:not(.e-error) textarea ~ label.e-label-top.e-float-text,
.e-filled.e-float-input.e-small.e-bigger:not(.e-error) textarea[readonly] ~ label.e-label-top.e-float-text,
.e-filled.e-float-input.e-small.e-bigger:not(.e-error) textarea[disabled] ~ label.e-label-top.e-float-text,
.e-bigger .e-filled.e-float-input.e-small:not(.e-error) textarea:focus ~ label.e-float-text,
.e-bigger .e-filled.e-float-input.e-small:not(.e-error) textarea:valid ~ label.e-float-text,
.e-bigger .e-filled.e-float-input.e-small:not(.e-error) textarea ~ label.e-label-top.e-float-text,
.e-bigger .e-filled.e-float-input.e-small:not(.e-error) textarea[readonly] ~ label.e-label-top.e-float-text,
.e-bigger .e-filled.e-float-input.e-small:not(.e-error) textarea[disabled] ~ label.e-label-top.e-float-text {
  color: rgba(0, 0, 0, 0.6); }

.e-filled.e-float-input.e-control-wrapper.e-small:not(.e-error) textarea:focus ~ label.e-float-text,
.e-filled.e-float-input.e-control-wrapper.e-small:not(.e-error) textarea:valid ~ label.e-float-text,
.e-filled.e-float-input.e-control-wrapper.e-small:not(.e-error) textarea ~ label.e-label-top.e-float-text,
.e-filled.e-float-input.e-control-wrapper.e-small:not(.e-error) textarea[readonly] ~ label.e-float-text,
.e-filled.e-float-input.e-control-wrapper.e-small:not(.e-error) textarea[disabled] ~ label.e-float-text,
.e-small .e-filled.e-float-input.e-control-wrapper:not(.e-error) textarea:focus ~ label.e-float-text,
.e-small .e-filled.e-float-input.e-control-wrapper:not(.e-error) textarea:valid ~ label.e-float-text,
.e-small .e-filled.e-float-input.e-control-wrapper:not(.e-error) textarea ~ label.e-label-top.e-float-text,
.e-small .e-filled.e-float-input.e-control-wrapper:not(.e-error) textarea[readonly] ~ label.e-float-text.e-label-top,
.e-small .e-filled.e-float-input.e-control-wrapper:not(.e-error) textarea[disabled] ~ label.e-float-text.e-label-top,
.e-filled.e-float-input.e-control-wrapper.e-small.e-bigger:not(.e-error) textarea:focus ~ label.e-float-text,
.e-filled.e-float-input.e-control-wrapper.e-small.e-bigger:not(.e-error) textarea:valid ~ label.e-float-text,
.e-filled.e-float-input.e-control-wrapper.e-small.e-bigger:not(.e-error) textarea ~ label.e-label-top.e-float-text,
.e-filled.e-float-input.e-control-wrapper.e-small.e-bigger:not(.e-error) textarea[readonly] ~ label.e-label-top.e-float-text,
.e-filled.e-float-input.e-control-wrapper.e-small.e-bigger:not(.e-error) textarea[disabled] ~ label.e-label-top.e-float-text,
.e-bigger .e-filled.e-float-input.e-control-wrapper.e-small:not(.e-error) textarea:focus ~ label.e-float-text,
.e-bigger .e-filled.e-float-input.e-control-wrapper.e-small:not(.e-error) textarea:valid ~ label.e-float-text,
.e-bigger .e-filled.e-float-input.e-control-wrapper.e-small:not(.e-error) textarea ~ label.e-label-top.e-float-text,
.e-bigger .e-filled.e-float-input.e-control-wrapper.e-small:not(.e-error) textarea[readonly] ~ label.e-label-top.e-float-text,
.e-bigger .e-filled.e-float-input.e-control-wrapper.e-small:not(.e-error) textarea[disabled] ~ label.e-label-top.e-float-text {
  color: rgba(0, 0, 0, 0.6); }

.e-filled.e-float-input:not(.e-error) input:focus ~ label.e-float-text,
.e-filled.e-float-input.e-bigger:not(.e-error) input:focus ~ label.e-float-text,
.e-bigger .e-filled.e-float-input:not(.e-error) input:focus ~ label.e-float-text,
.e-filled.e-float-input.e-small:not(.e-error) input:focus ~ label.e-float-text,
.e-small .e-filled.e-float-input:not(.e-error) input:focus ~ label.e-float-text,
.e-filled.e-float-input.e-small.e-bigger:not(.e-error) input:focus ~ label.e-float-text,
.e-bigger .e-filled.e-float-input.e-small:not(.e-error) input:focus ~ label.e-float-text,
.e-filled.e-float-input:not(.e-error) input[readonly]:focus ~ label.e-label-top.e-float-text,
.e-filled.e-float-input.e-bigger:not(.e-error) input[readonly]:focus ~ label.e-label-top.e-float-text,
.e-bigger .e-filled.e-float-input:not(.e-error) input[readonly]:focus ~ label.e-label-top.e-float-text,
.e-filled.e-float-input.e-control-wrapper:not(.e-error) input[readonly]:focus ~ label.e-label-top.e-float-text,
.e-filled.e-float-input.e-control-wrapper.e-bigger:not(.e-error) input[readonly]:focus ~ label.e-label-top.e-float-text,
.e-bigger .e-filled.e-float-input.e-control-wrapper:not(.e-error) input[readonly]:focus ~ label.e-label-top.e-float-text,
.e-filled.e-float-input.e-small:not(.e-error) input[readonly]:focus ~ label.e-float-text,
.e-small .e-filled.e-float-input:not(.e-error) input[readonly]:focus ~ label.e-float-text.e-label-top,
.e-filled.e-float-input.e-small.e-bigger:not(.e-error) input[readonly]:focus ~ label.e-label-top.e-float-text,
.e-bigger .e-filled.e-float-input.e-small:not(.e-error) input[readonly]:focus ~ label.e-label-top.e-float-text,
.e-filled.e-float-input.e-control-wrapper.e-small:not(.e-error) input[readonly]:focus ~ label.e-float-text,
.e-small .e-float-input.e-control-wrapper:not(.e-error) input[readonly]:focus ~ label.e-float-text.e-label-top,
.e-filled.e-float-input.e-control-wrapper.e-small.e-bigger:not(.e-error) input[readonly]:focus ~ label.e-label-top.e-float-text,
.e-bigger .e-filled.e-float-input.e-control-wrapper.e-small:not(.e-error) input[readonly]:focus ~ label.e-label-top.e-float-text,
.e-filled.e-float-input:not(.e-error).e-input-focus input[readonly] ~ label.e-label-top.e-float-text,
.e-filled.e-float-input.e-bigger:not(.e-error).e-input-focus input[readonly] ~ label.e-label-top.e-float-text,
.e-bigger .e-filled.e-float-input:not(.e-error).e-input-focus input[readonly] ~ label.e-label-top.e-float-text,
.e-filled.e-float-input.e-control-wrapper:not(.e-error).e-input-focus input[readonly] ~ label.e-label-top.e-float-text,
.e-filled.e-float-input.e-control-wrapper.e-bigger:not(.e-error).e-input-focus input[readonly] ~ label.e-label-top.e-float-text,
.e-bigger .e-filled.e-float-input.e-control-wrapper:not(.e-error).e-input-focus input[readonly] ~ label.e-label-top.e-float-text,
.e-filled.e-float-input.e-small:not(.e-error).e-input-focus input[readonly] ~ label.e-float-text,
.e-small .e-filled.e-float-input:not(.e-error).e-input-focus input[readonly] ~ label.e-float-text.e-label-top,
.e-filled.e-float-input.e-small.e-bigger:not(.e-error).e-input-focus input[readonly] ~ label.e-label-top.e-float-text,
.e-bigger .e-filled.e-float-input.e-small:not(.e-error).e-input-focus input[readonly] ~ label.e-label-top.e-float-text,
.e-filled.e-float-input.e-control-wrapper.e-small:not(.e-error).e-input-focus input[readonly] ~ label.e-float-text,
.e-small .e-filled.e-float-input.e-control-wrapper:not(.e-error).e-input-focus input[readonly] ~ label.e-float-text.e-label-top,
.e-filled.e-float-input.e-control-wrapper.e-small.e-bigger:not(.e-error).e-input-focus input[readonly] ~ label.e-label-top.e-float-text,
.e-bigger .e-filled.e-float-input.e-control-wrapper.e-small:not(.e-error).e-input-focus input[readonly] ~ label.e-label-top.e-float-text,
.e-filled.e-float-input:not(.e-error) textarea[readonly]:focus ~ label.e-label-top.e-float-text,
.e-filled.e-float-input.e-bigger:not(.e-error) textarea[readonly]:focus ~ label.e-label-top.e-float-text,
.e-bigger .e-filled.e-float-input:not(.e-error) textarea[readonly]:focus ~ label.e-label-top.e-float-text,
.e-filled.e-float-input.e-control-wrapper:not(.e-error) textarea[readonly]:focus ~ label.e-label-top.e-float-text,
.e-filled.e-float-input.e-control-wrapper.e-bigger:not(.e-error) textarea[readonly]:focus ~ label.e-label-top.e-float-text,
.e-bigger .e-filled.e-float-input.e-control-wrapper:not(.e-error) textarea[readonly]:focus ~ label.e-label-top.e-float-text,
.e-filled.e-float-input.e-small:not(.e-error) textarea[readonly]:focus ~ label.e-float-text,
.e-small .e-filled.e-float-input:not(.e-error) textarea[readonly]:focus ~ label.e-float-text.e-label-top,
.e-filled.e-float-input.e-small.e-bigger:not(.e-error) textarea[readonly]:focus ~ label.e-label-top.e-float-text,
.e-bigger .e-filled.e-float-input.e-small:not(.e-error) textarea[readonly]:focus ~ label.e-label-top.e-float-text
.e-filled.e-float-input.e-control-wrapper.e-small:not(.e-error) textarea[readonly]:focus ~ label.e-float-text,
.e-small .e-filled.e-float-input.e-control-wrapper:not(.e-error) textarea[readonly]:focus ~ label.e-float-text.e-label-top,
.e-filled.e-float-input.e-control-wrapper.e-small.e-bigger:not(.e-error) textarea[readonly]:focus ~ label.e-label-top.e-float-text,
.e-bigger .e-filled.e-float-input.e-control-wrapper.e-small:not(.e-error) textarea[readonly]:focus ~ label.e-label-top.e-float-text,
.e-filled.e-float-input:not(.e-error).e-input-focus textarea[readonly] ~ label.e-label-top.e-float-text,
.e-filled.e-float-input.e-bigger:not(.e-error).e-input-focus textarea[readonly] ~ label.e-label-top.e-float-text,
.e-bigger .e-filled.e-float-input:not(.e-error).e-input-focus textarea[readonly] ~ label.e-label-top.e-float-text,
.e-filled.e-float-input.e-control-wrapper:not(.e-error).e-input-focus textarea[readonly] ~ label.e-label-top.e-float-text,
.e-filled.e-float-input.e-control-wrapper.e-bigger:not(.e-error).e-input-focus textarea[readonly] ~ label.e-label-top.e-float-text,
.e-bigger .e-filled.e-float-input.e-control-wrapper:not(.e-error).e-input-focus textarea[readonly] ~ label.e-label-top.e-float-text,
.e-filled.e-float-input.e-small:not(.e-error).e-input-focus textarea[readonly] ~ label.e-float-text,
.e-small .e-filled.e-float-input:not(.e-error).e-input-focus textarea[readonly] ~ label.e-float-text.e-label-top,
.e-filled.e-float-input.e-small.e-bigger:not(.e-error).e-input-focus textarea[readonly] ~ label.e-label-top.e-float-text,
.e-bigger .e-filled.e-float-input.e-small:not(.e-error).e-input-focus textarea[readonly] ~ label.e-label-top.e-float-text
.e-filled.e-float-input.e-control-wrapper.e-small:not(.e-error).e-input-focus textarea[readonly] ~ label.e-float-text,
.e-small .e-filled.e-float-input.e-control-wrapper:not(.e-error).e-input-focus textarea[readonly] ~ label.e-float-text.e-label-top,
.e-filled.e-float-input.e-control-wrapper.e-small.e-bigger:not(.e-error).e-input-focus textarea[readonly] ~ label.e-label-top.e-float-text,
.e-bigger .e-filled.e-float-input.e-control-wrapper.e-small:not(.e-error).e-input-focus textarea[readonly] ~ label.e-label-top.e-float-text,
.e-filled.e-float-input:not(.e-error) textarea:focus ~ label.e-float-text,
.e-filled.e-float-input.e-bigger:not(.e-error) textarea:focus ~ label.e-float-text,
.e-bigger .e-filled.e-float-input:not(.e-error) textarea:focus ~ label.e-float-text,
.e-filled.e-float-input.e-small:not(.e-error) textarea:focus ~ label.e-float-text,
.e-small .e-filled.e-float-input:not(.e-error) textarea:focus ~ label.e-float-text,
.e-filled.e-float-input.e-small.e-bigger:not(.e-error) textarea:focus ~ label.e-float-text,
.e-bigger .e-filled.e-float-input.e-small:not(.e-error) textarea:focus ~ label.e-float-text,
.e-filled.e-float-input.e-control-wrapper:not(.e-error) input:focus ~ label.e-float-text,
.e-filled.e-float-input.e-control-wrapper.e-bigger:not(.e-error) input:focus ~ label.e-float-text,
.e-bigger .e-filled.e-float-input.e-control-wrapper:not(.e-error) input:focus ~ label.e-float-text,
.e-filled.e-float-input.e-control-wrapper.e-small:not(.e-error) input:focus ~ label.e-float-text,
.e-small .e-filled.e-float-input.e-control-wrapper:not(.e-error) input:focus ~ label.e-float-text,
.e-filled.e-float-input.e-control-wrapper.e-small.e-bigger:not(.e-error) input:focus ~ label.e-float-text,
.e-bigger .e-filled.e-float-input.e-control-wrapper.e-small:not(.e-error) input:focus ~ label.e-float-text,
.e-filled.e-float-input.e-control-wrapper:not(.e-error) textarea:focus ~ label.e-float-text,
.e-filled.e-float-input.e-control-wrapper.e-bigger:not(.e-error) textarea:focus ~ label.e-float-text,
.e-bigger .e-filled.e-float-input.e-control-wrapper:not(.e-error) textarea:focus ~ label.e-float-text,
.e-filled.e-float-input.e-control-wrapper.e-small:not(.e-error) textarea:focus ~ label.e-float-text,
.e-small .e-filled.e-float-input.e-control-wrapper:not(.e-error) textarea:focus ~ label.e-float-text,
.e-filled.e-float-input.e-control-wrapper.e-small.e-bigger:not(.e-error) textarea:focus ~ label.e-float-text,
.e-bigger .e-filled.e-float-input.e-control-wrapper.e-small:not(.e-error) textarea:focus ~ label.e-float-text,
.e-filled.e-float-input:not(.e-error).e-input-focus input ~ label.e-float-text,
.e-filled.e-float-input.e-bigger:not(.e-error).e-input-focus input ~ label.e-float-text,
.e-bigger .e-filled.e-float-input:not(.e-error).e-input-focus input ~ label.e-float-text,
.e-filled.e-float-input.e-small:not(.e-error).e-input-focus input ~ label.e-float-text,
.e-small .e-filled.e-float-input:not(.e-error).e-input-focus input ~ label.e-float-text,
.e-filled.e-float-input.e-small.e-bigger:not(.e-error).e-input-focus input ~ label.e-float-text,
.e-bigger .e-filled.e-float-input.e-small:not(.e-error).e-input-focus input ~ label.e-float-text,
.e-filled.e-float-input.e-control-wrapper:not(.e-error).e-input-focus input ~ label.e-float-text,
.e-filled.e-float-input.e-control-wrapper.e-bigger:not(.e-error).e-input-focus input ~ label.e-float-text,
.e-bigger .e-filled.e-float-input.e-control-wrapper:not(.e-error).e-input-focus input ~ label.e-float-text,
.e-filled.e-float-input.e-control-wrapper.e-small:not(.e-error).e-input-focus input ~ label.e-float-text,
.e-small .e-filled.e-float-input.e-control-wrapper:not(.e-error).e-input-focus input ~ label.e-float-text,
.e-filled.e-float-input.e-control-wrapper.e-small.e-bigger:not(.e-error).e-input-focus input ~ label.e-float-text,
.e-bigger .e-filled.e-float-input.e-control-wrapper.e-small:not(.e-error).e-input-focus input ~ label.e-float-text {
  color: #971b1e; }

.e-filled.e-float-input:not(.e-error):not(.e-input-focus) input:not(:focus):-webkit-autofill ~ label.e-float-text,
.e-bigger .e-filled.e-float-input:not(.e-error):not(.e-input-focus) input:not(:focus):-webkit-autofill ~ label.e-float-text,
.e-bigger.e-filled.e-float-input:not(.e-error):not(.e-input-focus) input:not(:focus):-webkit-autofill ~ label.e-float-text,
.e-small .e-filled.e-float-input:not(.e-error):not(.e-input-focus) input:not(:focus):-webkit-autofill ~ label.e-float-text,
.e-small.e-filled.e-float-input:not(.e-error):not(.e-input-focus) input:not(:focus):-webkit-autofill ~ label.e-float-text,
.e-bigger .e-filled.e-float-input.e-small:not(.e-error):not(.e-input-focus) input:not(:focus):-webkit-autofill ~ label.e-float-text,
.e-bigger.e-small .e-filled.e-float-input:not(.e-error):not(.e-input-focus) input:not(:focus):-webkit-autofill ~ label.e-float-text,
.e-filled.e-float-input.e-bigger.e-small:not(.e-error):not(.e-input-focus) input:not(:focus):-webkit-autofill ~ label.e-float-text,
.e-filled.e-float-input.e-control-wrapper.e-autofill:not(.e-error):not(.e-input-focus) input:not(:focus):-webkit-autofill ~ label.e-float-text,
.e-bigger .e-filled.e-float-input.e-control-wrapper.e-autofill:not(.e-error):not(.e-input-focus) input:not(:focus):-webkit-autofill ~ label.e-float-text,
.e-bigger.e-filled.e-float-input.e-control-wrapper.e-autofill:not(.e-error):not(.e-input-focus) input:not(:focus):-webkit-autofill ~ label.e-float-text,
.e-small .e-filled.e-float-input.e-control-wrapper.e-autofill:not(.e-error):not(.e-input-focus) input:not(:focus):-webkit-autofill ~ label.e-float-text,
.e-small.e-filled.e-float-input.e-control-wrapper.e-autofill:not(.e-error):not(.e-input-focus) input:not(:focus):-webkit-autofill ~ label.e-float-text,
.e-bigger .e-filled.e-float-input.e-small.e-control-wrapper.e-autofill:not(.e-error):not(.e-input-focus) input:not(:focus):-webkit-autofill ~ label.e-float-text,
.e-bigger.e-small .e-filled.e-float-input.e-control-wrapper.e-autofill:not(.e-error):not(.e-input-focus) input:not(:focus):-webkit-autofill ~ label.e-float-text,
.e-filled.e-float-input.e-bigger.e-small.e-control-wrapper.e-autofill:not(.e-error):not(.e-input-focus) input:not(:focus):-webkit-autofill ~ label.e-float-text {
  color: rgba(0, 0, 0, 0.6); }

.e-filled.e-float-input:not(.e-error) textarea:not(:focus):-webkit-autofill ~ label.e-float-text,
.e-bigger .e-filled.e-float-input:not(.e-error) textarea:not(:focus):-webkit-autofill ~ label.e-float-text,
.e-bigger.e-filled.e-float-input:not(.e-error) textarea:not(:focus):-webkit-autofill ~ label.e-float-text,
.e-small .e-filled.e-float-input:not(.e-error) textarea:not(:focus):-webkit-autofill ~ label.e-float-text,
.e-small.e-filled.e-float-input:not(.e-error) textarea:not(:focus):-webkit-autofill ~ label.e-float-text,
.e-bigger .e-filled.e-float-input.e-small:not(.e-error) textarea:not(:focus):-webkit-autofill ~ label.e-float-text,
.e-bigger.e-small .e-filled.e-float-input:not(.e-error) textarea:not(:focus):-webkit-autofill ~ label.e-float-text,
.e-filled.e-float-input.e-bigger.e-small:not(.e-error) textarea:not(:focus):-webkit-autofill ~ label.e-float-text,
.e-filled.e-float-input.e-control-wrapper.e-autofill:not(.e-error) textarea:not(:focus):-webkit-autofill ~ label.e-float-text,
.e-bigger .e-filled.e-float-input.e-control-wrapper.e-autofill:not(.e-error) textarea:not(:focus):-webkit-autofill ~ label.e-float-text,
.e-bigger.e-filled.e-float-input.e-control-wrapper.e-autofill:not(.e-error) textarea:not(:focus):-webkit-autofill ~ label.e-float-text,
.e-small .e-filled.e-float-input.e-control-wrapper.e-autofill:not(.e-error) textarea:not(:focus):-webkit-autofill ~ label.e-float-text,
.e-small.e-filled.e-float-input.e-control-wrapper.e-autofill:not(.e-error) textarea:not(:focus):-webkit-autofill ~ label.e-float-text,
.e-bigger .e-filled.e-float-input.e-small.e-control-wrapper.e-autofill:not(.e-error) textarea:not(:focus):-webkit-autofill ~ label.e-float-text,
.e-bigger.e-small .e-filled.e-float-input.e-control-wrapper.e-autofill:not(.e-error) textarea:not(:focus):-webkit-autofill ~ label.e-float-text,
.e-filled.e-bigger.e-small.e-control-wrapper.e-autofill:not(.e-error) textarea:not(:focus):-webkit-autofill ~ label.e-float-text {
  color: rgba(0, 0, 0, 0.6); }

input.e-filled.e-input:-moz-placeholder {
  color: rgba(0, 0, 0, 0.6); }

.e-input-group.e-filled input.e-input:-moz-placeholder {
  color: rgba(0, 0, 0, 0.6); }

.e-input-group.e-filled input.e-input:-moz-placeholder,
.e-input-group.e-filled.e-control-wrapper input.e-input:-moz-placeholder {
  color: rgba(0, 0, 0, 0.6); }

input.e-filled.e-input:-moz-placeholder {
  color: rgba(0, 0, 0, 0.6); }

.e-input-group.e-filled input.e-input:-moz-placeholder {
  color: rgba(0, 0, 0, 0.6); }

.e-input-group.e-filled.e-control-wrapper input.e-input:-moz-placeholder {
  color: rgba(0, 0, 0, 0.6); }

textarea.e-filled.e-input:-moz-placeholder {
  color: rgba(0, 0, 0, 0.6); }

.e-input-group.e-filled textarea.e-input:-moz-placeholder {
  color: rgba(0, 0, 0, 0.6); }

.e-input-group.e-filled.e-control-wrapper textarea.e-input:-moz-placeholder {
  color: rgba(0, 0, 0, 0.6); }

input.e-filled.e-input::-moz-placeholder {
  color: rgba(0, 0, 0, 0.6); }

.e-input-group.e-filled input.e-input::-moz-placeholder {
  color: rgba(0, 0, 0, 0.6); }

.e-input-group.e-filled.e-control-wrapper input.e-input::-moz-placeholder {
  color: rgba(0, 0, 0, 0.6); }

textarea.e-filled.e-input::-moz-placeholder {
  color: rgba(0, 0, 0, 0.6); }

.e-input-group.e-filled textarea.e-input::-moz-placeholder {
  color: rgba(0, 0, 0, 0.6); }

.e-input-group.e-filled.e-control-wrapper textarea.e-input::-moz-placeholder {
  color: rgba(0, 0, 0, 0.6); }

input.e-filled.e-input:-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.6); }

.e-input-group.e-filled input.e-input:-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.6); }

.e-input-group.e-filled.e-control-wrapper input.e-input:-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.6); }

textarea.e-filled.e-input:-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.6); }

.e-input-group.e-filled.e-control-wrapper textarea.e-input:-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.6); }

.e-input-group.e-filled textarea.e-input:-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.6); }

input.e-filled.e-input::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.6); }

.e-input-group.e-filled.e-control-wrapper input.e-input::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.6); }

.e-input-group.e-filled input.e-input::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.6); }

textarea.e-filled.e-input::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.6); }

.e-input-group.e-filled textarea.e-input::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.6); }

.e-input-group.e-filled.e-control-wrapper textarea.e-input::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.6); }

.e-filled.e-float-input:not(.e-disabled) .e-clear-icon:hover,
.e-filled.e-float-input.e-control-wrapper:not(.e-disabled) .e-clear-icon:hover,
.e-filled.e-input-group:not(.e-disabled) .e-clear-icon:hover,
.e-filled.e-input-group.e-control-wrapper:not(.e-disabled) .e-clear-icon:hover {
  color: rgba(0, 0, 0, 0.87); }

.e-filled.e-float-input:not(.e-disabled) .e-clear-icon:active,
.e-filled.e-float-input.e-control-wrapper:not(.e-disabled) .e-clear-icon:active,
.e-filled.e-input-group:not(.e-disabled) .e-clear-icon:active,
.e-filled.e-input-group.e-control-wrapper:not(.e-disabled) .e-clear-icon:active {
  color: rgba(0, 0, 0, 0.87); }

.e-filled.e-float-input.e-disabled .e-clear-icon,
.e-filled.e-float-input.e-control-wrapper.e-disabled .e-clear-icon,
.e-input-group.e-filled.e-disabled .e-clear-icon,
.e-input-group.e-filled.e-control-wrapper.e-disabled .e-clear-icon,
.e-input-group.e-filled.e-disabled .e-input-group-icon,
.e-input-group.e-filled.e-control-wrapper.e-disabled .e-input-group-icon {
  color: rgba(0, 0, 0, 0.38); }

.e-filled.e-input[disabled],
.e-input-group.e-filled .e-input[disabled],
.e-input-group.e-filled.e-control-wrapper .e-input[disabled],
.e-input-group.e-filled.e-disabled,
.e-input-group.e-filled.e-control-wrapper.e-disabled,
.e-filled.e-float-input input[disabled],
.e-filled.e-float-input.e-control-wrapper input[disabled],
.e-filled.e-float-input textarea[disabled],
.e-filled.e-float-input.e-control-wrapper textarea[disabled],
.e-filled.e-float-input.e-disabled,
.e-filled.e-float-input.e-control-wrapper.e-disabled {
  background: #fafafa;
  background-image: none;
  background-position: initial;
  background-repeat: no-repeat;
  background-size: 0;
  border-color: rgba(0, 0, 0, 0.06);
  color: rgba(0, 0, 0, 0.38); }

.e-filled.e-float-input.e-disabled:not(.e-success):not(.e-warning):not(.e-error),
.e-filled.e-float-input.e-control-wrapper.e-disabled:not(.e-success):not(.e-warning):not(.e-error) {
  border-color: rgba(0, 0, 0, 0.06); }

.e-filled.e-input-group:not(.e-success):not(.e-warning):not(.e-error):not(.e-float-icon-left).e-disabled,
.e-filled.e-input-group.e-float-icon-left:not(.e-success):not(.e-warning):not(.e-error).e-disabled .e-input-in-wrap,
.e-filled.e-input-group.e-control-wrapper:not(.e-success):not(.e-warning):not(.e-error):not(.e-float-icon-left).e-disabled,
.e-filled.e-input-group.e-control-wrapper.e-float-icon-left:not(.e-success):not(.e-warning):not(.e-error).e-disabled .e-input-in-wrap {
  background: #fafafa;
  background-image: none;
  background-position: initial;
  background-repeat: no-repeat;
  background-size: 0;
  border-color: rgba(0, 0, 0, 0.06);
  color: rgba(0, 0, 0, 0.38); }

.e-filled.e-float-input:not(.e-disabled) input[disabled],
.e-filled.e-float-input.e-control-wrapper:not(.e-disabled) input[disabled],
.e-filled.e-float-input:not(.e-disabled) textarea[disabled],
.e-filled.e-float-input.e-control-wrapper:not(.e-disabled) textarea[disabled] {
  color: rgba(0, 0, 0, 0.38); }

.e-filled.e-float-input.e-input-group.e-disabled .e-float-text,
.e-filled.e-float-input.e-input-group.e-disabled .e-float-text.e-label-top,
.e-filled.e-float-input input[disabled] ~ label.e-float-text,
.e-filled.e-float-input input[disabled] ~ label.e-label-top.e-float-text,
.e-filled.e-float-input.e-disabled label.e-float-text,
.e-filled.e-float-input.e-disabled label.e-float-text.e-label-top,
.e-filled.e-float-input:not(.e-error) input[disabled] ~ label.e-float-text,
.e-filled.e-float-input:not(.e-error) input[disabled] ~ label.e-label-top.e-float-text,
.e-filled.e-float-input.e-bigger:not(.e-error) input[disabled] ~ label.e-float-text,
.e-filled.e-float-input.e-bigger:not(.e-error) input[disabled] ~ label.e-float-text.e-label-top,
.e-filled.e-float-input.e-small:not(.e-error) input[disabled] ~ label.e-float-text,
.e-filled.e-float-input.e-small:not(.e-error) input[disabled] ~ label.e-float-text.e-label-top,
.e-filled.e-float-input.e-small.e-bigger:not(.e-error) input[disabled] ~ label.e-float-text,
.e-filled.e-float-input.e-small.e-bigger:not(.e-error) input[disabled] ~ label.e-float-text.e-label-top {
  color: rgba(0, 0, 0, 0.38); }

.e-filled.e-float-input textarea[disabled] ~ label.e-float-text,
.e-filled.e-float-input textarea[disabled] ~ label.e-label-top.e-float-text,
.e-filled.e-float-input:not(.e-error) textarea[disabled] ~ label.e-float-text,
.e-filled.e-float-input:not(.e-error) textarea[disabled] ~ label.e-label-top.e-float-text,
.e-filled.e-float-input.e-bigger:not(.e-error) textarea[disabled] ~ label.e-float-text,
.e-filled.e-float-input.e-bigger:not(.e-error) textarea[disabled] ~ label.e-float-text.e-label-top,
.e-filled.e-float-input.e-small:not(.e-error) textarea[disabled] ~ label.e-float-text,
.e-filled.e-float-input.e-small:not(.e-error) textarea[disabled] ~ label.e-float-text.e-label-top,
.e-filled.e-float-input.e-small.e-bigger:not(.e-error) textarea[disabled] ~ label.e-float-text,
.e-filled.e-float-input.e-small.e-bigger:not(.e-error) textarea[disabled] ~ label.e-float-text.e-label-top {
  color: rgba(0, 0, 0, 0.38); }

.e-filled.e-float-input.e-control-wrapper.e-input-group.e-disabled .e-float-text,
.e-filled.e-float-input.e-control-wrapper.e-input-group.e-disabled .e-float-text.e-label-top,
.e-filled.e-float-input.e-control-wrapper.e-disabled input[disabled] ~ label.e-float-text,
.e-filled.e-float-input.e-control-wrapper.e-disabled input[disabled] ~ label.e-label-top.e-float-text,
.e-filled.e-float-input.e-control-wrapper input[disabled] ~ label.e-float-text,
.e-filled.e-float-input.e-control-wrapper input[disabled] ~ label.e-label-top.e-float-text,
.e-filled.e-float-input.e-control-wrapper.e-disabled label.e-float-text,
.e-filled.e-float-input.e-control-wrapper.e-disabled label.e-float-text.e-label-top,
.e-filled.e-float-input.e-control-wrapper:not(.e-error) input[disabled] ~ label.e-float-text,
.e-filled.e-float-input.e-control-wrapper:not(.e-error) input[disabled] ~ label.e-label-top.e-float-text,
.e-filled.e-float-input.e-control-wrapper.e-bigger:not(.e-error) input[disabled] ~ label.e-float-text,
.e-filled.e-float-input.e-control-wrapper.e-bigger:not(.e-error) input[disabled] ~ label.e-float-text.e-label-top,
.e-filled.e-float-input.e-control-wrapper.e-small:not(.e-error) input[disabled] ~ label.e-float-text,
.e-filled.e-float-input.e-control-wrapper.e-small:not(.e-error) input[disabled] ~ label.e-float-text.e-label-top,
.e-filled.e-float-input.e-control-wrapper.e-small.e-bigger:not(.e-error) input[disabled] ~ label.e-float-text,
.e-filled.e-float-input.e-control-wrapper.e-small.e-bigger:not(.e-error) input[disabled] ~ label.e-float-text.e-label-top,
.e-filled.e-float-input.e-control-wrapper.e-disabled:not(.e-error) input[disabled] ~ label.e-float-text,
.e-filled.e-float-input.e-control-wrapper.e-disabled:not(.e-error) input[disabled] ~ label.e-label-top.e-float-text,
.e-filled.e-float-input.e-control-wrapper.e-disabled.e-bigger:not(.e-error) input[disabled] ~ label.e-float-text,
.e-filled.e-float-input.e-control-wrapper.e-disabled.e-bigger:not(.e-error) input[disabled] ~ label.e-float-text.e-label-top,
.e-filled.e-float-input.e-control-wrapper.e-disabled.e-small:not(.e-error) input[disabled] ~ label.e-float-text,
.e-filled.e-float-input.e-control-wrapper.e-disabled.e-small:not(.e-error) input[disabled] ~ label.e-float-text.e-label-top,
.e-filled.e-float-input.e-control-wrapper.e-disabled.e-small.e-bigger:not(.e-error) input[disabled] ~ label.e-float-text,
.e-filled.e-float-input.e-control-wrapper.e-disabled.e-small.e-bigger:not(.e-error) input[disabled] ~ label.e-float-text.e-label-top {
  color: rgba(0, 0, 0, 0.38); }

.e-filled.e-float-input.e-control-wrapper.e-disabled textarea[disabled] ~ label.e-float-text,
.e-filled.e-float-input.e-control-wrapper.e-disabled textarea[disabled] ~ label.e-label-top.e-float-text,
.e-filled.e-float-input.e-control-wrapper textarea[disabled] ~ label.e-float-text,
.e-filled.e-float-input.e-control-wrapper textarea[disabled] ~ label.e-label-top.e-float-text,
.e-filled.e-float-input.e-control-wrapper:not(.e-error) textarea[disabled] ~ label.e-float-text,
.e-filled.e-float-input.e-control-wrapper:not(.e-error) textarea[disabled] ~ label.e-label-top.e-float-text,
.e-filled.e-float-input.e-control-wrapper.e-bigger:not(.e-error) textarea[disabled] ~ label.e-float-text,
.e-filled.e-float-input.e-control-wrapper.e-bigger:not(.e-error) textarea[disabled] ~ label.e-float-text.e-label-top,
.e-filled.e-float-input.e-control-wrapper.e-small:not(.e-error) textarea[disabled] ~ label.e-float-text,
.e-filled.e-float-input.e-control-wrapper.e-small:not(.e-error) textarea[disabled] ~ label.e-float-text.e-label-top,
.e-filled.e-float-input.e-control-wrapper.e-small.e-bigger:not(.e-error) textarea[disabled] ~ label.e-float-text,
.e-filled.e-float-input.e-control-wrapper.e-small.e-bigger:not(.e-error) textarea[disabled] ~ label.e-float-text.e-label-top,
.e-filled.e-float-input.e-control-wrapper.e-disabled:not(.e-error) textarea[disabled] ~ label.e-float-text,
.e-filled.e-float-input.e-control-wrapper.e-disabled:not(.e-error) textarea[disabled] ~ label.e-label-top.e-float-text,
.e-filled.e-float-input.e-control-wrapper.e-disabled.e-bigger:not(.e-error) textarea[disabled] ~ label.e-float-text,
.e-filled.e-float-input.e-control-wrapper.e-disabled.e-bigger:not(.e-error) textarea[disabled] ~ label.e-float-text.e-label-top,
.e-filled.e-float-input.e-control-wrapper.e-disabled.e-small:not(.e-error) textarea[disabled] ~ label.e-float-text,
.e-filled.e-float-input.e-control-wrapper.e-disabled.e-small:not(.e-error) textarea[disabled] ~ label.e-float-text.e-label-top,
.e-filled.e-float-input.e-control-wrapper.e-disabled.e-small.e-bigger:not(.e-error) textarea[disabled] ~ label.e-float-text,
.e-filled.e-float-input.e-control-wrapper.e-disabled.e-small.e-bigger:not(.e-error) textarea[disabled] ~ label.e-float-text.e-label-top {
  color: rgba(0, 0, 0, 0.38); }

input.e-filled.e-disabled.e-input:-moz-placeholder {
  color: rgba(0, 0, 0, 0.38); }

.e-input-group.e-filled.e-disabled input.e-input:-moz-placeholder {
  color: rgba(0, 0, 0, 0.38); }

.e-input-group.e-filled.e-disabled input.e-input:-moz-placeholder,
.e-input-group.e-filled.e-disabled.e-control-wrapper input.e-input:-moz-placeholder {
  color: rgba(0, 0, 0, 0.38); }

input.e-filled.e-disabled.e-input:-moz-placeholder {
  color: rgba(0, 0, 0, 0.38); }

.e-input-group.e-filled.e-disabled input.e-input:-moz-placeholder {
  color: rgba(0, 0, 0, 0.38); }

.e-input-group.e-filled.e-disabled.e-control-wrapper input.e-input:-moz-placeholder {
  color: rgba(0, 0, 0, 0.38); }

textarea.e-filled.e-disabled.e-input:-moz-placeholder {
  color: rgba(0, 0, 0, 0.38); }

.e-input-group.e-filled.e-disabled textarea.e-input:-moz-placeholder {
  color: rgba(0, 0, 0, 0.38); }

.e-input-group.e-filled.e-disabled.e-control-wrapper textarea.e-input:-moz-placeholder {
  color: rgba(0, 0, 0, 0.38); }

input.e-filled.e-disabled.e-input::-moz-placeholder {
  color: rgba(0, 0, 0, 0.38); }

.e-input-group.e-filled.e-disabled input.e-input::-moz-placeholder {
  color: rgba(0, 0, 0, 0.38); }

.e-input-group.e-filled.e-disabled.e-control-wrapper input.e-input::-moz-placeholder {
  color: rgba(0, 0, 0, 0.38); }

textarea.e-filled.e-disabled.e-input::-moz-placeholder {
  color: rgba(0, 0, 0, 0.38); }

.e-input-group.e-filled.e-disabled textarea.e-input::-moz-placeholder {
  color: rgba(0, 0, 0, 0.38); }

.e-input-group.e-filled.e-disabled.e-control-wrapper textarea.e-input::-moz-placeholder {
  color: rgba(0, 0, 0, 0.38); }

input.e-filled.e-disabled.e-input:-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.38); }

.e-input-group.e-filled.e-disabled input.e-input:-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.38); }

.e-input-group.e-filled.e-disabled.e-control-wrapper input.e-input:-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.38); }

textarea.e-filled.e-disabled.e-input:-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.38); }

.e-input-group.e-filled.e-disabled.e-control-wrapper textarea.e-input:-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.38); }

.e-input-group.e-filled.e-disabled textarea.e-input:-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.38); }

input.e-filled.e-disabled.e-input::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.38); }

.e-input-group.e-filled.e-disabled.e-control-wrapper input.e-input::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.38); }

.e-input-group.e-filled.e-disabled input.e-input::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.38); }

textarea.e-filled.e-disabled.e-input::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.38); }

.e-input-group.e-filled.e-disabled textarea.e-input::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.38); }

.e-input-group.e-filled.e-disabled.e-control-wrapper textarea.e-input::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.38); }

.e-filled.e-input-group.e-float-icon-left:not(.e-float-input)::before,
.e-filled.e-input-group.e-float-icon-left:not(.e-float-input)::after,
.e-filled.e-input-group.e-control-wrapper.e-float-icon-left:not(.e-float-input)::before,
.e-filled.e-input-group.e-control-wrapper.e-float-icon-left:not(.e-float-input)::after {
  background: #971b1e; }

.e-filled.e-float-input.e-input-group.e-float-icon-left .e-float-line::before,
.e-filled.e-float-input.e-input-group.e-float-icon-left .e-float-line::after,
.e-filled.e-float-input.e-control-wrapper.e-input-group.e-float-icon-left .e-float-line::before,
.e-filled.e-float-input.e-control-wrapper.e-input-group.e-float-icon-left .e-float-line::after {
  background: #971b1e; }

.e-filled.e-input-group.e-float-icon-left.e-success:not(.e-float-input)::before,
.e-filled.e-input-group.e-float-icon-left.e-success:not(.e-float-input)::after,
.e-filled.e-input-group.e-control-wrapper.e-float-icon-left.e-success:not(.e-float-input)::before,
.e-filled.e-input-group.e-control-wrapper.e-float-icon-left.e-success:not(.e-float-input)::after {
  background: #22b24b; }

.e-filled.e-float-input.e-input-group.e-float-icon-left.e-success .e-float-line::before,
.e-filled.e-float-input.e-input-group.e-float-icon-left.e-success .e-float-line::after,
.e-filled.e-float-input.e-control-wrapper.e-input-group.e-float-icon-left.e-success .e-float-line::before,
.e-filled.e-float-input.e-control-wrapper.e-input-group.e-float-icon-left.e-success .e-float-line::after,
.e-filled.e-float-input.e-input-group.e-control-wrapper.e-float-icon-left.e-success .e-float-line::before,
.e-filled.e-float-input.e-input-group.e-control-wrapper.e-float-icon-left.e-success .e-float-line::after {
  background: #22b24b; }

.e-filled.e-input-group.e-float-icon-left.e-warning:not(.e-float-input)::before,
.e-filled.e-input-group.e-float-icon-left.e-warning:not(.e-float-input)::after,
.e-filled.e-input-group.e-control-wrapper.e-float-icon-left.e-warning:not(.e-float-input)::before,
.e-filled.e-input-group.e-control-wrapper.e-float-icon-left.e-warning:not(.e-float-input)::after,
.e-filled.e-float-input.e-control-wrapper.e-input-group.e-float-icon-left.e-warning .e-float-line::before,
.e-filled.e-float-input.e-control-wrapper.e-input-group.e-float-icon-left.e-warning .e-float-line::after {
  background: #ffca1c; }

.e-filled.e-input-group.e-float-icon-left.e-error:not(.e-float-input)::before,
.e-filled.e-input-group.e-float-icon-left.e-error:not(.e-float-input)::after,
.e-filled.e-input-group.e-control-wrapper.e-float-icon-left.e-error:not(.e-float-input)::before,
.e-filled.e-input-group.e-control-wrapper.e-float-icon-left.e-error:not(.e-float-input)::after {
  background: #f44336; }

.e-filled.e-float-input.e-input-group.e-float-icon-left.e-error .e-float-line::before,
.e-filled.e-float-input.e-input-group.e-float-icon-left.e-error .e-float-line::after,
.e-filled.e-float-input.e-input-group.e-control-wrapper.e-float-icon-left.e-error .e-float-line::before,
.e-filled.e-float-input.e-input-group.e-control-wrapper.e-float-icon-left.e-error .e-float-line::after {
  background: #f44336; }

.e-filled.e-input-group:hover:not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled).e-float-icon-left,
.e-filled.e-input-group.e-control-wrapper:hover:not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled).e-float-icon-left,
.e-filled.e-float-input.e-control-wrapper:hover:not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled).e-float-icon-left,
.e-filled.e-float-input:hover:not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled).e-float-icon-left {
  border-color: rgba(0, 0, 0, 0.87); }

.e-filled.e-input-group.e-input-focus:hover:not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled).e-float-icon-left,
.e-filled.e-input-group.e-control-wrapper.e-input-focus:hover:not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled).e-float-icon-left,
.e-filled.e-float-input.e-input-focus:hover:not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled).e-float-icon-left,
.e-filled.e-float-input.e-control-wrapper.e-input-focus:hover:not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled).e-float-icon-left {
  border-color: rgba(0, 0, 0, 0.87); }

.e-filled.e-input-group.e-input-focus:hover:not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled).e-float-icon-left,
.e-filled.e-input-group.e-control-wrapper.e-input-focus:hover:not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled).e-float-icon-left,
.e-filled.e-float-input.e-input-focus:hover:not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled).e-float-icon-left,
.e-filled.e-float-input.e-control-wrapper.e-input-focus:hover:not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled).e-float-icon-left {
  border-color: rgba(0, 0, 0, 0.87); }

.e-filled.e-float-input.e-success input:focus ~ label.e-float-text,
.e-filled.e-float-input.e-success input:valid ~ label.e-float-text,
.e-filled.e-float-input.e-success input ~ label.e-label-top.e-float-text,
.e-filled.e-float-input.e-success input[readonly] ~ label.e-label-top.e-float-text,
.e-filled.e-float-input.e-success input[disabled] ~ label.e-label-top.e-float-text,
.e-filled.e-float-input.e-success input label.e-float-text.e-label-top,
.e-filled.e-float-input.e-bigger.e-success input:focus ~ label.e-float-text,
.e-filled.e-float-input.e-bigger.e-success input:valid ~ label.e-float-text,
.e-filled.e-float-input.e-bigger.e-success input ~ label.e-label-top.e-float-text,
.e-filled.e-float-input.e-bigger.e-success input[readonly] ~ label.e-label-top.e-float-text,
.e-filled.e-float-input.e-bigger.e-success input[disabled] ~ label.e-label-top.e-float-text,
.e-bigger .e-filled.e-float-input.e-success input:focus ~ label.e-float-text,
.e-bigger .e-filled.e-float-input.e-success input:valid ~ label.e-float-text,
.e-bigger .e-filled.e-float-input.e-success input ~ label.e-label-top.e-float-text,
.e-bigger .e-filled.e-float-input.e-success input[readonly] ~ label.e-label-top.e-float-text,
.e-bigger .e-filled.e-float-input.e-success input[disabled] ~ label.e-label-top.e-float-text,
.e-filled.e-float-input.e-success.e-input-focus input ~ label.e-float-text,
.e-filled.e-float-input.e-bigger.e-success.e-input-focus input ~ label.e-float-text,
.e-bigger .e-filled.e-float-input.e-success.e-input-focus input ~ label.e-float-text {
  color: #22b24b; }

.e-filled.e-float-input.e-warning input:focus ~ label.e-float-text,
.e-filled.e-float-input.e-warning input:valid ~ label.e-float-text,
.e-filled.e-float-input.e-warning input ~ label.e-label-top.e-float-text,
.e-filled.e-float-input.e-warning input[readonly] ~ label.e-label-top.e-float-text,
.e-filled.e-float-input.e-warning input[disabled] ~ label.e-label-top.e-float-text,
.e-filled.e-float-input.e-warning input label.e-float-text.e-label-top,
.e-filled.e-float-input.e-bigger.e-warning input:focus ~ label.e-float-text,
.e-filled.e-float-input.e-bigger.e-warning input:valid ~ label.e-float-text,
.e-filled.e-float-input.e-bigger.e-warning input ~ label.e-label-top.e-float-text,
.e-filled.e-float-input.e-bigger.e-warning input[readonly] ~ label.e-label-top.e-float-text,
.e-filled.e-float-input.e-bigger.e-warning input[disabled] ~ label.e-label-top.e-float-text,
.e-bigger .e-filled.e-float-input.e-warning input:focus ~ label.e-float-text,
.e-bigger .e-filled.e-float-input.e-warning input:valid ~ label.e-float-text,
.e-bigger .e-filled.e-float-input.e-warning input ~ label.e-label-top.e-float-text,
.e-bigger .e-filled.e-float-input.e-warning input[readonly] ~ label.e-label-top.e-float-text,
.e-bigger .e-filled.e-float-input.e-warning input[disabled] ~ label.e-label-top.e-float-text,
.e-filled.e-float-input.e-warning.e-input-focus input ~ label.e-float-text,
.e-filled.e-float-input.e-bigger.e-warning.e-input-focus input ~ label.e-float-text,
.e-bigger .e-filled.e-float-input.e-warning.e-input-focus input ~ label.e-float-text {
  color: #ffca1c; }

.e-filled.e-float-input.e-success input:focus ~ label.e-float-text,
.e-filled.e-float-input.e-success input:valid ~ label.e-float-text,
.e-filled.e-float-input.e-success input ~ label.e-label-top.e-float-text,
.e-filled.e-float-input.e-success input[readonly] ~ label.e-label-top.e-float-text,
.e-filled.e-float-input.e-success input[disabled] ~ label.e-label-top.e-float-text,
.e-filled.e-float-input.e-success input label.e-float-text.e-label-top,
.e-filled.e-float-input.e-bigger.e-success input:focus ~ label.e-float-text,
.e-filled.e-float-input.e-bigger.e-success input:valid ~ label.e-float-text,
.e-filled.e-float-input.e-bigger.e-success input ~ label.e-label-top.e-float-text,
.e-filled.e-float-input.e-bigger.e-success input[readonly] ~ label.e-label-top.e-float-text,
.e-filled.e-float-input.e-bigger.e-success input[disabled] ~ label.e-label-top.e-float-text,
.e-bigger .e-filled.e-float-input.e-success input:focus ~ label.e-float-text,
.e-bigger .e-filled.e-float-input.e-success input:valid ~ label.e-float-text,
.e-bigger .e-filled.e-float-input.e-success input ~ label.e-label-top.e-float-text,
.e-bigger .e-filled.e-float-input.e-success input[readonly] ~ label.e-label-top.e-float-text,
.e-bigger .e-filled.e-float-input.e-success input[disabled] ~ label.e-label-top.e-float-text,
.e-filled.e-float-input.e-success.e-input-focus input ~ label.e-float-text,
.e-filled.e-float-input.e-bigger.e-success.e-input-focus input ~ label.e-float-text,
.e-bigger .e-filled.e-float-input.e-success.e-input-focus input ~ label.e-float-text {
  color: #22b24b; }

.e-filled.e-float-input.e-warning input:focus ~ label.e-float-text,
.e-filled.e-float-input.e-warning input:valid ~ label.e-float-text,
.e-filled.e-float-input.e-warning input ~ label.e-label-top.e-float-text,
.e-filled.e-float-input.e-warning input[readonly] ~ label.e-label-top.e-float-text,
.e-filled.e-float-input.e-warning input[disabled] ~ label.e-label-top.e-float-text,
.e-filled.e-float-input.e-warning input label.e-float-text.e-label-top,
.e-filled.e-float-input.e-bigger.e-warning input:focus ~ label.e-float-text,
.e-filled.e-float-input.e-bigger.e-warning input:valid ~ label.e-float-text,
.e-filled.e-float-input.e-bigger.e-warning input ~ label.e-label-top.e-float-text,
.e-filled.e-float-input.e-bigger.e-warning input[readonly] ~ label.e-label-top.e-float-text,
.e-filled.e-float-input.e-bigger.e-warning input[disabled] ~ label.e-label-top.e-float-text,
.e-bigger .e-filled.e-float-input.e-warning input:focus ~ label.e-float-text,
.e-bigger .e-filled.e-float-input.e-warning input:valid ~ label.e-float-text,
.e-bigger .e-filled.e-float-input.e-warning input ~ label.e-label-top.e-float-text,
.e-bigger .e-filled.e-float-input.e-warning input[readonly] ~ label.e-label-top.e-float-text,
.e-bigger .e-filled.e-float-input.e-warning input[disabled] ~ label.e-label-top.e-float-text,
.e-filled.e-float-input.e-warning.e-input-focus input ~ label.e-float-text,
.e-filled.e-float-input.e-bigger.e-warning.e-input-focus input ~ label.e-float-text,
.e-bigger .e-filled.e-float-input.e-warning.e-input-focus input ~ label.e-float-text {
  color: #ffca1c; }

.e-filled.e-float-input.e-control-wrapper.e-success input:focus ~ label.e-float-text,
.e-filled.e-float-input.e-control-wrapper.e-success input:valid ~ label.e-float-text,
.e-filled.e-float-input.e-control-wrapper.e-success input ~ label.e-label-top.e-float-text,
.e-filled.e-float-input.e-control-wrapper.e-success input[readonly] ~ label.e-label-top.e-float-text,
.e-filled.e-float-input.e-control-wrapper.e-success input[disabled] ~ label.e-label-top.e-float-text,
.e-filled.e-float-input .e-control-wrapper.e-success input label.e-float-text.e-label-top,
.e-filled.e-float-input.e-control-wrapper.e-bigger.e-success input:focus ~ label.e-float-text,
.e-filled.e-float-input.e-control-wrapper.e-bigger.e-success input:valid ~ label.e-float-text,
.e-filled.e-float-input.e-control-wrapper.e-bigger.e-success input ~ label.e-label-top.e-float-text,
.e-filled.e-float-input.e-control-wrapper.e-bigger.e-success input[readonly] ~ label.e-label-top.e-float-text,
.e-filled.e-float-input.e-control-wrapper.e-bigger.e-success input[disabled] ~ label.e-label-top.e-float-text,
.e-bigger .e-filled.e-float-input.e-control-wrapper.e-success input:focus ~ label.e-float-text,
.e-bigger .e-filled.e-float-input.e-control-wrapper.e-success input:valid ~ label.e-float-text,
.e-bigger .e-filled.e-float-input.e-control-wrapper.e-success input ~ label.e-label-top.e-float-text,
.e-bigger .e-filled.e-float-input.e-control-wrapper.e-success input[readonly] ~ label.e-label-top.e-float-text,
.e-bigger .e-filled.e-float-input.e-control-wrapper.e-success input[disabled] ~ label.e-label-top.e-float-text,
.e-filled.e-float-input.e-control-wrapper.e-success.e-input-focus input ~ label.e-float-text,
.e-filled.e-float-input.e-control-wrapper.e-bigger.e-success.e-input-focus input ~ label.e-float-text,
.e-bigger .e-filled.e-float-input.e-control-wrapper.e-success.e-input-focus input ~ label.e-float-text {
  color: #22b24b; }

.e-filled.e-float-input.e-small.e-success input:focus ~ label.e-float-text,
.e-filled.e-float-input.e-small.e-success input:valid ~ label.e-float-text,
.e-filled.e-float-input.e-small.e-success input ~ label.e-label-top.e-float-text,
.e-filled.e-float-input.e-small.e-success input[readonly] ~ label.e-float-text,
.e-filled.e-float-input.e-small.e-success input[disabled] ~ label.e-float-text,
.e-small .e-filled.e-float-input.e-success input:focus ~ label.e-float-text,
.e-small .e-filled.e-float-input.e-success input:valid ~ label.e-float-text,
.e-small .e-filled.e-float-input.e-success input ~ label.e-label-top.e-float-text,
.e-small .e-filled.e-float-input.e-success input[readonly] ~ label.e-float-text.e-label-top,
.e-small .e-filled.e-float-input.e-success input[disabled] ~ label.e-float-text.e-label-top,
.e-filled.e-float-input.e-small.e-bigger.e-success input:focus ~ label.e-float-text,
.e-filled.e-float-input.e-small.e-bigger.e-success input:valid ~ label.e-float-text,
.e-filled.e-float-input.e-small.e-bigger.e-success input ~ label.e-label-top.e-float-text,
.e-filled.e-float-input.e-small.e-bigger.e-success input[readonly] ~ label.e-label-top.e-float-text,
.e-filled.e-float-input.e-small.e-bigger.e-success input[disabled] ~ label.e-label-top.e-float-text,
.e-bigger .e-filled.e-float-input.e-small.e-success input:focus ~ label.e-float-text,
.e-bigger .e-filled.e-float-input.e-small.e-success input:valid ~ label.e-float-text,
.e-bigger .e-filled.e-float-input.e-small.e-success input ~ label.e-label-top.e-float-text,
.e-bigger .e-filled.e-float-input.e-small.e-success input[readonly] ~ label.e-label-top.e-float-text,
.e-bigger .e-filled.e-float-input.e-small.e-success input[disabled] ~ label.e-label-top.e-float-text,
.e-filled.e-float-input.e-small.e-success.e-input-focus input ~ label.e-float-text,
.e-small .e-filled.e-float-input.e-success.e-input-focus input ~ label.e-float-text,
.e-filled.e-float-input.e-small.e-bigger.e-success.e-input-focus input ~ label.e-float-text,
.e-bigger .e-filled.e-float-input.e-small.e-success.e-input-focus input ~ label.e-float-text {
  color: #22b24b; }

.e-filled.e-float-input.e-control-wrapper.e-small.e-success input:focus ~ label.e-float-text,
.e-filled.e-float-input.e-control-wrapper.e-small.e-success input:valid ~ label.e-float-text,
.e-filled.e-float-input.e-control-wrapper.e-small.e-success input ~ label.e-label-top.e-float-text,
.e-filled.e-float-input.e-control-wrapper.e-small.e-success input[readonly] ~ label.e-float-text,
.e-filled.e-float-input.e-control-wrapper.e-small.e-success input[disabled] ~ label.e-float-text,
.e-small .e-filled.e-float-input.e-control-wrapper.e-success input:focus ~ label.e-float-text,
.e-small .e-filled.e-float-input.e-control-wrapper.e-success input:valid ~ label.e-float-text,
.e-small .e-filled.e-float-input.e-control-wrapper.e-success input ~ label.e-label-top.e-float-text,
.e-small .e-filled.e-float-input.e-control-wrapper.e-success input[readonly] ~ label.e-float-text.e-label-top,
.e-small .e-filled.e-float-input.e-control-wrapper.e-success input[disabled] ~ label.e-float-text.e-label-top,
.e-filled.e-float-input.e-control-wrapper.e-small.e-bigger.e-success input:focus ~ label.e-float-text,
.e-filled.e-float-input.e-control-wrapper.e-small.e-bigger.e-success input:valid ~ label.e-float-text,
.e-filled.e-float-input.e-control-wrapper.e-small.e-bigger.e-success input ~ label.e-label-top.e-float-text,
.e-filled.e-float-input.e-control-wrapper.e-small.e-bigger.e-success input[readonly] ~ label.e-label-top.e-float-text,
.e-filled.e-float-input.e-control-wrapper.e-small.e-bigger.e-success input[disabled] ~ label.e-label-top.e-float-text,
.e-bigger .e-filled.e-float-input.e-control-wrapper.e-small.e-success input:focus ~ label.e-float-text,
.e-bigger .e-filled.e-float-input.e-control-wrapper.e-small.e-success input:valid ~ label.e-float-text,
.e-bigger .e-filled.e-float-input.e-control-wrapper.e-small.e-success input ~ label.e-label-top.e-float-text,
.e-bigger .e-filled.e-float-input.e-control-wrapper.e-small.e-success input[readonly] ~ label.e-label-top.e-float-text,
.e-bigger .e-filled.e-float-input.e-control-wrapper.e-small.e-success input[disabled] ~ label.e-label-top.e-float-text,
.e-filled.e-float-input.e-control-wrapper.e-small.e-success.e-input-focus input ~ label.e-float-text,
.e-small .e-filled.e-float-input.e-control-wrapper.e-success.e-input-focus input ~ label.e-float-text,
.e-filled.e-float-input.e-control-wrapper.e-small.e-bigger.e-success.e-input-focus input ~ label.e-float-text,
.e-bigger .e-filled.e-float-input.e-control-wrapper.e-small.e-success.e-input-focus input ~ label.e-float-text {
  color: #22b24b; }

.e-filled.e-float-input.e-success textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom,
.e-filled.e-float-input.e-control-wrapper.e-success textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom,
.e-filled.e-float-input.e-bigger.e-success textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom,
.e-filled.e-float-input.e-control-wrapper.e-bigger.e-success textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom,
.e-bigger .e-filled.e-float-input.e-success textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom,
.e-bigger .e-filled.e-float-input.e-control-wrapper.e-success textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom,
.e-filled.e-float-input.e-small.e-success textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom,
.e-filled.e-float-input.e-control-wrapper.e-small.e-success textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom,
.e-small .e-filled.e-float-input.e-success textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom,
.e-small .e-filled.e-float-input.e-control-wrapper.e-success textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom,
.e-filled.e-float-input.e-small.e-bigger.e-success textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom,
.e-filled.e-float-input.e-control-wrapper.e-small.e-bigger.e-success textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom,
.e-bigger .e-filled.e-float-input.e-small.e-success textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom,
.e-bigger .e-filled.e-float-input.e-control-wrapper.e-small.e-success textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom {
  color: #22b24b; }

.e-filled.e-float-input.e-success textarea:focus ~ label.e-float-text,
.e-filled.e-float-input.e-success textarea:valid ~ label.e-float-text,
.e-filled.e-float-input.e-success textarea ~ label.e-label-top.e-float-text,
.e-filled.e-float-input.e-success textarea[readonly] ~ label.e-label-top.e-float-text,
.e-filled.e-float-input.e-success textarea[disabled] ~ label.e-label-top.e-float-text,
.e-filled.e-float-input.e-success textarea label.e-float-text.e-label-top,
.e-filled.e-float-input.e-bigger.e-success textarea:focus ~ label.e-float-text,
.e-filled.e-float-input.e-bigger.e-success textarea:valid ~ label.e-float-text,
.e-filled.e-float-input.e-bigger.e-success textarea ~ label.e-label-top.e-float-text,
.e-filled.e-float-input.e-bigger.e-success textarea[readonly] ~ label.e-label-top.e-float-text,
.e-filled.e-float-input.e-bigger.e-success textarea[disabled] ~ label.e-label-top.e-float-text,
.e-bigger .e-filled.e-float-input.e-success textarea:focus ~ label.e-float-text,
.e-bigger .e-filled.e-float-input.e-success textarea:valid ~ label.e-float-text,
.e-bigger .e-filled.e-float-input.e-success textarea ~ label.e-label-top.e-float-text,
.e-bigger .e-filled.e-float-input.e-success textarea[readonly] ~ label.e-label-top.e-float-text,
.e-bigger .e-filled.e-float-input.e-success textarea[disabled] ~ label.e-label-top.e-float-text {
  color: #22b24b; }

.e-filled.e-float-input.e-control-wrapper.e-success textarea:focus ~ label.e-float-text,
.e-filled.e-float-input.e-control-wrapper.e-success textarea:valid ~ label.e-float-text,
.e-filled.e-float-input.e-control-wrapper.e-success textarea ~ label.e-label-top.e-float-text,
.e-filled.e-float-input.e-control-wrapper.e-success textarea[readonly] ~ label.e-label-top.e-float-text,
.e-filled.e-float-input.e-control-wrapper.e-success textarea[disabled] ~ label.e-label-top.e-float-text,
.e-filled.e-float-input.e-control-wrapper.e-success textarea label.e-float-text.e-label-top,
.e-filled.e-float-input.e-control-wrapper.e-bigger.e-success textarea:focus ~ label.e-float-text,
.e-filled.e-float-input.e-control-wrapper.e-bigger.e-success textarea:valid ~ label.e-float-text,
.e-filled.e-float-input.e-control-wrapper.e-bigger.e-success textarea ~ label.e-label-top.e-float-text,
.e-filled.e-float-input.e-control-wrapper.e-bigger.e-success textarea[readonly] ~ label.e-label-top.e-float-text,
.e-filled.e-float-input.e-control-wrapper.e-bigger.e-success textarea[disabled] ~ label.e-label-top.e-float-text,
.e-bigger .e-filled.e-float-input.e-control-wrapper.e-success textarea:focus ~ label.e-float-text,
.e-bigger .e-filled.e-float-input.e-control-wrapper.e-success textarea:valid ~ label.e-float-text,
.e-bigger .e-filled.e-float-input.e-control-wrapper.e-success textarea ~ label.e-label-top.e-float-text,
.e-bigger .e-filled.e-float-input.e-control-wrapper.e-success textarea[readonly] ~ label.e-label-top.e-float-text,
.e-bigger .e-filled.e-float-input.e-control-wrapper.e-success textarea[disabled] ~ label.e-label-top.e-float-text {
  color: #22b24b; }

.e-filled.e-float-input.e-small.e-success textarea:focus ~ label.e-float-text,
.e-filled.e-float-input.e-small.e-success textarea:valid ~ label.e-float-text,
.e-filled.e-float-input.e-small.e-success textarea ~ label.e-label-top.e-float-text,
.e-filled.e-float-input.e-small.e-success textarea[readonly] ~ label.e-float-text,
.e-filled.e-float-input.e-small.e-success textarea[disabled] ~ label.e-float-text,
.e-small .e-filled.e-float-input.e-success textarea:focus ~ label.e-float-text,
.e-small .e-filled.e-float-input.e-success textarea:valid ~ label.e-float-text,
.e-small .e-filled.e-float-input.e-success textarea ~ label.e-label-top.e-float-text,
.e-small .e-filled.e-float-input.e-success textarea[readonly] ~ label.e-float-text.e-label-top,
.e-small .e-filled.e-float-input.e-success textarea[disabled] ~ label.e-float-text.e-label-top,
.e-filled.e-float-input.e-small.e-bigger.e-success textarea:focus ~ label.e-float-text,
.e-filled.e-float-input.e-small.e-bigger.e-success textarea:valid ~ label.e-float-text,
.e-filled.e-float-input.e-small.e-bigger.e-success textarea ~ label.e-label-top.e-float-text,
.e-filled.e-float-input.e-small.e-bigger.e-success textarea[readonly] ~ label.e-label-top.e-float-text,
.e-filled.e-float-input.e-small.e-bigger.e-success textarea[disabled] ~ label.e-label-top.e-float-text,
.e-bigger .e-filled.e-float-input.e-small.e-success textarea:focus ~ label.e-float-text,
.e-bigger .e-filled.e-float-input.e-small.e-success textarea:valid ~ label.e-float-text,
.e-bigger .e-filled.e-float-input.e-small.e-success textarea ~ label.e-label-top.e-float-text,
.e-bigger .e-filled.e-float-input.e-small.e-success textarea[readonly] ~ label.e-label-top.e-float-text,
.e-bigger .e-filled.e-float-input.e-small.e-success textarea[disabled] ~ label.e-label-top.e-float-text {
  color: #22b24b; }

.e-filled.e-float-input.e-control-wrapper.e-small.e-success textarea:focus ~ label.e-float-text,
.e-filled.e-float-input.e-control-wrapper.e-small.e-success textarea:valid ~ label.e-float-text,
.e-filled.e-float-input.e-control-wrapper.e-small.e-success textarea ~ label.e-label-top.e-float-text,
.e-filled.e-float-input.e-control-wrapper.e-small.e-success textarea[readonly] ~ label.e-float-text,
.e-filled.e-float-input.e-control-wrapper.e-small.e-success textarea[disabled] ~ label.e-float-text,
.e-small .e-filled.e-float-input.e-control-wrapper.e-success textarea:focus ~ label.e-float-text,
.e-small .e-filled.e-float-input.e-control-wrapper.e-success textarea:valid ~ label.e-float-text,
.e-small .e-filled.e-float-input.e-control-wrapper.e-success textarea ~ label.e-label-top.e-float-text,
.e-small .e-filled.e-float-input.e-control-wrapper.e-success textarea[readonly] ~ label.e-float-text.e-label-top,
.e-small .e-filled.e-float-input.e-control-wrapper.e-success textarea[disabled] ~ label.e-float-text.e-label-top,
.e-filled.e-float-input.e-control-wrapper.e-small.e-bigger.e-success textarea:focus ~ label.e-float-text,
.e-filled.e-float-input.e-control-wrapper.e-small.e-bigger.e-success textarea:valid ~ label.e-float-text,
.e-filled.e-float-input.e-control-wrapper.e-small.e-bigger.e-success textarea ~ label.e-label-top.e-float-text,
.e-filled.e-float-input.e-control-wrapper.e-small.e-bigger.e-success textarea[readonly] ~ label.e-label-top.e-float-text,
.e-filled.e-float-input.e-control-wrapper.e-small.e-bigger.e-success textarea[disabled] ~ label.e-label-top.e-float-text,
.e-bigger .e-filled.e-float-input.e-control-wrapper.e-small.e-success textarea:focus ~ label.e-float-text,
.e-bigger .e-filled.e-float-input.e-control-wrapper.e-small.e-success textarea:valid ~ label.e-float-text,
.e-bigger .e-filled.e-float-input.e-control-wrapper.e-small.e-success textarea ~ label.e-label-top.e-float-text,
.e-bigger .e-filled.e-float-input.e-control-wrapper.e-small.e-success textarea[readonly] ~ label.e-label-top.e-float-text,
.e-bigger .e-filled.e-float-input.e-control-wrapper.e-small.e-success textarea[disabled] ~ label.e-label-top.e-float-text {
  color: #22b24b; }

.e-filled.e-float-input.e-success input:focus ~ label.e-float-text,
.e-filled.e-float-input.e-bigger.e-success input:focus ~ label.e-float-text,
.e-bigger .e-filled.e-float-input.e-success input:focus ~ label.e-float-text,
.e-filled.e-float-input.e-small.e-success input:focus ~ label.e-float-text,
.e-small .e-filled.e-float-input.e-success input:focus ~ label.e-float-text,
.e-filled.e-float-input.e-small.e-bigger.e-success input:focus ~ label.e-float-text,
.e-bigger .e-filled.e-float-input.e-small.e-success input:focus ~ label.e-float-text,
.e-filled.e-float-input.e-success textarea:focus ~ label.e-float-text,
.e-filled.e-float-input.e-bigger.e-success textarea:focus ~ label.e-float-text,
.e-bigger .e-filled.e-float-input.e-success textarea:focus ~ label.e-float-text,
.e-filled.e-float-input.e-small.e-success textarea:focus ~ label.e-float-text,
.e-small .e-filled.e-float-input.e-success textarea:focus ~ label.e-float-text,
.e-filled.e-float-input.e-small.e-bigger.e-success textarea:focus ~ label.e-float-text,
.e-bigger .e-filled.e-float-input.e-small.e-success textarea:focus ~ label.e-float-text,
.e-filled.e-float-input.e-control-wrapper.e-success input:focus ~ label.e-float-text,
.e-filled.e-float-input.e-control-wrapper.e-bigger.e-success input:focus ~ label.e-float-text,
.e-bigger .e-filled.e-float-input.e-control-wrapper.e-success input:focus ~ label.e-float-text,
.e-filled.e-float-input.e-control-wrapper.e-small.e-success input:focus ~ label.e-float-text,
.e-small .e-filled.e-float-input.e-control-wrapper.e-success input:focus ~ label.e-float-text,
.e-filled.e-float-input.e-control-wrapper.e-small.e-bigger.e-success input:focus ~ label.e-float-text,
.e-bigger .e-filled.e-float-input.e-control-wrapper.e-small.e-success input:focus ~ label.e-float-text,
.e-filled.e-float-input.e-control-wrapper.e-success textarea:focus ~ label.e-float-text,
.e-filled.e-float-input.e-control-wrapper.e-bigger.e-success textarea:focus ~ label.e-float-text,
.e-bigger .e-filled.e-float-input.e-control-wrapper.e-success textarea:focus ~ label.e-float-text,
.e-filled.e-float-input.e-control-wrapper.e-small.e-success textarea:focus ~ label.e-float-text,
.e-small .e-filled.e-float-input.e-control-wrapper.e-success textarea:focus ~ label.e-float-text,
.e-filled.e-float-input.e-control-wrapper.e-small.e-bigger.e-success textarea:focus ~ label.e-float-text,
.e-bigger .e-filled.e-float-input.e-control-wrapper.e-small.e-success textarea:focus ~ label.e-float-text,
.e-filled.e-float-input.e-success.e-input-focus input ~ label.e-float-text,
.e-filled.e-float-input.e-bigger.e-success.e-input-focus input ~ label.e-float-text,
.e-bigger .e-filled.e-float-input.e-success.e-input-focus input ~ label.e-float-text,
.e-filled.e-float-input.e-small.e-success.e-input-focus input ~ label.e-float-text,
.e-small .e-filled.e-float-input.e-success.e-input-focus input ~ label.e-float-text,
.e-filled.e-float-input.e-small.e-bigger.e-success.e-input-focus input ~ label.e-float-text,
.e-bigger .e-filled.e-float-input.e-small.e-success.e-input-focus input ~ label.e-float-text,
.e-filled.e-float-input.e-control-wrapper.e-success.e-input-focus input ~ label.e-float-text,
.e-filled.e-float-input.e-control-wrapper.e-bigger.e-success.e-input-focus input ~ label.e-float-text,
.e-bigger .e-filled.e-float-input.e-control-wrapper.e-success.e-input-focus input ~ label.e-float-text,
.e-filled.e-float-input.e-control-wrapper.e-small.e-success.e-input-focus input ~ label.e-float-text,
.e-small .e-filled.e-float-input.e-control-wrapper.e-success.e-input-focus input ~ label.e-float-text,
.e-filled.e-float-input.e-control-wrapper.e-small.e-bigger.e-success.e-input-focus input ~ label.e-float-text,
.e-bigger .e-filled.e-float-input.e-control-wrapper.e-small.e-success.e-input-focus input ~ label.e-float-text {
  color: #22b24b; }

.e-filled.e-float-input.e-success:not(.e-input-focus) input:not(:focus):-webkit-autofill ~ label.e-float-text,
.e-bigger .e-filled.e-float-input.e-success:not(.e-input-focus) input:not(:focus):-webkit-autofill ~ label.e-float-text,
.e-bigger.e-filled.e-float-input.e-success:not(.e-input-focus) input:not(:focus):-webkit-autofill ~ label.e-float-text,
.e-small .e-filled.e-float-input.e-success:not(.e-input-focus) input:not(:focus):-webkit-autofill ~ label.e-float-text,
.e-small.e-filled.e-float-input.e-success:not(.e-input-focus) input:not(:focus):-webkit-autofill ~ label.e-float-text,
.e-bigger .e-filled.e-float-input.e-small.e-success:not(.e-input-focus) input:not(:focus):-webkit-autofill ~ label.e-float-text,
.e-bigger.e-small .e-filled.e-float-input.e-success:not(.e-input-focus) input:not(:focus):-webkit-autofill ~ label.e-float-text,
.e-filled.e-float-input.e-bigger.e-small.e-success:not(.e-input-focus) input:not(:focus):-webkit-autofill ~ label.e-float-text,
.e-filled.e-float-input.e-control-wrapper.e-autofill.e-success:not(.e-input-focus) input:not(:focus):-webkit-autofill ~ label.e-float-text,
.e-bigger .e-filled.e-float-input.e-control-wrapper.e-autofill.e-success:not(.e-input-focus) input:not(:focus):-webkit-autofill ~ label.e-float-text,
.e-bigger.e-filled.e-float-input.e-control-wrapper.e-autofill.e-success:not(.e-input-focus) input:not(:focus):-webkit-autofill ~ label.e-float-text,
.e-small .e-filled.e-float-input.e-control-wrapper.e-autofill.e-success:not(.e-input-focus) input:not(:focus):-webkit-autofill ~ label.e-float-text,
.e-small.e-filled.e-float-input.e-control-wrapper.e-autofill.e-success:not(.e-input-focus) input:not(:focus):-webkit-autofill ~ label.e-float-text,
.e-bigger .e-filled.e-float-input.e-small.e-control-wrapper.e-autofill.e-success:not(.e-input-focus) input:not(:focus):-webkit-autofill ~ label.e-float-text,
.e-bigger.e-small .e-filled.e-float-input.e-control-wrapper.e-autofill.e-success:not(.e-input-focus) input:not(:focus):-webkit-autofill ~ label.e-float-text,
.e-filled.e-float-input.e-bigger.e-small.e-control-wrapper.e-autofill.e-success:not(.e-input-focus) input:not(:focus):-webkit-autofill ~ label.e-float-text {
  color: #22b24b; }

.e-filled.e-float-input.e-success textarea:not(:focus):-webkit-autofill ~ label.e-float-text,
.e-bigger .e-filled.e-float-input.e-success textarea:not(:focus):-webkit-autofill ~ label.e-float-text,
.e-bigger.e-filled.e-float-input.e-success textarea:not(:focus):-webkit-autofill ~ label.e-float-text,
.e-small .e-filled.e-float-input.e-success textarea:not(:focus):-webkit-autofill ~ label.e-float-text,
.e-small.e-filled.e-float-input.e-success textarea:not(:focus):-webkit-autofill ~ label.e-float-text,
.e-bigger .e-filled.e-float-input.e-small.e-success textarea:not(:focus):-webkit-autofill ~ label.e-float-text,
.e-bigger.e-small .e-filled.e-float-input.e-success textarea:not(:focus):-webkit-autofill ~ label.e-float-text,
.e-filled.e-float-input.e-bigger.e-small.e-success textarea:not(:focus):-webkit-autofill ~ label.e-float-text,
.e-filled.e-float-input.e-control-wrapper.e-autofill.e-success textarea:not(:focus):-webkit-autofill ~ label.e-float-text,
.e-bigger .e-filled.e-float-input.e-control-wrapper.e-autofill.e-success textarea:not(:focus):-webkit-autofill ~ label.e-float-text,
.e-bigger.e-filled.e-float-input.e-control-wrapper.e-autofill.e-success textarea:not(:focus):-webkit-autofill ~ label.e-float-text,
.e-small .e-filled.e-float-input.e-control-wrapper.e-autofill.e-success textarea:not(:focus):-webkit-autofill ~ label.e-float-text,
.e-small.e-filled.e-float-input.e-control-wrapper.e-autofill.e-success textarea:not(:focus):-webkit-autofill ~ label.e-float-text,
.e-bigger .e-filled.e-float-input.e-small.e-control-wrapper.e-autofill.e-success textarea:not(:focus):-webkit-autofill ~ label.e-float-text,
.e-bigger.e-small .e-filled.e-float-input.e-control-wrapper.e-autofill.e-success textarea:not(:focus):-webkit-autofill ~ label.e-float-text,
.e-filled.e-bigger.e-small.e-control-wrapper.e-autofill.e-success textarea:not(:focus):-webkit-autofill ~ label.e-float-text {
  color: #22b24b; }

.e-filled.e-float-input.e-control-wrapper.e-warning input:focus ~ label.e-float-text,
.e-filled.e-float-input.e-control-wrapper.e-warning input:valid ~ label.e-float-text,
.e-filled.e-float-input.e-control-wrapper.e-warning input ~ label.e-label-top.e-float-text,
.e-filled.e-float-input.e-control-wrapper.e-warning input[readonly] ~ label.e-label-top.e-float-text,
.e-filled.e-float-input.e-control-wrapper.e-warning input[disabled] ~ label.e-label-top.e-float-text,
.e-filled.e-float-input .e-control-wrapper.e-warning input label.e-float-text.e-label-top,
.e-filled.e-float-input.e-control-wrapper.e-bigger.e-warning input:focus ~ label.e-float-text,
.e-filled.e-float-input.e-control-wrapper.e-bigger.e-warning input:valid ~ label.e-float-text,
.e-filled.e-float-input.e-control-wrapper.e-bigger.e-warning input ~ label.e-label-top.e-float-text,
.e-filled.e-float-input.e-control-wrapper.e-bigger.e-warning input[readonly] ~ label.e-label-top.e-float-text,
.e-filled.e-float-input.e-control-wrapper.e-bigger.e-warning input[disabled] ~ label.e-label-top.e-float-text,
.e-bigger .e-filled.e-float-input.e-control-wrapper.e-warning input:focus ~ label.e-float-text,
.e-bigger .e-filled.e-float-input.e-control-wrapper.e-warning input:valid ~ label.e-float-text,
.e-bigger .e-filled.e-float-input.e-control-wrapper.e-warning input ~ label.e-label-top.e-float-text,
.e-bigger .e-filled.e-float-input.e-control-wrapper.e-warning input[readonly] ~ label.e-label-top.e-float-text,
.e-bigger .e-filled.e-float-input.e-control-wrapper.e-warning input[disabled] ~ label.e-label-top.e-float-text,
.e-filled.e-float-input.e-control-wrapper.e-warning.e-input-focus input ~ label.e-float-text,
.e-filled.e-float-input.e-control-wrapper.e-bigger.e-warning.e-input-focus input ~ label.e-float-text,
.e-bigger .e-filled.e-float-input.e-control-wrapper.e-warning.e-input-focus input ~ label.e-float-text {
  color: #ffca1c; }

.e-filled.e-float-input.e-small.e-warning input:focus ~ label.e-float-text,
.e-filled.e-float-input.e-small.e-warning input:valid ~ label.e-float-text,
.e-filled.e-float-input.e-small.e-warning input ~ label.e-label-top.e-float-text,
.e-filled.e-float-input.e-small.e-warning input[readonly] ~ label.e-float-text,
.e-filled.e-float-input.e-small.e-warning input[disabled] ~ label.e-float-text,
.e-small .e-filled.e-float-input.e-warning input:focus ~ label.e-float-text,
.e-small .e-filled.e-float-input.e-warning input:valid ~ label.e-float-text,
.e-small .e-filled.e-float-input.e-warning input ~ label.e-label-top.e-float-text,
.e-small .e-filled.e-float-input.e-warning input[readonly] ~ label.e-float-text.e-label-top,
.e-small .e-filled.e-float-input.e-warning input[disabled] ~ label.e-float-text.e-label-top,
.e-filled.e-float-input.e-small.e-bigger.e-warning input:focus ~ label.e-float-text,
.e-filled.e-float-input.e-small.e-bigger.e-warning input:valid ~ label.e-float-text,
.e-filled.e-float-input.e-small.e-bigger.e-warning input ~ label.e-label-top.e-float-text,
.e-filled.e-float-input.e-small.e-bigger.e-warning input[readonly] ~ label.e-label-top.e-float-text,
.e-filled.e-float-input.e-small.e-bigger.e-warning input[disabled] ~ label.e-label-top.e-float-text,
.e-bigger .e-filled.e-float-input.e-small.e-warning input:focus ~ label.e-float-text,
.e-bigger .e-filled.e-float-input.e-small.e-warning input:valid ~ label.e-float-text,
.e-bigger .e-filled.e-float-input.e-small.e-warning input ~ label.e-label-top.e-float-text,
.e-bigger .e-filled.e-float-input.e-small.e-warning input[readonly] ~ label.e-label-top.e-float-text,
.e-bigger .e-filled.e-float-input.e-small.e-warning input[disabled] ~ label.e-label-top.e-float-text,
.e-filled.e-float-input.e-small.e-warning.e-input-focus input ~ label.e-float-text,
.e-small .e-filled.e-float-input.e-warning.e-input-focus input ~ label.e-float-text,
.e-filled.e-float-input.e-small.e-bigger.e-warning.e-input-focus input ~ label.e-float-text,
.e-bigger .e-filled.e-float-input.e-small.e-warning.e-input-focus input ~ label.e-float-text {
  color: #ffca1c; }

.e-filled.e-float-input.e-control-wrapper.e-small.e-warning input:focus ~ label.e-float-text,
.e-filled.e-float-input.e-control-wrapper.e-small.e-warning input:valid ~ label.e-float-text,
.e-filled.e-float-input.e-control-wrapper.e-small.e-warning input ~ label.e-label-top.e-float-text,
.e-filled.e-float-input.e-control-wrapper.e-small.e-warning input[readonly] ~ label.e-float-text,
.e-filled.e-float-input.e-control-wrapper.e-small.e-warning input[disabled] ~ label.e-float-text,
.e-small .e-filled.e-float-input.e-control-wrapper.e-warning input:focus ~ label.e-float-text,
.e-small .e-filled.e-float-input.e-control-wrapper.e-warning input:valid ~ label.e-float-text,
.e-small .e-filled.e-float-input.e-control-wrapper.e-warning input ~ label.e-label-top.e-float-text,
.e-small .e-filled.e-float-input.e-control-wrapper.e-warning input[readonly] ~ label.e-float-text.e-label-top,
.e-small .e-filled.e-float-input.e-control-wrapper.e-warning input[disabled] ~ label.e-float-text.e-label-top,
.e-filled.e-float-input.e-control-wrapper.e-small.e-bigger.e-warning input:focus ~ label.e-float-text,
.e-filled.e-float-input.e-control-wrapper.e-small.e-bigger.e-warning input:valid ~ label.e-float-text,
.e-filled.e-float-input.e-control-wrapper.e-small.e-bigger.e-warning input ~ label.e-label-top.e-float-text,
.e-filled.e-float-input.e-control-wrapper.e-small.e-bigger.e-warning input[readonly] ~ label.e-label-top.e-float-text,
.e-filled.e-float-input.e-control-wrapper.e-small.e-bigger.e-warning input[disabled] ~ label.e-label-top.e-float-text,
.e-bigger .e-filled.e-float-input.e-control-wrapper.e-small.e-warning input:focus ~ label.e-float-text,
.e-bigger .e-filled.e-float-input.e-control-wrapper.e-small.e-warning input:valid ~ label.e-float-text,
.e-bigger .e-filled.e-float-input.e-control-wrapper.e-small.e-warning input ~ label.e-label-top.e-float-text,
.e-bigger .e-filled.e-float-input.e-control-wrapper.e-small.e-warning input[readonly] ~ label.e-label-top.e-float-text,
.e-bigger .e-filled.e-float-input.e-control-wrapper.e-small.e-warning input[disabled] ~ label.e-label-top.e-float-text,
.e-filled.e-float-input.e-control-wrapper.e-small.e-warning.e-input-focus input ~ label.e-float-text,
.e-small .e-filled.e-float-input.e-control-wrapper.e-warning.e-input-focus input ~ label.e-float-text,
.e-filled.e-float-input.e-control-wrapper.e-small.e-bigger.e-warning.e-input-focus input ~ label.e-float-text,
.e-bigger .e-filled.e-float-input.e-control-wrapper.e-small.e-warning.e-input-focus input ~ label.e-float-text {
  color: #ffca1c; }

.e-filled.e-float-input.e-warning textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom,
.e-filled.e-float-input.e-control-wrapper.e-warning textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom,
.e-filled.e-float-input.e-bigger.e-warning textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom,
.e-filled.e-float-input.e-control-wrapper.e-bigger.e-warning textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom,
.e-bigger .e-filled.e-float-input.e-warning textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom,
.e-bigger .e-filled.e-float-input.e-control-wrapper.e-warning textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom,
.e-filled.e-float-input.e-small.e-warning textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom,
.e-filled.e-float-input.e-control-wrapper.e-small.e-warning textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom,
.e-small .e-filled.e-float-input.e-warning textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom,
.e-small .e-filled.e-float-input.e-control-wrapper.e-warning textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom,
.e-filled.e-float-input.e-small.e-bigger.e-warning textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom,
.e-filled.e-float-input.e-control-wrapper.e-small.e-bigger.e-warning textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom,
.e-bigger .e-filled.e-float-input.e-small.e-warning textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom,
.e-bigger .e-filled.e-float-input.e-control-wrapper.e-small.e-warning textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom {
  color: #ffca1c; }

.e-filled.e-float-input.e-warning textarea:focus ~ label.e-float-text,
.e-filled.e-float-input.e-warning textarea:valid ~ label.e-float-text,
.e-filled.e-float-input.e-warning textarea ~ label.e-label-top.e-float-text,
.e-filled.e-float-input.e-warning textarea[readonly] ~ label.e-label-top.e-float-text,
.e-filled.e-float-input.e-warning textarea[disabled] ~ label.e-label-top.e-float-text,
.e-filled.e-float-input.e-warning textarea label.e-float-text.e-label-top,
.e-filled.e-float-input.e-bigger.e-warning textarea:focus ~ label.e-float-text,
.e-filled.e-float-input.e-bigger.e-warning textarea:valid ~ label.e-float-text,
.e-filled.e-float-input.e-bigger.e-warning textarea ~ label.e-label-top.e-float-text,
.e-filled.e-float-input.e-bigger.e-warning textarea[readonly] ~ label.e-label-top.e-float-text,
.e-filled.e-float-input.e-bigger.e-warning textarea[disabled] ~ label.e-label-top.e-float-text,
.e-bigger .e-filled.e-float-input.e-warning textarea:focus ~ label.e-float-text,
.e-bigger .e-filled.e-float-input.e-warning textarea:valid ~ label.e-float-text,
.e-bigger .e-filled.e-float-input.e-warning textarea ~ label.e-label-top.e-float-text,
.e-bigger .e-filled.e-float-input.e-warning textarea[readonly] ~ label.e-label-top.e-float-text,
.e-bigger .e-filled.e-float-input.e-warning textarea[disabled] ~ label.e-label-top.e-float-text {
  color: #ffca1c; }

.e-filled.e-float-input.e-control-wrapper.e-warning textarea:focus ~ label.e-float-text,
.e-filled.e-float-input.e-control-wrapper.e-warning textarea:valid ~ label.e-float-text,
.e-filled.e-float-input.e-control-wrapper.e-warning textarea ~ label.e-label-top.e-float-text,
.e-filled.e-float-input.e-control-wrapper.e-warning textarea[readonly] ~ label.e-label-top.e-float-text,
.e-filled.e-float-input.e-control-wrapper.e-warning textarea[disabled] ~ label.e-label-top.e-float-text,
.e-filled.e-float-input.e-control-wrapper.e-warning textarea label.e-float-text.e-label-top,
.e-filled.e-float-input.e-control-wrapper.e-bigger.e-warning textarea:focus ~ label.e-float-text,
.e-filled.e-float-input.e-control-wrapper.e-bigger.e-warning textarea:valid ~ label.e-float-text,
.e-filled.e-float-input.e-control-wrapper.e-bigger.e-warning textarea ~ label.e-label-top.e-float-text,
.e-filled.e-float-input.e-control-wrapper.e-bigger.e-warning textarea[readonly] ~ label.e-label-top.e-float-text,
.e-filled.e-float-input.e-control-wrapper.e-bigger.e-warning textarea[disabled] ~ label.e-label-top.e-float-text,
.e-bigger .e-filled.e-float-input.e-control-wrapper.e-warning textarea:focus ~ label.e-float-text,
.e-bigger .e-filled.e-float-input.e-control-wrapper.e-warning textarea:valid ~ label.e-float-text,
.e-bigger .e-filled.e-float-input.e-control-wrapper.e-warning textarea ~ label.e-label-top.e-float-text,
.e-bigger .e-filled.e-float-input.e-control-wrapper.e-warning textarea[readonly] ~ label.e-label-top.e-float-text,
.e-bigger .e-filled.e-float-input.e-control-wrapper.e-warning textarea[disabled] ~ label.e-label-top.e-float-text {
  color: #ffca1c; }

.e-filled.e-float-input.e-small.e-warning textarea:focus ~ label.e-float-text,
.e-filled.e-float-input.e-small.e-warning textarea:valid ~ label.e-float-text,
.e-filled.e-float-input.e-small.e-warning textarea ~ label.e-label-top.e-float-text,
.e-filled.e-float-input.e-small.e-warning textarea[readonly] ~ label.e-float-text,
.e-filled.e-float-input.e-small.e-warning textarea[disabled] ~ label.e-float-text,
.e-small .e-filled.e-float-input.e-warning textarea:focus ~ label.e-float-text,
.e-small .e-filled.e-float-input.e-warning textarea:valid ~ label.e-float-text,
.e-small .e-filled.e-float-input.e-warning textarea ~ label.e-label-top.e-float-text,
.e-small .e-filled.e-float-input.e-warning textarea[readonly] ~ label.e-float-text.e-label-top,
.e-small .e-filled.e-float-input.e-warning textarea[disabled] ~ label.e-float-text.e-label-top,
.e-filled.e-float-input.e-small.e-bigger.e-warning textarea:focus ~ label.e-float-text,
.e-filled.e-float-input.e-small.e-bigger.e-warning textarea:valid ~ label.e-float-text,
.e-filled.e-float-input.e-small.e-bigger.e-warning textarea ~ label.e-label-top.e-float-text,
.e-filled.e-float-input.e-small.e-bigger.e-warning textarea[readonly] ~ label.e-label-top.e-float-text,
.e-filled.e-float-input.e-small.e-bigger.e-warning textarea[disabled] ~ label.e-label-top.e-float-text,
.e-bigger .e-filled.e-float-input.e-small.e-warning textarea:focus ~ label.e-float-text,
.e-bigger .e-filled.e-float-input.e-small.e-warning textarea:valid ~ label.e-float-text,
.e-bigger .e-filled.e-float-input.e-small.e-warning textarea ~ label.e-label-top.e-float-text,
.e-bigger .e-filled.e-float-input.e-small.e-warning textarea[readonly] ~ label.e-label-top.e-float-text,
.e-bigger .e-filled.e-float-input.e-small.e-warning textarea[disabled] ~ label.e-label-top.e-float-text {
  color: #ffca1c; }

.e-filled.e-float-input.e-control-wrapper.e-small.e-warning textarea:focus ~ label.e-float-text,
.e-filled.e-float-input.e-control-wrapper.e-small.e-warning textarea:valid ~ label.e-float-text,
.e-filled.e-float-input.e-control-wrapper.e-small.e-warning textarea ~ label.e-label-top.e-float-text,
.e-filled.e-float-input.e-control-wrapper.e-small.e-warning textarea[readonly] ~ label.e-float-text,
.e-filled.e-float-input.e-control-wrapper.e-small.e-warning textarea[disabled] ~ label.e-float-text,
.e-small .e-filled.e-float-input.e-control-wrapper.e-warning textarea:focus ~ label.e-float-text,
.e-small .e-filled.e-float-input.e-control-wrapper.e-warning textarea:valid ~ label.e-float-text,
.e-small .e-filled.e-float-input.e-control-wrapper.e-warning textarea ~ label.e-label-top.e-float-text,
.e-small .e-filled.e-float-input.e-control-wrapper.e-warning textarea[readonly] ~ label.e-float-text.e-label-top,
.e-small .e-filled.e-float-input.e-control-wrapper.e-warning textarea[disabled] ~ label.e-float-text.e-label-top,
.e-filled.e-float-input.e-control-wrapper.e-small.e-bigger.e-warning textarea:focus ~ label.e-float-text,
.e-filled.e-float-input.e-control-wrapper.e-small.e-bigger.e-warning textarea:valid ~ label.e-float-text,
.e-filled.e-float-input.e-control-wrapper.e-small.e-bigger.e-warning textarea ~ label.e-label-top.e-float-text,
.e-filled.e-float-input.e-control-wrapper.e-small.e-bigger.e-warning textarea[readonly] ~ label.e-label-top.e-float-text,
.e-filled.e-float-input.e-control-wrapper.e-small.e-bigger.e-warning textarea[disabled] ~ label.e-label-top.e-float-text,
.e-bigger .e-filled.e-float-input.e-control-wrapper.e-small.e-warning textarea:focus ~ label.e-float-text,
.e-bigger .e-filled.e-float-input.e-control-wrapper.e-small.e-warning textarea:valid ~ label.e-float-text,
.e-bigger .e-filled.e-float-input.e-control-wrapper.e-small.e-warning textarea ~ label.e-label-top.e-float-text,
.e-bigger .e-filled.e-float-input.e-control-wrapper.e-small.e-warning textarea[readonly] ~ label.e-label-top.e-float-text,
.e-bigger .e-filled.e-float-input.e-control-wrapper.e-small.e-warning textarea[disabled] ~ label.e-label-top.e-float-text {
  color: #ffca1c; }

.e-filled.e-float-input.e-warning input:focus ~ label.e-float-text,
.e-filled.e-float-input.e-bigger.e-warning input:focus ~ label.e-float-text,
.e-bigger .e-filled.e-float-input.e-warning input:focus ~ label.e-float-text,
.e-filled.e-float-input.e-small.e-warning input:focus ~ label.e-float-text,
.e-small .e-filled.e-float-input.e-warning input:focus ~ label.e-float-text,
.e-filled.e-float-input.e-small.e-bigger.e-warning input:focus ~ label.e-float-text,
.e-bigger .e-filled.e-float-input.e-small.e-warning input:focus ~ label.e-float-text,
.e-filled.e-float-input.e-warning textarea:focus ~ label.e-float-text,
.e-filled.e-float-input.e-bigger.e-warning textarea:focus ~ label.e-float-text,
.e-bigger .e-filled.e-float-input.e-warning textarea:focus ~ label.e-float-text,
.e-filled.e-float-input.e-small.e-warning textarea:focus ~ label.e-float-text,
.e-small .e-filled.e-float-input.e-warning textarea:focus ~ label.e-float-text,
.e-filled.e-float-input.e-small.e-bigger.e-warning textarea:focus ~ label.e-float-text,
.e-bigger .e-filled.e-float-input.e-small.e-warning textarea:focus ~ label.e-float-text,
.e-filled.e-float-input.e-control-wrapper.e-warning input:focus ~ label.e-float-text,
.e-filled.e-float-input.e-control-wrapper.e-bigger.e-warning input:focus ~ label.e-float-text,
.e-bigger .e-filled.e-float-input.e-control-wrapper.e-warning input:focus ~ label.e-float-text,
.e-filled.e-float-input.e-control-wrapper.e-small.e-warning input:focus ~ label.e-float-text,
.e-small .e-filled.e-float-input.e-control-wrapper.e-warning input:focus ~ label.e-float-text,
.e-filled.e-float-input.e-control-wrapper.e-small.e-bigger.e-warning input:focus ~ label.e-float-text,
.e-bigger .e-filled.e-float-input.e-control-wrapper.e-small.e-warning input:focus ~ label.e-float-text,
.e-filled.e-float-input.e-control-wrapper.e-warning textarea:focus ~ label.e-float-text,
.e-filled.e-float-input.e-control-wrapper.e-bigger.e-warning textarea:focus ~ label.e-float-text,
.e-bigger .e-filled.e-float-input.e-control-wrapper.e-warning textarea:focus ~ label.e-float-text,
.e-filled.e-float-input.e-control-wrapper.e-small.e-warning textarea:focus ~ label.e-float-text,
.e-small .e-filled.e-float-input.e-control-wrapper.e-warning textarea:focus ~ label.e-float-text,
.e-filled.e-float-input.e-control-wrapper.e-small.e-bigger.e-warning textarea:focus ~ label.e-float-text,
.e-bigger .e-filled.e-float-input.e-control-wrapper.e-small.e-warning textarea:focus ~ label.e-float-text,
.e-filled.e-float-input.e-warning.e-input-focus input ~ label.e-float-text,
.e-filled.e-float-input.e-bigger.e-warning.e-input-focus input ~ label.e-float-text,
.e-bigger .e-filled.e-float-input.e-warning.e-input-focus input ~ label.e-float-text,
.e-filled.e-float-input.e-small.e-warning.e-input-focus input ~ label.e-float-text,
.e-small .e-filled.e-float-input.e-warning.e-input-focus input ~ label.e-float-text,
.e-filled.e-float-input.e-small.e-bigger.e-warning.e-input-focus input ~ label.e-float-text,
.e-bigger .e-filled.e-float-input.e-small.e-warning.e-input-focus input ~ label.e-float-text,
.e-filled.e-float-input.e-control-wrapper.e-warning.e-input-focus inputs ~ label.e-float-text,
.e-filled.e-float-input.e-control-wrapper.e-bigger.e-warning.e-input-focus input ~ label.e-float-text,
.e-bigger .e-filled.e-float-input.e-control-wrapper.e-warning.e-input-focus input ~ label.e-float-text,
.e-filled.e-float-input.e-control-wrapper.e-small.e-warning.e-input-focus input ~ label.e-float-text,
.e-small .e-filled.e-float-input.e-control-wrapper.e-warning.e-input-focus input ~ label.e-float-text,
.e-filled.e-float-input.e-control-wrapper.e-small.e-bigger.e-warning.e-input-focus input ~ label.e-float-text,
.e-bigger .e-filled.e-float-input.e-control-wrapper.e-small.e-warning.e-input-focus input ~ label.e-float-text {
  color: #ffca1c; }

.e-filled.e-float-input.e-warning:not(.e-input-focus) input:not(:focus):-webkit-autofill ~ label.e-float-text,
.e-bigger .e-filled.e-float-input.e-warning:not(.e-input-focus) input:not(:focus):-webkit-autofill ~ label.e-float-text,
.e-bigger.e-filled.e-float-input.e-warning:not(.e-input-focus) input:not(:focus):-webkit-autofill ~ label.e-float-text,
.e-small .e-filled.e-float-input.e-warning:not(.e-input-focus) input:not(:focus):-webkit-autofill ~ label.e-float-text,
.e-small.e-filled.e-float-input.e-warning:not(.e-input-focus) input:not(:focus):-webkit-autofill ~ label.e-float-text,
.e-bigger .e-filled.e-float-input.e-small.e-warning:not(.e-input-focus) input:not(:focus):-webkit-autofill ~ label.e-float-text,
.e-bigger.e-small .e-filled.e-float-input.e-warning:not(.e-input-focus) input:not(:focus):-webkit-autofill ~ label.e-float-text,
.e-filled.e-float-input.e-bigger.e-small.e-warning:not(.e-input-focus) input:not(:focus):-webkit-autofill ~ label.e-float-text,
.e-filled.e-float-input.e-control-wrapper.e-autofill.e-warning:not(.e-input-focus) input:not(:focus):-webkit-autofill ~ label.e-float-text,
.e-bigger .e-filled.e-float-input.e-control-wrapper.e-autofill.e-warning:not(.e-input-focus) input:not(:focus):-webkit-autofill ~ label.e-float-text,
.e-bigger.e-filled.e-float-input.e-control-wrapper.e-autofill.e-warning:not(.e-input-focus) input:not(:focus):-webkit-autofill ~ label.e-float-text,
.e-small .e-filled.e-float-input.e-control-wrapper.e-autofill.e-warning:not(.e-input-focus) input:not(:focus):-webkit-autofill ~ label.e-float-text,
.e-small.e-filled.e-float-input.e-control-wrapper.e-autofill.e-warning:not(.e-input-focus) input:not(:focus):-webkit-autofill ~ label.e-float-text,
.e-bigger .e-filled.e-float-input.e-small.e-control-wrapper.e-autofill.e-warning:not(.e-input-focus) input:not(:focus):-webkit-autofill ~ label.e-float-text,
.e-bigger.e-small .e-filled.e-float-input.e-control-wrapper.e-autofill.e-warning:not(.e-input-focus) input:not(:focus):-webkit-autofill ~ label.e-float-text,
.e-filled.e-float-input.e-bigger.e-small.e-control-wrapper.e-autofill.e-warning:not(.e-input-focus) input:not(:focus):-webkit-autofill ~ label.e-float-text {
  color: #ffca1c; }

.e-filled.e-float-input.e-warning textarea:not(:focus):-webkit-autofill ~ label.e-float-text,
.e-bigger .e-filled.e-float-input.e-warning textarea:not(:focus):-webkit-autofill ~ label.e-float-text,
.e-bigger.e-filled.e-float-input.e-warning textarea:not(:focus):-webkit-autofill ~ label.e-float-text,
.e-small .e-filled.e-float-input.e-warning textarea:not(:focus):-webkit-autofill ~ label.e-float-text,
.e-small.e-filled.e-float-input.e-warning textarea:not(:focus):-webkit-autofill ~ label.e-float-text,
.e-bigger .e-filled.e-float-input.e-small.e-warning textarea:not(:focus):-webkit-autofill ~ label.e-float-text,
.e-bigger.e-small .e-filled.e-float-input.e-warning textarea:not(:focus):-webkit-autofill ~ label.e-float-text,
.e-filled.e-float-input.e-bigger.e-small.e-warning textarea:not(:focus):-webkit-autofill ~ label.e-float-text,
.e-filled.e-float-input.e-control-wrapper.e-autofill.e-warning textarea:not(:focus):-webkit-autofill ~ label.e-float-text,
.e-bigger .e-filled.e-float-input.e-control-wrapper.e-autofill.e-warning textarea:not(:focus):-webkit-autofill ~ label.e-float-text,
.e-bigger.e-filled.e-float-input.e-control-wrapper.e-autofill.e-warning textarea:not(:focus):-webkit-autofill ~ label.e-float-text,
.e-small .e-filled.e-float-input.e-control-wrapper.e-autofill.e-warning textarea:not(:focus):-webkit-autofill ~ label.e-float-text,
.e-small.e-filled.e-float-input.e-control-wrapper.e-autofill.e-warning textarea:not(:focus):-webkit-autofill ~ label.e-float-text,
.e-bigger .e-filled.e-float-input.e-small.e-control-wrapper.e-autofill.e-warning textarea:not(:focus):-webkit-autofill ~ label.e-float-text,
.e-bigger.e-small .e-filled.e-float-input.e-control-wrapper.e-autofill.e-warning textarea:not(:focus):-webkit-autofill ~ label.e-float-text,
.e-filled.e-bigger.e-small.e-control-wrapper.e-autofill.e-warning textarea:not(:focus):-webkit-autofill ~ label.e-float-text {
  color: #ffca1c; }

/*! popup layout */
.e-popup {
  height: auto;
  position: absolute;
  width: auto;
  z-index: 1000; }

.e-popup.e-popup-open {
  display: block; }

.e-popup.e-popup-close {
  display: none; }

@-webkit-keyframes material-spinner-rotate {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

@keyframes material-spinner-rotate {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

@-webkit-keyframes fabric-spinner-rotate {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

@keyframes fabric-spinner-rotate {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

.e-spinner-pane {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  height: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  left: 0;
  position: absolute;
  text-align: center;
  top: 0;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  vertical-align: middle;
  width: 100%;
  z-index: 1000; }
  .e-spinner-pane::after {
    content: "Material";
    display: none; }
  .e-spinner-pane.e-spin-left .e-spinner-inner {
    -webkit-transform: translateX(0%) translateY(-50%);
    left: 0;
    padding-left: 10px;
    transform: translateX(0%) translateY(-50%); }
  .e-spinner-pane.e-spin-right .e-spinner-inner {
    -webkit-transform: translateX(-100%) translateY(-50%);
    left: 100%;
    padding-right: 10px;
    transform: translateX(-100%) translateY(-50%); }
  .e-spinner-pane.e-spin-center .e-spinner-inner {
    -webkit-transform: translateX(-50%) translateY(-50%);
    left: 50%;
    transform: translateX(-50%) translateY(-50%); }
  .e-spinner-pane.e-spin-hide {
    display: none; }
  .e-spinner-pane.e-spin-show {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex; }
  .e-spinner-pane .e-spinner-inner {
    -webkit-transform: translateX(-50%) translateY(-50%);
    left: 50%;
    margin: 0;
    position: absolute;
    text-align: center;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    z-index: 1000; }
    .e-spinner-pane .e-spinner-inner .e-spin-label {
      font-family: "Roboto", Segoe UI;
      font-size: 13px;
      margin-top: 16px;
      text-align: center; }
    .e-spinner-pane .e-spinner-inner .e-spin-material {
      -webkit-animation: material-spinner-rotate 1568.63ms linear infinite;
              animation: material-spinner-rotate 1568.63ms linear infinite;
      display: block;
      margin: 0 auto; }
      .e-spinner-pane .e-spinner-inner .e-spin-material .e-path-circle {
        fill: none;
        stroke-linecap: square; }
    .e-spinner-pane .e-spinner-inner .e-spin-bootstrap4 {
      -webkit-animation: material-spinner-rotate .75s linear infinite;
              animation: material-spinner-rotate .75s linear infinite;
      border-radius: 50%;
      display: block;
      margin: 0 auto; }
      .e-spinner-pane .e-spinner-inner .e-spin-bootstrap4 .e-path-circle {
        fill: none;
        stroke-linecap: square;
        stroke-width: 4; }
    .e-spinner-pane .e-spinner-inner .e-spin-fabric {
      -webkit-animation: fabric-spinner-rotate 1.3s infinite cubic-bezier(0.53, 0.21, 0.29, 0.67);
              animation: fabric-spinner-rotate 1.3s infinite cubic-bezier(0.53, 0.21, 0.29, 0.67);
      display: block;
      margin: 0 auto;
      overflow: visible; }
      .e-spinner-pane .e-spinner-inner .e-spin-fabric .e-path-arc,
      .e-spinner-pane .e-spinner-inner .e-spin-fabric .e-path-circle {
        fill: none;
        stroke-width: 1.5; }
    .e-spinner-pane .e-spinner-inner .e-spin-bootstrap {
      display: block;
      margin: 0 auto; }
    .e-spinner-pane .e-spinner-inner .e-spin-high-contrast {
      -webkit-animation: fabric-spinner-rotate 1.3s infinite cubic-bezier(0.53, 0.21, 0.29, 0.67);
              animation: fabric-spinner-rotate 1.3s infinite cubic-bezier(0.53, 0.21, 0.29, 0.67);
      display: block;
      margin: 0 auto;
      overflow: visible; }
      .e-spinner-pane .e-spinner-inner .e-spin-high-contrast .e-path-arc,
      .e-spinner-pane .e-spinner-inner .e-spin-high-contrast .e-path-circle {
        fill: none;
        stroke-width: 1.5; }

.e-spinner-pane {
  background-color: transparent; }
  .e-spinner-pane.e-spin-overlay {
    background-color: rgba(0, 0, 0, 0.4); }
    .e-spinner-pane.e-spin-overlay .e-spinner-inner .e-spin-label {
      color: #fff; }
    .e-spinner-pane.e-spin-overlay .e-spinner-inner .e-spin-bootstrap {
      fill: #971b1e;
      stroke: #971b1e; }
  .e-spinner-pane .e-spinner-inner .e-spin-label {
    color: rgba(0, 0, 0, 0.87); }
  .e-spinner-pane .e-spinner-inner .e-spin-fabric .e-path-circle {
    stroke: rgba(151, 27, 30, 0.4); }
  .e-spinner-pane .e-spinner-inner .e-spin-fabric .e-path-arc {
    stroke: #971b1e; }
  .e-spinner-pane .e-spinner-inner .e-spin-high-contrast .e-path-circle {
    stroke: rgba(151, 27, 30, 0.4); }
  .e-spinner-pane .e-spinner-inner .e-spin-high-contrast .e-path-arc {
    stroke: #971b1e; }
  .e-spinner-pane .e-spinner-inner .e-spin-material {
    stroke: #971b1e; }
  .e-spinner-pane .e-spinner-inner .e-spin-bootstrap4 {
    stroke: #971b1e; }
  .e-spinner-pane .e-spinner-inner .e-spin-bootstrap {
    fill: #971b1e;
    stroke: #971b1e; }

.e-dropdownbase .e-list-item .e-list-icon {
  padding: 0 16px 0 0; }

.e-small .e-dropdownbase .e-list-item .e-list-icon {
  padding: 0 12px 0 0; }

.e-bigger.e-small .e-dropdownbase .e-list-item .e-list-icon {
  padding: 0 16px 0 0; }

.e-bigger .e-dropdownbase,
.e-dropdownbase.e-bigger {
  min-height: 45px; }
  .e-bigger .e-dropdownbase .e-list-item,
  .e-bigger .e-dropdownbase .e-list-group-item,
  .e-bigger .e-dropdownbase .e-fixed-head,
  .e-dropdownbase.e-bigger .e-list-item,
  .e-dropdownbase.e-bigger .e-list-group-item,
  .e-dropdownbase.e-bigger .e-fixed-head {
    line-height: 48px; }
  .e-bigger .e-dropdownbase .e-list-item .e-list-icon,
  .e-dropdownbase.e-bigger .e-list-item .e-list-icon {
    font-size: 20px; }

.e-dropdownbase {
  display: block;
  height: 100%;
  min-height: 36px;
  position: relative;
  width: 100%; }
  .e-dropdownbase .e-list-parent {
    margin: 0;
    padding: 0; }
  .e-dropdownbase .e-list-group-item,
  .e-dropdownbase .e-fixed-head {
    cursor: default; }
  .e-dropdownbase .e-list-item {
    cursor: pointer;
    overflow: hidden;
    position: relative;
    text-overflow: ellipsis;
    vertical-align: middle;
    white-space: nowrap;
    width: 100%; }
  .e-dropdownbase .e-list-item .e-list-icon {
    font-size: 16px;
    vertical-align: middle; }
  .e-dropdownbase .e-fixed-head {
    position: absolute;
    top: 0; }
    .e-rtl .e-dropdownbase .e-fixed-head {
      left: 33px; }

.e-dropdownbase.e-content {
  overflow: auto;
  position: relative; }

.e-popup.e-ddl .e-dropdownbase.e-nodata {
  color: #000;
  cursor: default;
  font-family: inherit;
  font-size: 14px;
  padding: 14px 16px;
  text-align: center; }

.e-rtl .e-dropdownbase.e-dd-group .e-list-item {
  padding-right: 2em; }

.e-dropdownbase.e-dd-group .e-list-item {
  padding-left: 2em;
  text-indent: 0; }

.e-small .e-dropdownbase.e-dd-group .e-list-item {
  text-indent: 0; }

.e-small.e-bigger .e-dropdownbase.e-dd-group .e-list-item {
  text-indent: 0; }

.e-popup.e-multi-select-list-wrapper.e-multiselect-group .e-dropdownbase.e-dd-group .e-list-group-item {
  text-indent: 0; }

.e-popup.e-multi-select-list-wrapper.e-multiselect-group .e-dropdownbase.e-dd-group .e-list-group-item {
  cursor: pointer;
  font-weight: normal;
  overflow: hidden;
  position: relative;
  text-overflow: ellipsis;
  vertical-align: middle;
  white-space: nowrap;
  width: 100%; }

.e-rtl.e-multiselect-group .e-dropdownbase.e-dd-group .e-list-item {
  padding-right: 2em; }

.e-rtl .e-dropdownbase .e-list-item {
  padding-left: 16px;
  padding-right: 0; }

.e-small.e-rtl .e-dropdownbase .e-list-item,
.e-small .e-rtl .e-dropdownbase .e-list-item,
.e-rtl .e-small .e-dropdownbase .e-list-item {
  padding-left: 16px;
  padding-right: 0; }

.e-small.e-bigger.e-rtl .e-dropdownbase .e-list-item,
.e-small.e-bigger .e-rtl .e-dropdownbase .e-list-item,
.e-rtl .e-small.e-bigger .e-dropdownbase .e-list-item,
.e-small .e-rtl.e-bigger .e-dropdownbase .e-list-item,
.e-bigger .e-rtl.e-small .e-dropdownbase .e-list-item {
  padding-left: 16px;
  padding-right: 0; }

.e-dropdownbase {
  border-color: #e0e0e0; }
  .e-dropdownbase .e-list-item {
    background-color: #fff;
    border-bottom: 0;
    border-color: #fff;
    color: rgba(0, 0, 0, 0.87);
    font-family: inherit;
    font-size: 13px;
    line-height: 36px;
    min-height: 36px;
    padding-right: 16px;
    text-indent: 16px; }
  .e-dropdownbase .e-list-group-item,
  .e-fixed-head {
    background-color: #fff;
    border-color: #fff;
    color: rgba(0, 0, 0, 0.54);
    font-family: inherit;
    font-size: 13px;
    font-weight: 600;
    line-height: 36px;
    min-height: 36px;
    padding-left: 16px;
    padding-right: 16px; }
  .e-dropdownbase .e-list-item.e-active,
  .e-dropdownbase .e-list-item.e-active.e-hover {
    background-color: #eee;
    border-color: #fff;
    color: #971b1e; }
  .e-dropdownbase .e-list-item.e-hover {
    background-color: #eee;
    border-color: #fff;
    color: rgba(0, 0, 0, 0.87); }
  .e-dropdownbase .e-list-item:last-child {
    border-bottom: 0; }
  .e-dropdownbase .e-list-item.e-item-focus {
    background-color: #eee; }

.e-bigger .e-dropdownbase .e-list-group-item,
.e-bigger .e-dropdownbase .e-fixed-head {
  font-size: 14px; }

.e-multi-column.e-ddl.e-popup.e-popup-open table {
  border-collapse: collapse;
  table-layout: fixed;
  width: 100%; }

.e-multi-column.e-ddl.e-popup.e-popup-open th,
.e-multi-column.e-ddl.e-popup.e-popup-open td {
  display: table-cell;
  overflow: hidden;
  padding-right: 16px;
  text-indent: 10px;
  text-overflow: ellipsis; }

.e-multi-column.e-ddl.e-popup.e-popup-open th {
  line-height: 36px;
  text-align: left; }

.e-multi-column.e-ddl.e-popup.e-popup-open .e-ddl-header {
  background-color: #fff;
  border-color: #e0e0e0;
  border-style: solid;
  border-width: 0 0 1px 0;
  color: rgba(0, 0, 0, 0.54);
  font-family: inherit;
  font-size: 13px;
  font-weight: 600;
  text-indent: 10px; }

.e-multi-column.e-ddl.e-popup.e-popup-open .e-dropdownbase .e-list-item {
  padding-right: 0; }

.e-multi-column.e-ddl.e-popup.e-popup-open.e-scroller .e-ddl-header {
  padding-right: 16px; }

.e-multi-column.e-ddl.e-popup.e-popup-open .e-ddl-header,
.e-multi-column.e-ddl.e-popup.e-popup-open.e-ddl-device .e-ddl-header {
  padding-right: 0; }

.e-multi-column.e-ddl.e-popup.e-popup-open .e-text-center {
  text-align: center; }

.e-multi-column.e-ddl.e-popup.e-popup-open .e-text-right {
  text-align: right; }

.e-multi-column.e-ddl.e-popup.e-popup-open .e-text-left {
  text-align: left; }

.e-small .e-dropdownbase .e-list-item,
.e-dropdownbase.e-small .e-list-item {
  color: #000;
  line-height: 26px;
  min-height: 26px;
  text-indent: 12px; }

.e-small .e-dropdownbase .e-list-group-item,
.e-small .e-dropdownbase .e-fixed-head,
.e-dropdownbase.e-small .e-list-group-item,
.e-dropdownbase.e-small .e-fixed-head {
  line-height: 26px;
  min-height: 26px; }

.e-small .e-dropdownbase .e-list-item .e-list-icon,
.e-dropdownbase.e-small .e-list-item .e-list-icon {
  font-size: 14px; }

.e-bigger.e-small .e-dropdownbase .e-list-item,
.e-dropdownbase.e-small.e-bigger .e-list-item {
  color: #000;
  line-height: 40px;
  min-height: 40px;
  text-indent: 16px; }

.e-bigger.e-small .e-dropdownbase .e-list-group-item,
.e-bigger.e-small .e-dropdownbase .e-fixed-head,
.e-dropdownbase.e-small.e-bigger .e-list-group-item,
.e-dropdownbase.e-small.e-bigger .e-fixed-head {
  line-height: 40px;
  min-height: 40px; }

.e-bigger.e-small .e-dropdownbase .e-list-item .e-list-icon,
.e-dropdownbase.e-small.e-bigger .e-list-item .e-list-icon {
  font-size: 18px; }

.e-bigger.e-small .e-dropdownbase .e-list-group-item,
.e-bigger.e-small .e-dropdownbase .e-fixed-head,
.e-dropdownbase.e-bigger.e-small .e-list-group-item,
.e-dropdownbase.e-bigger.e-small .e-fixed-head {
  font-size: 13px; }

.e-ddl.e-popup.e-multiselect-group .e-list-group-item {
  background-color: #fff;
  border-bottom: 0;
  border-color: #fff;
  color: rgba(0, 0, 0, 0.87);
  font-family: inherit;
  font-size: 13px;
  padding-right: 16px;
  text-indent: 16px; }

.e-ddl.e-popup.e-multiselect-group .e-list-group-item.e-item-focus {
  background-color: #eee; }

.e-ddl.e-popup.e-multiselect-group .e-list-group-item.e-active,
.e-ddl.e-popup.e-multiselect-group .e-list-group-item.e-active.e-hover {
  background-color: #eee;
  border-color: #fff;
  color: #971b1e; }

.e-ddl.e-popup.e-multiselect-group .e-list-group-item.e-hover {
  background-color: #eee;
  border-color: #fff;
  color: rgba(0, 0, 0, 0.87); }

.e-badge {
  background: #fafafa;
  border-color: transparent;
  border-radius: 0.25em;
  -webkit-box-shadow: 0 0 0 2px transparent;
          box-shadow: 0 0 0 2px transparent;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: rgba(0, 0, 0, 0.87);
  display: inline-block;
  font-family: "Roboto", "Segoe UI", "GeezaPro", "DejaVu Serif", "sans-serif", "-apple-system", "BlinkMacSystemFont";
  font-size: 0.75em;
  font-weight: 500;
  line-height: 1;
  overflow: hidden;
  padding: 0.25em 0.4em 0.25em 0.4em;
  text-align: center;
  text-decoration: none;
  text-indent: 0;
  vertical-align: middle; }
  .e-badge:hover {
    text-decoration: none; }
  .e-badge.e-badge-pill {
    border-radius: 5em; }
  .e-badge.e-badge-notification {
    border-radius: 1em;
    font-size: 12px;
    height: 18px;
    left: 100%;
    line-height: 18px;
    min-width: 24px;
    padding: 0 8px 0 8px;
    position: absolute;
    top: -10px;
    width: auto; }
    .e-badge.e-badge-notification.e-badge-ghost {
      line-height: 16px; }
  .e-badge.e-badge-circle {
    border-radius: 50%;
    height: 1.834em;
    line-height: 1.834em;
    min-width: 0;
    padding: 0;
    width: 1.834em; }
    .e-badge.e-badge-circle.e-badge-ghost {
      line-height: 1.8em; }
  .e-badge.e-badge-overlap {
    position: absolute;
    top: -10px;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%); }
  .e-badge.e-badge-dot {
    border-radius: 100%;
    -webkit-box-shadow: 0 0 0 1px #fff;
            box-shadow: 0 0 0 1px #fff;
    height: 6px;
    left: 100%;
    line-height: 1;
    margin: 0;
    min-width: 0;
    overflow: visible;
    padding: 0;
    position: absolute;
    top: -3px;
    width: 6px; }
  .e-badge.e-badge-bottom.e-badge-dot {
    bottom: 3px;
    position: absolute;
    top: auto; }
  .e-badge.e-badge-bottom.e-badge-notification {
    bottom: -3px;
    position: absolute;
    top: auto; }
  button .e-badge {
    line-height: .9;
    position: relative;
    top: -2px; }
    button .e-badge.e-badge-circle {
      height: 2em;
      line-height: 2em;
      width: 2em; }
      button .e-badge.e-badge-circle.e-badge-ghost {
        line-height: 1.9em; }

.e-badge.e-badge-primary:not(.e-badge-ghost):not([href]), .e-badge.e-badge-primary[href]:not(.e-badge-ghost) {
  background-color: #4d4d4d;
  color: #fff; }

.e-badge.e-badge-secondary:not(.e-badge-ghost):not([href]), .e-badge.e-badge-secondary[href]:not(.e-badge-ghost) {
  background-color: #971b1e;
  color: #fff; }

.e-badge.e-badge-success:not(.e-badge-ghost):not([href]), .e-badge.e-badge-success[href]:not(.e-badge-ghost) {
  background-color: #4d841d;
  color: #fff; }

.e-badge.e-badge-danger:not(.e-badge-ghost):not([href]), .e-badge.e-badge-danger[href]:not(.e-badge-ghost) {
  background-color: #d64113;
  color: #fff; }

.e-badge.e-badge-warning:not(.e-badge-ghost):not([href]), .e-badge.e-badge-warning[href]:not(.e-badge-ghost) {
  background-color: #c15700;
  color: #fff; }

.e-badge.e-badge-info:not(.e-badge-ghost):not([href]), .e-badge.e-badge-info[href]:not(.e-badge-ghost) {
  background-color: #0378d5;
  color: #fff; }

.e-badge.e-badge-light:not(.e-badge-ghost):not([href]), .e-badge.e-badge-light[href]:not(.e-badge-ghost) {
  background-color: #fff;
  color: #000; }

.e-badge.e-badge-dark:not(.e-badge-ghost):not([href]), .e-badge.e-badge-dark[href]:not(.e-badge-ghost) {
  background-color: #303030;
  color: #fff; }

.e-badge.e-badge-primary[href]:not(.e-badge-ghost):hover {
  background-color: #343434; }

.e-badge.e-badge-secondary[href]:not(.e-badge-ghost):hover {
  background-color: #6c1315; }

.e-badge.e-badge-success[href]:not(.e-badge-ghost):hover {
  background-color: #355a14; }

.e-badge.e-badge-danger[href]:not(.e-badge-ghost):hover {
  background-color: #a7330f; }

.e-badge.e-badge-warning[href]:not(.e-badge-ghost):hover {
  background-color: #8e4000; }

.e-badge.e-badge-info[href]:not(.e-badge-ghost):hover {
  background-color: #025ca3; }

.e-badge.e-badge-light[href]:not(.e-badge-ghost):hover {
  background-color: #e6e6e6; }

.e-badge.e-badge-dark[href]:not(.e-badge-ghost):hover {
  background-color: #171717; }

.e-badge.e-badge-primary[href].e-badge-ghost:hover {
  border-color: #272727;
  color: #272727; }

.e-badge.e-badge-secondary[href].e-badge-ghost:hover {
  border-color: #560f11;
  color: #560f11; }

.e-badge.e-badge-success[href].e-badge-ghost:hover {
  border-color: #28450f;
  color: #28450f; }

.e-badge.e-badge-danger[href].e-badge-ghost:hover {
  border-color: #902c0d;
  color: #902c0d; }

.e-badge.e-badge-warning[href].e-badge-ghost:hover {
  border-color: #753500;
  color: #753500; }

.e-badge.e-badge-info[href].e-badge-ghost:hover {
  border-color: #024e8a;
  color: #024e8a; }

.e-badge.e-badge-light[href].e-badge-ghost:hover {
  border-color: #d9d9d9;
  color: #d9d9d9; }

.e-badge.e-badge-dark[href].e-badge-ghost:hover {
  border-color: #0a0a0a;
  color: #0a0a0a; }

.e-badge.e-badge-ghost.e-badge-primary {
  background-color: transparent;
  border: 1px solid #4d4d4d;
  color: #4d4d4d; }

.e-badge.e-badge-ghost.e-badge-secondary {
  background-color: transparent;
  border: 1px solid #971b1e;
  color: #971b1e; }

.e-badge.e-badge-ghost.e-badge-success {
  background-color: transparent;
  border: 1px solid #4d841d;
  color: #4d841d; }

.e-badge.e-badge-ghost.e-badge-danger {
  background-color: transparent;
  border: 1px solid #d64113;
  color: #d64113; }

.e-badge.e-badge-ghost.e-badge-warning {
  background-color: transparent;
  border: 1px solid #c15700;
  color: #c15700; }

.e-badge.e-badge-ghost.e-badge-info {
  background-color: transparent;
  border: 1px solid #0378d5;
  color: #0378d5; }

.e-badge.e-badge-ghost.e-badge-light {
  background-color: transparent;
  border: 1px solid #fff;
  color: #fff; }

.e-badge.e-badge-ghost.e-badge-dark {
  background-color: transparent;
  border: 1px solid #303030;
  color: #303030; }

/*! button layout */
.e-btn,
.e-css.e-btn {
  -webkit-font-smoothing: antialiased;
  border: 1px solid;
  border-radius: 2px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  cursor: pointer;
  display: inline-block;
  font-family: "Roboto", "Segoe UI", "GeezaPro", "DejaVu Serif", "sans-serif", "-apple-system", "BlinkMacSystemFont";
  font-size: 14px;
  font-weight: 500;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  line-height: 1.143em;
  outline: none;
  padding: 6px 12px 4px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  vertical-align: middle;
  white-space: nowrap; }
  .e-btn:disabled,
  .e-css.e-btn:disabled {
    cursor: default; }
  .e-btn:hover, .e-btn:focus,
  .e-css.e-btn:hover,
  .e-css.e-btn:focus {
    text-decoration: none; }
  .e-btn::-moz-focus-inner,
  .e-css.e-btn::-moz-focus-inner {
    border: 0;
    padding: 0; }
  .e-btn .e-btn-icon,
  .e-css.e-btn .e-btn-icon {
    display: inline-block;
    font-size: 12px;
    margin-top: -2px;
    vertical-align: middle;
    width: 1em; }
    .e-btn .e-btn-icon.e-icon-left,
    .e-css.e-btn .e-btn-icon.e-icon-left {
      margin-left: -0.6667em;
      width: 2.25em; }
    .e-btn .e-btn-icon.e-icon-right,
    .e-css.e-btn .e-btn-icon.e-icon-right {
      margin-right: -0.6667em;
      width: 2.25em; }
    .e-btn .e-btn-icon.e-icon-top,
    .e-css.e-btn .e-btn-icon.e-icon-top {
      display: block;
      margin-top: 0;
      padding-bottom: 6px;
      width: auto; }
    .e-btn .e-btn-icon.e-icon-bottom,
    .e-css.e-btn .e-btn-icon.e-icon-bottom {
      display: block;
      margin-top: 0;
      padding-top: 6px;
      width: auto; }
  .e-btn.e-icon-btn,
  .e-css.e-btn.e-icon-btn {
    padding: 6px 7px 4px; }
  .e-btn.e-top-icon-btn, .e-btn.e-bottom-icon-btn,
  .e-css.e-btn.e-top-icon-btn,
  .e-css.e-btn.e-bottom-icon-btn {
    line-height: 1;
    padding: 12px 12px; }
  .e-btn.e-round,
  .e-css.e-btn.e-round {
    border-radius: 50%;
    height: 3em;
    line-height: 1;
    padding: 0;
    width: 3em; }
    .e-btn.e-round .e-btn-icon,
    .e-css.e-btn.e-round .e-btn-icon {
      font-size: 14px;
      line-height: 2.8572em;
      margin-top: 0;
      width: auto; }
  .e-btn.e-rtl .e-icon-right,
  .e-css.e-btn.e-rtl .e-icon-right {
    margin-left: -0.6667em;
    margin-right: 0; }
  .e-btn.e-rtl .e-icon-left,
  .e-css.e-btn.e-rtl .e-icon-left {
    margin-left: 0;
    margin-right: -0.6667em; }
  .e-btn.e-flat,
  .e-css.e-btn.e-flat {
    border: 1px solid; }
  .e-btn.e-small,
  .e-css.e-btn.e-small {
    font-size: 12px;
    line-height: 1.5834em;
    padding: 2px 12px 1px; }
    .e-btn.e-small .e-btn-icon,
    .e-css.e-btn.e-small .e-btn-icon {
      font-size: 11px;
      width: 1.091em; }
      .e-btn.e-small .e-btn-icon.e-icon-left,
      .e-css.e-btn.e-small .e-btn-icon.e-icon-left {
        margin-left: -0.7273em;
        width: 2.182em; }
      .e-btn.e-small .e-btn-icon.e-icon-right,
      .e-css.e-btn.e-small .e-btn-icon.e-icon-right {
        margin-right: -0.7273em;
        width: 2.182em; }
      .e-btn.e-small .e-btn-icon.e-icon-top,
      .e-css.e-btn.e-small .e-btn-icon.e-icon-top {
        padding-bottom: 6px;
        width: auto; }
      .e-btn.e-small .e-btn-icon.e-icon-bottom,
      .e-css.e-btn.e-small .e-btn-icon.e-icon-bottom {
        padding-top: 6px;
        width: auto; }
    .e-btn.e-small.e-icon-btn,
    .e-css.e-btn.e-small.e-icon-btn {
      padding: 2px 5px 1px; }
    .e-btn.e-small.e-top-icon-btn, .e-btn.e-small.e-bottom-icon-btn,
    .e-css.e-btn.e-small.e-top-icon-btn,
    .e-css.e-btn.e-small.e-bottom-icon-btn {
      line-height: 1;
      padding: 12px 12px; }
    .e-btn.e-small.e-round,
    .e-css.e-btn.e-small.e-round {
      height: 2.5em;
      line-height: 1;
      padding: 0;
      width: 2.5em; }
      .e-btn.e-small.e-round .e-btn-icon,
      .e-css.e-btn.e-small.e-round .e-btn-icon {
        font-size: 12px;
        line-height: 2.3334em;
        width: auto; }
    .e-btn.e-small.e-rtl .e-icon-right,
    .e-css.e-btn.e-small.e-rtl .e-icon-right {
      margin-left: -0.7273em;
      margin-right: 0; }
    .e-btn.e-small.e-rtl .e-icon-left,
    .e-css.e-btn.e-small.e-rtl .e-icon-left {
      margin-left: 0;
      margin-right: -0.7273em; }
  .e-btn.e-block,
  .e-css.e-btn.e-block {
    display: block;
    width: 100%; }

.e-small .e-btn,
.e-small.e-btn,
.e-small .e-css.e-btn,
.e-small.e-css.e-btn {
  font-size: 12px;
  line-height: 1.5834em;
  padding: 2px 12px 1px; }
  .e-small .e-btn .e-btn-icon,
  .e-small.e-btn .e-btn-icon,
  .e-small .e-css.e-btn .e-btn-icon,
  .e-small.e-css.e-btn .e-btn-icon {
    font-size: 11px;
    width: 1.091em; }
    .e-small .e-btn .e-btn-icon.e-icon-left,
    .e-small.e-btn .e-btn-icon.e-icon-left,
    .e-small .e-css.e-btn .e-btn-icon.e-icon-left,
    .e-small.e-css.e-btn .e-btn-icon.e-icon-left {
      margin-left: -0.7273em;
      width: 2.182em; }
    .e-small .e-btn .e-btn-icon.e-icon-right,
    .e-small.e-btn .e-btn-icon.e-icon-right,
    .e-small .e-css.e-btn .e-btn-icon.e-icon-right,
    .e-small.e-css.e-btn .e-btn-icon.e-icon-right {
      margin-right: -0.7273em;
      width: 2.182em; }
    .e-small .e-btn .e-btn-icon.e-icon-top,
    .e-small.e-btn .e-btn-icon.e-icon-top,
    .e-small .e-css.e-btn .e-btn-icon.e-icon-top,
    .e-small.e-css.e-btn .e-btn-icon.e-icon-top {
      padding-bottom: 6px;
      width: auto; }
    .e-small .e-btn .e-btn-icon.e-icon-bottom,
    .e-small.e-btn .e-btn-icon.e-icon-bottom,
    .e-small .e-css.e-btn .e-btn-icon.e-icon-bottom,
    .e-small.e-css.e-btn .e-btn-icon.e-icon-bottom {
      padding-top: 6px;
      width: auto; }
  .e-small .e-btn.e-icon-btn,
  .e-small.e-btn.e-icon-btn,
  .e-small .e-css.e-btn.e-icon-btn,
  .e-small.e-css.e-btn.e-icon-btn {
    padding: 2px 5px 1px; }
  .e-small .e-btn.e-top-icon-btn, .e-small .e-btn.e-bottom-icon-btn,
  .e-small.e-btn.e-top-icon-btn,
  .e-small.e-btn.e-bottom-icon-btn,
  .e-small .e-css.e-btn.e-top-icon-btn,
  .e-small .e-css.e-btn.e-bottom-icon-btn,
  .e-small.e-css.e-btn.e-top-icon-btn,
  .e-small.e-css.e-btn.e-bottom-icon-btn {
    line-height: 1;
    padding: 12px 12px; }
  .e-small .e-btn.e-round,
  .e-small.e-btn.e-round,
  .e-small .e-css.e-btn.e-round,
  .e-small.e-css.e-btn.e-round {
    height: 2.5em;
    line-height: 1;
    padding: 0;
    width: 2.5em; }
    .e-small .e-btn.e-round .e-btn-icon,
    .e-small.e-btn.e-round .e-btn-icon,
    .e-small .e-css.e-btn.e-round .e-btn-icon,
    .e-small.e-css.e-btn.e-round .e-btn-icon {
      font-size: 12px;
      line-height: 2.3334em;
      width: auto; }
  .e-small .e-btn.e-rtl .e-icon-right,
  .e-small.e-btn.e-rtl .e-icon-right,
  .e-small .e-css.e-btn.e-rtl .e-icon-right,
  .e-small.e-css.e-btn.e-rtl .e-icon-right {
    margin-left: -0.7273em;
    margin-right: 0; }
  .e-small .e-btn.e-rtl .e-icon-left,
  .e-small.e-btn.e-rtl .e-icon-left,
  .e-small .e-css.e-btn.e-rtl .e-icon-left,
  .e-small.e-css.e-btn.e-rtl .e-icon-left {
    margin-left: 0;
    margin-right: -0.7273em; }

.e-bigger.e-small .e-btn,
.e-bigger.e-small .e-btn,
.e-bigger.e-small .e-css.e-btn,
.e-bigger.e-small.e-css.e-btn {
  font-size: 14px;
  line-height: 2em;
  padding: 3px 16px 1px; }
  .e-bigger.e-small .e-btn .e-btn-icon,
  .e-bigger.e-small .e-btn .e-btn-icon,
  .e-bigger.e-small .e-css.e-btn .e-btn-icon,
  .e-bigger.e-small.e-css.e-btn .e-btn-icon {
    font-size: 12px;
    width: 1em; }
    .e-bigger.e-small .e-btn .e-btn-icon.e-icon-left,
    .e-bigger.e-small .e-btn .e-btn-icon.e-icon-left,
    .e-bigger.e-small .e-css.e-btn .e-btn-icon.e-icon-left,
    .e-bigger.e-small.e-css.e-btn .e-btn-icon.e-icon-left {
      margin-left: -1em;
      width: 2.6667em; }
    .e-bigger.e-small .e-btn .e-btn-icon.e-icon-right,
    .e-bigger.e-small .e-btn .e-btn-icon.e-icon-right,
    .e-bigger.e-small .e-css.e-btn .e-btn-icon.e-icon-right,
    .e-bigger.e-small.e-css.e-btn .e-btn-icon.e-icon-right {
      margin-right: -1em;
      width: 2.6667em; }
    .e-bigger.e-small .e-btn .e-btn-icon.e-icon-top,
    .e-bigger.e-small .e-btn .e-btn-icon.e-icon-top,
    .e-bigger.e-small .e-css.e-btn .e-btn-icon.e-icon-top,
    .e-bigger.e-small.e-css.e-btn .e-btn-icon.e-icon-top {
      padding-bottom: 6px;
      width: auto; }
    .e-bigger.e-small .e-btn .e-btn-icon.e-icon-bottom,
    .e-bigger.e-small .e-btn .e-btn-icon.e-icon-bottom,
    .e-bigger.e-small .e-css.e-btn .e-btn-icon.e-icon-bottom,
    .e-bigger.e-small.e-css.e-btn .e-btn-icon.e-icon-bottom {
      padding-top: 6px;
      width: auto; }
  .e-bigger.e-small .e-btn.e-icon-btn,
  .e-bigger.e-small .e-btn.e-icon-btn,
  .e-bigger.e-small .e-css.e-btn.e-icon-btn,
  .e-bigger.e-small.e-css.e-btn.e-icon-btn {
    padding: 3px 10px 1px; }
  .e-bigger.e-small .e-btn.e-top-icon-btn, .e-bigger.e-small .e-btn.e-bottom-icon-btn,
  .e-bigger.e-small .e-btn.e-top-icon-btn,
  .e-bigger.e-small .e-btn.e-bottom-icon-btn,
  .e-bigger.e-small .e-css.e-btn.e-top-icon-btn,
  .e-bigger.e-small .e-css.e-btn.e-bottom-icon-btn,
  .e-bigger.e-small.e-css.e-btn.e-top-icon-btn,
  .e-bigger.e-small.e-css.e-btn.e-bottom-icon-btn {
    line-height: 1;
    padding: 16px 16px; }
  .e-bigger.e-small .e-btn.e-round,
  .e-bigger.e-small .e-btn.e-round,
  .e-bigger.e-small .e-css.e-btn.e-round,
  .e-bigger.e-small.e-css.e-btn.e-round {
    height: 2.8572em;
    line-height: 1;
    padding: 0;
    width: 2.8572em; }
    .e-bigger.e-small .e-btn.e-round .e-btn-icon,
    .e-bigger.e-small .e-btn.e-round .e-btn-icon,
    .e-bigger.e-small .e-css.e-btn.e-round .e-btn-icon,
    .e-bigger.e-small.e-css.e-btn.e-round .e-btn-icon {
      font-size: 14px;
      line-height: 2.7143em;
      width: auto; }
  .e-bigger.e-small .e-btn.e-rtl .e-icon-right,
  .e-bigger.e-small .e-btn.e-rtl .e-icon-right,
  .e-bigger.e-small .e-css.e-btn.e-rtl .e-icon-right,
  .e-bigger.e-small.e-css.e-btn.e-rtl .e-icon-right {
    margin-left: -1em;
    margin-right: 0; }
  .e-bigger.e-small .e-btn.e-rtl .e-icon-left,
  .e-bigger.e-small .e-btn.e-rtl .e-icon-left,
  .e-bigger.e-small .e-css.e-btn.e-rtl .e-icon-left,
  .e-bigger.e-small.e-css.e-btn.e-rtl .e-icon-left {
    margin-left: 0;
    margin-right: -1em; }

.e-bigger .e-btn,
.e-bigger .e-btn,
.e-bigger .e-css.e-btn,
.e-bigger.e-css.e-btn {
  font-size: 14px;
  line-height: 2em;
  padding: 4px 16px 2px; }
  .e-bigger .e-btn .e-btn-icon,
  .e-bigger .e-btn .e-btn-icon,
  .e-bigger .e-css.e-btn .e-btn-icon,
  .e-bigger.e-css.e-btn .e-btn-icon {
    font-size: 12px;
    width: 1em; }
    .e-bigger .e-btn .e-btn-icon.e-icon-left,
    .e-bigger .e-btn .e-btn-icon.e-icon-left,
    .e-bigger .e-css.e-btn .e-btn-icon.e-icon-left,
    .e-bigger.e-css.e-btn .e-btn-icon.e-icon-left {
      margin-left: -1em;
      width: 3em; }
    .e-bigger .e-btn .e-btn-icon.e-icon-right,
    .e-bigger .e-btn .e-btn-icon.e-icon-right,
    .e-bigger .e-css.e-btn .e-btn-icon.e-icon-right,
    .e-bigger.e-css.e-btn .e-btn-icon.e-icon-right {
      margin-right: -1em;
      width: 3em; }
    .e-bigger .e-btn .e-btn-icon.e-icon-top,
    .e-bigger .e-btn .e-btn-icon.e-icon-top,
    .e-bigger .e-css.e-btn .e-btn-icon.e-icon-top,
    .e-bigger.e-css.e-btn .e-btn-icon.e-icon-top {
      padding-bottom: 8px;
      width: auto; }
    .e-bigger .e-btn .e-btn-icon.e-icon-bottom,
    .e-bigger .e-btn .e-btn-icon.e-icon-bottom,
    .e-bigger .e-css.e-btn .e-btn-icon.e-icon-bottom,
    .e-bigger.e-css.e-btn .e-btn-icon.e-icon-bottom {
      padding-top: 8px;
      width: auto; }
  .e-bigger .e-btn.e-icon-btn,
  .e-bigger .e-btn.e-icon-btn,
  .e-bigger .e-css.e-btn.e-icon-btn,
  .e-bigger.e-css.e-btn.e-icon-btn {
    padding: 4px 11px 2px; }
  .e-bigger .e-btn.e-top-icon-btn, .e-bigger .e-btn.e-bottom-icon-btn,
  .e-bigger .e-btn.e-top-icon-btn,
  .e-bigger .e-btn.e-bottom-icon-btn,
  .e-bigger .e-css.e-btn.e-top-icon-btn,
  .e-bigger .e-css.e-btn.e-bottom-icon-btn,
  .e-bigger.e-css.e-btn.e-top-icon-btn,
  .e-bigger.e-css.e-btn.e-bottom-icon-btn {
    line-height: 1;
    padding: 16px 16px; }
  .e-bigger .e-btn.e-round,
  .e-bigger .e-btn.e-round,
  .e-bigger .e-css.e-btn.e-round,
  .e-bigger.e-css.e-btn.e-round {
    height: 3.7143em;
    line-height: 1;
    padding: 0;
    width: 3.7143em; }
    .e-bigger .e-btn.e-round .e-btn-icon,
    .e-bigger .e-btn.e-round .e-btn-icon,
    .e-bigger .e-css.e-btn.e-round .e-btn-icon,
    .e-bigger.e-css.e-btn.e-round .e-btn-icon {
      font-size: 16px;
      line-height: 3.125em;
      width: auto; }
  .e-bigger .e-btn.e-rtl .e-icon-right,
  .e-bigger .e-btn.e-rtl .e-icon-right,
  .e-bigger .e-css.e-btn.e-rtl .e-icon-right,
  .e-bigger.e-css.e-btn.e-rtl .e-icon-right {
    margin-left: -1em;
    margin-right: 0; }
  .e-bigger .e-btn.e-rtl .e-icon-left,
  .e-bigger .e-btn.e-rtl .e-icon-left,
  .e-bigger .e-css.e-btn.e-rtl .e-icon-left,
  .e-bigger.e-css.e-btn.e-rtl .e-icon-left {
    margin-left: 0;
    margin-right: -1em; }
  .e-bigger .e-btn.e-small,
  .e-bigger .e-btn.e-small,
  .e-bigger .e-css.e-btn.e-small,
  .e-bigger.e-css.e-btn.e-small {
    font-size: 14px;
    line-height: 2em;
    padding: 3px 16px 1px; }
    .e-bigger .e-btn.e-small .e-btn-icon,
    .e-bigger .e-btn.e-small .e-btn-icon,
    .e-bigger .e-css.e-btn.e-small .e-btn-icon,
    .e-bigger.e-css.e-btn.e-small .e-btn-icon {
      font-size: 12px;
      width: 1em; }
      .e-bigger .e-btn.e-small .e-btn-icon.e-icon-left,
      .e-bigger .e-btn.e-small .e-btn-icon.e-icon-left,
      .e-bigger .e-css.e-btn.e-small .e-btn-icon.e-icon-left,
      .e-bigger.e-css.e-btn.e-small .e-btn-icon.e-icon-left {
        margin-left: -1em;
        width: 2.6667em; }
      .e-bigger .e-btn.e-small .e-btn-icon.e-icon-right,
      .e-bigger .e-btn.e-small .e-btn-icon.e-icon-right,
      .e-bigger .e-css.e-btn.e-small .e-btn-icon.e-icon-right,
      .e-bigger.e-css.e-btn.e-small .e-btn-icon.e-icon-right {
        margin-right: -1em;
        width: 2.6667em; }
      .e-bigger .e-btn.e-small .e-btn-icon.e-icon-top,
      .e-bigger .e-btn.e-small .e-btn-icon.e-icon-top,
      .e-bigger .e-css.e-btn.e-small .e-btn-icon.e-icon-top,
      .e-bigger.e-css.e-btn.e-small .e-btn-icon.e-icon-top {
        padding-bottom: 6px;
        width: auto; }
      .e-bigger .e-btn.e-small .e-btn-icon.e-icon-bottom,
      .e-bigger .e-btn.e-small .e-btn-icon.e-icon-bottom,
      .e-bigger .e-css.e-btn.e-small .e-btn-icon.e-icon-bottom,
      .e-bigger.e-css.e-btn.e-small .e-btn-icon.e-icon-bottom {
        padding-top: 6px;
        width: auto; }
    .e-bigger .e-btn.e-small.e-icon-btn,
    .e-bigger .e-btn.e-small.e-icon-btn,
    .e-bigger .e-css.e-btn.e-small.e-icon-btn,
    .e-bigger.e-css.e-btn.e-small.e-icon-btn {
      padding: 3px 10px 1px; }
    .e-bigger .e-btn.e-small.e-top-icon-btn, .e-bigger .e-btn.e-small.e-bottom-icon-btn,
    .e-bigger .e-btn.e-small.e-top-icon-btn,
    .e-bigger .e-btn.e-small.e-bottom-icon-btn,
    .e-bigger .e-css.e-btn.e-small.e-top-icon-btn,
    .e-bigger .e-css.e-btn.e-small.e-bottom-icon-btn,
    .e-bigger.e-css.e-btn.e-small.e-top-icon-btn,
    .e-bigger.e-css.e-btn.e-small.e-bottom-icon-btn {
      line-height: 1;
      padding: 16px 16px; }
    .e-bigger .e-btn.e-small.e-round,
    .e-bigger .e-btn.e-small.e-round,
    .e-bigger .e-css.e-btn.e-small.e-round,
    .e-bigger.e-css.e-btn.e-small.e-round {
      height: 2.8572em;
      line-height: 1;
      padding: 0;
      width: 2.8572em; }
      .e-bigger .e-btn.e-small.e-round .e-btn-icon,
      .e-bigger .e-btn.e-small.e-round .e-btn-icon,
      .e-bigger .e-css.e-btn.e-small.e-round .e-btn-icon,
      .e-bigger.e-css.e-btn.e-small.e-round .e-btn-icon {
        font-size: 14px;
        line-height: 2.7143em;
        width: auto; }
    .e-bigger .e-btn.e-small.e-rtl .e-icon-right,
    .e-bigger .e-btn.e-small.e-rtl .e-icon-right,
    .e-bigger .e-css.e-btn.e-small.e-rtl .e-icon-right,
    .e-bigger.e-css.e-btn.e-small.e-rtl .e-icon-right {
      margin-left: -1em;
      margin-right: 0; }
    .e-bigger .e-btn.e-small.e-rtl .e-icon-left,
    .e-bigger .e-btn.e-small.e-rtl .e-icon-left,
    .e-bigger .e-css.e-btn.e-small.e-rtl .e-icon-left,
    .e-bigger.e-css.e-btn.e-small.e-rtl .e-icon-left {
      margin-left: 0;
      margin-right: -1em; }

/*! button theme */
.e-btn,
.e-css.e-btn {
  -webkit-tap-highlight-color: transparent;
  background-color: #fafafa;
  border-color: transparent;
  -webkit-box-shadow: 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
          box-shadow: 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
  color: rgba(0, 0, 0, 0.87);
  -webkit-transition: -webkit-box-shadow 280ms cubic-bezier(0.4, 0, 0.2, 1);
  transition: -webkit-box-shadow 280ms cubic-bezier(0.4, 0, 0.2, 1);
  transition: box-shadow 280ms cubic-bezier(0.4, 0, 0.2, 1);
  transition: box-shadow 280ms cubic-bezier(0.4, 0, 0.2, 1), -webkit-box-shadow 280ms cubic-bezier(0.4, 0, 0.2, 1); }
  .e-btn:hover,
  .e-css.e-btn:hover {
    background-color: rgba(226, 226, 226, 0.9844);
    border-color: transparent;
    -webkit-box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.2), 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12);
            box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.2), 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12);
    color: rgba(0, 0, 0, 0.87); }
  .e-btn:focus,
  .e-css.e-btn:focus {
    background-color: rgba(0, 0, 0, 0.18);
    border-color: transparent;
    color: rgba(0, 0, 0, 0.87);
    outline: #fafafa 0 solid;
    outline-offset: 0;
    -webkit-box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.2), 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12);
            box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.2), 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12); }
  .e-btn:active,
  .e-css.e-btn:active {
    background-color: rgba(184, 184, 184, 0.9584);
    border-color: transparent;
    color: rgba(0, 0, 0, 0.87);
    outline: #fafafa 0 solid;
    outline-offset: 0;
    -webkit-box-shadow: 0 5px 5px -3px rgba(0, 0, 0, 0.2), 0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12);
            box-shadow: 0 5px 5px -3px rgba(0, 0, 0, 0.2), 0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12); }
  .e-btn.e-active,
  .e-css.e-btn.e-active {
    background-color: rgba(184, 184, 184, 0.9584);
    border-color: transparent;
    -webkit-box-shadow: 0 5px 5px -3px rgba(0, 0, 0, 0.2), 0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12);
            box-shadow: 0 5px 5px -3px rgba(0, 0, 0, 0.2), 0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12);
    color: rgba(0, 0, 0, 0.87); }
  .e-btn:disabled,
  .e-css.e-btn:disabled {
    background-color: rgba(0, 0, 0, 0.12);
    border-color: transparent;
    -webkit-box-shadow: none;
            box-shadow: none;
    color: rgba(0, 0, 0, 0.26); }
  .e-btn .e-ripple-element,
  .e-css.e-btn .e-ripple-element {
    background-color: rgba(0, 0, 0, 0.24); }
  .e-btn.e-round,
  .e-css.e-btn.e-round {
    background-color: #fafafa;
    border-color: transparent;
    color: rgba(0, 0, 0, 0.87); }
    .e-btn.e-round:hover,
    .e-css.e-btn.e-round:hover {
      background-color: rgba(0, 0, 0, 0.12);
      border-color: rgba(0, 0, 0, 0.12);
      color: rgba(0, 0, 0, 0.87); }
    .e-btn.e-round:focus,
    .e-css.e-btn.e-round:focus {
      background-color: rgba(0, 0, 0, 0.18);
      border-color: transparent;
      -webkit-box-shadow: 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
              box-shadow: 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
      color: rgba(0, 0, 0, 0.87);
      outline: #fafafa 0 solid;
      outline-offset: 0; }
    .e-btn.e-round:active,
    .e-css.e-btn.e-round:active {
      background-color: rgba(184, 184, 184, 0.9584);
      border-color: transparent;
      -webkit-box-shadow: 0 5px 5px -3px rgba(0, 0, 0, 0.2), 0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12);
              box-shadow: 0 5px 5px -3px rgba(0, 0, 0, 0.2), 0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12);
      color: rgba(0, 0, 0, 0.87);
      outline: #fafafa 0 solid;
      outline-offset: 0; }
    .e-btn.e-round:disabled,
    .e-css.e-btn.e-round:disabled {
      background-color: rgba(0, 0, 0, 0.12);
      border-color: transparent;
      -webkit-box-shadow: none;
              box-shadow: none;
      color: rgba(0, 0, 0, 0.26); }
    .e-btn.e-round.e-primary:focus,
    .e-css.e-btn.e-round.e-primary:focus {
      outline: #fafafa 0 solid; }
    .e-btn.e-round.e-success:focus,
    .e-css.e-btn.e-round.e-success:focus {
      outline: #fafafa 0 solid; }
    .e-btn.e-round.e-info:focus,
    .e-css.e-btn.e-round.e-info:focus {
      outline: #fafafa 0 solid; }
    .e-btn.e-round.e-warning:focus,
    .e-css.e-btn.e-round.e-warning:focus {
      outline: #fafafa 0 solid; }
    .e-btn.e-round.e-danger:focus,
    .e-css.e-btn.e-round.e-danger:focus {
      outline: #fafafa 0 solid; }
  .e-btn.e-primary,
  .e-css.e-btn.e-primary {
    background-color: #971b1e;
    border-color: transparent;
    color: #fff; }
    .e-btn.e-primary:hover,
    .e-css.e-btn.e-primary:hover {
      background-color: #a33639;
      border-color: transparent;
      -webkit-box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.2), 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12);
              box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.2), 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12);
      color: #fff; }
    .e-btn.e-primary:focus,
    .e-css.e-btn.e-primary:focus {
      background-color: #b05254;
      border-color: transparent;
      color: #fff;
      outline: #fafafa 0 solid;
      -webkit-box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.2), 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12);
              box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.2), 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12); }
    .e-btn.e-primary:active,
    .e-css.e-btn.e-primary:active {
      background-color: #b86466;
      border-color: transparent;
      color: #fff;
      outline: #fafafa 0 solid;
      -webkit-box-shadow: 0 5px 5px -3px rgba(0, 0, 0, 0.2), 0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12);
              box-shadow: 0 5px 5px -3px rgba(0, 0, 0, 0.2), 0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12); }
    .e-btn.e-primary.e-active,
    .e-css.e-btn.e-primary.e-active {
      background-color: #b86466;
      border-color: transparent;
      -webkit-box-shadow: 0 5px 5px -3px rgba(0, 0, 0, 0.2), 0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12);
              box-shadow: 0 5px 5px -3px rgba(0, 0, 0, 0.2), 0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12);
      color: #fff; }
    .e-btn.e-primary:disabled,
    .e-css.e-btn.e-primary:disabled {
      background-color: rgba(0, 0, 0, 0.12);
      border-color: transparent;
      -webkit-box-shadow: none;
              box-shadow: none;
      color: rgba(0, 0, 0, 0.26); }
    .e-btn.e-primary .e-ripple-element,
    .e-css.e-btn.e-primary .e-ripple-element {
      background-color: rgba(255, 255, 255, 0.24); }
  .e-btn.e-success,
  .e-css.e-btn.e-success {
    background-color: #4d841d;
    border-color: transparent;
    color: #fff; }
    .e-btn.e-success:hover,
    .e-css.e-btn.e-success:hover {
      background-color: #629338;
      border-color: transparent;
      -webkit-box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.2), 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12);
              box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.2), 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12);
      color: #fff; }
    .e-btn.e-success:focus,
    .e-css.e-btn.e-success:focus {
      background-color: #78a253;
      border-color: transparent;
      color: #fff;
      -webkit-box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.2), 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12);
              box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.2), 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12); }
    .e-btn.e-success:active, .e-btn.e-success.e-active,
    .e-css.e-btn.e-success:active,
    .e-css.e-btn.e-success.e-active {
      background-color: #86ab65;
      border-color: transparent;
      color: #fff;
      -webkit-box-shadow: 0 5px 5px -3px rgba(0, 0, 0, 0.2), 0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12);
              box-shadow: 0 5px 5px -3px rgba(0, 0, 0, 0.2), 0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12); }
    .e-btn.e-success:disabled,
    .e-css.e-btn.e-success:disabled {
      background-color: rgba(0, 0, 0, 0.12);
      border-color: transparent;
      -webkit-box-shadow: none;
              box-shadow: none;
      color: rgba(0, 0, 0, 0.26); }
    .e-btn.e-success .e-ripple-element,
    .e-css.e-btn.e-success .e-ripple-element {
      background-color: rgba(255, 255, 255, 0.24); }
  .e-btn.e-info,
  .e-css.e-btn.e-info {
    background-color: #0378d5;
    border-color: transparent;
    color: #fff; }
    .e-btn.e-info:hover,
    .e-css.e-btn.e-info:hover {
      background-color: #2188da;
      border-color: transparent;
      -webkit-box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.2), 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12);
              box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.2), 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12);
      color: #fff; }
    .e-btn.e-info:focus,
    .e-css.e-btn.e-info:focus {
      background-color: #3f98df;
      border-color: transparent;
      color: #fff;
      -webkit-box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.2), 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12);
              box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.2), 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12); }
    .e-btn.e-info:active, .e-btn.e-info.e-active,
    .e-css.e-btn.e-info:active,
    .e-css.e-btn.e-info.e-active {
      background-color: #54a3e2;
      border-color: transparent;
      color: #fff;
      -webkit-box-shadow: 0 5px 5px -3px rgba(0, 0, 0, 0.2), 0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12);
              box-shadow: 0 5px 5px -3px rgba(0, 0, 0, 0.2), 0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12); }
    .e-btn.e-info:disabled,
    .e-css.e-btn.e-info:disabled {
      background-color: rgba(0, 0, 0, 0.12);
      border-color: transparent;
      -webkit-box-shadow: none;
              box-shadow: none;
      color: rgba(0, 0, 0, 0.26); }
    .e-btn.e-info .e-ripple-element,
    .e-css.e-btn.e-info .e-ripple-element {
      background-color: rgba(255, 255, 255, 0.24); }
  .e-btn.e-warning,
  .e-css.e-btn.e-warning {
    background-color: #c15700;
    border-color: transparent;
    color: #fff; }
    .e-btn.e-warning:hover,
    .e-css.e-btn.e-warning:hover {
      background-color: #c86b1f;
      border-color: transparent;
      -webkit-box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.2), 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12);
              box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.2), 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12);
      color: #fff; }
    .e-btn.e-warning:focus,
    .e-css.e-btn.e-warning:focus {
      background-color: #d07f3d;
      border-color: transparent;
      color: #fff;
      -webkit-box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.2), 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12);
              box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.2), 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12); }
    .e-btn.e-warning:active, .e-btn.e-warning.e-active,
    .e-css.e-btn.e-warning:active,
    .e-css.e-btn.e-warning.e-active {
      background-color: #d58d52;
      border-color: transparent;
      color: #fff;
      -webkit-box-shadow: 0 5px 5px -3px rgba(0, 0, 0, 0.2), 0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12);
              box-shadow: 0 5px 5px -3px rgba(0, 0, 0, 0.2), 0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12); }
    .e-btn.e-warning:disabled,
    .e-css.e-btn.e-warning:disabled {
      background-color: rgba(0, 0, 0, 0.12);
      border-color: transparent;
      -webkit-box-shadow: none;
              box-shadow: none;
      color: rgba(0, 0, 0, 0.26); }
    .e-btn.e-warning .e-ripple-element,
    .e-css.e-btn.e-warning .e-ripple-element {
      background-color: rgba(255, 255, 255, 0.24); }
  .e-btn.e-danger,
  .e-css.e-btn.e-danger {
    background-color: #d64113;
    border-color: transparent;
    color: #fff; }
    .e-btn.e-danger:hover,
    .e-css.e-btn.e-danger:hover {
      background-color: #db582f;
      border-color: transparent;
      -webkit-box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.2), 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12);
              box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.2), 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12);
      color: #fff; }
    .e-btn.e-danger:focus,
    .e-css.e-btn.e-danger:focus {
      background-color: #e06f4c;
      border-color: transparent;
      color: #fff;
      -webkit-box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.2), 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12);
              box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.2), 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12); }
    .e-btn.e-danger:active,
    .e-css.e-btn.e-danger:active {
      background-color: #e37e5f;
      border-color: transparent;
      color: #fff;
      -webkit-box-shadow: 0 5px 5px -3px rgba(0, 0, 0, 0.2), 0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12);
              box-shadow: 0 5px 5px -3px rgba(0, 0, 0, 0.2), 0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12); }
    .e-btn.e-danger.e-active,
    .e-css.e-btn.e-danger.e-active {
      background-color: #e37e5f;
      border-color: transparent;
      -webkit-box-shadow: 0 5px 5px -3px rgba(0, 0, 0, 0.2), 0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12);
              box-shadow: 0 5px 5px -3px rgba(0, 0, 0, 0.2), 0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12);
      color: #fff; }
    .e-btn.e-danger:disabled,
    .e-css.e-btn.e-danger:disabled {
      background-color: rgba(0, 0, 0, 0.12);
      border-color: transparent;
      -webkit-box-shadow: none;
              box-shadow: none;
      color: rgba(0, 0, 0, 0.26); }
    .e-btn.e-danger .e-ripple-element,
    .e-css.e-btn.e-danger .e-ripple-element {
      background-color: rgba(255, 255, 255, 0.24); }
  .e-btn.e-flat,
  .e-css.e-btn.e-flat {
    background-color: transparent;
    border-color: transparent;
    -webkit-box-shadow: none;
            box-shadow: none;
    color: rgba(0, 0, 0, 0.87); }
    .e-btn.e-flat:hover,
    .e-css.e-btn.e-flat:hover {
      background-color: rgba(0, 0, 0, 0.0348);
      border-color: transparent;
      -webkit-box-shadow: none;
              box-shadow: none;
      color: rgba(0, 0, 0, 0.87); }
    .e-btn.e-flat:focus,
    .e-css.e-btn.e-flat:focus {
      background-color: rgba(0, 0, 0, 0.1044);
      border-color: transparent;
      color: rgba(0, 0, 0, 0.87);
      -webkit-box-shadow: none;
              box-shadow: none; }
    .e-btn.e-flat:active, .e-btn.e-flat.e-active,
    .e-css.e-btn.e-flat:active,
    .e-css.e-btn.e-flat.e-active {
      background-color: rgba(0, 0, 0, 0.2088);
      border-color: transparent;
      color: rgba(0, 0, 0, 0.87);
      -webkit-box-shadow: none;
              box-shadow: none; }
    .e-btn.e-flat:disabled,
    .e-css.e-btn.e-flat:disabled {
      background-color: transparent;
      border-color: transparent;
      -webkit-box-shadow: none;
              box-shadow: none;
      color: rgba(0, 0, 0, 0.26); }
    .e-btn.e-flat .e-ripple-element,
    .e-css.e-btn.e-flat .e-ripple-element {
      background-color: rgba(0, 0, 0, 0.12); }
    .e-btn.e-flat.e-primary,
    .e-css.e-btn.e-flat.e-primary {
      background-color: transparent;
      border-color: transparent;
      color: #971b1e; }
      .e-btn.e-flat.e-primary:hover,
      .e-css.e-btn.e-flat.e-primary:hover {
        background-color: rgba(151, 27, 30, 0.04);
        border-color: transparent;
        color: #971b1e; }
      .e-btn.e-flat.e-primary:focus,
      .e-css.e-btn.e-flat.e-primary:focus {
        background-color: rgba(151, 27, 30, 0.12);
        border-color: transparent;
        color: #971b1e; }
      .e-btn.e-flat.e-primary:active, .e-btn.e-flat.e-primary.e-active,
      .e-css.e-btn.e-flat.e-primary:active,
      .e-css.e-btn.e-flat.e-primary.e-active {
        background-color: rgba(151, 27, 30, 0.24);
        border-color: transparent;
        color: #971b1e; }
      .e-btn.e-flat.e-primary:disabled,
      .e-css.e-btn.e-flat.e-primary:disabled {
        background-color: rgba(0, 0, 0, 0.12);
        border-color: transparent;
        -webkit-box-shadow: none;
                box-shadow: none;
        color: rgba(0, 0, 0, 0.26); }
      .e-btn.e-flat.e-primary .e-ripple-element,
      .e-css.e-btn.e-flat.e-primary .e-ripple-element {
        background-color: rgba(151, 27, 30, 0.12); }
    .e-btn.e-flat.e-success,
    .e-css.e-btn.e-flat.e-success {
      background-color: transparent;
      border-color: transparent;
      color: #4d841d; }
      .e-btn.e-flat.e-success:hover,
      .e-css.e-btn.e-flat.e-success:hover {
        background-color: rgba(77, 132, 29, 0.04);
        border-color: transparent;
        -webkit-box-shadow: none;
                box-shadow: none;
        color: #4d841d; }
      .e-btn.e-flat.e-success:focus,
      .e-css.e-btn.e-flat.e-success:focus {
        background-color: rgba(77, 132, 29, 0.12);
        border-color: transparent;
        color: #4d841d;
        -webkit-box-shadow: none;
                box-shadow: none; }
      .e-btn.e-flat.e-success:active, .e-btn.e-flat.e-success.e-active,
      .e-css.e-btn.e-flat.e-success:active,
      .e-css.e-btn.e-flat.e-success.e-active {
        background-color: rgba(77, 132, 29, 0.24);
        border-color: transparent;
        color: #4d841d;
        -webkit-box-shadow: none;
                box-shadow: none; }
      .e-btn.e-flat.e-success:disabled,
      .e-css.e-btn.e-flat.e-success:disabled {
        background-color: rgba(0, 0, 0, 0.12);
        border-color: transparent;
        color: rgba(0, 0, 0, 0.26); }
      .e-btn.e-flat.e-success .e-ripple-element,
      .e-css.e-btn.e-flat.e-success .e-ripple-element {
        background-color: rgba(77, 132, 29, 0.12); }
    .e-btn.e-flat.e-info,
    .e-css.e-btn.e-flat.e-info {
      background-color: transparent;
      border-color: transparent;
      color: #0378d5; }
      .e-btn.e-flat.e-info:hover,
      .e-css.e-btn.e-flat.e-info:hover {
        background-color: rgba(3, 120, 213, 0.04);
        border-color: transparent;
        -webkit-box-shadow: none;
                box-shadow: none;
        color: #0378d5; }
      .e-btn.e-flat.e-info:focus,
      .e-css.e-btn.e-flat.e-info:focus {
        background-color: rgba(3, 120, 213, 0.12);
        border-color: transparent;
        color: #0378d5;
        -webkit-box-shadow: none;
                box-shadow: none; }
      .e-btn.e-flat.e-info:active, .e-btn.e-flat.e-info.e-active,
      .e-css.e-btn.e-flat.e-info:active,
      .e-css.e-btn.e-flat.e-info.e-active {
        background-color: rgba(3, 120, 213, 0.24);
        border-color: transparent;
        color: #0378d5;
        -webkit-box-shadow: none;
                box-shadow: none; }
      .e-btn.e-flat.e-info:disabled,
      .e-css.e-btn.e-flat.e-info:disabled {
        background-color: rgba(0, 0, 0, 0.12);
        border-color: transparent;
        color: rgba(0, 0, 0, 0.26); }
      .e-btn.e-flat.e-info .e-ripple-element,
      .e-css.e-btn.e-flat.e-info .e-ripple-element {
        background-color: rgba(3, 120, 213, 0.12); }
    .e-btn.e-flat.e-warning,
    .e-css.e-btn.e-flat.e-warning {
      background-color: transparent;
      border-color: transparent;
      color: #c15700; }
      .e-btn.e-flat.e-warning:hover,
      .e-css.e-btn.e-flat.e-warning:hover {
        background-color: rgba(193, 87, 0, 0.04);
        border-color: transparent;
        -webkit-box-shadow: none;
                box-shadow: none;
        color: #c15700; }
      .e-btn.e-flat.e-warning:focus,
      .e-css.e-btn.e-flat.e-warning:focus {
        background-color: rgba(193, 87, 0, 0.12);
        border-color: transparent;
        color: #c15700;
        -webkit-box-shadow: none;
                box-shadow: none; }
      .e-btn.e-flat.e-warning:active, .e-btn.e-flat.e-warning.e-active,
      .e-css.e-btn.e-flat.e-warning:active,
      .e-css.e-btn.e-flat.e-warning.e-active {
        background-color: rgba(193, 87, 0, 0.24);
        border-color: transparent;
        color: #c15700;
        -webkit-box-shadow: none;
                box-shadow: none; }
      .e-btn.e-flat.e-warning:disabled,
      .e-css.e-btn.e-flat.e-warning:disabled {
        background-color: rgba(0, 0, 0, 0.12);
        border-color: transparent;
        color: rgba(0, 0, 0, 0.26); }
      .e-btn.e-flat.e-warning .e-ripple-element,
      .e-css.e-btn.e-flat.e-warning .e-ripple-element {
        background-color: rgba(193, 87, 0, 0.12); }
    .e-btn.e-flat.e-danger,
    .e-css.e-btn.e-flat.e-danger {
      background-color: transparent;
      border-color: transparent;
      color: #d64113; }
      .e-btn.e-flat.e-danger:hover,
      .e-css.e-btn.e-flat.e-danger:hover {
        background-color: rgba(214, 65, 19, 0.04);
        border-color: transparent;
        -webkit-box-shadow: none;
                box-shadow: none;
        color: #d64113; }
      .e-btn.e-flat.e-danger:focus,
      .e-css.e-btn.e-flat.e-danger:focus {
        background-color: rgba(214, 65, 19, 0.12);
        border-color: transparent;
        color: #d64113;
        -webkit-box-shadow: none;
                box-shadow: none; }
      .e-btn.e-flat.e-danger:active, .e-btn.e-flat.e-danger.e-active,
      .e-css.e-btn.e-flat.e-danger:active,
      .e-css.e-btn.e-flat.e-danger.e-active {
        background-color: rgba(214, 65, 19, 0.24);
        border-color: transparent;
        color: #d64113;
        -webkit-box-shadow: none;
                box-shadow: none; }
      .e-btn.e-flat.e-danger:disabled,
      .e-css.e-btn.e-flat.e-danger:disabled {
        background-color: rgba(0, 0, 0, 0.12);
        border-color: transparent;
        color: rgba(0, 0, 0, 0.26); }
      .e-btn.e-flat.e-danger .e-ripple-element,
      .e-css.e-btn.e-flat.e-danger .e-ripple-element {
        background-color: rgba(214, 65, 19, 0.12); }
  .e-btn.e-outline,
  .e-css.e-btn.e-outline {
    background-color: transparent;
    border-color: #adadad;
    -webkit-box-shadow: none;
            box-shadow: none;
    color: rgba(0, 0, 0, 0.87); }
    .e-btn.e-outline:hover,
    .e-css.e-btn.e-outline:hover {
      background-color: rgba(0, 0, 0, 0.12);
      border-color: #adadad;
      -webkit-box-shadow: none;
              box-shadow: none;
      color: rgba(0, 0, 0, 0.87); }
    .e-btn.e-outline:focus,
    .e-css.e-btn.e-outline:focus {
      background-color: rgba(0, 0, 0, 0.24);
      border-color: transparent;
      color: rgba(0, 0, 0, 0.87);
      -webkit-box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.2), 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12);
              box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.2), 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12); }
    .e-btn.e-outline:active, .e-btn.e-outline.e-active,
    .e-css.e-btn.e-outline:active,
    .e-css.e-btn.e-outline.e-active {
      background-color: rgba(0, 0, 0, 0.32);
      border-color: #adadad;
      -webkit-box-shadow: none;
              box-shadow: none;
      color: rgba(0, 0, 0, 0.87); }
    .e-btn.e-outline:disabled,
    .e-css.e-btn.e-outline:disabled {
      background-color: transparent;
      border-color: rgba(0, 0, 0, 0.26);
      -webkit-box-shadow: none;
              box-shadow: none;
      color: rgba(0, 0, 0, 0.26); }
    .e-btn.e-outline.e-primary,
    .e-css.e-btn.e-outline.e-primary {
      background-color: transparent;
      border-color: #971b1e;
      color: #971b1e; }
      .e-btn.e-outline.e-primary:hover,
      .e-css.e-btn.e-outline.e-primary:hover {
        background-color: #a33639;
        border-color: transparent;
        color: #fff; }
      .e-btn.e-outline.e-primary:focus,
      .e-css.e-btn.e-outline.e-primary:focus {
        background-color: #b05254;
        border-color: transparent;
        color: #fff; }
      .e-btn.e-outline.e-primary:active, .e-btn.e-outline.e-primary.e-active,
      .e-css.e-btn.e-outline.e-primary:active,
      .e-css.e-btn.e-outline.e-primary.e-active {
        background-color: #b86466;
        border-color: transparent;
        -webkit-box-shadow: none;
                box-shadow: none;
        color: #fff; }
      .e-btn.e-outline.e-primary:disabled,
      .e-css.e-btn.e-outline.e-primary:disabled {
        background-color: transparent;
        border-color: rgba(0, 0, 0, 0.26);
        -webkit-box-shadow: none;
                box-shadow: none;
        color: rgba(0, 0, 0, 0.26); }
    .e-btn.e-outline.e-success,
    .e-css.e-btn.e-outline.e-success {
      background-color: transparent;
      border-color: #4d841d;
      color: #4d841d; }
      .e-btn.e-outline.e-success:hover,
      .e-css.e-btn.e-outline.e-success:hover {
        background-color: #629338;
        border-color: transparent;
        color: #fff; }
      .e-btn.e-outline.e-success:focus,
      .e-css.e-btn.e-outline.e-success:focus {
        background-color: #78a253;
        border-color: transparent;
        color: #fff; }
      .e-btn.e-outline.e-success:active, .e-btn.e-outline.e-success.e-active,
      .e-css.e-btn.e-outline.e-success:active,
      .e-css.e-btn.e-outline.e-success.e-active {
        background-color: #86ab65;
        border-color: transparent;
        -webkit-box-shadow: none;
                box-shadow: none;
        color: #fff; }
      .e-btn.e-outline.e-success:disabled,
      .e-css.e-btn.e-outline.e-success:disabled {
        background-color: transparent;
        border-color: rgba(0, 0, 0, 0.26);
        -webkit-box-shadow: none;
                box-shadow: none;
        color: rgba(0, 0, 0, 0.26); }
    .e-btn.e-outline.e-info,
    .e-css.e-btn.e-outline.e-info {
      background-color: transparent;
      border-color: #0378d5;
      color: #0378d5; }
      .e-btn.e-outline.e-info:hover,
      .e-css.e-btn.e-outline.e-info:hover {
        background-color: #2188da;
        border-color: transparent;
        color: #fff; }
      .e-btn.e-outline.e-info:focus,
      .e-css.e-btn.e-outline.e-info:focus {
        background-color: #2188da;
        border-color: transparent;
        color: #fff; }
      .e-btn.e-outline.e-info:active, .e-btn.e-outline.e-info.e-active,
      .e-css.e-btn.e-outline.e-info:active,
      .e-css.e-btn.e-outline.e-info.e-active {
        background-color: #54a3e2;
        border-color: transparent;
        -webkit-box-shadow: none;
                box-shadow: none;
        color: #fff; }
      .e-btn.e-outline.e-info:disabled,
      .e-css.e-btn.e-outline.e-info:disabled {
        background-color: transparent;
        border-color: rgba(0, 0, 0, 0.26);
        -webkit-box-shadow: none;
                box-shadow: none;
        color: rgba(0, 0, 0, 0.26); }
    .e-btn.e-outline.e-warning,
    .e-css.e-btn.e-outline.e-warning {
      background-color: transparent;
      border-color: #c15700;
      color: #c15700; }
      .e-btn.e-outline.e-warning:hover,
      .e-css.e-btn.e-outline.e-warning:hover {
        background-color: #c86b1f;
        border-color: transparent;
        color: #fff; }
      .e-btn.e-outline.e-warning:focus,
      .e-css.e-btn.e-outline.e-warning:focus {
        background-color: #c86b1f;
        border-color: transparent;
        color: #fff; }
      .e-btn.e-outline.e-warning:active, .e-btn.e-outline.e-warning.e-active,
      .e-css.e-btn.e-outline.e-warning:active,
      .e-css.e-btn.e-outline.e-warning.e-active {
        background-color: #d58d52;
        border-color: transparent;
        -webkit-box-shadow: none;
                box-shadow: none;
        color: #fff; }
      .e-btn.e-outline.e-warning:disabled,
      .e-css.e-btn.e-outline.e-warning:disabled {
        background-color: transparent;
        border-color: rgba(0, 0, 0, 0.26);
        -webkit-box-shadow: none;
                box-shadow: none;
        color: rgba(0, 0, 0, 0.26); }
    .e-btn.e-outline.e-danger,
    .e-css.e-btn.e-outline.e-danger {
      background-color: transparent;
      border-color: #d64113;
      color: #d64113; }
      .e-btn.e-outline.e-danger:hover,
      .e-css.e-btn.e-outline.e-danger:hover {
        background-color: #db582f;
        border-color: transparent;
        color: #fff; }
      .e-btn.e-outline.e-danger:focus,
      .e-css.e-btn.e-outline.e-danger:focus {
        background-color: #db582f;
        border-color: transparent;
        color: #fff; }
      .e-btn.e-outline.e-danger:active, .e-btn.e-outline.e-danger.e-active,
      .e-css.e-btn.e-outline.e-danger:active,
      .e-css.e-btn.e-outline.e-danger.e-active {
        background-color: #e37e5f;
        border-color: transparent;
        -webkit-box-shadow: none;
                box-shadow: none;
        color: #fff; }
      .e-btn.e-outline.e-danger:disabled,
      .e-css.e-btn.e-outline.e-danger:disabled {
        background-color: transparent;
        border-color: rgba(0, 0, 0, 0.26);
        -webkit-box-shadow: none;
                box-shadow: none;
        color: rgba(0, 0, 0, 0.26); }
  .e-btn.e-link,
  .e-css.e-btn.e-link {
    background-color: transparent;
    border-color: transparent;
    border-radius: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
    color: #0d47a1; }
    .e-btn.e-link:hover,
    .e-css.e-btn.e-link:hover {
      border-radius: 0;
      color: #0a3576;
      text-decoration: underline; }
    .e-btn.e-link:focus,
    .e-css.e-btn.e-link:focus {
      border-radius: 0;
      text-decoration: underline;
      color: #0a3576; }
    .e-btn.e-link:disabled,
    .e-css.e-btn.e-link:disabled {
      color: rgba(0, 0, 0, 0.26);
      background-color: transparent;
      -webkit-box-shadow: none;
              box-shadow: none;
      text-decoration: none; }

/*! calendar material theme variables */
/*! component icons */
.e-calendar .e-header .e-date-icon-prev::before {
  content: '\e910'; }

.e-calendar .e-header .e-date-icon-next::before {
  content: '\e916'; }

/*! calendar layout */
ejs-calendar {
  display: block; }

.e-calendar.e-disabled .e-header .e-prev,
.e-calendar.e-disabled .e-header .e-next {
  cursor: default;
  pointer-events: none;
  -ms-touch-action: none;
      touch-action: none; }

.e-calendar.e-disabled .e-header .e-title {
  cursor: default;
  pointer-events: none;
  -ms-touch-action: none;
      touch-action: none; }

.e-calendar.e-disabled .e-content td {
  pointer-events: none;
  -ms-touch-action: none;
      touch-action: none; }

.e-calendar.e-disabled .e-btn.e-today {
  pointer-events: none;
  -ms-touch-action: none;
      touch-action: none; }

.e-calendar,
.e-bigger.e-small .e-calendar {
  -webkit-tap-highlight-color: transparent;
  border-radius: 2px;
  display: block;
  overflow: auto;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none; }
  .e-calendar.e-rtl .e-header .e-title,
  .e-bigger.e-small .e-calendar.e-rtl .e-header .e-title {
    float: right;
    text-align: right; }
  .e-calendar.e-rtl .e-header .e-icon-container,
  .e-bigger.e-small .e-calendar.e-rtl .e-header .e-icon-container {
    float: left; }
  .e-calendar .e-header,
  .e-bigger.e-small .e-calendar .e-header {
    background: none;
    display: table;
    font-weight: 500;
    position: relative;
    text-align: center;
    width: 100%; }
    .e-calendar .e-header button,
    .e-bigger.e-small .e-calendar .e-header button {
      background: transparent;
      border: 0;
      padding: 0;
      text-decoration: none; }
    .e-calendar .e-header span,
    .e-bigger.e-small .e-calendar .e-header span {
      cursor: pointer;
      display: inline-block;
      font-size: 15px;
      font-weight: 500;
      line-height: 16px;
      padding: 10px;
      vertical-align: middle; }
      .e-calendar .e-header span.e-disabled,
      .e-bigger.e-small .e-calendar .e-header span.e-disabled {
        cursor: default; }
  .e-calendar .e-week-header,
  .e-bigger.e-small .e-calendar .e-week-header {
    padding: 0; }
  .e-calendar th,
  .e-bigger.e-small .e-calendar th {
    cursor: default;
    font-size: 13px;
    font-weight: normal;
    text-align: center; }
  .e-calendar .e-content .e-selected,
  .e-calendar .e-content .e-state-hover,
  .e-bigger.e-small .e-calendar .e-content .e-selected,
  .e-bigger.e-small .e-calendar .e-content .e-state-hover {
    border-radius: 0; }
  .e-calendar .e-content span.e-day,
  .e-bigger.e-small .e-calendar .e-content span.e-day {
    border-radius: 0;
    cursor: pointer;
    display: inline-block;
    font-size: 13px;
    overflow: hidden;
    padding: 0;
    text-align: center;
    text-decoration: none;
    vertical-align: middle; }
  .e-calendar .e-content th,
  .e-calendar .e-content td,
  .e-bigger.e-small .e-calendar .e-content th,
  .e-bigger.e-small .e-calendar .e-content td {
    -webkit-box-sizing: border-box;
            box-sizing: border-box; }
  .e-calendar .e-content td.e-disabled,
  .e-bigger.e-small .e-calendar .e-content td.e-disabled {
    opacity: 0.35;
    pointer-events: none;
    -ms-touch-action: none;
        touch-action: none; }
  .e-calendar .e-content td,
  .e-bigger.e-small .e-calendar .e-content td {
    cursor: pointer;
    padding: 2px;
    text-align: center; }
    .e-calendar .e-content td.e-week-number,
    .e-bigger.e-small .e-calendar .e-content td.e-week-number {
      color: rgba(0, 0, 0, 0.87);
      font-size: 12px;
      font-style: italic;
      font-weight: 500; }
    .e-calendar .e-content td.e-overlay,
    .e-bigger.e-small .e-calendar .e-content td.e-overlay {
      background: none;
      width: initial; }
  .e-calendar .e-content table,
  .e-bigger.e-small .e-calendar .e-content table {
    border-collapse: separate;
    border-spacing: 0;
    border-width: 0;
    float: left;
    margin: 0;
    outline: 0;
    padding: 0 10px 10px;
    table-layout: fixed;
    width: 100%; }
  .e-calendar .e-content td.e-other-month &gt; span.e-day,
  .e-calendar .e-content td.e-other-year &gt; span.e-day,
  .e-bigger.e-small .e-calendar .e-content td.e-other-month &gt; span.e-day,
  .e-bigger.e-small .e-calendar .e-content td.e-other-year &gt; span.e-day {
    display: none;
    font-weight: normal; }
  .e-calendar .e-content tr.e-month-hide,
  .e-bigger.e-small .e-calendar .e-content tr.e-month-hide {
    display: none;
    font-weight: normal; }
  .e-calendar .e-content tr.e-month-hide,
  .e-calendar .e-content td.e-other-month,
  .e-calendar .e-content td.e-other-year,
  .e-bigger.e-small .e-calendar .e-content tr.e-month-hide,
  .e-bigger.e-small .e-calendar .e-content td.e-other-month,
  .e-bigger.e-small .e-calendar .e-content td.e-other-year {
    pointer-events: none;
    -ms-touch-action: none;
        touch-action: none; }
  .e-calendar .e-content tr.e-month-hide,
  .e-calendar .e-content td.e-other-month.e-disabled,
  .e-calendar .e-content td.e-other-year.e-disabled,
  .e-bigger.e-small .e-calendar .e-content tr.e-month-hide,
  .e-bigger.e-small .e-calendar .e-content td.e-other-month.e-disabled,
  .e-bigger.e-small .e-calendar .e-content td.e-other-year.e-disabled {
    pointer-events: none;
    -ms-touch-action: none;
        touch-action: none; }
  .e-calendar .e-content td.e-week-number:hover span.e-day,
  .e-calendar .e-content td.e-week-number:hover,
  .e-bigger.e-small .e-calendar .e-content td.e-week-number:hover span.e-day,
  .e-bigger.e-small .e-calendar .e-content td.e-week-number:hover {
    background-color: #fff;
    cursor: default; }
  .e-calendar .e-header .e-prev,
  .e-calendar .e-header .e-next,
  .e-bigger.e-small .e-calendar .e-header .e-prev,
  .e-bigger.e-small .e-calendar .e-header .e-next {
    border-radius: 50%;
    display: inline-block;
    font-size: 14px;
    vertical-align: middle; }
  .e-calendar .e-header .e-title,
  .e-bigger.e-small .e-calendar .e-header .e-title {
    cursor: pointer;
    display: inline-block;
    float: left;
    font-size: 14px;
    font-weight: 500;
    text-align: left; }
  .e-calendar .e-header .e-title,
  .e-bigger.e-small .e-calendar .e-header .e-title {
    margin-left: 5px; }
  .e-calendar .e-header .e-prev:hover,
  .e-calendar .e-header .e-next:hover,
  .e-bigger.e-small .e-calendar .e-header .e-prev:hover,
  .e-bigger.e-small .e-calendar .e-header .e-next:hover {
    cursor: pointer; }
  .e-calendar .e-header .e-prev.e-overlay,
  .e-calendar .e-header .e-next.e-overlay,
  .e-bigger.e-small .e-calendar .e-header .e-prev.e-overlay,
  .e-bigger.e-small .e-calendar .e-header .e-next.e-overlay {
    background: none; }
  .e-calendar .e-header.e-decade .e-title,
  .e-calendar .e-header.e-year .e-title,
  .e-bigger.e-small .e-calendar .e-header.e-decade .e-title,
  .e-bigger.e-small .e-calendar .e-header.e-year .e-title {
    margin-left: 5px; }
  .e-calendar .e-header.e-decade .e-title,
  .e-bigger.e-small .e-calendar .e-header.e-decade .e-title {
    cursor: default; }
  .e-calendar .e-header .e-icon-container,
  .e-bigger.e-small .e-calendar .e-header .e-icon-container {
    display: inline-block;
    float: right; }
  .e-calendar .e-footer-container,
  .e-bigger.e-small .e-calendar .e-footer-container {
    text-transform: uppercase; }

.e-calendar,
.e-bigger.e-small .e-calendar {
  max-width: 246px;
  min-width: 240px;
  padding: 0; }
  .e-calendar.e-calendar-day-header-lg,
  .e-bigger.e-small .e-calendar.e-calendar-day-header-lg {
    max-width: 100%;
    min-width: 540px; }
  .e-calendar.e-week-number,
  .e-bigger.e-small .e-calendar.e-week-number {
    min-width: 262px; }
  .e-calendar.e-week,
  .e-bigger.e-small .e-calendar.e-week {
    max-width: 246px;
    min-width: 240px; }
  .e-calendar .e-header .e-title,
  .e-bigger.e-small .e-calendar .e-header .e-title {
    line-height: 40px; }
  .e-calendar.e-rtl .e-header .e-title,
  .e-bigger.e-small .e-calendar.e-rtl .e-header .e-title {
    text-align: right;
    text-indent: 4px; }
  .e-calendar .e-header,
  .e-bigger.e-small .e-calendar .e-header {
    height: 40px; }
    .e-calendar .e-header.e-month,
    .e-bigger.e-small .e-calendar .e-header.e-month {
      padding: 10px 10px 0 10px; }
    .e-calendar .e-header.e-year, .e-calendar .e-header.e-decade,
    .e-bigger.e-small .e-calendar .e-header.e-year,
    .e-bigger.e-small .e-calendar .e-header.e-decade {
      padding: 10px 10px 0 10px; }
  .e-calendar th,
  .e-bigger.e-small .e-calendar th {
    font-weight: normal;
    height: 30px; }
  .e-calendar .e-content .e-selected,
  .e-calendar .e-content .e-state-hover,
  .e-bigger.e-small .e-calendar .e-content .e-selected,
  .e-bigger.e-small .e-calendar .e-content .e-state-hover {
    border-radius: 0; }
  .e-calendar .e-content span.e-day,
  .e-bigger.e-small .e-calendar .e-content span.e-day {
    border: none;
    font-size: 13px;
    font-weight: normal;
    height: 30px;
    line-height: 30px;
    width: 30px; }
  .e-calendar .e-content.e-year table,
  .e-calendar .e-content.e-decade table,
  .e-bigger.e-small .e-calendar .e-content.e-year table,
  .e-bigger.e-small .e-calendar .e-content.e-decade table {
    border-spacing: 0;
    padding: 10px; }
  .e-calendar .e-content.e-month td,
  .e-bigger.e-small .e-calendar .e-content.e-month td {
    height: 30px;
    padding: 2px; }
  .e-calendar .e-content .tfooter &gt; tr &gt; td,
  .e-bigger.e-small .e-calendar .e-content .tfooter &gt; tr &gt; td {
    height: 36px;
    line-height: 36px; }
  .e-calendar .e-content.e-year td,
  .e-calendar .e-content.e-decade td,
  .e-bigger.e-small .e-calendar .e-content.e-year td,
  .e-bigger.e-small .e-calendar .e-content.e-decade td {
    height: 45px;
    padding: 6px; }
  .e-calendar .e-content.e-year td &gt; span.e-day,
  .e-calendar .e-content.e-decade td &gt; span.e-day,
  .e-bigger.e-small .e-calendar .e-content.e-year td &gt; span.e-day,
  .e-bigger.e-small .e-calendar .e-content.e-decade td &gt; span.e-day {
    font-weight: normal;
    height: 45px;
    line-height: 45px;
    width: 45px; }
  .e-calendar .e-header .e-icon-container .e-prev,
  .e-calendar .e-header .e-icon-container .e-next,
  .e-bigger.e-small .e-calendar .e-header .e-icon-container .e-prev,
  .e-bigger.e-small .e-calendar .e-header .e-icon-container .e-next {
    height: 36px;
    width: 36px; }
  .e-calendar .e-footer-container,
  .e-bigger.e-small .e-calendar .e-footer-container {
    border-top: none;
    cursor: default;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    padding: 0 10px 10px 10px;
    text-align: center;
    width: 100%; }

.e-small.e-bigger.e-calendar .e-content.e-year span.e-day,
.e-small.e-bigger .e-calendar .e-content.e-year span.e-day {
  font-size: 13px; }

.e-small.e-bigger.e-calendar .e-content.e-month table,
.e-small.e-bigger .e-calendar .e-content.e-month table {
  padding: 0 10px 10px; }

.e-bigger.e-calendar,
*.e-bigger .e-calendar {
  max-width: 296px;
  min-width: 296px;
  padding: 0; }
  .e-bigger.e-calendar.e-calendar-day-header-lg,
  *.e-bigger .e-calendar.e-calendar-day-header-lg {
    max-width: 100%;
    min-width: 540px; }
  .e-bigger.e-calendar.e-week,
  *.e-bigger .e-calendar.e-week {
    max-width: 296px;
    min-width: 296px; }
  .e-bigger.e-calendar.e-week-number,
  *.e-bigger .e-calendar.e-week-number {
    min-width: 320px; }
  .e-bigger.e-calendar .e-header .e-title,
  *.e-bigger .e-calendar .e-header .e-title {
    font-size: 16px;
    line-height: 48px;
    width: 60%; }
  .e-bigger.e-calendar.e-rtl .e-header .e-title,
  *.e-bigger .e-calendar.e-rtl .e-header .e-title {
    line-height: 48px;
    text-indent: 6px; }
  .e-bigger.e-calendar .e-header,
  *.e-bigger .e-calendar .e-header {
    height: 48px;
    padding: 10px 10px 0 16px; }
    .e-bigger.e-calendar .e-header span,
    *.e-bigger .e-calendar .e-header span {
      font-size: 16px;
      padding: 15px; }
    .e-bigger.e-calendar .e-header.e-year, .e-bigger.e-calendar .e-header.e-decade,
    *.e-bigger .e-calendar .e-header.e-year,
    *.e-bigger .e-calendar .e-header.e-decade {
      padding: 10px 10px 0 16px; }
  .e-bigger.e-calendar th,
  *.e-bigger .e-calendar th {
    font-size: 14px;
    height: 36px; }
  .e-bigger.e-calendar .e-content.e-year span.e-day,
  *.e-bigger .e-calendar .e-content.e-year span.e-day {
    font-size: 13px;
    font-weight: normal; }
  .e-bigger.e-calendar .e-content.e-month table,
  *.e-bigger .e-calendar .e-content.e-month table {
    padding: 0 10px 10px; }
  .e-bigger.e-calendar .e-content.e-year table,
  .e-bigger.e-calendar .e-content.e-decade table,
  *.e-bigger .e-calendar .e-content.e-year table,
  *.e-bigger .e-calendar .e-content.e-decade table {
    padding: 0 10px 10px; }
  .e-bigger.e-calendar .e-content .e-selected,
  .e-bigger.e-calendar .e-content .e-state-hover,
  *.e-bigger .e-calendar .e-content .e-selected,
  *.e-bigger .e-calendar .e-content .e-state-hover {
    border-radius: 0; }
  .e-bigger.e-calendar .e-content span.e-day,
  *.e-bigger .e-calendar .e-content span.e-day {
    font-size: 13px;
    height: 36px;
    line-height: 36px;
    width: 36px; }
  .e-bigger.e-calendar .e-content.e-month td,
  *.e-bigger .e-calendar .e-content.e-month td {
    height: 2px;
    padding: 2px; }
  .e-bigger.e-calendar .e-content.e-year td,
  .e-bigger.e-calendar .e-content.e-decade td,
  *.e-bigger .e-calendar .e-content.e-year td,
  *.e-bigger .e-calendar .e-content.e-decade td {
    height: 60px;
    padding: 2px; }
  .e-bigger.e-calendar .e-content.e-year td &gt; span.e-day,
  .e-bigger.e-calendar .e-content.e-decade td &gt; span.e-day,
  *.e-bigger .e-calendar .e-content.e-year td &gt; span.e-day,
  *.e-bigger .e-calendar .e-content.e-decade td &gt; span.e-day {
    height: 60px;
    line-height: 60px;
    width: 60px; }
  .e-bigger.e-calendar .e-header .e-icon-container .e-prev,
  .e-bigger.e-calendar .e-header .e-icon-container .e-next,
  *.e-bigger .e-calendar .e-header .e-icon-container .e-prev,
  *.e-bigger .e-calendar .e-header .e-icon-container .e-next {
    height: 48px;
    width: 48px; }
  .e-bigger.e-calendar .e-footer-container,
  *.e-bigger .e-calendar .e-footer-container {
    border-top: none;
    padding: 0 10px 10px 10px; }

.e-small.e-calendar,
.e-small .e-calendar {
  max-width: 246px;
  min-width: 240px;
  padding: 0; }
  .e-small.e-calendar.e-calendar-day-header-lg,
  .e-small .e-calendar.e-calendar-day-header-lg {
    max-width: 100%;
    min-width: 540px; }
  .e-small.e-calendar .e-content span.e-day,
  .e-small .e-calendar .e-content span.e-day {
    font-size: 12px;
    height: 24px;
    line-height: 24px;
    width: 24px; }
  .e-small.e-calendar .e-content.e-month td,
  .e-small .e-calendar .e-content.e-month td {
    height: 24px; }
  .e-small.e-calendar .e-header,
  .e-small .e-calendar .e-header {
    height: 32px; }
    .e-small.e-calendar .e-header span,
    .e-small .e-calendar .e-header span {
      font-size: 12px;
      padding: 6px; }
    .e-small.e-calendar .e-header .e-title,
    .e-small .e-calendar .e-header .e-title {
      font-size: 13px;
      line-height: 32px; }
  .e-small.e-calendar .e-header .e-icon-container .e-prev,
  .e-small.e-calendar .e-header .e-icon-container .e-next,
  .e-small .e-calendar .e-header .e-icon-container .e-prev,
  .e-small .e-calendar .e-header .e-icon-container .e-next {
    height: 28px;
    width: 28px; }
  .e-small.e-calendar th,
  .e-small .e-calendar th {
    font-size: 12px;
    height: 24px; }

.e-calendar .e-btn.e-today.e-flat.e-disabled,
.e-calendar .e-btn.e-today.e-flat.e-disabled:hover,
.e-calendar .e-btn.e-today.e-flat.e-disabled:active,
.e-calendar .e-btn.e-today.e-flat.e-disabled:focus,
.e-calendar .e-btn.e-today.e-flat.e-disabled:hover:active {
  background: transparent;
  border-color: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: rgba(0, 0, 0, 0.26);
  cursor: default;
  opacity: 0.35;
  outline: none;
  pointer-events: none;
  -ms-touch-action: none;
      touch-action: none; }

.e-content-placeholder.e-calendar.e-placeholder-calendar {
  background-size: 250px 336px;
  min-height: 336px; }

.e-bigger .e-content-placeholder.e-calendar.e-placeholder-calendar,
.e-bigger.e-content-placeholder.e-calendar.e-placeholder-calendar {
  background-size: 300px 392px;
  min-height: 392px; }

.e-calendar,
.e-bigger.e-small .e-calendar {
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.12);
  -webkit-box-shadow: none;
          box-shadow: none; }
  .e-calendar .e-date-icon-prev,
  .e-calendar .e-date-icon-next,
  .e-bigger.e-small .e-calendar .e-date-icon-prev,
  .e-bigger.e-small .e-calendar .e-date-icon-next {
    color: rgba(0, 0, 0, 0.54); }
  .e-calendar th,
  .e-bigger.e-small .e-calendar th {
    border-bottom: 0;
    color: rgba(0, 0, 0, 0.54); }
  .e-calendar .e-header,
  .e-bigger.e-small .e-calendar .e-header {
    border-bottom: 0; }
    .e-calendar .e-header a span,
    .e-bigger.e-small .e-calendar .e-header a span {
      border: none;
      color: rgba(0, 0, 0, 0.75); }
    .e-calendar .e-header .e-title,
    .e-bigger.e-small .e-calendar .e-header .e-title {
      color: rgba(0, 0, 0, 0.75); }
    .e-calendar .e-header .e-title:hover,
    .e-bigger.e-small .e-calendar .e-header .e-title:hover {
      color: rgba(0, 0, 0, 0.75);
      cursor: pointer;
      text-decoration: none; }
    .e-calendar .e-header .e-prev:hover &gt; span,
    .e-calendar .e-header .e-next:hover &gt; span,
    .e-bigger.e-small .e-calendar .e-header .e-prev:hover &gt; span,
    .e-bigger.e-small .e-calendar .e-header .e-next:hover &gt; span {
      border: none;
      color: rgba(0, 0, 0, 0.75);
      cursor: pointer; }
    .e-calendar .e-header .e-prev:hover,
    .e-calendar .e-header .e-next:hover,
    .e-bigger.e-small .e-calendar .e-header .e-prev:hover,
    .e-bigger.e-small .e-calendar .e-header .e-next:hover {
      background: none; }
    .e-calendar .e-header .e-prev:active,
    .e-calendar .e-header .e-next:active,
    .e-bigger.e-small .e-calendar .e-header .e-prev:active,
    .e-bigger.e-small .e-calendar .e-header .e-next:active {
      background: #fff;
      color: #fff; }
    .e-calendar .e-header button.e-prev:active span,
    .e-calendar .e-header button.e-next:active span,
    .e-bigger.e-small .e-calendar .e-header button.e-prev:active span,
    .e-bigger.e-small .e-calendar .e-header button.e-next:active span {
      border: none;
      color: rgba(0, 0, 0, 0.75); }
    .e-calendar .e-header.e-decade .e-title,
    .e-bigger.e-small .e-calendar .e-header.e-decade .e-title {
      color: rgba(0, 0, 0, 0.87);
      cursor: default; }
    .e-calendar .e-header .e-next.e-disabled span,
    .e-calendar .e-header .e-prev.e-disabled span,
    .e-bigger.e-small .e-calendar .e-header .e-next.e-disabled span,
    .e-bigger.e-small .e-calendar .e-header .e-prev.e-disabled span {
      color: rgba(0, 0, 0, 0.87);
      font-weight: normal; }
    .e-calendar .e-header .e-next.e-disabled,
    .e-calendar .e-header .e-prev.e-disabled,
    .e-bigger.e-small .e-calendar .e-header .e-next.e-disabled,
    .e-bigger.e-small .e-calendar .e-header .e-prev.e-disabled {
      opacity: 0.35; }
  .e-calendar .e-content.e-decade tr:first-child .e-cell:first-child span.e-day,
  .e-calendar .e-content.e-decade tr:last-child .e-cell:last-child span.e-day,
  .e-bigger.e-small .e-calendar .e-content.e-decade tr:first-child .e-cell:first-child span.e-day,
  .e-bigger.e-small .e-calendar .e-content.e-decade tr:last-child .e-cell:last-child span.e-day {
    color: rgba(0, 0, 0, 0.38); }
  .e-calendar .e-content.e-decade tr:first-child .e-cell:first-child.e-selected span.e-day,
  .e-calendar .e-content.e-decade tr:last-child .e-cell:last-child.e-selected span.e-day,
  .e-bigger.e-small .e-calendar .e-content.e-decade tr:first-child .e-cell:first-child.e-selected span.e-day,
  .e-bigger.e-small .e-calendar .e-content.e-decade tr:last-child .e-cell:last-child.e-selected span.e-day {
    color: #fff; }
  .e-calendar .e-content.e-decade tr:first-child .e-cell.e-disabled:first-child span.e-day,
  .e-calendar .e-content.e-decade tr:last-child .e-cell.e-disabled:last-child span.e-day,
  .e-bigger.e-small .e-calendar .e-content.e-decade tr:first-child .e-cell.e-disabled:first-child span.e-day,
  .e-bigger.e-small .e-calendar .e-content.e-decade tr:last-child .e-cell.e-disabled:last-child span.e-day {
    color: rgba(0, 0, 0, 0.87); }
  .e-calendar .e-content.e-year td:hover span.e-day,
  .e-calendar .e-content.e-decade td:hover span.e-day,
  .e-bigger.e-small .e-calendar .e-content.e-year td:hover span.e-day,
  .e-bigger.e-small .e-calendar .e-content.e-decade td:hover span.e-day {
    background-color: #eee; }
  .e-calendar .e-content.e-year td.e-selected:hover span.e-day,
  .e-calendar .e-content.e-decade td.e-selected:hover span.e-day,
  .e-bigger.e-small .e-calendar .e-content.e-year td.e-selected:hover span.e-day,
  .e-bigger.e-small .e-calendar .e-content.e-decade td.e-selected:hover span.e-day {
    background-color: #971b1e; }
  .e-calendar .e-content.e-year td &gt; span.e-day,
  .e-calendar .e-content.e-decade td &gt; span.e-day,
  .e-bigger.e-small .e-calendar .e-content.e-year td &gt; span.e-day,
  .e-bigger.e-small .e-calendar .e-content.e-decade td &gt; span.e-day {
    background: #fff; }
  .e-calendar .e-content .e-week-number span,
  .e-bigger.e-small .e-calendar .e-content .e-week-number span {
    color: rgba(0, 0, 0, 0.54); }
  .e-calendar .e-content td.e-focused-date span.e-day,
  .e-calendar .e-content td.e-focused-date:hover span.e-day,
  .e-calendar .e-content td.e-focused-date:focus span.e-day,
  .e-bigger.e-small .e-calendar .e-content td.e-focused-date span.e-day,
  .e-bigger.e-small .e-calendar .e-content td.e-focused-date:hover span.e-day,
  .e-bigger.e-small .e-calendar .e-content td.e-focused-date:focus span.e-day {
    background: #eee;
    border: none;
    border-radius: 50%; }
  .e-calendar .e-content td.e-focused-date:hover span.e-day,
  .e-bigger.e-small .e-calendar .e-content td.e-focused-date:hover span.e-day {
    background-color: #eee;
    border: none;
    border-radius: 50%;
    color: rgba(0, 0, 0, 0.87); }
  .e-calendar .e-content td.e-today span.e-day,
  .e-calendar .e-content td.e-focused-date.e-today span.e-day,
  .e-bigger.e-small .e-calendar .e-content td.e-today span.e-day,
  .e-bigger.e-small .e-calendar .e-content td.e-focused-date.e-today span.e-day {
    background: none;
    border: 1px solid #971b1e;
    border-radius: 50%;
    color: #971b1e; }
  .e-calendar .e-content td.e-focused-date.e-today span.e-day,
  .e-bigger.e-small .e-calendar .e-content td.e-focused-date.e-today span.e-day {
    background: #eee;
    border: 1px solid #971b1e;
    color: #971b1e; }
  .e-calendar .e-content td.e-today:focus span.e-day,
  .e-calendar .e-content td.e-focused-date.e-today:focus span.e-day,
  .e-bigger.e-small .e-calendar .e-content td.e-today:focus span.e-day,
  .e-bigger.e-small .e-calendar .e-content td.e-focused-date.e-today:focus span.e-day {
    background-color: #eee;
    border: none;
    border-radius: 50%;
    color: #971b1e; }
  .e-calendar .e-content td.e-today:hover span.e-day,
  .e-calendar .e-content td.e-focused-date.e-today:hover span.e-day,
  .e-calendar .e-content td.e-focused-date.e-today:focus span.e-day,
  .e-bigger.e-small .e-calendar .e-content td.e-today:hover span.e-day,
  .e-bigger.e-small .e-calendar .e-content td.e-focused-date.e-today:hover span.e-day,
  .e-bigger.e-small .e-calendar .e-content td.e-focused-date.e-today:focus span.e-day {
    background-color: #eee;
    border: 1px solid #971b1e;
    color: #971b1e; }
  .e-calendar .e-content td.e-today.e-selected span.e-day,
  .e-bigger.e-small .e-calendar .e-content td.e-today.e-selected span.e-day {
    background-color: #971b1e;
    border: 1px solid #971b1e;
    -webkit-box-shadow: inset 0 0 0 2px #fff;
            box-shadow: inset 0 0 0 2px #fff;
    color: #fff; }
  .e-calendar .e-content td.e-today.e-selected:hover span.e-day,
  .e-calendar .e-content td.e-selected:hover span.e-day,
  .e-calendar .e-content td.e-selected.e-focused-date span.e-day,
  .e-bigger.e-small .e-calendar .e-content td.e-today.e-selected:hover span.e-day,
  .e-bigger.e-small .e-calendar .e-content td.e-selected:hover span.e-day,
  .e-bigger.e-small .e-calendar .e-content td.e-selected.e-focused-date span.e-day {
    background-color: #6c1315;
    color: #fff; }
  .e-calendar .e-content span,
  .e-bigger.e-small .e-calendar .e-content span {
    color: rgba(0, 0, 0, 0.87); }
  .e-calendar .e-content .e-disabled span.e-day:hover,
  .e-bigger.e-small .e-calendar .e-content .e-disabled span.e-day:hover {
    background: none;
    border: 0;
    color: rgba(0, 0, 0, 0.87); }
  .e-calendar .e-content .e-other-month:hover span.e-day,
  .e-bigger.e-small .e-calendar .e-content .e-other-month:hover span.e-day {
    color: rgba(0, 0, 0, 0.38); }
  .e-calendar .e-content .e-other-month span.e-day,
  .e-calendar .e-content .e-other-month.e-today span.e-day,
  .e-bigger.e-small .e-calendar .e-content .e-other-month span.e-day,
  .e-bigger.e-small .e-calendar .e-content .e-other-month.e-today span.e-day {
    color: rgba(0, 0, 0, 0.38); }
  .e-calendar .e-content .e-other-month.e-today:hover span.e-day,
  .e-bigger.e-small .e-calendar .e-content .e-other-month.e-today:hover span.e-day {
    background-color: #eee;
    color: rgba(0, 0, 0, 0.38); }
  .e-calendar .e-content thead,
  .e-bigger.e-small .e-calendar .e-content thead {
    background: none;
    border-bottom: 0; }
  .e-calendar .e-content td:hover span.e-day,
  .e-calendar .e-content td:focus span.e-day,
  .e-bigger.e-small .e-calendar .e-content td:hover span.e-day,
  .e-bigger.e-small .e-calendar .e-content td:focus span.e-day {
    background-color: #eee;
    border: none;
    border-radius: 50%;
    color: rgba(0, 0, 0, 0.87); }
  .e-calendar .e-content td:focus span.e-day,
  .e-bigger.e-small .e-calendar .e-content td:focus span.e-day {
    background-color: #eee;
    border: none;
    border-radius: 50%;
    color: rgba(0, 0, 0, 0.87); }
  .e-calendar .e-content td.e-disabled span.e-day,
  .e-calendar .e-content td.e-disabled:hover span.e-day,
  .e-calendar .e-content td.e-disabled:focus span.e-day,
  .e-bigger.e-small .e-calendar .e-content td.e-disabled span.e-day,
  .e-bigger.e-small .e-calendar .e-content td.e-disabled:hover span.e-day,
  .e-bigger.e-small .e-calendar .e-content td.e-disabled:focus span.e-day {
    background: none;
    border: none;
    color: rgba(0, 0, 0, 0.87); }
  .e-calendar .e-content td.e-selected span.e-day,
  .e-bigger.e-small .e-calendar .e-content td.e-selected span.e-day {
    background-color: #971b1e;
    border: none;
    border-radius: 50%;
    color: #fff; }
  .e-calendar .e-content .e-footer,
  .e-bigger.e-small .e-calendar .e-content .e-footer {
    color: #971b1e; }
  .e-calendar.e-device .e-prev:hover,
  .e-calendar.e-device .e-next:hover,
  .e-calendar.e-device .e-prev:active,
  .e-calendar.e-device .e-next:active,
  .e-calendar.e-device .e-prev:focus,
  .e-calendar.e-device .e-next:focus,
  .e-bigger.e-small .e-calendar.e-device .e-prev:hover,
  .e-bigger.e-small .e-calendar.e-device .e-next:hover,
  .e-bigger.e-small .e-calendar.e-device .e-prev:active,
  .e-bigger.e-small .e-calendar.e-device .e-next:active,
  .e-bigger.e-small .e-calendar.e-device .e-prev:focus,
  .e-bigger.e-small .e-calendar.e-device .e-next:focus {
    background: none; }
  .e-calendar.e-device button.e-prev:active span,
  .e-calendar.e-device button.e-next:active span,
  .e-bigger.e-small .e-calendar.e-device button.e-prev:active span,
  .e-bigger.e-small .e-calendar.e-device button.e-next:active span {
    color: rgba(0, 0, 0, 0.54); }

.e-small.e-calendar .e-header .e-title,
.e-small .e-calendar .e-header .e-title {
  color: rgba(0, 0, 0, 0.87); }

.e-zoomin {
  -webkit-animation: animatezoom .3s;
          animation: animatezoom .3s; }

@-webkit-keyframes animatezoom {
  from {
    -webkit-transform: scale(0);
            transform: scale(0); }
  to {
    -webkit-transform: scale(1);
            transform: scale(1); } }

@keyframes animatezoom {
  from {
    -webkit-transform: scale(0);
            transform: scale(0); }
  to {
    -webkit-transform: scale(1);
            transform: scale(1); } }

/*! component's theme wise override material-definitions and variables */
/*! card layout */
.e-bigger .e-card,
.e-bigger.e-card {
  line-height: 48px;
  min-height: 48px; }
  .e-bigger .e-card &gt; .e-card-header-title,
  .e-bigger.e-card &gt; .e-card-header-title {
    line-height: normal;
    padding: 16px; }
    .e-bigger .e-card &gt; .e-card-header-title + :not(.e-card-header-title),
    .e-bigger.e-card &gt; .e-card-header-title + :not(.e-card-header-title) {
      margin-top: 0;
      padding-top: 0; }
  .e-bigger .e-card &gt; .e-card-title,
  .e-bigger.e-card &gt; .e-card-title {
    line-height: normal;
    padding: 24px 16px 16px; }
    .e-bigger .e-card &gt; .e-card-title + :not(.e-card-title),
    .e-bigger.e-card &gt; .e-card-title + :not(.e-card-title) {
      margin-top: 0;
      padding-top: 0; }
  .e-bigger .e-card.e-card-horizontal .e-card-image,
  .e-bigger .e-card.e-card-horizontal img,
  .e-bigger .e-card .e-card-horizontal .e-card-image,
  .e-bigger .e-card .e-card-horizontal img,
  .e-bigger.e-card.e-card-horizontal .e-card-image,
  .e-bigger.e-card.e-card-horizontal img,
  .e-bigger.e-card .e-card-horizontal .e-card-image,
  .e-bigger.e-card .e-card-horizontal img {
    margin: 2px; }
  .e-bigger .e-card .e-card-header,
  .e-bigger.e-card .e-card-header {
    min-height: 30px;
    padding: 16px; }
    .e-bigger .e-card .e-card-header .e-card-content,
    .e-bigger.e-card .e-card-header .e-card-content {
      padding-left: 0;
      padding-right: 0; }
    .e-bigger .e-card .e-card-header .e-card-header-caption,
    .e-bigger.e-card .e-card-header .e-card-header-caption {
      padding: 0 0 0 16px; }
      .e-bigger .e-card .e-card-header .e-card-header-caption:first-child,
      .e-bigger.e-card .e-card-header .e-card-header-caption:first-child {
        padding: 0; }
      .e-bigger .e-card .e-card-header .e-card-header-caption .e-card-header-title,
      .e-bigger.e-card .e-card-header .e-card-header-caption .e-card-header-title {
        font-size: 15px;
        line-height: normal; }
      .e-bigger .e-card .e-card-header .e-card-header-caption .e-card-sub-title,
      .e-bigger.e-card .e-card-header .e-card-header-caption .e-card-sub-title {
        font-size: 14px;
        line-height: normal;
        padding: 8px 0 0; }
    .e-bigger .e-card .e-card-header .e-card-header-image,
    .e-bigger.e-card .e-card-header .e-card-header-image {
      background-size: cover;
      height: 40px;
      width: 40px; }
  .e-bigger .e-card .e-card-image,
  .e-bigger.e-card .e-card-image {
    min-height: 150px; }
    .e-bigger .e-card .e-card-image .e-card-title,
    .e-bigger.e-card .e-card-image .e-card-title {
      font-size: 24px;
      line-height: 40px;
      min-height: 40px;
      padding: 0 16px; }
  .e-bigger .e-card .e-card-actions,
  .e-bigger.e-card .e-card-actions {
    padding: 16px 8px 8px 8px; }
    .e-bigger .e-card .e-card-actions.e-card-vertical,
    .e-bigger.e-card .e-card-actions.e-card-vertical {
      padding: 16px 8px 8px 8px; }
      .e-bigger .e-card .e-card-actions.e-card-vertical .e-card-btn,
      .e-bigger .e-card .e-card-actions.e-card-vertical a,
      .e-bigger.e-card .e-card-actions.e-card-vertical .e-card-btn,
      .e-bigger.e-card .e-card-actions.e-card-vertical a {
        margin: 0 0 8px 0; }
        .e-bigger .e-card .e-card-actions.e-card-vertical .e-card-btn:last-child,
        .e-bigger .e-card .e-card-actions.e-card-vertical a:last-child,
        .e-bigger.e-card .e-card-actions.e-card-vertical .e-card-btn:last-child,
        .e-bigger.e-card .e-card-actions.e-card-vertical a:last-child {
          margin-bottom: 0; }
    .e-bigger .e-card .e-card-actions .e-card-btn span,
    .e-bigger .e-card .e-card-actions .e-card-btn span.e-icons,
    .e-bigger.e-card .e-card-actions .e-card-btn span,
    .e-bigger.e-card .e-card-actions .e-card-btn span.e-icons {
      height: 24px;
      width: 24px; }
    .e-bigger .e-card .e-card-actions .e-card-btn,
    .e-bigger .e-card .e-card-actions a,
    .e-bigger.e-card .e-card-actions .e-card-btn,
    .e-bigger.e-card .e-card-actions a {
      line-height: 36px;
      margin: 0 0 0 8px;
      min-height: 36px;
      padding: 0 6px; }
      .e-bigger .e-card .e-card-actions .e-card-btn:first-child,
      .e-bigger .e-card .e-card-actions a:first-child,
      .e-bigger.e-card .e-card-actions .e-card-btn:first-child,
      .e-bigger.e-card .e-card-actions a:first-child {
        margin-left: 0; }
  .e-bigger .e-card .e-card-content,
  .e-bigger.e-card .e-card-content {
    padding: 16px; }
    .e-bigger .e-card .e-card-content + :not(.e-card-content),
    .e-bigger .e-card .e-card-content + .e-card-actions.e-card-vertical,
    .e-bigger.e-card .e-card-content + :not(.e-card-content),
    .e-bigger.e-card .e-card-content + .e-card-actions.e-card-vertical {
      margin-top: 0;
      padding-top: 0; }

.e-card {
  border-radius: 2px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-family: "Roboto", "Segoe UI", "GeezaPro", "DejaVu Serif", "sans-serif", "-apple-system", "BlinkMacSystemFont";
  font-size: 15px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  line-height: 36px;
  min-height: 36px;
  overflow: hidden;
  position: relative;
  text-overflow: ellipsis;
  vertical-align: middle;
  width: 100%; }
  .e-card &gt; * {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
  .e-card &gt; .e-card-header-title {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    font-size: 15px;
    line-height: normal;
    padding: 12px; }
    .e-card &gt; .e-card-header-title + :not(.e-card-header-title) {
      margin-top: 0;
      padding-top: 0; }
  .e-card &gt; .e-card-title {
    font-size: 18px;
    line-height: normal;
    padding: 18px 12px 12px; }
    .e-card &gt; .e-card-title + :not(.e-card-title) {
      margin-top: 0;
      padding-top: 0; }
  .e-card &gt; .e-card-header-title,
  .e-card &gt; .e-card-title {
    overflow: hidden;
    text-overflow: ellipsis; }
  .e-card .e-card-header-caption {
    line-height: normal; }
    .e-card .e-card-header-caption .e-card-header-title {
      font-size: 15px; }
    .e-card .e-card-header-caption .e-card-sub-title {
      font-size: 14px; }
  .e-card .e-card-stacked {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    overflow: hidden; }
  .e-card.e-card-horizontal,
  .e-card .e-card-horizontal {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
    .e-card.e-card-horizontal .e-card-image,
    .e-card.e-card-horizontal img,
    .e-card .e-card-horizontal .e-card-image,
    .e-card .e-card-horizontal img {
      margin: 2px; }
  .e-card .e-card-horizontal {
    line-height: normal;
    padding: 2px; }
  .e-card.e-card-horizontal &gt; * {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1; }
  .e-card.e-card-horizontal .e-card-stacked {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    overflow: hidden; }
    .e-card.e-card-horizontal .e-card-stacked &gt; :first-child {
      -webkit-box-flex: 1;
          -ms-flex-positive: 1;
              flex-grow: 1; }
  .e-card .e-card-separator {
    display: block; }
  .e-card .e-card-corner {
    border-radius: 50%; }
  .e-card .e-card-header {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    line-height: normal;
    min-height: 22.5px;
    padding: 12px;
    width: inherit; }
    .e-card .e-card-header .e-card-content {
      padding-left: 0;
      padding-right: 0; }
    .e-card .e-card-header .e-card-actions {
      -webkit-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start; }
    .e-card .e-card-header .e-card-header-image {
      -ms-flex-item-align: center;
          align-self: center;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
    .e-card .e-card-header .e-card-header-caption {
      -ms-flex-item-align: center;
          align-self: center;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-flex: 1;
          -ms-flex: 1;
              flex: 1;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      overflow: hidden;
      padding: 0 0 0 12px; }
      .e-card .e-card-header .e-card-header-caption:first-child {
        padding: 0; }
      .e-card .e-card-header .e-card-header-caption .e-card-header-title,
      .e-card .e-card-header .e-card-header-caption .e-card-sub-title {
        display: inline-block;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap; }
      .e-card .e-card-header .e-card-header-caption .e-card-header-title {
        font-size: 13px;
        font-weight: 400;
        line-height: normal; }
      .e-card .e-card-header .e-card-header-caption .e-card-sub-title {
        font-size: 12px;
        font-weight: 400;
        line-height: normal;
        padding: 6px 0 0; }
    .e-card .e-card-header .e-card-header-image {
      background-repeat: no-repeat;
      background-size: cover;
      height: 30px;
      width: 30px; }
    .e-card .e-card-header .e-card-corner {
      border-radius: 50%; }
  .e-card .e-card-image {
    background-size: cover;
    min-height: 112.5px;
    position: relative;
    width: 100%; }
    .e-card .e-card-image .e-card-title {
      bottom: 0;
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      font-size: 18px;
      line-height: 30px;
      min-height: 30px;
      overflow: hidden;
      padding: 0 12px;
      position: absolute;
      text-overflow: ellipsis;
      width: inherit; }
      .e-card .e-card-image .e-card-title.e-card-top-left, .e-card .e-card-image .e-card-title.e-card-top-right {
        bottom: auto;
        top: 0; }
      .e-card .e-card-image .e-card-title.e-card-top-right {
        text-align: right; }
      .e-card .e-card-image .e-card-title.e-card-bottom-right {
        text-align: right; }
  .e-card .e-card-actions {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    display: inline-block;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    padding: 12px 6px 6px 6px; }
    .e-card .e-card-actions.e-card-vertical {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      padding: 12px 6px 6px 6px; }
      .e-card .e-card-actions.e-card-vertical .e-card-btn,
      .e-card .e-card-actions.e-card-vertical a {
        -ms-flex-item-align: initial;
            align-self: initial;
        -webkit-box-sizing: border-box;
                box-sizing: border-box;
        display: inline-block;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        margin: 0 0 6px 0;
        text-align: center;
        width: 100%; }
        .e-card .e-card-actions.e-card-vertical .e-card-btn:last-child,
        .e-card .e-card-actions.e-card-vertical a:last-child {
          margin-bottom: 0; }
    .e-card .e-card-actions button,
    .e-card .e-card-actions a {
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -ms-flex-item-align: center;
          align-self: center;
      cursor: pointer;
      display: -webkit-inline-box;
      display: -ms-inline-flexbox;
      display: inline-flex;
      overflow: hidden;
      vertical-align: middle;
      white-space: nowrap; }
    .e-card .e-card-actions .e-card-btn span,
    .e-card .e-card-actions .e-card-btn span.e-icons {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      font-size: 14px;
      height: 24px;
      width: 24px; }
      .e-card .e-card-actions .e-card-btn span::before,
      .e-card .e-card-actions .e-card-btn span.e-icons::before {
        -ms-flex-item-align: center;
            align-self: center;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        width: inherit; }
    .e-card .e-card-actions .e-card-btn &gt; * {
      overflow: hidden;
      text-overflow: ellipsis;
      width: inherit; }
    .e-card .e-card-actions .e-card-btn,
    .e-card .e-card-actions a {
      border-radius: 2px;
      font-family: "Roboto", "Segoe UI", "GeezaPro", "DejaVu Serif", "sans-serif", "-apple-system", "BlinkMacSystemFont";
      font-size: 14px;
      line-height: 27px;
      margin: 0 0 0 6px;
      min-height: 27px;
      padding: 0 6px;
      text-decoration: none;
      text-transform: uppercase; }
      .e-card .e-card-actions .e-card-btn:first-child,
      .e-card .e-card-actions a:first-child {
        margin-left: 0; }
  .e-card .e-card-content {
    font-size: 14px;
    line-height: normal;
    padding: 12px; }
    .e-card .e-card-content + :not(.e-card-content),
    .e-card .e-card-content + .e-card-actions.e-card-vertical {
      margin-top: 0;
      padding-top: 0; }
  .e-card .e-card-content,
  .e-card .e-card-content p {
    line-height: normal;
    overflow: hidden;
    text-overflow: ellipsis; }

/*! card theme */
.e-card {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  background-color: #fff;
  border: 1px none #000;
  -webkit-box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.16);
          box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.16);
  color: rgba(0, 0, 0, 0.87);
  outline: none; }
  .e-card:hover {
    background-color: #fff;
    border-color: #000;
    -webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.22);
            box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.22); }
  .e-card:focus {
    background-color: #fff;
    border-color: #000; }
  .e-card:active {
    background-color: #fff;
    border-color: #000; }
  .e-card .e-card-separator {
    border-bottom: 1px solid rgba(0, 0, 0, 0.12); }
  .e-card .e-card-header-caption .e-card-header-title {
    color: rgba(0, 0, 0, 0.87); }
  .e-card .e-card-header-caption .e-card-sub-title {
    color: rgba(0, 0, 0, 0.54); }
  .e-card .e-card-image .e-card-title {
    background-color: rgba(0, 0, 0, 0.35);
    color: #fff; }
  .e-card .e-card-actions .e-card-btn span,
  .e-card .e-card-actions .e-card-btn span.e-icons {
    color: rgba(0, 0, 0, 0.54); }
  .e-card .e-card-actions .e-card-btn,
  .e-card .e-card-actions a {
    background-color: #fff;
    border: 0;
    color: #971b1e;
    outline: 0; }
    .e-card .e-card-actions .e-card-btn:hover,
    .e-card .e-card-actions a:hover {
      background-color: rgba(0, 0, 0, 0.12);
      border: 0;
      color: #971b1e; }
    .e-card .e-card-actions .e-card-btn:focus,
    .e-card .e-card-actions a:focus {
      background-color: rgba(0, 0, 0, 0.12);
      border: 0;
      color: #971b1e; }
    .e-card .e-card-actions .e-card-btn:active,
    .e-card .e-card-actions a:active {
      background-color: rgba(0, 0, 0, 0.12);
      border: 0;
      color: #971b1e; }
  .e-card .e-card-content {
    color: rgba(0, 0, 0, 0.54); }

.e-checkbox-wrapper .e-check::before,
.e-css.e-checkbox-wrapper .e-check::before {
  content: '\e933'; }

.e-checkbox-wrapper .e-stop::before,
.e-css.e-checkbox-wrapper .e-stop::before {
  content: '\e934'; }

/*! checkbox layout */
.e-checkbox-wrapper,
.e-css.e-checkbox-wrapper {
  cursor: pointer;
  display: inline-block;
  line-height: 1;
  outline: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none; }
  .e-checkbox-wrapper label,
  .e-css.e-checkbox-wrapper label {
    cursor: pointer;
    display: inline-block;
    line-height: 0;
    margin: 0;
    position: relative;
    white-space: nowrap; }
  .e-checkbox-wrapper:focus .e-frame,
  .e-css.e-checkbox-wrapper:focus .e-frame {
    -webkit-box-shadow: none;
            box-shadow: none; }
  .e-checkbox-wrapper .e-ripple-container,
  .e-css.e-checkbox-wrapper .e-ripple-container {
    border-radius: 50%;
    bottom: -9px;
    height: 36px;
    left: -9px;
    pointer-events: none;
    position: absolute;
    right: -9px;
    top: -9px;
    width: 36px;
    z-index: 1; }
  .e-checkbox-wrapper .e-label,
  .e-css.e-checkbox-wrapper .e-label {
    cursor: pointer;
    display: inline-block;
    font-family: "Roboto", "Segoe UI", "GeezaPro", "DejaVu Serif", "sans-serif", "-apple-system", "BlinkMacSystemFont";
    font-size: 13px;
    font-weight: normal;
    line-height: 18px;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    vertical-align: middle;
    white-space: normal; }
  .e-checkbox-wrapper .e-checkbox,
  .e-css.e-checkbox-wrapper .e-checkbox {
    height: 1px;
    opacity: 0;
    position: absolute;
    width: 1px; }
    .e-checkbox-wrapper .e-checkbox + .e-label,
    .e-css.e-checkbox-wrapper .e-checkbox + .e-label {
      margin-right: 10px; }
  .e-checkbox-wrapper .e-frame,
  .e-css.e-checkbox-wrapper .e-frame {
    border: 2px solid;
    border-radius: 2px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    cursor: pointer;
    display: inline-block;
    font-family: 'e-icons';
    height: 18px;
    line-height: 10px;
    padding: 2px 0;
    text-align: center;
    vertical-align: middle;
    width: 18px; }
    .e-checkbox-wrapper .e-frame + .e-label,
    .e-css.e-checkbox-wrapper .e-frame + .e-label {
      margin-left: 10px; }
    .e-checkbox-wrapper .e-frame + .e-ripple-container,
    .e-css.e-checkbox-wrapper .e-frame + .e-ripple-container {
      left: auto; }
  .e-checkbox-wrapper .e-check,
  .e-css.e-checkbox-wrapper .e-check {
    font-size: 12px; }
  .e-checkbox-wrapper .e-stop,
  .e-css.e-checkbox-wrapper .e-stop {
    font-size: 10px;
    line-height: 10px; }
  .e-checkbox-wrapper.e-checkbox-disabled,
  .e-css.e-checkbox-wrapper.e-checkbox-disabled {
    cursor: default;
    pointer-events: none; }
    .e-checkbox-wrapper.e-checkbox-disabled .e-frame,
    .e-css.e-checkbox-wrapper.e-checkbox-disabled .e-frame {
      cursor: default; }
    .e-checkbox-wrapper.e-checkbox-disabled .e-label,
    .e-css.e-checkbox-wrapper.e-checkbox-disabled .e-label {
      cursor: default; }
  .e-checkbox-wrapper.e-rtl .e-ripple-container,
  .e-css.e-checkbox-wrapper.e-rtl .e-ripple-container {
    right: -9px; }
  .e-checkbox-wrapper.e-rtl .e-frame,
  .e-css.e-checkbox-wrapper.e-rtl .e-frame {
    margin: 0; }
    .e-checkbox-wrapper.e-rtl .e-frame + .e-ripple-container,
    .e-css.e-checkbox-wrapper.e-rtl .e-frame + .e-ripple-container {
      left: -9px;
      right: auto; }
  .e-checkbox-wrapper.e-rtl .e-label,
  .e-css.e-checkbox-wrapper.e-rtl .e-label {
    margin-left: 0;
    margin-right: 10px; }
    .e-checkbox-wrapper.e-rtl .e-label + .e-frame,
    .e-css.e-checkbox-wrapper.e-rtl .e-label + .e-frame {
      margin: 0; }
  .e-checkbox-wrapper.e-rtl .e-checkbox + .e-label,
  .e-css.e-checkbox-wrapper.e-rtl .e-checkbox + .e-label {
    margin-left: 10px;
    margin-right: 0; }
  .e-checkbox-wrapper.e-small .e-frame,
  .e-css.e-checkbox-wrapper.e-small .e-frame {
    height: 14px;
    line-height: 6px;
    width: 14px; }
  .e-checkbox-wrapper.e-small .e-check,
  .e-css.e-checkbox-wrapper.e-small .e-check {
    font-size: 10px; }
  .e-checkbox-wrapper.e-small .e-stop,
  .e-css.e-checkbox-wrapper.e-small .e-stop {
    font-size: 8px;
    line-height: 6px; }
  .e-checkbox-wrapper.e-small .e-label,
  .e-css.e-checkbox-wrapper.e-small .e-label {
    font-size: 13px;
    line-height: 14px; }
  .e-checkbox-wrapper.e-small .e-ripple-container,
  .e-css.e-checkbox-wrapper.e-small .e-ripple-container {
    bottom: -9px;
    height: 32px;
    left: -9px;
    right: -9px;
    top: -9px;
    width: 32px; }

.e-small .e-checkbox-wrapper .e-frame,
.e-small.e-checkbox-wrapper .e-frame,
.e-small .e-css.e-checkbox-wrapper .e-frame,
.e-small.e-css.e-checkbox-wrapper .e-frame {
  height: 14px;
  line-height: 6px;
  width: 14px; }

.e-small .e-checkbox-wrapper .e-check,
.e-small.e-checkbox-wrapper .e-check,
.e-small .e-css.e-checkbox-wrapper .e-check,
.e-small.e-css.e-checkbox-wrapper .e-check {
  font-size: 10px; }

.e-small .e-checkbox-wrapper .e-stop,
.e-small.e-checkbox-wrapper .e-stop,
.e-small .e-css.e-checkbox-wrapper .e-stop,
.e-small.e-css.e-checkbox-wrapper .e-stop {
  font-size: 8px;
  line-height: 6px; }

.e-small .e-checkbox-wrapper .e-label,
.e-small.e-checkbox-wrapper .e-label,
.e-small .e-css.e-checkbox-wrapper .e-label,
.e-small.e-css.e-checkbox-wrapper .e-label {
  font-size: 13px;
  line-height: 14px; }

.e-small .e-checkbox-wrapper .e-ripple-container,
.e-small.e-checkbox-wrapper .e-ripple-container,
.e-small .e-css.e-checkbox-wrapper .e-ripple-container,
.e-small.e-css.e-checkbox-wrapper .e-ripple-container {
  bottom: -9px;
  height: 32px;
  left: -9px;
  right: -9px;
  top: -9px;
  width: 32px; }

.e-bigger.e-small .e-checkbox-wrapper .e-frame,
.e-bigger.e-small.e-checkbox-wrapper .e-frame,
.e-bigger.e-small .e-css.e-checkbox-wrapper .e-frame,
.e-bigger.e-small.e-css.e-checkbox-wrapper .e-frame {
  height: 20px;
  line-height: 12px;
  width: 20px; }

.e-bigger.e-small .e-checkbox-wrapper .e-check,
.e-bigger.e-small.e-checkbox-wrapper .e-check,
.e-bigger.e-small .e-css.e-checkbox-wrapper .e-check,
.e-bigger.e-small.e-css.e-checkbox-wrapper .e-check {
  font-size: 12px; }

.e-bigger.e-small .e-checkbox-wrapper .e-stop,
.e-bigger.e-small.e-checkbox-wrapper .e-stop,
.e-bigger.e-small .e-css.e-checkbox-wrapper .e-stop,
.e-bigger.e-small.e-css.e-checkbox-wrapper .e-stop {
  font-size: 10px;
  line-height: 12px; }

.e-bigger.e-small .e-checkbox-wrapper .e-label,
.e-bigger.e-small.e-checkbox-wrapper .e-label,
.e-bigger.e-small .e-css.e-checkbox-wrapper .e-label,
.e-bigger.e-small.e-css.e-checkbox-wrapper .e-label {
  font-size: 14px;
  line-height: 20px; }

.e-bigger.e-small .e-checkbox-wrapper .e-ripple-container,
.e-bigger.e-small.e-checkbox-wrapper .e-ripple-container,
.e-bigger.e-small .e-css.e-checkbox-wrapper .e-ripple-container,
.e-bigger.e-small.e-css.e-checkbox-wrapper .e-ripple-container {
  bottom: -9px;
  height: 38px;
  left: -9px;
  right: -9px;
  top: -9px;
  width: 38px; }

.e-bigger .e-checkbox-wrapper .e-frame,
.e-bigger.e-checkbox-wrapper .e-frame,
.e-bigger .e-css.e-checkbox-wrapper .e-frame,
.e-bigger.e-css.e-checkbox-wrapper .e-frame {
  height: 22px;
  line-height: 14px;
  width: 22px; }
  .e-bigger .e-checkbox-wrapper .e-frame + .e-label,
  .e-bigger.e-checkbox-wrapper .e-frame + .e-label,
  .e-bigger .e-css.e-checkbox-wrapper .e-frame + .e-label,
  .e-bigger.e-css.e-checkbox-wrapper .e-frame + .e-label {
    font-size: 14px;
    line-height: 22px;
    margin-left: 12px; }

.e-bigger .e-checkbox-wrapper .e-check,
.e-bigger.e-checkbox-wrapper .e-check,
.e-bigger .e-css.e-checkbox-wrapper .e-check,
.e-bigger.e-css.e-checkbox-wrapper .e-check {
  font-size: 16px; }

.e-bigger .e-checkbox-wrapper .e-stop,
.e-bigger.e-checkbox-wrapper .e-stop,
.e-bigger .e-css.e-checkbox-wrapper .e-stop,
.e-bigger.e-css.e-checkbox-wrapper .e-stop {
  font-size: 12px;
  line-height: 14px; }

.e-bigger .e-checkbox-wrapper .e-label,
.e-bigger.e-checkbox-wrapper .e-label,
.e-bigger .e-css.e-checkbox-wrapper .e-label,
.e-bigger.e-css.e-checkbox-wrapper .e-label {
  font-size: 14px; }

.e-bigger .e-checkbox-wrapper .e-ripple-container,
.e-bigger.e-checkbox-wrapper .e-ripple-container,
.e-bigger .e-css.e-checkbox-wrapper .e-ripple-container,
.e-bigger.e-css.e-checkbox-wrapper .e-ripple-container {
  bottom: -9px;
  height: 40px;
  left: -9px;
  right: -9px;
  top: -9px;
  width: 40px; }

.e-bigger .e-checkbox-wrapper.e-rtl .e-frame,
.e-bigger.e-checkbox-wrapper.e-rtl .e-frame,
.e-bigger .e-css.e-checkbox-wrapper.e-rtl .e-frame,
.e-bigger.e-css.e-checkbox-wrapper.e-rtl .e-frame {
  margin: 0; }
  .e-bigger .e-checkbox-wrapper.e-rtl .e-frame + .e-label,
  .e-bigger.e-checkbox-wrapper.e-rtl .e-frame + .e-label,
  .e-bigger .e-css.e-checkbox-wrapper.e-rtl .e-frame + .e-label,
  .e-bigger.e-css.e-checkbox-wrapper.e-rtl .e-frame + .e-label {
    margin-left: 0;
    margin-right: 12px; }
  .e-bigger .e-checkbox-wrapper.e-rtl .e-frame + .e-ripple-container,
  .e-bigger.e-checkbox-wrapper.e-rtl .e-frame + .e-ripple-container,
  .e-bigger .e-css.e-checkbox-wrapper.e-rtl .e-frame + .e-ripple-container,
  .e-bigger.e-css.e-checkbox-wrapper.e-rtl .e-frame + .e-ripple-container {
    right: auto; }

.e-bigger .e-checkbox-wrapper.e-small .e-frame,
.e-bigger.e-checkbox-wrapper.e-small .e-frame,
.e-bigger .e-css.e-checkbox-wrapper.e-small .e-frame,
.e-bigger.e-css.e-checkbox-wrapper.e-small .e-frame {
  height: 20px;
  line-height: 12px;
  width: 20px; }

.e-bigger .e-checkbox-wrapper.e-small .e-check,
.e-bigger.e-checkbox-wrapper.e-small .e-check,
.e-bigger .e-css.e-checkbox-wrapper.e-small .e-check,
.e-bigger.e-css.e-checkbox-wrapper.e-small .e-check {
  font-size: 12px; }

.e-bigger .e-checkbox-wrapper.e-small .e-stop,
.e-bigger.e-checkbox-wrapper.e-small .e-stop,
.e-bigger .e-css.e-checkbox-wrapper.e-small .e-stop,
.e-bigger.e-css.e-checkbox-wrapper.e-small .e-stop {
  font-size: 10px;
  line-height: 12px; }

.e-bigger .e-checkbox-wrapper.e-small .e-label,
.e-bigger.e-checkbox-wrapper.e-small .e-label,
.e-bigger .e-css.e-checkbox-wrapper.e-small .e-label,
.e-bigger.e-css.e-checkbox-wrapper.e-small .e-label {
  font-size: 14px;
  line-height: 20px; }

.e-bigger .e-checkbox-wrapper.e-small .e-ripple-container,
.e-bigger.e-checkbox-wrapper.e-small .e-ripple-container,
.e-bigger .e-css.e-checkbox-wrapper.e-small .e-ripple-container,
.e-bigger.e-css.e-checkbox-wrapper.e-small .e-ripple-container {
  bottom: -9px;
  height: 38px;
  left: -9px;
  right: -9px;
  top: -9px;
  width: 38px; }

/*! checkbox theme */
.e-checkbox-wrapper,
.e-css.e-checkbox-wrapper {
  -webkit-tap-highlight-color: transparent; }
  .e-checkbox-wrapper .e-frame,
  .e-css.e-checkbox-wrapper .e-frame {
    background-color: #fff;
    border-color: #757575; }
    .e-checkbox-wrapper .e-frame.e-check,
    .e-css.e-checkbox-wrapper .e-frame.e-check {
      background-color: #971b1e;
      border-color: transparent;
      color: #fff; }
    .e-checkbox-wrapper .e-frame.e-stop,
    .e-css.e-checkbox-wrapper .e-frame.e-stop {
      background-color: #fff;
      border-color: #757575;
      color: #757575; }
  .e-checkbox-wrapper .e-ripple-element,
  .e-css.e-checkbox-wrapper .e-ripple-element {
    background: rgba(151, 27, 30, 0.26); }
  .e-checkbox-wrapper .e-ripple-check .e-ripple-element,
  .e-css.e-checkbox-wrapper .e-ripple-check .e-ripple-element {
    background: rgba(0, 0, 0, 0.26); }
  .e-checkbox-wrapper:active .e-ripple-element,
  .e-css.e-checkbox-wrapper:active .e-ripple-element {
    background: rgba(0, 0, 0, 0.26); }
  .e-checkbox-wrapper:active .e-ripple-check .e-ripple-element,
  .e-css.e-checkbox-wrapper:active .e-ripple-check .e-ripple-element {
    background: rgba(151, 27, 30, 0.26); }
  .e-checkbox-wrapper .e-label,
  .e-css.e-checkbox-wrapper .e-label {
    color: rgba(0, 0, 0, 0.87); }
  .e-checkbox-wrapper .e-checkbox:focus + .e-frame,
  .e-css.e-checkbox-wrapper .e-checkbox:focus + .e-frame {
    background-color: #fff;
    border-color: #757575;
    -webkit-box-shadow: none;
            box-shadow: none; }
    .e-checkbox-wrapper .e-checkbox:focus + .e-frame.e-check,
    .e-css.e-checkbox-wrapper .e-checkbox:focus + .e-frame.e-check {
      background-color: #971b1e;
      border-color: transparent;
      -webkit-box-shadow: none;
              box-shadow: none;
      color: #fff; }
    .e-checkbox-wrapper .e-checkbox:focus + .e-frame.e-stop,
    .e-css.e-checkbox-wrapper .e-checkbox:focus + .e-frame.e-stop {
      -webkit-box-shadow: none;
              box-shadow: none;
      color: #757575; }
  .e-checkbox-wrapper:hover .e-frame,
  .e-css.e-checkbox-wrapper:hover .e-frame {
    background-color: #fff;
    border-color: #757575; }
    .e-checkbox-wrapper:hover .e-frame.e-check,
    .e-css.e-checkbox-wrapper:hover .e-frame.e-check {
      background-color: #971b1e;
      border-color: transparent;
      color: #fff; }
    .e-checkbox-wrapper:hover .e-frame.e-stop,
    .e-css.e-checkbox-wrapper:hover .e-frame.e-stop {
      color: #757575; }
  .e-checkbox-wrapper:hover .e-label,
  .e-css.e-checkbox-wrapper:hover .e-label {
    color: rgba(0, 0, 0, 0.87); }
  .e-checkbox-wrapper.e-checkbox-disabled .e-frame,
  .e-css.e-checkbox-wrapper.e-checkbox-disabled .e-frame {
    background-color: #fff;
    border-color: transparent;
    color: #971B1E; }
    .e-checkbox-wrapper.e-checkbox-disabled .e-frame.e-check,
    .e-css.e-checkbox-wrapper.e-checkbox-disabled .e-frame.e-check {
      background-color: #971B1E;
      border-color: transparent;
      color: #fff; }
    .e-checkbox-wrapper.e-checkbox-disabled .e-frame.e-stop,
    .e-css.e-checkbox-wrapper.e-checkbox-disabled .e-frame.e-stop {
      background-color: #fff;
      border-color: transparent;
      color: #971B1E; }
  .e-checkbox-wrapper.e-checkbox-disabled .e-label,
  .e-css.e-checkbox-wrapper.e-checkbox-disabled .e-label {
    color: #971B1E; }
  .e-checkbox-wrapper.e-focus .e-ripple-container,
  .e-css.e-checkbox-wrapper.e-focus .e-ripple-container {
    background-color: rgba(0, 0, 0, 0.12); }
    .e-checkbox-wrapper.e-focus .e-ripple-container.e-ripple-check,
    .e-css.e-checkbox-wrapper.e-focus .e-ripple-container.e-ripple-check {
      background-color: rgba(151, 27, 30, 0.26); }
  .e-checkbox-wrapper.e-focus .e-frame,
  .e-css.e-checkbox-wrapper.e-focus .e-frame {
    outline: #fff 0 solid;
    outline-offset: 0; }
    .e-checkbox-wrapper.e-focus .e-frame.e-check,
    .e-css.e-checkbox-wrapper.e-focus .e-frame.e-check {
      outline: #fff 0 solid;
      outline-offset: 0; }

.e-chip-list .e-chip-delete.e-dlt-btn::before {
  content: '\e208'; }

.e-chip-list.e-multi-selection .e-chip::before {
  content: '\e933'; }

.e-chip-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 4px; }
  .e-chip-list.e-chip,
  .e-chip-list .e-chip {
    -webkit-tap-highlight-color: transparent;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border: 0 solid;
    border-radius: 14px;
    -webkit-box-shadow: none;
            box-shadow: none;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    cursor: pointer;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    font-size: 13px;
    font-weight: 400;
    height: 28px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    line-height: 1.5em;
    margin: 4px;
    outline: none;
    overflow: hidden;
    padding: 0 10px;
    position: relative;
    -webkit-transition: -webkit-box-shadow 300ms cubic-bezier(0.4, 0, 0.2, 1);
    transition: -webkit-box-shadow 300ms cubic-bezier(0.4, 0, 0.2, 1);
    transition: box-shadow 300ms cubic-bezier(0.4, 0, 0.2, 1);
    transition: box-shadow 300ms cubic-bezier(0.4, 0, 0.2, 1), -webkit-box-shadow 300ms cubic-bezier(0.4, 0, 0.2, 1);
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none; }
    .e-chip-list.e-chip .e-chip-avatar,
    .e-chip-list .e-chip .e-chip-avatar {
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      background-size: cover;
      border-radius: 50%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      font-size: 13px;
      height: 28px;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      line-height: 1;
      margin: 0 8px 0 -10px;
      overflow: hidden;
      width: 28px; }
    .e-chip-list.e-chip .e-chip-avatar-wrap, .e-chip-list.e-chip.e-chip-avatar-wrap,
    .e-chip-list .e-chip .e-chip-avatar-wrap,
    .e-chip-list .e-chip.e-chip-avatar-wrap {
      border-radius: 14px; }
    .e-chip-list.e-chip .e-chip-icon,
    .e-chip-list .e-chip .e-chip-icon {
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      background-size: cover;
      border-radius: 50%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      font-size: 14px;
      height: 20px;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      line-height: 1;
      margin: 0 8px 0 -6px;
      overflow: hidden;
      width: 20px; }
    .e-chip-list.e-chip .e-chip-text,
    .e-chip-list .e-chip .e-chip-text {
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap; }
    .e-chip-list.e-chip .e-chip-delete,
    .e-chip-list .e-chip .e-chip-delete {
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      background-size: cover;
      border-radius: 50%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      font-size: 14px;
      height: 14px;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      line-height: 1;
      margin: 0 -2px 0 8px;
      overflow: hidden;
      width: 14px; }
      .e-chip-list.e-chip .e-chip-delete.e-dlt-btn::before,
      .e-chip-list .e-chip .e-chip-delete.e-dlt-btn::before {
        font-family: 'e-icons'; }
    .e-chip-list.e-chip .image-url,
    .e-chip-list .e-chip .image-url {
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      background-size: cover;
      border-radius: 50%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      font-size: 14px;
      height: 20px;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      line-height: 1;
      margin: 0 8px 0 -6px;
      overflow: hidden;
      width: 20px; }
    .e-chip-list.e-chip .trailing-icon-url,
    .e-chip-list .e-chip .trailing-icon-url {
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      background-size: cover;
      border-radius: 50%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      font-family: 'e-icons';
      font-size: 14px;
      height: 14px;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      line-height: 1;
      margin: 0 -2px 0 8px;
      overflow: hidden;
      width: 14px; }
  .e-chip-list:not(.e-chip) {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
  .e-chip-list.e-multi-selection .e-chip::before {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-family: 'e-icons';
    height: 20px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    line-height: 1;
    margin: 0 8px 0 -6px;
    margin-top: 0;
    overflow: hidden;
    -webkit-transition: width 300ms cubic-bezier(0.4, 0, 0.2, 1);
    transition: width 300ms cubic-bezier(0.4, 0, 0.2, 1);
    width: 20px; }
  .e-chip-list.e-multi-selection .e-chip:not(.e-chip-icon-wrap):not(.e-chip-avatar-wrap)::before {
    width: 0; }
  .e-chip-list.e-multi-selection .e-chip.e-chip-icon-wrap::before, .e-chip-list.e-multi-selection .e-chip.e-chip-avatar-wrap::before {
    display: none; }
  .e-chip-list.e-multi-selection .e-chip.e-chip-avatar-wrap::before {
    height: 28px;
    margin: 0 8px 0 -10px;
    margin-top: 0;
    width: 28px; }
  .e-chip-list.e-multi-selection .e-chip.e-active .e-chip-icon,
  .e-chip-list.e-multi-selection .e-chip.e-active .e-chip-avatar {
    display: none; }
  .e-chip-list.e-multi-selection .e-chip.e-active.e-chip-icon-wrap::before, .e-chip-list.e-multi-selection .e-chip.e-active.e-chip-avatar-wrap::before {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .e-chip-list.e-multi-selection .e-chip.e-active:not(.e-chip-icon-wrap):not(.e-chip-avatar-wrap)::before {
    width: 20px; }
  .e-chip-list.e-rtl.e-chip .e-chip-avatar,
  .e-chip-list.e-rtl .e-chip .e-chip-avatar {
    margin: 0 -10px 0 8px; }
  .e-chip-list.e-rtl.e-chip .e-chip-icon,
  .e-chip-list.e-rtl .e-chip .e-chip-icon {
    margin: 0 -6px 0 8px; }
  .e-chip-list.e-rtl.e-chip .e-chip-delete,
  .e-chip-list.e-rtl .e-chip .e-chip-delete {
    margin: 0 8px 0 -2px; }
  .e-chip-list.e-rtl.e-chip .e-chip-avatar-wrap, .e-chip-list.e-rtl.e-chip.e-chip-avatar-wrap,
  .e-chip-list.e-rtl .e-chip .e-chip-avatar-wrap,
  .e-chip-list.e-rtl .e-chip.e-chip-avatar-wrap {
    border-radius: 14px; }
  .e-chip-list.e-rtl.e-chip .trailing-icon-url,
  .e-chip-list.e-rtl .e-chip .trailing-icon-url {
    margin: 0 8px 0 -2px; }
  .e-chip-list.e-rtl.e-multi-selection .e-chip::before {
    margin: 0 -6px 0 8px;
    margin-top: 0; }
  .e-chip-list.e-rtl.e-multi-selection .e-chip.e-chip-avatar-wrap::before {
    margin: 0 -10px 0 8px;
    margin-top: 0; }

.e-bigger .e-chip-list.e-chip,
.e-bigger .e-chip-list .e-chip,
.e-bigger.e-chip-list.e-chip,
.e-bigger.e-chip-list .e-chip {
  border-radius: 16px;
  font-size: 14px;
  height: 32px;
  padding: 0 12px; }

.e-bigger .e-chip-list .e-chip-avatar,
.e-bigger.e-chip-list .e-chip-avatar {
  font-size: 15px;
  height: 32px;
  margin: 0 8px 0 -12px;
  width: 32px; }

.e-bigger .e-chip-list .e-chip-avatar-wrap, .e-bigger .e-chip-list.e-chip-avatar-wrap,
.e-bigger.e-chip-list .e-chip-avatar-wrap,
.e-bigger.e-chip-list.e-chip-avatar-wrap {
  border-radius: 16px; }

.e-bigger .e-chip-list .e-chip-icon,
.e-bigger.e-chip-list .e-chip-icon {
  font-size: 16px;
  height: 24px;
  margin: 0 8px 0 -8px;
  width: 24px; }

.e-bigger .e-chip-list .e-chip-delete,
.e-bigger.e-chip-list .e-chip-delete {
  font-size: 16px;
  height: 18px;
  margin: 0 -4px 0 8px;
  width: 18px; }

.e-bigger .e-chip-list .trailing-icon-url,
.e-bigger.e-chip-list .trailing-icon-url {
  font-size: 16px;
  height: 18px;
  margin: 0 -4px 0 8px;
  width: 18px; }

.e-bigger .e-chip-list.e-multi-selection .e-chip::before,
.e-bigger.e-chip-list.e-multi-selection .e-chip::before {
  height: 24px;
  margin: 0 8px 0 -8px;
  margin-top: 0;
  width: 24px; }

.e-bigger .e-chip-list.e-multi-selection .e-chip.e-chip-avatar-wrap::before,
.e-bigger.e-chip-list.e-multi-selection .e-chip.e-chip-avatar-wrap::before {
  height: 32px;
  margin: 0 8px 0 -12px;
  margin-top: 0;
  width: 32px; }

.e-bigger .e-chip-list.e-multi-selection .e-chip.e-active:not(.e-chip-icon-wrap):not(.e-chip-avatar-wrap)::before,
.e-bigger.e-chip-list.e-multi-selection .e-chip.e-active:not(.e-chip-icon-wrap):not(.e-chip-avatar-wrap)::before {
  width: 24px; }

.e-bigger .e-chip-list.e-rtl.e-chip .e-chip-avatar,
.e-bigger .e-chip-list.e-rtl .e-chip .e-chip-avatar,
.e-bigger.e-chip-list.e-rtl.e-chip .e-chip-avatar,
.e-bigger.e-chip-list.e-rtl .e-chip .e-chip-avatar {
  margin: 0 -12px 0 8px; }

.e-bigger .e-chip-list.e-rtl.e-chip .e-chip-icon,
.e-bigger .e-chip-list.e-rtl .e-chip .e-chip-icon,
.e-bigger.e-chip-list.e-rtl.e-chip .e-chip-icon,
.e-bigger.e-chip-list.e-rtl .e-chip .e-chip-icon {
  margin: 0 -8px 0 8px; }

.e-bigger .e-chip-list.e-rtl.e-chip .e-chip-delete,
.e-bigger .e-chip-list.e-rtl .e-chip .e-chip-delete,
.e-bigger.e-chip-list.e-rtl.e-chip .e-chip-delete,
.e-bigger.e-chip-list.e-rtl .e-chip .e-chip-delete {
  margin: 0 8px 0 -4px; }

.e-bigger .e-chip-list.e-rtl.e-chip .e-chip-avatar-wrap, .e-bigger .e-chip-list.e-rtl.e-chip.e-chip-avatar-wrap,
.e-bigger .e-chip-list.e-rtl .e-chip .e-chip-avatar-wrap,
.e-bigger .e-chip-list.e-rtl .e-chip.e-chip-avatar-wrap,
.e-bigger.e-chip-list.e-rtl.e-chip .e-chip-avatar-wrap,
.e-bigger.e-chip-list.e-rtl.e-chip.e-chip-avatar-wrap,
.e-bigger.e-chip-list.e-rtl .e-chip .e-chip-avatar-wrap,
.e-bigger.e-chip-list.e-rtl .e-chip.e-chip-avatar-wrap {
  border-radius: 16px; }

.e-bigger .e-chip-list.e-rtl.e-multi-selection .e-chip::before,
.e-bigger.e-chip-list.e-rtl.e-multi-selection .e-chip::before {
  margin: 0 -8px 0 8px;
  margin-top: 0; }

.e-bigger .e-chip-list.e-rtl.e-multi-selection .e-chip.e-chip-avatar-wrap::before,
.e-bigger.e-chip-list.e-rtl.e-multi-selection .e-chip.e-chip-avatar-wrap::before {
  margin: 0 -12px 0 8px;
  margin-top: 0; }

.e-bigger .e-chip-list.e-rtl .trailing-icon-url,
.e-bigger.e-chip-list.e-rtl .trailing-icon-url {
  margin: 0 8px 0 -4px; }

.e-chip-list.e-chip,
.e-chip-list .e-chip {
  background-color: #e0e0e0;
  border-color: transparent;
  color: rgba(0, 0, 0, 0.87); }
  .e-chip-list.e-chip .e-chip-icon,
  .e-chip-list.e-chip .e-chip-delete,
  .e-chip-list .e-chip .e-chip-icon,
  .e-chip-list .e-chip .e-chip-delete {
    color: rgba(0, 0, 0, 0.54); }
  .e-chip-list.e-chip .e-chip-delete.e-dlt-btn,
  .e-chip-list .e-chip .e-chip-delete.e-dlt-btn {
    color: rgba(0, 0, 0, 0.54); }
  .e-chip-list.e-chip .e-chip-avatar,
  .e-chip-list .e-chip .e-chip-avatar {
    background-color: #c1c1c1;
    color: rgba(0, 0, 0, 0.54); }
  .e-chip-list.e-chip:not(.e-active) .e-chip-delete.e-dlt-btn:hover,
  .e-chip-list .e-chip:not(.e-active) .e-chip-delete.e-dlt-btn:hover {
    color: rgba(0, 0, 0, 0.7); }
  .e-chip-list.e-chip:not(.e-active) .e-chip-delete.e-dlt-btn:active,
  .e-chip-list .e-chip:not(.e-active) .e-chip-delete.e-dlt-btn:active {
    color: #000; }
  .e-chip-list.e-chip:hover,
  .e-chip-list .e-chip:hover {
    background-color: #d6d6d6;
    border-color: transparent;
    color: rgba(0, 0, 0, 0.87); }
    .e-chip-list.e-chip:hover .e-chip-icon,
    .e-chip-list.e-chip:hover .e-chip-delete,
    .e-chip-list .e-chip:hover .e-chip-icon,
    .e-chip-list .e-chip:hover .e-chip-delete {
      color: rgba(0, 0, 0, 0.54); }
    .e-chip-list.e-chip:hover .e-chip-avatar,
    .e-chip-list .e-chip:hover .e-chip-avatar {
      background-color: #b7b7b7;
      color: rgba(0, 0, 0, 0.54); }
  .e-chip-list.e-chip.e-focused,
  .e-chip-list .e-chip.e-focused {
    background-color: #c1c1c1;
    border-color: transparent;
    color: rgba(0, 0, 0, 0.87);
    -webkit-box-shadow: none;
            box-shadow: none; }
    .e-chip-list.e-chip.e-focused .e-chip-icon,
    .e-chip-list.e-chip.e-focused .e-chip-delete,
    .e-chip-list .e-chip.e-focused .e-chip-icon,
    .e-chip-list .e-chip.e-focused .e-chip-delete {
      color: rgba(0, 0, 0, 0.54); }
    .e-chip-list.e-chip.e-focused .e-chip-avatar,
    .e-chip-list .e-chip.e-focused .e-chip-avatar {
      background-color: #b7b7b7;
      color: rgba(0, 0, 0, 0.54); }
  .e-chip-list.e-chip.e-active,
  .e-chip-list .e-chip.e-active {
    background-color: #bcbcbc;
    border-color: transparent;
    color: rgba(0, 0, 0, 0.87);
    -webkit-box-shadow: none;
            box-shadow: none; }
    .e-chip-list.e-chip.e-active .e-chip-icon,
    .e-chip-list.e-chip.e-active .e-chip-delete,
    .e-chip-list .e-chip.e-active .e-chip-icon,
    .e-chip-list .e-chip.e-active .e-chip-delete {
      color: rgba(0, 0, 0, 0.54); }
    .e-chip-list.e-chip.e-active .e-chip-avatar,
    .e-chip-list .e-chip.e-active .e-chip-avatar {
      background-color: #9e9e9e;
      color: rgba(0, 0, 0, 0.54); }
  .e-chip-list.e-chip.e-focused.e-active,
  .e-chip-list .e-chip.e-focused.e-active {
    background-color: #c1c1c1;
    border-color: transparent;
    color: rgba(0, 0, 0, 0.87);
    -webkit-box-shadow: none;
            box-shadow: none; }
    .e-chip-list.e-chip.e-focused.e-active .e-chip-icon,
    .e-chip-list.e-chip.e-focused.e-active .e-chip-delete,
    .e-chip-list .e-chip.e-focused.e-active .e-chip-icon,
    .e-chip-list .e-chip.e-focused.e-active .e-chip-delete {
      color: rgba(0, 0, 0, 0.54); }
    .e-chip-list.e-chip.e-focused.e-active .e-chip-avatar,
    .e-chip-list .e-chip.e-focused.e-active .e-chip-avatar {
      background-color: #a3a3a3;
      color: rgba(0, 0, 0, 0.54); }
  .e-chip-list.e-chip:active,
  .e-chip-list .e-chip:active {
    background-color: #b7b7b7;
    border-color: transparent;
    color: rgba(0, 0, 0, 0.87);
    -webkit-box-shadow: 0 2px 1px -6px rgba(0, 0, 0, 0.2), 0 3px 4px 0 rgba(0, 0, 0, 0.14), 0 1px 8px 0 rgba(0, 0, 0, 0.12);
            box-shadow: 0 2px 1px -6px rgba(0, 0, 0, 0.2), 0 3px 4px 0 rgba(0, 0, 0, 0.14), 0 1px 8px 0 rgba(0, 0, 0, 0.12); }
    .e-chip-list.e-chip:active .e-chip-icon,
    .e-chip-list.e-chip:active .e-chip-delete,
    .e-chip-list .e-chip:active .e-chip-icon,
    .e-chip-list .e-chip:active .e-chip-delete {
      color: rgba(0, 0, 0, 0.54); }
    .e-chip-list.e-chip:active .e-chip-avatar,
    .e-chip-list .e-chip:active .e-chip-avatar {
      background-color: #999999;
      color: rgba(0, 0, 0, 0.54); }
  .e-chip-list.e-chip.e-disabled,
  .e-chip-list .e-chip.e-disabled {
    background-color: rgba(0, 0, 0, 0.12);
    border-color: transparent;
    color: rgba(0, 0, 0, 0.26);
    opacity: 1;
    pointer-events: none; }
    .e-chip-list.e-chip.e-disabled .e-chip-icon,
    .e-chip-list.e-chip.e-disabled .e-chip-delete,
    .e-chip-list .e-chip.e-disabled .e-chip-icon,
    .e-chip-list .e-chip.e-disabled .e-chip-delete {
      color: rgba(0, 0, 0, 0.26); }
    .e-chip-list.e-chip.e-disabled .e-chip-avatar,
    .e-chip-list .e-chip.e-disabled .e-chip-avatar {
      background-color: rgba(0, 0, 0, 0.12);
      color: rgba(0, 0, 0, 0.26); }
  .e-chip-list.e-chip.e-outline,
  .e-chip-list .e-chip.e-outline {
    background-color: transparent;
    border-color: #bdbdbd;
    color: rgba(0, 0, 0, 0.87);
    border-width: 1px; }
    .e-chip-list.e-chip.e-outline .e-chip-icon,
    .e-chip-list.e-chip.e-outline .e-chip-delete,
    .e-chip-list .e-chip.e-outline .e-chip-icon,
    .e-chip-list .e-chip.e-outline .e-chip-delete {
      color: rgba(0, 0, 0, 0.54); }
    .e-chip-list.e-chip.e-outline .e-chip-delete.e-dlt-btn,
    .e-chip-list .e-chip.e-outline .e-chip-delete.e-dlt-btn {
      color: rgba(0, 0, 0, 0.54); }
    .e-chip-list.e-chip.e-outline .e-chip-avatar,
    .e-chip-list .e-chip.e-outline .e-chip-avatar {
      background-color: #bdbdbd;
      color: rgba(0, 0, 0, 0.87); }
    .e-chip-list.e-chip.e-outline:not(.e-active) .e-chip-delete.e-dlt-btn:hover,
    .e-chip-list .e-chip.e-outline:not(.e-active) .e-chip-delete.e-dlt-btn:hover {
      color: rgba(0, 0, 0, 0.7); }
    .e-chip-list.e-chip.e-outline:not(.e-active) .e-chip-delete.e-dlt-btn:active,
    .e-chip-list .e-chip.e-outline:not(.e-active) .e-chip-delete.e-dlt-btn:active {
      color: #000; }
    .e-chip-list.e-chip.e-outline:hover,
    .e-chip-list .e-chip.e-outline:hover {
      background-color: rgba(0, 0, 0, 0.04);
      border-color: #bdbdbd;
      color: rgba(0, 0, 0, 0.87); }
      .e-chip-list.e-chip.e-outline:hover .e-chip-icon,
      .e-chip-list.e-chip.e-outline:hover .e-chip-delete,
      .e-chip-list .e-chip.e-outline:hover .e-chip-icon,
      .e-chip-list .e-chip.e-outline:hover .e-chip-delete {
        color: rgba(0, 0, 0, 0.54); }
      .e-chip-list.e-chip.e-outline:hover .e-chip-avatar,
      .e-chip-list .e-chip.e-outline:hover .e-chip-avatar {
        background-color: #bdbdbd;
        color: rgba(0, 0, 0, 0.87); }
    .e-chip-list.e-chip.e-outline.e-focused,
    .e-chip-list .e-chip.e-outline.e-focused {
      background-color: rgba(0, 0, 0, 0.12);
      border-color: #bdbdbd;
      color: rgba(0, 0, 0, 0.87); }
      .e-chip-list.e-chip.e-outline.e-focused .e-chip-icon,
      .e-chip-list.e-chip.e-outline.e-focused .e-chip-delete,
      .e-chip-list .e-chip.e-outline.e-focused .e-chip-icon,
      .e-chip-list .e-chip.e-outline.e-focused .e-chip-delete {
        color: rgba(0, 0, 0, 0.54); }
      .e-chip-list.e-chip.e-outline.e-focused .e-chip-avatar,
      .e-chip-list .e-chip.e-outline.e-focused .e-chip-avatar {
        background-color: rgba(0, 0, 0, 0.12);
        color: rgba(0, 0, 0, 0.54); }
    .e-chip-list.e-chip.e-outline.e-active,
    .e-chip-list .e-chip.e-outline.e-active {
      background-color: rgba(0, 0, 0, 0.14);
      border-color: #bdbdbd;
      color: rgba(0, 0, 0, 0.87); }
      .e-chip-list.e-chip.e-outline.e-active .e-chip-icon,
      .e-chip-list.e-chip.e-outline.e-active .e-chip-delete,
      .e-chip-list .e-chip.e-outline.e-active .e-chip-icon,
      .e-chip-list .e-chip.e-outline.e-active .e-chip-delete {
        color: rgba(0, 0, 0, 0.54); }
      .e-chip-list.e-chip.e-outline.e-active .e-chip-avatar,
      .e-chip-list .e-chip.e-outline.e-active .e-chip-avatar {
        background-color: rgba(0, 0, 0, 0.14);
        color: rgba(0, 0, 0, 0.54); }
    .e-chip-list.e-chip.e-outline.e-focused.e-active,
    .e-chip-list .e-chip.e-outline.e-focused.e-active {
      background-color: rgba(0, 0, 0, 0.12);
      border-color: #bdbdbd;
      color: rgba(0, 0, 0, 0.87); }
      .e-chip-list.e-chip.e-outline.e-focused.e-active .e-chip-icon,
      .e-chip-list.e-chip.e-outline.e-focused.e-active .e-chip-delete,
      .e-chip-list .e-chip.e-outline.e-focused.e-active .e-chip-icon,
      .e-chip-list .e-chip.e-outline.e-focused.e-active .e-chip-delete {
        color: rgba(0, 0, 0, 0.54); }
      .e-chip-list.e-chip.e-outline.e-focused.e-active .e-chip-avatar,
      .e-chip-list .e-chip.e-outline.e-focused.e-active .e-chip-avatar {
        background-color: rgba(0, 0, 0, 0.12);
        color: rgba(0, 0, 0, 0.54); }
    .e-chip-list.e-chip.e-outline:active,
    .e-chip-list .e-chip.e-outline:active {
      background-color: rgba(0, 0, 0, 0.16);
      border-color: #bdbdbd;
      color: rgba(0, 0, 0, 0.87); }
      .e-chip-list.e-chip.e-outline:active .e-chip-icon,
      .e-chip-list.e-chip.e-outline:active .e-chip-delete,
      .e-chip-list .e-chip.e-outline:active .e-chip-icon,
      .e-chip-list .e-chip.e-outline:active .e-chip-delete {
        color: rgba(0, 0, 0, 0.54); }
      .e-chip-list.e-chip.e-outline:active .e-chip-avatar,
      .e-chip-list .e-chip.e-outline:active .e-chip-avatar {
        background-color: rgba(0, 0, 0, 0.16);
        color: rgba(0, 0, 0, 0.54); }
    .e-chip-list.e-chip.e-outline.e-disabled,
    .e-chip-list .e-chip.e-outline.e-disabled {
      background-color: transparent;
      border-color: rgba(0, 0, 0, 0.26);
      color: rgba(0, 0, 0, 0.26); }
      .e-chip-list.e-chip.e-outline.e-disabled .e-chip-icon,
      .e-chip-list.e-chip.e-outline.e-disabled .e-chip-delete,
      .e-chip-list .e-chip.e-outline.e-disabled .e-chip-icon,
      .e-chip-list .e-chip.e-outline.e-disabled .e-chip-delete {
        color: rgba(0, 0, 0, 0.26); }
      .e-chip-list.e-chip.e-outline.e-disabled .e-chip-avatar,
      .e-chip-list .e-chip.e-outline.e-disabled .e-chip-avatar {
        background-color: rgba(0, 0, 0, 0);
        color: rgba(0, 0, 0, 0.26); }

.e-chip-list.e-selection .e-chip.e-active {
  background-color: #971b1e;
  border-color: transparent;
  color: #fff; }
  .e-chip-list.e-selection .e-chip.e-active .e-chip-icon,
  .e-chip-list.e-selection .e-chip.e-active .e-chip-delete {
    color: #fff; }
  .e-chip-list.e-selection .e-chip.e-active .e-chip-avatar {
    background-color: #631214;
    color: #fff; }
  .e-chip-list.e-selection .e-chip.e-active.e-focused {
    background-color: #cb2428;
    border-color: transparent;
    color: #fff; }
    .e-chip-list.e-selection .e-chip.e-active.e-focused .e-chip-icon,
    .e-chip-list.e-selection .e-chip.e-active.e-focused .e-chip-delete {
      color: #fff; }
    .e-chip-list.e-selection .e-chip.e-active.e-focused .e-chip-avatar {
      background-color: #971b1e;
      color: #fff; }
  .e-chip-list.e-selection .e-chip.e-active.e-disabled {
    background-color: rgba(0, 0, 0, 0.12);
    border-color: transparent;
    color: rgba(0, 0, 0, 0.26); }
    .e-chip-list.e-selection .e-chip.e-active.e-disabled .e-chip-icon,
    .e-chip-list.e-selection .e-chip.e-active.e-disabled .e-chip-delete {
      color: rgba(0, 0, 0, 0.26); }
    .e-chip-list.e-selection .e-chip.e-active.e-disabled .e-chip-avatar {
      background-color: rgba(0, 0, 0, 0.12);
      color: rgba(0, 0, 0, 0.26); }
  .e-chip-list.e-selection .e-chip.e-active.e-outline {
    background-color: #971b1e;
    border-color: #971b1e;
    color: #fff; }
    .e-chip-list.e-selection .e-chip.e-active.e-outline .e-chip-icon,
    .e-chip-list.e-selection .e-chip.e-active.e-outline .e-chip-delete {
      color: #fff; }
    .e-chip-list.e-selection .e-chip.e-active.e-outline .e-chip-avatar {
      background-color: #631214;
      color: #fff; }
    .e-chip-list.e-selection .e-chip.e-active.e-outline.e-focused {
      background-color: #cb2428;
      border-color: transparent;
      color: #fff; }
      .e-chip-list.e-selection .e-chip.e-active.e-outline.e-focused .e-chip-icon,
      .e-chip-list.e-selection .e-chip.e-active.e-outline.e-focused .e-chip-delete {
        color: #fff; }
      .e-chip-list.e-selection .e-chip.e-active.e-outline.e-focused .e-chip-avatar {
        background-color: #971b1e;
        color: #fff; }
    .e-chip-list.e-selection .e-chip.e-active.e-outline.e-disabled {
      background-color: transparent;
      border-color: rgba(0, 0, 0, 0.26);
      color: rgba(0, 0, 0, 0.26); }
      .e-chip-list.e-selection .e-chip.e-active.e-outline.e-disabled .e-chip-icon,
      .e-chip-list.e-selection .e-chip.e-active.e-outline.e-disabled .e-chip-delete {
        color: rgba(0, 0, 0, 0.26); }
      .e-chip-list.e-selection .e-chip.e-active.e-outline.e-disabled .e-chip-avatar {
        background-color: rgba(0, 0, 0, 0);
        color: rgba(0, 0, 0, 0.26); }

.e-chip-list.e-selection .e-chip:active {
  background-color: rgba(151, 27, 30, 0.16);
  border-color: transparent;
  color: rgba(0, 0, 0, 0.87); }
  .e-chip-list.e-selection .e-chip:active .e-chip-icon,
  .e-chip-list.e-selection .e-chip:active .e-chip-delete {
    color: rgba(0, 0, 0, 0.54); }
  .e-chip-list.e-selection .e-chip:active .e-chip-avatar {
    background-color: rgba(99, 18, 20, 0.16);
    color: rgba(0, 0, 0, 0.54); }
  .e-chip-list.e-selection .e-chip:active.e-outline {
    background-color: rgba(151, 27, 30, 0.16);
    border-color: #bdbdbd;
    color: rgba(0, 0, 0, 0.87); }
    .e-chip-list.e-selection .e-chip:active.e-outline .e-chip-icon,
    .e-chip-list.e-selection .e-chip:active.e-outline .e-chip-delete {
      color: rgba(0, 0, 0, 0.54); }
    .e-chip-list.e-selection .e-chip:active.e-outline .e-chip-avatar {
      background-color: rgba(99, 18, 20, 0.16);
      color: rgba(0, 0, 0, 0.54); }

.e-chip-list.e-chip.e-primary,
.e-chip-list .e-chip.e-primary {
  background-color: #971b1e;
  border-color: transparent;
  color: #fff; }
  .e-chip-list.e-chip.e-primary .e-chip-icon,
  .e-chip-list.e-chip.e-primary .e-chip-delete,
  .e-chip-list .e-chip.e-primary .e-chip-icon,
  .e-chip-list .e-chip.e-primary .e-chip-delete {
    color: #fff; }
  .e-chip-list.e-chip.e-primary .e-chip-delete.e-dlt-btn,
  .e-chip-list .e-chip.e-primary .e-chip-delete.e-dlt-btn {
    color: rgba(255, 255, 255, 0.8); }
  .e-chip-list.e-chip.e-primary .e-chip-avatar,
  .e-chip-list .e-chip.e-primary .e-chip-avatar {
    background-color: #631214;
    color: #fff; }
  .e-chip-list.e-chip.e-primary:not(.e-active) .e-chip-delete.e-dlt-btn:hover,
  .e-chip-list .e-chip.e-primary:not(.e-active) .e-chip-delete.e-dlt-btn:hover {
    color: #fff; }
  .e-chip-list.e-chip.e-primary:not(.e-active) .e-chip-delete.e-dlt-btn:active,
  .e-chip-list .e-chip.e-primary:not(.e-active) .e-chip-delete.e-dlt-btn:active {
    color: #fff; }
  .e-chip-list.e-chip.e-primary:hover,
  .e-chip-list .e-chip.e-primary:hover {
    background-color: #ba2125;
    border-color: transparent;
    color: #fff; }
    .e-chip-list.e-chip.e-primary:hover .e-chip-icon,
    .e-chip-list.e-chip.e-primary:hover .e-chip-delete,
    .e-chip-list .e-chip.e-primary:hover .e-chip-icon,
    .e-chip-list .e-chip.e-primary:hover .e-chip-delete {
      color: #fff; }
    .e-chip-list.e-chip.e-primary:hover .e-chip-avatar,
    .e-chip-list .e-chip.e-primary:hover .e-chip-avatar {
      background-color: #86181b;
      color: #fff; }
  .e-chip-list.e-chip.e-primary.e-focused,
  .e-chip-list .e-chip.e-primary.e-focused {
    background-color: #cb2428;
    border-color: transparent;
    color: #fff; }
    .e-chip-list.e-chip.e-primary.e-focused .e-chip-icon,
    .e-chip-list.e-chip.e-primary.e-focused .e-chip-delete,
    .e-chip-list .e-chip.e-primary.e-focused .e-chip-icon,
    .e-chip-list .e-chip.e-primary.e-focused .e-chip-delete {
      color: #fff; }
    .e-chip-list.e-chip.e-primary.e-focused .e-chip-avatar,
    .e-chip-list .e-chip.e-primary.e-focused .e-chip-avatar {
      background-color: #971b1e;
      color: #fff; }
  .e-chip-list.e-chip.e-primary.e-active,
  .e-chip-list .e-chip.e-primary.e-active {
    background-color: #d92b2f;
    border-color: transparent;
    color: #fff; }
    .e-chip-list.e-chip.e-primary.e-active .e-chip-icon,
    .e-chip-list.e-chip.e-primary.e-active .e-chip-delete,
    .e-chip-list .e-chip.e-primary.e-active .e-chip-icon,
    .e-chip-list .e-chip.e-primary.e-active .e-chip-delete {
      color: #fff; }
    .e-chip-list.e-chip.e-primary.e-active .e-chip-avatar,
    .e-chip-list .e-chip.e-primary.e-active .e-chip-avatar {
      background-color: #a81e21;
      color: #fff; }
  .e-chip-list.e-chip.e-primary.e-focused.e-active,
  .e-chip-list .e-chip.e-primary.e-focused.e-active {
    background-color: #cb2428;
    border-color: transparent;
    color: #fff; }
    .e-chip-list.e-chip.e-primary.e-focused.e-active .e-chip-icon,
    .e-chip-list.e-chip.e-primary.e-focused.e-active .e-chip-delete,
    .e-chip-list .e-chip.e-primary.e-focused.e-active .e-chip-icon,
    .e-chip-list .e-chip.e-primary.e-focused.e-active .e-chip-delete {
      color: #fff; }
    .e-chip-list.e-chip.e-primary.e-focused.e-active .e-chip-avatar,
    .e-chip-list .e-chip.e-primary.e-focused.e-active .e-chip-avatar {
      background-color: #971b1e;
      color: #fff; }
  .e-chip-list.e-chip.e-primary:active,
  .e-chip-list .e-chip.e-primary:active {
    background-color: #d92b2f;
    border-color: transparent;
    color: #fff; }
    .e-chip-list.e-chip.e-primary:active .e-chip-icon,
    .e-chip-list.e-chip.e-primary:active .e-chip-delete,
    .e-chip-list .e-chip.e-primary:active .e-chip-icon,
    .e-chip-list .e-chip.e-primary:active .e-chip-delete {
      color: #fff; }
    .e-chip-list.e-chip.e-primary:active .e-chip-avatar,
    .e-chip-list .e-chip.e-primary:active .e-chip-avatar {
      background-color: #a81e21;
      color: #fff; }
  .e-chip-list.e-chip.e-primary.e-disabled,
  .e-chip-list .e-chip.e-primary.e-disabled {
    background-color: rgba(0, 0, 0, 0.12);
    border-color: transparent;
    color: rgba(0, 0, 0, 0.26); }
    .e-chip-list.e-chip.e-primary.e-disabled .e-chip-icon,
    .e-chip-list.e-chip.e-primary.e-disabled .e-chip-delete,
    .e-chip-list .e-chip.e-primary.e-disabled .e-chip-icon,
    .e-chip-list .e-chip.e-primary.e-disabled .e-chip-delete {
      color: rgba(0, 0, 0, 0.26); }
    .e-chip-list.e-chip.e-primary.e-disabled .e-chip-avatar,
    .e-chip-list .e-chip.e-primary.e-disabled .e-chip-avatar {
      background-color: rgba(0, 0, 0, 0.12);
      color: rgba(0, 0, 0, 0.26); }
  .e-chip-list.e-chip.e-primary.e-outline,
  .e-chip-list .e-chip.e-primary.e-outline {
    background-color: transparent;
    border-color: #971b1e;
    color: #971b1e; }
    .e-chip-list.e-chip.e-primary.e-outline .e-chip-icon,
    .e-chip-list.e-chip.e-primary.e-outline .e-chip-delete,
    .e-chip-list .e-chip.e-primary.e-outline .e-chip-icon,
    .e-chip-list .e-chip.e-primary.e-outline .e-chip-delete {
      color: #971b1e; }
    .e-chip-list.e-chip.e-primary.e-outline .e-chip-delete.e-dlt-btn,
    .e-chip-list .e-chip.e-primary.e-outline .e-chip-delete.e-dlt-btn {
      color: rgba(151, 27, 30, 0.8); }
    .e-chip-list.e-chip.e-primary.e-outline .e-chip-avatar,
    .e-chip-list .e-chip.e-primary.e-outline .e-chip-avatar {
      background-color: #971b1e;
      color: #fff; }
    .e-chip-list.e-chip.e-primary.e-outline:not(.e-active) .e-chip-delete.e-dlt-btn:hover,
    .e-chip-list .e-chip.e-primary.e-outline:not(.e-active) .e-chip-delete.e-dlt-btn:hover {
      color: #971b1e; }
    .e-chip-list.e-chip.e-primary.e-outline:not(.e-active) .e-chip-delete.e-dlt-btn:active,
    .e-chip-list .e-chip.e-primary.e-outline:not(.e-active) .e-chip-delete.e-dlt-btn:active {
      color: #fff; }
    .e-chip-list.e-chip.e-primary.e-outline:hover,
    .e-chip-list .e-chip.e-primary.e-outline:hover {
      background-color: rgba(151, 27, 30, 0.12);
      border-color: #971b1e;
      color: #971b1e; }
      .e-chip-list.e-chip.e-primary.e-outline:hover .e-chip-icon,
      .e-chip-list.e-chip.e-primary.e-outline:hover .e-chip-delete,
      .e-chip-list .e-chip.e-primary.e-outline:hover .e-chip-icon,
      .e-chip-list .e-chip.e-primary.e-outline:hover .e-chip-delete {
        color: #971b1e; }
      .e-chip-list.e-chip.e-primary.e-outline:hover .e-chip-avatar,
      .e-chip-list .e-chip.e-primary.e-outline:hover .e-chip-avatar {
        background-color: #971b1e;
        color: #fff; }
    .e-chip-list.e-chip.e-primary.e-outline.e-focused,
    .e-chip-list .e-chip.e-primary.e-outline.e-focused {
      background-color: #cb2428;
      border-color: transparent;
      color: #fff; }
      .e-chip-list.e-chip.e-primary.e-outline.e-focused .e-chip-icon,
      .e-chip-list.e-chip.e-primary.e-outline.e-focused .e-chip-delete,
      .e-chip-list .e-chip.e-primary.e-outline.e-focused .e-chip-icon,
      .e-chip-list .e-chip.e-primary.e-outline.e-focused .e-chip-delete {
        color: #fff; }
      .e-chip-list.e-chip.e-primary.e-outline.e-focused .e-chip-avatar,
      .e-chip-list .e-chip.e-primary.e-outline.e-focused .e-chip-avatar {
        background-color: #971b1e;
        color: #fff; }
    .e-chip-list.e-chip.e-primary.e-outline.e-active,
    .e-chip-list .e-chip.e-primary.e-outline.e-active {
      background-color: #d92b2f;
      border-color: transparent;
      color: #fff; }
      .e-chip-list.e-chip.e-primary.e-outline.e-active .e-chip-icon,
      .e-chip-list.e-chip.e-primary.e-outline.e-active .e-chip-delete,
      .e-chip-list .e-chip.e-primary.e-outline.e-active .e-chip-icon,
      .e-chip-list .e-chip.e-primary.e-outline.e-active .e-chip-delete {
        color: #fff; }
      .e-chip-list.e-chip.e-primary.e-outline.e-active .e-chip-avatar,
      .e-chip-list .e-chip.e-primary.e-outline.e-active .e-chip-avatar {
        background-color: #a81e21;
        color: #fff; }
    .e-chip-list.e-chip.e-primary.e-outline.e-focused.e-active,
    .e-chip-list .e-chip.e-primary.e-outline.e-focused.e-active {
      background-color: #cb2428;
      border-color: transparent;
      color: #fff; }
      .e-chip-list.e-chip.e-primary.e-outline.e-focused.e-active .e-chip-icon,
      .e-chip-list.e-chip.e-primary.e-outline.e-focused.e-active .e-chip-delete,
      .e-chip-list .e-chip.e-primary.e-outline.e-focused.e-active .e-chip-icon,
      .e-chip-list .e-chip.e-primary.e-outline.e-focused.e-active .e-chip-delete {
        color: #fff; }
      .e-chip-list.e-chip.e-primary.e-outline.e-focused.e-active .e-chip-avatar,
      .e-chip-list .e-chip.e-primary.e-outline.e-focused.e-active .e-chip-avatar {
        background-color: #971b1e;
        color: #fff; }
    .e-chip-list.e-chip.e-primary.e-outline:active,
    .e-chip-list .e-chip.e-primary.e-outline:active {
      background-color: #d92b2f;
      border-color: transparent;
      color: #fff; }
      .e-chip-list.e-chip.e-primary.e-outline:active .e-chip-icon,
      .e-chip-list.e-chip.e-primary.e-outline:active .e-chip-delete,
      .e-chip-list .e-chip.e-primary.e-outline:active .e-chip-icon,
      .e-chip-list .e-chip.e-primary.e-outline:active .e-chip-delete {
        color: #fff; }
      .e-chip-list.e-chip.e-primary.e-outline:active .e-chip-avatar,
      .e-chip-list .e-chip.e-primary.e-outline:active .e-chip-avatar {
        background-color: #a81e21;
        color: #fff; }
    .e-chip-list.e-chip.e-primary.e-outline.e-disabled,
    .e-chip-list .e-chip.e-primary.e-outline.e-disabled {
      background-color: transparent;
      border-color: rgba(0, 0, 0, 0.26);
      color: rgba(0, 0, 0, 0.26); }
      .e-chip-list.e-chip.e-primary.e-outline.e-disabled .e-chip-icon,
      .e-chip-list.e-chip.e-primary.e-outline.e-disabled .e-chip-delete,
      .e-chip-list .e-chip.e-primary.e-outline.e-disabled .e-chip-icon,
      .e-chip-list .e-chip.e-primary.e-outline.e-disabled .e-chip-delete {
        color: rgba(0, 0, 0, 0.26); }
      .e-chip-list.e-chip.e-primary.e-outline.e-disabled .e-chip-avatar,
      .e-chip-list .e-chip.e-primary.e-outline.e-disabled .e-chip-avatar {
        background-color: rgba(0, 0, 0, 0);
        color: rgba(0, 0, 0, 0.26); }

.e-chip-list.e-chip.e-success,
.e-chip-list .e-chip.e-success {
  background-color: #4d841d;
  border-color: transparent;
  color: #fff; }
  .e-chip-list.e-chip.e-success .e-chip-icon,
  .e-chip-list.e-chip.e-success .e-chip-delete,
  .e-chip-list .e-chip.e-success .e-chip-icon,
  .e-chip-list .e-chip.e-success .e-chip-delete {
    color: #fff; }
  .e-chip-list.e-chip.e-success .e-chip-delete.e-dlt-btn,
  .e-chip-list .e-chip.e-success .e-chip-delete.e-dlt-btn {
    color: rgba(255, 255, 255, 0.8); }
  .e-chip-list.e-chip.e-success .e-chip-avatar,
  .e-chip-list .e-chip.e-success .e-chip-avatar {
    background-color: #305212;
    color: #fff; }
  .e-chip-list.e-chip.e-success:not(.e-active) .e-chip-delete.e-dlt-btn:hover,
  .e-chip-list .e-chip.e-success:not(.e-active) .e-chip-delete.e-dlt-btn:hover {
    color: #fff; }
  .e-chip-list.e-chip.e-success:not(.e-active) .e-chip-delete.e-dlt-btn:active,
  .e-chip-list .e-chip.e-success:not(.e-active) .e-chip-delete.e-dlt-btn:active {
    color: #fff; }
  .e-chip-list.e-chip.e-success:hover,
  .e-chip-list .e-chip.e-success:hover {
    background-color: #61a524;
    border-color: transparent;
    color: #fff; }
    .e-chip-list.e-chip.e-success:hover .e-chip-icon,
    .e-chip-list.e-chip.e-success:hover .e-chip-delete,
    .e-chip-list .e-chip.e-success:hover .e-chip-icon,
    .e-chip-list .e-chip.e-success:hover .e-chip-delete {
      color: #fff; }
    .e-chip-list.e-chip.e-success:hover .e-chip-avatar,
    .e-chip-list .e-chip.e-success:hover .e-chip-avatar {
      background-color: #437319;
      color: #fff; }
  .e-chip-list.e-chip.e-success.e-focused,
  .e-chip-list .e-chip.e-success.e-focused {
    background-color: #6ab628;
    border-color: transparent;
    color: #fff; }
    .e-chip-list.e-chip.e-success.e-focused .e-chip-icon,
    .e-chip-list.e-chip.e-success.e-focused .e-chip-delete,
    .e-chip-list .e-chip.e-success.e-focused .e-chip-icon,
    .e-chip-list .e-chip.e-success.e-focused .e-chip-delete {
      color: #fff; }
    .e-chip-list.e-chip.e-success.e-focused .e-chip-avatar,
    .e-chip-list .e-chip.e-success.e-focused .e-chip-avatar {
      background-color: #4d841d;
      color: #fff; }
  .e-chip-list.e-chip.e-success.e-active,
  .e-chip-list .e-chip.e-success.e-active {
    background-color: #74c72c;
    border-color: transparent;
    color: #fff; }
    .e-chip-list.e-chip.e-success.e-active .e-chip-icon,
    .e-chip-list.e-chip.e-success.e-active .e-chip-delete,
    .e-chip-list .e-chip.e-success.e-active .e-chip-icon,
    .e-chip-list .e-chip.e-success.e-active .e-chip-delete {
      color: #fff; }
    .e-chip-list.e-chip.e-success.e-active .e-chip-avatar,
    .e-chip-list .e-chip.e-success.e-active .e-chip-avatar {
      background-color: #579521;
      color: #fff; }
  .e-chip-list.e-chip.e-success.e-focused.e-active,
  .e-chip-list .e-chip.e-success.e-focused.e-active {
    background-color: #6ab628;
    border-color: transparent;
    color: #fff; }
    .e-chip-list.e-chip.e-success.e-focused.e-active .e-chip-icon,
    .e-chip-list.e-chip.e-success.e-focused.e-active .e-chip-delete,
    .e-chip-list .e-chip.e-success.e-focused.e-active .e-chip-icon,
    .e-chip-list .e-chip.e-success.e-focused.e-active .e-chip-delete {
      color: #fff; }
    .e-chip-list.e-chip.e-success.e-focused.e-active .e-chip-avatar,
    .e-chip-list .e-chip.e-success.e-focused.e-active .e-chip-avatar {
      background-color: #4d841d;
      color: #fff; }
  .e-chip-list.e-chip.e-success:active,
  .e-chip-list .e-chip.e-success:active {
    background-color: #74c72c;
    border-color: transparent;
    color: #fff; }
    .e-chip-list.e-chip.e-success:active .e-chip-icon,
    .e-chip-list.e-chip.e-success:active .e-chip-delete,
    .e-chip-list .e-chip.e-success:active .e-chip-icon,
    .e-chip-list .e-chip.e-success:active .e-chip-delete {
      color: #fff; }
    .e-chip-list.e-chip.e-success:active .e-chip-avatar,
    .e-chip-list .e-chip.e-success:active .e-chip-avatar {
      background-color: #579521;
      color: #fff; }
  .e-chip-list.e-chip.e-success.e-disabled,
  .e-chip-list .e-chip.e-success.e-disabled {
    background-color: rgba(0, 0, 0, 0.12);
    border-color: transparent;
    color: rgba(0, 0, 0, 0.26); }
    .e-chip-list.e-chip.e-success.e-disabled .e-chip-icon,
    .e-chip-list.e-chip.e-success.e-disabled .e-chip-delete,
    .e-chip-list .e-chip.e-success.e-disabled .e-chip-icon,
    .e-chip-list .e-chip.e-success.e-disabled .e-chip-delete {
      color: rgba(0, 0, 0, 0.26); }
    .e-chip-list.e-chip.e-success.e-disabled .e-chip-avatar,
    .e-chip-list .e-chip.e-success.e-disabled .e-chip-avatar {
      background-color: rgba(0, 0, 0, 0.12);
      color: rgba(0, 0, 0, 0.26); }
  .e-chip-list.e-chip.e-success.e-outline,
  .e-chip-list .e-chip.e-success.e-outline {
    background-color: transparent;
    border-color: #4d841d;
    color: #4d841d; }
    .e-chip-list.e-chip.e-success.e-outline .e-chip-icon,
    .e-chip-list.e-chip.e-success.e-outline .e-chip-delete,
    .e-chip-list .e-chip.e-success.e-outline .e-chip-icon,
    .e-chip-list .e-chip.e-success.e-outline .e-chip-delete {
      color: #4d841d; }
    .e-chip-list.e-chip.e-success.e-outline .e-chip-delete.e-dlt-btn,
    .e-chip-list .e-chip.e-success.e-outline .e-chip-delete.e-dlt-btn {
      color: rgba(77, 132, 29, 0.8); }
    .e-chip-list.e-chip.e-success.e-outline .e-chip-avatar,
    .e-chip-list .e-chip.e-success.e-outline .e-chip-avatar {
      background-color: #4d841d;
      color: #fff; }
    .e-chip-list.e-chip.e-success.e-outline:not(.e-active) .e-chip-delete.e-dlt-btn:hover,
    .e-chip-list .e-chip.e-success.e-outline:not(.e-active) .e-chip-delete.e-dlt-btn:hover {
      color: #4d841d; }
    .e-chip-list.e-chip.e-success.e-outline:not(.e-active) .e-chip-delete.e-dlt-btn:active,
    .e-chip-list .e-chip.e-success.e-outline:not(.e-active) .e-chip-delete.e-dlt-btn:active {
      color: #fff; }
    .e-chip-list.e-chip.e-success.e-outline:hover,
    .e-chip-list .e-chip.e-success.e-outline:hover {
      background-color: rgba(77, 132, 29, 0.12);
      border-color: #4d841d;
      color: #4d841d; }
      .e-chip-list.e-chip.e-success.e-outline:hover .e-chip-icon,
      .e-chip-list.e-chip.e-success.e-outline:hover .e-chip-delete,
      .e-chip-list .e-chip.e-success.e-outline:hover .e-chip-icon,
      .e-chip-list .e-chip.e-success.e-outline:hover .e-chip-delete {
        color: #4d841d; }
      .e-chip-list.e-chip.e-success.e-outline:hover .e-chip-avatar,
      .e-chip-list .e-chip.e-success.e-outline:hover .e-chip-avatar {
        background-color: #4d841d;
        color: #fff; }
    .e-chip-list.e-chip.e-success.e-outline.e-focused,
    .e-chip-list .e-chip.e-success.e-outline.e-focused {
      background-color: #6ab628;
      border-color: transparent;
      color: #fff; }
      .e-chip-list.e-chip.e-success.e-outline.e-focused .e-chip-icon,
      .e-chip-list.e-chip.e-success.e-outline.e-focused .e-chip-delete,
      .e-chip-list .e-chip.e-success.e-outline.e-focused .e-chip-icon,
      .e-chip-list .e-chip.e-success.e-outline.e-focused .e-chip-delete {
        color: #fff; }
      .e-chip-list.e-chip.e-success.e-outline.e-focused .e-chip-avatar,
      .e-chip-list .e-chip.e-success.e-outline.e-focused .e-chip-avatar {
        background-color: #4d841d;
        color: #fff; }
    .e-chip-list.e-chip.e-success.e-outline.e-active,
    .e-chip-list .e-chip.e-success.e-outline.e-active {
      background-color: #74c72c;
      border-color: transparent;
      color: #fff; }
      .e-chip-list.e-chip.e-success.e-outline.e-active .e-chip-icon,
      .e-chip-list.e-chip.e-success.e-outline.e-active .e-chip-delete,
      .e-chip-list .e-chip.e-success.e-outline.e-active .e-chip-icon,
      .e-chip-list .e-chip.e-success.e-outline.e-active .e-chip-delete {
        color: #fff; }
      .e-chip-list.e-chip.e-success.e-outline.e-active .e-chip-avatar,
      .e-chip-list .e-chip.e-success.e-outline.e-active .e-chip-avatar {
        background-color: #579521;
        color: #fff; }
    .e-chip-list.e-chip.e-success.e-outline.e-focused.e-active,
    .e-chip-list .e-chip.e-success.e-outline.e-focused.e-active {
      background-color: #6ab628;
      border-color: transparent;
      color: #fff; }
      .e-chip-list.e-chip.e-success.e-outline.e-focused.e-active .e-chip-icon,
      .e-chip-list.e-chip.e-success.e-outline.e-focused.e-active .e-chip-delete,
      .e-chip-list .e-chip.e-success.e-outline.e-focused.e-active .e-chip-icon,
      .e-chip-list .e-chip.e-success.e-outline.e-focused.e-active .e-chip-delete {
        color: #fff; }
      .e-chip-list.e-chip.e-success.e-outline.e-focused.e-active .e-chip-avatar,
      .e-chip-list .e-chip.e-success.e-outline.e-focused.e-active .e-chip-avatar {
        background-color: #4d841d;
        color: #fff; }
    .e-chip-list.e-chip.e-success.e-outline:active,
    .e-chip-list .e-chip.e-success.e-outline:active {
      background-color: #74c72c;
      border-color: transparent;
      color: #fff; }
      .e-chip-list.e-chip.e-success.e-outline:active .e-chip-icon,
      .e-chip-list.e-chip.e-success.e-outline:active .e-chip-delete,
      .e-chip-list .e-chip.e-success.e-outline:active .e-chip-icon,
      .e-chip-list .e-chip.e-success.e-outline:active .e-chip-delete {
        color: #fff; }
      .e-chip-list.e-chip.e-success.e-outline:active .e-chip-avatar,
      .e-chip-list .e-chip.e-success.e-outline:active .e-chip-avatar {
        background-color: #579521;
        color: #fff; }
    .e-chip-list.e-chip.e-success.e-outline.e-disabled,
    .e-chip-list .e-chip.e-success.e-outline.e-disabled {
      background-color: transparent;
      border-color: rgba(0, 0, 0, 0.26);
      color: rgba(0, 0, 0, 0.26); }
      .e-chip-list.e-chip.e-success.e-outline.e-disabled .e-chip-icon,
      .e-chip-list.e-chip.e-success.e-outline.e-disabled .e-chip-delete,
      .e-chip-list .e-chip.e-success.e-outline.e-disabled .e-chip-icon,
      .e-chip-list .e-chip.e-success.e-outline.e-disabled .e-chip-delete {
        color: rgba(0, 0, 0, 0.26); }
      .e-chip-list.e-chip.e-success.e-outline.e-disabled .e-chip-avatar,
      .e-chip-list .e-chip.e-success.e-outline.e-disabled .e-chip-avatar {
        background-color: rgba(0, 0, 0, 0);
        color: rgba(0, 0, 0, 0.26); }

.e-chip-list.e-chip.e-info,
.e-chip-list .e-chip.e-info {
  background-color: #0378d5;
  border-color: transparent;
  color: #fff; }
  .e-chip-list.e-chip.e-info .e-chip-icon,
  .e-chip-list.e-chip.e-info .e-chip-delete,
  .e-chip-list .e-chip.e-info .e-chip-icon,
  .e-chip-list .e-chip.e-info .e-chip-delete {
    color: #fff; }
  .e-chip-list.e-chip.e-info .e-chip-delete.e-dlt-btn,
  .e-chip-list .e-chip.e-info .e-chip-delete.e-dlt-btn {
    color: rgba(255, 255, 255, 0.8); }
  .e-chip-list.e-chip.e-info .e-chip-avatar,
  .e-chip-list .e-chip.e-info .e-chip-avatar {
    background-color: #025699;
    color: #fff; }
  .e-chip-list.e-chip.e-info:not(.e-active) .e-chip-delete.e-dlt-btn:hover,
  .e-chip-list .e-chip.e-info:not(.e-active) .e-chip-delete.e-dlt-btn:hover {
    color: #fff; }
  .e-chip-list.e-chip.e-info:not(.e-active) .e-chip-delete.e-dlt-btn:active,
  .e-chip-list .e-chip.e-info:not(.e-active) .e-chip-delete.e-dlt-btn:active {
    color: #fff; }
  .e-chip-list.e-chip.e-info:hover,
  .e-chip-list .e-chip.e-info:hover {
    background-color: #058efb;
    border-color: transparent;
    color: #fff; }
    .e-chip-list.e-chip.e-info:hover .e-chip-icon,
    .e-chip-list.e-chip.e-info:hover .e-chip-delete,
    .e-chip-list .e-chip.e-info:hover .e-chip-icon,
    .e-chip-list .e-chip.e-info:hover .e-chip-delete {
      color: #fff; }
    .e-chip-list.e-chip.e-info:hover .e-chip-avatar,
    .e-chip-list .e-chip.e-info:hover .e-chip-avatar {
      background-color: #036dc1;
      color: #fff; }
  .e-chip-list.e-chip.e-info.e-focused,
  .e-chip-list .e-chip.e-info.e-focused {
    background-color: #1998fc;
    border-color: transparent;
    color: #fff; }
    .e-chip-list.e-chip.e-info.e-focused .e-chip-icon,
    .e-chip-list.e-chip.e-info.e-focused .e-chip-delete,
    .e-chip-list .e-chip.e-info.e-focused .e-chip-icon,
    .e-chip-list .e-chip.e-info.e-focused .e-chip-delete {
      color: #fff; }
    .e-chip-list.e-chip.e-info.e-focused .e-chip-avatar,
    .e-chip-list .e-chip.e-info.e-focused .e-chip-avatar {
      background-color: #0378d5;
      color: #fff; }
  .e-chip-list.e-chip.e-info.e-active,
  .e-chip-list .e-chip.e-info.e-active {
    background-color: #2ea1fc;
    border-color: transparent;
    color: #fff; }
    .e-chip-list.e-chip.e-info.e-active .e-chip-icon,
    .e-chip-list.e-chip.e-info.e-active .e-chip-delete,
    .e-chip-list .e-chip.e-info.e-active .e-chip-icon,
    .e-chip-list .e-chip.e-info.e-active .e-chip-delete {
      color: #fff; }
    .e-chip-list.e-chip.e-info.e-active .e-chip-avatar,
    .e-chip-list .e-chip.e-info.e-active .e-chip-avatar {
      background-color: #0383e9;
      color: #fff; }
  .e-chip-list.e-chip.e-info.e-focused.e-active,
  .e-chip-list .e-chip.e-info.e-focused.e-active {
    background-color: #1998fc;
    border-color: transparent;
    color: #fff; }
    .e-chip-list.e-chip.e-info.e-focused.e-active .e-chip-icon,
    .e-chip-list.e-chip.e-info.e-focused.e-active .e-chip-delete,
    .e-chip-list .e-chip.e-info.e-focused.e-active .e-chip-icon,
    .e-chip-list .e-chip.e-info.e-focused.e-active .e-chip-delete {
      color: #fff; }
    .e-chip-list.e-chip.e-info.e-focused.e-active .e-chip-avatar,
    .e-chip-list .e-chip.e-info.e-focused.e-active .e-chip-avatar {
      background-color: #0378d5;
      color: #fff; }
  .e-chip-list.e-chip.e-info:active,
  .e-chip-list .e-chip.e-info:active {
    background-color: #2ea1fc;
    border-color: transparent;
    color: #fff; }
    .e-chip-list.e-chip.e-info:active .e-chip-icon,
    .e-chip-list.e-chip.e-info:active .e-chip-delete,
    .e-chip-list .e-chip.e-info:active .e-chip-icon,
    .e-chip-list .e-chip.e-info:active .e-chip-delete {
      color: #fff; }
    .e-chip-list.e-chip.e-info:active .e-chip-avatar,
    .e-chip-list .e-chip.e-info:active .e-chip-avatar {
      background-color: #0383e9;
      color: #fff; }
  .e-chip-list.e-chip.e-info.e-disabled,
  .e-chip-list .e-chip.e-info.e-disabled {
    background-color: rgba(0, 0, 0, 0.12);
    border-color: transparent;
    color: rgba(0, 0, 0, 0.26); }
    .e-chip-list.e-chip.e-info.e-disabled .e-chip-icon,
    .e-chip-list.e-chip.e-info.e-disabled .e-chip-delete,
    .e-chip-list .e-chip.e-info.e-disabled .e-chip-icon,
    .e-chip-list .e-chip.e-info.e-disabled .e-chip-delete {
      color: rgba(0, 0, 0, 0.26); }
    .e-chip-list.e-chip.e-info.e-disabled .e-chip-avatar,
    .e-chip-list .e-chip.e-info.e-disabled .e-chip-avatar {
      background-color: rgba(0, 0, 0, 0.12);
      color: rgba(0, 0, 0, 0.26); }
  .e-chip-list.e-chip.e-info.e-outline,
  .e-chip-list .e-chip.e-info.e-outline {
    background-color: transparent;
    border-color: #0378d5;
    color: #0378d5; }
    .e-chip-list.e-chip.e-info.e-outline .e-chip-icon,
    .e-chip-list.e-chip.e-info.e-outline .e-chip-delete,
    .e-chip-list .e-chip.e-info.e-outline .e-chip-icon,
    .e-chip-list .e-chip.e-info.e-outline .e-chip-delete {
      color: #0378d5; }
    .e-chip-list.e-chip.e-info.e-outline .e-chip-delete.e-dlt-btn,
    .e-chip-list .e-chip.e-info.e-outline .e-chip-delete.e-dlt-btn {
      color: rgba(3, 120, 213, 0.8); }
    .e-chip-list.e-chip.e-info.e-outline .e-chip-avatar,
    .e-chip-list .e-chip.e-info.e-outline .e-chip-avatar {
      background-color: #0378d5;
      color: #fff; }
    .e-chip-list.e-chip.e-info.e-outline:not(.e-active) .e-chip-delete.e-dlt-btn:hover,
    .e-chip-list .e-chip.e-info.e-outline:not(.e-active) .e-chip-delete.e-dlt-btn:hover {
      color: #0378d5; }
    .e-chip-list.e-chip.e-info.e-outline:not(.e-active) .e-chip-delete.e-dlt-btn:active,
    .e-chip-list .e-chip.e-info.e-outline:not(.e-active) .e-chip-delete.e-dlt-btn:active {
      color: #fff; }
    .e-chip-list.e-chip.e-info.e-outline:hover,
    .e-chip-list .e-chip.e-info.e-outline:hover {
      background-color: rgba(3, 120, 213, 0.12);
      border-color: #0378d5;
      color: #0378d5; }
      .e-chip-list.e-chip.e-info.e-outline:hover .e-chip-icon,
      .e-chip-list.e-chip.e-info.e-outline:hover .e-chip-delete,
      .e-chip-list .e-chip.e-info.e-outline:hover .e-chip-icon,
      .e-chip-list .e-chip.e-info.e-outline:hover .e-chip-delete {
        color: #0378d5; }
      .e-chip-list.e-chip.e-info.e-outline:hover .e-chip-avatar,
      .e-chip-list .e-chip.e-info.e-outline:hover .e-chip-avatar {
        background-color: #0378d5;
        color: #fff; }
    .e-chip-list.e-chip.e-info.e-outline.e-focused,
    .e-chip-list .e-chip.e-info.e-outline.e-focused {
      background-color: #1998fc;
      border-color: transparent;
      color: #fff; }
      .e-chip-list.e-chip.e-info.e-outline.e-focused .e-chip-icon,
      .e-chip-list.e-chip.e-info.e-outline.e-focused .e-chip-delete,
      .e-chip-list .e-chip.e-info.e-outline.e-focused .e-chip-icon,
      .e-chip-list .e-chip.e-info.e-outline.e-focused .e-chip-delete {
        color: #fff; }
      .e-chip-list.e-chip.e-info.e-outline.e-focused .e-chip-avatar,
      .e-chip-list .e-chip.e-info.e-outline.e-focused .e-chip-avatar {
        background-color: #0378d5;
        color: #fff; }
    .e-chip-list.e-chip.e-info.e-outline.e-active,
    .e-chip-list .e-chip.e-info.e-outline.e-active {
      background-color: #2ea1fc;
      border-color: transparent;
      color: #fff; }
      .e-chip-list.e-chip.e-info.e-outline.e-active .e-chip-icon,
      .e-chip-list.e-chip.e-info.e-outline.e-active .e-chip-delete,
      .e-chip-list .e-chip.e-info.e-outline.e-active .e-chip-icon,
      .e-chip-list .e-chip.e-info.e-outline.e-active .e-chip-delete {
        color: #fff; }
      .e-chip-list.e-chip.e-info.e-outline.e-active .e-chip-avatar,
      .e-chip-list .e-chip.e-info.e-outline.e-active .e-chip-avatar {
        background-color: #0383e9;
        color: #fff; }
    .e-chip-list.e-chip.e-info.e-outline.e-focused.e-active,
    .e-chip-list .e-chip.e-info.e-outline.e-focused.e-active {
      background-color: #1998fc;
      border-color: transparent;
      color: #fff; }
      .e-chip-list.e-chip.e-info.e-outline.e-focused.e-active .e-chip-icon,
      .e-chip-list.e-chip.e-info.e-outline.e-focused.e-active .e-chip-delete,
      .e-chip-list .e-chip.e-info.e-outline.e-focused.e-active .e-chip-icon,
      .e-chip-list .e-chip.e-info.e-outline.e-focused.e-active .e-chip-delete {
        color: #fff; }
      .e-chip-list.e-chip.e-info.e-outline.e-focused.e-active .e-chip-avatar,
      .e-chip-list .e-chip.e-info.e-outline.e-focused.e-active .e-chip-avatar {
        background-color: #0378d5;
        color: #fff; }
    .e-chip-list.e-chip.e-info.e-outline:active,
    .e-chip-list .e-chip.e-info.e-outline:active {
      background-color: #2ea1fc;
      border-color: transparent;
      color: #fff; }
      .e-chip-list.e-chip.e-info.e-outline:active .e-chip-icon,
      .e-chip-list.e-chip.e-info.e-outline:active .e-chip-delete,
      .e-chip-list .e-chip.e-info.e-outline:active .e-chip-icon,
      .e-chip-list .e-chip.e-info.e-outline:active .e-chip-delete {
        color: #fff; }
      .e-chip-list.e-chip.e-info.e-outline:active .e-chip-avatar,
      .e-chip-list .e-chip.e-info.e-outline:active .e-chip-avatar {
        background-color: #0383e9;
        color: #fff; }
    .e-chip-list.e-chip.e-info.e-outline.e-disabled,
    .e-chip-list .e-chip.e-info.e-outline.e-disabled {
      background-color: transparent;
      border-color: rgba(0, 0, 0, 0.26);
      color: rgba(0, 0, 0, 0.26); }
      .e-chip-list.e-chip.e-info.e-outline.e-disabled .e-chip-icon,
      .e-chip-list.e-chip.e-info.e-outline.e-disabled .e-chip-delete,
      .e-chip-list .e-chip.e-info.e-outline.e-disabled .e-chip-icon,
      .e-chip-list .e-chip.e-info.e-outline.e-disabled .e-chip-delete {
        color: rgba(0, 0, 0, 0.26); }
      .e-chip-list.e-chip.e-info.e-outline.e-disabled .e-chip-avatar,
      .e-chip-list .e-chip.e-info.e-outline.e-disabled .e-chip-avatar {
        background-color: rgba(0, 0, 0, 0);
        color: rgba(0, 0, 0, 0.26); }

.e-chip-list.e-chip.e-warning,
.e-chip-list .e-chip.e-warning {
  background-color: #c15700;
  border-color: transparent;
  color: #fff; }
  .e-chip-list.e-chip.e-warning .e-chip-icon,
  .e-chip-list.e-chip.e-warning .e-chip-delete,
  .e-chip-list .e-chip.e-warning .e-chip-icon,
  .e-chip-list .e-chip.e-warning .e-chip-delete {
    color: #fff; }
  .e-chip-list.e-chip.e-warning .e-chip-delete.e-dlt-btn,
  .e-chip-list .e-chip.e-warning .e-chip-delete.e-dlt-btn {
    color: rgba(255, 255, 255, 0.8); }
  .e-chip-list.e-chip.e-warning .e-chip-avatar,
  .e-chip-list .e-chip.e-warning .e-chip-avatar {
    background-color: #843b00;
    color: #fff; }
  .e-chip-list.e-chip.e-warning:not(.e-active) .e-chip-delete.e-dlt-btn:hover,
  .e-chip-list .e-chip.e-warning:not(.e-active) .e-chip-delete.e-dlt-btn:hover {
    color: #fff; }
  .e-chip-list.e-chip.e-warning:not(.e-active) .e-chip-delete.e-dlt-btn:active,
  .e-chip-list .e-chip.e-warning:not(.e-active) .e-chip-delete.e-dlt-btn:active {
    color: #fff; }
  .e-chip-list.e-chip.e-warning:hover,
  .e-chip-list .e-chip.e-warning:hover {
    background-color: #ea6900;
    border-color: transparent;
    color: #fff; }
    .e-chip-list.e-chip.e-warning:hover .e-chip-icon,
    .e-chip-list.e-chip.e-warning:hover .e-chip-delete,
    .e-chip-list .e-chip.e-warning:hover .e-chip-icon,
    .e-chip-list .e-chip.e-warning:hover .e-chip-delete {
      color: #fff; }
    .e-chip-list.e-chip.e-warning:hover .e-chip-avatar,
    .e-chip-list .e-chip.e-warning:hover .e-chip-avatar {
      background-color: #ad4e00;
      color: #fff; }
  .e-chip-list.e-chip.e-warning.e-focused,
  .e-chip-list .e-chip.e-warning.e-focused {
    background-color: #fe7300;
    border-color: transparent;
    color: #fff; }
    .e-chip-list.e-chip.e-warning.e-focused .e-chip-icon,
    .e-chip-list.e-chip.e-warning.e-focused .e-chip-delete,
    .e-chip-list .e-chip.e-warning.e-focused .e-chip-icon,
    .e-chip-list .e-chip.e-warning.e-focused .e-chip-delete {
      color: #fff; }
    .e-chip-list.e-chip.e-warning.e-focused .e-chip-avatar,
    .e-chip-list .e-chip.e-warning.e-focused .e-chip-avatar {
      background-color: #c15700;
      color: #fff; }
  .e-chip-list.e-chip.e-warning.e-active,
  .e-chip-list .e-chip.e-warning.e-active {
    background-color: #ff7e14;
    border-color: transparent;
    color: #fff; }
    .e-chip-list.e-chip.e-warning.e-active .e-chip-icon,
    .e-chip-list.e-chip.e-warning.e-active .e-chip-delete,
    .e-chip-list .e-chip.e-warning.e-active .e-chip-icon,
    .e-chip-list .e-chip.e-warning.e-active .e-chip-delete {
      color: #fff; }
    .e-chip-list.e-chip.e-warning.e-active .e-chip-avatar,
    .e-chip-list .e-chip.e-warning.e-active .e-chip-avatar {
      background-color: #d56000;
      color: #fff; }
  .e-chip-list.e-chip.e-warning.e-focused.e-active,
  .e-chip-list .e-chip.e-warning.e-focused.e-active {
    background-color: #fe7300;
    border-color: transparent;
    color: #fff; }
    .e-chip-list.e-chip.e-warning.e-focused.e-active .e-chip-icon,
    .e-chip-list.e-chip.e-warning.e-focused.e-active .e-chip-delete,
    .e-chip-list .e-chip.e-warning.e-focused.e-active .e-chip-icon,
    .e-chip-list .e-chip.e-warning.e-focused.e-active .e-chip-delete {
      color: #fff; }
    .e-chip-list.e-chip.e-warning.e-focused.e-active .e-chip-avatar,
    .e-chip-list .e-chip.e-warning.e-focused.e-active .e-chip-avatar {
      background-color: #c15700;
      color: #fff; }
  .e-chip-list.e-chip.e-warning:active,
  .e-chip-list .e-chip.e-warning:active {
    background-color: #ff7e14;
    border-color: transparent;
    color: #fff; }
    .e-chip-list.e-chip.e-warning:active .e-chip-icon,
    .e-chip-list.e-chip.e-warning:active .e-chip-delete,
    .e-chip-list .e-chip.e-warning:active .e-chip-icon,
    .e-chip-list .e-chip.e-warning:active .e-chip-delete {
      color: #fff; }
    .e-chip-list.e-chip.e-warning:active .e-chip-avatar,
    .e-chip-list .e-chip.e-warning:active .e-chip-avatar {
      background-color: #d56000;
      color: #fff; }
  .e-chip-list.e-chip.e-warning.e-disabled,
  .e-chip-list .e-chip.e-warning.e-disabled {
    background-color: rgba(0, 0, 0, 0.12);
    border-color: transparent;
    color: rgba(0, 0, 0, 0.26); }
    .e-chip-list.e-chip.e-warning.e-disabled .e-chip-icon,
    .e-chip-list.e-chip.e-warning.e-disabled .e-chip-delete,
    .e-chip-list .e-chip.e-warning.e-disabled .e-chip-icon,
    .e-chip-list .e-chip.e-warning.e-disabled .e-chip-delete {
      color: rgba(0, 0, 0, 0.26); }
    .e-chip-list.e-chip.e-warning.e-disabled .e-chip-avatar,
    .e-chip-list .e-chip.e-warning.e-disabled .e-chip-avatar {
      background-color: rgba(0, 0, 0, 0.12);
      color: rgba(0, 0, 0, 0.26); }
  .e-chip-list.e-chip.e-warning.e-outline,
  .e-chip-list .e-chip.e-warning.e-outline {
    background-color: transparent;
    border-color: #c15700;
    color: #c15700; }
    .e-chip-list.e-chip.e-warning.e-outline .e-chip-icon,
    .e-chip-list.e-chip.e-warning.e-outline .e-chip-delete,
    .e-chip-list .e-chip.e-warning.e-outline .e-chip-icon,
    .e-chip-list .e-chip.e-warning.e-outline .e-chip-delete {
      color: #c15700; }
    .e-chip-list.e-chip.e-warning.e-outline .e-chip-delete.e-dlt-btn,
    .e-chip-list .e-chip.e-warning.e-outline .e-chip-delete.e-dlt-btn {
      color: rgba(193, 87, 0, 0.8); }
    .e-chip-list.e-chip.e-warning.e-outline .e-chip-avatar,
    .e-chip-list .e-chip.e-warning.e-outline .e-chip-avatar {
      background-color: #c15700;
      color: #fff; }
    .e-chip-list.e-chip.e-warning.e-outline:not(.e-active) .e-chip-delete.e-dlt-btn:hover,
    .e-chip-list .e-chip.e-warning.e-outline:not(.e-active) .e-chip-delete.e-dlt-btn:hover {
      color: #c15700; }
    .e-chip-list.e-chip.e-warning.e-outline:not(.e-active) .e-chip-delete.e-dlt-btn:active,
    .e-chip-list .e-chip.e-warning.e-outline:not(.e-active) .e-chip-delete.e-dlt-btn:active {
      color: #fff; }
    .e-chip-list.e-chip.e-warning.e-outline:hover,
    .e-chip-list .e-chip.e-warning.e-outline:hover {
      background-color: rgba(193, 87, 0, 0.12);
      border-color: #c15700;
      color: #c15700; }
      .e-chip-list.e-chip.e-warning.e-outline:hover .e-chip-icon,
      .e-chip-list.e-chip.e-warning.e-outline:hover .e-chip-delete,
      .e-chip-list .e-chip.e-warning.e-outline:hover .e-chip-icon,
      .e-chip-list .e-chip.e-warning.e-outline:hover .e-chip-delete {
        color: #c15700; }
      .e-chip-list.e-chip.e-warning.e-outline:hover .e-chip-avatar,
      .e-chip-list .e-chip.e-warning.e-outline:hover .e-chip-avatar {
        background-color: #c15700;
        color: #fff; }
    .e-chip-list.e-chip.e-warning.e-outline.e-focused,
    .e-chip-list .e-chip.e-warning.e-outline.e-focused {
      background-color: #fe7300;
      border-color: transparent;
      color: #fff; }
      .e-chip-list.e-chip.e-warning.e-outline.e-focused .e-chip-icon,
      .e-chip-list.e-chip.e-warning.e-outline.e-focused .e-chip-delete,
      .e-chip-list .e-chip.e-warning.e-outline.e-focused .e-chip-icon,
      .e-chip-list .e-chip.e-warning.e-outline.e-focused .e-chip-delete {
        color: #fff; }
      .e-chip-list.e-chip.e-warning.e-outline.e-focused .e-chip-avatar,
      .e-chip-list .e-chip.e-warning.e-outline.e-focused .e-chip-avatar {
        background-color: #c15700;
        color: #fff; }
    .e-chip-list.e-chip.e-warning.e-outline.e-active,
    .e-chip-list .e-chip.e-warning.e-outline.e-active {
      background-color: #ff7e14;
      border-color: transparent;
      color: #fff; }
      .e-chip-list.e-chip.e-warning.e-outline.e-active .e-chip-icon,
      .e-chip-list.e-chip.e-warning.e-outline.e-active .e-chip-delete,
      .e-chip-list .e-chip.e-warning.e-outline.e-active .e-chip-icon,
      .e-chip-list .e-chip.e-warning.e-outline.e-active .e-chip-delete {
        color: #fff; }
      .e-chip-list.e-chip.e-warning.e-outline.e-active .e-chip-avatar,
      .e-chip-list .e-chip.e-warning.e-outline.e-active .e-chip-avatar {
        background-color: #d56000;
        color: #fff; }
    .e-chip-list.e-chip.e-warning.e-outline.e-focused.e-active,
    .e-chip-list .e-chip.e-warning.e-outline.e-focused.e-active {
      background-color: #fe7300;
      border-color: transparent;
      color: #fff; }
      .e-chip-list.e-chip.e-warning.e-outline.e-focused.e-active .e-chip-icon,
      .e-chip-list.e-chip.e-warning.e-outline.e-focused.e-active .e-chip-delete,
      .e-chip-list .e-chip.e-warning.e-outline.e-focused.e-active .e-chip-icon,
      .e-chip-list .e-chip.e-warning.e-outline.e-focused.e-active .e-chip-delete {
        color: #fff; }
      .e-chip-list.e-chip.e-warning.e-outline.e-focused.e-active .e-chip-avatar,
      .e-chip-list .e-chip.e-warning.e-outline.e-focused.e-active .e-chip-avatar {
        background-color: #c15700;
        color: #fff; }
    .e-chip-list.e-chip.e-warning.e-outline:active,
    .e-chip-list .e-chip.e-warning.e-outline:active {
      background-color: #ff7e14;
      border-color: transparent;
      color: #fff; }
      .e-chip-list.e-chip.e-warning.e-outline:active .e-chip-icon,
      .e-chip-list.e-chip.e-warning.e-outline:active .e-chip-delete,
      .e-chip-list .e-chip.e-warning.e-outline:active .e-chip-icon,
      .e-chip-list .e-chip.e-warning.e-outline:active .e-chip-delete {
        color: #fff; }
      .e-chip-list.e-chip.e-warning.e-outline:active .e-chip-avatar,
      .e-chip-list .e-chip.e-warning.e-outline:active .e-chip-avatar {
        background-color: #d56000;
        color: #fff; }
    .e-chip-list.e-chip.e-warning.e-outline.e-disabled,
    .e-chip-list .e-chip.e-warning.e-outline.e-disabled {
      background-color: transparent;
      border-color: rgba(0, 0, 0, 0.26);
      color: rgba(0, 0, 0, 0.26); }
      .e-chip-list.e-chip.e-warning.e-outline.e-disabled .e-chip-icon,
      .e-chip-list.e-chip.e-warning.e-outline.e-disabled .e-chip-delete,
      .e-chip-list .e-chip.e-warning.e-outline.e-disabled .e-chip-icon,
      .e-chip-list .e-chip.e-warning.e-outline.e-disabled .e-chip-delete {
        color: rgba(0, 0, 0, 0.26); }
      .e-chip-list.e-chip.e-warning.e-outline.e-disabled .e-chip-avatar,
      .e-chip-list .e-chip.e-warning.e-outline.e-disabled .e-chip-avatar {
        background-color: rgba(0, 0, 0, 0);
        color: rgba(0, 0, 0, 0.26); }

.e-chip-list.e-chip.e-danger,
.e-chip-list .e-chip.e-danger {
  background-color: #d64113;
  border-color: transparent;
  color: #fff; }
  .e-chip-list.e-chip.e-danger .e-chip-icon,
  .e-chip-list.e-chip.e-danger .e-chip-delete,
  .e-chip-list .e-chip.e-danger .e-chip-icon,
  .e-chip-list .e-chip.e-danger .e-chip-delete {
    color: #fff; }
  .e-chip-list.e-chip.e-danger .e-chip-delete.e-dlt-btn,
  .e-chip-list .e-chip.e-danger .e-chip-delete.e-dlt-btn {
    color: rgba(255, 255, 255, 0.8); }
  .e-chip-list.e-chip.e-danger .e-chip-avatar,
  .e-chip-list .e-chip.e-danger .e-chip-avatar {
    background-color: #9e300e;
    color: #fff; }
  .e-chip-list.e-chip.e-danger:not(.e-active) .e-chip-delete.e-dlt-btn:hover,
  .e-chip-list .e-chip.e-danger:not(.e-active) .e-chip-delete.e-dlt-btn:hover {
    color: #fff; }
  .e-chip-list.e-chip.e-danger:not(.e-active) .e-chip-delete.e-dlt-btn:active,
  .e-chip-list .e-chip.e-danger:not(.e-active) .e-chip-delete.e-dlt-btn:active {
    color: #fff; }
  .e-chip-list.e-chip.e-danger:hover,
  .e-chip-list .e-chip.e-danger:hover {
    background-color: #ec5526;
    border-color: transparent;
    color: #fff; }
    .e-chip-list.e-chip.e-danger:hover .e-chip-icon,
    .e-chip-list.e-chip.e-danger:hover .e-chip-delete,
    .e-chip-list .e-chip.e-danger:hover .e-chip-icon,
    .e-chip-list .e-chip.e-danger:hover .e-chip-delete {
      color: #fff; }
    .e-chip-list.e-chip.e-danger:hover .e-chip-avatar,
    .e-chip-list .e-chip.e-danger:hover .e-chip-avatar {
      background-color: #c33b11;
      color: #fff; }
  .e-chip-list.e-chip.e-danger.e-focused,
  .e-chip-list .e-chip.e-danger.e-focused {
    background-color: #ed6339;
    border-color: transparent;
    color: #fff; }
    .e-chip-list.e-chip.e-danger.e-focused .e-chip-icon,
    .e-chip-list.e-chip.e-danger.e-focused .e-chip-delete,
    .e-chip-list .e-chip.e-danger.e-focused .e-chip-icon,
    .e-chip-list .e-chip.e-danger.e-focused .e-chip-delete {
      color: #fff; }
    .e-chip-list.e-chip.e-danger.e-focused .e-chip-avatar,
    .e-chip-list .e-chip.e-danger.e-focused .e-chip-avatar {
      background-color: #d64113;
      color: #fff; }
  .e-chip-list.e-chip.e-danger.e-active,
  .e-chip-list .e-chip.e-danger.e-active {
    background-color: #ef724c;
    border-color: transparent;
    color: #fff; }
    .e-chip-list.e-chip.e-danger.e-active .e-chip-icon,
    .e-chip-list.e-chip.e-danger.e-active .e-chip-delete,
    .e-chip-list .e-chip.e-danger.e-active .e-chip-icon,
    .e-chip-list .e-chip.e-danger.e-active .e-chip-delete {
      color: #fff; }
    .e-chip-list.e-chip.e-danger.e-active .e-chip-avatar,
    .e-chip-list .e-chip.e-danger.e-active .e-chip-avatar {
      background-color: #e94715;
      color: #fff; }
  .e-chip-list.e-chip.e-danger.e-focused.e-active,
  .e-chip-list .e-chip.e-danger.e-focused.e-active {
    background-color: #ed6339;
    border-color: transparent;
    color: #fff; }
    .e-chip-list.e-chip.e-danger.e-focused.e-active .e-chip-icon,
    .e-chip-list.e-chip.e-danger.e-focused.e-active .e-chip-delete,
    .e-chip-list .e-chip.e-danger.e-focused.e-active .e-chip-icon,
    .e-chip-list .e-chip.e-danger.e-focused.e-active .e-chip-delete {
      color: #fff; }
    .e-chip-list.e-chip.e-danger.e-focused.e-active .e-chip-avatar,
    .e-chip-list .e-chip.e-danger.e-focused.e-active .e-chip-avatar {
      background-color: #d64113;
      color: #fff; }
  .e-chip-list.e-chip.e-danger:active,
  .e-chip-list .e-chip.e-danger:active {
    background-color: #ef724c;
    border-color: transparent;
    color: #fff; }
    .e-chip-list.e-chip.e-danger:active .e-chip-icon,
    .e-chip-list.e-chip.e-danger:active .e-chip-delete,
    .e-chip-list .e-chip.e-danger:active .e-chip-icon,
    .e-chip-list .e-chip.e-danger:active .e-chip-delete {
      color: #fff; }
    .e-chip-list.e-chip.e-danger:active .e-chip-avatar,
    .e-chip-list .e-chip.e-danger:active .e-chip-avatar {
      background-color: #e94715;
      color: #fff; }
  .e-chip-list.e-chip.e-danger.e-disabled,
  .e-chip-list .e-chip.e-danger.e-disabled {
    background-color: rgba(0, 0, 0, 0.12);
    border-color: transparent;
    color: rgba(0, 0, 0, 0.26); }
    .e-chip-list.e-chip.e-danger.e-disabled .e-chip-icon,
    .e-chip-list.e-chip.e-danger.e-disabled .e-chip-delete,
    .e-chip-list .e-chip.e-danger.e-disabled .e-chip-icon,
    .e-chip-list .e-chip.e-danger.e-disabled .e-chip-delete {
      color: rgba(0, 0, 0, 0.26); }
    .e-chip-list.e-chip.e-danger.e-disabled .e-chip-avatar,
    .e-chip-list .e-chip.e-danger.e-disabled .e-chip-avatar {
      background-color: rgba(0, 0, 0, 0.12);
      color: rgba(0, 0, 0, 0.26); }
  .e-chip-list.e-chip.e-danger.e-outline,
  .e-chip-list .e-chip.e-danger.e-outline {
    background-color: transparent;
    border-color: #d64113;
    color: #d64113; }
    .e-chip-list.e-chip.e-danger.e-outline .e-chip-icon,
    .e-chip-list.e-chip.e-danger.e-outline .e-chip-delete,
    .e-chip-list .e-chip.e-danger.e-outline .e-chip-icon,
    .e-chip-list .e-chip.e-danger.e-outline .e-chip-delete {
      color: #d64113; }
    .e-chip-list.e-chip.e-danger.e-outline .e-chip-delete.e-dlt-btn,
    .e-chip-list .e-chip.e-danger.e-outline .e-chip-delete.e-dlt-btn {
      color: rgba(214, 65, 19, 0.8); }
    .e-chip-list.e-chip.e-danger.e-outline .e-chip-avatar,
    .e-chip-list .e-chip.e-danger.e-outline .e-chip-avatar {
      background-color: #d64113;
      color: #fff; }
    .e-chip-list.e-chip.e-danger.e-outline:not(.e-active) .e-chip-delete.e-dlt-btn:hover,
    .e-chip-list .e-chip.e-danger.e-outline:not(.e-active) .e-chip-delete.e-dlt-btn:hover {
      color: #d64113; }
    .e-chip-list.e-chip.e-danger.e-outline:not(.e-active) .e-chip-delete.e-dlt-btn:active,
    .e-chip-list .e-chip.e-danger.e-outline:not(.e-active) .e-chip-delete.e-dlt-btn:active {
      color: #fff; }
    .e-chip-list.e-chip.e-danger.e-outline:hover,
    .e-chip-list .e-chip.e-danger.e-outline:hover {
      background-color: rgba(214, 65, 19, 0.12);
      border-color: #d64113;
      color: #d64113; }
      .e-chip-list.e-chip.e-danger.e-outline:hover .e-chip-icon,
      .e-chip-list.e-chip.e-danger.e-outline:hover .e-chip-delete,
      .e-chip-list .e-chip.e-danger.e-outline:hover .e-chip-icon,
      .e-chip-list .e-chip.e-danger.e-outline:hover .e-chip-delete {
        color: #d64113; }
      .e-chip-list.e-chip.e-danger.e-outline:hover .e-chip-avatar,
      .e-chip-list .e-chip.e-danger.e-outline:hover .e-chip-avatar {
        background-color: #d64113;
        color: #fff; }
    .e-chip-list.e-chip.e-danger.e-outline.e-focused,
    .e-chip-list .e-chip.e-danger.e-outline.e-focused {
      background-color: #ed6339;
      border-color: transparent;
      color: #fff; }
      .e-chip-list.e-chip.e-danger.e-outline.e-focused .e-chip-icon,
      .e-chip-list.e-chip.e-danger.e-outline.e-focused .e-chip-delete,
      .e-chip-list .e-chip.e-danger.e-outline.e-focused .e-chip-icon,
      .e-chip-list .e-chip.e-danger.e-outline.e-focused .e-chip-delete {
        color: #fff; }
      .e-chip-list.e-chip.e-danger.e-outline.e-focused .e-chip-avatar,
      .e-chip-list .e-chip.e-danger.e-outline.e-focused .e-chip-avatar {
        background-color: #d64113;
        color: #fff; }
    .e-chip-list.e-chip.e-danger.e-outline.e-active,
    .e-chip-list .e-chip.e-danger.e-outline.e-active {
      background-color: #ef724c;
      border-color: transparent;
      color: #fff; }
      .e-chip-list.e-chip.e-danger.e-outline.e-active .e-chip-icon,
      .e-chip-list.e-chip.e-danger.e-outline.e-active .e-chip-delete,
      .e-chip-list .e-chip.e-danger.e-outline.e-active .e-chip-icon,
      .e-chip-list .e-chip.e-danger.e-outline.e-active .e-chip-delete {
        color: #fff; }
      .e-chip-list.e-chip.e-danger.e-outline.e-active .e-chip-avatar,
      .e-chip-list .e-chip.e-danger.e-outline.e-active .e-chip-avatar {
        background-color: #e94715;
        color: #fff; }
    .e-chip-list.e-chip.e-danger.e-outline.e-focused.e-active,
    .e-chip-list .e-chip.e-danger.e-outline.e-focused.e-active {
      background-color: #ed6339;
      border-color: transparent;
      color: #fff; }
      .e-chip-list.e-chip.e-danger.e-outline.e-focused.e-active .e-chip-icon,
      .e-chip-list.e-chip.e-danger.e-outline.e-focused.e-active .e-chip-delete,
      .e-chip-list .e-chip.e-danger.e-outline.e-focused.e-active .e-chip-icon,
      .e-chip-list .e-chip.e-danger.e-outline.e-focused.e-active .e-chip-delete {
        color: #fff; }
      .e-chip-list.e-chip.e-danger.e-outline.e-focused.e-active .e-chip-avatar,
      .e-chip-list .e-chip.e-danger.e-outline.e-focused.e-active .e-chip-avatar {
        background-color: #d64113;
        color: #fff; }
    .e-chip-list.e-chip.e-danger.e-outline:active,
    .e-chip-list .e-chip.e-danger.e-outline:active {
      background-color: #ef724c;
      border-color: transparent;
      color: #fff; }
      .e-chip-list.e-chip.e-danger.e-outline:active .e-chip-icon,
      .e-chip-list.e-chip.e-danger.e-outline:active .e-chip-delete,
      .e-chip-list .e-chip.e-danger.e-outline:active .e-chip-icon,
      .e-chip-list .e-chip.e-danger.e-outline:active .e-chip-delete {
        color: #fff; }
      .e-chip-list.e-chip.e-danger.e-outline:active .e-chip-avatar,
      .e-chip-list .e-chip.e-danger.e-outline:active .e-chip-avatar {
        background-color: #e94715;
        color: #fff; }
    .e-chip-list.e-chip.e-danger.e-outline.e-disabled,
    .e-chip-list .e-chip.e-danger.e-outline.e-disabled {
      background-color: transparent;
      border-color: rgba(0, 0, 0, 0.26);
      color: rgba(0, 0, 0, 0.26); }
      .e-chip-list.e-chip.e-danger.e-outline.e-disabled .e-chip-icon,
      .e-chip-list.e-chip.e-danger.e-outline.e-disabled .e-chip-delete,
      .e-chip-list .e-chip.e-danger.e-outline.e-disabled .e-chip-icon,
      .e-chip-list .e-chip.e-danger.e-outline.e-disabled .e-chip-delete {
        color: rgba(0, 0, 0, 0.26); }
      .e-chip-list.e-chip.e-danger.e-outline.e-disabled .e-chip-avatar,
      .e-chip-list .e-chip.e-danger.e-outline.e-disabled .e-chip-avatar {
        background-color: rgba(0, 0, 0, 0);
        color: rgba(0, 0, 0, 0.26); }

.e-dropdown-btn .e-caret::before,
.e-dropdown-btn.e-btn .e-caret::before {
  content: '\e969'; }

/*! drop-down button layout */
.e-dropdown-btn,
.e-dropdown-btn.e-btn {
  -webkit-box-shadow: none;
          box-shadow: none;
  text-transform: none;
  white-space: normal; }
  .e-dropdown-btn:hover, .e-dropdown-btn:focus,
  .e-dropdown-btn.e-btn:hover,
  .e-dropdown-btn.e-btn:focus {
    -webkit-box-shadow: none;
            box-shadow: none; }
  .e-dropdown-btn:active,
  .e-dropdown-btn.e-btn:active {
    -webkit-box-shadow: 0 5px 5px -3px rgba(0, 0, 0, 0.2), 0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12);
            box-shadow: 0 5px 5px -3px rgba(0, 0, 0, 0.2), 0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12); }
  .e-dropdown-btn .e-btn-icon,
  .e-dropdown-btn.e-btn .e-btn-icon {
    font-size: 14px; }
  .e-dropdown-btn .e-caret,
  .e-dropdown-btn.e-btn .e-caret {
    font-size: 8px; }
  .e-dropdown-btn.e-vertical,
  .e-dropdown-btn.e-btn.e-vertical {
    line-height: 1;
    padding: 12px 12px; }
  .e-dropdown-btn.e-caret-hide .e-caret,
  .e-dropdown-btn.e-btn.e-caret-hide .e-caret {
    display: none; }
  .e-dropdown-btn.e-small .e-dropdown-popup ul,
  .e-dropdown-btn.e-btn.e-small .e-dropdown-popup ul {
    padding: 8px 0; }
    .e-dropdown-btn.e-small .e-dropdown-popup ul .e-item,
    .e-dropdown-btn.e-btn.e-small .e-dropdown-popup ul .e-item {
      padding: 0 16px; }
  .e-dropdown-btn.e-small.e-vertical,
  .e-dropdown-btn.e-btn.e-small.e-vertical {
    line-height: 1;
    padding: 12px 12px; }

.e-bigger .e-dropdown-btn .e-btn-icon,
.e-bigger.e-dropdown-btn .e-btn-icon {
  font-size: 16px; }

.e-bigger .e-dropdown-btn .e-caret,
.e-bigger.e-dropdown-btn .e-caret {
  font-size: 10px; }

.e-bigger .e-dropdown-btn.e-vertical,
.e-bigger.e-dropdown-btn.e-vertical {
  line-height: 1;
  padding: 16px 16px; }

.e-bigger .e-dropdown-btn.e-small.e-vertical,
.e-bigger.e-dropdown-btn.e-small.e-vertical {
  line-height: 1;
  padding: 16px 16px; }

.e-dropdown-popup {
  position: absolute; }
  .e-dropdown-popup ul {
    border: none;
    border-radius: 0;
    -webkit-box-shadow: 0 5px 5px -3px rgba(0, 0, 0, 0.2), 0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12);
            box-shadow: 0 5px 5px -3px rgba(0, 0, 0, 0.2), 0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12);
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    font-size: 14px;
    font-weight: normal;
    list-style-image: none;
    list-style-position: outside;
    list-style-type: none;
    margin: 0;
    min-width: 120px;
    overflow: hidden;
    padding: 8px 0;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    white-space: nowrap; }
    .e-dropdown-popup ul .e-item {
      cursor: pointer;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      height: 36px;
      line-height: 36px;
      padding: 0 16px; }
      .e-dropdown-popup ul .e-item.e-url {
        padding: 0; }
      .e-dropdown-popup ul .e-item .e-menu-url {
        display: block;
        padding: 0 16px;
        text-decoration: none;
        width: 100%; }
      .e-dropdown-popup ul .e-item .e-menu-icon {
        float: left;
        font-size: 14px;
        line-height: 36px;
        margin-right: 10px;
        vertical-align: middle;
        width: 1em; }
      .e-dropdown-popup ul .e-item.e-disabled {
        cursor: auto;
        pointer-events: none; }
      .e-dropdown-popup ul .e-item.e-separator {
        border-bottom-style: solid;
        border-bottom-width: 1px;
        cursor: auto;
        height: auto;
        line-height: normal;
        margin: 8px 0;
        pointer-events: none; }
  .e-dropdown-popup.e-transparent {
    background: transparent;
    -webkit-box-shadow: none;
            box-shadow: none; }
    .e-dropdown-popup.e-transparent .e-dropdown-menu {
      border: 0;
      height: 1px;
      min-width: 0;
      padding: 0;
      width: 1px; }

.e-rtl.e-dropdown-popup .e-item .e-menu-icon {
  float: right;
  margin-left: 10px;
  margin-right: 0; }

*.e-bigger .e-dropdown-popup ul,
*.e-bigger.e-dropdown-popup ul {
  -webkit-box-shadow: 0 5px 5px -3px rgba(0, 0, 0, 0.2), 0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12);
          box-shadow: 0 5px 5px -3px rgba(0, 0, 0, 0.2), 0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12);
  font-size: 15px;
  max-width: 280px;
  min-width: 112px;
  padding: 8px 0; }
  *.e-bigger .e-dropdown-popup ul .e-item,
  *.e-bigger.e-dropdown-popup ul .e-item {
    height: 48px;
    line-height: 48px;
    padding: 0 16px; }
    *.e-bigger .e-dropdown-popup ul .e-item.e-url,
    *.e-bigger.e-dropdown-popup ul .e-item.e-url {
      padding: 0; }
    *.e-bigger .e-dropdown-popup ul .e-item .e-menu-icon,
    *.e-bigger.e-dropdown-popup ul .e-item .e-menu-icon {
      font-size: 16px;
      line-height: 48px; }
    *.e-bigger .e-dropdown-popup ul .e-item.e-separator,
    *.e-bigger.e-dropdown-popup ul .e-item.e-separator {
      height: auto;
      line-height: normal; }

/*! drop-down button theme */
.e-dropdown-popup {
  background-color: #fff;
  color: rgba(0, 0, 0, 0.87); }
  .e-dropdown-popup ul .e-item .e-menu-url {
    color: rgba(0, 0, 0, 0.87); }
  .e-dropdown-popup ul .e-item .e-menu-icon {
    color: rgba(0, 0, 0, 0.87); }
  .e-dropdown-popup ul .e-item.e-focused {
    background-color: #e0e0e0;
    -webkit-box-shadow: none;
            box-shadow: none; }
  .e-dropdown-popup ul .e-item:hover {
    background-color: #e0e0e0;
    color: rgba(0, 0, 0, 0.87); }
  .e-dropdown-popup ul .e-item:active, .e-dropdown-popup ul .e-item.e-selected {
    background-color: #bdbdbd;
    color: rgba(0, 0, 0, 0.87); }
    .e-dropdown-popup ul .e-item:active .e-menu-url, .e-dropdown-popup ul .e-item.e-selected .e-menu-url {
      color: rgba(0, 0, 0, 0.87); }
    .e-dropdown-popup ul .e-item:active .e-menu-icon, .e-dropdown-popup ul .e-item.e-selected .e-menu-icon {
      color: rgba(0, 0, 0, 0.87); }
  .e-dropdown-popup ul .e-separator {
    border-bottom-color: rgba(0, 0, 0, 0.12); }

/*! splitbutton layout */
.e-split-btn-wrapper {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  white-space: nowrap;
  width: -webkit-min-content;
  width: -moz-min-content;
  width: min-content; }
  .e-split-btn-wrapper .e-split-btn {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
    text-transform: none;
    z-index: 1;
    padding-left: 10px;
    padding-right: 4px; }
    .e-split-btn-wrapper .e-split-btn:focus {
      outline-offset: 0; }
    .e-split-btn-wrapper .e-split-btn:hover, .e-split-btn-wrapper .e-split-btn:focus {
      -webkit-box-shadow: none;
              box-shadow: none; }
    .e-split-btn-wrapper .e-split-btn:active {
      -webkit-box-shadow: none;
              box-shadow: none;
      z-index: 2; }
    .e-split-btn-wrapper .e-split-btn.e-top-icon-btn {
      padding-bottom: 10px;
      padding-top: 10px; }
    .e-split-btn-wrapper .e-split-btn .e-btn-icon {
      font-size: 14px;
      margin-left: 0;
      padding-right: 8px;
      width: auto; }
    .e-split-btn-wrapper .e-split-btn .e-icon-top {
      padding-bottom: 4px;
      padding-right: 0; }
    .e-split-btn-wrapper .e-split-btn.e-icon-btn {
      padding-left: 6px;
      padding-right: 6px; }
      .e-split-btn-wrapper .e-split-btn.e-icon-btn .e-btn-icon {
        padding-right: 0; }
  .e-split-btn-wrapper .e-dropdown-btn {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
    margin-left: 0;
    padding-left: 4px;
    padding-right: 4px; }
    .e-split-btn-wrapper .e-dropdown-btn:focus, .e-split-btn-wrapper .e-dropdown-btn:hover {
      -webkit-box-shadow: none;
              box-shadow: none; }
    .e-split-btn-wrapper .e-dropdown-btn:active {
      -webkit-box-shadow: none;
              box-shadow: none;
      z-index: 0; }
    .e-split-btn-wrapper .e-dropdown-btn:disabled:focus, .e-split-btn-wrapper .e-dropdown-btn:disabled:hover, .e-split-btn-wrapper .e-dropdown-btn:disabled:active {
      z-index: 0; }
    .e-split-btn-wrapper .e-dropdown-btn:focus {
      outline-offset: 0; }
  .e-split-btn-wrapper .e-btn {
    -webkit-box-shadow: none;
            box-shadow: none; }
    .e-split-btn-wrapper .e-btn:hover, .e-split-btn-wrapper .e-btn:focus {
      -webkit-box-shadow: none;
              box-shadow: none; }
    .e-split-btn-wrapper .e-btn:active {
      -webkit-box-shadow: none;
              box-shadow: none; }
    .e-split-btn-wrapper .e-btn:disabled {
      -webkit-box-shadow: none;
              box-shadow: none; }
  .e-split-btn-wrapper.e-rtl .e-split-btn {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 2px;
    border-top-left-radius: 0;
    border-top-right-radius: 2px;
    margin-left: 0;
    padding-left: 4px;
    padding-right: 10px; }
    .e-split-btn-wrapper.e-rtl .e-split-btn .e-btn-icon {
      margin-right: 0;
      padding-left: 8px;
      padding-right: 0; }
    .e-split-btn-wrapper.e-rtl .e-split-btn .e-icon-top {
      padding-left: 0; }
    .e-split-btn-wrapper.e-rtl .e-split-btn.e-icon-btn {
      padding-left: 6px;
      padding-right: 6px; }
      .e-split-btn-wrapper.e-rtl .e-split-btn.e-icon-btn .e-btn-icon {
        padding-left: 0; }
  .e-split-btn-wrapper.e-rtl .e-dropdown-btn {
    border-bottom-left-radius: 2px;
    border-bottom-right-radius: 0;
    border-top-left-radius: 2px;
    border-top-right-radius: 0;
    margin-left: 0; }
  .e-split-btn-wrapper.e-vertical {
    display: inline-block; }
    .e-split-btn-wrapper.e-vertical .e-split-btn,
    .e-split-btn-wrapper.e-vertical .e-dropdown-btn {
      display: block;
      width: 100%; }
    .e-split-btn-wrapper.e-vertical .e-split-btn {
      border-bottom-left-radius: 0;
      border-top-right-radius: 2px;
      line-height: 1;
      padding-bottom: 4px;
      padding-right: 10px; }
      .e-split-btn-wrapper.e-vertical .e-split-btn .e-icon-top {
        padding-bottom: 4px; }
    .e-split-btn-wrapper.e-vertical .e-dropdown-btn {
      border-bottom-left-radius: 2px;
      border-top-right-radius: 0;
      line-height: 0.417em;
      margin-left: 0;
      margin-top: 0;
      padding-bottom: 4px;
      padding-top: 4px; }
      .e-split-btn-wrapper.e-vertical .e-dropdown-btn .e-icon-bottom {
        padding-top: 0; }
    .e-split-btn-wrapper.e-vertical.e-rtl .e-split-btn {
      border-bottom-right-radius: 0;
      border-top-left-radius: 2px;
      margin-left: 0; }
    .e-split-btn-wrapper.e-vertical.e-rtl .e-dropdown-btn {
      border-bottom-right-radius: 2px;
      border-top-left-radius: 0; }

.e-bigger .e-split-btn-wrapper .e-split-btn,
.e-bigger.e-split-btn-wrapper .e-split-btn {
  padding-left: 12px;
  padding-right: 6px; }
  .e-bigger .e-split-btn-wrapper .e-split-btn.e-top-icon-btn,
  .e-bigger.e-split-btn-wrapper .e-split-btn.e-top-icon-btn {
    padding-bottom: 12px;
    padding-top: 12px; }
  .e-bigger .e-split-btn-wrapper .e-split-btn .e-btn-icon,
  .e-bigger.e-split-btn-wrapper .e-split-btn .e-btn-icon {
    font-size: 16px;
    margin-left: 0;
    padding-right: 10px;
    width: auto; }
  .e-bigger .e-split-btn-wrapper .e-split-btn .e-icon-top,
  .e-bigger.e-split-btn-wrapper .e-split-btn .e-icon-top {
    padding-bottom: 6px;
    padding-right: 0; }
  .e-bigger .e-split-btn-wrapper .e-split-btn.e-icon-btn,
  .e-bigger.e-split-btn-wrapper .e-split-btn.e-icon-btn {
    padding-left: 9px;
    padding-right: 9px; }
    .e-bigger .e-split-btn-wrapper .e-split-btn.e-icon-btn .e-btn-icon,
    .e-bigger.e-split-btn-wrapper .e-split-btn.e-icon-btn .e-btn-icon {
      padding-right: 0; }

.e-bigger .e-split-btn-wrapper .e-dropdown-btn,
.e-bigger.e-split-btn-wrapper .e-dropdown-btn {
  padding-left: 4px;
  padding-right: 4px; }

.e-bigger .e-split-btn-wrapper.e-rtl .e-split-btn,
.e-bigger.e-split-btn-wrapper.e-rtl .e-split-btn {
  padding-left: 6px;
  padding-right: 12px; }
  .e-bigger .e-split-btn-wrapper.e-rtl .e-split-btn .e-btn-icon,
  .e-bigger.e-split-btn-wrapper.e-rtl .e-split-btn .e-btn-icon {
    padding-left: 10px;
    padding-right: 0; }
  .e-bigger .e-split-btn-wrapper.e-rtl .e-split-btn .e-icon-top,
  .e-bigger.e-split-btn-wrapper.e-rtl .e-split-btn .e-icon-top {
    padding-left: 0; }
  .e-bigger .e-split-btn-wrapper.e-rtl .e-split-btn.e-icon-btn,
  .e-bigger.e-split-btn-wrapper.e-rtl .e-split-btn.e-icon-btn {
    padding-left: 9px;
    padding-right: 9px; }
    .e-bigger .e-split-btn-wrapper.e-rtl .e-split-btn.e-icon-btn .e-btn-icon,
    .e-bigger.e-split-btn-wrapper.e-rtl .e-split-btn.e-icon-btn .e-btn-icon {
      padding-left: 0; }

.e-bigger .e-split-btn-wrapper.e-vertical .e-split-btn,
.e-bigger.e-split-btn-wrapper.e-vertical .e-split-btn {
  padding-bottom: 6px;
  padding-right: 12px; }

.e-bigger .e-split-btn-wrapper.e-vertical .e-dropdown-btn,
.e-bigger.e-split-btn-wrapper.e-vertical .e-dropdown-btn {
  padding-bottom: 4px;
  padding-top: 4px; }
  .e-bigger .e-split-btn-wrapper.e-vertical .e-dropdown-btn .e-icon-bottom,
  .e-bigger.e-split-btn-wrapper.e-vertical .e-dropdown-btn .e-icon-bottom {
    padding-top: 0; }

/*! splitbutton theme */
.e-split-btn-wrapper .e-split-btn {
  border-right-color: transparent; }
  .e-split-btn-wrapper .e-split-btn:focus {
    border-right-color: transparent; }
  .e-split-btn-wrapper .e-split-btn:active {
    border-right-color: transparent; }
  .e-split-btn-wrapper .e-split-btn:disabled {
    border-right-color: rgba(0, 0, 0, 0.12); }

.e-split-btn-wrapper:hover :not(e-active) .e-split-btn {
  border-right-color: transparent; }
  .e-split-btn-wrapper:hover :not(e-active) .e-split-btn:disabled {
    border-right-color: transparent; }

.e-split-btn-wrapper.e-rtl .e-split-btn {
  border-color: transparent; }
  .e-split-btn-wrapper.e-rtl .e-split-btn:focus {
    border-color: transparent; }
  .e-split-btn-wrapper.e-rtl .e-split-btn:active {
    border-color: transparent; }
  .e-split-btn-wrapper.e-rtl .e-split-btn:disabled {
    border-left-color: transparent;
    border-right-color: transparent; }

.e-split-btn-wrapper.e-rtl:hover .e-split-btn :not(e-active) {
  border-left-color: transparent;
  border-right-color: transparent; }
  .e-split-btn-wrapper.e-rtl:hover .e-split-btn :not(e-active):disabled {
    border-left-color: transparent; }

.e-split-btn-wrapper.e-vertical .e-split-btn {
  border-bottom-color: transparent;
  border-right-color: transparent; }
  .e-split-btn-wrapper.e-vertical .e-split-btn:focus {
    border-bottom-color: transparent;
    border-right-color: transparent; }
  .e-split-btn-wrapper.e-vertical .e-split-btn:active {
    border-bottom-color: transparent;
    border-right-color: transparent; }
  .e-split-btn-wrapper.e-vertical .e-split-btn:disabled {
    border-bottom-color: transparent;
    border-right-color: transparent; }

.e-split-btn-wrapper.e-vertical:hover .e-split-btn {
  border-bottom-color: transparent;
  border-right-color: transparent; }
  .e-split-btn-wrapper.e-vertical:hover .e-split-btn:disabled {
    border-bottom-color: transparent; }

.e-split-btn-wrapper.e-vertical.e-rtl .e-split-btn {
  border-left-color: transparent; }
  .e-split-btn-wrapper.e-vertical.e-rtl .e-split-btn:focus {
    border-left-color: transparent; }
  .e-split-btn-wrapper.e-vertical.e-rtl .e-split-btn:active {
    border-left-color: transparent; }
  .e-split-btn-wrapper.e-vertical.e-rtl .e-split-btn:disabled {
    border-left-color: transparent; }

.e-split-btn-wrapper.e-vertical.e-rtl:hover .e-split-btn {
  border-left-color: transparent; }

.e-input-group-icon.e-spin-up::before {
  content: '\e834';
  font-family: 'e-icons'; }

.e-input-group-icon.e-spin-down::before {
  content: '\e83d';
  font-family: 'e-icons'; }

.e-numeric-container {
  width: 100%; }

.e-content-placeholder.e-numeric.e-placeholder-numeric {
  background-size: 300px 33px;
  min-height: 33px; }

.e-bigger.e-content-placeholder.e-numeric.e-placeholder-numeric,
.e-bigger .e-content-placeholder.e-numeric.e-placeholder-numeric {
  background-size: 300px 40px;
  min-height: 40px; }

.e-float-input.e-input-group.e-control-wrapper.e-numeric .e-numeric-hidden,
.e-input-group.e-control-wrapper.e-numeric .e-numeric-hidden,
.e-float-input.e-control-wrapper.e-numeric .e-numeric-hidden,
.e-float-input.e-input-group.e-control-wrapper.e-numeric.e-input-focus .e-numeric-hidden,
.e-input-group.e-control-wrapper.e-numeric.e-input-focus .e-numeric-hidden,
.e-float-input.e-control-wrapper.e-numeric.e-input-focus .e-numeric-hidden {
  border: 0;
  height: 0;
  margin: 0;
  padding: 0;
  text-indent: 0;
  visibility: hidden;
  width: 0; }

.e-numeric.e-control-wrapper.e-input-group .e-input-group-icon {
  font-size: 12px; }

.e-bigger .e-control-wrapper.e-numeric.e-input-group .e-input-group-icon,
.e-bigger.e-control-wrapper.e-numeric.e-input-group .e-input-group-icon {
  font-size: 12px; }

.e-tooltip-close::before {
  content: '\e7e9';
  font-size: 16px; }

.e-arrow-tip-inner.e-tip-right::before {
  content: '\e848'; }

.e-arrow-tip-inner.e-tip-top::before {
  content: '\e918'; }

.e-arrow-tip-inner.e-tip-bottom::before {
  content: '\e919'; }

.e-arrow-tip-inner.e-tip-left::before {
  content: '\e84b'; }

/*! tooltip layout */
.e-tooltip-wrap {
  max-width: 350px;
  min-width: 30px;
  padding: 0;
  position: absolute;
  visibility: visible;
  /*! tooltip arrow */
  /*! tooltip sticky mode close icon */
  /*! tooltip content area */ }
  .e-tooltip-wrap .e-arrow-tip {
    overflow: hidden;
    position: absolute; }
    .e-tooltip-wrap .e-arrow-tip.e-tip-bottom {
      height: 8px;
      left: 50%;
      top: 100%;
      width: 16px; }
    .e-tooltip-wrap .e-arrow-tip.e-tip-top {
      height: 8px;
      left: 50%;
      top: -9px;
      width: 16px; }
    .e-tooltip-wrap .e-arrow-tip.e-tip-left {
      height: 16px;
      left: -9px;
      top: 48%;
      width: 8px; }
    .e-tooltip-wrap .e-arrow-tip.e-tip-right {
      height: 16px;
      left: 100%;
      top: 50%;
      width: 8px; }
  .e-tooltip-wrap .e-tooltip-close {
    cursor: pointer;
    float: right;
    position: absolute;
    right: -9px;
    top: -9px;
    z-index: inherit; }
  .e-tooltip-wrap .e-tip-content {
    background-color: inherit;
    height: 100%;
    line-height: 16px;
    overflow-wrap: break-word;
    overflow-x: hidden;
    padding: 3px 6px;
    position: relative;
    white-space: normal;
    width: 100%;
    word-break: break-word;
    z-index: 1; }

/*! Bigger Style */
.e-bigger .e-tooltip-wrap .e-tip-content,
.e-tooltip-wrap.e-bigger .e-tip-content {
  line-height: 20px;
  padding: 5px 8px; }

/*! Tooltip theme */
.e-tooltip-wrap {
  border-radius: 2px;
  -webkit-filter: none;
          filter: none;
  opacity: 0.9;
  /*! tooltip arrow */
  /*! tooltip sticky mode close icon */
  /*! tooltip content area */ }
  .e-tooltip-wrap.e-popup {
    background-color: #616161;
    border: 1px solid #616161; }
  .e-tooltip-wrap .e-arrow-tip-outer {
    height: 0;
    left: 0;
    position: absolute;
    top: 0;
    width: 0; }
    .e-tooltip-wrap .e-arrow-tip-outer.e-tip-bottom {
      border-left: 8px solid transparent;
      border-right: 8px solid transparent;
      border-top: 8px solid #616161; }
    .e-tooltip-wrap .e-arrow-tip-outer.e-tip-top {
      border-bottom: 8px solid #616161;
      border-left: 8px solid transparent;
      border-right: 8px solid transparent; }
    .e-tooltip-wrap .e-arrow-tip-outer.e-tip-left {
      border-bottom: 8px solid transparent;
      border-right: 8px solid #616161;
      border-top: 8px solid transparent; }
    .e-tooltip-wrap .e-arrow-tip-outer.e-tip-right {
      border-bottom: 8px solid transparent;
      border-left: 8px solid #616161;
      border-top: 8px solid transparent; }
  .e-tooltip-wrap .e-arrow-tip-inner {
    height: 0;
    position: absolute;
    width: 0;
    z-index: 10; }
    .e-tooltip-wrap .e-arrow-tip-inner.e-tip-right, .e-tooltip-wrap .e-arrow-tip-inner.e-tip-left, .e-tooltip-wrap .e-arrow-tip-inner.e-tip-bottom, .e-tooltip-wrap .e-arrow-tip-inner.e-tip-top {
      color: #616161;
      font-family: 'e-icons';
      font-size: 16px;
      font-style: normal;
      font-variant: normal;
      font-weight: normal;
      line-height: 1;
      text-transform: none; }
  .e-tooltip-wrap .e-tooltip-close {
    background-color: #fff;
    border-color: transparent;
    border-radius: 8px;
    color: #616161; }
  .e-tooltip-wrap .e-tooltip-close:hover {
    background-color: #fff;
    color: #616161; }
  .e-tooltip-wrap .e-tip-content {
    color: #fff;
    font-family: "Roboto", "Segoe UI", "GeezaPro", "DejaVu Serif", "sans-serif", "-apple-system", "BlinkMacSystemFont";
    font-size: 11px; }

/*! bigger style */
.e-bigger .e-tooltip-wrap .e-tip-content,
.e-tooltip-wrap.e-bigger .e-tip-content {
  font-size: 14px; }

.e-control-wrapper.e-slider-container.e-material-slider .e-slider .e-handle.e-material-handle {
  cursor: default;
  -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
  transition: -webkit-transform 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
  transition: transform 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
  transition: transform 0.4s cubic-bezier(0.25, 0.8, 0.25, 1), -webkit-transform 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
  z-index: 3; }

.e-control-wrapper.e-slider-container.e-material-slider .e-slider .e-handle.e-tab-handle::after {
  background-color: transparent; }

.e-control-wrapper.e-slider-container.e-material-slider .e-slider .e-handle.e-handle-start.e-tab-handle::after {
  background-color: transparent; }

.e-slider-tooltip.e-tooltip-wrap.e-popup {
  background-color: #971b1e;
  border: 0;
  border-radius: 8px;
  cursor: -webkit-grab;
  cursor: grab;
  opacity: 1; }
  .e-slider-tooltip.e-tooltip-wrap.e-popup.e-popup.e-popup-close {
    display: block;
    opacity: 0; }
  .e-slider-tooltip.e-tooltip-wrap.e-popup.e-material-tooltip-start {
    background-color: rgba(0, 0, 0, 0.26); }
    .e-slider-tooltip.e-tooltip-wrap.e-popup.e-material-tooltip-start .e-arrow-tip-inner {
      color: #000;
      opacity: 0; }
    .e-slider-tooltip.e-tooltip-wrap.e-popup.e-material-tooltip-start .e-arrow-tip-outer.e-tip-bottom {
      border-top-color: rgba(0, 0, 0, 0.26); }
    .e-slider-tooltip.e-tooltip-wrap.e-popup.e-material-tooltip-start .e-arrow-tip-outer.e-tip-top {
      border-bottom-color: rgba(0, 0, 0, 0.26); }
    .e-slider-tooltip.e-tooltip-wrap.e-popup.e-material-tooltip-start .e-arrow-tip-outer.e-tip-right {
      border-left-color: rgba(0, 0, 0, 0.26); }
    .e-slider-tooltip.e-tooltip-wrap.e-popup.e-material-tooltip-start .e-arrow-tip-outer.e-tip-left {
      border-right-color: rgba(0, 0, 0, 0.26); }
  .e-slider-tooltip.e-tooltip-wrap.e-popup.e-tooltip-active {
    cursor: -webkit-grabbing;
    cursor: grabbing; }
  .e-slider-tooltip.e-tooltip-wrap.e-popup .e-arrow-tip {
    visibility: visible; }
  .e-slider-tooltip.e-tooltip-wrap.e-popup .e-tip-content {
    background-color: transparent;
    height: 16px;
    overflow: hidden;
    padding: 0 8px;
    text-align: center;
    top: calc(50% - 8px);
    width: 100%; }
    .e-slider-tooltip.e-tooltip-wrap.e-popup .e-tip-content.e-material-tooltip-show {
      color: #fff; }
    .e-slider-tooltip.e-tooltip-wrap.e-popup .e-tip-content.e-material-tooltip-hide {
      color: transparent; }
  .e-slider-tooltip.e-tooltip-wrap.e-popup .e-arrow-tip-inner {
    color: #971b1e; }
  .e-slider-tooltip.e-tooltip-wrap.e-popup .e-arrow-tip-outer.e-tip-bottom {
    border-top-color: #971b1e; }
  .e-slider-tooltip.e-tooltip-wrap.e-popup .e-arrow-tip-outer.e-tip-top {
    border-bottom-color: #971b1e; }
  .e-slider-tooltip.e-tooltip-wrap.e-popup .e-arrow-tip-outer.e-tip-right {
    border-left-color: #971b1e; }
  .e-slider-tooltip.e-tooltip-wrap.e-popup .e-arrow-tip-outer.e-tip-left {
    border-right-color: #971b1e; }
  .e-slider-tooltip.e-tooltip-wrap.e-popup.e-tooltip-wrap.e-popup.e-material-default {
    background-color: #971b1e;
    border: 0;
    border-bottom-left-radius: 50%;
    border-bottom-right-radius: 0%;
    border-top-left-radius: 50%;
    border-top-right-radius: 50%;
    cursor: -webkit-grab;
    cursor: grab;
    opacity: 1; }
    .e-slider-tooltip.e-tooltip-wrap.e-popup.e-tooltip-wrap.e-popup.e-material-default.e-material-tooltip-start {
      background-color: rgba(0, 0, 0, 0.26); }
    .e-slider-tooltip.e-tooltip-wrap.e-popup.e-tooltip-wrap.e-popup.e-material-default.e-tooltip-active {
      cursor: -webkit-grabbing;
      cursor: grabbing; }
    .e-slider-tooltip.e-tooltip-wrap.e-popup.e-tooltip-wrap.e-popup.e-material-default .e-arrow-tip {
      visibility: hidden; }
    .e-slider-tooltip.e-tooltip-wrap.e-popup.e-tooltip-wrap.e-popup.e-material-default.e-slider-horizontal-before .e-tip-content {
      -webkit-transform: rotate(-45deg);
              transform: rotate(-45deg); }
    .e-slider-tooltip.e-tooltip-wrap.e-popup.e-tooltip-wrap.e-popup.e-material-default.e-slider-horizontal-after .e-tip-content {
      -webkit-transform: rotate(-225deg);
              transform: rotate(-225deg); }
    .e-slider-tooltip.e-tooltip-wrap.e-popup.e-tooltip-wrap.e-popup.e-material-default.e-slider-vertical-before .e-tip-content {
      -webkit-transform: rotate(45deg);
              transform: rotate(45deg); }
    .e-slider-tooltip.e-tooltip-wrap.e-popup.e-tooltip-wrap.e-popup.e-material-default.e-slider-vertical-after .e-tip-content {
      -webkit-transform: rotate(225deg);
              transform: rotate(225deg); }
    .e-slider-tooltip.e-tooltip-wrap.e-popup.e-tooltip-wrap.e-popup.e-material-default .e-tip-content {
      background-color: transparent;
      height: 16px;
      overflow: hidden;
      padding: 0;
      text-align: center;
      top: calc(50% - 8px);
      width: 100%; }
      .e-slider-tooltip.e-tooltip-wrap.e-popup.e-tooltip-wrap.e-popup.e-material-default .e-tip-content.e-material-tooltip-show {
        color: #fff; }
      .e-slider-tooltip.e-tooltip-wrap.e-popup.e-tooltip-wrap.e-popup.e-material-default .e-tip-content.e-material-tooltip-hide {
        color: transparent; }

.e-slider-horizantal-color {
  height: 100%;
  position: absolute;
  top: 0; }

.e-slider-vertical-color {
  left: -1px;
  position: absolute;
  width: 100%; }

.e-bigger.e-slider-tooltip.e-tooltip-wrap.e-popup .e-tip-content {
  font-size: 11px;
  line-height: 16px; }

.e-bigger .e-slider-tooltip.e-tooltip-wrap.e-popup .e-tip-content {
  font-size: 11px;
  line-height: 16px; }

.e-bigger .e-control-wrapper.e-slider-container .e-scale .e-tick .e-tick-value,
.e-control-wrapper.e-slider-container.e-bigger .e-scale .e-tick .e-tick-value {
  font-size: 12px; }

.e-control-wrapper.e-slider-container {
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: inline-block;
  height: 18px;
  line-height: normal;
  outline: none;
  position: relative;
  user-select: none; }
  .e-control-wrapper.e-slider-container::after {
    content: "material";
    display: none; }
  .e-control-wrapper.e-slider-container .e-slider .e-handle.e-large-thumb-size {
    -webkit-transform: scale(1.5);
            transform: scale(1.5); }
  .e-control-wrapper.e-slider-container.e-rtl.e-horizontal .e-slider .e-handle {
    margin: 0 -6px 0 0;
    top: calc(50% - 6px); }
  .e-control-wrapper.e-slider-container.e-rtl.e-horizontal .e-scale.e-h-scale .e-tick.e-first-tick {
    background-position-x: right; }
  .e-control-wrapper.e-slider-container.e-rtl.e-horizontal .e-scale.e-h-scale .e-tick.e-last-tick {
    background-position-x: left; }
  .e-control-wrapper.e-slider-container.e-rtl.e-vertical {
    direction: ltr; }
  .e-control-wrapper.e-slider-container.e-disabled.e-material-slider .e-slider .e-handle.e-handle-first {
    background-color: #757575; }
  .e-control-wrapper.e-slider-container.e-disabled:hover .e-scale .e-tick {
    visibility: hidden; }
  .e-control-wrapper.e-slider-container.e-disabled .e-slider .e-range {
    background: rgba(0, 0, 0, 0.26); }
  .e-control-wrapper.e-slider-container.e-disabled .e-slider .e-handle {
    background: #757575;
    -webkit-transform: scale(0.5) !important;
            transform: scale(0.5) !important; }
    .e-control-wrapper.e-slider-container.e-disabled .e-slider .e-handle.e-handle-first {
      background-color: #757575;
      border: 0; }
    .e-control-wrapper.e-slider-container.e-disabled .e-slider .e-handle::after {
      -ms-transform: scale(0);
      -webkit-transform: scale(0);
      background: transparent;
      border: 7px solid #fff;
      border-radius: 50%;
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      content: '';
      height: 26px;
      left: calc(50% - 13px);
      opacity: 1;
      position: absolute;
      top: calc(50% - 13px);
      -webkit-transform: scale(1);
              transform: scale(1);
      -webkit-transition: none;
      transition: none;
      width: 26px;
      z-index: -1; }
  .e-control-wrapper.e-slider-container.e-disabled .e-btn {
    cursor: default; }
  .e-control-wrapper.e-slider-container.e-disabled .e-slider .e-handle {
    cursor: default; }
    .e-control-wrapper.e-slider-container.e-disabled .e-slider .e-handle.e-handle-disable {
      display: block; }
  .e-control-wrapper.e-slider-container.e-horizontal {
    height: 48px;
    width: 100%; }
    .e-control-wrapper.e-slider-container.e-horizontal .e-first-button {
      left: 0;
      margin-top: -9px;
      top: 50%; }
      .e-control-wrapper.e-slider-container.e-horizontal .e-first-button .e-button-icon {
        background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADAAAAAwCAMAAABg3Am1AAAAkFBMVEUAAAD////////////////////////+/v7////+/v7////////+/v7+/v7////////+/v7+/v7+/v7////+/v7+/v7+/v7+/v7////+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7///8G+5iqAAAAL3RSTlMABAgMEBQYHCAkKDA0ODxETFRYYGRsdHyAh4uTm6Onr7O/w8fL09ff4+fr7/P3+/6nVicAAADJSURBVHgBldJHdoNgAANhQUjvPTHuxbgAuv/t/J5O8I82Wn27UfGaVmjvBwvsdmEDUH33JuBxYwNQ/48m4LWzAbie2QR8nkzA/coGoPodTMDzzgagae1ykHAASDgAJBwAEk4xSDgAJBwAEg4ACacYJBwAEg4ACYeAjyMEaqYQSC97CFT/DQxID2sIpK8zBLqZQyC9dRDoajIyID1tIVD10zMg3S0ZSF4IJC8GkhcDyQuB5MVA8kIgeTGQvBhIXggkLwaSFwLJK3cBRvanB71ijlkAAAAASUVORK5CYII=");
        background-repeat: no-repeat;
        background-size: cover;
        display: inline-block;
        height: 7px;
        left: calc(50% - 4.6px);
        position: absolute;
        top: calc(50% - 3.6px);
        width: 7px; }
    .e-control-wrapper.e-slider-container.e-horizontal .e-second-button {
      margin-top: -9px;
      right: 0;
      top: 50%; }
      .e-control-wrapper.e-slider-container.e-horizontal .e-second-button .e-button-icon {
        background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADAAAAAwCAMAAABg3Am1AAAAkFBMVEUAAAD////////////////////////+/v7////////+/v7+/v7+/v7////////+/v7////+/v7+/v7+/v7+/v7+/v7////////+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7///9VYKa9AAAAL3RSTlMABAgMEBQYHCAoLDQ4PEBMUFhcZGx0eICDi5Obn6ers7vDx8vP19vf4+fr7/P3++LF0fAAAADNSURBVHgBldNHbsNAGEPhkZSi9F4S915k6d3/dga8Jgjw7bkYzPeXS5ObkkX3EQ5gcRcO6H/qbACbp3AAo6twwOEtHMCsDQecvqpsAKuHcMDw12QD2L2EA/C8EFleiCwvRJYXIssLmeGFzPBCZnghM7yQGV7IDC9Eglc26D6zwfS2JIP9a/To4b8pyWD9GH1c/11FNOZthO/4nvEeX5dksH2OTnT4rUsyWN4Xk4cj8nBEHo7IwxF5OCIPR+ThiDwckYcj8nBEHo5Iw5GdAVm8p9sPUXNKAAAAAElFTkSuQmCC");
        background-repeat: no-repeat;
        background-size: cover;
        display: inline-block;
        height: 7px;
        left: calc(50% - 2.6px);
        position: absolute;
        top: calc(50% - 3.6px);
        width: 7px; }
    .e-control-wrapper.e-slider-container.e-horizontal.e-slider-btn {
      padding: 0 30px; }
    .e-control-wrapper.e-slider-container.e-horizontal .e-slider {
      height: 32px;
      position: relative;
      top: calc(50% - 16px);
      width: 100%; }
    .e-control-wrapper.e-slider-container.e-horizontal .e-slider-track {
      height: 2px;
      left: 0;
      position: absolute;
      width: 100%;
      background: rgba(0, 0, 0, 0.26);
      overflow: hidden;
      top: calc(50% - 1px); }
    .e-control-wrapper.e-slider-container.e-horizontal .e-handle {
      margin-left: -6px;
      top: calc(50% - 6px); }
    .e-control-wrapper.e-slider-container.e-horizontal.e-scale-both .e-range {
      height: 2px; }
    .e-control-wrapper.e-slider-container.e-horizontal .e-range {
      height: 2px;
      top: calc(50% - 1px); }
    .e-control-wrapper.e-slider-container.e-horizontal .e-limits {
      background-color: rgba(0, 0, 0, 0.26);
      height: 2px;
      position: absolute;
      top: calc(50% - 1px); }
  .e-control-wrapper.e-slider-container.e-vertical {
    height: inherit;
    padding: 38px 0;
    width: 48px; }
    .e-control-wrapper.e-slider-container.e-vertical .e-slider {
      height: 100%;
      left: calc(50% - 16px);
      position: relative;
      width: 32px; }
    .e-control-wrapper.e-slider-container.e-vertical .e-slider-track {
      background: rgba(0, 0, 0, 0.26);
      bottom: 0;
      height: 100%;
      position: absolute;
      left: calc(50% - 1px);
      overflow: hidden;
      width: 2px; }
    .e-control-wrapper.e-slider-container.e-vertical.e-small-size.e-slider-btn {
      height: 100%;
      padding: 30px 0; }
      .e-control-wrapper.e-slider-container.e-vertical.e-small-size.e-slider-btn .e-slider {
        height: 100%;
        width: 2px; }
    .e-control-wrapper.e-slider-container.e-vertical .e-first-button {
      bottom: 0;
      margin-right: -9px;
      right: 50%; }
      .e-control-wrapper.e-slider-container.e-vertical .e-first-button .e-button-icon {
        background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAMAAABEpIrGAAAAjVBMVEUAAAD////////////////////////+/v7////+/v7////////+/v7////////+/v7+/v7+/v7+/v7////+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7////1kjJ6AAAALnRSTlMABAgMEBQYHCAkKDA4QERITFRcYGRodHyDj5OXn6Ons7e7v8vP09ff5+vv8/f7zZvJMAAAAItJREFUeAHdyVcagjAQBsAfUVTAXsTeSTRm7388i/kUQjYHYF4H9bAUXjuEV/KQEdC98f9I8dLXxJngY879CsbG/ccARuPsetHCT1tWXyUoSDXZRiiZ2p/Bsi7/HrbgVPw8REUk/n+P4ZAoMvQATmMyFmBk39+CExzefwnBauZEsgOPWOkevIYz1NEToo45F58KJy0AAAAASUVORK5CYII=");
        background-repeat: no-repeat;
        background-size: cover;
        display: inline-block;
        height: 8px;
        left: calc(50% - 3.8px);
        position: absolute;
        top: calc(50% - 2.7px);
        width: 8px; }
    .e-control-wrapper.e-slider-container.e-vertical .e-second-button {
      margin-right: -9px;
      right: 50%;
      top: 0; }
      .e-control-wrapper.e-slider-container.e-vertical .e-second-button .e-button-icon {
        background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAMAAABEpIrGAAAAjVBMVEUAAAD////////////////////////////////+/v7////+/v7+/v7////////+/v7+/v7////+/v7////+/v7+/v7////+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7////wrNfvAAAALnRSTlMABAgMEBQYICgsMDQ4QERITFBcYGhseHyDi5Obn6Ort7u/x8/X29/j5+vv8/f77y3LJgAAAI1JREFUeAHdyVeagjAUBtCbYQTsXewFENGYf//LsyB8kORmAZzXQ600mLrfz2XX9X8xcO0Qb4+3s2B/ia8N9yOFwtz+wR0/z77tvQSVm0+mI2piYXyEhp3+E2gWzQ8lNGpY//8UhjygijjBIvGotIbVofwZGFHxPQmGGn/ez8B6hETiAofUo1XmtKVWeAEhzjgqqZr/lwAAAABJRU5ErkJggg==");
        background-repeat: no-repeat;
        background-size: cover;
        display: inline-block;
        height: 8px;
        left: calc(50% - 3.8px);
        position: absolute;
        top: calc(50% - 4.7px);
        width: 8px; }
    .e-control-wrapper.e-slider-container.e-vertical.e-scale-both .e-slider .e-handle {
      margin-bottom: -6px; }
    .e-control-wrapper.e-slider-container.e-vertical .e-slider .e-handle {
      margin-bottom: -6px;
      left: calc(50% - 6px); }
    .e-control-wrapper.e-slider-container.e-vertical .e-slider .e-range {
      left: calc(50% - 1px);
      width: 2px; }
    .e-control-wrapper.e-slider-container.e-vertical .e-slider .e-limits {
      background-color: rgba(0, 0, 0, 0.26);
      left: calc(50% - 1px);
      position: absolute;
      width: 2px; }
  .e-control-wrapper.e-slider-container .e-range {
    border-radius: 2px;
    position: absolute;
    -webkit-transition: left 300ms ease-out, right 300ms ease-out, bottom 300ms ease-out, width 300ms ease-out, height 300ms ease-out;
    transition: left 300ms ease-out, right 300ms ease-out, bottom 300ms ease-out, width 300ms ease-out, height 300ms ease-out; }
    .e-control-wrapper.e-slider-container .e-range.e-drag-horizontal {
      cursor: ew-resize; }
    .e-control-wrapper.e-slider-container .e-range.e-drag-vertical {
      cursor: ns-resize; }
  .e-control-wrapper.e-slider-container .e-slider {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    cursor: default;
    display: block;
    outline: 0 none;
    padding: 0;
    position: relative; }
    .e-control-wrapper.e-slider-container .e-slider .e-handle {
      border-radius: 50%;
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      cursor: grab;
      height: 12px;
      outline: none;
      position: absolute;
      -ms-touch-action: none;
          touch-action: none;
      -webkit-transition: left 300ms ease-out, right 300ms ease-out, bottom 300ms ease-out, -webkit-transform 300ms ease-out;
      transition: left 300ms ease-out, right 300ms ease-out, bottom 300ms ease-out, -webkit-transform 300ms ease-out;
      transition: left 300ms ease-out, right 300ms ease-out, bottom 300ms ease-out, transform 300ms ease-out;
      transition: left 300ms ease-out, right 300ms ease-out, bottom 300ms ease-out, transform 300ms ease-out, -webkit-transform 300ms ease-out;
      width: 12px;
      z-index: 10;
      cursor: -webkit-grab;
      cursor: grab; }
      .e-control-wrapper.e-slider-container .e-slider .e-handle.e-handle-active {
        cursor: -webkit-grabbing;
        cursor: grabbing; }
      .e-control-wrapper.e-slider-container .e-slider .e-handle.e-handle-start {
        background-color: #fff;
        border: 2px solid rgba(0, 0, 0, 0.26); }
      .e-control-wrapper.e-slider-container .e-slider .e-handle::after {
        -moz-box-sizing: content-box;
        -ms-transform: scale(0);
        -webkit-box-sizing: content-box;
        -webkit-transform: scale(0);
        border: 0 solid;
        border-radius: 50%;
        box-sizing: content-box;
        content: '';
        filter: alpha(opacity=26);
        height: 32px;
        left: calc(50% - 16px);
        opacity: .26;
        position: absolute;
        top: calc(50% - 16px);
        transform: scale(0);
        -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
        transition: -webkit-transform 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
        transition: transform 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
        transition: transform 0.4s cubic-bezier(0.25, 0.8, 0.25, 1), -webkit-transform 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
        width: 32px;
        z-index: -1; }
      .e-control-wrapper.e-slider-container .e-slider .e-handle.e-tab-handle.e-handle-start::after {
        background-color: #e0e0e0;
        opacity: .38; }
      .e-control-wrapper.e-slider-container .e-slider .e-handle.e-tab-handle::after {
        -ms-transform: scale(1);
        -webkit-transform: scale(1);
        background-color: #971b1e;
        transform: scale(1); }
  .e-control-wrapper.e-slider-container .e-tick-before.e-scale.e-h-scale .e-tick {
    background-position: bottom;
    height: 50%;
    top: 1px; }
  .e-control-wrapper.e-slider-container .e-tick-before.e-scale.e-v-scale .e-tick {
    background-position: right;
    left: 1px;
    width: 50%; }
  .e-control-wrapper.e-slider-container .e-tick-after.e-scale.e-h-scale .e-tick {
    background-position-x: center;
    height: 50%;
    top: calc(50% - 1px); }
  .e-control-wrapper.e-slider-container .e-tick-after.e-scale.e-v-scale .e-tick {
    background-position: left;
    left: calc(50% - 1px);
    width: 50%; }
  .e-control-wrapper.e-slider-container .e-tick-both.e-scale.e-h-scale .e-tick {
    background-position: center;
    height: 99%; }
  .e-control-wrapper.e-slider-container .e-tick-both.e-scale.e-v-scale .e-tick {
    background-position: center;
    width: 100%; }
  .e-control-wrapper.e-slider-container .e-tick-both.e-scale.e-v-scale .e-large {
    width: 100%; }
  .e-control-wrapper.e-slider-container .e-scale {
    -webkit-box-sizing: content-box;
            box-sizing: content-box;
    font-family: "Roboto", "Segoe UI", "GeezaPro", "DejaVu Serif", "sans-serif", "-apple-system", "BlinkMacSystemFont";
    height: 28px;
    line-height: normal;
    list-style: none outside none;
    margin: 0;
    outline: 0 none;
    padding: 0;
    position: absolute;
    top: calc(50% - 14px);
    width: 100%;
    z-index: 1; }
    .e-control-wrapper.e-slider-container .e-scale .e-tick {
      background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAIAAAACCAYAAABytg0kAAAACXBIWXMAAAsSAAALEgHS3X78AAAAFElEQVQI12NkYGAIZ2BgYGBigAIABPgAW+yfXroAAAAASUVORK5CYII=");
      cursor: default;
      outline: none;
      position: relative;
      -webkit-user-select: none;
         -moz-user-select: none;
          -ms-user-select: none;
              user-select: none; }
      .e-control-wrapper.e-slider-container .e-scale .e-tick .e-tick-value {
        color: #000;
        font-family: "Roboto", "Segoe UI", "GeezaPro", "DejaVu Serif", "sans-serif", "-apple-system", "BlinkMacSystemFont";
        font-size: 10px;
        outline: none;
        position: absolute;
        -webkit-user-select: none;
           -moz-user-select: none;
            -ms-user-select: none;
                user-select: none;
        white-space: nowrap; }
    .e-control-wrapper.e-slider-container .e-scale.e-v-scale {
      height: 100%;
      left: calc(50% - 14px);
      top: 0;
      width: 28px; }
      .e-control-wrapper.e-slider-container .e-scale.e-v-scale .e-tick {
        background-repeat: no-repeat; }
        .e-control-wrapper.e-slider-container .e-scale.e-v-scale .e-tick.e-first-tick {
          background-position-y: top; }
        .e-control-wrapper.e-slider-container .e-scale.e-v-scale .e-tick.e-last-tick {
          background-position-y: bottom; }
    .e-control-wrapper.e-slider-container .e-scale.e-h-scale .e-tick {
      display: inline-block;
      background-repeat: no-repeat; }
      .e-control-wrapper.e-slider-container .e-scale.e-h-scale .e-tick .e-tick-value.e-tick-before {
        top: -18px; }
      .e-control-wrapper.e-slider-container .e-scale.e-h-scale .e-tick .e-tick-value.e-tick-after {
        bottom: -20px; }
      .e-control-wrapper.e-slider-container .e-scale.e-h-scale .e-tick .e-tick-value.e-tick-both {
        bottom: -20px; }
        .e-control-wrapper.e-slider-container .e-scale.e-h-scale .e-tick .e-tick-value.e-tick-both:first-child {
          top: -18px; }
      .e-control-wrapper.e-slider-container .e-scale.e-h-scale .e-tick.e-first-tick {
        background-position-x: left; }
      .e-control-wrapper.e-slider-container .e-scale.e-h-scale .e-tick.e-last-tick {
        background-position-x: right; }

.e-control-wrapper.e-slider-container .e-scale.e-v-scale .e-tick .e-tick-value.e-tick-before {
  right: 26px; }

.e-control-wrapper.e-slider-container .e-scale.e-v-scale .e-tick .e-tick-value.e-tick-after {
  left: 27px; }

.e-control-wrapper.e-slider-container .e-scale.e-v-scale .e-tick .e-tick-value.e-tick-both {
  right: 41px; }
  .e-control-wrapper.e-slider-container .e-scale.e-v-scale .e-tick .e-tick-value.e-tick-both:first-child {
    left: 39px; }

.e-control-wrapper.e-slider-container .e-scale .e-tick {
  visibility: hidden; }
  .e-control-wrapper.e-slider-container .e-scale .e-tick .e-tick-value {
    visibility: visible; }

.e-control-wrapper.e-slider-container:hover .e-scale .e-tick {
  visibility: visible; }

.e-control-wrapper.e-slider-container:active .e-scale .e-tick {
  visibility: visible; }

.e-slider-hover .e-scale .e-tick {
  visibility: visible; }

/*! component theme */
.e-control-wrapper.e-slider-container.e-material-slider .e-slider .e-handle.e-handle-first {
  background: transparent;
  border-color: transparent; }

.e-control-wrapper.e-slider-container.e-material-slider .e-slider .e-handle.e-handle-second {
  background: transparent;
  border-color: transparent; }

.e-control-wrapper.e-slider-container .e-slider-button {
  background-color: rgba(0, 0, 0, 0.54);
  border: 1px solid transparent;
  border-radius: 50%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  cursor: pointer;
  height: 18px;
  outline: none;
  padding: 0;
  position: absolute;
  width: 18px; }

.e-control-wrapper.e-slider-container .e-slider .e-range {
  background-color: #971b1e; }

.e-control-wrapper.e-slider-container .e-slider .e-handle {
  background-color: #971b1e;
  border-color: #971b1e; }
  .e-control-wrapper.e-slider-container .e-slider .e-handle.e-material-tooltip {
    background-color: transparent;
    border-color: transparent; }

.e-control-wrapper.e-slider-container.e-slider-hover .e-slider-track {
  background-color: rgba(0, 0, 0, 0.26); }

.e-control-wrapper.e-slider-container.e-slider-hover .e-range {
  background-color: #971b1e; }

.e-control-wrapper.e-slider-container.e-slider-hover .e-handle {
  border-color: #971b1e; }

@keyframes e-input-ripple {
  100% {
    opacity: 0;
    -webkit-transform: scale(4);
            transform: scale(4); } }

@keyframes slideTopUp {
  from {
    -webkit-transform: translate3d(0, 0, 0) scale(1);
            transform: translate3d(0, 0, 0) scale(1); }
  to {
    -webkit-transform: translate3d(0, 0, 0) scale(1);
            transform: translate3d(0, 0, 0) scale(1); } }

.e-container .e-value-switch-btn::before {
  content: '\e430'; }

.e-colorpicker-wrapper,
.e-colorpicker-container {
  display: inline-block;
  line-height: 0;
  outline: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none; }
  .e-colorpicker-wrapper .e-colorpicker,
  .e-colorpicker-container .e-colorpicker {
    height: 1px;
    opacity: 0;
    position: absolute;
    width: 1px; }
  .e-colorpicker-wrapper .e-split-btn-wrapper .e-split-colorpicker.e-split-btn,
  .e-colorpicker-container .e-split-btn-wrapper .e-split-colorpicker.e-split-btn {
    font-family: initial;
    line-height: 14px;
    padding: 0 4px; }
    .e-colorpicker-wrapper .e-split-btn-wrapper .e-split-colorpicker.e-split-btn .e-selected-color,
    .e-colorpicker-container .e-split-btn-wrapper .e-split-colorpicker.e-split-btn .e-selected-color {
      background: transparent url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB3aWR0aD0iNnB4IiBoZWlnaHQ9IjZweCIgdmlld0JveD0iMCAwIDYgNiIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj4KICAgIDwhLS0gR2VuZXJhdG9yOiBTa2V0Y2ggNTAgKDU0OTgzKSAtIGh0dHA6Ly93d3cuYm9oZW1pYW5jb2RpbmcuY29tL3NrZXRjaCAtLT4KICAgIDx0aXRsZT5Hcm91cCA5PC90aXRsZT4KICAgIDxkZXNjPkNyZWF0ZWQgd2l0aCBTa2V0Y2guPC9kZXNjPgogICAgPGRlZnM+PC9kZWZzPgogICAgPGcgaWQ9IlBhZ2UtMSIgc3Ryb2tlPSJub25lIiBzdHJva2Utd2lkdGg9IjEiIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCI+CiAgICAgICAgPGcgaWQ9Ikdyb3VwLTkiPgogICAgICAgICAgICA8cmVjdCBpZD0iUmVjdGFuZ2xlLTExIiBmaWxsPSIjRTBFMEUwIiB4PSIwIiB5PSIwIiB3aWR0aD0iMyIgaGVpZ2h0PSIzIj48L3JlY3Q+CiAgICAgICAgICAgIDxyZWN0IGlkPSJSZWN0YW5nbGUtMTEtQ29weS0yIiBmaWxsPSIjRkZGRkZGIiB4PSIwIiB5PSIzIiB3aWR0aD0iMyIgaGVpZ2h0PSIzIj48L3JlY3Q+CiAgICAgICAgICAgIDxyZWN0IGlkPSJSZWN0YW5nbGUtMTEtQ29weSIgZmlsbD0iI0ZGRkZGRiIgeD0iMyIgeT0iMCIgd2lkdGg9IjMiIGhlaWdodD0iMyI+PC9yZWN0PgogICAgICAgICAgICA8cmVjdCBpZD0iUmVjdGFuZ2xlLTExLUNvcHktMyIgZmlsbD0iI0UwRTBFMCIgeD0iMyIgeT0iMyIgd2lkdGg9IjMiIGhlaWdodD0iMyI+PC9yZWN0PgogICAgICAgIDwvZz4KICAgIDwvZz4KPC9zdmc+");
      background-size: 8px;
      border-radius: 2px;
      height: 18px;
      margin-top: 0;
      position: relative;
      width: 18px; }
      .e-colorpicker-wrapper .e-split-btn-wrapper .e-split-colorpicker.e-split-btn .e-selected-color .e-split-preview,
      .e-colorpicker-container .e-split-btn-wrapper .e-split-colorpicker.e-split-btn .e-selected-color .e-split-preview {
        border-radius: 2px; }
  .e-colorpicker-wrapper .e-split-btn-wrapper.e-rtl .e-split-colorpicker.e-split-btn,
  .e-colorpicker-container .e-split-btn-wrapper.e-rtl .e-split-colorpicker.e-split-btn {
    padding: 0 4px; }
  .e-colorpicker-wrapper *,
  .e-colorpicker-container * {
    -webkit-box-sizing: border-box;
            box-sizing: border-box; }
  .e-colorpicker-wrapper.e-disabled .e-palette .e-tile,
  .e-colorpicker-container.e-disabled .e-palette .e-tile {
    cursor: default; }
    .e-colorpicker-wrapper.e-disabled .e-palette .e-tile:hover,
    .e-colorpicker-container.e-disabled .e-palette .e-tile:hover {
      border: 0;
      -webkit-box-shadow: none;
              box-shadow: none; }
    .e-colorpicker-wrapper.e-disabled .e-palette .e-tile.e-selected,
    .e-colorpicker-container.e-disabled .e-palette .e-tile.e-selected {
      border: 0; }
  .e-colorpicker-wrapper.e-disabled .e-container .e-handler,
  .e-colorpicker-wrapper.e-disabled .e-container .e-preview-container,
  .e-colorpicker-wrapper.e-disabled .e-container .e-slider-preview .e-colorpicker-slider .e-hue-slider,
  .e-colorpicker-wrapper.e-disabled .e-container .e-slider-preview .e-colorpicker-slider .e-opacity-slider,
  .e-colorpicker-wrapper.e-disabled .e-container .e-slider-preview .e-colorpicker-slider .e-slider-container .e-handle,
  .e-colorpicker-container.e-disabled .e-container .e-handler,
  .e-colorpicker-container.e-disabled .e-container .e-preview-container,
  .e-colorpicker-container.e-disabled .e-container .e-slider-preview .e-colorpicker-slider .e-hue-slider,
  .e-colorpicker-container.e-disabled .e-container .e-slider-preview .e-colorpicker-slider .e-opacity-slider,
  .e-colorpicker-container.e-disabled .e-container .e-slider-preview .e-colorpicker-slider .e-slider-container .e-handle {
    cursor: default; }
  .e-colorpicker-wrapper.e-disabled .e-container .e-hsv-container,
  .e-colorpicker-container.e-disabled .e-container .e-hsv-container {
    pointer-events: none; }

.e-colorpicker-popup:not(.e-split-btn-wrapper):not(.e-dropdown-btn) {
  line-height: 0; }

.e-colorpicker.e-modal, .e-colorpicker.e-hsv-model {
  -webkit-overflow-scrolling: touch;
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%; }

.e-colorpicker.e-modal {
  background-color: rgba(0, 0, 0, 0.6);
  opacity: .5;
  pointer-events: auto; }

.e-colorpicker.e-hsv-model {
  background-color: transparent; }

.sf-colorpicker .e-switch-ctrl-btn .e-ctrl-btn {
  position: relative; }

.e-show-value .sf-colorpicker.e-color-palette .e-selected-value,
.e-show-value .sf-colorpicker.e-color-palette .e-switch-ctrl-btn {
  width: 270px; }

.e-dropdown-popup.e-transparent .e-container {
  display: none; }

body.e-colorpicker-overflow {
  overflow: visible; }

.e-bigger .e-colorpicker-wrapper .e-split-btn-wrapper .e-split-colorpicker.e-split-btn,
.e-bigger.e-colorpicker-wrapper .e-split-btn-wrapper .e-split-colorpicker.e-split-btn,
.e-bigger .e-colorpicker-container .e-split-btn-wrapper .e-split-colorpicker.e-split-btn,
.e-bigger.e-colorpicker-container .e-split-btn-wrapper .e-split-colorpicker.e-split-btn {
  line-height: 18px;
  padding: 0 6px; }
  .e-bigger .e-colorpicker-wrapper .e-split-btn-wrapper .e-split-colorpicker.e-split-btn .e-selected-color,
  .e-bigger.e-colorpicker-wrapper .e-split-btn-wrapper .e-split-colorpicker.e-split-btn .e-selected-color,
  .e-bigger .e-colorpicker-container .e-split-btn-wrapper .e-split-colorpicker.e-split-btn .e-selected-color,
  .e-bigger.e-colorpicker-container .e-split-btn-wrapper .e-split-colorpicker.e-split-btn .e-selected-color {
    height: 22px;
    width: 22px; }

.e-bigger .e-colorpicker-wrapper .e-split-btn-wrapper.e-rtl .e-split-colorpicker.e-split-btn,
.e-bigger.e-colorpicker-wrapper .e-split-btn-wrapper.e-rtl .e-split-colorpicker.e-split-btn,
.e-bigger .e-colorpicker-container .e-split-btn-wrapper.e-rtl .e-split-colorpicker.e-split-btn,
.e-bigger.e-colorpicker-container .e-split-btn-wrapper.e-rtl .e-split-colorpicker.e-split-btn {
  padding: 0 6px; }

.e-container {
  border: 0;
  border-radius: 0;
  display: inline-block;
  line-height: 0;
  outline: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-box-shadow: 0 5px 5px -3px rgba(0, 0, 0, 0.2), 0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12);
          box-shadow: 0 5px 5px -3px rgba(0, 0, 0, 0.2), 0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12); }
  .e-container.e-color-picker {
    width: 270px; }
    .e-container.e-color-picker .e-mode-switch-btn {
      background: transparent url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB3aWR0aD0iMjRweCIgaGVpZ2h0PSIyNHB4IiB2aWV3Qm94PSIwIDAgMjQgMjQiIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+CiAgICA8IS0tIEdlbmVyYXRvcjogU2tldGNoIDUwLjIgKDU1MDQ3KSAtIGh0dHA6Ly93d3cuYm9oZW1pYW5jb2RpbmcuY29tL3NrZXRjaCAtLT4KICAgIDx0aXRsZT5Hcm91cCA0IENvcHk8L3RpdGxlPgogICAgPGRlc2M+Q3JlYXRlZCB3aXRoIFNrZXRjaC48L2Rlc2M+CiAgICA8ZGVmcz48L2RlZnM+CiAgICA8ZyBpZD0iUGFnZS0xIiBzdHJva2U9Im5vbmUiIHN0cm9rZS13aWR0aD0iMSIgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj4KICAgICAgICA8ZyBpZD0iQXJ0Ym9hcmQiPgogICAgICAgICAgICA8ZyBpZD0iR3JvdXAtNC1Db3B5IiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgwLjAwMDAwMCwgMC4wMDAwMDApIj4KICAgICAgICAgICAgICAgIDxyZWN0IGlkPSJSZWN0YW5nbGUtMjUtQ29weS04IiBmaWxsPSIjNDU5NkNFIiB4PSIwIiB5PSIwIiB3aWR0aD0iMTIiIGhlaWdodD0iMTIiPjwvcmVjdD4KICAgICAgICAgICAgICAgIDxyZWN0IGlkPSJSZWN0YW5nbGUtMjUtQ29weS05IiBmaWxsPSIjNUNDMTVCIiB4PSIwIiB5PSIxMiIgd2lkdGg9IjEyIiBoZWlnaHQ9IjEyIj48L3JlY3Q+CiAgICAgICAgICAgICAgICA8cmVjdCBpZD0iUmVjdGFuZ2xlLTI1LUNvcHktMTAiIGZpbGw9IiNGQkQ1MDYiIHg9IjEyIiB5PSIwIiB3aWR0aD0iMTIiIGhlaWdodD0iMTIiPjwvcmVjdD4KICAgICAgICAgICAgICAgIDxyZWN0IGlkPSJSZWN0YW5nbGUtMjUtQ29weS0xMSIgZmlsbD0iI0VDNEU0MyIgeD0iMTIiIHk9IjEyIiB3aWR0aD0iMTIiIGhlaWdodD0iMTIiPjwvcmVjdD4KICAgICAgICAgICAgPC9nPgogICAgICAgIDwvZz4KICAgIDwvZz4KPC9zdmc+") no-repeat 100% 100%; }
  .e-container.e-color-palette {
    width: auto; }
    .e-container.e-color-palette .e-mode-switch-btn {
      background: transparent url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiIHN0YW5kYWxvbmU9Im5vIj8+CjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+Cjxzdmcgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDE4IDE4IiB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHhtbDpzcGFjZT0icHJlc2VydmUiIHhtbG5zOnNlcmlmPSJodHRwOi8vd3d3LnNlcmlmLmNvbS8iIHN0eWxlPSJmaWxsLXJ1bGU6ZXZlbm9kZDtjbGlwLXJ1bGU6ZXZlbm9kZDtzdHJva2UtbGluZWpvaW46cm91bmQ7c3Ryb2tlLW1pdGVybGltaXQ6MS40MTQyMTsiPgogICAgPGcgdHJhbnNmb3JtPSJtYXRyaXgoMSwwLDAsLTEsMCwxOCkiPgogICAgICAgIDxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxOCIgaGVpZ2h0PSIxOCIgc3R5bGU9ImZpbGw6dXJsKCNfTGluZWFyMSk7Ii8+CiAgICA8L2c+CiAgICA8ZyB0cmFuc2Zvcm09Im1hdHJpeCgxLDAsMCwtMSwwLDE4KSI+CiAgICAgICAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjE4IiBoZWlnaHQ9IjE4IiBzdHlsZT0iZmlsbDp1cmwoI19MaW5lYXIyKTsiLz4KICAgIDwvZz4KICAgIDxnIHRyYW5zZm9ybT0ibWF0cml4KDEsMCwwLC0xLDAsMTgpIj4KICAgICAgICA8Y2xpcFBhdGggaWQ9Il9jbGlwMyI+CiAgICAgICAgICAgIDxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxOCIgaGVpZ2h0PSIxOCIvPgogICAgICAgIDwvY2xpcFBhdGg+CiAgICAgICAgPGcgY2xpcC1wYXRoPSJ1cmwoI19jbGlwMykiPgogICAgICAgICAgICA8ZyB0cmFuc2Zvcm09Im1hdHJpeCgxLDAsMCwtMSwtMCwxOCkiPgogICAgICAgICAgICA8L2c+CiAgICAgICAgPC9nPgogICAgPC9nPgogICAgPGcgdHJhbnNmb3JtPSJtYXRyaXgoMSwwLDAsLTEsMCwxOCkiPgogICAgICAgIDxjbGlwUGF0aCBpZD0iX2NsaXA0Ij4KICAgICAgICAgICAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjE4IiBoZWlnaHQ9IjE4Ii8+CiAgICAgICAgPC9jbGlwUGF0aD4KICAgICAgICA8ZyBjbGlwLXBhdGg9InVybCgjX2NsaXA0KSI+CiAgICAgICAgICAgIDxnIHRyYW5zZm9ybT0ibWF0cml4KDEsMCwwLC0xLC0wLDE4KSI+CiAgICAgICAgICAgICAgICA8dXNlIHhsaW5rOmhyZWY9IiNfSW1hZ2U1IiB4PSIwIiB5PSIwIiB3aWR0aD0iMThweCIgaGVpZ2h0PSIxOHB4Ii8+CiAgICAgICAgICAgIDwvZz4KICAgICAgICA8L2c+CiAgICA8L2c+CiAgICA8ZyB0cmFuc2Zvcm09Im1hdHJpeCgxLDAsMCwtMSwwLDE4KSI+CiAgICAgICAgPGNsaXBQYXRoIGlkPSJfY2xpcDYiPgogICAgICAgICAgICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTgiIGhlaWdodD0iMTgiLz4KICAgICAgICA8L2NsaXBQYXRoPgogICAgICAgIDxnIGNsaXAtcGF0aD0idXJsKCNfY2xpcDYpIj4KICAgICAgICAgICAgPGcgdHJhbnNmb3JtPSJtYXRyaXgoMSwwLDAsLTEsLTAsMTgpIj4KICAgICAgICAgICAgPC9nPgogICAgICAgIDwvZz4KICAgIDwvZz4KICAgIDxkZWZzPgogICAgICAgIDxsaW5lYXJHcmFkaWVudCBpZD0iX0xpbmVhcjEiIHgxPSIwIiB5MT0iMCIgeDI9IjEiIHkyPSIwIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgZ3JhZGllbnRUcmFuc2Zvcm09Im1hdHJpeCg2LjI3MDE5ZS0xNCwtMTAyNCwtMTAyNCwtNi4yNzAxOWUtMTQsMCwxOCkiPjxzdG9wIG9mZnNldD0iMCIgc3R5bGU9InN0b3AtY29sb3I6cmdiKDAsMTgyLDI1NSk7c3RvcC1vcGFjaXR5OjAiLz48c3RvcCBvZmZzZXQ9IjEiIHN0eWxlPSJzdG9wLWNvbG9yOmJsYWNrO3N0b3Atb3BhY2l0eTowIi8+PC9saW5lYXJHcmFkaWVudD4KICAgICAgICA8bGluZWFyR3JhZGllbnQgaWQ9Il9MaW5lYXIyIiB4MT0iMCIgeTE9IjAiIHgyPSIxIiB5Mj0iMCIgZ3JhZGllbnRVbml0cz0idXNlclNwYWNlT25Vc2UiIGdyYWRpZW50VHJhbnNmb3JtPSJtYXRyaXgoMS4xMDIxOGUtMTUsLTE4LC0xOCwtMS4xMDIxOGUtMTUsMTgsMTgpIj48c3RvcCBvZmZzZXQ9IjAiIHN0eWxlPSJzdG9wLWNvbG9yOnJnYigwLDE4MiwyNTUpO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjpibGFjaztzdG9wLW9wYWNpdHk6MSIvPjwvbGluZWFyR3JhZGllbnQ+CiAgICAgICAgPGltYWdlIGlkPSJfSW1hZ2U1IiB3aWR0aD0iMThweCIgaGVpZ2h0PSIxOHB4IiB4bGluazpocmVmPSJkYXRhOmltYWdlL3BuZztiYXNlNjQsaVZCT1J3MEtHZ29BQUFBTlNVaEVVZ0FBQUJJQUFBQVNDQVlBQUFCV3pvNVhBQUFBQ1hCSVdYTUFBQTdFQUFBT3hBR1ZLdzRiQUFBQmUwbEVRVlE0alcyUjIyNGNNUXhER2NBbyt2OC8yU0lYZE9wTk5iSXVWaDlrZXp6SlBoaWlTT3JNQXZ2eTBBanlBSGVBSEdBSHlDUDE4dTQ3ZVl6ZTlBS2xhaDlCZ0F5WG5tVUxjQStRYmQ3cWp4OWdnVkxGUWRiVDlBQlpYNlZkWHpNLy9MVmZqbE11dy9xQWR2QUMzZmR2bVE1UVpVbUErZ1ZUWDZWZDh3Sjk3NWRLbkdYek1VZnBpVGYzdXpkQi93Z2tsaVZ4a0U1dFdSSkxiNGMvNlplamZvTE5NdFJaeXYyWk4zZFNCYXREVlFGWGxQcDRnTlZBb3FPa1F4dW8yY3Iybk5Wd2lnSnVnQ2xnaWxMclgxQ2Jod3BXdmUwa3NtVTUzUXh3SGM4QU01UjZIQnRBUUUzQVlqa25WREpyb2tDM1BIYlBPZlpTano4SjRMWU9XRFIzVlJBblBOeUE3dm1tZGs5UWQ1VGo0dzBzRzRqYjBPbXBUa0FmMHpiZDExN3FCSjBOeEx3MGl5RGNnZGlPcG80K0lCMElINkQzMXdTMEJqb1ozQ1QvMHBpSGNla0ppTmgwdmxMZmZnOUF3OGs4Z3RoZXYyczh6MHA5L1FVNlQ3Z2JFTWhnbGhIcDdjZDQzbm5CajU4ekhVZERiMk1URit6TC9oOXIveU91c0ZQS093QUFBQUJKUlU1RXJrSmdnZz09Ii8+CiAgICA8L2RlZnM+Cjwvc3ZnPgo=") no-repeat 100% 100%; }
  .e-container .e-custom-palette {
    width: auto; }
    .e-container .e-custom-palette .e-palette {
      padding: 10px; }
    .e-container .e-custom-palette.e-palette-group {
      height: 270px;
      overflow-y: scroll; }
  .e-container .e-palette {
    border-bottom: 0;
    display: table;
    line-height: 0;
    outline: none;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none; }
    .e-container .e-palette .e-row {
      display: table-row;
      white-space: nowrap; }
    .e-container .e-palette .e-tile {
      border: 0.5px solid transparent;
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      cursor: pointer;
      display: inline-block;
      height: 27px;
      text-align: center;
      vertical-align: middle;
      width: 27px; }
      .e-container .e-palette .e-tile.e-selected {
        outline: #000 0.5px solid;
        position: relative; }
      .e-container .e-palette .e-tile:hover {
        -webkit-box-shadow: 2px 2px 7px 2px rgba(0, 0, 0, 0.3);
                box-shadow: 2px 2px 7px 2px rgba(0, 0, 0, 0.3);
        position: relative; }
      .e-container .e-palette .e-tile.e-nocolor-item {
        background: transparent url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB3aWR0aD0iNnB4IiBoZWlnaHQ9IjZweCIgdmlld0JveD0iMCAwIDYgNiIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj4KICAgIDwhLS0gR2VuZXJhdG9yOiBTa2V0Y2ggNTAgKDU0OTgzKSAtIGh0dHA6Ly93d3cuYm9oZW1pYW5jb2RpbmcuY29tL3NrZXRjaCAtLT4KICAgIDx0aXRsZT5Hcm91cCA5PC90aXRsZT4KICAgIDxkZXNjPkNyZWF0ZWQgd2l0aCBTa2V0Y2guPC9kZXNjPgogICAgPGRlZnM+PC9kZWZzPgogICAgPGcgaWQ9IlBhZ2UtMSIgc3Ryb2tlPSJub25lIiBzdHJva2Utd2lkdGg9IjEiIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCI+CiAgICAgICAgPGcgaWQ9Ikdyb3VwLTkiPgogICAgICAgICAgICA8cmVjdCBpZD0iUmVjdGFuZ2xlLTExIiBmaWxsPSIjRTBFMEUwIiB4PSIwIiB5PSIwIiB3aWR0aD0iMyIgaGVpZ2h0PSIzIj48L3JlY3Q+CiAgICAgICAgICAgIDxyZWN0IGlkPSJSZWN0YW5nbGUtMTEtQ29weS0yIiBmaWxsPSIjRkZGRkZGIiB4PSIwIiB5PSIzIiB3aWR0aD0iMyIgaGVpZ2h0PSIzIj48L3JlY3Q+CiAgICAgICAgICAgIDxyZWN0IGlkPSJSZWN0YW5nbGUtMTEtQ29weSIgZmlsbD0iI0ZGRkZGRiIgeD0iMyIgeT0iMCIgd2lkdGg9IjMiIGhlaWdodD0iMyI+PC9yZWN0PgogICAgICAgICAgICA8cmVjdCBpZD0iUmVjdGFuZ2xlLTExLUNvcHktMyIgZmlsbD0iI0UwRTBFMCIgeD0iMyIgeT0iMyIgd2lkdGg9IjMiIGhlaWdodD0iMyI+PC9yZWN0PgogICAgICAgIDwvZz4KICAgIDwvZz4KPC9zdmc+");
        background-size: 8px; }
  .e-container .e-hsv-container {
    border-bottom: 0;
    position: relative;
    -ms-touch-action: none;
        touch-action: none; }
    .e-container .e-hsv-container .e-hsv-color {
      background: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(0, 0, 0, 0)), to(#000)), -webkit-gradient(linear, left top, right top, color-stop(0, #fff), to(rgba(255, 255, 255, 0)));
      background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0, #000 100%), linear-gradient(to right, #fff 0, rgba(255, 255, 255, 0) 100%);
      height: 170px; }
    .e-container .e-hsv-container .e-handler {
      border: 1px solid #fff;
      border-radius: 6px;
      -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.7), inset 0 0 2px rgba(0, 0, 0, 0.7);
              box-shadow: 0 0 3px rgba(0, 0, 0, 0.7), inset 0 0 2px rgba(0, 0, 0, 0.7);
      cursor: pointer;
      display: inline-block;
      height: 8px;
      margin-left: -4px;
      margin-top: -4px;
      position: absolute;
      -ms-touch-action: none;
          touch-action: none;
      -webkit-user-select: none;
         -moz-user-select: none;
          -ms-user-select: none;
              user-select: none;
      width: 8px; }
  .e-container .e-slider-preview {
    display: inline-block;
    width: 100%;
    padding: 10px 16px; }
    .e-container .e-slider-preview .e-colorpicker-slider {
      display: inline-block;
      width: 82.34%; }
      .e-container .e-slider-preview .e-colorpicker-slider .e-slider-container {
        height: 18px; }
        .e-container .e-slider-preview .e-colorpicker-slider .e-slider-container .e-slider {
          height: 18px;
          top: calc(50% - 9px); }
        .e-container .e-slider-preview .e-colorpicker-slider .e-slider-container .e-slider-track {
          border-radius: 0;
          height: 6px;
          top: calc(50% - 3px); }
        .e-container .e-slider-preview .e-colorpicker-slider .e-slider-container .e-handle {
          border-radius: 6px;
          cursor: pointer;
          height: 14px;
          top: calc(50% - 7px);
          width: 14px; }
          .e-container .e-slider-preview .e-colorpicker-slider .e-slider-container .e-handle.e-handle-active {
            cursor: pointer; }
          .e-container .e-slider-preview .e-colorpicker-slider .e-slider-container .e-handle.e-large-thumb-size {
            -webkit-transform: scale(1);
                    transform: scale(1); }
      .e-container .e-slider-preview .e-colorpicker-slider .e-hue-slider .e-slider-track {
        background: -webkit-gradient(linear, left top, right top, color-stop(0, #f00), color-stop(16%, #ff0), color-stop(33%, #0f0), color-stop(50%, #0ff), color-stop(67%, #00f), color-stop(84%, #f0f), to(#ff0004));
        background: linear-gradient(to right, #f00 0, #ff0 16%, #0f0 33%, #0ff 50%, #00f 67%, #f0f 84%, #ff0004 100%); }
      .e-container .e-slider-preview .e-colorpicker-slider .e-opacity-slider .e-slider-track {
        background: transparent url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB3aWR0aD0iNnB4IiBoZWlnaHQ9IjZweCIgdmlld0JveD0iMCAwIDYgNiIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj4KICAgIDwhLS0gR2VuZXJhdG9yOiBTa2V0Y2ggNTAgKDU0OTgzKSAtIGh0dHA6Ly93d3cuYm9oZW1pYW5jb2RpbmcuY29tL3NrZXRjaCAtLT4KICAgIDx0aXRsZT5Hcm91cCA5PC90aXRsZT4KICAgIDxkZXNjPkNyZWF0ZWQgd2l0aCBTa2V0Y2guPC9kZXNjPgogICAgPGRlZnM+PC9kZWZzPgogICAgPGcgaWQ9IlBhZ2UtMSIgc3Ryb2tlPSJub25lIiBzdHJva2Utd2lkdGg9IjEiIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCI+CiAgICAgICAgPGcgaWQ9Ikdyb3VwLTkiPgogICAgICAgICAgICA8cmVjdCBpZD0iUmVjdGFuZ2xlLTExIiBmaWxsPSIjRTBFMEUwIiB4PSIwIiB5PSIwIiB3aWR0aD0iMyIgaGVpZ2h0PSIzIj48L3JlY3Q+CiAgICAgICAgICAgIDxyZWN0IGlkPSJSZWN0YW5nbGUtMTEtQ29weS0yIiBmaWxsPSIjRkZGRkZGIiB4PSIwIiB5PSIzIiB3aWR0aD0iMyIgaGVpZ2h0PSIzIj48L3JlY3Q+CiAgICAgICAgICAgIDxyZWN0IGlkPSJSZWN0YW5nbGUtMTEtQ29weSIgZmlsbD0iI0ZGRkZGRiIgeD0iMyIgeT0iMCIgd2lkdGg9IjMiIGhlaWdodD0iMyI+PC9yZWN0PgogICAgICAgICAgICA8cmVjdCBpZD0iUmVjdGFuZ2xlLTExLUNvcHktMyIgZmlsbD0iI0UwRTBFMCIgeD0iMyIgeT0iMyIgd2lkdGg9IjMiIGhlaWdodD0iMyI+PC9yZWN0PgogICAgICAgIDwvZz4KICAgIDwvZz4KPC9zdmc+");
        border: 0;
        z-index: 0; }
      .e-container .e-slider-preview .e-colorpicker-slider .e-opacity-slider .e-opacity-empty-track {
        background-size: contain;
        border: 0;
        height: 6px;
        position: absolute;
        top: calc(50% - 3px);
        width: 100%;
        z-index: 1; }
      .e-container .e-slider-preview .e-colorpicker-slider .e-slider.e-hue-slider .e-handle,
      .e-container .e-slider-preview .e-colorpicker-slider .e-slider.e-hue-slider .e-handle-start,
      .e-container .e-slider-preview .e-colorpicker-slider .e-slider.e-opacity-slider .e-handle,
      .e-container .e-slider-preview .e-colorpicker-slider .e-slider.e-opacity-slider .e-handle-start {
        -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
                box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3); }
    .e-container .e-slider-preview .e-preview-container {
      background: transparent url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB3aWR0aD0iNnB4IiBoZWlnaHQ9IjZweCIgdmlld0JveD0iMCAwIDYgNiIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj4KICAgIDwhLS0gR2VuZXJhdG9yOiBTa2V0Y2ggNTAgKDU0OTgzKSAtIGh0dHA6Ly93d3cuYm9oZW1pYW5jb2RpbmcuY29tL3NrZXRjaCAtLT4KICAgIDx0aXRsZT5Hcm91cCA5PC90aXRsZT4KICAgIDxkZXNjPkNyZWF0ZWQgd2l0aCBTa2V0Y2guPC9kZXNjPgogICAgPGRlZnM+PC9kZWZzPgogICAgPGcgaWQ9IlBhZ2UtMSIgc3Ryb2tlPSJub25lIiBzdHJva2Utd2lkdGg9IjEiIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCI+CiAgICAgICAgPGcgaWQ9Ikdyb3VwLTkiPgogICAgICAgICAgICA8cmVjdCBpZD0iUmVjdGFuZ2xlLTExIiBmaWxsPSIjRTBFMEUwIiB4PSIwIiB5PSIwIiB3aWR0aD0iMyIgaGVpZ2h0PSIzIj48L3JlY3Q+CiAgICAgICAgICAgIDxyZWN0IGlkPSJSZWN0YW5nbGUtMTEtQ29weS0yIiBmaWxsPSIjRkZGRkZGIiB4PSIwIiB5PSIzIiB3aWR0aD0iMyIgaGVpZ2h0PSIzIj48L3JlY3Q+CiAgICAgICAgICAgIDxyZWN0IGlkPSJSZWN0YW5nbGUtMTEtQ29weSIgZmlsbD0iI0ZGRkZGRiIgeD0iMyIgeT0iMCIgd2lkdGg9IjMiIGhlaWdodD0iMyI+PC9yZWN0PgogICAgICAgICAgICA8cmVjdCBpZD0iUmVjdGFuZ2xlLTExLUNvcHktMyIgZmlsbD0iI0UwRTBFMCIgeD0iMyIgeT0iMyIgd2lkdGg9IjMiIGhlaWdodD0iMyI+PC9yZWN0PgogICAgICAgIDwvZz4KICAgIDwvZz4KPC9zdmc+");
      background-size: 10px;
      border: 1px solid #e0e0e0;
      cursor: pointer;
      display: inline-block;
      height: 32px;
      margin-left: 4.205%;
      position: relative;
      top: -2px;
      width: 13.45%; }
      .e-container .e-slider-preview .e-preview-container .e-preview {
        display: block;
        height: 16px;
        position: absolute;
        width: 100%; }
        .e-container .e-slider-preview .e-preview-container .e-preview.e-current {
          border-bottom: 1px solid #e0e0e0;
          top: 0; }
        .e-container .e-slider-preview .e-preview-container .e-preview.e-previous {
          height: 14px;
          top: 16px; }
  .e-container .e-selected-value {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0 16px 16px;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    width: 100%; }
    .e-container .e-selected-value .e-input-container .e-float-input input {
      padding-left: 0;
      text-align: center; }
    .e-container .e-selected-value .e-input-container .e-numeric-hidden {
      display: none; }
    .e-container .e-selected-value .e-value-switch-btn {
      font-family: 'e-icons';
      font-size: 16px;
      line-height: 16px;
      margin-top: 0;
      padding: 2px 3px; }
  .e-container .e-input-container {
    display: inline-block;
    width: 89.8%; }
    .e-container .e-input-container .e-float-input {
      display: inline-block;
      margin-right: 3.75%;
      vertical-align: baseline; }
      .e-container .e-input-container .e-float-input:first-child {
        width: 33%; }
        .e-container .e-input-container .e-float-input:first-child input {
          height: auto; }
      .e-container .e-input-container .e-float-input.e-numeric {
        height: auto;
        width: 12%; }
        .e-container .e-input-container .e-float-input.e-numeric input {
          height: auto; }
      .e-container .e-input-container .e-float-input .e-float-text {
        text-align: center; }
  .e-container .e-switch-ctrl-btn {
    display: inline-block;
    padding: 0 16px 16px;
    white-space: nowrap;
    width: 100%; }
    .e-container .e-switch-ctrl-btn .e-ctrl-btn {
      float: right;
      text-align: right;
      white-space: nowrap;
      width: 89.913%; }
      .e-container .e-switch-ctrl-btn .e-ctrl-btn .e-btn {
        max-width: 50%;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap; }
        .e-container .e-switch-ctrl-btn .e-ctrl-btn .e-btn.e-cancel {
          margin-left: 0; }
    .e-container .e-switch-ctrl-btn .e-mode-switch-btn {
      background-origin: border-box;
      background-position: center;
      background-size: cover;
      float: left;
      margin-top: 0;
      overflow: hidden;
      white-space: nowrap; }
      .e-container .e-switch-ctrl-btn .e-mode-switch-btn:focus {
        -webkit-box-shadow: 0 0 2px 3px rgba(0, 0, 0, 0.2);
                box-shadow: 0 0 2px 3px rgba(0, 0, 0, 0.2); }
  .e-container .e-value-switch-btn,
  .e-container .e-mode-switch-btn {
    background-color: transparent;
    border-color: transparent;
    position: relative;
    width: 10.09%;
    height: 24px; }
  .e-container.e-color-picker .e-value-switch-btn:focus, .e-container.e-color-picker .e-value-switch-btn:hover, .e-container.e-color-picker .e-value-switch-btn:active {
    border-color: transparent;
    -webkit-box-shadow: none;
            box-shadow: none;
    outline: none; }
  .e-container.e-color-picker .e-value-switch-btn:focus {
    outline: none; }
  .e-container.e-color-palette .e-palette + .e-selected-value,
  .e-container.e-color-palette .e-palette-group + .e-selected-value {
    padding: 16px 16px; }
  .e-container.e-color-palette .e-palette + .e-switch-ctrl-btn,
  .e-container.e-color-palette .e-palette-group + .e-switch-ctrl-btn {
    padding: 23px 16px 16px; }

.sf-colorpicker.e-container .e-input-container .e-float-input {
  margin-right: calc(3.75% - 2.28px); }

.e-hide-opacity .e-container .e-slider-preview .e-colorpicker-slider {
  vertical-align: super; }

.e-hide-opacity .e-container .e-slider-preview .e-preview-container {
  top: 0; }

.e-hide-opacity .e-container .e-float-input:first-child {
  width: 36%; }

.e-hide-opacity .e-container .e-float-input.e-numeric {
  width: 16.3%; }

.e-hide-hex-value .e-container .e-float-input.e-numeric {
  width: 21.25%; }

.e-hide-hex-value.e-hide-opacity .e-container .e-float-input.e-numeric {
  width: 29.59%; }

.e-hide-valueswitcher .e-container .e-input-container {
  width: 100%; }

.e-hide-valueswitcher .e-container .e-float-input:first-child {
  width: 33%; }

.e-hide-valueswitcher .e-container .e-float-input.e-numeric {
  width: 13%; }

.e-hide-valueswitcher .e-container .e-float-input:last-child {
  margin-right: 0; }

.e-hide-valueswitcher.e-hide-opacity .e-container .e-float-input:first-child {
  width: 36%; }

.e-hide-valueswitcher.e-hide-opacity .e-container .e-float-input.e-numeric {
  width: 17.58%; }

.e-hide-valueswitcher.e-hide-hex-value .e-container .e-float-input.e-numeric {
  width: 22.18%; }

.e-hide-valueswitcher.e-hide-hex-value.e-hide-opacity .e-container .e-float-input.e-numeric {
  width: 30.82%; }

.e-rtl .e-container .e-hsv-container .e-hsv-color {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(0, 0, 0, 0)), to(#000)), -webkit-gradient(linear, right top, left top, color-stop(0, #fff), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0, #000 100%), linear-gradient(to left, #fff 0, rgba(255, 255, 255, 0) 100%); }

.e-rtl .e-container .e-slider-preview .e-hue-slider .e-slider-track {
  background: -webkit-gradient(linear, right top, left top, color-stop(0, #f00), color-stop(16%, #ff0), color-stop(33%, #0f0), color-stop(50%, #0ff), color-stop(67%, #00f), color-stop(84%, #f0f), to(#ff0004));
  background: linear-gradient(to left, #f00 0, #ff0 16%, #0f0 33%, #0ff 50%, #00f 67%, #f0f 84%, #ff0004 100%); }

.e-rtl .e-container .e-slider-preview .e-preview-container {
  margin-left: 0;
  margin-right: 4.205%; }

.e-rtl .e-container .e-selected-value .e-float-input {
  margin-left: 3.75%;
  margin-right: 0; }
  .e-rtl .e-container .e-selected-value .e-float-input input {
    padding-right: 0; }

.e-rtl .e-container .e-selected-value .e-value-switch-btn {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg); }

.e-rtl .e-container .e-switch-ctrl-btn .e-mode-switch-btn {
  float: right; }

.e-rtl .e-container .e-switch-ctrl-btn .e-ctrl-btn {
  float: left;
  text-align: left; }
  .e-rtl .e-container .e-switch-ctrl-btn .e-ctrl-btn .e-cancel {
    margin-left: 0;
    margin-right: 0; }

.e-rtl .e-container.sf-colorpicker .e-selected-value .e-input-container .e-float-input {
  margin-right: calc(3.75% - 2.28px); }

.e-rtl.e-hide-valueswitcher .e-container .e-float-input:last-child {
  margin-left: 0; }

.e-bigger .e-container.e-color-picker {
  width: 290px; }

.e-bigger .e-container .e-palette .e-tile {
  height: 29px;
  width: 29px; }

.e-bigger .e-container .e-hsv-container .e-hsv-color {
  height: 180px; }

.e-bigger .e-container .e-custom-palette.e-palette-group {
  height: 290px; }

.e-bigger .e-container .e-slider-preview {
  padding: 8px 16px; }
  .e-bigger .e-container .e-slider-preview .e-preview-container {
    margin-left: 4.657%;
    top: 0;
    vertical-align: super;
    width: 12.408%; }
  .e-bigger .e-container .e-slider-preview .e-colorpicker-slider {
    width: 82.944%; }
    .e-bigger .e-container .e-slider-preview .e-colorpicker-slider .e-slider-container {
      height: 20px; }
      .e-bigger .e-container .e-slider-preview .e-colorpicker-slider .e-slider-container .e-handle {
        border-radius: 8px;
        height: 16px;
        top: calc(50% - 8px);
        width: 16px; }
  .e-bigger .e-container .e-slider-preview .e-switch-ctrl-btn .e-ctrl-btn {
    width: 90.6%; }

.e-bigger .e-container.e-color-palette .e-palette + .e-switch-ctrl-btn {
  padding: 25px 16px 16px; }

.e-bigger .e-container .e-input-container {
  width: 90.7%; }
  .e-bigger .e-container .e-input-container .e-float-input {
    margin-right: 3.425%; }
    .e-bigger .e-container .e-input-container .e-float-input:first-child {
      width: 33.5%; }
      .e-bigger .e-container .e-input-container .e-float-input:first-child input {
        height: auto; }
    .e-bigger .e-container .e-input-container .e-float-input.e-numeric {
      height: auto;
      width: 12.34%; }
      .e-bigger .e-container .e-input-container .e-float-input.e-numeric input {
        height: auto; }

.e-bigger .e-container .e-css.e-value-switch-btn,
.e-bigger .e-container .e-mode-switch-btn {
  font-size: 18px;
  line-height: 18px;
  padding: 2px 3px;
  width: 9.306%; }

.e-bigger .e-container .e-mode-switch-btn {
  margin-top: 5px; }

.e-bigger .e-container.sf-colorpicker .e-input-container .e-float-input {
  margin-right: calc(3.425% - 2.38px); }

.e-bigger .e-hide-opacity .e-container .e-slider-preview, .e-bigger.e-hide-opacity .e-container .e-slider-preview {
  padding: 8px 16px; }
  .e-bigger .e-hide-opacity .e-container .e-slider-preview .e-preview-container, .e-bigger.e-hide-opacity .e-container .e-slider-preview .e-preview-container {
    vertical-align: initial; }

.e-bigger .e-hide-opacity .e-container .e-float-input:first-child, .e-bigger.e-hide-opacity .e-container .e-float-input:first-child {
  width: 36%; }

.e-bigger .e-hide-opacity .e-container .e-float-input.e-numeric, .e-bigger.e-hide-opacity .e-container .e-float-input.e-numeric {
  width: 16.76%; }

.e-bigger.e-hide-hex-value .e-container .e-float-input.e-numeric,
.e-bigger .e-hide-hex-value .e-container .e-float-input.e-numeric {
  width: 21.58%; }

.e-bigger.e-hide-hex-value.e-hide-opacity .e-container .e-float-input.e-numeric,
.e-bigger .e-hide-hex-value.e-hide-opacity .e-container .e-float-input.e-numeric {
  width: 29.59%; }

.e-bigger.e-hide-valueswitcher .e-container .e-input-container,
.e-bigger .e-hide-valueswitcher .e-container .e-input-container {
  width: 100%; }

.e-bigger.e-hide-valueswitcher .e-container .e-float-input:last-child,
.e-bigger .e-hide-valueswitcher .e-container .e-float-input:last-child {
  margin-right: 0; }

.e-bigger.e-hide-valueswitcher .e-container .e-float-input.e-numeric,
.e-bigger .e-hide-valueswitcher .e-container .e-float-input.e-numeric {
  width: 13.2%; }

.e-bigger.e-hide-valueswitcher.e-hide-opacity .e-container .e-float-input:first-child,
.e-bigger .e-hide-valueswitcher.e-hide-opacity .e-container .e-float-input:first-child {
  width: 36%; }

.e-bigger.e-hide-valueswitcher.e-hide-opacity .e-container .e-float-input.e-numeric,
.e-bigger .e-hide-valueswitcher.e-hide-opacity .e-container .e-float-input.e-numeric {
  width: 17.9%; }

.e-bigger.e-hide-valueswitcher.e-hide-hex-value .e-container .e-float-input.e-numeric,
.e-bigger.e-hide-valueswitcher .e-hide-hex-value .e-container .e-float-input.e-numeric,
.e-bigger .e-hide-valueswitcher.e-hide-hex-value .e-container .e-float-input.e-numeric,
.e-bigger .e-hide-valueswitcher .e-hide-hex-value .e-container .e-float-input.e-numeric {
  width: 21.58%; }

.e-bigger.e-hide-valueswitcher.e-hide-hex-value.e-hide-opacity .e-container .e-float-input.e-numeric,
.e-bigger.e-hide-valueswitcher .e-hide-hex-value.e-hide-opacity .e-container .e-float-input.e-numeric,
.e-bigger .e-hide-valueswitcher.e-hide-hex-value.e-hide-opacity .e-container .e-float-input.e-numeric,
.e-bigger .e-hide-valueswitcher .e-hide-hex-value.e-hide-opacity .e-container .e-float-input.e-numeric {
  width: 31%; }

.e-bigger .e-rtl .e-container .e-slider-preview .e-preview-container,
.e-bigger.e-rtl .e-container .e-slider-preview .e-preview-container {
  margin-left: 0;
  margin-right: 4.657%; }

.e-bigger .e-rtl .e-container .e-selected-value .e-float-input,
.e-bigger.e-rtl .e-container .e-selected-value .e-float-input {
  margin-left: 3.425%;
  margin-right: 0; }

.e-bigger .e-rtl .e-container.sf-colorpicker .e-selected-value .e-input-container .e-float-input,
.e-bigger.e-rtl .e-container.sf-colorpicker .e-selected-value .e-input-container .e-float-input {
  margin-left: calc(3.425% - 2.38px); }

.e-bigger .e-rtl.e-hide-valueswitcher .e-container .e-float-input:last-child,
.e-bigger.e-rtl.e-hide-valueswitcher .e-container .e-float-input:last-child {
  margin-left: 0; }

.e-hide-switchable-value .e-container .e-input-container .e-float-input:first-child,
.e-bigger.e-hide-switchable-value .e-container .e-input-container .e-float-input:first-child,
.e-bigger .e-hide-switchable-value .e-container .e-input-container .e-float-input:first-child {
  width: 100%; }

.e-popup.e-tooltip-wrap.e-color-picker-tooltip {
  border-bottom-left-radius: 50%;
  border-bottom-right-radius: 0%;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
          box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
  cursor: pointer;
  min-width: 26px;
  -webkit-transform: translateY(18px) rotate(45deg) scale(0.01);
          transform: translateY(18px) rotate(45deg) scale(0.01);
  -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
  transition: -webkit-transform 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
  transition: transform 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
  transition: transform 0.4s cubic-bezier(0.25, 0.8, 0.25, 1), -webkit-transform 0.4s cubic-bezier(0.25, 0.8, 0.25, 1); }
  .e-popup.e-tooltip-wrap.e-color-picker-tooltip .e-tip-content {
    background: transparent url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB3aWR0aD0iNnB4IiBoZWlnaHQ9IjZweCIgdmlld0JveD0iMCAwIDYgNiIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj4KICAgIDwhLS0gR2VuZXJhdG9yOiBTa2V0Y2ggNTAgKDU0OTgzKSAtIGh0dHA6Ly93d3cuYm9oZW1pYW5jb2RpbmcuY29tL3NrZXRjaCAtLT4KICAgIDx0aXRsZT5Hcm91cCA5PC90aXRsZT4KICAgIDxkZXNjPkNyZWF0ZWQgd2l0aCBTa2V0Y2guPC9kZXNjPgogICAgPGRlZnM+PC9kZWZzPgogICAgPGcgaWQ9IlBhZ2UtMSIgc3Ryb2tlPSJub25lIiBzdHJva2Utd2lkdGg9IjEiIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCI+CiAgICAgICAgPGcgaWQ9Ikdyb3VwLTkiPgogICAgICAgICAgICA8cmVjdCBpZD0iUmVjdGFuZ2xlLTExIiBmaWxsPSIjRTBFMEUwIiB4PSIwIiB5PSIwIiB3aWR0aD0iMyIgaGVpZ2h0PSIzIj48L3JlY3Q+CiAgICAgICAgICAgIDxyZWN0IGlkPSJSZWN0YW5nbGUtMTEtQ29weS0yIiBmaWxsPSIjRkZGRkZGIiB4PSIwIiB5PSIzIiB3aWR0aD0iMyIgaGVpZ2h0PSIzIj48L3JlY3Q+CiAgICAgICAgICAgIDxyZWN0IGlkPSJSZWN0YW5nbGUtMTEtQ29weSIgZmlsbD0iI0ZGRkZGRiIgeD0iMyIgeT0iMCIgd2lkdGg9IjMiIGhlaWdodD0iMyI+PC9yZWN0PgogICAgICAgICAgICA8cmVjdCBpZD0iUmVjdGFuZ2xlLTExLUNvcHktMyIgZmlsbD0iI0UwRTBFMCIgeD0iMyIgeT0iMyIgd2lkdGg9IjMiIGhlaWdodD0iMyI+PC9yZWN0PgogICAgICAgIDwvZz4KICAgIDwvZz4KPC9zdmc+");
    background-size: 8px;
    border-radius: 50%;
    height: 24px;
    position: relative;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    width: 24px; }

.e-split-preview,
.e-tip-transparent {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%; }

.e-bigger .e-popup.e-tooltip-wrap.e-color-picker-tooltip,
.e-bigger.e-popup.e-tooltip-wrap.e-color-picker-tooltip {
  min-width: 32px; }
  .e-bigger .e-popup.e-tooltip-wrap.e-color-picker-tooltip .e-tip-content,
  .e-bigger.e-popup.e-tooltip-wrap.e-color-picker-tooltip .e-tip-content {
    height: 30px;
    width: 30px; }

.e-container {
  background-color: #fff; }
  .e-container .e-palette .e-tile:hover {
    border-color: #eee; }
  .e-container .e-palette .e-tile.e-selected {
    border-color: #eee; }
  .e-container .e-handler.e-hide-handler,
  .e-container .e-handle.e-hide-handler {
    background-color: transparent;
    border-color: transparent;
    -webkit-box-shadow: none;
            box-shadow: none; }

.e-container .e-control-wrapper.e-slider-container .e-slider.e-hue-slider .e-handle:not(.e-tab-handle),
.e-container .e-control-wrapper.e-slider-container .e-slider.e-opacity-slider .e-handle:not(.e-tab-handle) {
  background-color: #fff;
  border-color: #fff; }
  .e-container .e-control-wrapper.e-slider-container .e-slider.e-hue-slider .e-handle:not(.e-tab-handle).e-handle-start:not(.e-tab-handle),
  .e-container .e-control-wrapper.e-slider-container .e-slider.e-opacity-slider .e-handle:not(.e-tab-handle).e-handle-start:not(.e-tab-handle) {
    background-color: #fff;
    border-color: #fff; }

.e-container .e-control-wrapper.e-slider-container .e-slider.e-hue-slider .e-handle.e-tab-handle,
.e-container .e-control-wrapper.e-slider-container .e-slider.e-opacity-slider .e-handle.e-tab-handle {
  background-color: #fff;
  border-color: #fff;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
          box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3); }

.e-colorpicker-wrapper.e-disabled .e-value-switch-btn,
.e-colorpicker-wrapper.e-disabled .e-mode-switch-btn,
.e-colorpicker-container.e-disabled .e-value-switch-btn,
.e-colorpicker-container.e-disabled .e-mode-switch-btn {
  color: rgba(0, 0, 0, 0.26); }
  .e-colorpicker-wrapper.e-disabled .e-value-switch-btn:focus,
  .e-colorpicker-wrapper.e-disabled .e-mode-switch-btn:focus,
  .e-colorpicker-container.e-disabled .e-value-switch-btn:focus,
  .e-colorpicker-container.e-disabled .e-mode-switch-btn:focus {
    background-color: transparent;
    color: rgba(0, 0, 0, 0.26);
    outline: none;
    outline-offset: unset; }
  .e-colorpicker-wrapper.e-disabled .e-value-switch-btn:active,
  .e-colorpicker-wrapper.e-disabled .e-mode-switch-btn:active,
  .e-colorpicker-container.e-disabled .e-value-switch-btn:active,
  .e-colorpicker-container.e-disabled .e-mode-switch-btn:active {
    background-color: transparent;
    color: rgba(0, 0, 0, 0.26); }

.e-popup.e-tooltip-wrap.e-color-picker-tooltip {
  background-color: #fff;
  border-color: #fff; }

/*! contextmenu layout */
.e-contextmenu-wrapper ul .e-menu-item .e-previous::before,
.e-contextmenu-container ul .e-menu-item .e-previous::before {
  content: '\e977'; }

.e-contextmenu-wrapper ul .e-menu-item .e-caret::before,
.e-contextmenu-container ul .e-menu-item .e-caret::before {
  content: '\e956'; }

.e-rtl.e-contextmenu-wrapper .e-menu-item .e-caret::before,
.e-rtl.e-contextmenu-container .e-menu-item .e-caret::before {
  content: '\e937'; }

/*! contextmenu layout */
.e-contextmenu-wrapper ul,
.e-contextmenu-container ul {
  font-weight: normal;
  list-style-image: none;
  list-style-position: outside;
  list-style-type: none;
  margin: 0;
  overflow: hidden;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  font-size: 14px;
  padding: 8px 0;
  border: none;
  border-radius: 0;
  -webkit-box-shadow: 0 5px 5px -3px rgba(0, 0, 0, 0.2), 0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12);
          box-shadow: 0 5px 5px -3px rgba(0, 0, 0, 0.2), 0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12);
  display: none;
  min-width: 120px;
  position: absolute; }
  .e-contextmenu-wrapper ul.e-ul,
  .e-contextmenu-wrapper ul.e-ul *,
  .e-contextmenu-container ul.e-ul,
  .e-contextmenu-container ul.e-ul * {
    -webkit-box-sizing: border-box;
            box-sizing: border-box; }
    .e-contextmenu-wrapper ul.e-ul:focus,
    .e-contextmenu-wrapper ul.e-ul *:focus,
    .e-contextmenu-container ul.e-ul:focus,
    .e-contextmenu-container ul.e-ul *:focus {
      outline: none; }
  .e-contextmenu-wrapper ul.e-contextmenu,
  .e-contextmenu-container ul.e-contextmenu {
    -webkit-box-shadow: 0 5px 5px -3px rgba(0, 0, 0, 0.2), 0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12);
            box-shadow: 0 5px 5px -3px rgba(0, 0, 0, 0.2), 0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12); }
  .e-contextmenu-wrapper ul.e-ul,
  .e-contextmenu-container ul.e-ul {
    font-family: "Roboto", "Segoe UI", "GeezaPro", "DejaVu Serif", "sans-serif", "-apple-system", "BlinkMacSystemFont"; }
  .e-contextmenu-wrapper ul .e-menu-item,
  .e-contextmenu-container ul .e-menu-item {
    cursor: pointer;
    position: relative;
    height: 36px;
    line-height: 36px;
    padding: 0 16px; }
    .e-contextmenu-wrapper ul .e-menu-item.e-menu-hide,
    .e-contextmenu-container ul .e-menu-item.e-menu-hide {
      display: none; }
    .e-contextmenu-wrapper ul .e-menu-item.e-menu-header,
    .e-contextmenu-container ul .e-menu-item.e-menu-header {
      border-bottom-style: solid;
      border-bottom-width: 1px; }
    .e-contextmenu-wrapper ul .e-menu-item .e-menu-url,
    .e-contextmenu-container ul .e-menu-item .e-menu-url {
      text-decoration: none; }
    .e-contextmenu-wrapper ul .e-menu-item .e-menu-icon,
    .e-contextmenu-container ul .e-menu-item .e-menu-icon {
      display: inline-block;
      vertical-align: middle; }
    .e-contextmenu-wrapper ul .e-menu-item.e-separator,
    .e-contextmenu-container ul .e-menu-item.e-separator {
      cursor: auto;
      line-height: normal;
      pointer-events: none; }
    .e-contextmenu-wrapper ul .e-menu-item .e-menu-url,
    .e-contextmenu-container ul .e-menu-item .e-menu-url {
      display: inline-block;
      min-width: 120px; }
    .e-contextmenu-wrapper ul .e-menu-item .e-menu-icon,
    .e-contextmenu-container ul .e-menu-item .e-menu-icon {
      font-size: 14px;
      line-height: 36px;
      margin-right: 10px;
      width: 1em; }
    .e-contextmenu-wrapper ul .e-menu-item .e-caret,
    .e-contextmenu-container ul .e-menu-item .e-caret {
      line-height: 36px;
      margin-left: 16px;
      margin-right: 0;
      position: absolute;
      right: 8px; }
    .e-contextmenu-wrapper ul .e-menu-item.e-menu-caret-icon,
    .e-contextmenu-container ul .e-menu-item.e-menu-caret-icon {
      padding-right: 36px; }
    .e-contextmenu-wrapper ul .e-menu-item.e-separator,
    .e-contextmenu-container ul .e-menu-item.e-separator {
      border-bottom-style: solid;
      border-bottom-width: 1px;
      height: auto;
      margin: 8px 0; }
    .e-contextmenu-wrapper ul .e-menu-item .e-caret,
    .e-contextmenu-container ul .e-menu-item .e-caret {
      font-size: 11px; }
    .e-contextmenu-wrapper ul .e-menu-item .e-previous,
    .e-contextmenu-container ul .e-menu-item .e-previous {
      margin-right: 16px; }
    .e-contextmenu-wrapper ul .e-menu-item.e-disabled,
    .e-contextmenu-container ul .e-menu-item.e-disabled {
      cursor: auto;
      pointer-events: none; }

.e-contextmenu-wrapper.e-sfcontextmenu,
.e-contextmenu-container.e-sfcontextmenu {
  position: fixed; }
  .e-contextmenu-wrapper.e-sfcontextmenu ul,
  .e-contextmenu-container.e-sfcontextmenu ul {
    white-space: nowrap; }
    .e-contextmenu-wrapper.e-sfcontextmenu ul.e-transparent,
    .e-contextmenu-container.e-sfcontextmenu ul.e-transparent {
      background: transparent;
      border: 0;
      -webkit-box-shadow: none;
              box-shadow: none;
      height: 1px;
      left: 0;
      min-width: 0;
      padding: 0;
      top: 0;
      width: 0; }
    .e-contextmenu-wrapper.e-sfcontextmenu ul.e-transparent .e-menu-item,
    .e-contextmenu-container.e-sfcontextmenu ul.e-transparent .e-menu-item {
      height: 0;
      padding: 0; }
    .e-contextmenu-wrapper.e-sfcontextmenu ul.e-transparent .e-menu-item.e-separator,
    .e-contextmenu-container.e-sfcontextmenu ul.e-transparent .e-menu-item.e-separator {
      border: 0;
      margin: 0; }

.e-rtl.e-contextmenu-wrapper .e-menu-item .e-menu-icon,
.e-rtl.e-contextmenu-container .e-menu-item .e-menu-icon {
  margin-right: 0; }

.e-rtl.e-contextmenu-wrapper .e-menu-item .e-caret,
.e-rtl.e-contextmenu-container .e-menu-item .e-caret {
  margin-left: 0;
  margin-right: 16px;
  right: auto; }

.e-rtl.e-contextmenu-wrapper .e-menu-item .e-menu-icon,
.e-rtl.e-contextmenu-container .e-menu-item .e-menu-icon {
  margin-left: 10px; }

.e-rtl.e-contextmenu-wrapper .e-menu-item .e-caret,
.e-rtl.e-contextmenu-container .e-menu-item .e-caret {
  left: 8px; }

.e-rtl.e-contextmenu-wrapper .e-menu-item.e-menu-caret-icon,
.e-rtl.e-contextmenu-container .e-menu-item.e-menu-caret-icon {
  padding-left: 36px;
  padding-right: 16px; }

.e-rtl.e-contextmenu-wrapper .e-menu-item.e-blankicon,
.e-rtl.e-contextmenu-container .e-menu-item.e-blankicon {
  padding-left: 16px; }
  .e-rtl.e-contextmenu-wrapper .e-menu-item.e-blankicon.e-menu-caret-icon,
  .e-rtl.e-contextmenu-container .e-menu-item.e-blankicon.e-menu-caret-icon {
    padding-left: 36px; }

.e-bigger .e-contextmenu-wrapper ul,
.e-bigger.e-contextmenu-wrapper ul,
.e-bigger .e-contextmenu-container ul,
.e-bigger.e-contextmenu-container ul {
  font-size: 15px;
  padding: 8px 0;
  white-space: nowrap;
  -webkit-box-shadow: 0 5px 5px -3px rgba(0, 0, 0, 0.2), 0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12);
          box-shadow: 0 5px 5px -3px rgba(0, 0, 0, 0.2), 0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12);
  max-width: 280px;
  min-width: 112px; }
  .e-bigger .e-contextmenu-wrapper ul .e-menu-item,
  .e-bigger.e-contextmenu-wrapper ul .e-menu-item,
  .e-bigger .e-contextmenu-container ul .e-menu-item,
  .e-bigger.e-contextmenu-container ul .e-menu-item {
    height: 48px;
    line-height: 48px; }
    .e-bigger .e-contextmenu-wrapper ul .e-menu-item .e-menu-icon,
    .e-bigger.e-contextmenu-wrapper ul .e-menu-item .e-menu-icon,
    .e-bigger .e-contextmenu-container ul .e-menu-item .e-menu-icon,
    .e-bigger.e-contextmenu-container ul .e-menu-item .e-menu-icon {
      font-size: 16px;
      line-height: 48px; }
    .e-bigger .e-contextmenu-wrapper ul .e-menu-item .e-caret,
    .e-bigger.e-contextmenu-wrapper ul .e-menu-item .e-caret,
    .e-bigger .e-contextmenu-container ul .e-menu-item .e-caret,
    .e-bigger.e-contextmenu-container ul .e-menu-item .e-caret {
      line-height: 48px; }
    .e-bigger .e-contextmenu-wrapper ul .e-menu-item.e-separator,
    .e-bigger.e-contextmenu-wrapper ul .e-menu-item.e-separator,
    .e-bigger .e-contextmenu-container ul .e-menu-item.e-separator,
    .e-bigger.e-contextmenu-container ul .e-menu-item.e-separator {
      height: auto;
      line-height: normal; }
    .e-bigger .e-contextmenu-wrapper ul .e-menu-item .e-caret,
    .e-bigger.e-contextmenu-wrapper ul .e-menu-item .e-caret,
    .e-bigger .e-contextmenu-container ul .e-menu-item .e-caret,
    .e-bigger.e-contextmenu-container ul .e-menu-item .e-caret {
      font-size: 12px; }

.e-bigger .e-contextmenu-wrapper.e-rtl ul .e-blankicon,
.e-bigger.e-contextmenu-wrapper.e-rtl ul .e-blankicon,
.e-bigger .e-contextmenu-container.e-rtl ul .e-blankicon,
.e-bigger.e-contextmenu-container.e-rtl ul .e-blankicon {
  padding-left: 16px; }
  .e-bigger .e-contextmenu-wrapper.e-rtl ul .e-blankicon.e-menu-caret-icon,
  .e-bigger.e-contextmenu-wrapper.e-rtl ul .e-blankicon.e-menu-caret-icon,
  .e-bigger .e-contextmenu-container.e-rtl ul .e-blankicon.e-menu-caret-icon,
  .e-bigger.e-contextmenu-container.e-rtl ul .e-blankicon.e-menu-caret-icon {
    padding-left: 36px; }

/*! contextmenu theme */
.e-contextmenu-wrapper ul,
.e-contextmenu-container ul {
  background-color: #fff;
  color: rgba(0, 0, 0, 0.87); }
  .e-contextmenu-wrapper ul .e-menu-item.e-menu-header,
  .e-contextmenu-container ul .e-menu-item.e-menu-header {
    border-bottom-color: rgba(0, 0, 0, 0.12); }
  .e-contextmenu-wrapper ul .e-menu-item .e-caret,
  .e-contextmenu-container ul .e-menu-item .e-caret {
    color: rgba(0, 0, 0, 0.54); }
  .e-contextmenu-wrapper ul .e-menu-item .e-menu-icon,
  .e-contextmenu-container ul .e-menu-item .e-menu-icon {
    color: rgba(0, 0, 0, 0.54); }
  .e-contextmenu-wrapper ul .e-menu-item .e-menu-url,
  .e-contextmenu-container ul .e-menu-item .e-menu-url {
    color: rgba(0, 0, 0, 0.87); }
  .e-contextmenu-wrapper ul .e-menu-item.e-focused,
  .e-contextmenu-container ul .e-menu-item.e-focused {
    background-color: #eee;
    color: rgba(0, 0, 0, 0.87);
    outline: 0 solid rgba(0, 0, 0, 0.12);
    outline-offset: 0; }
    .e-contextmenu-wrapper ul .e-menu-item.e-focused .e-caret,
    .e-contextmenu-container ul .e-menu-item.e-focused .e-caret {
      color: rgba(0, 0, 0, 0.54); }
    .e-contextmenu-wrapper ul .e-menu-item.e-focused .e-menu-icon,
    .e-contextmenu-container ul .e-menu-item.e-focused .e-menu-icon {
      color: rgba(0, 0, 0, 0.54); }
  .e-contextmenu-wrapper ul .e-menu-item.e-selected,
  .e-contextmenu-container ul .e-menu-item.e-selected {
    background-color: #eee;
    color: rgba(0, 0, 0, 0.87);
    outline: 0 solid #eee;
    outline-offset: 0; }
    .e-contextmenu-wrapper ul .e-menu-item.e-selected .e-caret,
    .e-contextmenu-container ul .e-menu-item.e-selected .e-caret {
      color: rgba(0, 0, 0, 0.54); }
    .e-contextmenu-wrapper ul .e-menu-item.e-selected .e-menu-icon,
    .e-contextmenu-container ul .e-menu-item.e-selected .e-menu-icon {
      color: rgba(0, 0, 0, 0.54); }
  .e-contextmenu-wrapper ul .e-disabled,
  .e-contextmenu-container ul .e-disabled {
    color: rgba(0, 0, 0, 0.38);
    opacity: 1; }
    .e-contextmenu-wrapper ul .e-disabled .e-menu-icon,
    .e-contextmenu-container ul .e-disabled .e-menu-icon {
      color: rgba(0, 0, 0, 0.38); }
    .e-contextmenu-wrapper ul .e-disabled .e-caret,
    .e-contextmenu-container ul .e-disabled .e-caret {
      color: rgba(0, 0, 0, 0.38); }
    .e-contextmenu-wrapper ul .e-disabled .e-menu-url,
    .e-contextmenu-container ul .e-disabled .e-menu-url {
      color: rgba(0, 0, 0, 0.38); }
  .e-contextmenu-wrapper ul .e-separator,
  .e-contextmenu-container ul .e-separator {
    border-bottom-color: rgba(0, 0, 0, 0.12); }

/*! component's theme wise override material-definitions and variables */
.e-dashboardlayout.e-control .e-panel .e-resize.e-single.e-east,
.e-dashboardlayout.e-control .e-panel .e-resize.e-double.e-east {
  height: 100%;
  padding: 20px 0;
  right: 1px;
  top: 0;
  width: 12px; }

.e-dashboardlayout.e-control .e-panel .e-resize.e-single.e-west,
.e-dashboardlayout.e-control .e-panel .e-resize.e-double.e-west {
  height: 100%;
  left: 0;
  padding: 20px 0;
  top: 0;
  width: 12px; }

.e-dashboardlayout.e-control .e-panel .e-resize.e-single.e-north,
.e-dashboardlayout.e-control .e-panel .e-resize.e-double.e-north {
  height: 12px;
  padding: 0 20px;
  top: 1px;
  width: 100%; }

.e-dashboardlayout.e-control .e-panel .e-resize.e-single.e-south,
.e-dashboardlayout.e-control .e-panel .e-resize.e-double.e-south {
  bottom: 1px;
  height: 12px;
  padding: 0 20px;
  width: 100%; }

.e-dashboardlayout.e-control .e-panel .e-resize.e-single.e-south-east,
.e-dashboardlayout.e-control .e-panel .e-resize.e-double.e-south-east {
  bottom: 0;
  right: 1px;
  z-index: 10; }

.e-dashboardlayout.e-control .e-panel .e-resize.e-single.e-north-west,
.e-dashboardlayout.e-control .e-panel .e-resize.e-double.e-north-west {
  left: 2px;
  top: 2px;
  z-index: 10; }

.e-dashboardlayout.e-control .e-panel .e-resize.e-single.e-north-east,
.e-dashboardlayout.e-control .e-panel .e-resize.e-double.e-north-east {
  right: 2px;
  top: 2px;
  z-index: 10; }

.e-dashboardlayout.e-control .e-panel .e-resize.e-single.e-south-west,
.e-dashboardlayout.e-control .e-panel .e-resize.e-double.e-south-west {
  bottom: 1px;
  left: 1px;
  z-index: 10; }

.e-dashboardlayout.e-control .e-panel .e-resize.e-single.e-south-east::before,
.e-dashboardlayout.e-control .e-panel .e-resize.e-double.e-south-east::before {
  bottom: 0;
  content: '\eb05';
  font-size: 12px;
  position: absolute;
  right: 0; }

.e-dashboardlayout.e-control .e-panel .e-resize.e-single.e-south-west::before,
.e-dashboardlayout.e-control .e-panel .e-resize.e-double.e-south-west::before {
  bottom: 0;
  content: '\eb05';
  font-size: 12px;
  left: 0;
  position: absolute;
  -webkit-transform: rotateY(180deg);
          transform: rotateY(180deg); }

.e-dashboardlayout.e-control .e-dashboard-gridline-table {
  background: #f5f5f5;
  border-collapse: collapse;
  height: 100%;
  width: 100%; }

.e-dashboardlayout.e-control .e-dashboard-gridline-table tbody tr td.e-dashboard-gridline {
  border: 1px dotted #bdbdbd;
  position: absolute; }

.e-dashboardlayout.e-control.e-responsive {
  width: 100% !important; }

.e-dashboardlayout.e-control.e-prevent {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none; }

.e-dashboardlayout.e-control .e-panel {
  border-radius: 2px; }
  .e-dashboardlayout.e-control .e-panel:hover {
    border: 1px #bdbdbd solid; }
    .e-dashboardlayout.e-control .e-panel:hover .e-panel-container .e-resize.e-dl-icon {
      display: block; }
  .e-dashboardlayout.e-control .e-panel:active {
    border: 1px #4d4d4d solid; }
  .e-dashboardlayout.e-control .e-panel .e-panel-container .e-resize.e-dl-icon {
    display: none; }
  .e-dashboardlayout.e-control .e-panel.e-panel-transition {
    -webkit-transition: top .5s, left .5s;
    transition: top .5s, left .5s; }
  .e-dashboardlayout.e-control .e-panel .e-panel-header {
    border-bottom: none;
    color: rgba(0, 0, 0, 0.54);
    font-family: "Roboto", "Segoe UI", "GeezaPro", "DejaVu Serif", "sans-serif", "-apple-system", "BlinkMacSystemFont";
    font-size: 14px;
    font-weight: 500;
    height: 28px;
    padding: 2px 12px; }
    .e-dashboardlayout.e-control .e-panel .e-panel-header div {
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap; }
    .e-dashboardlayout.e-control .e-panel .e-panel-header .e-header-content {
      display: inline-block; }
    .e-dashboardlayout.e-control .e-panel .e-panel-header .e-header-template {
      float: right; }
  .e-dashboardlayout.e-control .e-panel .e-panel-container {
    height: 100%;
    width: 100%; }
    .e-dashboardlayout.e-control .e-panel .e-panel-container .e-panel-content .e-blazor-template {
      height: inherit;
      width: inherit; }

.e-dashboardlayout.e-control .e-panel {
  border: 1px #e0e0e0 solid;
  height: 100%;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  width: 100%; }
  .e-dashboardlayout.e-control .e-panel .e-resize.e-single,
  .e-dashboardlayout.e-control .e-panel .e-resize.e-double {
    position: absolute;
    -ms-touch-action: none;
        touch-action: none; }
    .e-dashboardlayout.e-control .e-panel .e-resize.e-single.e-east, .e-dashboardlayout.e-control .e-panel .e-resize.e-single.e-west, .e-dashboardlayout.e-control .e-panel .e-resize.e-single.e-north, .e-dashboardlayout.e-control .e-panel .e-resize.e-single.e-south,
    .e-dashboardlayout.e-control .e-panel .e-resize.e-double.e-east,
    .e-dashboardlayout.e-control .e-panel .e-resize.e-double.e-west,
    .e-dashboardlayout.e-control .e-panel .e-resize.e-double.e-north,
    .e-dashboardlayout.e-control .e-panel .e-resize.e-double.e-south {
      border: none; }
    .e-dashboardlayout.e-control .e-panel .e-resize.e-single.e-east:hover,
    .e-dashboardlayout.e-control .e-panel .e-resize.e-double.e-east:hover {
      cursor: e-resize; }
    .e-dashboardlayout.e-control .e-panel .e-resize.e-single.e-west:hover,
    .e-dashboardlayout.e-control .e-panel .e-resize.e-double.e-west:hover {
      cursor: w-resize; }
    .e-dashboardlayout.e-control .e-panel .e-resize.e-single.e-north:hover,
    .e-dashboardlayout.e-control .e-panel .e-resize.e-double.e-north:hover {
      cursor: n-resize; }
    .e-dashboardlayout.e-control .e-panel .e-resize.e-single.e-south:hover,
    .e-dashboardlayout.e-control .e-panel .e-resize.e-double.e-south:hover {
      cursor: s-resize; }
    .e-dashboardlayout.e-control .e-panel .e-resize.e-single.e-north-west:hover,
    .e-dashboardlayout.e-control .e-panel .e-resize.e-double.e-north-west:hover {
      cursor: nw-resize; }
    .e-dashboardlayout.e-control .e-panel .e-resize.e-single.e-north-east:hover,
    .e-dashboardlayout.e-control .e-panel .e-resize.e-double.e-north-east:hover {
      cursor: ne-resize; }
    .e-dashboardlayout.e-control .e-panel .e-resize.e-single.e-south-west:hover,
    .e-dashboardlayout.e-control .e-panel .e-resize.e-double.e-south-west:hover {
      cursor: sw-resize; }
    .e-dashboardlayout.e-control .e-panel .e-resize.e-single.e-south-east:hover,
    .e-dashboardlayout.e-control .e-panel .e-resize.e-double.e-south-east:hover {
      cursor: se-resize; }
  .e-dashboardlayout.e-control .e-panel .e-resize.e-single::before,
  .e-dashboardlayout.e-control .e-panel .e-resize.e-double::before {
    font-family: 'e-icons';
    position: absolute; }

.e-dashboardlayout.e-control .e-drag:hover {
  cursor: move; }

.e-dashboardlayout.e-control .e-drag-restrict.e-drag:hover,
.e-dashboardlayout.e-control .e-drag-restrict .e-drag:hover {
  cursor: default; }

.e-dashboardlayout.e-control .e-panel.e-dragging,
.e-dashboardlayout.e-control .e-panel.e-item-moving {
  cursor: move;
  z-index: 1111 !important; }

.e-dashboardlayout.e-control .e-panel.e-rtl .e-panel-header .e-header-template {
  float: left; }

.e-dashboardlayout.e-control .e-holder {
  background: rgba(77, 77, 77, 0.2);
  border: 1px #4d4d4d dotted;
  border-radius: 2px;
  position: absolute;
  border-radius: 2px; }
  .e-dashboardlayout.e-control .e-holder.e-holder-transition {
    -webkit-transition: top .3s, left .3s;
    transition: top .3s, left .3s; }

.e-dashboardlayout.e-control .e-panel.e-bigger.e-panel-header {
  font-size: 13px;
  font-weight: 500;
  height: 30px;
  padding: 0 12px; }

.e-content-placeholder.e-dashboardlayout.e-placeholder-dashboardlayout {
  height: 100%;
  width: 100%; }

.e-dashboardlayout.e-control {
  display: block;
  position: relative; }
  .e-dashboardlayout.e-control .e-panel {
    background: #fff;
    -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.15);
            box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.15);
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    position: absolute; }
    .e-dashboardlayout.e-control .e-panel .e-panel-container .e-panel-header {
      color: rgba(0, 0, 0, 0.54); }
  .e-dashboardlayout.e-control .e-panel {
    background: #fff;
    -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.15);
            box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.15);
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    position: absolute; }
    .e-dashboardlayout.e-control .e-panel .e-panel-container .e-panel-header {
      color: rgba(0, 0, 0, 0.54); }
    .e-dashboardlayout.e-control .e-panel .e-panel-container .e-resize.e-single {
      background: none; }
    .e-dashboardlayout.e-control .e-panel .e-panel-container .e-resize.e-double {
      color: #000;
      font-size: 20px;
      height: 20px;
      width: 20px; }
      .e-dashboardlayout.e-control .e-panel .e-panel-container .e-resize.e-double.e-south-east-double {
        bottom: 1px;
        right: 1px; }
      .e-dashboardlayout.e-control .e-panel .e-panel-container .e-resize.e-double.e-south-west-double {
        bottom: 1px;
        left: 1px; }
      .e-dashboardlayout.e-control .e-panel .e-panel-container .e-resize.e-double.e-north-west-double {
        left: 1px;
        top: 1px; }
      .e-dashboardlayout.e-control .e-panel .e-panel-container .e-resize.e-double.e-north-east-double {
        right: 1px;
        top: 1px; }
      .e-dashboardlayout.e-control .e-panel .e-panel-container .e-resize.e-double.e-north-east-shrink {
        right: 1px;
        top: 1px; }
      .e-dashboardlayout.e-control .e-panel .e-panel-container .e-resize.e-double.e-north-west-shrink {
        left: 1px;
        top: 1px; }
      .e-dashboardlayout.e-control .e-panel .e-panel-container .e-resize.e-double.e-south-west-shrink {
        bottom: 1px;
        left: 1px; }
      .e-dashboardlayout.e-control .e-panel .e-panel-container .e-resize.e-double.e-south-east-shrink {
        bottom: 1px;
        right: 1px; }
      .e-dashboardlayout.e-control .e-panel .e-panel-container .e-resize.e-double.e-north-east-expand {
        right: 1px;
        top: 1px; }
      .e-dashboardlayout.e-control .e-panel .e-panel-container .e-resize.e-double.e-north-west-expand {
        left: 1px;
        top: 1px; }
      .e-dashboardlayout.e-control .e-panel .e-panel-container .e-resize.e-double.e-south-west-expand {
        bottom: 1px;
        left: 1px; }
      .e-dashboardlayout.e-control .e-panel .e-panel-container .e-resize.e-double.e-south-east-expand {
        bottom: 1px;
        right: 1px; }
  .e-dashboardlayout.e-control .e-panel.e-bigger .e-panel-header {
    color: rgba(0, 0, 0, 0.54); }

/*! component icons */
.e-input-group-icon.e-date-icon,
*.e-control-wrapper .e-input-group-icon.e-date-icon {
  font-size: 16px;
  margin: 0 0 4px 0;
  min-height: 24px;
  min-width: 24px;
  outline: none; }
  .e-input-group-icon.e-date-icon::before,
  *.e-control-wrapper .e-input-group-icon.e-date-icon::before {
    content: '\e901';
    font-family: 'e-icons'; }
  .e-input-group-icon.e-date-icon:focus,
  *.e-control-wrapper .e-input-group-icon.e-date-icon:focus {
    background: #eee;
    border-radius: 50%; }

.e-bigger .e-input-group-icon.e-date-icon,
*.e-control-wrapper.e-bigger .e-input-group-icon.e-date-icon,
*.e-bigger .e-control-wrapper .e-input-group-icon.e-date-icon {
  font-size: 20px;
  margin: 5px 0 6px 0;
  min-height: 26px;
  min-width: 26px; }
  .e-bigger .e-input-group-icon.e-date-icon::before,
  *.e-control-wrapper.e-bigger .e-input-group-icon.e-date-icon::before,
  *.e-bigger .e-control-wrapper .e-input-group-icon.e-date-icon::before {
    content: '\e901';
    font-family: 'e-icons'; }
  .e-bigger .e-input-group-icon.e-date-icon:focus,
  *.e-control-wrapper.e-bigger .e-input-group-icon.e-date-icon:focus,
  *.e-bigger .e-control-wrapper .e-input-group-icon.e-date-icon:focus {
    background: #eee;
    border-radius: 50%; }

.e-small .e-input-group-icon.e-date-icon,
*.e-control-wrapper.e-small .e-input-group-icon.e-date-icon,
*.e-small .e-control-wrapper .e-input-group-icon.e-date-icon {
  font-size: 14px; }

.e-small.e-bigger .e-input-group-icon.e-date-icon,
*.e-control-wrapper.e-small.e-bigger .e-input-group-icon.e-date-icon,
*.e-small.e-bigger .e-control-wrapper .e-input-group-icon.e-date-icon {
  font-size: 18px; }

.e-date-wrapper.e-outline .e-input-group-icon.e-date-icon,
.e-date-wrapper.e-control-wrapper.e-outline .e-input-group-icon.e-date-icon {
  min-height: 0;
  min-width: 20px; }

.e-bigger .e-date-wrapper.e-outline .e-input-group-icon.e-date-icon,
.e-date-wrapper.e-control-wrapper.e-bigger.e-outline .e-input-group-icon.e-date-icon,
.e-bigger .e-date-wrapper.e-control-wrapper.e-outline .e-input-group-icon.e-date-icon {
  min-height: 0;
  min-width: 24px; }

.e-small .e-date-wrapper.e-outline .e-input-group-icon.e-date-icon,
.e-date-wrapper.e-control-wrapper.e-small.e-outline .e-input-group-icon.e-date-icon,
.e-small .e-date-wrapper.e-control-wrapper.e-outline .e-input-group-icon.e-date-icon {
  min-height: 0;
  min-width: 18px; }

.e-bigger.e-small .e-outline.e-date-wrapper .e-input-group-icon.e-date-icon,
.e-bigger.e-small.e-outline.e-date-wrapper .e-input-group-icon.e-date-icon,
.e-date-wrapper.e-control-wrapper.e-bigger.e-small.e-outline .e-input-group-icon.e-date-icon,
.e-bigger.e-small .e-date-wrapper.e-control-wrapper.e-outline .e-input-group-icon.e-date-icon {
  min-height: 0;
  min-width: 20px; }

.e-input-group.e-control-wrapper.e-date-wrapper.e-non-edit.e-input-focus .e-input:focus ~ .e-clear-icon,
.e-float-input.e-control-wrapper.e-input-group.e-date-wrapper.e-non-edit.e-input-focus input:focus ~ .e-clear-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.e-date-wrapper:not(.e-filled) .e-date-icon.e-icons {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

.e-datepicker .e-calendar .e-content table tbody tr.e-month-hide:last-child {
  display: none; }

.e-datepicker.e-popup-wrapper {
  border-radius: 0;
  overflow-y: hidden;
  pointer-events: auto; }

.e-datepicker.e-date-modal {
  background-color: rgba(0, 0, 0, 0.6);
  height: 100%;
  left: 0;
  opacity: .5;
  pointer-events: auto;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 999; }

.e-datepicker .e-model-header {
  background-color: #971b1e;
  color: #fff;
  cursor: default;
  display: block;
  padding: 10px 10px 10px 15px; }
  .e-datepicker .e-model-header .e-model-year {
    font-size: 14px;
    font-weight: 500;
    line-height: 32px;
    margin: 0; }

.e-datepicker .e-model-month,
.e-datepicker .e-model-day {
  font-size: 20px;
  font-weight: 500;
  line-height: 32px;
  margin: 0; }

.e-date-overflow {
  overflow: hidden !important; }

.e-datepick-mob-popup-wrap {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  left: 0;
  max-height: 100%;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1002; }
  .e-datepick-mob-popup-wrap .e-datepicker.e-popup-wrapper.e-lib.e-popup.e-control.e-popup-open {
    position: relative;
    top: 0 !important;
    left: 0 !important; }

.e-content-placeholder.e-datepicker.e-placeholder-datepicker {
  background-size: 250px 33px;
  min-height: 33px; }

.e-bigger .e-content-placeholder.e-datepicker.e-placeholder-datepicker,
.e-bigger.e-content-placeholder.e-datepicker.e-placeholder-datepicker {
  background-size: 250px 40px;
  min-height: 40px; }

@media screen and (orientation: landscape) and (max-height: 360px) {
  .e-datepicker .e-calendar.e-device .e-month table tbody {
    display: inline-block;
    height: 130px;
    overflow: auto; } }

.e-datepicker.e-popup-wrapper,
.e-bigger.e-small .e-datepicker.e-popup-wrapper {
  border: none;
  -webkit-box-shadow: 0 5px 5px -3px rgba(0, 0, 0, 0.2), 0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12);
          box-shadow: 0 5px 5px -3px rgba(0, 0, 0, 0.2), 0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12); }

.e-datepicker .e-calendar,
.e-bigger.e-small .e-datepicker .e-calendar {
  background-color: #fff;
  border: none; }

*.e-input-group.e-date-wrapper.e-dateinput-active:active:not(.e-success):not(.e-warning):not(.e-error) {
  border: none; }

.e-date-wrapper span.e-input-group-icon.e-date-icon.e-icons.e-active {
  color: #971b1e; }

.e-date-wrapper span.e-input-group-icon.e-date-icon.e-icons.e-active {
  color: #971b1e; }

/*! radiobutton layout */
.e-radio-wrapper {
  display: inline-block;
  line-height: 1;
  position: relative; }

.e-radio {
  -webkit-appearance: none;
  height: 1px;
  opacity: 0;
  position: absolute;
  width: 1px; }
  .e-radio + label {
    -webkit-tap-highlight-color: transparent;
    cursor: pointer;
    display: inline-block;
    margin: 0;
    position: relative;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    vertical-align: middle;
    white-space: nowrap; }
    .e-radio + label .e-label {
      display: inline-block;
      font-family: "Roboto", "Segoe UI", "GeezaPro", "DejaVu Serif", "sans-serif", "-apple-system", "BlinkMacSystemFont";
      font-size: 13px;
      font-weight: normal;
      line-height: 18px;
      padding-left: 28px;
      vertical-align: text-top;
      white-space: normal; }
    .e-radio + label::before {
      border: 2px solid;
      border-radius: 50%;
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      content: '';
      height: 18px;
      left: 0;
      position: absolute;
      top: 0;
      width: 18px; }
    .e-radio + label:focus::before {
      -webkit-box-shadow: none;
              box-shadow: none; }
    .e-radio + label::after {
      border: 1px solid;
      border-radius: 50%;
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      content: '';
      height: 8px;
      left: 5px;
      position: absolute;
      top: 5px;
      -webkit-transform: scale(0);
              transform: scale(0);
      width: 8px; }
    .e-radio + label .e-ripple-container {
      border-radius: 50%;
      height: 34px;
      left: -8px;
      position: absolute;
      top: -8px;
      width: 34px;
      z-index: 1; }
    .e-radio + label.e-right .e-label, .e-radio + label.e-rtl .e-label {
      padding-left: 0;
      padding-right: 28px; }
    .e-radio + label.e-right::before, .e-radio + label.e-rtl::before {
      left: auto;
      right: 0; }
    .e-radio + label.e-right::after, .e-radio + label.e-rtl::after {
      left: auto;
      right: 5px; }
    .e-radio + label.e-right .e-ripple-container, .e-radio + label.e-rtl .e-ripple-container {
      left: auto;
      right: -8px; }
    .e-radio + label.e-right.e-rtl .e-label {
      padding-left: 28px;
      padding-right: 0; }
    .e-radio + label.e-right.e-rtl::before {
      left: 0;
      right: auto; }
    .e-radio + label.e-right.e-rtl::after {
      left: 5px;
      right: auto; }
    .e-radio + label.e-right.e-rtl .e-ripple-container {
      left: -8px;
      right: auto; }
    .e-radio + label.e-small .e-label {
      line-height: 14px;
      padding-left: 24px; }
    .e-radio + label.e-small::before {
      height: 14px;
      width: 14px; }
    .e-radio + label.e-small::after {
      height: 6px;
      left: 4px;
      top: 4px;
      width: 6px; }
    .e-radio + label.e-small .e-ripple-container {
      left: -10px;
      top: -10px; }
    .e-radio + label.e-small.e-right .e-label, .e-radio + label.e-small.e-rtl .e-label {
      padding-left: 0;
      padding-right: 24px; }
    .e-radio + label.e-small.e-right::after, .e-radio + label.e-small.e-rtl::after {
      left: auto;
      right: 4px; }
    .e-radio + label.e-small.e-right .e-ripple-container, .e-radio + label.e-small.e-rtl .e-ripple-container {
      left: auto;
      right: -10px; }
    .e-radio + label.e-small.e-right.e-rtl .e-label {
      padding-left: 24px;
      padding-right: 0; }
    .e-radio + label.e-small.e-right.e-rtl::after {
      left: 4px;
      right: auto; }
    .e-radio + label.e-small.e-right.e-rtl .e-ripple-container {
      left: -10px;
      right: auto; }
  .e-radio:checked + label::after {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-transition: background-color ease 280ms, -webkit-transform ease 280ms;
    transition: background-color ease 280ms, -webkit-transform ease 280ms;
    transition: transform ease 280ms, background-color ease 280ms;
    transition: transform ease 280ms, background-color ease 280ms, -webkit-transform ease 280ms; }

.e-small .e-radio + label .e-label,
.e-radio + label.e-small .e-label {
  line-height: 14px;
  padding-left: 24px; }

.e-small .e-radio + label::before,
.e-radio + label.e-small::before {
  height: 14px;
  width: 14px; }

.e-small .e-radio + label::after,
.e-radio + label.e-small::after {
  height: 6px;
  left: 4px;
  top: 4px;
  width: 6px; }

.e-small .e-radio + label .e-ripple-container,
.e-radio + label.e-small .e-ripple-container {
  left: -10px;
  top: -10px; }

.e-small .e-radio + label.e-right .e-label, .e-small .e-radio + label.e-rtl .e-label,
.e-radio + label.e-small.e-right .e-label,
.e-radio + label.e-small.e-rtl .e-label {
  padding-left: 0;
  padding-right: 24px; }

.e-small .e-radio + label.e-right::after, .e-small .e-radio + label.e-rtl::after,
.e-radio + label.e-small.e-right::after,
.e-radio + label.e-small.e-rtl::after {
  left: auto;
  right: 4px; }

.e-small .e-radio + label.e-right .e-ripple-container, .e-small .e-radio + label.e-rtl .e-ripple-container,
.e-radio + label.e-small.e-right .e-ripple-container,
.e-radio + label.e-small.e-rtl .e-ripple-container {
  left: auto;
  right: -10px; }

.e-small .e-radio + label.e-right.e-rtl .e-label,
.e-radio + label.e-small.e-right.e-rtl .e-label {
  padding-left: 24px;
  padding-right: 0; }

.e-small .e-radio + label.e-right.e-rtl::after,
.e-radio + label.e-small.e-right.e-rtl::after {
  left: 4px;
  right: auto; }

.e-small .e-radio + label.e-right.e-rtl .e-ripple-container,
.e-radio + label.e-small.e-right.e-rtl .e-ripple-container {
  left: -10px;
  right: auto; }

.e-bigger.e-small .e-radio + label .e-label,
.e-radio + label.e-bigger.e-small .e-label {
  line-height: 20px;
  padding-left: 32px; }

.e-bigger.e-small .e-radio + label::before,
.e-radio + label.e-bigger.e-small::before {
  height: 20px;
  width: 20px; }

.e-bigger.e-small .e-radio + label::after,
.e-radio + label.e-bigger.e-small::after {
  height: 8px;
  left: 6px;
  top: 6px;
  width: 8px; }

.e-bigger.e-small .e-radio + label .e-ripple-container,
.e-radio + label.e-bigger.e-small .e-ripple-container {
  height: 40px;
  left: -10px;
  top: -10px;
  width: 40px; }

.e-bigger.e-small .e-radio + label.e-right .e-label, .e-bigger.e-small .e-radio + label.e-rtl .e-label,
.e-radio + label.e-bigger.e-small.e-right .e-label,
.e-radio + label.e-bigger.e-small.e-rtl .e-label {
  padding-left: 0;
  padding-right: 32px; }

.e-bigger.e-small .e-radio + label.e-right::after, .e-bigger.e-small .e-radio + label.e-rtl::after,
.e-radio + label.e-bigger.e-small.e-right::after,
.e-radio + label.e-bigger.e-small.e-rtl::after {
  left: auto;
  right: 6px; }

.e-bigger.e-small .e-radio + label.e-right .e-ripple-container, .e-bigger.e-small .e-radio + label.e-rtl .e-ripple-container,
.e-radio + label.e-bigger.e-small.e-right .e-ripple-container,
.e-radio + label.e-bigger.e-small.e-rtl .e-ripple-container {
  left: auto;
  right: -10px; }

.e-bigger.e-small .e-radio + label.e-right.e-rtl .e-label,
.e-radio + label.e-bigger.e-small.e-right.e-rtl .e-label {
  padding-left: 32px;
  padding-right: 0; }

.e-bigger.e-small .e-radio + label.e-right.e-rtl::after,
.e-radio + label.e-bigger.e-small.e-right.e-rtl::after {
  left: 6px;
  right: auto; }

.e-bigger.e-small .e-radio + label.e-right.e-rtl .e-ripple-container,
.e-radio + label.e-bigger.e-small.e-right.e-rtl .e-ripple-container {
  left: -10px;
  right: auto; }

.e-bigger .e-radio + label .e-label,
.e-radio + label.e-bigger .e-label {
  font-size: 14px;
  line-height: 22px;
  padding-left: 34px; }

.e-bigger .e-radio + label::before,
.e-radio + label.e-bigger::before {
  height: 22px;
  width: 22px; }

.e-bigger .e-radio + label::after,
.e-radio + label.e-bigger::after {
  height: 10px;
  left: 6px;
  top: 6px;
  width: 10px; }

.e-bigger .e-radio + label .e-ripple-container,
.e-radio + label.e-bigger .e-ripple-container {
  height: 42px;
  left: -10px;
  top: -10px;
  width: 42px; }

.e-bigger .e-radio + label.e-right .e-label, .e-bigger .e-radio + label.e-rtl .e-label,
.e-radio + label.e-bigger.e-right .e-label,
.e-radio + label.e-bigger.e-rtl .e-label {
  padding-left: 0;
  padding-right: 34px; }

.e-bigger .e-radio + label.e-right::after, .e-bigger .e-radio + label.e-rtl::after,
.e-radio + label.e-bigger.e-right::after,
.e-radio + label.e-bigger.e-rtl::after {
  left: auto;
  right: 6px; }

.e-bigger .e-radio + label.e-right .e-ripple-container, .e-bigger .e-radio + label.e-rtl .e-ripple-container,
.e-radio + label.e-bigger.e-right .e-ripple-container,
.e-radio + label.e-bigger.e-rtl .e-ripple-container {
  left: auto;
  right: -10px; }

.e-bigger .e-radio + label.e-right.e-rtl .e-label,
.e-radio + label.e-bigger.e-right.e-rtl .e-label {
  padding-left: 34px;
  padding-right: 0; }

.e-bigger .e-radio + label.e-right.e-rtl::after,
.e-radio + label.e-bigger.e-right.e-rtl::after {
  left: 6px;
  right: auto; }

.e-bigger .e-radio + label.e-right.e-rtl .e-ripple-container,
.e-radio + label.e-bigger.e-right.e-rtl .e-ripple-container {
  left: -12px;
  right: auto; }

.e-bigger .e-radio + label.e-small .e-label,
.e-radio + label.e-bigger.e-small .e-label {
  line-height: 20px;
  padding-left: 32px; }

.e-bigger .e-radio + label.e-small::before,
.e-radio + label.e-bigger.e-small::before {
  height: 20px;
  width: 20px; }

.e-bigger .e-radio + label.e-small::after,
.e-radio + label.e-bigger.e-small::after {
  height: 8px;
  left: 6px;
  top: 6px;
  width: 8px; }

.e-bigger .e-radio + label.e-small .e-ripple-container,
.e-radio + label.e-bigger.e-small .e-ripple-container {
  height: 40px;
  left: -10px;
  top: -10px;
  width: 40px; }

.e-bigger .e-radio + label.e-small.e-right .e-label, .e-bigger .e-radio + label.e-small.e-rtl .e-label,
.e-radio + label.e-bigger.e-small.e-right .e-label,
.e-radio + label.e-bigger.e-small.e-rtl .e-label {
  padding-left: 0;
  padding-right: 32px; }

.e-bigger .e-radio + label.e-small.e-right::after, .e-bigger .e-radio + label.e-small.e-rtl::after,
.e-radio + label.e-bigger.e-small.e-right::after,
.e-radio + label.e-bigger.e-small.e-rtl::after {
  left: auto;
  right: 6px; }

.e-bigger .e-radio + label.e-small.e-right .e-ripple-container, .e-bigger .e-radio + label.e-small.e-rtl .e-ripple-container,
.e-radio + label.e-bigger.e-small.e-right .e-ripple-container,
.e-radio + label.e-bigger.e-small.e-rtl .e-ripple-container {
  left: auto;
  right: -10px; }

.e-bigger .e-radio + label.e-small.e-right.e-rtl .e-label,
.e-radio + label.e-bigger.e-small.e-right.e-rtl .e-label {
  padding-left: 32px;
  padding-right: 0; }

.e-bigger .e-radio + label.e-small.e-right.e-rtl::after,
.e-radio + label.e-bigger.e-small.e-right.e-rtl::after {
  left: 6px;
  right: auto; }

.e-bigger .e-radio + label.e-small.e-right.e-rtl .e-ripple-container,
.e-radio + label.e-bigger.e-small.e-right.e-rtl .e-ripple-container {
  left: -10px;
  right: auto; }

/*! radiobutton theme */
.e-radio + label::before {
  background-color: #fff;
  border-color: #757575; }

.e-radio + label.e-focus .e-ripple-container {
  background-color: rgba(0, 0, 0, 0.12); }

.e-radio + label .e-label {
  color: rgba(0, 0, 0, 0.87); }

.e-radio + label .e-ripple-element {
  background-color: rgba(151, 27, 30, 0.26); }

.e-radio + label:active .e-ripple-element {
  background-color: rgba(0, 0, 0, 0.12); }

.e-radio:focus + label::before {
  border-color: #757575;
  -webkit-box-shadow: none;
          box-shadow: none; }

.e-radio:hover + label::before {
  border-color: #757575; }

.e-radio:checked + label::before {
  background-color: #fff;
  border-color: #971b1e; }

.e-radio:checked + label::after {
  background-color: #971b1e;
  color: #971b1e; }

.e-radio:checked + label:active .e-ripple-element {
  background-color: rgba(151, 27, 30, 0.26); }

.e-radio:checked + .e-focus .e-ripple-container {
  background-color: rgba(151, 27, 30, 0.26); }

.e-radio:checked + .e-focus::before {
  outline: #fff 0 solid;
  outline-offset: 0; }

.e-radio:checked:focus + label::before {
  border-color: #971b1e; }

.e-radio:checked:focus + label::after {
  background-color: #971b1e; }

.e-radio:checked + label:hover::before {
  border-color: #971b1e; }

.e-radio:checked + label:hover::after {
  background-color: #971b1e; }

.e-radio:disabled + label {
  cursor: default;
  pointer-events: none; }
  .e-radio:disabled + label::before {
    border-color: #bdbdbd;
    cursor: default; }
  .e-radio:disabled + label .e-ripple-container {
    background-color: transparent; }
    .e-radio:disabled + label .e-ripple-container::after {
      background-color: transparent;
      cursor: default; }
  .e-radio:disabled + label .e-label {
    color: #bdbdbd; }

.e-radio:disabled:checked + label::before {
  background-color: transparent;
  border-color: #bdbdbd; }

.e-radio:disabled:checked + label::after {
  background-color: #bdbdbd;
  border-color: #bdbdbd;
  cursor: default; }

.e-radio:disabled:checked + label .e-ripple-container {
  background-color: transparent; }
  .e-radio:disabled:checked + label .e-ripple-container::after {
    background-color: transparent; }

/*! switch layout */
.e-switch-wrapper,
.e-css.e-switch-wrapper {
  cursor: pointer;
  display: inline-block;
  height: 12px;
  position: relative;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  width: 34px; }
  .e-switch-wrapper .e-switch,
  .e-css.e-switch-wrapper .e-switch {
    -moz-appearance: none;
    height: 1px;
    opacity: 0;
    position: absolute;
    width: 1px; }
  .e-switch-wrapper .e-switch-inner,
  .e-css.e-switch-wrapper .e-switch-inner {
    -ms-transition: all 0.08s linear;
    -webkit-transition: all 0.08s linear;
    border: none;
    border-radius: 20px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    height: 100%;
    left: 0;
    overflow: hidden;
    position: absolute;
    top: 0;
    transition: all 0.08s linear;
    width: 100%; }
  .e-switch-wrapper .e-switch-on,
  .e-switch-wrapper .e-switch-off,
  .e-css.e-switch-wrapper .e-switch-on,
  .e-css.e-switch-wrapper .e-switch-off {
    -ms-transition: transform 90ms cubic-bezier(0.4, 0, 0.2, 1);
    -webkit-transition: transform 90ms cubic-bezier(0.4, 0, 0.2, 1);
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border-radius: inherit;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-family: "";
    font-size: small;
    height: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    left: 0;
    position: absolute;
    -webkit-transition: -webkit-transform 90ms cubic-bezier(0.4, 0, 0.2, 1);
    transition: -webkit-transform 90ms cubic-bezier(0.4, 0, 0.2, 1);
    transition: transform 90ms cubic-bezier(0.4, 0, 0.2, 1);
    transition: transform 90ms cubic-bezier(0.4, 0, 0.2, 1), -webkit-transform 90ms cubic-bezier(0.4, 0, 0.2, 1);
    width: 100%; }
  .e-switch-wrapper .e-switch-on,
  .e-css.e-switch-wrapper .e-switch-on {
    left: -100%;
    text-indent: -9999px; }
  .e-switch-wrapper .e-switch-off,
  .e-css.e-switch-wrapper .e-switch-off {
    left: 0;
    opacity: 0.42;
    text-indent: -9999px; }
  .e-switch-wrapper .e-switch-handle,
  .e-css.e-switch-wrapper .e-switch-handle {
    -ms-transition: all 0.2s linear;
    -webkit-transition: all 0.2s linear;
    border-radius: 50%;
    bottom: 0;
    height: 18px;
    left: 0;
    margin: auto 0;
    position: absolute;
    top: 0;
    transition: all 0.2s linear;
    width: 18px; }
  .e-switch-wrapper .e-switch-inner.e-switch-active .e-switch-on,
  .e-css.e-switch-wrapper .e-switch-inner.e-switch-active .e-switch-on {
    left: 0;
    opacity: 0.54; }
  .e-switch-wrapper .e-switch-inner.e-switch-active .e-switch-off,
  .e-css.e-switch-wrapper .e-switch-inner.e-switch-active .e-switch-off {
    left: 100%; }
  .e-switch-wrapper .e-switch-handle.e-switch-active,
  .e-css.e-switch-wrapper .e-switch-handle.e-switch-active {
    left: 100%;
    margin-left: -18px; }
  .e-switch-wrapper.e-switch-disabled,
  .e-css.e-switch-wrapper.e-switch-disabled {
    cursor: default; }
  .e-switch-wrapper .e-ripple-container,
  .e-css.e-switch-wrapper .e-ripple-container {
    border-radius: 50%;
    bottom: -9px;
    height: 52px;
    left: -17px;
    pointer-events: none;
    position: absolute;
    top: -17px;
    width: 52px;
    z-index: 1; }
  .e-switch-wrapper.e-rtl .e-switch-handle,
  .e-css.e-switch-wrapper.e-rtl .e-switch-handle {
    left: 100%;
    margin-left: -18px; }
  .e-switch-wrapper.e-rtl .e-switch-inner.e-switch-active .e-switch-on,
  .e-css.e-switch-wrapper.e-rtl .e-switch-inner.e-switch-active .e-switch-on {
    left: 0; }
  .e-switch-wrapper.e-rtl .e-switch-inner.e-switch-active .e-switch-off,
  .e-css.e-switch-wrapper.e-rtl .e-switch-inner.e-switch-active .e-switch-off {
    left: -100%; }
  .e-switch-wrapper.e-rtl .e-switch-on,
  .e-css.e-switch-wrapper.e-rtl .e-switch-on {
    left: 100%; }
  .e-switch-wrapper.e-rtl .e-switch-off,
  .e-css.e-switch-wrapper.e-rtl .e-switch-off {
    left: 0; }
  .e-switch-wrapper.e-rtl .e-switch-handle.e-switch-active,
  .e-css.e-switch-wrapper.e-rtl .e-switch-handle.e-switch-active {
    border-radius: 50%;
    height: 18px;
    left: 0;
    margin: auto 0;
    position: absolute;
    top: 0;
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
    width: 18px; }
  .e-switch-wrapper.e-small,
  .e-css.e-switch-wrapper.e-small {
    height: 10px;
    width: 26px; }
    .e-switch-wrapper.e-small .e-switch-handle,
    .e-css.e-switch-wrapper.e-small .e-switch-handle {
      height: 16px;
      width: 16px; }
    .e-switch-wrapper.e-small .e-ripple-container,
    .e-css.e-switch-wrapper.e-small .e-ripple-container {
      border-radius: 50%;
      height: 36px;
      left: -10px;
      pointer-events: none;
      position: absolute;
      top: -10px;
      width: 36px;
      z-index: 1; }
    .e-switch-wrapper.e-small .e-switch-handle.e-switch-active,
    .e-css.e-switch-wrapper.e-small .e-switch-handle.e-switch-active {
      left: 100%;
      margin-left: -16px; }
    .e-switch-wrapper.e-small .e-switch-on,
    .e-switch-wrapper.e-small .e-switch-off,
    .e-css.e-switch-wrapper.e-small .e-switch-on,
    .e-css.e-switch-wrapper.e-small .e-switch-off {
      font-size: 9px; }
    .e-switch-wrapper.e-small .e-switch-on,
    .e-css.e-switch-wrapper.e-small .e-switch-on {
      text-indent: -9999px; }
    .e-switch-wrapper.e-small .e-switch-off,
    .e-css.e-switch-wrapper.e-small .e-switch-off {
      text-indent: -9999px; }
    .e-switch-wrapper.e-small.e-rtl .e-switch-handle,
    .e-css.e-switch-wrapper.e-small.e-rtl .e-switch-handle {
      left: 100%;
      margin-left: -16px; }
    .e-switch-wrapper.e-small.e-rtl .e-switch-handle,
    .e-css.e-switch-wrapper.e-small.e-rtl .e-switch-handle {
      height: 16px;
      width: 16px; }
    .e-switch-wrapper.e-small.e-rtl .e-switch-on,
    .e-css.e-switch-wrapper.e-small.e-rtl .e-switch-on {
      left: 100%;
      opacity: 0.54; }
    .e-switch-wrapper.e-small.e-rtl .e-switch-off,
    .e-css.e-switch-wrapper.e-small.e-rtl .e-switch-off {
      left: 0; }
    .e-switch-wrapper.e-small.e-rtl .e-switch-inner.e-switch-active .e-switch-on,
    .e-css.e-switch-wrapper.e-small.e-rtl .e-switch-inner.e-switch-active .e-switch-on {
      left: 0; }
    .e-switch-wrapper.e-small.e-rtl .e-switch-inner.e-switch-active .e-switch-off,
    .e-css.e-switch-wrapper.e-small.e-rtl .e-switch-inner.e-switch-active .e-switch-off {
      left: -100%; }
    .e-switch-wrapper.e-small.e-rtl .e-switch-handle.e-switch-active,
    .e-css.e-switch-wrapper.e-small.e-rtl .e-switch-handle.e-switch-active {
      left: 16px; }

*.e-small .e-switch-wrapper,
*.e-small.e-switch-wrapper,
*.e-small .e-css.e-switch-wrapper,
*.e-small.e-css.e-switch-wrapper {
  height: 10px;
  width: 26px; }
  *.e-small .e-switch-wrapper .e-switch-handle,
  *.e-small.e-switch-wrapper .e-switch-handle,
  *.e-small .e-css.e-switch-wrapper .e-switch-handle,
  *.e-small.e-css.e-switch-wrapper .e-switch-handle {
    height: 16px;
    width: 16px; }
  *.e-small .e-switch-wrapper .e-ripple-container,
  *.e-small.e-switch-wrapper .e-ripple-container,
  *.e-small .e-css.e-switch-wrapper .e-ripple-container,
  *.e-small.e-css.e-switch-wrapper .e-ripple-container {
    border-radius: 50%;
    height: 36px;
    left: -10px;
    pointer-events: none;
    position: absolute;
    top: -10px;
    width: 36px;
    z-index: 1; }
  *.e-small .e-switch-wrapper .e-switch-handle.e-switch-active,
  *.e-small.e-switch-wrapper .e-switch-handle.e-switch-active,
  *.e-small .e-css.e-switch-wrapper .e-switch-handle.e-switch-active,
  *.e-small.e-css.e-switch-wrapper .e-switch-handle.e-switch-active {
    left: 100%;
    margin-left: -16px; }
  *.e-small .e-switch-wrapper .e-switch-on,
  *.e-small .e-switch-wrapper .e-switch-off,
  *.e-small.e-switch-wrapper .e-switch-on,
  *.e-small.e-switch-wrapper .e-switch-off,
  *.e-small .e-css.e-switch-wrapper .e-switch-on,
  *.e-small .e-css.e-switch-wrapper .e-switch-off,
  *.e-small.e-css.e-switch-wrapper .e-switch-on,
  *.e-small.e-css.e-switch-wrapper .e-switch-off {
    font-size: 9px; }
  *.e-small .e-switch-wrapper .e-switch-on,
  *.e-small.e-switch-wrapper .e-switch-on,
  *.e-small .e-css.e-switch-wrapper .e-switch-on,
  *.e-small.e-css.e-switch-wrapper .e-switch-on {
    text-indent: -9999px; }
  *.e-small .e-switch-wrapper .e-switch-off,
  *.e-small.e-switch-wrapper .e-switch-off,
  *.e-small .e-css.e-switch-wrapper .e-switch-off,
  *.e-small.e-css.e-switch-wrapper .e-switch-off {
    text-indent: -9999px; }
  *.e-small .e-switch-wrapper.e-rtl .e-switch-handle,
  *.e-small.e-switch-wrapper.e-rtl .e-switch-handle,
  *.e-small .e-css.e-switch-wrapper.e-rtl .e-switch-handle,
  *.e-small.e-css.e-switch-wrapper.e-rtl .e-switch-handle {
    left: 100%;
    margin-left: -16px; }
  *.e-small .e-switch-wrapper.e-rtl .e-switch-handle,
  *.e-small.e-switch-wrapper.e-rtl .e-switch-handle,
  *.e-small .e-css.e-switch-wrapper.e-rtl .e-switch-handle,
  *.e-small.e-css.e-switch-wrapper.e-rtl .e-switch-handle {
    height: 16px;
    width: 16px; }
  *.e-small .e-switch-wrapper.e-rtl .e-switch-on,
  *.e-small.e-switch-wrapper.e-rtl .e-switch-on,
  *.e-small .e-css.e-switch-wrapper.e-rtl .e-switch-on,
  *.e-small.e-css.e-switch-wrapper.e-rtl .e-switch-on {
    left: 100%;
    opacity: 0.54; }
  *.e-small .e-switch-wrapper.e-rtl .e-switch-off,
  *.e-small.e-switch-wrapper.e-rtl .e-switch-off,
  *.e-small .e-css.e-switch-wrapper.e-rtl .e-switch-off,
  *.e-small.e-css.e-switch-wrapper.e-rtl .e-switch-off {
    left: 0; }
  *.e-small .e-switch-wrapper.e-rtl .e-switch-inner.e-switch-active .e-switch-on,
  *.e-small.e-switch-wrapper.e-rtl .e-switch-inner.e-switch-active .e-switch-on,
  *.e-small .e-css.e-switch-wrapper.e-rtl .e-switch-inner.e-switch-active .e-switch-on,
  *.e-small.e-css.e-switch-wrapper.e-rtl .e-switch-inner.e-switch-active .e-switch-on {
    left: 0; }
  *.e-small .e-switch-wrapper.e-rtl .e-switch-inner.e-switch-active .e-switch-off,
  *.e-small.e-switch-wrapper.e-rtl .e-switch-inner.e-switch-active .e-switch-off,
  *.e-small .e-css.e-switch-wrapper.e-rtl .e-switch-inner.e-switch-active .e-switch-off,
  *.e-small.e-css.e-switch-wrapper.e-rtl .e-switch-inner.e-switch-active .e-switch-off {
    left: -100%; }
  *.e-small .e-switch-wrapper.e-rtl .e-switch-handle.e-switch-active,
  *.e-small.e-switch-wrapper.e-rtl .e-switch-handle.e-switch-active,
  *.e-small .e-css.e-switch-wrapper.e-rtl .e-switch-handle.e-switch-active,
  *.e-small.e-css.e-switch-wrapper.e-rtl .e-switch-handle.e-switch-active {
    left: 16px; }

*.e-bigger.e-small .e-switch-wrapper,
*.e-bigger.e-small.e-switch-wrapper,
*.e-bigger.e-small .e-css.e-switch-wrapper,
*.e-bigger.e-small.e-css.e-switch-wrapper {
  height: 12px;
  width: 34px; }
  *.e-bigger.e-small .e-switch-wrapper .e-switch-handle,
  *.e-bigger.e-small.e-switch-wrapper .e-switch-handle,
  *.e-bigger.e-small .e-css.e-switch-wrapper .e-switch-handle,
  *.e-bigger.e-small.e-css.e-switch-wrapper .e-switch-handle {
    height: 18px;
    left: 0;
    top: 0;
    width: 18px; }
  *.e-bigger.e-small .e-switch-wrapper .e-ripple-container,
  *.e-bigger.e-small.e-switch-wrapper .e-ripple-container,
  *.e-bigger.e-small .e-css.e-switch-wrapper .e-ripple-container,
  *.e-bigger.e-small.e-css.e-switch-wrapper .e-ripple-container {
    border-radius: 50%;
    height: 50px;
    left: -16px;
    pointer-events: none;
    position: absolute;
    top: -16px;
    width: 50px;
    z-index: 1; }
  *.e-bigger.e-small .e-switch-wrapper .e-switch-handle.e-switch-active,
  *.e-bigger.e-small.e-switch-wrapper .e-switch-handle.e-switch-active,
  *.e-bigger.e-small .e-css.e-switch-wrapper .e-switch-handle.e-switch-active,
  *.e-bigger.e-small.e-css.e-switch-wrapper .e-switch-handle.e-switch-active {
    left: 100%;
    margin-left: -18px; }
  *.e-bigger.e-small .e-switch-wrapper .e-switch-on,
  *.e-bigger.e-small .e-switch-wrapper .e-switch-off,
  *.e-bigger.e-small.e-switch-wrapper .e-switch-on,
  *.e-bigger.e-small.e-switch-wrapper .e-switch-off,
  *.e-bigger.e-small .e-css.e-switch-wrapper .e-switch-on,
  *.e-bigger.e-small .e-css.e-switch-wrapper .e-switch-off,
  *.e-bigger.e-small.e-css.e-switch-wrapper .e-switch-on,
  *.e-bigger.e-small.e-css.e-switch-wrapper .e-switch-off {
    font-size: 9px; }
  *.e-bigger.e-small .e-switch-wrapper .e-switch-on,
  *.e-bigger.e-small.e-switch-wrapper .e-switch-on,
  *.e-bigger.e-small .e-css.e-switch-wrapper .e-switch-on,
  *.e-bigger.e-small.e-css.e-switch-wrapper .e-switch-on {
    text-indent: -9999px; }
  *.e-bigger.e-small .e-switch-wrapper .e-switch-off,
  *.e-bigger.e-small.e-switch-wrapper .e-switch-off,
  *.e-bigger.e-small .e-css.e-switch-wrapper .e-switch-off,
  *.e-bigger.e-small.e-css.e-switch-wrapper .e-switch-off {
    text-indent: -9999px; }
  *.e-bigger.e-small .e-switch-wrapper.e-rtl .e-switch-handle,
  *.e-bigger.e-small.e-switch-wrapper.e-rtl .e-switch-handle,
  *.e-bigger.e-small .e-css.e-switch-wrapper.e-rtl .e-switch-handle,
  *.e-bigger.e-small.e-css.e-switch-wrapper.e-rtl .e-switch-handle {
    left: 100%;
    margin-left: -18px; }
  *.e-bigger.e-small .e-switch-wrapper.e-rtl .e-switch-handle,
  *.e-bigger.e-small.e-switch-wrapper.e-rtl .e-switch-handle,
  *.e-bigger.e-small .e-css.e-switch-wrapper.e-rtl .e-switch-handle,
  *.e-bigger.e-small.e-css.e-switch-wrapper.e-rtl .e-switch-handle {
    height: 18px;
    width: 18px; }
  *.e-bigger.e-small .e-switch-wrapper.e-rtl .e-switch-on,
  *.e-bigger.e-small.e-switch-wrapper.e-rtl .e-switch-on,
  *.e-bigger.e-small .e-css.e-switch-wrapper.e-rtl .e-switch-on,
  *.e-bigger.e-small.e-css.e-switch-wrapper.e-rtl .e-switch-on {
    left: 100%;
    opacity: 0.54; }
  *.e-bigger.e-small .e-switch-wrapper.e-rtl .e-switch-off,
  *.e-bigger.e-small.e-switch-wrapper.e-rtl .e-switch-off,
  *.e-bigger.e-small .e-css.e-switch-wrapper.e-rtl .e-switch-off,
  *.e-bigger.e-small.e-css.e-switch-wrapper.e-rtl .e-switch-off {
    left: 0; }
  *.e-bigger.e-small .e-switch-wrapper.e-rtl .e-switch-inner.e-switch-active .e-switch-on,
  *.e-bigger.e-small.e-switch-wrapper.e-rtl .e-switch-inner.e-switch-active .e-switch-on,
  *.e-bigger.e-small .e-css.e-switch-wrapper.e-rtl .e-switch-inner.e-switch-active .e-switch-on,
  *.e-bigger.e-small.e-css.e-switch-wrapper.e-rtl .e-switch-inner.e-switch-active .e-switch-on {
    left: 0; }
  *.e-bigger.e-small .e-switch-wrapper.e-rtl .e-switch-inner.e-switch-active .e-switch-off,
  *.e-bigger.e-small.e-switch-wrapper.e-rtl .e-switch-inner.e-switch-active .e-switch-off,
  *.e-bigger.e-small .e-css.e-switch-wrapper.e-rtl .e-switch-inner.e-switch-active .e-switch-off,
  *.e-bigger.e-small.e-css.e-switch-wrapper.e-rtl .e-switch-inner.e-switch-active .e-switch-off {
    left: -100%; }
  *.e-bigger.e-small .e-switch-wrapper.e-rtl .e-switch-handle.e-switch-active,
  *.e-bigger.e-small.e-switch-wrapper.e-rtl .e-switch-handle.e-switch-active,
  *.e-bigger.e-small .e-css.e-switch-wrapper.e-rtl .e-switch-handle.e-switch-active,
  *.e-bigger.e-small.e-css.e-switch-wrapper.e-rtl .e-switch-handle.e-switch-active {
    left: 18px; }

*.e-bigger .e-switch-wrapper,
*.e-bigger.e-switch-wrapper,
*.e-bigger .e-css.e-switch-wrapper,
*.e-bigger.e-css.e-switch-wrapper {
  height: 14px;
  width: 36px; }
  *.e-bigger .e-switch-wrapper .e-switch-handle,
  *.e-bigger.e-switch-wrapper .e-switch-handle,
  *.e-bigger .e-css.e-switch-wrapper .e-switch-handle,
  *.e-bigger.e-css.e-switch-wrapper .e-switch-handle {
    height: 20px;
    left: 0;
    top: 0;
    width: 20px; }
  *.e-bigger .e-switch-wrapper .e-switch-handle.e-switch-active,
  *.e-bigger.e-switch-wrapper .e-switch-handle.e-switch-active,
  *.e-bigger .e-css.e-switch-wrapper .e-switch-handle.e-switch-active,
  *.e-bigger.e-css.e-switch-wrapper .e-switch-handle.e-switch-active {
    left: 100%;
    margin-left: -20px; }
  *.e-bigger .e-switch-wrapper .e-switch-on,
  *.e-bigger .e-switch-wrapper .e-switch-off,
  *.e-bigger.e-switch-wrapper .e-switch-on,
  *.e-bigger.e-switch-wrapper .e-switch-off,
  *.e-bigger .e-css.e-switch-wrapper .e-switch-on,
  *.e-bigger .e-css.e-switch-wrapper .e-switch-off,
  *.e-bigger.e-css.e-switch-wrapper .e-switch-on,
  *.e-bigger.e-css.e-switch-wrapper .e-switch-off {
    font-size: 0; }
  *.e-bigger .e-switch-wrapper .e-switch-on,
  *.e-bigger.e-switch-wrapper .e-switch-on,
  *.e-bigger .e-css.e-switch-wrapper .e-switch-on,
  *.e-bigger.e-css.e-switch-wrapper .e-switch-on {
    text-indent: -9999px; }
  *.e-bigger .e-switch-wrapper .e-switch-off,
  *.e-bigger.e-switch-wrapper .e-switch-off,
  *.e-bigger .e-css.e-switch-wrapper .e-switch-off,
  *.e-bigger.e-css.e-switch-wrapper .e-switch-off {
    text-indent: -9999px; }
  *.e-bigger .e-switch-wrapper .e-ripple-container,
  *.e-bigger.e-switch-wrapper .e-ripple-container,
  *.e-bigger .e-css.e-switch-wrapper .e-ripple-container,
  *.e-bigger.e-css.e-switch-wrapper .e-ripple-container {
    height: 52px;
    left: -16px;
    top: -16px;
    width: 52px; }
  *.e-bigger .e-switch-wrapper.e-rtl .e-switch-handle,
  *.e-bigger.e-switch-wrapper.e-rtl .e-switch-handle,
  *.e-bigger .e-css.e-switch-wrapper.e-rtl .e-switch-handle,
  *.e-bigger.e-css.e-switch-wrapper.e-rtl .e-switch-handle {
    height: 20px;
    left: 100%;
    margin-left: -20px;
    top: 0;
    width: 20px; }
  *.e-bigger .e-switch-wrapper.e-rtl .e-switch-on,
  *.e-bigger.e-switch-wrapper.e-rtl .e-switch-on,
  *.e-bigger .e-css.e-switch-wrapper.e-rtl .e-switch-on,
  *.e-bigger.e-css.e-switch-wrapper.e-rtl .e-switch-on {
    left: 100%;
    opacity: 0.54; }
  *.e-bigger .e-switch-wrapper.e-rtl .e-switch-off,
  *.e-bigger.e-switch-wrapper.e-rtl .e-switch-off,
  *.e-bigger .e-css.e-switch-wrapper.e-rtl .e-switch-off,
  *.e-bigger.e-css.e-switch-wrapper.e-rtl .e-switch-off {
    left: 0; }
  *.e-bigger .e-switch-wrapper.e-rtl .e-switch-inner.e-switch-active .e-switch-on,
  *.e-bigger.e-switch-wrapper.e-rtl .e-switch-inner.e-switch-active .e-switch-on,
  *.e-bigger .e-css.e-switch-wrapper.e-rtl .e-switch-inner.e-switch-active .e-switch-on,
  *.e-bigger.e-css.e-switch-wrapper.e-rtl .e-switch-inner.e-switch-active .e-switch-on {
    left: 0; }
  *.e-bigger .e-switch-wrapper.e-rtl .e-switch-inner.e-switch-active .e-switch-off,
  *.e-bigger.e-switch-wrapper.e-rtl .e-switch-inner.e-switch-active .e-switch-off,
  *.e-bigger .e-css.e-switch-wrapper.e-rtl .e-switch-inner.e-switch-active .e-switch-off,
  *.e-bigger.e-css.e-switch-wrapper.e-rtl .e-switch-inner.e-switch-active .e-switch-off {
    left: -100%; }
  *.e-bigger .e-switch-wrapper.e-rtl .e-switch-handle.e-switch-active,
  *.e-bigger.e-switch-wrapper.e-rtl .e-switch-handle.e-switch-active,
  *.e-bigger .e-css.e-switch-wrapper.e-rtl .e-switch-handle.e-switch-active,
  *.e-bigger.e-css.e-switch-wrapper.e-rtl .e-switch-handle.e-switch-active {
    left: 20px; }
  *.e-bigger .e-switch-wrapper.e-small,
  *.e-bigger.e-switch-wrapper.e-small,
  *.e-bigger .e-css.e-switch-wrapper.e-small,
  *.e-bigger.e-css.e-switch-wrapper.e-small {
    height: 12px;
    width: 34px; }
    *.e-bigger .e-switch-wrapper.e-small .e-switch-handle,
    *.e-bigger.e-switch-wrapper.e-small .e-switch-handle,
    *.e-bigger .e-css.e-switch-wrapper.e-small .e-switch-handle,
    *.e-bigger.e-css.e-switch-wrapper.e-small .e-switch-handle {
      height: 18px;
      left: 0;
      top: 0;
      width: 18px; }
    *.e-bigger .e-switch-wrapper.e-small .e-ripple-container,
    *.e-bigger.e-switch-wrapper.e-small .e-ripple-container,
    *.e-bigger .e-css.e-switch-wrapper.e-small .e-ripple-container,
    *.e-bigger.e-css.e-switch-wrapper.e-small .e-ripple-container {
      border-radius: 50%;
      height: 50px;
      left: -16px;
      pointer-events: none;
      position: absolute;
      top: -16px;
      width: 50px;
      z-index: 1; }
    *.e-bigger .e-switch-wrapper.e-small .e-switch-handle.e-switch-active,
    *.e-bigger.e-switch-wrapper.e-small .e-switch-handle.e-switch-active,
    *.e-bigger .e-css.e-switch-wrapper.e-small .e-switch-handle.e-switch-active,
    *.e-bigger.e-css.e-switch-wrapper.e-small .e-switch-handle.e-switch-active {
      left: 100%;
      margin-left: -18px; }
    *.e-bigger .e-switch-wrapper.e-small .e-switch-on,
    *.e-bigger .e-switch-wrapper.e-small .e-switch-off,
    *.e-bigger.e-switch-wrapper.e-small .e-switch-on,
    *.e-bigger.e-switch-wrapper.e-small .e-switch-off,
    *.e-bigger .e-css.e-switch-wrapper.e-small .e-switch-on,
    *.e-bigger .e-css.e-switch-wrapper.e-small .e-switch-off,
    *.e-bigger.e-css.e-switch-wrapper.e-small .e-switch-on,
    *.e-bigger.e-css.e-switch-wrapper.e-small .e-switch-off {
      font-size: 9px; }
    *.e-bigger .e-switch-wrapper.e-small .e-switch-on,
    *.e-bigger.e-switch-wrapper.e-small .e-switch-on,
    *.e-bigger .e-css.e-switch-wrapper.e-small .e-switch-on,
    *.e-bigger.e-css.e-switch-wrapper.e-small .e-switch-on {
      text-indent: -9999px; }
    *.e-bigger .e-switch-wrapper.e-small .e-switch-off,
    *.e-bigger.e-switch-wrapper.e-small .e-switch-off,
    *.e-bigger .e-css.e-switch-wrapper.e-small .e-switch-off,
    *.e-bigger.e-css.e-switch-wrapper.e-small .e-switch-off {
      text-indent: -9999px; }
    *.e-bigger .e-switch-wrapper.e-small.e-rtl .e-switch-handle,
    *.e-bigger.e-switch-wrapper.e-small.e-rtl .e-switch-handle,
    *.e-bigger .e-css.e-switch-wrapper.e-small.e-rtl .e-switch-handle,
    *.e-bigger.e-css.e-switch-wrapper.e-small.e-rtl .e-switch-handle {
      left: 100%;
      margin-left: -18px; }
    *.e-bigger .e-switch-wrapper.e-small.e-rtl .e-switch-handle,
    *.e-bigger.e-switch-wrapper.e-small.e-rtl .e-switch-handle,
    *.e-bigger .e-css.e-switch-wrapper.e-small.e-rtl .e-switch-handle,
    *.e-bigger.e-css.e-switch-wrapper.e-small.e-rtl .e-switch-handle {
      height: 18px;
      width: 18px; }
    *.e-bigger .e-switch-wrapper.e-small.e-rtl .e-switch-on,
    *.e-bigger.e-switch-wrapper.e-small.e-rtl .e-switch-on,
    *.e-bigger .e-css.e-switch-wrapper.e-small.e-rtl .e-switch-on,
    *.e-bigger.e-css.e-switch-wrapper.e-small.e-rtl .e-switch-on {
      left: 100%;
      opacity: 0.54; }
    *.e-bigger .e-switch-wrapper.e-small.e-rtl .e-switch-off,
    *.e-bigger.e-switch-wrapper.e-small.e-rtl .e-switch-off,
    *.e-bigger .e-css.e-switch-wrapper.e-small.e-rtl .e-switch-off,
    *.e-bigger.e-css.e-switch-wrapper.e-small.e-rtl .e-switch-off {
      left: 0; }
    *.e-bigger .e-switch-wrapper.e-small.e-rtl .e-switch-inner.e-switch-active .e-switch-on,
    *.e-bigger.e-switch-wrapper.e-small.e-rtl .e-switch-inner.e-switch-active .e-switch-on,
    *.e-bigger .e-css.e-switch-wrapper.e-small.e-rtl .e-switch-inner.e-switch-active .e-switch-on,
    *.e-bigger.e-css.e-switch-wrapper.e-small.e-rtl .e-switch-inner.e-switch-active .e-switch-on {
      left: 0; }
    *.e-bigger .e-switch-wrapper.e-small.e-rtl .e-switch-inner.e-switch-active .e-switch-off,
    *.e-bigger.e-switch-wrapper.e-small.e-rtl .e-switch-inner.e-switch-active .e-switch-off,
    *.e-bigger .e-css.e-switch-wrapper.e-small.e-rtl .e-switch-inner.e-switch-active .e-switch-off,
    *.e-bigger.e-css.e-switch-wrapper.e-small.e-rtl .e-switch-inner.e-switch-active .e-switch-off {
      left: -100%; }
    *.e-bigger .e-switch-wrapper.e-small.e-rtl .e-switch-handle.e-switch-active,
    *.e-bigger.e-switch-wrapper.e-small.e-rtl .e-switch-handle.e-switch-active,
    *.e-bigger .e-css.e-switch-wrapper.e-small.e-rtl .e-switch-handle.e-switch-active,
    *.e-bigger.e-css.e-switch-wrapper.e-small.e-rtl .e-switch-handle.e-switch-active {
      left: 18px; }

/*! switch theme */
.e-switch-wrapper,
.e-css.e-switch-wrapper {
  -webkit-tap-highlight-color: transparent; }
  .e-switch-wrapper .e-switch-off,
  .e-css.e-switch-wrapper .e-switch-off {
    background-color: #000;
    color: #fff; }
  .e-switch-wrapper .e-switch-handle,
  .e-css.e-switch-wrapper .e-switch-handle {
    background-color: #f5f5f5;
    -webkit-box-shadow: 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
            box-shadow: 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12); }
  .e-switch-wrapper .e-switch-on,
  .e-css.e-switch-wrapper .e-switch-on {
    background-color: #971b1e;
    color: #fff; }
  .e-switch-wrapper .e-switch-handle.e-switch-active,
  .e-css.e-switch-wrapper .e-switch-handle.e-switch-active {
    background-color: #971b1e; }
  .e-switch-wrapper .e-switch-inner.e-switch-active,
  .e-css.e-switch-wrapper .e-switch-inner.e-switch-active {
    background-color: #fff;
    border-color: transparent; }
  .e-switch-wrapper .e-switch-inner,
  .e-css.e-switch-wrapper .e-switch-inner {
    background-color: initial; }
  .e-switch-wrapper .e-ripple-element,
  .e-css.e-switch-wrapper .e-ripple-element {
    background-color: rgba(0, 0, 0, 0.12); }
  .e-switch-wrapper .e-ripple-check .e-ripple-element,
  .e-css.e-switch-wrapper .e-ripple-check .e-ripple-element {
    background-color: rgba(151, 27, 30, 0.12); }
  .e-switch-wrapper.e-switch-disabled .e-switch-handle.e-switch-active,
  .e-css.e-switch-wrapper.e-switch-disabled .e-switch-handle.e-switch-active {
    -webkit-box-shadow: none;
            box-shadow: none; }
  .e-switch-wrapper.e-switch-disabled .e-switch-handle,
  .e-css.e-switch-wrapper.e-switch-disabled .e-switch-handle {
    background-color: #bdbdbd;
    -webkit-box-shadow: none;
            box-shadow: none; }
  .e-switch-wrapper.e-switch-disabled .e-switch-inner .e-switch-off,
  .e-css.e-switch-wrapper.e-switch-disabled .e-switch-inner .e-switch-off {
    background-color: #000;
    border-color: #bdbdbd;
    color: transparent;
    opacity: 0.12; }
  .e-switch-wrapper.e-switch-disabled .e-switch-inner .e-switch-on,
  .e-css.e-switch-wrapper.e-switch-disabled .e-switch-inner .e-switch-on {
    background-color: #000;
    color: transparent;
    opacity: 0.12; }
  .e-switch-wrapper.e-switch-disabled .e-switch-inner,
  .e-css.e-switch-wrapper.e-switch-disabled .e-switch-inner {
    background-color: #000;
    border-color: transparent;
    opacity: 0.12; }
  .e-switch-wrapper.e-switch-disabled:hover .e-switch-inner.e-switch-active,
  .e-css.e-switch-wrapper.e-switch-disabled:hover .e-switch-inner.e-switch-active {
    background-color: #000;
    border-color: transparent; }
  .e-switch-wrapper.e-switch-disabled:hover .e-switch-inner,
  .e-css.e-switch-wrapper.e-switch-disabled:hover .e-switch-inner {
    border-color: transparent;
    color: transparent; }
  .e-switch-wrapper.e-switch-disabled:hover .e-switch-inner.e-switch-active .e-switch-on,
  .e-css.e-switch-wrapper.e-switch-disabled:hover .e-switch-inner.e-switch-active .e-switch-on {
    background-color: #000;
    color: transparent; }
  .e-switch-wrapper.e-switch-disabled:hover .e-switch-handle,
  .e-css.e-switch-wrapper.e-switch-disabled:hover .e-switch-handle {
    background-color: #bdbdbd; }
  .e-switch-wrapper.e-switch-disabled:hover .e-switch-handle.e-switch-active,
  .e-css.e-switch-wrapper.e-switch-disabled:hover .e-switch-handle.e-switch-active {
    background-color: #bdbdbd; }
  .e-switch-wrapper:hover .e-switch-inner.e-switch-active,
  .e-css.e-switch-wrapper:hover .e-switch-inner.e-switch-active {
    background-color: transparent;
    border-color: transparent; }
  .e-switch-wrapper:hover .e-switch-inner,
  .e-css.e-switch-wrapper:hover .e-switch-inner {
    background-color: transparent;
    border-color: inherit; }
  .e-switch-wrapper:hover .e-switch-inner.e-switch-active .e-switch-on,
  .e-css.e-switch-wrapper:hover .e-switch-inner.e-switch-active .e-switch-on {
    background-color: #971b1e;
    color: #fff; }
  .e-switch-wrapper:hover .e-switch-handle.e-switch-active,
  .e-css.e-switch-wrapper:hover .e-switch-handle.e-switch-active {
    background-color: #971b1e; }
  .e-switch-wrapper:not(.e-switch-disabled):hover .e-switch-handle:not(.e-switch-active),
  .e-css.e-switch-wrapper:not(.e-switch-disabled):hover .e-switch-handle:not(.e-switch-active) {
    background-color: #f5f5f5; }
  .e-switch-wrapper.e-focus .e-switch-inner,
  .e-css.e-switch-wrapper.e-focus .e-switch-inner {
    background-color: transparent;
    border-color: transparent;
    -webkit-box-shadow: none;
            box-shadow: none;
    outline: none;
    outline-offset: initial; }
  .e-switch-wrapper.e-focus .e-switch-inner.e-switch-active,
  .e-css.e-switch-wrapper.e-focus .e-switch-inner.e-switch-active {
    background-color: transparent;
    border-color: transparent;
    outline: none; }
  .e-switch-wrapper.e-focus .e-ripple-container,
  .e-css.e-switch-wrapper.e-focus .e-ripple-container {
    background-color: rgba(0, 0, 0, 0.12); }
  .e-switch-wrapper.e-focus .e-ripple-check.e-ripple-container,
  .e-css.e-switch-wrapper.e-focus .e-ripple-check.e-ripple-container {
    background-color: rgba(151, 27, 30, 0.12); }
  .e-switch-wrapper.e-rtl.e-focus .e-switch-on,
  .e-css.e-switch-wrapper.e-rtl.e-focus .e-switch-on {
    background-color: rgba(151, 27, 30, 0.54); }
  .e-switch-wrapper.e-rtl.e-focus .e-switch-off,
  .e-css.e-switch-wrapper.e-rtl.e-focus .e-switch-off {
    background-color: rgba(151, 27, 30, 0.54); }
  .e-switch-wrapper.e-rtl.e-focus .e-switch-inner.e-switch-active,
  .e-css.e-switch-wrapper.e-rtl.e-focus .e-switch-inner.e-switch-active {
    background-color: transparent;
    border-color: transparent;
    outline: none; }
  .e-switch-wrapper.e-rtl .e-switch-on,
  .e-css.e-switch-wrapper.e-rtl .e-switch-on {
    background-color: #971b1e; }
  .e-switch-wrapper.e-rtl .e-switch-handle,
  .e-css.e-switch-wrapper.e-rtl .e-switch-handle {
    background-color: #f5f5f5;
    -webkit-box-shadow: 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
            box-shadow: 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12); }
  .e-switch-wrapper.e-rtl .e-switch-inner.e-switch-active .e-switch-off,
  .e-css.e-switch-wrapper.e-rtl .e-switch-inner.e-switch-active .e-switch-off {
    background-color: #000; }
  .e-switch-wrapper.e-rtl .e-switch-handle.e-switch-active,
  .e-css.e-switch-wrapper.e-rtl .e-switch-handle.e-switch-active {
    background-color: #971b1e; }
  .e-switch-wrapper.e-rtl .e-switch-inner.e-switch-active,
  .e-css.e-switch-wrapper.e-rtl .e-switch-inner.e-switch-active {
    background-color: #fff;
    border-color: transparent; }
  .e-switch-wrapper.e-rtl:hover .e-switch-inner.e-switch-active,
  .e-css.e-switch-wrapper.e-rtl:hover .e-switch-inner.e-switch-active {
    background-color: transparent;
    border-color: transparent; }
  .e-switch-wrapper.e-rtl:hover .e-switch-inner,
  .e-css.e-switch-wrapper.e-rtl:hover .e-switch-inner {
    border-color: inherit; }
  .e-switch-wrapper.e-rtl:hover .e-switch-inner.e-switch-active .e-switch-on,
  .e-css.e-switch-wrapper.e-rtl:hover .e-switch-inner.e-switch-active .e-switch-on {
    background-color: #971b1e; }
  .e-switch-wrapper.e-rtl:hover .e-switch-handle.e-switch-active,
  .e-css.e-switch-wrapper.e-rtl:hover .e-switch-handle.e-switch-active {
    background-color: #971b1e; }
  .e-switch-wrapper.e-rtl.e-switch-disabled .e-switch-inner .e-switch-on,
  .e-css.e-switch-wrapper.e-rtl.e-switch-disabled .e-switch-inner .e-switch-on {
    background-color: #000;
    color: transparent;
    opacity: 0.12; }
  .e-switch-wrapper.e-rtl.e-switch-disabled .e-switch-inner .e-switch-off,
  .e-css.e-switch-wrapper.e-rtl.e-switch-disabled .e-switch-inner .e-switch-off {
    background-color: #000;
    color: transparent;
    opacity: 0.12; }
  .e-switch-wrapper.e-rtl.e-switch-disabled .e-switch-handle,
  .e-css.e-switch-wrapper.e-rtl.e-switch-disabled .e-switch-handle {
    background-color: #bdbdbd;
    -webkit-box-shadow: none;
            box-shadow: none; }
  .e-switch-wrapper.e-rtl.e-switch-disabled .e-switch-handle.e-switch-active,
  .e-css.e-switch-wrapper.e-rtl.e-switch-disabled .e-switch-handle.e-switch-active {
    background-color: #bdbdbd;
    -webkit-box-shadow: none;
            box-shadow: none; }
  .e-switch-wrapper.e-rtl.e-switch-disabled .e-switch-inner,
  .e-css.e-switch-wrapper.e-rtl.e-switch-disabled .e-switch-inner {
    background-color: #000;
    border-color: transparent;
    opacity: 0.12; }
  .e-switch-wrapper.e-rtl.e-switch-disabled:hover .e-switch-inner.e-switch-active .e-switch-on,
  .e-css.e-switch-wrapper.e-rtl.e-switch-disabled:hover .e-switch-inner.e-switch-active .e-switch-on {
    background-color: #000;
    color: transparent; }
  .e-switch-wrapper.e-rtl.e-switch-disabled:hover .e-switch-inner.e-switch-active,
  .e-css.e-switch-wrapper.e-rtl.e-switch-disabled:hover .e-switch-inner.e-switch-active {
    background-color: #000;
    border-color: transparent; }
  .e-switch-wrapper.e-rtl.e-switch-disabled:hover .e-switch-inner,
  .e-css.e-switch-wrapper.e-rtl.e-switch-disabled:hover .e-switch-inner {
    border-color: transparent;
    color: transparent; }
  .e-switch-wrapper.e-rtl.e-switch-disabled:hover .e-switch-handle.e-switch-active,
  .e-css.e-switch-wrapper.e-rtl.e-switch-disabled:hover .e-switch-handle.e-switch-active {
    background-color: #bdbdbd; }
  .e-switch-wrapper.e-rtl.e-switch-disabled:hover .e-switch-handle,
  .e-css.e-switch-wrapper.e-rtl.e-switch-disabled:hover .e-switch-handle {
    background-color: #bdbdbd; }
  .e-switch-wrapper .e-switch:focus,
  .e-css.e-switch-wrapper .e-switch:focus {
    -webkit-box-shadow: none;
            box-shadow: none; }
  .e-switch-wrapper.e-small.e-rtl.e-switch-disabled:hover .e-switch-inner.e-switch-active,
  .e-css.e-switch-wrapper.e-small.e-rtl.e-switch-disabled:hover .e-switch-inner.e-switch-active {
    background-color: #000; }

.e-icon-collapsible::before {
  content: '\e913'; }

.e-icon-back::before {
  content: '\e85b'; }

.e-bigger .e-listview .e-list-item,
.e-listview.e-bigger .e-list-item {
  border-bottom: 0 solid transparent;
  border-left: 0 solid transparent;
  border-right: 0 solid transparent;
  border-top: 0 solid transparent; }

.e-bigger .e-listview:not(.e-list-template) .e-list-item,
.e-listview.e-bigger:not(.e-list-template) .e-list-item {
  height: 48px;
  line-height: 45px;
  position: relative; }

.e-bigger .e-listview .e-text-content,
.e-listview.e-bigger .e-text-content {
  font-size: 15px; }

.e-bigger .e-listview .e-list-group-item,
.e-listview.e-bigger .e-list-group-item {
  height: 48px;
  line-height: 45px; }

.e-bigger .e-listview .e-list-header,
.e-listview.e-bigger .e-list-header {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-weight: bold;
  height: 64px; }

.e-bigger .e-listview .e-list-header .e-text.header,
.e-listview.e-bigger .e-list-header .e-text.header {
  display: none; }

.e-bigger .e-listview .e-list-header .e-headertemplate-text.nested-header,
.e-listview.e-bigger .e-list-header .e-headertemplate-text.nested-header {
  display: none; }

.e-bigger .e-listview .e-list-header .e-text,
.e-listview.e-bigger .e-list-header .e-text {
  font-size: 20px; }

.e-listview {
  -webkit-overflow-scrolling: touch;
  border: 0 solid;
  border-radius: 0;
  display: block;
  overflow: auto;
  position: relative;
  width: 100%; }
  .e-listview:not(.e-list-template) .e-list-item {
    height: 36px;
    line-height: 36px;
    padding: 0 16px;
    position: relative; }
  .e-listview .e-list-item {
    border-bottom: 0 solid;
    cursor: pointer; }
  .e-listview .e-list-parent {
    margin: 0;
    padding: 0; }
  .e-listview .e-list-header .e-text.header {
    display: none; }
  .e-listview .e-icon-back {
    margin-top: 2px; }
  .e-listview .e-list-header .e-headertemplate-text.nested-header {
    display: none; }
  .e-listview .e-list-header {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border-bottom: 1px solid;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-weight: bold;
    height: 48px;
    padding: 0 16px; }
  .e-listview .e-has-header &gt; .e-view {
    top: 45px; }
  .e-listview .e-but-back {
    cursor: pointer;
    padding-right: 30px; }
  .e-listview .e-list-group-item:first-child {
    border: 0;
    border-bottom: 0 solid transparent; }
  .e-listview .e-list-group-item {
    border-bottom: 0 solid transparent;
    border-top: 1px solid;
    font-weight: 600;
    height: 36px;
    line-height: 36px;
    padding: 0 16px; }
  .e-listview .e-icon-collapsible {
    cursor: pointer;
    font-size: 12px;
    position: absolute;
    right: 0%;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%); }
  .e-listview .e-text-content {
    height: 100%;
    position: relative;
    vertical-align: middle; }
  .e-listview .e-text-content * {
    display: inline-block;
    vertical-align: middle; }
  .e-listview .e-text-content.e-checkbox .e-list-text {
    width: calc(100% - 40px); }
  .e-listview .e-text-content.e-checkbox.e-checkbox-left .e-list-icon + .e-list-text {
    width: calc(100% - 90px); }
  .e-listview .e-text-content.e-checkbox.e-checkbox-right .e-list-icon + .e-list-text {
    width: calc(100% - 80px); }
  .e-listview .e-list-item.e-checklist.e-has-child .e-text-content.e-checkbox.e-checkbox-right .e-list-icon + .e-list-text {
    width: calc(100% - 92px); }
  .e-listview .e-checkbox .e-checkbox-left {
    margin: -2px 10px 0 0; }
  .e-listview .e-checkbox .e-checkbox-right {
    margin: -2px 0 0 10px; }
  .e-listview .e-list-text {
    cursor: pointer;
    display: inline-block;
    overflow: hidden;
    text-overflow: ellipsis;
    vertical-align: middle;
    white-space: nowrap;
    width: 100%; }
  .e-listview .e-list-icon + .e-list-text {
    width: calc(100% - 60px); }
  .e-listview .e-icon-wrapper .e-list-text {
    width: calc(100% - 60px); }
  .e-listview .e-icon-wrapper.e-text-content.e-checkbox .e-list-text {
    width: calc(100% - 60px); }
  .e-listview .e-list-icon {
    height: 30px;
    margin-right: 16px;
    width: 30px; }
  .e-listview .e-content {
    overflow: hidden;
    position: relative; }
  .e-listview .e-list-header .e-text {
    cursor: pointer;
    text-indent: 0; }
  .e-listview .e-text .e-headertext {
    display: inline-block;
    line-height: inherit; }
  .e-listview.e-rtl {
    direction: rtl; }
    .e-listview.e-rtl .e-list-icon {
      margin-left: 16px;
      margin-right: 0; }
    .e-listview.e-rtl .e-icon-collapsible {
      left: 0%;
      right: initial;
      top: 50%;
      -webkit-transform: translateY(-50%) rotate(180deg);
              transform: translateY(-50%) rotate(180deg); }
    .e-listview.e-rtl .e-list-header .e-text {
      cursor: pointer; }
    .e-listview.e-rtl .e-but-back {
      -webkit-transform: rotate(180deg);
              transform: rotate(180deg); }
    .e-listview.e-rtl .e-icon-back {
      margin-top: -2px; }
    .e-listview.e-rtl .e-checkbox .e-checkbox-left {
      margin: -2px 0 0 10px; }
    .e-listview.e-rtl .e-checkbox .e-checkbox-right {
      margin: -2px 10px 0 0; }

.e-listview {
  border-color: #000;
  font-family: "Roboto", "Segoe UI", "GeezaPro", "DejaVu Serif", "sans-serif", "-apple-system", "BlinkMacSystemFont";
  font-size: 15px; }
  .e-listview .e-list-header {
    background-color: #fff;
    border-color: rgba(0, 0, 0, 0.12);
    color: rgba(0, 0, 0, 0.87);
    font-size: 20px; }
  .e-listview .e-icons {
    color: rgba(0, 0, 0, 0.54); }
  .e-listview .e-list-item {
    background-color: #fff;
    border-bottom: 0 solid transparent;
    border-left: 0 solid transparent;
    border-right: 0 solid transparent;
    border-top: 0 solid transparent;
    color: rgba(0, 0, 0, 0.87); }
  .e-listview .e-list-item.e-hover,
  .e-listview .e-list-item.e-hover.e-active.e-checklist {
    background-color: #eee;
    border-color: transparent;
    color: rgba(0, 0, 0, 0.87); }
  .e-listview .e-list-item.e-active {
    background-color: #f5f5f5;
    color: rgba(0, 0, 0, 0.87); }
  .e-listview .e-list-item.e-active.e-checklist {
    background-color: #fff;
    color: rgba(0, 0, 0, 0.87); }
  .e-listview .e-list-item.e-focused,
  .e-listview .e-list-item.e-focused.e-active.e-checklist {
    background-color: #f5f5f5;
    color: rgba(0, 0, 0, 0.87); }
  .e-listview .e-list-item.e-focused .e-checkbox-wrapper .e-frame.e-check,
  .e-listview .e-list-item.e-focused .e-css.e-checkbox-wrapper .e-frame.e-check {
    background-color: #971b1e;
    border-color: transparent;
    color: #fff; }
  .e-listview .e-list-group-item {
    background-color: #fafafa;
    border-color: rgba(0, 0, 0, 0.12);
    color: rgba(0, 0, 0, 0.54);
    font-size: 15px; }
  .e-listview.e-list-template .e-list-wrapper {
    height: inherit;
    position: relative; }
    .e-listview.e-list-template .e-list-wrapper:not(.e-list-multi-line) {
      padding: 0.2667em 1.0666em; }
    .e-listview.e-list-template .e-list-wrapper.e-list-multi-line {
      padding: 1.0666em; }
      .e-listview.e-list-template .e-list-wrapper.e-list-multi-line .e-list-item-header {
        color: rgba(0, 0, 0, 0.87);
        display: block;
        font-size: 15px;
        font-weight: 500;
        margin: 0;
        overflow: hidden;
        padding: 0.115em 0;
        text-overflow: ellipsis;
        white-space: nowrap; }
      .e-listview.e-list-template .e-list-wrapper.e-list-multi-line .e-list-content {
        color: rgba(0, 0, 0, 0.54);
        display: block;
        font-size: 13px;
        margin: 0;
        padding: 0.115em 0;
        word-wrap: break-word; }
      .e-listview.e-list-template .e-list-wrapper.e-list-multi-line .e-list-content:not(.e-text-overflow) {
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap; }
    .e-listview.e-list-template .e-list-wrapper.e-list-avatar .e-avatar {
      height: 2.6667em;
      left: 1.0667em;
      position: absolute;
      top: 0.2666em;
      width: 2.6667em; }
    .e-listview.e-list-template .e-list-wrapper.e-list-avatar:not(.e-list-badge) {
      padding-left: 4.8em;
      padding-right: 1.0666em; }
    .e-listview.e-list-template .e-list-wrapper.e-list-avatar-right:not(.e-list-badge) {
      padding-left: 1.0666em;
      padding-right: 4.8em; }
      .e-listview.e-list-template .e-list-wrapper.e-list-avatar-right:not(.e-list-badge) .e-avatar {
        height: 2.6667em;
        position: absolute;
        right: 1.0667em;
        top: 0.2666em;
        width: 2.6667em; }
    .e-listview.e-list-template .e-list-wrapper.e-list-multi-line.e-list-avatar .e-avatar {
      top: 1.0666em; }
    .e-listview.e-list-template .e-list-wrapper.e-list-multi-line.e-list-avatar-right:not(.e-list-badge) .e-avatar {
      top: 1.0666em; }
    .e-listview.e-list-template .e-list-wrapper.e-list-badge .e-badge {
      font-size: 12px;
      height: 1.6666em;
      line-height: 1.8666em;
      padding: 0;
      position: absolute;
      right: 1.33em;
      top: 50%;
      -webkit-transform: translateY(-50%);
              transform: translateY(-50%);
      width: 2.5em; }
    .e-listview.e-list-template .e-list-wrapper.e-list-badge.e-list-avatar {
      padding-left: 4.8em;
      padding-right: 4.1333em; }
    .e-listview.e-list-template .e-list-wrapper.e-list-badge:not(.e-list-avatar) {
      padding-left: 1.0666em;
      padding-right: 4.1333em; }
    .e-listview.e-list-template .e-list-wrapper:not(.e-list-multi-line) .e-list-content {
      display: block;
      margin: 0;
      overflow: hidden;
      padding: 0.72em 0;
      text-overflow: ellipsis;
      white-space: nowrap; }
  .e-listview.e-list-template .e-list-item.e-hover .e-list-item-header {
    color: rgba(0, 0, 0, 0.87); }
  .e-listview.e-list-template .e-list-item.e-hover .e-list-content {
    color: rgba(0, 0, 0, 0.87); }
  .e-listview.e-list-template .e-list-item.e-active .e-list-item-header {
    color: rgba(0, 0, 0, 0.87); }
  .e-listview.e-list-template .e-list-item.e-active .e-list-content {
    color: rgba(0, 0, 0, 0.87); }
  .e-listview.e-rtl.e-list-template .e-list-wrapper.e-list-avatar .e-avatar {
    left: inherit;
    right: 1.0667em; }
  .e-listview.e-rtl.e-list-template .e-list-wrapper.e-list-avatar:not(.e-list-badge) {
    padding-left: 1.0666em;
    padding-right: 4.8em; }
  .e-listview.e-rtl.e-list-template .e-list-wrapper.e-list-avatar-right:not(.e-list-badge) {
    padding-left: 4.8em;
    padding-right: 1.0666em; }
    .e-listview.e-rtl.e-list-template .e-list-wrapper.e-list-avatar-right:not(.e-list-badge) .e-avatar {
      left: 1.0667em;
      right: inherit; }
  .e-listview.e-rtl.e-list-template .e-list-wrapper.e-list-badge .e-badge {
    left: 1.33em;
    right: inherit; }
  .e-listview.e-rtl.e-list-template .e-list-wrapper.e-list-badge.e-list-avatar {
    padding-left: 4.1333em;
    padding-right: 4.8em; }
  .e-listview.e-rtl.e-list-template .e-list-wrapper.e-list-badge:not(.e-list-avatar) {
    padding-left: 4.1333em;
    padding-right: 1.0666em; }

.e-sortable {
  outline: none;
  position: relative;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none; }
  .e-sortable .e-disabled {
    background-image: none;
    cursor: default;
    filter: alpha(Opacity=35);
    opacity: .35; }
  .e-sortable * {
    -webkit-box-sizing: border-box;
            box-sizing: border-box; }
    .e-sortable *:focus {
      outline: none; }

.e-sortableclone {
  position: fixed !important; }

/*! component icons */
.e-input-group-icon.e-range-icon,
*.e-control-wrapper .e-input-group-icon.e-range-icon {
  font-size: 16px;
  margin: 0 0 4px 0;
  min-height: 24px;
  min-width: 24px;
  outline: none; }
  .e-input-group-icon.e-range-icon::before,
  *.e-control-wrapper .e-input-group-icon.e-range-icon::before {
    content: '\e245';
    font-family: 'e-icons'; }
  .e-input-group-icon.e-range-icon:focus,
  *.e-control-wrapper .e-input-group-icon.e-range-icon:focus {
    background: #eee;
    border-radius: 50%; }

.e-daterangepicker .e-calendar .e-header .e-date-icon-next::before {
  content: '\e913'; }

.e-daterangepicker .e-calendar .e-header .e-date-icon-prev::before {
  content: '\e921'; }

.e-daterangepicker .e-change-icon::before {
  content: '\e85f'; }

.e-daterangepicker .e-calendar.e-rtl .e-header .e-date-icon-next::before {
  content: '\e921'; }

.e-daterangepicker .e-calendar.e-rtl .e-header .e-date-icon-prev::before {
  content: '\e913'; }

.e-daterangepicker.e-rtl .e-start-end .e-change-icon::before {
  content: '\e85b'; }

.e-bigger .e-input-group-icon.e-range-icon,
.e-bigger.e-control-wrapper .e-input-group-icon.e-range-icon,
.e-bigger .e-control-wrapper .e-input-group-icon.e-range-icon {
  font-size: 20px;
  margin: 0 0 2px 0;
  min-height: 24px;
  min-width: 24px;
  outline: none; }

.e-small .e-input-group-icon.e-range-icon,
*.e-control-wrapper.e-small .e-input-group-icon.e-range-icon,
*.e-small .e-control-wrapper .e-input-group-icon.e-range-icon {
  font-size: 14px; }

.e-small.e-bigger .e-input-group-icon.e-range-icon,
*.e-control-wrapper.e-small.e-bigger .e-input-group-icon.e-range-icon,
*.e-small.e-bigger .e-control-wrapper .e-input-group-icon.e-range-icon {
  font-size: 18px; }

.e-date-range-wrapper.e-outline .e-input-group-icon.e-range-icon,
.e-date-range-wrapper.e-control-wrapper.e-outline .e-input-group-icon.e-range-icon {
  min-height: 0;
  min-width: 20px; }

.e-bigger .e-date-range-wrapper.e-outline .e-input-group-icon.e-range-icon,
.e-date-range-wrapper.e-control-wrapper.e-bigger.e-outline .e-input-group-icon.e-range-icon,
.e-bigger .e-date-range-wrapper.e-control-wrapper.e-outline .e-input-group-icon.e-range-icon {
  min-height: 0;
  min-width: 24px; }

.e-small .e-date-range-wrapper.e-outline .e-input-group-icon.e-range-icon,
.e-date-range-wrapper.e-control-wrapper.e-small.e-outline .e-input-group-icon.e-range-icon,
.e-small .e-date-range-wrapper.e-control-wrapper.e-outline .e-input-group-icon.e-range-icon {
  min-height: 0;
  min-width: 18px; }

.e-bigger.e-small .e-outline.e-date-range-wrapper .e-input-group-icon.e-range-icon,
.e-bigger.e-small.e-outline.e-date-range-wrapper .e-input-group-icon.e-range-icon,
.e-date-range-wrapper.e-control-wrapper.e-bigger.e-small.e-outline .e-input-group-icon.e-range-icon,
.e-bigger.e-small .e-date-range-wrapper.e-control-wrapper.e-outline .e-input-group-icon.e-range-icon {
  min-height: 0;
  min-width: 20px; }

/*! daterangepicker layout */
.e-input-group.e-control-wrapper.e-date-range-wrapper.e-non-edit.e-input-focus .e-input:focus ~ .e-clear-icon,
.e-float-input.e-control-wrapper.e-input-group.e-date-range-wrapper.e-non-edit.e-input-focus input:focus ~ .e-clear-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.e-float-input.e-input-group.e-control-wrapper.e-date-range-wrapper .e-daterange-hidden,
.e-input-group.e-control-wrapper.e-date-range-wrapper .e-daterange-hidden,
.e-float-input.e-control-wrapper.e-date-range-wrapper .e-daterange-hidden,
.e-float-input.e-input-group.e-control-wrapper.e-date-range-wrapper.e-input-focus .e-daterange-hidden,
.e-input-group.e-control-wrapper.e-date-range-wrapper.e-input-focus .e-daterange-hidden,
.e-float-input.e-control-wrapper.e-date-range-wrapper.e-input-focus .e-daterange-hidden {
  border: 0;
  height: 0;
  margin: 0;
  padding: 0;
  text-indent: 0;
  visibility: hidden;
  width: 0; }

.e-daterangepicker.e-popup,
.e-bigger.e-small .e-daterangepicker.e-popup {
  border: none;
  border-radius: 0;
  -webkit-box-shadow: 0 5px 5px -3px rgba(0, 0, 0, 0.2), 0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12);
          box-shadow: 0 5px 5px -3px rgba(0, 0, 0, 0.2), 0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12);
  max-height: 500px;
  max-width: 730px; }
  .e-daterangepicker.e-popup.e-daterange-day-header-lg,
  .e-bigger.e-small .e-daterangepicker.e-popup.e-daterange-day-header-lg {
    max-width: 100%; }
  .e-daterangepicker.e-popup.e-preset-wrapper,
  .e-bigger.e-small .e-daterangepicker.e-popup.e-preset-wrapper {
    min-width: 625px; }
    .e-daterangepicker.e-popup.e-preset-wrapper .e-presets,
    .e-bigger.e-small .e-daterangepicker.e-popup.e-preset-wrapper .e-presets {
      max-height: none; }
  .e-daterangepicker.e-popup .e-range-header,
  .e-bigger.e-small .e-daterangepicker.e-popup .e-range-header {
    margin: 16px 16px 0 16px;
    width: auto; }
    .e-daterangepicker.e-popup .e-range-header .e-start-label,
    .e-daterangepicker.e-popup .e-range-header .e-end-label,
    .e-bigger.e-small .e-daterangepicker.e-popup .e-range-header .e-start-label,
    .e-bigger.e-small .e-daterangepicker.e-popup .e-range-header .e-end-label {
      cursor: default;
      display: inline-block;
      font-size: 18px;
      overflow: hidden;
      text-align: center;
      text-decoration: none;
      text-overflow: ellipsis;
      -webkit-user-select: none;
         -moz-user-select: none;
          -ms-user-select: none;
              user-select: none;
      white-space: nowrap;
      width: 48%; }
    .e-daterangepicker.e-popup .e-range-header .e-change-icon,
    .e-bigger.e-small .e-daterangepicker.e-popup .e-range-header .e-change-icon {
      font-size: 15px;
      font-weight: 500;
      text-align: center;
      width: 4%; }
    .e-daterangepicker.e-popup .e-range-header .e-day-span,
    .e-bigger.e-small .e-daterangepicker.e-popup .e-range-header .e-day-span {
      direction: ltr;
      font-size: 13px;
      height: 14px;
      margin: 0 0 15px 0;
      text-align: center;
      -webkit-user-select: none;
         -moz-user-select: none;
          -ms-user-select: none;
              user-select: none;
      width: 100%; }
    .e-daterangepicker.e-popup .e-range-header .e-start-end,
    .e-bigger.e-small .e-daterangepicker.e-popup .e-range-header .e-start-end {
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      height: 35px; }
  .e-daterangepicker.e-popup .e-separator,
  .e-bigger.e-small .e-daterangepicker.e-popup .e-separator {
    height: 1px;
    margin: 0 16px; }
  .e-daterangepicker.e-popup .e-calendar,
  .e-bigger.e-small .e-daterangepicker.e-popup .e-calendar {
    border: none;
    margin: 0;
    padding: 0; }
    .e-daterangepicker.e-popup .e-calendar .e-content table,
    .e-bigger.e-small .e-daterangepicker.e-popup .e-calendar .e-content table {
      padding: 0 10px 10px; }
    .e-daterangepicker.e-popup .e-calendar .e-header .e-title,
    .e-bigger.e-small .e-daterangepicker.e-popup .e-calendar .e-header .e-title {
      cursor: pointer;
      float: none;
      font-weight: normal;
      line-height: 36px;
      margin-left: 0;
      width: auto; }
    .e-daterangepicker.e-popup .e-calendar .e-header.e-month, .e-daterangepicker.e-popup .e-calendar .e-header.e-year, .e-daterangepicker.e-popup .e-calendar .e-header.e-decade,
    .e-bigger.e-small .e-daterangepicker.e-popup .e-calendar .e-header.e-month,
    .e-bigger.e-small .e-daterangepicker.e-popup .e-calendar .e-header.e-year,
    .e-bigger.e-small .e-daterangepicker.e-popup .e-calendar .e-header.e-decade {
      padding: 10px 5px 0 5px; }
    .e-daterangepicker.e-popup .e-calendar .e-header .e-next,
    .e-bigger.e-small .e-daterangepicker.e-popup .e-calendar .e-header .e-next {
      float: right; }
    .e-daterangepicker.e-popup .e-calendar .e-header .e-prev,
    .e-bigger.e-small .e-daterangepicker.e-popup .e-calendar .e-header .e-prev {
      float: left; }
    .e-daterangepicker.e-popup .e-calendar .e-header .e-next,
    .e-daterangepicker.e-popup .e-calendar .e-header .e-prev,
    .e-bigger.e-small .e-daterangepicker.e-popup .e-calendar .e-header .e-next,
    .e-bigger.e-small .e-daterangepicker.e-popup .e-calendar .e-header .e-prev {
      height: 36px;
      width: 36px; }
    .e-daterangepicker.e-popup .e-calendar .e-header .e-next span,
    .e-daterangepicker.e-popup .e-calendar .e-header .e-prev span,
    .e-bigger.e-small .e-daterangepicker.e-popup .e-calendar .e-header .e-next span,
    .e-bigger.e-small .e-daterangepicker.e-popup .e-calendar .e-header .e-prev span {
      padding: 10px; }
    .e-daterangepicker.e-popup .e-calendar .e-start-date.e-selected.e-range-hover,
    .e-bigger.e-small .e-daterangepicker.e-popup .e-calendar .e-start-date.e-selected.e-range-hover {
      border-radius: 50% 0 0 50%; }
    .e-daterangepicker.e-popup .e-calendar .e-end-date.e-selected.e-range-hover,
    .e-bigger.e-small .e-daterangepicker.e-popup .e-calendar .e-end-date.e-selected.e-range-hover {
      border-radius: 0 50% 50% 0; }
    .e-daterangepicker.e-popup .e-calendar .e-end-date.e-selected.e-range-hover span.e-day,
    .e-daterangepicker.e-popup .e-calendar .e-start-date.e-selected.e-range-hover span.e-day,
    .e-bigger.e-small .e-daterangepicker.e-popup .e-calendar .e-end-date.e-selected.e-range-hover span.e-day,
    .e-bigger.e-small .e-daterangepicker.e-popup .e-calendar .e-start-date.e-selected.e-range-hover span.e-day {
      border: none; }
  .e-daterangepicker.e-popup .e-footer,
  .e-bigger.e-small .e-daterangepicker.e-popup .e-footer {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border-top: 1px solid rgba(0, 0, 0, 0.12);
    clear: both;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    height: 48px; }
  .e-daterangepicker.e-popup .e-footer .e-btn,
  .e-bigger.e-small .e-daterangepicker.e-popup .e-footer .e-btn {
    font-weight: 500;
    height: 27px;
    line-height: 27px;
    overflow: hidden;
    padding: 0 16px;
    text-overflow: ellipsis; }
  .e-daterangepicker.e-popup .e-footer .e-btn.e-apply,
  .e-bigger.e-small .e-daterangepicker.e-popup .e-footer .e-btn.e-apply {
    margin: 0 8px 0 8px; }
  .e-daterangepicker.e-popup .e-date-range-container,
  .e-bigger.e-small .e-daterangepicker.e-popup .e-date-range-container {
    float: left; }
    .e-daterangepicker.e-popup .e-date-range-container.e-range-border,
    .e-bigger.e-small .e-daterangepicker.e-popup .e-date-range-container.e-range-border {
      border-right: 1px solid rgba(0, 0, 0, 0.12); }
  .e-daterangepicker.e-popup .e-calendar-container,
  .e-bigger.e-small .e-daterangepicker.e-popup .e-calendar-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    .e-daterangepicker.e-popup .e-calendar-container .e-left-container,
    .e-daterangepicker.e-popup .e-calendar-container .e-right-container,
    .e-bigger.e-small .e-daterangepicker.e-popup .e-calendar-container .e-left-container,
    .e-bigger.e-small .e-daterangepicker.e-popup .e-calendar-container .e-right-container {
      float: left; }
    .e-daterangepicker.e-popup .e-calendar-container .e-left-container,
    .e-bigger.e-small .e-daterangepicker.e-popup .e-calendar-container .e-left-container {
      border-right: 1px solid rgba(0, 0, 0, 0.12); }
  .e-daterangepicker.e-popup .e-presets,
  .e-bigger.e-small .e-daterangepicker.e-popup .e-presets {
    max-height: 192px;
    overflow: auto;
    width: auto; }
    .e-daterangepicker.e-popup .e-presets .e-list-item,
    .e-bigger.e-small .e-daterangepicker.e-popup .e-presets .e-list-item {
      border-radius: 0;
      cursor: pointer;
      line-height: 48px;
      overflow: hidden;
      padding: 0 24px;
      white-space: nowrap; }
    .e-daterangepicker.e-popup .e-presets .e-list-parent,
    .e-bigger.e-small .e-daterangepicker.e-popup .e-presets .e-list-parent {
      margin: 0;
      max-width: 160px;
      padding: 0; }
    .e-daterangepicker.e-popup .e-presets .e-text-content,
    .e-bigger.e-small .e-daterangepicker.e-popup .e-presets .e-text-content {
      line-height: 47px; }
    .e-daterangepicker.e-popup .e-presets .e-ul li.e-list-item,
    .e-bigger.e-small .e-daterangepicker.e-popup .e-presets .e-ul li.e-list-item {
      font-size: 13px;
      height: 36px;
      line-height: 36px; }
  .e-daterangepicker.e-popup .e-hide-range,
  .e-bigger.e-small .e-daterangepicker.e-popup .e-hide-range {
    display: none; }

.e-daterangepicker.e-rtl .e-date-range-container,
.e-bigger.e-small .e-daterangepicker.e-rtl .e-date-range-container {
  float: right; }
  .e-daterangepicker.e-rtl .e-date-range-container.e-range-border,
  .e-bigger.e-small .e-daterangepicker.e-rtl .e-date-range-container.e-range-border {
    border-left: 1px solid rgba(0, 0, 0, 0.12);
    border-right: 0; }
  .e-daterangepicker.e-rtl .e-date-range-container .e-left-container,
  .e-bigger.e-small .e-daterangepicker.e-rtl .e-date-range-container .e-left-container {
    border-left: 1px solid rgba(0, 0, 0, 0.12);
    border-right: 0; }
  .e-daterangepicker.e-rtl .e-date-range-container .e-calendar .e-next,
  .e-bigger.e-small .e-daterangepicker.e-rtl .e-date-range-container .e-calendar .e-next {
    float: left; }
  .e-daterangepicker.e-rtl .e-date-range-container .e-calendar .e-prev,
  .e-bigger.e-small .e-daterangepicker.e-rtl .e-date-range-container .e-calendar .e-prev {
    float: right; }
  .e-daterangepicker.e-rtl .e-date-range-container .e-calendar .e-start-date.e-selected.e-range-hover,
  .e-bigger.e-small .e-daterangepicker.e-rtl .e-date-range-container .e-calendar .e-start-date.e-selected.e-range-hover {
    border-radius: 0 50% 50% 0; }
  .e-daterangepicker.e-rtl .e-date-range-container .e-calendar .e-end-date.e-selected.e-range-hover,
  .e-bigger.e-small .e-daterangepicker.e-rtl .e-date-range-container .e-calendar .e-end-date.e-selected.e-range-hover {
    border-radius: 50% 0 0 50%; }

.e-daterangepicker.e-rtl .e-footer,
.e-bigger.e-small .e-daterangepicker.e-rtl .e-footer {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end; }
  .e-daterangepicker.e-rtl .e-footer .e-btn.e-cancel,
  .e-bigger.e-small .e-daterangepicker.e-rtl .e-footer .e-btn.e-cancel {
    margin: 0 8px 0 8px; }
  .e-daterangepicker.e-rtl .e-footer .e-btn.e-apply,
  .e-bigger.e-small .e-daterangepicker.e-rtl .e-footer .e-btn.e-apply {
    margin-left: 0; }

.e-bigger .e-daterangepicker.e-range-modal,
*.e-device.e-daterangepicker.e-range-modal {
  background-color: rgba(0, 0, 0, 0.6);
  height: 100%;
  left: 0;
  opacity: .5;
  pointer-events: auto;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 999; }

.e-bigger.e-small .e-daterangepicker .e-calendar {
  max-width: 246px; }

.e-bigger .e-daterangepicker.e-popup.e-preset-wrapper,
*.e-bigger.e-daterangepicker.e-popup.e-preset-wrapper,
*.e-device.e-daterangepicker.e-popup.e-preset-wrapper {
  max-width: 770px;
  min-width: auto; }
  .e-bigger .e-daterangepicker.e-popup.e-preset-wrapper .e-presets,
  *.e-bigger.e-daterangepicker.e-popup.e-preset-wrapper .e-presets,
  *.e-device.e-daterangepicker.e-popup.e-preset-wrapper .e-presets {
    max-height: none; }

.e-bigger .e-daterangepicker.e-popup .e-range-header,
*.e-bigger.e-daterangepicker.e-popup .e-range-header,
*.e-device.e-daterangepicker.e-popup .e-range-header {
  width: auto; }
  .e-bigger .e-daterangepicker.e-popup .e-range-header .e-start-end,
  *.e-bigger.e-daterangepicker.e-popup .e-range-header .e-start-end,
  *.e-device.e-daterangepicker.e-popup .e-range-header .e-start-end {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 36px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    width: 100%; }
    .e-bigger .e-daterangepicker.e-popup .e-range-header .e-start-end .e-start-btn,
    .e-bigger .e-daterangepicker.e-popup .e-range-header .e-start-end .e-end-btn,
    *.e-bigger.e-daterangepicker.e-popup .e-range-header .e-start-end .e-start-btn,
    *.e-bigger.e-daterangepicker.e-popup .e-range-header .e-start-end .e-end-btn,
    *.e-device.e-daterangepicker.e-popup .e-range-header .e-start-end .e-start-btn,
    *.e-device.e-daterangepicker.e-popup .e-range-header .e-start-end .e-end-btn {
      border: 1px solid #4d4d4d;
      -webkit-box-shadow: none;
              box-shadow: none;
      font-size: 14px;
      font-weight: 500;
      height: 36px;
      line-height: 34px;
      max-width: 116px;
      overflow: hidden;
      padding: 1px 6px;
      text-overflow: ellipsis;
      width: 50%; }
    .e-bigger .e-daterangepicker.e-popup .e-range-header .e-start-end .e-end-btn,
    *.e-bigger.e-daterangepicker.e-popup .e-range-header .e-start-end .e-end-btn,
    *.e-device.e-daterangepicker.e-popup .e-range-header .e-start-end .e-end-btn {
      border-left: 0;
      border-radius: 0 2px 2px 0; }
    .e-bigger .e-daterangepicker.e-popup .e-range-header .e-start-end .e-start-btn,
    *.e-bigger.e-daterangepicker.e-popup .e-range-header .e-start-end .e-start-btn,
    *.e-device.e-daterangepicker.e-popup .e-range-header .e-start-end .e-start-btn {
      border-radius: 2px 0 0 2px; }
    .e-bigger .e-daterangepicker.e-popup .e-range-header .e-start-end .e-start-btn:hover,
    .e-bigger .e-daterangepicker.e-popup .e-range-header .e-start-end .e-end-btn:hover:not([disabled]),
    *.e-bigger.e-daterangepicker.e-popup .e-range-header .e-start-end .e-start-btn:hover,
    *.e-bigger.e-daterangepicker.e-popup .e-range-header .e-start-end .e-end-btn:hover:not([disabled]),
    *.e-device.e-daterangepicker.e-popup .e-range-header .e-start-end .e-start-btn:hover,
    *.e-device.e-daterangepicker.e-popup .e-range-header .e-start-end .e-end-btn:hover:not([disabled]) {
      -webkit-box-shadow: none;
              box-shadow: none; }
    .e-bigger .e-daterangepicker.e-popup .e-range-header .e-start-end .e-start-btn.e-active,
    .e-bigger .e-daterangepicker.e-popup .e-range-header .e-start-end .e-start-btn.e-active:active,
    .e-bigger .e-daterangepicker.e-popup .e-range-header .e-start-end .e-end-btn.e-active,
    .e-bigger .e-daterangepicker.e-popup .e-range-header .e-start-end .e-end-btn.e-active:active:not([disabled]),
    .e-bigger .e-daterangepicker.e-popup .e-range-header .e-start-end .e-start-btn.e-active:hover,
    .e-bigger .e-daterangepicker.e-popup .e-range-header .e-start-end .e-end-btn.e-active:hover,
    *.e-bigger.e-daterangepicker.e-popup .e-range-header .e-start-end .e-start-btn.e-active,
    *.e-bigger.e-daterangepicker.e-popup .e-range-header .e-start-end .e-start-btn.e-active:active,
    *.e-bigger.e-daterangepicker.e-popup .e-range-header .e-start-end .e-end-btn.e-active,
    *.e-bigger.e-daterangepicker.e-popup .e-range-header .e-start-end .e-end-btn.e-active:active:not([disabled]),
    *.e-bigger.e-daterangepicker.e-popup .e-range-header .e-start-end .e-start-btn.e-active:hover,
    *.e-bigger.e-daterangepicker.e-popup .e-range-header .e-start-end .e-end-btn.e-active:hover,
    *.e-device.e-daterangepicker.e-popup .e-range-header .e-start-end .e-start-btn.e-active,
    *.e-device.e-daterangepicker.e-popup .e-range-header .e-start-end .e-start-btn.e-active:active,
    *.e-device.e-daterangepicker.e-popup .e-range-header .e-start-end .e-end-btn.e-active,
    *.e-device.e-daterangepicker.e-popup .e-range-header .e-start-end .e-end-btn.e-active:active:not([disabled]),
    *.e-device.e-daterangepicker.e-popup .e-range-header .e-start-end .e-start-btn.e-active:hover,
    *.e-device.e-daterangepicker.e-popup .e-range-header .e-start-end .e-end-btn.e-active:hover {
      -webkit-box-shadow: none;
              box-shadow: none; }
    .e-bigger .e-daterangepicker.e-popup .e-range-header .e-start-end .e-start-btn,
    .e-bigger .e-daterangepicker.e-popup .e-range-header .e-start-end .e-end-btn,
    *.e-bigger.e-daterangepicker.e-popup .e-range-header .e-start-end .e-start-btn,
    *.e-bigger.e-daterangepicker.e-popup .e-range-header .e-start-end .e-end-btn,
    *.e-device.e-daterangepicker.e-popup .e-range-header .e-start-end .e-start-btn,
    *.e-device.e-daterangepicker.e-popup .e-range-header .e-start-end .e-end-btn {
      max-width: 141px; }

.e-bigger .e-daterangepicker.e-popup .e-presets,
*.e-bigger.e-daterangepicker.e-popup .e-presets,
*.e-device.e-daterangepicker.e-popup .e-presets {
  max-height: 240px; }
  .e-bigger .e-daterangepicker.e-popup .e-presets.e-preset-wrapper,
  *.e-bigger.e-daterangepicker.e-popup .e-presets.e-preset-wrapper,
  *.e-device.e-daterangepicker.e-popup .e-presets.e-preset-wrapper {
    max-height: none; }
  .e-bigger .e-daterangepicker.e-popup .e-presets ul,
  *.e-bigger.e-daterangepicker.e-popup .e-presets ul,
  *.e-device.e-daterangepicker.e-popup .e-presets ul {
    max-width: none; }
    .e-bigger .e-daterangepicker.e-popup .e-presets ul li.e-list-item,
    *.e-bigger.e-daterangepicker.e-popup .e-presets ul li.e-list-item,
    *.e-device.e-daterangepicker.e-popup .e-presets ul li.e-list-item {
      font-size: 14px;
      height: 48px;
      line-height: 48px;
      padding: 0 16px; }

.e-bigger .e-daterangepicker .e-calendar,
*.e-bigger.e-daterangepicker .e-calendar,
*.e-device.e-daterangepicker .e-calendar {
  max-width: 296px;
  padding: 0; }
  .e-bigger .e-daterangepicker .e-calendar .e-content table,
  *.e-bigger.e-daterangepicker .e-calendar .e-content table,
  *.e-device.e-daterangepicker .e-calendar .e-content table {
    padding: 0 15px 15px; }
  .e-bigger .e-daterangepicker .e-calendar .e-header .e-next,
  .e-bigger .e-daterangepicker .e-calendar .e-header .e-prev,
  *.e-bigger.e-daterangepicker .e-calendar .e-header .e-next,
  *.e-bigger.e-daterangepicker .e-calendar .e-header .e-prev,
  *.e-device.e-daterangepicker .e-calendar .e-header .e-next,
  *.e-device.e-daterangepicker .e-calendar .e-header .e-prev {
    height: 48px;
    width: 48px; }
    .e-bigger .e-daterangepicker .e-calendar .e-header .e-next span,
    .e-bigger .e-daterangepicker .e-calendar .e-header .e-prev span,
    *.e-bigger.e-daterangepicker .e-calendar .e-header .e-next span,
    *.e-bigger.e-daterangepicker .e-calendar .e-header .e-prev span,
    *.e-device.e-daterangepicker .e-calendar .e-header .e-next span,
    *.e-device.e-daterangepicker .e-calendar .e-header .e-prev span {
      padding: 15px; }
  .e-bigger .e-daterangepicker .e-calendar .e-header .e-title,
  *.e-bigger.e-daterangepicker .e-calendar .e-header .e-title,
  *.e-device.e-daterangepicker .e-calendar .e-header .e-title {
    cursor: pointer;
    line-height: 48px; }
  .e-bigger .e-daterangepicker .e-calendar .e-header.e-month, .e-bigger .e-daterangepicker .e-calendar .e-header.e-year, .e-bigger .e-daterangepicker .e-calendar .e-header.e-decade,
  *.e-bigger.e-daterangepicker .e-calendar .e-header.e-month,
  *.e-bigger.e-daterangepicker .e-calendar .e-header.e-year,
  *.e-bigger.e-daterangepicker .e-calendar .e-header.e-decade,
  *.e-device.e-daterangepicker .e-calendar .e-header.e-month,
  *.e-device.e-daterangepicker .e-calendar .e-header.e-year,
  *.e-device.e-daterangepicker .e-calendar .e-header.e-decade {
    padding: 10px 5px 0 5px; }

.e-bigger .e-daterangepicker .e-footer,
*.e-bigger.e-daterangepicker .e-footer,
*.e-device.e-daterangepicker .e-footer {
  height: 58px; }
  .e-bigger .e-daterangepicker .e-footer .e-btn,
  *.e-bigger.e-daterangepicker .e-footer .e-btn,
  *.e-device.e-daterangepicker .e-footer .e-btn {
    height: 36px;
    line-height: 36px;
    overflow: hidden; }
  .e-bigger .e-daterangepicker .e-footer .e-btn.e-apply,
  *.e-bigger.e-daterangepicker .e-footer .e-btn.e-apply,
  *.e-device.e-daterangepicker .e-footer .e-btn.e-apply {
    margin: 0 8px 0 8px; }

.e-bigger .e-daterangepicker.e-rtl.e-popup .e-range-header .e-start-end .e-end-btn,
*.e-bigger.e-daterangepicker.e-rtl.e-popup .e-range-header .e-start-end .e-end-btn,
*.e-device.e-daterangepicker.e-rtl.e-popup .e-range-header .e-start-end .e-end-btn {
  border: 1px solid #4d4d4d;
  border-radius: 2px 0 0 2px;
  border-right: 0; }

.e-bigger .e-daterangepicker.e-rtl.e-popup .e-range-header .e-start-end .e-start-btn,
*.e-bigger.e-daterangepicker.e-rtl.e-popup .e-range-header .e-start-end .e-start-btn,
*.e-device.e-daterangepicker.e-rtl.e-popup .e-range-header .e-start-end .e-start-btn {
  border-radius: 0 2px 2px 0; }

.e-bigger .e-daterangepicker.e-rtl.e-popup .e-footer.e-btn.e-cancel,
*.e-bigger.e-daterangepicker.e-rtl.e-popup .e-footer.e-btn.e-cancel,
*.e-device.e-daterangepicker.e-rtl.e-popup .e-footer.e-btn.e-cancel {
  margin: 0 8px 0 8px; }

.e-bigger .e-daterangepicker.e-rtl.e-popup .e-footer .e-btn.e-apply,
*.e-bigger.e-daterangepicker.e-rtl.e-popup .e-footer .e-btn.e-apply,
*.e-device.e-daterangepicker.e-rtl.e-popup .e-footer .e-btn.e-apply {
  margin-left: 0; }

.e-bigger .e-daterangepicker.e-device.e-popup,
*.e-bigger.e-daterangepicker.e-device.e-popup,
*.e-device.e-daterangepicker.e-device.e-popup {
  max-width: 298px; }
  .e-bigger .e-daterangepicker.e-device.e-popup .e-range-header,
  *.e-bigger.e-daterangepicker.e-device.e-popup .e-range-header,
  *.e-device.e-daterangepicker.e-device.e-popup .e-range-header {
    margin: 20px 16px 0 16px; }
    .e-bigger .e-daterangepicker.e-device.e-popup .e-range-header .e-day-span,
    *.e-bigger.e-daterangepicker.e-device.e-popup .e-range-header .e-day-span,
    *.e-device.e-daterangepicker.e-device.e-popup .e-range-header .e-day-span {
      margin: 10px 0; }

.e-small .e-daterangepicker.e-popup .e-range-header,
*.e-small.e-daterangepicker.e-popup .e-range-header {
  margin: 10px 10px 0 10px; }
  .e-small .e-daterangepicker.e-popup .e-range-header .e-start-label,
  .e-small .e-daterangepicker.e-popup .e-range-header .e-end-label,
  *.e-small.e-daterangepicker.e-popup .e-range-header .e-start-label,
  *.e-small.e-daterangepicker.e-popup .e-range-header .e-end-label {
    font-size: 16px; }
  .e-small .e-daterangepicker.e-popup .e-range-header .e-change-icon,
  *.e-small.e-daterangepicker.e-popup .e-range-header .e-change-icon {
    font-size: 12px; }
  .e-small .e-daterangepicker.e-popup .e-range-header .e-start-end,
  *.e-small.e-daterangepicker.e-popup .e-range-header .e-start-end {
    height: 32px; }
  .e-small .e-daterangepicker.e-popup .e-range-header .e-day-span,
  *.e-small.e-daterangepicker.e-popup .e-range-header .e-day-span {
    font-size: 12px;
    margin: 0 0 10px 0; }
  .e-small .e-daterangepicker.e-popup .e-range-header .e-separator,
  *.e-small.e-daterangepicker.e-popup .e-range-header .e-separator {
    margin: 0 10px; }

.e-small .e-daterangepicker.e-popup .e-footer .e-btn.e-apply,
*.e-small.e-daterangepicker.e-popup .e-footer .e-btn.e-apply {
  margin: 10px 10px 10px 8px; }

.e-small .e-daterangepicker.e-popup.e-preset-wrapper .e-presets .e-list-parent.e-ul .e-list-item,
*.e-small.e-daterangepicker.e-popup.e-preset-wrapper .e-presets .e-list-parent.e-ul .e-list-item {
  font-size: 12px;
  height: 26px;
  line-height: 26px; }

.e-range-overflow {
  overflow: hidden; }

.e-daterangepick-mob-popup-wrap {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  left: 0;
  max-height: 100%;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1002; }
  .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-control.e-lib.e-device.e-popup-open {
    position: relative;
    top: 0 !important;
    left: 0 !important; }

.e-content-placeholder.e-daterangepicker.e-placeholder-daterangepicker {
  background-size: 250px 33px;
  min-height: 33px; }

.e-bigger .e-content-placeholder.e-daterangepicker.e-placeholder-daterangepicker,
.e-bigger.e-content-placeholder.e-daterangepicker.e-placeholder-daterangepicker {
  background-size: 250px 40px;
  min-height: 40px; }

/*! daterangepicker theme */
.e-date-range-wrapper .e-input-group-icon.e-icons.e-active {
  color: #971b1e; }

.e-date-range-wrapper.e-input-group:not(.e-disabled) .e-input-group-icon.e-active:active {
  color: #971b1e; }

.e-daterangepicker.e-popup,
.e-bigger.e-small .e-daterangepicker.e-popup {
  background: #fff; }
  .e-daterangepicker.e-popup .e-calendar,
  .e-bigger.e-small .e-daterangepicker.e-popup .e-calendar {
    background-color: #fff; }
    .e-daterangepicker.e-popup .e-calendar .e-header .e-title,
    .e-daterangepicker.e-popup .e-calendar .e-header .e-title:hover,
    .e-bigger.e-small .e-daterangepicker.e-popup .e-calendar .e-header .e-title,
    .e-bigger.e-small .e-daterangepicker.e-popup .e-calendar .e-header .e-title:hover {
      color: rgba(0, 0, 0, 0.87);
      text-decoration: none; }
    .e-daterangepicker.e-popup .e-calendar .e-content .e-range-hover,
    .e-bigger.e-small .e-daterangepicker.e-popup .e-calendar .e-content .e-range-hover {
      background-color: #eee;
      color: rgba(0, 0, 0, 0.87); }
    .e-daterangepicker.e-popup .e-calendar .e-content.e-month .e-today.e-range-hover span,
    .e-bigger.e-small .e-daterangepicker.e-popup .e-calendar .e-content.e-month .e-today.e-range-hover span {
      background-color: #eee;
      border: 1px solid #971b1e;
      color: #971b1e; }
    .e-daterangepicker.e-popup .e-calendar .e-content .e-range-hover span,
    .e-bigger.e-small .e-daterangepicker.e-popup .e-calendar .e-content .e-range-hover span {
      background: #eee;
      border: none;
      color: rgba(0, 0, 0, 0.87); }
    .e-daterangepicker.e-popup .e-calendar .e-range-hover:not(.e-selected):hover span.e-day,
    .e-daterangepicker.e-popup .e-calendar .e-range-hover.e-focused-date:not(.e-selected) span.e-day,
    .e-daterangepicker.e-popup .e-calendar .e-range-hover.e-focused-date.e-today span.e-day,
    .e-bigger.e-small .e-daterangepicker.e-popup .e-calendar .e-range-hover:not(.e-selected):hover span.e-day,
    .e-bigger.e-small .e-daterangepicker.e-popup .e-calendar .e-range-hover.e-focused-date:not(.e-selected) span.e-day,
    .e-bigger.e-small .e-daterangepicker.e-popup .e-calendar .e-range-hover.e-focused-date.e-today span.e-day {
      background-color: #c8c8c8;
      border: none;
      color: rgba(0, 0, 0, 0.87); }
    .e-daterangepicker.e-popup .e-calendar .e-range-hover.e-today:hover span.e-day,
    .e-daterangepicker.e-popup .e-calendar .e-range-hover.e-focused-date.e-today span.e-day,
    .e-daterangepicker.e-popup .e-calendar .e-range-hover.e-start-date.e-selected.e-today span.e-day,
    .e-daterangepicker.e-popup .e-calendar .e-range-hover.e-end-date.e-selected.e-today span.e-day,
    .e-bigger.e-small .e-daterangepicker.e-popup .e-calendar .e-range-hover.e-today:hover span.e-day,
    .e-bigger.e-small .e-daterangepicker.e-popup .e-calendar .e-range-hover.e-focused-date.e-today span.e-day,
    .e-bigger.e-small .e-daterangepicker.e-popup .e-calendar .e-range-hover.e-start-date.e-selected.e-today span.e-day,
    .e-bigger.e-small .e-daterangepicker.e-popup .e-calendar .e-range-hover.e-end-date.e-selected.e-today span.e-day {
      border: 1px solid #971b1e; }
    .e-daterangepicker.e-popup .e-calendar .e-range-hover.e-selected.e-today:hover span.e-day,
    .e-bigger.e-small .e-daterangepicker.e-popup .e-calendar .e-range-hover.e-selected.e-today:hover span.e-day {
      border: 1px solid #971b1e; }
    .e-daterangepicker.e-popup .e-calendar .e-content .e-other-month.e-range-hover,
    .e-daterangepicker.e-popup .e-calendar .e-content .e-other-month.e-today.e-range-hover span,
    .e-daterangepicker.e-popup .e-calendar .e-content .e-other-month.e-range-hover span,
    .e-daterangepicker.e-popup .e-calendar .e-content .e-other-month.e-range-hover:hover span.e-day,
    .e-daterangepicker.e-popup .e-calendar .e-content .e-other-month.e-selected,
    .e-daterangepicker.e-popup .e-calendar .e-content .e-other-month.e-selected span,
    .e-bigger.e-small .e-daterangepicker.e-popup .e-calendar .e-content .e-other-month.e-range-hover,
    .e-bigger.e-small .e-daterangepicker.e-popup .e-calendar .e-content .e-other-month.e-today.e-range-hover span,
    .e-bigger.e-small .e-daterangepicker.e-popup .e-calendar .e-content .e-other-month.e-range-hover span,
    .e-bigger.e-small .e-daterangepicker.e-popup .e-calendar .e-content .e-other-month.e-range-hover:hover span.e-day,
    .e-bigger.e-small .e-daterangepicker.e-popup .e-calendar .e-content .e-other-month.e-selected,
    .e-bigger.e-small .e-daterangepicker.e-popup .e-calendar .e-content .e-other-month.e-selected span {
      background-color: #fff;
      border: none;
      color: rgba(0, 0, 0, 0.38); }
    .e-daterangepicker.e-popup .e-calendar .e-content .e-other-month.e-range-hover,
    .e-daterangepicker.e-popup .e-calendar .e-content .e-other-month.e-selected,
    .e-bigger.e-small .e-daterangepicker.e-popup .e-calendar .e-content .e-other-month.e-range-hover,
    .e-bigger.e-small .e-daterangepicker.e-popup .e-calendar .e-content .e-other-month.e-selected {
      background-color: #fff;
      border: none;
      color: rgba(0, 0, 0, 0.38); }
    .e-daterangepicker.e-popup .e-calendar .e-end-date.e-selected.e-range-hover span.e-day,
    .e-daterangepicker.e-popup .e-calendar .e-start-date.e-selected.e-range-hover span.e-day,
    .e-bigger.e-small .e-daterangepicker.e-popup .e-calendar .e-end-date.e-selected.e-range-hover span.e-day,
    .e-bigger.e-small .e-daterangepicker.e-popup .e-calendar .e-start-date.e-selected.e-range-hover span.e-day {
      background-color: #971b1e;
      color: #fff; }
    .e-daterangepicker.e-popup .e-calendar .e-start-date.e-selected.e-range-hover.e-today span.e-day,
    .e-bigger.e-small .e-daterangepicker.e-popup .e-calendar .e-start-date.e-selected.e-range-hover.e-today span.e-day {
      background-color: #971b1e;
      color: #fff; }
    .e-daterangepicker.e-popup .e-calendar .e-other-month.e-selected span,
    .e-bigger.e-small .e-daterangepicker.e-popup .e-calendar .e-other-month.e-selected span {
      color: #fff; }
  .e-daterangepicker.e-popup .e-presets,
  .e-bigger.e-small .e-daterangepicker.e-popup .e-presets {
    background-color: #fff;
    color: #000; }
    .e-daterangepicker.e-popup .e-presets .e-list-item.e-active,
    .e-bigger.e-small .e-daterangepicker.e-popup .e-presets .e-list-item.e-active {
      background-color: #fff;
      color: #971b1e; }
    .e-daterangepicker.e-popup .e-presets .e-list-item.e-hover,
    .e-bigger.e-small .e-daterangepicker.e-popup .e-presets .e-list-item.e-hover {
      background-color: #eee;
      color: rgba(0, 0, 0, 0.87); }
  .e-daterangepicker.e-popup .e-start-label,
  .e-daterangepicker.e-popup .e-end-label,
  .e-bigger.e-small .e-daterangepicker.e-popup .e-start-label,
  .e-bigger.e-small .e-daterangepicker.e-popup .e-end-label {
    color: rgba(0, 0, 0, 0.87); }
  .e-daterangepicker.e-popup .e-change-icon,
  .e-bigger.e-small .e-daterangepicker.e-popup .e-change-icon {
    color: rgba(0, 0, 0, 0.74); }
  .e-daterangepicker.e-popup .e-day-span,
  .e-bigger.e-small .e-daterangepicker.e-popup .e-day-span {
    color: rgba(0, 0, 0, 0.54); }
  .e-daterangepicker.e-popup .e-separator,
  .e-bigger.e-small .e-daterangepicker.e-popup .e-separator {
    background-color: rgba(0, 0, 0, 0.12); }
  .e-daterangepicker.e-popup .e-footer,
  .e-bigger.e-small .e-daterangepicker.e-popup .e-footer {
    background-color: #fff; }

.e-bigger .e-daterangepicker,
*.e-bigger.e-daterangepicker,
*.e-device.e-daterangepicker {
  background-color: #fff;
  padding: 0; }
  .e-bigger .e-daterangepicker .e-calendar th,
  *.e-bigger.e-daterangepicker .e-calendar th,
  *.e-device.e-daterangepicker .e-calendar th {
    color: rgba(0, 0, 0, 0.38); }
  .e-bigger .e-daterangepicker .e-start-btn,
  .e-bigger .e-daterangepicker .e-end-btn,
  *.e-bigger.e-daterangepicker .e-start-btn,
  *.e-bigger.e-daterangepicker .e-end-btn,
  *.e-device.e-daterangepicker .e-start-btn,
  *.e-device.e-daterangepicker .e-end-btn {
    background: #fff; }
  .e-bigger .e-daterangepicker .e-start-btn.e-active,
  .e-bigger .e-daterangepicker .e-start-btn.e-active:active,
  .e-bigger .e-daterangepicker .e-end-btn.e-active,
  .e-bigger .e-daterangepicker .e-end-btn.e-active:active:not([disabled]),
  .e-bigger .e-daterangepicker .e-start-btn.e-active:hover,
  .e-bigger .e-daterangepicker .e-end-btn.e-active:hover,
  *.e-bigger.e-daterangepicker .e-start-btn.e-active,
  *.e-bigger.e-daterangepicker .e-start-btn.e-active:active,
  *.e-bigger.e-daterangepicker .e-end-btn.e-active,
  *.e-bigger.e-daterangepicker .e-end-btn.e-active:active:not([disabled]),
  *.e-bigger.e-daterangepicker .e-start-btn.e-active:hover,
  *.e-bigger.e-daterangepicker .e-end-btn.e-active:hover,
  *.e-device.e-daterangepicker .e-start-btn.e-active,
  *.e-device.e-daterangepicker .e-start-btn.e-active:active,
  *.e-device.e-daterangepicker .e-end-btn.e-active,
  *.e-device.e-daterangepicker .e-end-btn.e-active:active:not([disabled]),
  *.e-device.e-daterangepicker .e-start-btn.e-active:hover,
  *.e-device.e-daterangepicker .e-end-btn.e-active:hover {
    background: #4d4d4d;
    color: #fff; }

/*! component icons */
.e-datetime-wrapper .e-time-icon.e-icons::before {
  content: '\e20c';
  font-family: 'e-icons'; }

.e-datetime-wrapper.e-outline .e-input-group-icon.e-date-icon,
.e-datetime-wrapper.e-control-wrapper.e-outline .e-input-group-icon.e-date-icon,
.e-datetime-wrapper.e-outline .e-input-group-icon.e-time-icon,
.e-datetime-wrapper.e-control-wrapper.e-outline .e-input-group-icon.e-time-icon {
  min-height: 0;
  min-width: 20px; }

.e-bigger .e-datetime-wrapper.e-outline .e-input-group-icon.e-date-icon,
.e-datetime-wrapper.e-control-wrapper.e-bigger.e-outline .e-input-group-icon.e-date-icon,
.e-bigger .e-datetime-wrapper.e-control-wrapper.e-outline .e-input-group-icon.e-date-icon,
.e-bigger .e-datetime-wrapper.e-outline .e-input-group-icon.e-time-icon,
.e-datetime-wrapper.e-control-wrapper.e-bigger.e-outline .e-input-group-icon.e-time-icon,
.e-bigger .e-datetime-wrapper.e-control-wrapper.e-outline .e-input-group-icon.e-time-icon {
  min-height: 0;
  min-width: 24px; }

.e-small .e-datetime-wrapper.e-outline .e-input-group-icon.e-date-icon,
.e-datetime-wrapper.e-control-wrapper.e-small.e-outline .e-input-group-icon.e-date-icon,
.e-small .e-datetime-wrapper.e-control-wrapper.e-outline .e-input-group-icon.e-date-icon,
.e-small .e-datetime-wrapper.e-outline .e-input-group-icon.e-time-icon,
.e-datetime-wrapper.e-control-wrapper.e-small.e-outline .e-input-group-icon.e-time-icon,
.e-small .e-datetime-wrapper.e-control-wrapper.e-outline .e-input-group-icon.e-time-icon {
  min-height: 0;
  min-width: 18px; }

.e-bigger.e-small .e-outline.e-datetime-wrapper .e-input-group-icon.e-date-icon,
.e-bigger.e-small.e-outline.e-datetime-wrapper .e-input-group-icon.e-date-icon,
.e-datetime-wrapper.e-control-wrapper.e-bigger.e-small.e-outline .e-input-group-icon.e-date-icon,
.e-bigger.e-small .e-datetime-wrapper.e-control-wrapper.e-outline .e-input-group-icon.e-date-icon,
.e-bigger.e-small .e-outline.e-datetime-wrapper .e-input-group-icon.e-time-icon,
.e-bigger.e-small.e-outline.e-datetime-wrapper .e-input-group-icon.e-time-icon,
.e-datetime-wrapper.e-control-wrapper.e-bigger.e-small.e-outline .e-input-group-icon.e-time-icon,
.e-bigger.e-small .e-datetime-wrapper.e-control-wrapper.e-outline .e-input-group-icon.e-time-icon {
  min-height: 0;
  min-width: 20px; }

.e-datetime-wrapper.e-filled .e-input-group-icon.e-time-icon,
.e-datetime-wrapper.e-control-wrapper.e-filled .e-input-group-icon.e-time-icon,
.e-rtl.e-datetime-wrapper.e-filled .e-input-group-icon.e-time-icon,
.e-rtl.e-datetime-wrapper.e-control-wrapper.e-filled .e-input-group-icon.e-time-icon,
.e-rtl .e-datetime-wrapper.e-filled .e-input-group-icon.e-time-icon,
.e-rtl .e-datetime-wrapper.e-control-wrapper.e-filled .e-input-group-icon.e-time-icon {
  margin: 0; }

.e-input-group.e-control-wrapper.e-datetime-wrapper.e-non-edit.e-input-focus .e-input:focus ~ .e-clear-icon,
.e-float-input.e-control-wrapper.e-input-group.e-datetime-wrapper.e-non-edit.e-input-focus input:focus ~ .e-clear-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.e-datetime-wrapper {
  -webkit-tap-highlight-color: transparent; }
  .e-datetime-wrapper .e-time-icon.e-icons::before {
    font-size: 16px; }
  .e-datetime-wrapper.e-control-wrapper {
    -webkit-box-sizing: border-box;
            box-sizing: border-box; }
  .e-datetime-wrapper .e-time-icon.e-icons.e-disabled,
  .e-datetime-wrapper .e-date-icon.e-icons.e-disabled {
    pointer-events: none; }
  .e-datetime-wrapper .e-clear-icon {
    -webkit-box-sizing: content-box;
            box-sizing: content-box; }
  .e-datetime-wrapper span {
    cursor: pointer; }
  .e-datetime-wrapper .e-input-group-icon.e-date-icon,
  .e-datetime-wrapper .e-input-group-icon.e-time-icon {
    font-size: 16px;
    margin: 0 0 4px;
    min-height: 24px;
    min-width: 24px;
    outline: none; }
  .e-datetime-wrapper .e-input-group-icon.e-time-icon {
    border: 0;
    border-style: none;
    margin: 0 0 4px 6px; }

.e-datetime-wrapper:not(.e-outline).e-rtl .e-input-group-icon.e-time-icon {
  margin: 0 6px 4px 0; }

.e-datetimepicker.e-time-modal {
  background-color: rgba(0, 0, 0, 0.6);
  height: 100%;
  left: 0;
  opacity: .5;
  pointer-events: auto;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 999; }

.e-datetimepicker.e-popup {
  border-style: solid;
  border-width: 1px;
  overflow: auto; }
  .e-datetimepicker.e-popup .e-content {
    position: relative; }
  .e-datetimepicker.e-popup .e-list-parent.e-ul {
    margin: 0;
    padding: 8px 0; }
    .e-datetimepicker.e-popup .e-list-parent.e-ul .e-list-item {
      color: rgba(0, 0, 0, 0.87);
      cursor: default;
      font-size: 13px;
      overflow: hidden;
      position: relative;
      text-overflow: ellipsis;
      vertical-align: middle;
      white-space: nowrap;
      width: 100%; }
    .e-datetimepicker.e-popup .e-list-parent.e-ul .e-list-item.e-hover {
      cursor: pointer; }

.e-datetimepicker.e-popup .e-list-parent.e-ul .e-list-item {
  line-height: 36px;
  text-indent: 16px; }

.e-bigger.e-datetime-wrapper .e-time-icon.e-icons::before,
*.e-bigger .e-datetime-wrapper .e-time-icon.e-icons::before {
  font-size: 20px; }

.e-bigger.e-datetime-wrapper .e-input-group-icon.e-time-icon,
*.e-bigger .e-datetime-wrapper .e-input-group-icon.e-time-icon {
  margin: 5px 0 6px 8px;
  min-height: 26px;
  min-width: 26px; }

.e-bigger.e-datetime-wrapper:not(.e-outline).e-rtl .e-input-group-icon.e-time-icon,
*.e-bigger .e-datetime-wrapper:not(.e-outline).e-rtl .e-input-group-icon.e-time-icon {
  margin: 5px 8px 6px 0; }

.e-bigger .e-datetimepicker.e-popup .e-list-parent.e-ul,
*.e-bigger.e-datetimepicker.e-popup .e-list-parent.e-ul {
  padding: 8px 0; }
  .e-bigger .e-datetimepicker.e-popup .e-list-parent.e-ul .e-list-item,
  *.e-bigger.e-datetimepicker.e-popup .e-list-parent.e-ul .e-list-item {
    font-size: 14px;
    line-height: 48px;
    text-indent: 16px; }

.e-small .e-datetimepicker.e-popup .e-list-parent.e-ul .e-list-item,
*.e-small.e-datetimepicker.e-popup .e-list-parent.e-ul .e-list-item {
  font-size: 12px;
  line-height: 26px;
  text-indent: 12px; }

.e-small.e-bigger .e-datetimepicker.e-popup .e-list-parent.e-ul .e-list-item,
*.e-small.e-bigger.e-datetimepicker.e-popup .e-list-parent.e-ul .e-list-item {
  font-size: 13px;
  line-height: 40px;
  text-indent: 16px; }

.e-small.e-datetime-wrapper .e-time-icon.e-icons::before,
*.e-small .e-datetime-wrapper .e-time-icon.e-icons::before {
  font-size: 14px; }

.e-small.e-bigger.e-datetime-wrapper .e-time-icon.e-icons::before,
*.e-small.e-bigger .e-datetime-wrapper .e-time-icon.e-icons::before {
  font-size: 18px; }

.e-content-placeholder.e-datetimepicker.e-placeholder-datetimepicker {
  background-size: 250px 33px;
  min-height: 33px; }

.e-bigger .e-content-placeholder.e-datetimepicker.e-placeholder-datetimepicker,
.e-bigger.e-content-placeholder.e-datetimepicker.e-placeholder-datetimepicker {
  background-size: 250px 40px;
  min-height: 40px; }

/*! datetimepicker theme */
.e-datetime-wrapper .e-input-group-icon.e-icons.e-active {
  color: #971b1e; }

.e-datetime-wrapper.e-input-group:not(.e-disabled) .e-input-group-icon.e-active:active {
  color: #971b1e; }

.e-datetimepicker.e-popup {
  border: none;
  border-radius: 2px;
  -webkit-box-shadow: 0 5px 5px -3px rgba(0, 0, 0, 0.2), 0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12);
          box-shadow: 0 5px 5px -3px rgba(0, 0, 0, 0.2), 0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12); }
  .e-datetimepicker.e-popup .e-list-parent.e-ul {
    background-color: #fff; }
    .e-datetimepicker.e-popup .e-list-parent.e-ul li.e-list-item {
      border: none;
      color: rgba(0, 0, 0, 0.87); }
    .e-datetimepicker.e-popup .e-list-parent.e-ul .e-list-item.e-hover,
    .e-datetimepicker.e-popup .e-list-parent.e-ul .e-list-item.e-navigation,
    .e-datetimepicker.e-popup .e-list-parent.e-ul .e-list-item:focus {
      background-color: #eee;
      border: none;
      color: #000; }
    .e-datetimepicker.e-popup .e-list-parent.e-ul .e-list-item.e-active {
      background-color: #eee;
      color: #971b1e; }
    .e-datetimepicker.e-popup .e-list-parent.e-ul .e-list-item.e-active.e-hover {
      background-color: #eee;
      color: #971b1e; }

/*! maskedtextbox layout */
.e-control-wrapper.e-mask .e-maskedtextbox {
  font-family: Arial, "Roboto", "Segoe UI", "GeezaPro", "DejaVu Serif", "sans-serif", "-apple-system", "BlinkMacSystemFont";
  font-size: 12.5px; }

.e-bigger .e-control-wrapper.e-mask .e-maskedtextbox {
  font-size: 13px; }

.e-control-wrapper.e-mask.e-bigger .e-maskedtextbox {
  font-size: 13px; }

.e-content-placeholder.e-mask.e-placeholder-mask {
  background-size: 300px 33px;
  min-height: 33px; }

.e-bigger .e-content-placeholder.e-mask.e-placeholder-mask,
.e-bigger.e-content-placeholder.e-mask.e-placeholder-mask {
  background-size: 300px 40px;
  min-height: 40px; }

/*! maskedtextbox theme */
.e-control-wrapper.e-mask.e-error .e-maskedtextbox {
  color: #f44336; }

.e-utility-mask.e-error {
  color: #f44336; }

.e-upload .e-upload-files .e-file-remove-btn.e-icons::before {
  content: '\e945'; }

.e-upload .e-upload-files .e-icons.e-file-pause-btn::before {
  content: '\e326'; }

.e-upload .e-upload-files .e-icons.e-file-reload-btn::before {
  content: '\e99d'; }

.e-upload .e-upload-files .e-icons.e-file-play-btn::before {
  content: '\e324'; }

.e-upload .e-upload-files .e-file-delete-btn.e-icons::before {
  content: '\e94a'; }

.e-upload .e-upload-files .e-file-abort-btn.e-icons::before {
  content: '\e974'; }

.e-upload .e-upload-files .e-icons.e-msie::before {
  position: relative;
  right: 10px; }

.e-upload .e-upload-files .e-icons.e-file-abort-icon.e-msie::before {
  right: 12px; }

.e-bigger .e-upload {
  width: 100%; }
  .e-bigger .e-upload .e-file-select-wrap {
    padding: 20px 0 20px 16px; }
    .e-bigger .e-upload .e-file-select-wrap .e-file-drop {
      font-size: 15px;
      margin-left: 16px; }
  .e-bigger .e-upload .e-upload-files .e-upload-file-list {
    font-size: 15px;
    line-height: normal;
    min-height: 100px; }
    .e-bigger .e-upload .e-upload-files .e-upload-file-list .e-file-container {
      margin-left: 16px;
      top: 0; }
    .e-bigger .e-upload .e-upload-files .e-upload-file-list .e-file-container .e-file-name {
      font-size: 15px;
      padding-top: 16px; }
    .e-bigger .e-upload .e-upload-files .e-upload-file-list .e-file-container .e-file-size {
      font-size: 12px;
      padding: 10px 0; }
    .e-bigger .e-upload .e-upload-files .e-upload-file-list .e-file-container .e-file-type {
      font-size: 15px;
      padding-top: 16px;
      top: initial; }
    .e-bigger .e-upload .e-upload-files .e-upload-file-list .e-file-container .e-file-status,
    .e-bigger .e-upload .e-upload-files .e-upload-file-list .e-file-container .e-file-information {
      font-size: 12px;
      padding-bottom: 16px; }
    .e-bigger .e-upload .e-upload-files .e-upload-file-list .e-file-container .e-upload-progress-wrap {
      height: 10px; }
      .e-bigger .e-upload .e-upload-files .e-upload-file-list .e-file-container .e-upload-progress-wrap .e-progress-inner-wrap {
        height: 3px;
        width: 98%; }
        .e-bigger .e-upload .e-upload-files .e-upload-file-list .e-file-container .e-upload-progress-wrap .e-progress-inner-wrap .e-upload-progress-bar {
          height: 3px; }
      .e-bigger .e-upload .e-upload-files .e-upload-file-list .e-file-container .e-upload-progress-wrap .e-progress-bar-text {
        font-size: 11px;
        right: 10px;
        top: -33px; }
  .e-bigger .e-upload .e-upload-files .e-file-remove-btn.e-icons,
  .e-bigger .e-upload .e-upload-files .e-file-delete-btn.e-icons,
  .e-bigger .e-upload .e-upload-files .e-file-abort-btn.e-icons,
  .e-bigger .e-upload .e-upload-files .e-file-reload-btn.e-icons,
  .e-bigger .e-upload .e-upload-files .e-file-play-btn.e-icons,
  .e-bigger .e-upload .e-upload-files .e-file-pause-btn.e-icons {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    font-size: 12px;
    height: 18px;
    margin: 16px;
    margin-top: -24px;
    padding: 20px;
    top: 50%;
    width: 18px; }
  .e-bigger .e-upload .e-upload-files .e-file-remove-btn.e-icons.e-disabled,
  .e-bigger .e-upload .e-upload-files .e-file-delete-btn.e-icons.e-disabled {
    color: rgba(0, 0, 0, 0.38);
    cursor: not-allowed;
    opacity: .4;
    pointer-events: none; }
  .e-bigger .e-upload .e-upload-files .e-file-remove-btn.e-msie.e-icons,
  .e-bigger .e-upload .e-upload-files .e-file-delete-btn.e-msie.e-icons,
  .e-bigger .e-upload .e-upload-files .e-file-abort-btn.e-msie.e-icons,
  .e-bigger .e-upload .e-upload-files .e-file-reload-btn.e-msie.e-icons,
  .e-bigger .e-upload .e-upload-files .e-file-play-btn.e-msie.e-icons,
  .e-bigger .e-upload .e-upload-files .e-file-pause-btn.e-msie.e-icons {
    padding: 20px 17px 20px 26px; }
  .e-bigger .e-upload .e-upload-files .e-file-play-btn.e-icons,
  .e-bigger .e-upload .e-upload-files .e-file-reload-btn.e-icons,
  .e-bigger .e-upload .e-upload-files .e-file-pause-btn.e-icons {
    right: 45px; }
  .e-bigger .e-upload .e-upload-files .e-file-delete-btn.e-icons {
    font-size: 13px; }
  .e-bigger .e-upload .e-upload-files .e-file-abort-btn.e-icons {
    font-size: 18px; }
  .e-bigger .e-upload .e-upload-actions .e-btn {
    margin-left: 16px; }
  .e-bigger .e-upload .e-upload-actions .e-file-upload-btn {
    margin: 15px; }
  .e-bigger .e-upload .e-upload-actions .e-file-clear-btn {
    margin: 15px; }
  .e-bigger .e-upload.e-rtl .e-file-select-wrap {
    padding: 20px 16px 20px 0; }
    .e-bigger .e-upload.e-rtl .e-file-select-wrap .e-control.e-btn {
      margin-right: 0; }
    .e-bigger .e-upload.e-rtl .e-file-select-wrap .e-file-drop {
      margin-right: 16px; }
  .e-bigger .e-upload.e-rtl .e-upload-files .e-upload-file-list .e-file-container {
    margin-left: 60px;
    margin-right: 16px; }
    .e-bigger .e-upload.e-rtl .e-upload-files .e-upload-file-list .e-file-container .e-file-status,
    .e-bigger .e-upload.e-rtl .e-upload-files .e-upload-file-list .e-file-container .e-file-information {
      top: 54px; }
    .e-bigger .e-upload.e-rtl .e-upload-files .e-upload-file-list .e-file-container .e-upload-progress-wrap .e-progress-bar-text {
      left: 10px;
      right: initial; }
  .e-bigger .e-upload.e-rtl .e-upload-files .e-upload-file-list .e-file-remove-btn.e-icons,
  .e-bigger .e-upload.e-rtl .e-upload-files .e-upload-file-list .e-file-delete-btn.e-icons,
  .e-bigger .e-upload.e-rtl .e-upload-files .e-upload-file-list .e-file-abort-btn.e-icons,
  .e-bigger .e-upload.e-rtl .e-upload-files .e-upload-file-list .e-file-reload-btn.e-icons,
  .e-bigger .e-upload.e-rtl .e-upload-files .e-upload-file-list .e-file-play-btn.e-icons,
  .e-bigger .e-upload.e-rtl .e-upload-files .e-upload-file-list .e-file-pause-btn.e-icons {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    left: 0;
    margin-left: 16px;
    margin-right: 16px;
    padding: 20px;
    top: 50%; }
  .e-bigger .e-upload.e-rtl .e-upload-files .e-upload-file-list .e-file-remove-btn.e-icons.e-disabled,
  .e-bigger .e-upload.e-rtl .e-upload-files .e-upload-file-list .e-file-delete-btn.e-icons.e-disabled {
    color: rgba(0, 0, 0, 0.38);
    cursor: not-allowed;
    opacity: .4;
    pointer-events: none; }
  .e-bigger .e-upload.e-rtl .e-upload-files .e-upload-file-list .e-file-remove-btn.e-msie.e-icons,
  .e-bigger .e-upload.e-rtl .e-upload-files .e-upload-file-list .e-file-delete-btn.e-msie.e-icons,
  .e-bigger .e-upload.e-rtl .e-upload-files .e-upload-file-list .e-file-abort-btn.e-msie.e-icons,
  .e-bigger .e-upload.e-rtl .e-upload-files .e-upload-file-list .e-file-reload-btn.e-msie.e-icons,
  .e-bigger .e-upload.e-rtl .e-upload-files .e-upload-file-list .e-file-play-btn.e-msie.e-icons,
  .e-bigger .e-upload.e-rtl .e-upload-files .e-upload-file-list .e-file-pause-btn.e-msie.e-icons {
    padding: 20px 17px 20px 26px; }
  .e-bigger .e-upload.e-rtl .e-upload-files .e-upload-file-list .e-file-play-btn.e-icons,
  .e-bigger .e-upload.e-rtl .e-upload-files .e-upload-file-list .e-file-reload-btn.e-icons,
  .e-bigger .e-upload.e-rtl .e-upload-files .e-upload-file-list .e-file-pause-btn.e-icons {
    left: 41px; }
  .e-bigger .e-upload.e-form-upload .e-upload-files .e-upload-file-list {
    min-height: 35px;
    padding-bottom: 16px;
    padding-top: 12px; }
    .e-bigger .e-upload.e-form-upload .e-upload-files .e-upload-file-list .e-file-container {
      top: 0; }
      .e-bigger .e-upload.e-form-upload .e-upload-files .e-upload-file-list .e-file-container .e-hidden-input {
        display: none; }
      .e-bigger .e-upload.e-form-upload .e-upload-files .e-upload-file-list .e-file-container .e-file-name,
      .e-bigger .e-upload.e-form-upload .e-upload-files .e-upload-file-list .e-file-container .e-file-type {
        line-height: 1.5;
        padding-top: 4px; }
      .e-bigger .e-upload.e-form-upload .e-upload-files .e-upload-file-list .e-file-container .e-file-name.e-error,
      .e-bigger .e-upload.e-form-upload .e-upload-files .e-upload-file-list .e-file-container .e-file-type.e-error,
      .e-bigger .e-upload.e-form-upload .e-upload-files .e-upload-file-list .e-file-container .e-file-status.e-error {
        color: #f44336; }
      .e-bigger .e-upload.e-form-upload .e-upload-files .e-upload-file-list .e-file-container .e-file-status,
      .e-bigger .e-upload.e-form-upload .e-upload-files .e-upload-file-list .e-file-container .e-file-information {
        color: rgba(0, 0, 0, 0.54);
        display: block;
        font-size: 12px;
        line-height: 1.5;
        padding-bottom: 0;
        padding-top: 4px;
        position: relative; }
    .e-bigger .e-upload.e-form-upload .e-upload-files .e-upload-file-list.e-file-invalid {
      color: #f44336; }
      .e-bigger .e-upload.e-form-upload .e-upload-files .e-upload-file-list.e-file-invalid .e-file-name,
      .e-bigger .e-upload.e-form-upload .e-upload-files .e-upload-file-list.e-file-invalid .e-file-type,
      .e-bigger .e-upload.e-form-upload .e-upload-files .e-upload-file-list.e-file-invalid .e-file-status {
        color: #f44336; }
  .e-bigger .e-upload.e-form-upload .e-upload-files .e-file-remove-btn.e-icons,
  .e-bigger .e-upload.e-form-upload .e-upload-files .e-file-delete-btn.e-icons,
  .e-bigger .e-upload.e-form-upload .e-upload-files .e-file-abort-btn.e-icons,
  .e-bigger .e-upload.e-form-upload .e-upload-files .e-file-reload-btn.e-icons,
  .e-bigger .e-upload.e-form-upload .e-upload-files .e-file-play-btn.e-icons,
  .e-bigger .e-upload.e-form-upload .e-upload-files .e-file-pause-btn.e-icons {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    top: 42px; }
  .e-bigger .e-upload.e-form-upload .e-upload-files .e-file-remove-btn.e-icons.e-disabled,
  .e-bigger .e-upload.e-form-upload .e-upload-files .e-file-delete-btn.e-icons.e-disabled {
    color: rgba(0, 0, 0, 0.38);
    cursor: not-allowed;
    opacity: .4;
    pointer-events: none; }

.e-upload,
.e-bigger.e-small .e-upload {
  width: 100%; }
  .e-upload.e-control-wrapper,
  .e-bigger.e-small .e-upload.e-control-wrapper {
    font-family: "Roboto", "Segoe UI", "GeezaPro", "DejaVu Serif", "sans-serif", "-apple-system", "BlinkMacSystemFont"; }
  .e-upload .e-hidden-file-input,
  .e-bigger.e-small .e-upload .e-hidden-file-input {
    border: 0;
    height: 0;
    margin: 0;
    outline: none;
    padding: 0;
    text-indent: 0;
    visibility: hidden;
    width: 0; }
  .e-upload .e-file-select-wrap,
  .e-bigger.e-small .e-upload .e-file-select-wrap {
    padding: 16px 0 16px 12px; }
    .e-upload .e-file-select-wrap .e-file-select,
    .e-upload .e-file-select-wrap .e-file-select .e-uploader,
    .e-bigger.e-small .e-upload .e-file-select-wrap .e-file-select,
    .e-bigger.e-small .e-upload .e-file-select-wrap .e-file-select .e-uploader {
      display: inline-block;
      width: 0; }
    .e-upload .e-file-select-wrap .e-file-select .e-uploader,
    .e-bigger.e-small .e-upload .e-file-select-wrap .e-file-select .e-uploader {
      opacity: 0; }
    .e-upload .e-file-select-wrap .e-file-drop,
    .e-bigger.e-small .e-upload .e-file-select-wrap .e-file-drop {
      font-family: inherit;
      font-size: 14px;
      margin-left: 12px; }
  .e-upload.e-form-upload .e-upload-files .e-upload-file-list,
  .e-bigger.e-small .e-upload.e-form-upload .e-upload-files .e-upload-file-list {
    min-height: 35px;
    padding-bottom: 12px;
    padding-top: 8px; }
    .e-upload.e-form-upload .e-upload-files .e-upload-file-list .e-file-container,
    .e-bigger.e-small .e-upload.e-form-upload .e-upload-files .e-upload-file-list .e-file-container {
      top: 0; }
      .e-upload.e-form-upload .e-upload-files .e-upload-file-list .e-file-container .e-hidden-input,
      .e-bigger.e-small .e-upload.e-form-upload .e-upload-files .e-upload-file-list .e-file-container .e-hidden-input {
        display: none; }
      .e-upload.e-form-upload .e-upload-files .e-upload-file-list .e-file-container .e-file-name,
      .e-upload.e-form-upload .e-upload-files .e-upload-file-list .e-file-container .e-file-type,
      .e-bigger.e-small .e-upload.e-form-upload .e-upload-files .e-upload-file-list .e-file-container .e-file-name,
      .e-bigger.e-small .e-upload.e-form-upload .e-upload-files .e-upload-file-list .e-file-container .e-file-type {
        line-height: 1.5;
        padding-top: 4px; }
      .e-upload.e-form-upload .e-upload-files .e-upload-file-list .e-file-container .e-file-name.e-error,
      .e-upload.e-form-upload .e-upload-files .e-upload-file-list .e-file-container .e-file-type.e-error,
      .e-upload.e-form-upload .e-upload-files .e-upload-file-list .e-file-container .e-file-status.e-error,
      .e-bigger.e-small .e-upload.e-form-upload .e-upload-files .e-upload-file-list .e-file-container .e-file-name.e-error,
      .e-bigger.e-small .e-upload.e-form-upload .e-upload-files .e-upload-file-list .e-file-container .e-file-type.e-error,
      .e-bigger.e-small .e-upload.e-form-upload .e-upload-files .e-upload-file-list .e-file-container .e-file-status.e-error {
        color: #f44336; }
      .e-upload.e-form-upload .e-upload-files .e-upload-file-list .e-file-container .e-file-status,
      .e-upload.e-form-upload .e-upload-files .e-upload-file-list .e-file-container .e-file-information,
      .e-bigger.e-small .e-upload.e-form-upload .e-upload-files .e-upload-file-list .e-file-container .e-file-status,
      .e-bigger.e-small .e-upload.e-form-upload .e-upload-files .e-upload-file-list .e-file-container .e-file-information {
        color: rgba(0, 0, 0, 0.54);
        display: block;
        font-size: 11px;
        line-height: 1.5;
        padding-bottom: 0;
        padding-top: 4px;
        position: relative; }
    .e-upload.e-form-upload .e-upload-files .e-upload-file-list.e-file-invalid,
    .e-bigger.e-small .e-upload.e-form-upload .e-upload-files .e-upload-file-list.e-file-invalid {
      color: #f44336; }
      .e-upload.e-form-upload .e-upload-files .e-upload-file-list.e-file-invalid .e-file-name,
      .e-upload.e-form-upload .e-upload-files .e-upload-file-list.e-file-invalid .e-file-type,
      .e-upload.e-form-upload .e-upload-files .e-upload-file-list.e-file-invalid .e-file-status,
      .e-bigger.e-small .e-upload.e-form-upload .e-upload-files .e-upload-file-list.e-file-invalid .e-file-name,
      .e-bigger.e-small .e-upload.e-form-upload .e-upload-files .e-upload-file-list.e-file-invalid .e-file-type,
      .e-bigger.e-small .e-upload.e-form-upload .e-upload-files .e-upload-file-list.e-file-invalid .e-file-status {
        color: #f44336; }
  .e-upload.e-form-upload .e-upload-files .e-file-remove-btn.e-icons,
  .e-upload.e-form-upload .e-upload-files .e-file-delete-btn.e-icons,
  .e-upload.e-form-upload .e-upload-files .e-file-abort-btn.e-icons,
  .e-upload.e-form-upload .e-upload-files .e-file-reload-btn.e-icons,
  .e-upload.e-form-upload .e-upload-files .e-file-play-btn.e-icons,
  .e-upload.e-form-upload .e-upload-files .e-file-pause-btn.e-icons,
  .e-bigger.e-small .e-upload.e-form-upload .e-upload-files .e-file-remove-btn.e-icons,
  .e-bigger.e-small .e-upload.e-form-upload .e-upload-files .e-file-delete-btn.e-icons,
  .e-bigger.e-small .e-upload.e-form-upload .e-upload-files .e-file-abort-btn.e-icons,
  .e-bigger.e-small .e-upload.e-form-upload .e-upload-files .e-file-reload-btn.e-icons,
  .e-bigger.e-small .e-upload.e-form-upload .e-upload-files .e-file-play-btn.e-icons,
  .e-bigger.e-small .e-upload.e-form-upload .e-upload-files .e-file-pause-btn.e-icons {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    top: 32px; }
  .e-upload.e-form-upload .e-upload-files .e-file-remove-btn.e-icons.e-disabled,
  .e-upload.e-form-upload .e-upload-files .e-file-delete-btn.e-icons.e-disabled,
  .e-bigger.e-small .e-upload.e-form-upload .e-upload-files .e-file-remove-btn.e-icons.e-disabled,
  .e-bigger.e-small .e-upload.e-form-upload .e-upload-files .e-file-delete-btn.e-icons.e-disabled {
    color: rgba(0, 0, 0, 0.38);
    cursor: not-allowed;
    opacity: .4;
    pointer-events: none; }
  .e-upload .e-upload-files,
  .e-bigger.e-small .e-upload .e-upload-files {
    list-style-type: none;
    margin: 0;
    padding: 0; }
    .e-upload .e-upload-files .e-icons:focus,
    .e-bigger.e-small .e-upload .e-upload-files .e-icons:focus {
      outline: none; }
    .e-upload .e-upload-files .e-upload-file-list,
    .e-bigger.e-small .e-upload .e-upload-files .e-upload-file-list {
      font-family: inherit;
      font-size: 14px;
      height: 100%;
      line-height: normal;
      min-height: 90px;
      position: relative; }
      .e-upload .e-upload-files .e-upload-file-list .e-file-container,
      .e-bigger.e-small .e-upload .e-upload-files .e-upload-file-list .e-file-container {
        display: block;
        height: 100%;
        margin-left: 12px;
        margin-right: 90px;
        min-height: 35px;
        position: relative;
        top: 3px; }
        .e-upload .e-upload-files .e-upload-file-list .e-file-container .e-file-name,
        .e-bigger.e-small .e-upload .e-upload-files .e-upload-file-list .e-file-container .e-file-name {
          float: left;
          font-family: inherit;
          font-size: 14px;
          max-width: 75%;
          overflow: hidden;
          padding-top: 12px;
          position: relative;
          text-overflow: ellipsis;
          top: 0;
          white-space: nowrap; }
        .e-upload .e-upload-files .e-upload-file-list .e-file-container .e-file-name::before,
        .e-bigger.e-small .e-upload .e-upload-files .e-upload-file-list .e-file-container .e-file-name::before {
          content: attr(data-tail);
          float: right; }
        .e-upload .e-upload-files .e-upload-file-list .e-file-container .e-file-type,
        .e-bigger.e-small .e-upload .e-upload-files .e-upload-file-list .e-file-container .e-file-type {
          display: block;
          font-family: inherit;
          font-size: 14px;
          padding-top: 12px; }
        .e-upload .e-upload-files .e-upload-file-list .e-file-container .e-file-type.e-hidden,
        .e-bigger.e-small .e-upload .e-upload-files .e-upload-file-list .e-file-container .e-file-type.e-hidden {
          visibility: hidden; }
        .e-upload .e-upload-files .e-upload-file-list .e-file-container .e-file-size,
        .e-bigger.e-small .e-upload .e-upload-files .e-upload-file-list .e-file-container .e-file-size {
          display: block;
          font-size: 11px;
          padding: 8px 0; }
        .e-upload .e-upload-files .e-upload-file-list .e-file-container .e-file-status,
        .e-upload .e-upload-files .e-upload-file-list .e-file-container .e-file-information,
        .e-bigger.e-small .e-upload .e-upload-files .e-upload-file-list .e-file-container .e-file-status,
        .e-bigger.e-small .e-upload .e-upload-files .e-upload-file-list .e-file-container .e-file-information {
          display: block;
          font-family: inherit;
          font-size: 11px;
          padding-bottom: 12px; }
          .e-upload .e-upload-files .e-upload-file-list .e-file-container .e-file-status.e-upload-progress,
          .e-upload .e-upload-files .e-upload-file-list .e-file-container .e-file-information.e-upload-progress,
          .e-bigger.e-small .e-upload .e-upload-files .e-upload-file-list .e-file-container .e-file-status.e-upload-progress,
          .e-bigger.e-small .e-upload .e-upload-files .e-upload-file-list .e-file-container .e-file-information.e-upload-progress {
            display: none; }
        .e-upload .e-upload-files .e-upload-file-list .e-file-container .e-upload-progress-wrap,
        .e-bigger.e-small .e-upload .e-upload-files .e-upload-file-list .e-file-container .e-upload-progress-wrap {
          display: block;
          height: 8px;
          padding-bottom: 6px;
          padding-top: 6px;
          position: absolute;
          width: 98%; }
          .e-upload .e-upload-files .e-upload-file-list .e-file-container .e-upload-progress-wrap .e-progress-inner-wrap,
          .e-bigger.e-small .e-upload .e-upload-files .e-upload-file-list .e-file-container .e-upload-progress-wrap .e-progress-inner-wrap {
            border-radius: 0;
            display: block;
            height: 2px;
            width: 100%; }
            .e-upload .e-upload-files .e-upload-file-list .e-file-container .e-upload-progress-wrap .e-progress-inner-wrap .e-upload-progress-bar,
            .e-bigger.e-small .e-upload .e-upload-files .e-upload-file-list .e-file-container .e-upload-progress-wrap .e-progress-inner-wrap .e-upload-progress-bar {
              border-radius: 0;
              display: inherit;
              height: 2px; }
          .e-upload .e-upload-files .e-upload-file-list .e-file-container .e-upload-progress-wrap .e-progress-bar-text,
          .e-bigger.e-small .e-upload .e-upload-files .e-upload-file-list .e-file-container .e-upload-progress-wrap .e-progress-bar-text {
            float: right;
            font-family: inherit;
            font-size: 11px;
            position: relative;
            right: 6px;
            top: -27px; }
    .e-upload .e-upload-files .e-file-remove-btn.e-icons,
    .e-upload .e-upload-files .e-file-delete-btn.e-icons,
    .e-upload .e-upload-files .e-file-abort-btn.e-icons,
    .e-upload .e-upload-files .e-file-pause-btn.e-icons,
    .e-upload .e-upload-files .e-file-play-btn.e-icons,
    .e-upload .e-upload-files .e-file-reload-btn.e-icons,
    .e-bigger.e-small .e-upload .e-upload-files .e-file-remove-btn.e-icons,
    .e-bigger.e-small .e-upload .e-upload-files .e-file-delete-btn.e-icons,
    .e-bigger.e-small .e-upload .e-upload-files .e-file-abort-btn.e-icons,
    .e-bigger.e-small .e-upload .e-upload-files .e-file-pause-btn.e-icons,
    .e-bigger.e-small .e-upload .e-upload-files .e-file-play-btn.e-icons,
    .e-bigger.e-small .e-upload .e-upload-files .e-file-reload-btn.e-icons {
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      cursor: pointer;
      display: -webkit-inline-box;
      display: -ms-inline-flexbox;
      display: inline-flex;
      font-size: 11px;
      height: 18px;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      margin: 0 12px;
      margin-top: -18px;
      padding: 18px;
      position: absolute;
      right: 0;
      top: 50%;
      vertical-align: middle;
      width: 18px; }
      .e-upload .e-upload-files .e-file-remove-btn.e-icons.e-upload-progress,
      .e-upload .e-upload-files .e-file-delete-btn.e-icons.e-upload-progress,
      .e-upload .e-upload-files .e-file-abort-btn.e-icons.e-upload-progress,
      .e-upload .e-upload-files .e-file-pause-btn.e-icons.e-upload-progress,
      .e-upload .e-upload-files .e-file-play-btn.e-icons.e-upload-progress,
      .e-upload .e-upload-files .e-file-reload-btn.e-icons.e-upload-progress,
      .e-bigger.e-small .e-upload .e-upload-files .e-file-remove-btn.e-icons.e-upload-progress,
      .e-bigger.e-small .e-upload .e-upload-files .e-file-delete-btn.e-icons.e-upload-progress,
      .e-bigger.e-small .e-upload .e-upload-files .e-file-abort-btn.e-icons.e-upload-progress,
      .e-bigger.e-small .e-upload .e-upload-files .e-file-pause-btn.e-icons.e-upload-progress,
      .e-bigger.e-small .e-upload .e-upload-files .e-file-play-btn.e-icons.e-upload-progress,
      .e-bigger.e-small .e-upload .e-upload-files .e-file-reload-btn.e-icons.e-upload-progress {
        cursor: default; }
    .e-upload .e-upload-files .e-file-remove-btn.e-icons.e-disabled,
    .e-upload .e-upload-files .e-file-delete-btn.e-icons.e-disabled,
    .e-bigger.e-small .e-upload .e-upload-files .e-file-remove-btn.e-icons.e-disabled,
    .e-bigger.e-small .e-upload .e-upload-files .e-file-delete-btn.e-icons.e-disabled {
      color: rgba(0, 0, 0, 0.38);
      cursor: not-allowed;
      opacity: .4;
      pointer-events: none; }
    .e-upload .e-upload-files .e-file-remove-btn.e-msie.e-icons,
    .e-upload .e-upload-files .e-file-delete-btn.e-msie.e-icons,
    .e-upload .e-upload-files .e-file-abort-btn.e-msie.e-icons,
    .e-upload .e-upload-files .e-file-pause-btn.e-msie.e-icons,
    .e-upload .e-upload-files .e-file-play-btn.e-msie.e-icons,
    .e-upload .e-upload-files .e-file-reload-btn.e-msie.e-icons,
    .e-bigger.e-small .e-upload .e-upload-files .e-file-remove-btn.e-msie.e-icons,
    .e-bigger.e-small .e-upload .e-upload-files .e-file-delete-btn.e-msie.e-icons,
    .e-bigger.e-small .e-upload .e-upload-files .e-file-abort-btn.e-msie.e-icons,
    .e-bigger.e-small .e-upload .e-upload-files .e-file-pause-btn.e-msie.e-icons,
    .e-bigger.e-small .e-upload .e-upload-files .e-file-play-btn.e-msie.e-icons,
    .e-bigger.e-small .e-upload .e-upload-files .e-file-reload-btn.e-msie.e-icons {
      padding: 18px 13px 18px 23px; }
    .e-upload .e-upload-files .e-file-pause-btn.e-icons,
    .e-upload .e-upload-files .e-file-play-btn.e-icons,
    .e-upload .e-upload-files .e-file-reload-btn.e-icons,
    .e-bigger.e-small .e-upload .e-upload-files .e-file-pause-btn.e-icons,
    .e-bigger.e-small .e-upload .e-upload-files .e-file-play-btn.e-icons,
    .e-bigger.e-small .e-upload .e-upload-files .e-file-reload-btn.e-icons {
      right: 36px; }
    .e-upload .e-upload-files .e-file-remove-btn.e-icons:not(.e-upload-progress):hover,
    .e-upload .e-upload-files .e-file-delete-btn.e-icons:not(.e-upload-progress):hover,
    .e-upload .e-upload-files .e-file-pause-btn.e-icons:not(.e-upload-progress):hover,
    .e-upload .e-upload-files .e-file-play-btn.e-icons:not(.e-upload-progress):hover,
    .e-upload .e-upload-files .e-file-reload-btn.e-icons:hover,
    .e-upload .e-upload-files .e-file-abort-btn.e-icons:not(.e-disabled):hover,
    .e-upload .e-upload-files .e-clear-icon-focus,
    .e-bigger.e-small .e-upload .e-upload-files .e-file-remove-btn.e-icons:not(.e-upload-progress):hover,
    .e-bigger.e-small .e-upload .e-upload-files .e-file-delete-btn.e-icons:not(.e-upload-progress):hover,
    .e-bigger.e-small .e-upload .e-upload-files .e-file-pause-btn.e-icons:not(.e-upload-progress):hover,
    .e-bigger.e-small .e-upload .e-upload-files .e-file-play-btn.e-icons:not(.e-upload-progress):hover,
    .e-bigger.e-small .e-upload .e-upload-files .e-file-reload-btn.e-icons:hover,
    .e-bigger.e-small .e-upload .e-upload-files .e-file-abort-btn.e-icons:not(.e-disabled):hover,
    .e-bigger.e-small .e-upload .e-upload-files .e-clear-icon-focus {
      background-color: rgba(0, 0, 0, 0.12);
      border-color: transparent;
      border-radius: 50%;
      -webkit-box-shadow: 0 0 0 transparent;
              box-shadow: 0 0 0 transparent; }
    .e-upload .e-upload-files .e-file-remove-btn.e-icons:not(.e-upload-progress):focus,
    .e-upload .e-upload-files .e-file-delete-btn.e-icons:not(.e-upload-progress):focus,
    .e-upload .e-upload-files .e-file-pause-btn.e-icons:not(.e-upload-progress):focus,
    .e-upload .e-upload-files .e-file-play-btn.e-icons:not(.e-upload-progress):focus,
    .e-upload .e-upload-files .e-file-reload-btn.e-icons:focus,
    .e-upload .e-upload-files .e-file-abort-btn.e-icons:not(.e-disabled):focus,
    .e-upload .e-upload-files .e-clear-icon-focus,
    .e-bigger.e-small .e-upload .e-upload-files .e-file-remove-btn.e-icons:not(.e-upload-progress):focus,
    .e-bigger.e-small .e-upload .e-upload-files .e-file-delete-btn.e-icons:not(.e-upload-progress):focus,
    .e-bigger.e-small .e-upload .e-upload-files .e-file-pause-btn.e-icons:not(.e-upload-progress):focus,
    .e-bigger.e-small .e-upload .e-upload-files .e-file-play-btn.e-icons:not(.e-upload-progress):focus,
    .e-bigger.e-small .e-upload .e-upload-files .e-file-reload-btn.e-icons:focus,
    .e-bigger.e-small .e-upload .e-upload-files .e-file-abort-btn.e-icons:not(.e-disabled):focus,
    .e-bigger.e-small .e-upload .e-upload-files .e-clear-icon-focus {
      border-radius: 50%; }
    .e-upload .e-upload-files .e-file-delete-btn.e-icons,
    .e-bigger.e-small .e-upload .e-upload-files .e-file-delete-btn.e-icons {
      font-size: 11px;
      opacity: 1; }
    .e-upload .e-upload-files .e-file-abort-btn.e-icons,
    .e-bigger.e-small .e-upload .e-upload-files .e-file-abort-btn.e-icons {
      font-size: 15px;
      opacity: 1; }
  .e-upload .e-file-select-wrap .e-btn,
  .e-upload .e-upload-actions .e-btn,
  .e-bigger.e-small .e-upload .e-file-select-wrap .e-btn,
  .e-bigger.e-small .e-upload .e-upload-actions .e-btn {
    font-family: inherit; }
  .e-upload .e-upload-actions,
  .e-bigger.e-small .e-upload .e-upload-actions {
    position: relative;
    text-align: right; }
    .e-upload .e-upload-actions .e-file-upload-btn,
    .e-bigger.e-small .e-upload .e-upload-actions .e-file-upload-btn {
      margin: 12px; }
    .e-upload .e-upload-actions .e-file-clear-btn,
    .e-bigger.e-small .e-upload .e-upload-actions .e-file-clear-btn {
      margin: 12px; }
  .e-upload.e-rtl .e-file-select-wrap,
  .e-bigger.e-small .e-upload.e-rtl .e-file-select-wrap {
    padding: 16px 12px 16px 0; }
    .e-upload.e-rtl .e-file-select-wrap .e-control.e-btn,
    .e-bigger.e-small .e-upload.e-rtl .e-file-select-wrap .e-control.e-btn {
      margin-right: 10px; }
    .e-upload.e-rtl .e-file-select-wrap .e-file-drop,
    .e-bigger.e-small .e-upload.e-rtl .e-file-select-wrap .e-file-drop {
      margin-left: 60px;
      margin-right: 12px;
      position: relative; }
  .e-upload.e-rtl .e-upload-actions,
  .e-bigger.e-small .e-upload.e-rtl .e-upload-actions {
    text-align: left; }
  .e-upload.e-rtl .e-upload-files .e-upload-file-list .e-file-container,
  .e-bigger.e-small .e-upload.e-rtl .e-upload-files .e-upload-file-list .e-file-container {
    height: 100%;
    margin-left: 60px;
    margin-right: 12px;
    position: relative; }
    .e-upload.e-rtl .e-upload-files .e-upload-file-list .e-file-container .e-rtl-container,
    .e-bigger.e-small .e-upload.e-rtl .e-upload-files .e-upload-file-list .e-file-container .e-rtl-container {
      direction: ltr;
      float: right;
      width: 100%; }
    .e-upload.e-rtl .e-upload-files .e-upload-file-list .e-file-container .e-file-type,
    .e-bigger.e-small .e-upload.e-rtl .e-upload-files .e-upload-file-list .e-file-container .e-file-type {
      float: right; }
    .e-upload.e-rtl .e-upload-files .e-upload-file-list .e-file-container .e-file-name,
    .e-bigger.e-small .e-upload.e-rtl .e-upload-files .e-upload-file-list .e-file-container .e-file-name {
      float: right; }
    .e-upload.e-rtl .e-upload-files .e-upload-file-list .e-file-container .e-file-size,
    .e-bigger.e-small .e-upload.e-rtl .e-upload-files .e-upload-file-list .e-file-container .e-file-size {
      direction: ltr;
      float: right;
      position: relative;
      text-align: right;
      width: 100%; }
    .e-upload.e-rtl .e-upload-files .e-upload-file-list .e-file-container .e-upload-progress-wrap,
    .e-bigger.e-small .e-upload.e-rtl .e-upload-files .e-upload-file-list .e-file-container .e-upload-progress-wrap {
      float: right;
      position: initial;
      top: 46px;
      width: 89%; }
      .e-upload.e-rtl .e-upload-files .e-upload-file-list .e-file-container .e-upload-progress-wrap .e-progress-bar-text,
      .e-bigger.e-small .e-upload.e-rtl .e-upload-files .e-upload-file-list .e-file-container .e-upload-progress-wrap .e-progress-bar-text {
        float: left;
        right: -8px;
        top: -25px; }
  .e-upload.e-rtl .e-upload-files .e-upload-file-list .e-file-remove-btn.e-icons,
  .e-upload.e-rtl .e-upload-files .e-upload-file-list .e-file-delete-btn.e-icons,
  .e-upload.e-rtl .e-upload-files .e-upload-file-list .e-file-abort-btn.e-icons,
  .e-upload.e-rtl .e-upload-files .e-upload-file-list .e-file-reload-btn.e-icons,
  .e-upload.e-rtl .e-upload-files .e-upload-file-list .e-file-pause-btn.e-icons,
  .e-upload.e-rtl .e-upload-files .e-upload-file-list .e-file-play-btn.e-icons,
  .e-bigger.e-small .e-upload.e-rtl .e-upload-files .e-upload-file-list .e-file-remove-btn.e-icons,
  .e-bigger.e-small .e-upload.e-rtl .e-upload-files .e-upload-file-list .e-file-delete-btn.e-icons,
  .e-bigger.e-small .e-upload.e-rtl .e-upload-files .e-upload-file-list .e-file-abort-btn.e-icons,
  .e-bigger.e-small .e-upload.e-rtl .e-upload-files .e-upload-file-list .e-file-reload-btn.e-icons,
  .e-bigger.e-small .e-upload.e-rtl .e-upload-files .e-upload-file-list .e-file-pause-btn.e-icons,
  .e-bigger.e-small .e-upload.e-rtl .e-upload-files .e-upload-file-list .e-file-play-btn.e-icons {
    left: 0;
    margin-left: 12px;
    margin-right: 12px;
    right: auto;
    top: 50%; }
  .e-upload.e-rtl .e-upload-files .e-upload-file-list .e-file-reload-btn.e-icons,
  .e-bigger.e-small .e-upload.e-rtl .e-upload-files .e-upload-file-list .e-file-reload-btn.e-icons {
    left: 36px;
    right: auto; }
  .e-upload.e-rtl .e-upload-files .e-upload-file-list .e-file-play-btn.e-icons,
  .e-upload.e-rtl .e-upload-files .e-upload-file-list .e-file-reload-btn.e-icons,
  .e-upload.e-rtl .e-upload-files .e-upload-file-list .e-file-pause-btn.e-icons,
  .e-bigger.e-small .e-upload.e-rtl .e-upload-files .e-upload-file-list .e-file-play-btn.e-icons,
  .e-bigger.e-small .e-upload.e-rtl .e-upload-files .e-upload-file-list .e-file-reload-btn.e-icons,
  .e-bigger.e-small .e-upload.e-rtl .e-upload-files .e-upload-file-list .e-file-pause-btn.e-icons {
    left: 36px; }
  .e-upload.e-disabled .e-file-drop,
  .e-bigger.e-small .e-upload.e-disabled .e-file-drop {
    color: rgba(0, 0, 0, 0.38); }
  .e-upload.e-disabled .e-upload-files .e-upload-file-list .e-file-container .e-file-name,
  .e-upload.e-disabled .e-upload-files .e-upload-file-list .e-file-container .e-file-type,
  .e-upload.e-disabled .e-upload-files .e-upload-file-list .e-file-container .e-file-size,
  .e-upload.e-disabled .e-upload-files .e-upload-file-list .e-file-container .e-file-status,
  .e-upload.e-disabled .e-upload-files .e-upload-file-list .e-file-container .e-file-information,
  .e-bigger.e-small .e-upload.e-disabled .e-upload-files .e-upload-file-list .e-file-container .e-file-name,
  .e-bigger.e-small .e-upload.e-disabled .e-upload-files .e-upload-file-list .e-file-container .e-file-type,
  .e-bigger.e-small .e-upload.e-disabled .e-upload-files .e-upload-file-list .e-file-container .e-file-size,
  .e-bigger.e-small .e-upload.e-disabled .e-upload-files .e-upload-file-list .e-file-container .e-file-status,
  .e-bigger.e-small .e-upload.e-disabled .e-upload-files .e-upload-file-list .e-file-container .e-file-information {
    color: rgba(0, 0, 0, 0.38); }
  .e-upload .e-content-placeholder.e-upload.e-placeholder-upload,
  .e-bigger.e-small .e-upload .e-content-placeholder.e-upload.e-placeholder-upload {
    background-size: 400px 65px;
    min-height: 65px; }
  .e-upload .e-bigger .e-content-placeholder.e-upload.e-placeholder-upload,
  .e-upload .e-bigger.e-content-placeholder.e-upload.e-placeholder-upload,
  .e-bigger.e-small .e-upload .e-bigger .e-content-placeholder.e-upload.e-placeholder-upload,
  .e-bigger.e-small .e-upload .e-bigger.e-content-placeholder.e-upload.e-placeholder-upload {
    background-size: 400px 80px;
    min-height: 80px; }

.e-small .e-upload .e-file-select-wrap {
  padding: 16px 0 16px 12px; }
  .e-small .e-upload .e-file-select-wrap .e-file-drop {
    font-size: 13px;
    margin-left: 12px; }

.e-small .e-upload .e-upload-files .e-upload-file-list {
  min-height: 76px; }
  .e-small .e-upload .e-upload-files .e-upload-file-list .e-file-container .e-file-name {
    font-size: 12px;
    padding-top: 10px; }
  .e-small .e-upload .e-upload-files .e-upload-file-list .e-file-container .e-file-size {
    font-size: 11px;
    padding: 5px 0; }
  .e-small .e-upload .e-upload-files .e-upload-file-list .e-file-container .e-file-type {
    font-size: 12px;
    padding-top: 10px; }
  .e-small .e-upload .e-upload-files .e-upload-file-list .e-file-container .e-file-status,
  .e-small .e-upload .e-upload-files .e-upload-file-list .e-file-container .e-file-information {
    padding-bottom: 10px; }
  .e-small .e-upload .e-upload-files .e-upload-file-list .e-file-container .e-upload-progress-wrap {
    padding-bottom: 3px;
    padding-top: 3px; }

.e-small .e-upload .e-upload-files .e-file-remove-btn.e-icons,
.e-small .e-upload .e-upload-files .e-file-delete-btn.e-icons,
.e-small .e-upload .e-upload-files .e-file-abort-btn.e-icons,
.e-small .e-upload .e-upload-files .e-file-reload-btn.e-icons,
.e-small .e-upload .e-upload-files .e-file-play-btn.e-icons,
.e-small .e-upload .e-upload-files .e-file-pause-btn.e-icons {
  font-size: 10px;
  height: 24px;
  padding: 12px;
  width: 24px; }

.e-small .e-upload .e-upload-files .e-file-remove-btn.e-icons.e-disabled,
.e-small .e-upload .e-upload-files .e-file-delete-btn.e-icons.e-disabled {
  color: rgba(0, 0, 0, 0.38);
  cursor: not-allowed;
  opacity: .4;
  pointer-events: none; }

.e-small .e-upload.e-rtl .e-file-select-wrap {
  padding: 16px 12px 16px 0; }

.e-small .e-upload.e-form-upload .e-upload-files .e-upload-file-list {
  min-height: 35px;
  padding-bottom: 10px;
  padding-top: 6px; }
  .e-small .e-upload.e-form-upload .e-upload-files .e-upload-file-list .e-file-container {
    top: 0; }
    .e-small .e-upload.e-form-upload .e-upload-files .e-upload-file-list .e-file-container .e-hidden-input {
      display: none; }
    .e-small .e-upload.e-form-upload .e-upload-files .e-upload-file-list .e-file-container .e-file-name,
    .e-small .e-upload.e-form-upload .e-upload-files .e-upload-file-list .e-file-container .e-file-type {
      line-height: 1.5;
      padding-top: 4px; }
    .e-small .e-upload.e-form-upload .e-upload-files .e-upload-file-list .e-file-container .e-file-name.e-error,
    .e-small .e-upload.e-form-upload .e-upload-files .e-upload-file-list .e-file-container .e-file-type.e-error,
    .e-small .e-upload.e-form-upload .e-upload-files .e-upload-file-list .e-file-container .e-file-status.e-error {
      color: #f44336; }
    .e-small .e-upload.e-form-upload .e-upload-files .e-upload-file-list .e-file-container .e-file-status,
    .e-small .e-upload.e-form-upload .e-upload-files .e-upload-file-list .e-file-container .e-file-information {
      color: rgba(0, 0, 0, 0.54);
      display: block;
      font-size: 11px;
      line-height: 1.5;
      padding-bottom: 0;
      padding-top: 4px;
      position: relative; }
  .e-small .e-upload.e-form-upload .e-upload-files .e-upload-file-list.e-file-invalid {
    color: #f44336; }
    .e-small .e-upload.e-form-upload .e-upload-files .e-upload-file-list.e-file-invalid .e-file-name,
    .e-small .e-upload.e-form-upload .e-upload-files .e-upload-file-list.e-file-invalid .e-file-type,
    .e-small .e-upload.e-form-upload .e-upload-files .e-upload-file-list.e-file-invalid .e-file-status {
      color: #f44336; }

.e-small .e-upload.e-form-upload .e-upload-files .e-file-remove-btn.e-icons,
.e-small .e-upload.e-form-upload .e-upload-files .e-file-delete-btn.e-icons,
.e-small .e-upload.e-form-upload .e-upload-files .e-file-abort-btn.e-icons,
.e-small .e-upload.e-form-upload .e-upload-files .e-file-reload-btn.e-icons,
.e-small .e-upload.e-form-upload .e-upload-files .e-file-play-btn.e-icons,
.e-small .e-upload.e-form-upload .e-upload-files .e-file-pause-btn.e-icons {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  top: 34px; }

.e-small .e-upload.e-form-upload .e-upload-files .e-file-remove-btn.e-icons.e-disabled,
.e-small .e-upload.e-form-upload .e-upload-files .e-file-delete-btn.e-icons.e-disabled {
  color: rgba(0, 0, 0, 0.38);
  cursor: not-allowed;
  opacity: .4;
  pointer-events: none; }

.e-upload {
  border: 1px solid rgba(0, 0, 0, 0.12); }
  .e-upload .e-file-drop {
    color: rgba(0, 0, 0, 0.87); }
  .e-upload .e-upload-files {
    border-top: 1px solid rgba(0, 0, 0, 0.12); }
    .e-upload .e-upload-files .e-upload-file-list {
      border-bottom: 1px solid rgba(0, 0, 0, 0.12); }
      .e-upload .e-upload-files .e-upload-file-list .e-file-container .e-file-name {
        color: rgba(0, 0, 0, 0.87); }
      .e-upload .e-upload-files .e-upload-file-list .e-file-container .e-file-type {
        color: rgba(0, 0, 0, 0.87); }
      .e-upload .e-upload-files .e-upload-file-list .e-file-container .e-file-size {
        color: rgba(0, 0, 0, 0.54); }
      .e-upload .e-upload-files .e-upload-file-list .e-file-container .e-file-status,
      .e-upload .e-upload-files .e-upload-file-list .e-file-container .e-file-information {
        color: rgba(0, 0, 0, 0.87); }
      .e-upload .e-upload-files .e-upload-file-list .e-file-container .e-file-status.e-upload-success {
        color: #22b24b; }
      .e-upload .e-upload-files .e-upload-file-list .e-file-container .e-file-status.e-upload-fails {
        color: #f44336; }
      .e-upload .e-upload-files .e-upload-file-list .e-file-container .e-file-status.e-validation-fails {
        color: #f44336; }
      .e-upload .e-upload-files .e-upload-file-list .e-file-container .e-progress-inner-wrap {
        background-color: #e0e0e0; }
        .e-upload .e-upload-files .e-upload-file-list .e-file-container .e-progress-inner-wrap .e-upload-progress-bar.e-upload-progress {
          background: #971b1e; }
        .e-upload .e-upload-files .e-upload-file-list .e-file-container .e-progress-inner-wrap .e-upload-progress-bar.e-upload-success {
          background: #22b24b; }
        .e-upload .e-upload-files .e-upload-file-list .e-file-container .e-progress-inner-wrap .e-upload-progress-bar.e-upload-failed {
          background: #f44336; }
      .e-upload .e-upload-files .e-upload-file-list .e-file-container .e-progress-bar-text {
        color: rgba(0, 0, 0, 0.87); }
    .e-upload .e-upload-files .e-file-remove-btn.e-icons,
    .e-upload .e-upload-files .e-file-delete-btn.e-icons,
    .e-upload .e-upload-files .e-file-reload-btn.e-icons,
    .e-upload .e-upload-files .e-file-abort-btn.e-icons,
    .e-upload .e-upload-files .e-file-pause-btn.e-icons,
    .e-upload .e-upload-files .e-file-play-btn.e-icons {
      color: #000; }
      .e-upload .e-upload-files .e-file-remove-btn.e-icons:hover,
      .e-upload .e-upload-files .e-file-delete-btn.e-icons:hover,
      .e-upload .e-upload-files .e-file-reload-btn.e-icons:hover,
      .e-upload .e-upload-files .e-file-abort-btn.e-icons:hover,
      .e-upload .e-upload-files .e-file-pause-btn.e-icons:hover,
      .e-upload .e-upload-files .e-file-play-btn.e-icons:hover {
        color: #000; }
    .e-upload .e-upload-files .e-file-remove-btn.e-icons:not(.e-upload-progress):focus,
    .e-upload .e-upload-files .e-file-delete-btn.e-icons:not(.e-upload-progress):focus,
    .e-upload .e-upload-files .e-file-pause-btn.e-icons:not(.e-upload-progress):focus,
    .e-upload .e-upload-files .e-file-play-btn.e-icons:not(.e-upload-progress):focus,
    .e-upload .e-upload-files .e-file-reload-btn.e-icons:focus,
    .e-upload .e-upload-files .e-file-abort-btn.e-icons:not(.e-disabled):focus,
    .e-upload .e-upload-files .e-clear-icon-focus {
      background-color: rgba(0, 0, 0, 0.12);
      border-color: transparent;
      -webkit-box-shadow: 0 0 0 transparent;
              box-shadow: 0 0 0 transparent; }

.e-upload-drag-hover {
  outline: 2px dashed #9e9e9e; }

.e-dialog .e-icon-dlg-close::before {
  content: '\e7fc';
  position: relative; }

.e-dialog .e-icon-dlg-close {
  opacity: initial; }

.e-dialog .e-icon-dlg-close:active {
  opacity: initial; }

.e-dialog .e-icon-dlg-close:hover {
  opacity: initial; }

.e-dialog .e-south-east::before,
.e-dialog .e-south-west::before,
.e-dialog .e-north-east::before,
.e-dialog .e-north-west::before {
  content: '\eb05'; }

/*! dialog layout */
.e-dialog {
  border: none;
  border-radius: 2px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%; }
  .e-dialog.e-popup {
    width: 100%; }
  .e-dialog.e-dlg-resizable {
    -ms-touch-action: none;
        touch-action: none; }
  .e-dialog .e-dlg-header-content {
    border-radius: 1px 1px 0 0;
    line-height: 30px; }
  .e-dialog .e-dlg-header-content + .e-dlg-content {
    padding-top: 0; }
  .e-dialog .e-btn .e-btn-icon.e-icon-dlg-close {
    font-size: 12px;
    width: auto; }
  .e-dialog .e-dlg-header {
    display: block;
    font-size: 18px;
    font-weight: normal;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    vertical-align: top;
    white-space: nowrap;
    width: 80%; }
  .e-dialog .e-dlg-modal {
    position: fixed; }
  .e-dialog .e-scroll-disabled {
    overflow: hidden !important; }
  .e-dialog .e-dlg-content {
    display: block;
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    font-size: 13px;
    font-weight: normal;
    line-height: normal;
    overflow: auto;
    overflow-x: hidden; }
  .e-dialog .e-footer-content {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    border-top: none;
    bottom: 0;
    display: block;
    right: 0;
    width: 100%; }
  .e-dialog .e-footer-content {
    text-align: right; }
  .e-dialog .e-resize-handle {
    height: 15px;
    position: absolute;
    width: 15px; }
    .e-dialog .e-resize-handle.e-south-east {
      bottom: 0;
      cursor: nwse-resize;
      right: 0; }
    .e-dialog .e-resize-handle.e-south-west {
      bottom: 0;
      cursor: nesw-resize;
      left: 0;
      -webkit-transform: rotate(90deg);
              transform: rotate(90deg); }
    .e-dialog .e-resize-handle.e-north-east {
      cursor: nesw-resize;
      right: 0;
      top: 0;
      -webkit-transform: rotate(-90deg);
              transform: rotate(-90deg); }
    .e-dialog .e-resize-handle.e-north-west {
      cursor: nwse-resize;
      left: 0;
      top: 0;
      -webkit-transform: rotate(180deg);
              transform: rotate(180deg); }
  .e-dialog .e-south,
  .e-dialog .e-north,
  .e-dialog .e-east,
  .e-dialog .e-west {
    background-color: transparent;
    background-repeat: repeat;
    overflow: visible;
    position: absolute; }
  .e-dialog .e-east,
  .e-dialog .e-west {
    cursor: ew-resize; }
  .e-dialog .e-south,
  .e-dialog .e-north {
    cursor: ns-resize; }
  .e-dialog.e-blazor-hidden {
    left: 0;
    position: absolute; }

.e-bigger.e-dialog .e-dlg-header-content,
*.e-bigger .e-dialog .e-dlg-header-content {
  padding: 24px 24px 20px; }

.e-bigger.e-dialog .e-dlg-header,
*.e-bigger .e-dialog .e-dlg-header {
  font-size: 18px; }

.e-bigger.e-dialog .e-dlg-content,
*.e-bigger .e-dialog .e-dlg-content {
  font-size: 13px;
  padding: 24px; }

.e-bigger.e-dialog .e-footer-content,
*.e-bigger .e-dialog .e-footer-content {
  padding: 8px; }

.e-bigger.e-dialog .e-footer-content .e-btn,
*.e-bigger .e-dialog .e-footer-content .e-btn {
  margin-left: 8px; }

.e-bigger.e-dialog .e-dlg-header-content .e-btn.e-dlg-closeicon-btn,
*.e-bigger .e-dialog .e-dlg-header-content .e-btn.e-dlg-closeicon-btn {
  bottom: 3px;
  height: 36px;
  left: 6px;
  width: 36px; }

.e-bigger.e-dialog .e-btn .e-btn-icon.e-icon-dlg-close,
*.e-bigger .e-dialog .e-btn .e-btn-icon.e-icon-dlg-close {
  font-size: 12px;
  width: auto; }

.e-bigger.e-rtl .e-footer-content .e-btn,
.e-bigger .e-rtl .e-footer-content .e-btn {
  margin-left: 0;
  margin-right: 8px; }

.e-bigger .e-dlg-header-content + .e-dlg-content {
  padding-top: 0; }

.e-dialog .e-dlg-header-content {
  border-bottom: none;
  padding: 18px; }

.e-dialog .e-dlg-content {
  padding: 18px; }

.e-dialog .e-footer-content {
  padding: 8px; }

.e-dialog .e-footer-content .e-btn {
  margin-left: 6px; }

.e-rtl .e-footer-content .e-btn {
  margin-right: 6px; }

.e-dialog.e-draggable .e-dlg-header-content {
  cursor: move; }

.e-dialog {
  max-height: 98%;
  max-width: 100%;
  min-width: 240px; }

.e-rtl .e-footer-content .e-btn {
  margin-left: 0; }

.e-rtl .e-footer-content {
  text-align: left; }

.e-rtl .e-footer-content {
  text-align: left; }

.e-dialog.e-rtl .e-dlg-header-content .e-btn.e-dlg-closeicon-btn {
  float: left; }

.e-dialog .e-dlg-header-content .e-btn.e-dlg-closeicon-btn {
  background-color: transparent;
  border-color: transparent;
  border-radius: 50%;
  bottom: 0;
  float: right;
  height: 30px;
  left: 6px;
  position: relative;
  width: 30px; }

.e-rtl.e-dialog .e-resize-handle.e-south-west {
  bottom: 2px;
  cursor: sw-resize;
  left: 2px;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg); }

.e-dlg-target.e-scroll-disabled {
  overflow: hidden !important; }

.e-dlg-overlay {
  height: 100%;
  left: 0;
  opacity: 0.5;
  position: fixed;
  top: 0;
  -webkit-transition: opacity .15s linear;
  transition: opacity .15s linear;
  width: 100%; }
  .e-dlg-overlay.e-fade {
    opacity: 0; }

.e-dlg-overflow-hidden {
  overflow: auto; }

.e-dlg-fullscreen {
  height: 100% !important;
  left: 0 !important;
  top: 0 !important;
  width: 100% !important; }

.e-popup.e-popup-open.e-dialog {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex; }

.e-dlg-container {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  display: none;
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%; }

.e-dlg-center-center {
  -webkit-align-items: center;
  -webkit-justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }

.e-dlg-left-center {
  -webkit-align-items: center;
  -webkit-justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start; }

.e-dlg-right-center {
  -webkit-align-items: center;
  -webkit-justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end; }

.e-dlg-left-top {
  -webkit-align-items: flex-start;
  -webkit-justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start; }

.e-dlg-right-top {
  -webkit-align-items: flex-start;
  -webkit-justify-content: flex-end;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end; }

.e-dlg-center-top {
  -webkit-align-items: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }

.e-dlg-left-bottom {
  -webkit-align-items: flex-end;
  -webkit-justify-content: flex-start;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start; }

.e-dlg-right-bottom {
  -webkit-align-items: flex-end;
  -webkit-justify-content: flex-end;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end; }

.e-dlg-center-bottom {
  -webkit-align-items: center;
  -webkit-justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end; }

.e-dialog .e-btn.e-dlg-closeicon-btn:hover,
.e-dialog .e-btn.e-dlg-closeicon-btn:focus,
.e-dialog .e-btn.e-dlg-closeicon-btn:active {
  background-color: #e0e0e0;
  border-color: transparent;
  -webkit-box-shadow: 0 0 0 transparent;
          box-shadow: 0 0 0 transparent; }

.e-content-placeholder.e-dialog.e-placeholder-dialog {
  background-size: 400px 210px;
  min-height: 210px; }

.e-bigger .e-content-placeholder.e-dialog.e-placeholder-dialog,
.e-bigger.e-content-placeholder.e-dialog.e-placeholder-dialog {
  background-size: 400px 220px;
  min-height: 220px; }

@media (min-width: 768px) {
  .e-alert-dialog.e-dialog.e-popup,
  .e-confirm-dialog.e-dialog.e-popup {
    margin: 30px auto;
    width: 600px; } }

@media (max-width: 768px) {
  .e-alert-dialog.e-dialog.e-popup,
  .e-confirm-dialog.e-dialog.e-popup {
    margin: 30px auto;
    width: auto; } }

.e-dlg-ref-element {
  display: none; }

.e-dialog {
  background-color: #fff;
  -webkit-box-shadow: 0 11px 15px -7px rgba(0, 0, 0, 0.2), 0 24px 38px 3px rgba(0, 0, 0, 0.14), 0 9px 46px 8px rgba(0, 0, 0, 0.12);
          box-shadow: 0 11px 15px -7px rgba(0, 0, 0, 0.2), 0 24px 38px 3px rgba(0, 0, 0, 0.14), 0 9px 46px 8px rgba(0, 0, 0, 0.12); }

.e-dlg-overlay {
  background-color: #383838; }

.e-footer-content {
  background-color: #fff; }

.e-dlg-header,
.e-dlg-header * {
  color: rgba(0, 0, 0, 0.87);
  font-size: 18px;
  font-weight: normal; }

.e-dlg-content {
  color: rgba(0, 0, 0, 0.87); }

.e-device .e-dlg-content,
.e-device .e-dlg-content * {
  font-size: 14px; }

.e-dlg-header-content {
  background-color: #fff; }

.e-dlg-content {
  background-color: #fff; }

.e-icon-dlg-close {
  color: #000; }

.e-dialog .e-btn.e-dlg-closeicon-btn:hover span {
  color: #000; }

.e-dialog .e-btn.e-dlg-closeicon-btn:active span,
.e-dialog .e-btn.e-dlg-closeicon-btn:focus span {
  border-radius: 50%;
  color: #000;
  opacity: 1; }

.e-icon-dlg-close:active {
  border-radius: 50%;
  color: #000;
  opacity: 1; }

.e-icon-dlg-close:hover {
  color: #000; }

.e-dlg-header-content .e-dlg-closeicon-btn:hover {
  background-color: transparent; }

.e-dlg-header-content .e-dlg-closeicon-btn:active {
  background-color: transparent; }

.e-south-east {
  color: #000; }

.e-rtl .e-south-east {
  color: transparent; }

.e-rtl .e-south-west {
  color: #000; }

.e-south-west,
.e-north-east,
.e-north-west {
  color: transparent; }

/*! component's theme wise override definitions and variables */
@-webkit-keyframes hscroll-popup-shadow {
  0% {
    border-color: rgba(255, 255, 255, 0.5);
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
            box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5); }
  100% {
    -webkit-box-shadow: 0 0 0 200px rgba(255, 255, 255, 0.12);
            box-shadow: 0 0 0 200px rgba(255, 255, 255, 0.12); } }
@keyframes hscroll-popup-shadow {
  0% {
    border-color: rgba(255, 255, 255, 0.5);
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
            box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5); }
  100% {
    -webkit-box-shadow: 0 0 0 200px rgba(255, 255, 255, 0.12);
            box-shadow: 0 0 0 200px rgba(255, 255, 255, 0.12); } }

/*! hscroll icons */
.e-hscroll.e-rtl.e-scroll-device .e-nav-right-arrow::before {
  content: '\e904'; }

.e-hscroll.e-rtl.e-scroll-device .e-nav-left-arrow::before {
  content: '\e913'; }

.e-hscroll.e-rtl .e-nav-left-arrow::before {
  content: '\e913'; }

.e-hscroll.e-rtl .e-nav-right-arrow::before {
  content: '\e904'; }

.e-hscroll.e-scroll-device .e-nav-right-arrow::before {
  content: '\e913'; }

.e-hscroll.e-scroll-device .e-nav-left-arrow::before {
  content: '\e904'; }

.e-hscroll .e-nav-left-arrow::before {
  content: '\e904';
  line-height: normal; }

.e-hscroll .e-nav-right-arrow::before {
  content: '\e913';
  line-height: normal; }

/*! h-scroll layout */
.e-bigger .e-hscroll,
.e-hscroll.e-bigger {
  min-height: 56px; }
  .e-bigger .e-hscroll:not(.e-scroll-device),
  .e-hscroll.e-bigger:not(.e-scroll-device) {
    padding: 0 50px; }
  .e-bigger .e-hscroll.e-scroll-device,
  .e-hscroll.e-bigger.e-scroll-device {
    padding-right: 50px; }
  .e-bigger .e-hscroll.e-rtl.e-scroll-device,
  .e-hscroll.e-bigger.e-rtl.e-scroll-device {
    padding-left: 50px;
    padding-right: initial; }
  .e-bigger .e-hscroll .e-nav-arrow.e-icons,
  .e-hscroll.e-bigger .e-nav-arrow.e-icons {
    font-size: 14px; }
  .e-bigger .e-hscroll.e-rtl .e-scroll-overlay.e-scroll-right-overlay,
  .e-hscroll.e-bigger.e-rtl .e-scroll-overlay.e-scroll-right-overlay {
    left: 50px; }
  .e-bigger .e-hscroll .e-scroll-overlay.e-scroll-right-overlay,
  .e-hscroll.e-bigger .e-scroll-overlay.e-scroll-right-overlay {
    right: 50px; }
  .e-bigger .e-hscroll .e-scroll-nav,
  .e-hscroll.e-bigger .e-scroll-nav {
    min-height: 56px;
    width: 50px; }

.e-hscroll {
  display: block;
  position: relative;
  width: inherit; }
  .e-hscroll.e-rtl.e-scroll-device {
    padding-left: 50px;
    padding-right: initial; }
    .e-hscroll.e-rtl.e-scroll-device .e-scroll-nav {
      -webkit-transform: skewX(-16deg) translateX(-6px);
              transform: skewX(-16deg) translateX(-6px); }
    .e-hscroll.e-rtl.e-scroll-device .e-scroll-overlay.e-scroll-right-overlay {
      left: 56px;
      right: auto;
      -webkit-transform: skewX(-16deg) translateX(-6px);
              transform: skewX(-16deg) translateX(-6px); }
    .e-hscroll.e-rtl.e-scroll-device .e-scroll-overlay.e-scroll-left-overlay {
      left: auto;
      right: 0; }
  .e-hscroll:not(.e-scroll-device) {
    padding: 0 40px; }
  .e-hscroll.e-scroll-device {
    padding-right: 50px; }
    .e-hscroll.e-scroll-device .e-scroll-nav {
      -webkit-transform: skewX(-16deg) translateX(6px);
              transform: skewX(-16deg) translateX(6px);
      width: 56px; }
      .e-hscroll.e-scroll-device .e-scroll-nav .e-nav-arrow {
        font-size: 14px;
        -webkit-transform: skewX(16deg);
                transform: skewX(16deg); }
    .e-hscroll.e-scroll-device .e-scroll-overlay {
      opacity: 0.5;
      pointer-events: none;
      position: absolute;
      top: 0;
      z-index: 100; }
      .e-hscroll.e-scroll-device .e-scroll-overlay.e-scroll-right-overlay {
        left: auto;
        right: 56px;
        -webkit-transform: skewX(-16deg) translateX(6px);
                transform: skewX(-16deg) translateX(6px); }
      .e-hscroll.e-scroll-device .e-scroll-overlay.e-scroll-left-overlay {
        left: 0;
        right: auto; }
  .e-hscroll.e-overlay .e-hscroll-content &gt; * {
    pointer-events: none; }
  .e-hscroll &gt; * {
    height: inherit; }
  .e-hscroll .e-hscroll-content {
    display: inline-block;
    height: inherit;
    position: relative;
    -ms-touch-action: none;
        touch-action: none; }
    .e-hscroll .e-hscroll-content &gt; * {
      pointer-events: auto; }
  .e-hscroll.e-rtl .e-scroll-nav.e-scroll-right-nav {
    left: 0;
    right: auto; }
  .e-hscroll.e-rtl .e-scroll-nav.e-scroll-left-nav {
    left: auto;
    right: 0; }
  .e-hscroll .e-scroll-nav {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    bottom: 0;
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    min-height: 42px;
    overflow: hidden;
    position: absolute;
    top: 0;
    width: 40px; }
    .e-hscroll .e-scroll-nav.e-scroll-left-nav {
      left: 0; }
    .e-hscroll .e-scroll-nav.e-scroll-right-nav {
      right: 0; }
    .e-hscroll .e-scroll-nav.e-ie-align {
      display: table; }
  .e-hscroll .e-nav-arrow {
    position: relative; }
  .e-hscroll .e-nav-arrow.e-icons {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    width: 100%; }
  .e-hscroll .e-hscroll-bar .e-hscroll-content .e-overlay {
    pointer-events: none; }

/*! h-scroll theme */
.e-hscroll .e-icons {
  color: rgba(0, 0, 0, 0.54); }

.e-hscroll.e-rtl.e-scroll-device .e-scroll-nav.e-scroll-right-nav {
  border-color: rgba(0, 0, 0, 0.12);
  -webkit-box-shadow: 4px 0 8px 0 rgba(0, 0, 0, 0.06);
          box-shadow: 4px 0 8px 0 rgba(0, 0, 0, 0.06); }

.e-hscroll.e-scroll-device .e-scroll-nav.e-scroll-right-nav {
  background-color: #fafafa;
  border-color: rgba(0, 0, 0, 0.12);
  border-width: 1px;
  -webkit-box-shadow: -4px 0 8px 0 rgba(0, 0, 0, 0.06);
          box-shadow: -4px 0 8px 0 rgba(0, 0, 0, 0.06); }
  .e-hscroll.e-scroll-device .e-scroll-nav.e-scroll-right-nav .e-nav-arrow {
    color: #971b1e; }

.e-hscroll .e-scroll-overlay {
  background-color: transparent;
  background-repeat: repeat-x; }
  .e-hscroll .e-scroll-overlay.e-scroll-left-overlay {
    background-image: -webkit-gradient(linear, left top, right top, from(#fafafa), to(rgba(250, 250, 250, 0)));
    background-image: linear-gradient(-270deg, #fafafa 0%, rgba(250, 250, 250, 0) 100%); }
  .e-hscroll .e-scroll-overlay.e-scroll-right-overlay {
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(250, 250, 250, 0)), to(#fafafa));
    background-image: linear-gradient(-270deg, rgba(250, 250, 250, 0) 0%, #fafafa 100%); }

.e-hscroll.e-rtl .e-scroll-nav {
  background: #fafafa; }
  .e-hscroll.e-rtl .e-scroll-nav.e-scroll-left-nav {
    border-left: 1px solid rgba(0, 0, 0, 0.12);
    border-right: 0; }
  .e-hscroll.e-rtl .e-scroll-nav.e-scroll-right-nav {
    border-left: 0;
    border-right: 1px solid rgba(0, 0, 0, 0.12); }
  .e-hscroll.e-rtl .e-scroll-nav:hover {
    background: rgba(0, 0, 0, 0.12);
    border: 0;
    color: #000;
    border-color: rgba(0, 0, 0, 0.12); }

.e-hscroll:not(.e-scroll-device) .e-scroll-nav:hover {
  background: rgba(0, 0, 0, 0.12);
  border: 0;
  color: #000; }

.e-hscroll:not(.e-scroll-device) .e-scroll-nav:focus {
  background: rgba(0, 0, 0, 0.12);
  border: 0;
  color: #000;
  border-color: rgba(0, 0, 0, 0.12); }

.e-hscroll:not(.e-scroll-device) .e-scroll-nav:active {
  background: #bdbdbd;
  border: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #000; }

.e-hscroll .e-scroll-nav {
  background: #fafafa; }
  .e-hscroll .e-scroll-nav.e-scroll-left-nav {
    border-right: 1px solid rgba(0, 0, 0, 0.12); }
  .e-hscroll .e-scroll-nav.e-scroll-right-nav {
    border-left: 1px solid rgba(0, 0, 0, 0.12); }
  .e-hscroll .e-scroll-nav::after {
    background-color: transparent;
    border-radius: 50%;
    border-width: 1px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    content: '';
    height: 1px;
    left: 50%;
    position: absolute;
    top: 50%;
    visibility: hidden;
    width: 1px; }
  .e-hscroll .e-scroll-nav:active::after {
    -webkit-animation: hscroll-popup-shadow .6s ease-out 0ms;
            animation: hscroll-popup-shadow .6s ease-out 0ms;
    visibility: visible; }

/*! component's theme wise override definitions and variables */
@-webkit-keyframes vscroll-popup-shadow {
  0% {
    border-color: rgba(255, 255, 255, 0.5);
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
            box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5); }
  100% {
    -webkit-box-shadow: 0 0 0 200px rgba(255, 255, 255, 0.12);
            box-shadow: 0 0 0 200px rgba(255, 255, 255, 0.12); } }
@keyframes vscroll-popup-shadow {
  0% {
    border-color: rgba(255, 255, 255, 0.5);
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
            box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5); }
  100% {
    -webkit-box-shadow: 0 0 0 200px rgba(255, 255, 255, 0.12);
            box-shadow: 0 0 0 200px rgba(255, 255, 255, 0.12); } }

/*! vscroll icons */
.e-vscroll.e-scroll-device .e-nav-up-arrow::before {
  content: '\e85e'; }

.e-vscroll.e-scroll-device .e-nav-down-arrow::before {
  content: '\e84f'; }

.e-vscroll .e-nav-up-arrow::before {
  content: '\e910';
  line-height: normal; }

.e-vscroll .e-nav-down-arrow::before {
  content: '\e916';
  line-height: normal; }

/*! v-scroll layout */
.e-bigger .e-vscroll:not(.e-scroll-device),
.e-vscroll.e-bigger:not(.e-scroll-device) {
  padding: 24px 0; }

.e-bigger .e-vscroll .e-icons,
.e-vscroll.e-bigger .e-icons {
  font-size: 18px; }

.e-bigger .e-vscroll.e-rtl .e-scroll-overlay.e-scroll-down-overlay,
.e-vscroll.e-bigger.e-rtl .e-scroll-overlay.e-scroll-down-overlay {
  left: 24px; }

.e-bigger .e-vscroll .e-scroll-overlay.e-scroll-down-overlay,
.e-vscroll.e-bigger .e-scroll-overlay.e-scroll-down-overlay {
  right: 24px; }

.e-bigger .e-vscroll .e-scroll-nav,
.e-vscroll.e-bigger .e-scroll-nav {
  height: 24px; }

.e-vscroll {
  display: block;
  position: relative;
  width: inherit; }
  .e-vscroll.e-rtl.e-scroll-device .e-scroll-nav {
    -webkit-transform: skewX(-16deg) translateX(-6px);
            transform: skewX(-16deg) translateX(-6px); }
  .e-vscroll.e-rtl.e-scroll-device .e-scroll-overlay.e-scroll-down-overlay {
    left: 56px;
    right: auto;
    -webkit-transform: skewX(-16deg) translateX(-6px);
            transform: skewX(-16deg) translateX(-6px); }
  .e-vscroll.e-rtl.e-scroll-device .e-scroll-overlay.e-scroll-up-overlay {
    left: auto;
    right: 0; }
  .e-vscroll:not(.e-scroll-device) {
    padding: 0 16px; }
  .e-vscroll.e-scroll-device .e-scroll-nav {
    -webkit-transform: skewX(-16deg) translateX(6px);
            transform: skewX(-16deg) translateX(6px);
    width: 56px;
    z-index: 1001; }
    .e-vscroll.e-scroll-device .e-scroll-nav .e-nav-arrow {
      font-size: 14px;
      -webkit-transform: skewX(16deg);
              transform: skewX(16deg); }
  .e-vscroll.e-scroll-device .e-scroll-overlay {
    opacity: 0.5;
    pointer-events: none;
    position: absolute;
    top: 0;
    z-index: 100; }
    .e-vscroll.e-scroll-device .e-scroll-overlay.e-scroll-down-overlay {
      left: auto;
      right: 56px;
      -webkit-transform: skewX(-16deg) translateX(6px);
              transform: skewX(-16deg) translateX(6px); }
    .e-vscroll.e-scroll-device .e-scroll-overlay.e-scroll-up-overlay {
      left: 0;
      right: auto; }
  .e-vscroll &gt; * {
    height: inherit; }
  .e-vscroll .e-vscroll-content {
    display: inline-block;
    height: auto;
    position: relative;
    -ms-touch-action: none;
        touch-action: none;
    width: 100%; }
    .e-vscroll .e-vscroll-content &gt; * {
      pointer-events: auto; }
  .e-vscroll.e-rtl .e-scroll-nav.e-scroll-up-nav {
    left: auto;
    right: 0; }
  .e-vscroll.e-rtl .e-scroll-nav.e-scroll-down-nav {
    left: 0;
    right: auto; }
  .e-vscroll .e-scroll-nav {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 40px;
    overflow: hidden;
    position: absolute;
    width: 100%; }
    .e-vscroll .e-scroll-nav.e-scroll-up-nav {
      top: 0; }
    .e-vscroll .e-scroll-nav.e-scroll-down-nav {
      bottom: 0; }
    .e-vscroll .e-scroll-nav.e-ie-align {
      display: table; }
  .e-vscroll .e-nav-arrow {
    position: relative; }
  .e-vscroll .e-nav-arrow.e-icons {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    width: 100%; }

/*! v-scroll theme */
.e-vscroll .e-icons {
  color: rgba(0, 0, 0, 0.54); }

.e-vscroll.e-rtl.e-scroll-device .e-scroll-nav.e-scroll-right-nav {
  border-color: rgba(0, 0, 0, 0.12);
  -webkit-box-shadow: 4px 0 8px 0 rgba(0, 0, 0, 0.06);
          box-shadow: 4px 0 8px 0 rgba(0, 0, 0, 0.06); }

.e-vscroll.e-scroll-device .e-scroll-nav.e-scroll-right-nav {
  background-color: #fafafa;
  border-color: rgba(0, 0, 0, 0.12);
  border-width: 1px;
  -webkit-box-shadow: -4px 0 8px 0 rgba(0, 0, 0, 0.06);
          box-shadow: -4px 0 8px 0 rgba(0, 0, 0, 0.06); }
  .e-vscroll.e-scroll-device .e-scroll-nav.e-scroll-right-nav .e-nav-arrow {
    color: #971b1e; }

.e-vscroll .e-scroll-overlay {
  background-color: transparent;
  background-repeat: repeat-x; }
  .e-vscroll .e-scroll-overlay.e-scroll-up-overlay {
    background-image: -webkit-gradient(linear, left top, right top, from(#fafafa), to(rgba(250, 250, 250, 0)));
    background-image: linear-gradient(-270deg, #fafafa 0%, rgba(250, 250, 250, 0) 100%); }
  .e-vscroll .e-scroll-overlay.e-scroll-down-overlay {
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(250, 250, 250, 0)), to(#fafafa));
    background-image: linear-gradient(-270deg, rgba(250, 250, 250, 0) 0%, #fafafa 100%); }

.e-vscroll.e-rtl .e-scroll-nav {
  background: #fafafa; }
  .e-vscroll.e-rtl .e-scroll-nav:hover {
    background: rgba(0, 0, 0, 0.12);
    border: 0;
    border-color: rgba(0, 0, 0, 0.12);
    color: #000; }

.e-vscroll:not(.e-scroll-device) .e-scroll-nav:hover {
  background: rgba(0, 0, 0, 0.12);
  border: 0;
  color: #000; }

.e-vscroll:not(.e-scroll-device) .e-scroll-nav:focus {
  background: rgba(0, 0, 0, 0.12);
  border: 0;
  border-color: rgba(0, 0, 0, 0.12);
  color: #000; }

.e-vscroll:not(.e-scroll-device) .e-scroll-nav:active {
  background: #bdbdbd;
  border: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #000; }

.e-vscroll .e-scroll-nav {
  background: #fafafa; }
  .e-vscroll .e-scroll-nav.e-scroll-up-nav {
    border-bottom: 1px solid rgba(0, 0, 0, 0.12); }
  .e-vscroll .e-scroll-nav.e-scroll-down-nav {
    border-top: 1px solid rgba(0, 0, 0, 0.12); }
  .e-vscroll .e-scroll-nav::after {
    background-color: transparent;
    border-radius: 50%;
    border-width: 1px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    content: '';
    height: 1px;
    left: 50%;
    position: absolute;
    top: 50%;
    visibility: hidden;
    width: 1px; }
  .e-vscroll .e-scroll-nav:active::after {
    -webkit-animation: vscroll-popup-shadow .6s ease-out 0ms;
            animation: vscroll-popup-shadow .6s ease-out 0ms;
    visibility: visible; }

/*! component's theme wise override definitions and variables */
@-webkit-keyframes tbar-popup-shadow {
  0% {
    border-color: rgba(255, 255, 255, 0.5);
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
            box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5); }
  100% {
    -webkit-box-shadow: 0 0 0 200px rgba(255, 255, 255, 0.12);
            box-shadow: 0 0 0 200px rgba(255, 255, 255, 0.12); } }
@keyframes tbar-popup-shadow {
  0% {
    border-color: rgba(255, 255, 255, 0.5);
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
            box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5); }
  100% {
    -webkit-box-shadow: 0 0 0 200px rgba(255, 255, 255, 0.12);
            box-shadow: 0 0 0 200px rgba(255, 255, 255, 0.12); } }

/*! toolbar icons */
.e-toolbar .e-popup-down-icon::before {
  content: '\e916';
  line-height: normal; }

.e-toolbar .e-popup-up-icon::before {
  content: '\e910';
  line-height: normal; }

/*! toolbar layout */
.e-bigger .e-toolbar,
.e-toolbar.e-bigger {
  height: 56px;
  min-height: 56px; }
  .e-bigger .e-toolbar .e-tbar-btn .e-icons,
  .e-toolbar.e-bigger .e-tbar-btn .e-icons {
    font-size: 14px; }
  .e-bigger .e-toolbar.e-extended-toolbar.e-tbar-extended,
  .e-toolbar.e-bigger.e-extended-toolbar.e-tbar-extended {
    border-bottom: 0;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0; }
    .e-bigger .e-toolbar.e-extended-toolbar.e-tbar-extended .e-toolbar-extended,
    .e-toolbar.e-bigger.e-extended-toolbar.e-tbar-extended .e-toolbar-extended {
      border-top: 0;
      border-top-left-radius: 0;
      border-top-right-radius: 0; }
  .e-bigger .e-toolbar.e-toolpop.e-rtl .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-center .e-toolbar-item,
  .e-toolbar.e-bigger.e-toolpop.e-rtl .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-center .e-toolbar-item {
    margin: 0; }
  .e-bigger .e-toolbar.e-toolpop.e-rtl .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-right .e-toolbar-item:last-child,
  .e-toolbar.e-bigger.e-toolpop.e-rtl .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-right .e-toolbar-item:last-child {
    margin: 0;
    margin-left: 3px; }
  .e-bigger .e-toolbar.e-toolpop.e-rtl .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-right .e-toolbar-item,
  .e-toolbar.e-bigger.e-toolpop.e-rtl .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-right .e-toolbar-item {
    margin: 0; }
  .e-bigger .e-toolbar.e-rtl .e-toolbar-items .e-hscroll-bar .e-hscroll-content &gt; .e-toolbar-item:last-child,
  .e-toolbar.e-bigger.e-rtl .e-toolbar-items .e-hscroll-bar .e-hscroll-content &gt; .e-toolbar-item:last-child {
    margin-left: 3px;
    margin-right: initial; }
  .e-bigger .e-toolbar.e-rtl .e-toolbar-items .e-hscroll-bar .e-hscroll-content .e-toolbar-center .e-toolbar-item,
  .e-toolbar.e-bigger.e-rtl .e-toolbar-items .e-hscroll-bar .e-hscroll-content .e-toolbar-center .e-toolbar-item {
    margin: 0; }
  .e-bigger .e-toolbar.e-rtl .e-toolbar-items .e-hscroll-bar .e-hscroll-content .e-toolbar-right .e-toolbar-item:last-child,
  .e-toolbar.e-bigger.e-rtl .e-toolbar-items .e-hscroll-bar .e-hscroll-content .e-toolbar-right .e-toolbar-item:last-child {
    margin-left: 3px;
    margin-right: 0; }
  .e-bigger .e-toolbar.e-rtl .e-toolbar-items .e-hscroll-bar .e-hscroll-content .e-toolbar-right .e-toolbar-item,
  .e-toolbar.e-bigger.e-rtl .e-toolbar-items .e-hscroll-bar .e-hscroll-content .e-toolbar-right .e-toolbar-item {
    margin: 0; }
  .e-bigger .e-toolbar.e-rtl .e-toolbar-items .e-toolbar-left .e-toolbar-item:first-child,
  .e-toolbar.e-bigger.e-rtl .e-toolbar-items .e-toolbar-left .e-toolbar-item:first-child {
    margin-left: 0; }
  .e-bigger .e-toolbar.e-rtl .e-toolbar-items .e-toolbar-left .e-toolbar-item:last-child,
  .e-toolbar.e-bigger.e-rtl .e-toolbar-items .e-toolbar-left .e-toolbar-item:last-child {
    margin-left: 3px; }
  .e-bigger .e-toolbar.e-rtl .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:first-child,
  .e-toolbar.e-bigger.e-rtl .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:first-child {
    margin-left: 0;
    margin-right: 3px; }
  .e-bigger .e-toolbar .e-hor-nav,
  .e-toolbar.e-bigger .e-hor-nav {
    min-height: 56px;
    min-width: 40px; }
  .e-bigger .e-toolbar .e-toolbar-item .e-tbar-btn.e-btn,
  .e-toolbar.e-bigger .e-toolbar-item .e-tbar-btn.e-btn {
    line-height: 35px; }
  .e-bigger .e-toolbar .e-toolbar-item .e-btn.e-tbar-btn .e-icons.e-btn-icon,
  .e-toolbar.e-bigger .e-toolbar-item .e-btn.e-tbar-btn .e-icons.e-btn-icon {
    line-height: 34px;
    min-height: 34px;
    min-width: 27px; }
  .e-bigger .e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn-text,
  .e-toolbar.e-bigger .e-toolbar-items .e-toolbar-item .e-tbar-btn-text {
    line-height: inherit; }
  .e-bigger .e-toolbar .e-toolbar-pop .e-toolbar-item,
  .e-toolbar.e-bigger .e-toolbar-pop .e-toolbar-item {
    height: 48px; }
    .e-bigger .e-toolbar .e-toolbar-pop .e-toolbar-item:not(.e-separator),
    .e-toolbar.e-bigger .e-toolbar-pop .e-toolbar-item:not(.e-separator) {
      min-width: 48px;
      padding: 0; }
    .e-bigger .e-toolbar .e-toolbar-pop .e-toolbar-item .e-tbar-btn .e-icons.e-btn-icon,
    .e-toolbar.e-bigger .e-toolbar-pop .e-toolbar-item .e-tbar-btn .e-icons.e-btn-icon {
      min-width: 27px; }
    .e-bigger .e-toolbar .e-toolbar-pop .e-toolbar-item .e-tbar-btn.e-btn,
    .e-toolbar.e-bigger .e-toolbar-pop .e-toolbar-item .e-tbar-btn.e-btn {
      min-height: 30px;
      padding: 0 16px; }
      .e-bigger .e-toolbar .e-toolbar-pop .e-toolbar-item .e-tbar-btn.e-btn .e-icons.e-btn-icon,
      .e-toolbar.e-bigger .e-toolbar-pop .e-toolbar-item .e-tbar-btn.e-btn .e-icons.e-btn-icon {
        margin-left: 0;
        padding: 0; }
      .e-bigger .e-toolbar .e-toolbar-pop .e-toolbar-item .e-tbar-btn.e-btn .e-icon-left,
      .e-toolbar.e-bigger .e-toolbar-pop .e-toolbar-item .e-tbar-btn.e-btn .e-icon-left {
        padding-right: 16px; }
      .e-bigger .e-toolbar .e-toolbar-pop .e-toolbar-item .e-tbar-btn.e-btn .e-tbar-btn-text,
      .e-toolbar.e-bigger .e-toolbar-pop .e-toolbar-item .e-tbar-btn.e-btn .e-tbar-btn-text {
        padding: 0; }
  .e-bigger .e-toolbar .e-toolbar-items,
  .e-toolbar.e-bigger .e-toolbar-items {
    min-height: 56px; }
    .e-bigger .e-toolbar .e-toolbar-items.e-toolbar-multirow,
    .e-toolbar.e-bigger .e-toolbar-items.e-toolbar-multirow {
      margin-left: 24px;
      margin-right: 24px;
      white-space: normal; }
      .e-bigger .e-toolbar .e-toolbar-items.e-toolbar-multirow .e-toolbar-item.e-separator.e-multirow-separator,
      .e-toolbar.e-bigger .e-toolbar-items.e-toolbar-multirow .e-toolbar-item.e-separator.e-multirow-separator {
        display: none; }
      .e-bigger .e-toolbar .e-toolbar-items.e-toolbar-multirow .e-toolbar-item.e-separator,
      .e-toolbar.e-bigger .e-toolbar-items.e-toolbar-multirow .e-toolbar-item.e-separator {
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex; }
    .e-bigger .e-toolbar .e-toolbar-items.e-toolbar-multirow:not(.e-tbar-pos) .e-toolbar-item:first-child,
    .e-toolbar.e-bigger .e-toolbar-items.e-toolbar-multirow:not(.e-tbar-pos) .e-toolbar-item:first-child {
      margin-left: 0; }
    .e-bigger .e-toolbar .e-toolbar-items.e-toolbar-multirow:not(.e-tbar-pos) .e-toolbar-item:last-child,
    .e-toolbar.e-bigger .e-toolbar-items.e-toolbar-multirow:not(.e-tbar-pos) .e-toolbar-item:last-child {
      margin-right: 0; }
    .e-bigger .e-toolbar .e-toolbar-items .e-hscroll-bar .e-hscroll-content &gt; .e-toolbar-item:last-child,
    .e-toolbar.e-bigger .e-toolbar-items .e-hscroll-bar .e-hscroll-content &gt; .e-toolbar-item:last-child {
      margin-right: 3px; }
    .e-bigger .e-toolbar .e-toolbar-items .e-hscroll-bar .e-hscroll-content .e-toolbar-center .e-toolbar-item,
    .e-toolbar.e-bigger .e-toolbar-items .e-hscroll-bar .e-hscroll-content .e-toolbar-center .e-toolbar-item {
      margin: 0; }
    .e-bigger .e-toolbar .e-toolbar-items .e-hscroll-bar .e-hscroll-content .e-toolbar-right .e-toolbar-item:last-child,
    .e-toolbar.e-bigger .e-toolbar-items .e-hscroll-bar .e-hscroll-content .e-toolbar-right .e-toolbar-item:last-child {
      margin-right: 3px; }
    .e-bigger .e-toolbar .e-toolbar-items .e-hscroll-bar .e-hscroll-content .e-toolbar-right .e-toolbar-item,
    .e-toolbar.e-bigger .e-toolbar-items .e-hscroll-bar .e-hscroll-content .e-toolbar-right .e-toolbar-item {
      margin: 0; }
    .e-bigger .e-toolbar .e-toolbar-items .e-toolbar-left .e-toolbar-item:first-child,
    .e-toolbar.e-bigger .e-toolbar-items .e-toolbar-left .e-toolbar-item:first-child {
      margin-left: 3px; }
    .e-bigger .e-toolbar .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:first-child,
    .e-toolbar.e-bigger .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:first-child {
      margin-left: 3px; }
    .e-bigger .e-toolbar .e-toolbar-items .e-toolbar-item,
    .e-toolbar.e-bigger .e-toolbar-items .e-toolbar-item {
      min-height: 56px; }
      .e-bigger .e-toolbar .e-toolbar-items .e-toolbar-item:not(.e-separator),
      .e-toolbar.e-bigger .e-toolbar-items .e-toolbar-item:not(.e-separator) {
        min-width: 48px;
        padding: 5px; }
      .e-bigger .e-toolbar .e-toolbar-items .e-toolbar-item.e-separator,
      .e-toolbar.e-bigger .e-toolbar-items .e-toolbar-item.e-separator {
        height: calc(100% - 20px);
        margin: 10px 5px;
        min-height: 36px; }
      .e-bigger .e-toolbar .e-toolbar-items .e-toolbar-item.e-popup-text .e-tbar-btn.e-btn.e-tbtn-txt .e-icons.e-btn-icon,
      .e-bigger .e-toolbar .e-toolbar-items .e-toolbar-item.e-popup-text .e-tbar-btn.e-btn.e-control.e-tbtn-txt .e-icons.e-btn-icon,
      .e-toolbar.e-bigger .e-toolbar-items .e-toolbar-item.e-popup-text .e-tbar-btn.e-btn.e-tbtn-txt .e-icons.e-btn-icon,
      .e-toolbar.e-bigger .e-toolbar-items .e-toolbar-item.e-popup-text .e-tbar-btn.e-btn.e-control.e-tbtn-txt .e-icons.e-btn-icon {
        padding: 0; }
      .e-bigger .e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn,
      .e-bigger .e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-control,
      .e-toolbar.e-bigger .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn,
      .e-toolbar.e-bigger .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-control {
        height: calc(100% - 11px);
        margin: 5.5px 0;
        min-height: 0;
        min-width: 0;
        padding: 0 6px; }
        .e-bigger .e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-tbtn-txt .e-icons.e-btn-icon,
        .e-bigger .e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-control.e-tbtn-txt .e-icons.e-btn-icon,
        .e-toolbar.e-bigger .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-tbtn-txt .e-icons.e-btn-icon,
        .e-toolbar.e-bigger .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-control.e-tbtn-txt .e-icons.e-btn-icon {
          padding: 0; }
        .e-bigger .e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-tbtn-txt .e-icons.e-icon-right.e-btn-icon,
        .e-bigger .e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-control.e-tbtn-txt .e-icons.e-icon-right.e-btn-icon,
        .e-toolbar.e-bigger .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-tbtn-txt .e-icons.e-icon-right.e-btn-icon,
        .e-toolbar.e-bigger .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-control.e-tbtn-txt .e-icons.e-icon-right.e-btn-icon {
          padding: 0; }
        .e-bigger .e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn .e-tbar-btn-text,
        .e-bigger .e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-control .e-tbar-btn-text,
        .e-toolbar.e-bigger .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn .e-tbar-btn-text,
        .e-toolbar.e-bigger .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-control .e-tbar-btn-text {
          padding: 0 2.5px 0 2.5px; }
  .e-bigger .e-toolbar.e-extended-toolbar .e-toolbar-extended,
  .e-toolbar.e-bigger.e-extended-toolbar .e-toolbar-extended {
    min-height: 56px;
    padding-bottom: 0;
    padding-left: 3px;
    padding-right: 3px;
    padding-top: 0; }
  .e-bigger .e-toolbar.e-extended-toolbar .e-toolbar-extended.e-popup-close,
  .e-toolbar.e-bigger.e-extended-toolbar .e-toolbar-extended.e-popup-close {
    display: none; }
  .e-bigger .e-toolbar.e-extended-toolbar .e-toolbar-extended.e-popup-open,
  .e-toolbar.e-bigger.e-extended-toolbar .e-toolbar-extended.e-popup-open {
    display: inline; }
  .e-bigger .e-toolbar.e-extended-toolbar .e-toolbar-pop.e-toolbar-extended,
  .e-toolbar.e-bigger.e-extended-toolbar .e-toolbar-pop.e-toolbar-extended {
    width: inherit; }
  .e-bigger .e-toolbar.e-extended-toolbar .e-toolbar-extended,
  .e-toolbar.e-bigger.e-extended-toolbar .e-toolbar-extended {
    -webkit-box-shadow: none;
            box-shadow: none;
    display: inline;
    white-space: normal; }
    .e-bigger .e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item:not(.e-separator),
    .e-toolbar.e-bigger.e-extended-toolbar .e-toolbar-extended .e-toolbar-item:not(.e-separator) {
      min-width: 48px;
      padding: 5px; }
    .e-bigger .e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item.e-separator.e-extended-separator,
    .e-toolbar.e-bigger.e-extended-toolbar .e-toolbar-extended .e-toolbar-item.e-separator.e-extended-separator {
      display: none; }
    .e-bigger .e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item.e-separator,
    .e-toolbar.e-bigger.e-extended-toolbar .e-toolbar-extended .e-toolbar-item.e-separator {
      display: -webkit-inline-box;
      display: -ms-inline-flexbox;
      display: inline-flex; }
    .e-bigger .e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item,
    .e-toolbar.e-bigger.e-extended-toolbar .e-toolbar-extended .e-toolbar-item {
      -ms-flex-line-pack: center;
          align-content: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      cursor: pointer;
      display: -webkit-inline-box;
      display: -ms-inline-flexbox;
      display: inline-flex;
      min-height: 56px;
      vertical-align: middle;
      width: auto; }
      .e-bigger .e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn .e-tbar-btn-text,
      .e-bigger .e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn.e-control .e-tbar-btn-text,
      .e-toolbar.e-bigger.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn .e-tbar-btn-text,
      .e-toolbar.e-bigger.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn.e-control .e-tbar-btn-text {
        padding: 0 2.5px 0 2.5px; }
      .e-bigger .e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn,
      .e-bigger .e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn.e-control,
      .e-toolbar.e-bigger.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn,
      .e-toolbar.e-bigger.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn.e-control {
        height: calc(100% - 11px);
        margin: 5.5px 0;
        min-height: 0;
        min-width: 0;
        padding: 0 6px; }
      .e-bigger .e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn,
      .e-toolbar.e-bigger.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn {
        line-height: 35px; }
    .e-bigger .e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item.e-separator,
    .e-toolbar.e-bigger.e-extended-toolbar .e-toolbar-extended .e-toolbar-item.e-separator {
      height: calc(100% - 20px);
      margin: 10px 5px;
      min-height: 36px; }
    .e-bigger .e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-btn.e-tbar-btn .e-icons.e-btn-icon,
    .e-toolbar.e-bigger.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-btn.e-tbar-btn .e-icons.e-btn-icon {
      line-height: 34px;
      min-height: 34px;
      min-width: 27px; }
  .e-bigger .e-toolbar.e-extended-toolbar.e-rtl .e-hor-nav,
  .e-toolbar.e-bigger.e-extended-toolbar.e-rtl .e-hor-nav {
    left: 0;
    right: auto; }
  .e-bigger .e-toolbar.e-extended-toolbar.e-rtl .e-toolbar-extended,
  .e-toolbar.e-bigger.e-extended-toolbar.e-rtl .e-toolbar-extended {
    padding-right: 3px; }
  .e-bigger .e-toolbar.e-vertical .e-toolbar-items .e-toolbar-item:not(.e-separator),
  .e-toolbar.e-bigger.e-vertical .e-toolbar-items .e-toolbar-item:not(.e-separator) {
    min-height: 38px; }
  .e-bigger .e-toolbar.e-vertical .e-toolbar-items .e-toolbar-item.e-separator,
  .e-toolbar.e-bigger.e-vertical .e-toolbar-items .e-toolbar-item.e-separator {
    height: auto;
    margin: 5px 10px;
    min-height: auto; }
  .e-bigger .e-toolbar.e-vertical .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn,
  .e-toolbar.e-bigger.e-vertical .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn {
    margin: 5.5px auto; }
  .e-bigger .e-toolbar.e-vertical .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:first-child,
  .e-toolbar.e-bigger.e-vertical .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:first-child {
    margin-left: 0; }
  .e-bigger .e-toolbar.e-vertical .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:last-child,
  .e-toolbar.e-bigger.e-vertical .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:last-child {
    margin-right: 0; }
  .e-bigger .e-toolbar.e-vertical .e-hor-nav,
  .e-toolbar.e-bigger.e-vertical .e-hor-nav {
    min-height: 40px;
    min-width: 50px; }

.e-toolbar {
  border-radius: 0;
  display: block;
  height: 42px;
  min-height: 42px;
  position: relative;
  -ms-touch-action: none;
      touch-action: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  white-space: nowrap; }
  .e-toolbar .e-blazor-toolbar-items {
    position: absolute;
    top: -9999px;
    visibility: hidden; }
  .e-toolbar.e-extended-toolbar.e-rtl .e-hor-nav {
    left: 0;
    right: auto; }
  .e-toolbar.e-extended-toolbar.e-rtl .e-toolbar-extended {
    padding-right: 3px; }
    .e-toolbar.e-extended-toolbar.e-rtl .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn .e-icon-left {
      padding-left: 0; }
  .e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item.e-popup-text .e-tbar-btn-text {
    display: none; }
  .e-toolbar.e-extended-toolbar.e-extended-toolbar.e-tbar-extended {
    border-bottom: 0;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0; }
  .e-toolbar.e-extended-toolbar .e-hor-nav.e-ie-align {
    display: table; }
  .e-toolbar.e-extended-toolbar .e-toolbar-extended {
    border-top: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    min-height: 42px;
    padding-bottom: 0;
    padding-left: 3px;
    padding-right: 3px;
    padding-top: 0; }
    .e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item.e-toolbar-text .e-tbar-btn-text {
      display: none; }
  .e-toolbar.e-extended-toolbar .e-toolbar-extended.e-popup-close {
    display: none; }
  .e-toolbar.e-extended-toolbar .e-toolbar-extended.e-popup-open {
    display: inline; }
  .e-toolbar.e-extended-toolbar .e-toolbar-pop.e-toolbar-extended {
    width: inherit; }
  .e-toolbar.e-extended-toolbar .e-toolbar-extended {
    -webkit-box-shadow: none;
            box-shadow: none;
    display: inline;
    white-space: normal; }
    .e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item:not(.e-separator) {
      height: 100%;
      min-width: 34px;
      padding: 3.5px; }
    .e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item.e-separator.e-extended-separator {
      display: none; }
    .e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item.e-separator {
      display: -webkit-inline-box;
      display: -ms-inline-flexbox;
      display: inline-flex; }
    .e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item {
      -ms-flex-line-pack: center;
          align-content: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      cursor: pointer;
      display: -webkit-inline-box;
      display: -ms-inline-flexbox;
      display: inline-flex;
      min-height: 42px;
      vertical-align: middle;
      width: auto; }
      .e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn .e-tbar-btn-text,
      .e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn.e-control .e-tbar-btn-text {
        padding: 0 2px 0 2px; }
      .e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn-text {
        display: inline-block;
        font-family: "Roboto", "Segoe UI", "GeezaPro", "DejaVu Serif";
        font-size: 14px;
        line-height: inherit;
        vertical-align: middle;
        width: auto; }
      .e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn,
      .e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn.e-control {
        height: calc(100% - 10px);
        margin: 4px 0;
        min-height: 0;
        min-width: 0;
        padding: 0 1.5px; }
      .e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn {
        line-height: 25px; }
        .e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn:focus {
          padding: 0 1.5px; }
        .e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn:hover {
          padding: 0 1.5px; }
        .e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn:active {
          padding: 0 1.5px; }
    .e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item.e-separator {
      margin: 7.5px 3px;
      min-height: 25px;
      min-width: 1px;
      vertical-align: middle; }
    .e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-btn.e-tbar-btn .e-icons.e-btn-icon:not(.e-toolbar-pop) {
      line-height: 25px;
      min-height: 25px;
      min-width: 24px;
      padding: 0; }
  .e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item.e-separator:last-of-type {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex; }
  .e-toolbar.e-extended-toolbar .e-toolbar-pop.e-toolbar-extended .e-toolbar-item:not(.e-separator) {
    height: auto; }
  .e-toolbar.e-extended-toolbar .e-toolbar-pop.e-toolbar-extended .e-toolbar-item .e-tbar-btn .e-icons.e-btn-icon {
    font-size: 14px;
    vertical-align: middle; }
  .e-toolbar.e-extended-toolbar .e-toolbar-pop.e-toolbar-extended .e-toolbar-item .e-tbar-btn {
    cursor: pointer;
    font-family: "Roboto", "Segoe UI", "GeezaPro", "DejaVu Serif";
    font-size: 14px;
    font-weight: 400;
    overflow: hidden;
    padding: 0 1.5px;
    text-align: center;
    text-decoration: none;
    text-transform: none; }
  .e-toolbar.e-extended-toolbar .e-toolbar-pop.e-toolbar-extended .e-tbar-btn:first-child {
    display: inline-block; }
  .e-toolbar.e-extended-toolbar .e-toolbar-pop.e-toolbar-extended .e-toolbar-item &gt; * {
    -ms-flex-item-align: center;
        align-self: center;
    text-overflow: ellipsis; }
  .e-toolbar.e-control[class*='e-toolbar'] {
    -webkit-box-sizing: content-box;
            box-sizing: content-box; }
  .e-toolbar.e-toolpop .e-toolbar-items .e-toolbar-item.e-popup-text .e-tbar-btn-text {
    display: none; }
  .e-toolbar .e-tbar-btn-text,
  .e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn-text {
    display: inline-block;
    padding: 0 2px 0 2px; }
  .e-toolbar.e-hidden,
  .e-toolbar .e-toolbar-items .e-toolbar-item.e-hidden {
    display: none; }
  .e-toolbar.e-corner {
    border-radius: 0; }
  .e-toolbar .e-toolbar-pop {
    border-radius: 0;
    overflow: hidden;
    padding: 0;
    position: absolute; }
    .e-toolbar .e-toolbar-pop.e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn .e-icons.e-btn-icon {
      margin: 0;
      width: auto; }
    .e-toolbar .e-toolbar-pop .e-toolbar-item.e-toolbar-popup.e-hidden {
      display: none; }
    .e-toolbar .e-toolbar-pop .e-toolbar-item .e-tbar-btn.e-btn {
      display: -webkit-inline-box;
      display: -ms-inline-flexbox;
      display: inline-flex;
      -webkit-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start;
      min-height: 24px;
      padding: 0 16px; }
      .e-toolbar .e-toolbar-pop .e-toolbar-item .e-tbar-btn.e-btn .e-icons.e-btn-icon {
        margin: 0;
        padding: 0;
        width: auto; }
      .e-toolbar .e-toolbar-pop .e-toolbar-item .e-tbar-btn.e-btn .e-icon-left {
        padding-right: 16px; }
      .e-toolbar .e-toolbar-pop .e-toolbar-item .e-tbar-btn.e-btn .e-tbar-btn-text {
        padding: 0; }
    .e-toolbar .e-toolbar-pop .e-toolbar-item .e-tbar-btn .e-icons.e-btn-icon {
      min-width: 24px; }
    .e-toolbar .e-toolbar-pop .e-toolbar-item:not(.e-separator) {
      min-width: 34px;
      padding: 0; }
    .e-toolbar .e-toolbar-pop .e-toolbar-item.e-tbtn-align .e-btn.e-control {
      text-align: center; }
      .e-toolbar .e-toolbar-pop .e-toolbar-item.e-tbtn-align .e-btn.e-control .e-icons.e-btn-icon {
        min-width: 100%; }
    .e-toolbar .e-toolbar-pop .e-toolbar-item {
      -ms-flex-line-pack: center;
          align-content: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      height: auto;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      height: 36px; }
      .e-toolbar .e-toolbar-pop .e-toolbar-item &gt; * {
        height: 100%;
        min-width: 100%;
        text-overflow: ellipsis; }
    .e-toolbar .e-toolbar-pop .e-toolbar-text .e-tbar-btn-text {
      display: none; }
    .e-toolbar .e-toolbar-pop .e-toolpopup {
      text-align: center; }
  .e-toolbar .e-toolbar-popup {
    text-align: center; }
  .e-toolbar.e-toolpop.e-rtl .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-center .e-toolbar-item {
    margin: 0; }
  .e-toolbar.e-toolpop.e-rtl .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-right .e-toolbar-item:last-child {
    margin: 0;
    margin-left: 3px; }
  .e-toolbar.e-toolpop.e-rtl .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-right .e-toolbar-item {
    margin: 0; }
  .e-toolbar.e-rtl .e-hscroll-bar .e-hscroll-content &gt; .e-toolbar-item:last-child {
    margin-left: 3px;
    margin-right: initial; }
  .e-toolbar.e-rtl .e-hscroll-bar .e-hscroll-content .e-toolbar-center .e-toolbar-item {
    margin: 0; }
  .e-toolbar.e-rtl .e-hscroll-bar .e-hscroll-content .e-toolbar-right .e-toolbar-item:last-child {
    margin-right: 3px; }
  .e-toolbar.e-rtl .e-hscroll-bar .e-hscroll-content .e-toolbar-right .e-toolbar-item {
    margin: 0; }
  .e-toolbar.e-rtl .e-toolbar-items.e-tbar-pos .e-toolbar-left {
    left: auto;
    right: 0; }
  .e-toolbar.e-rtl .e-toolbar-items.e-tbar-pos .e-toolbar-right {
    left: 0;
    right: auto; }
  .e-toolbar.e-rtl .e-toolbar-items .e-toolbar-left .e-toolbar-item:first-child {
    margin-left: 0; }
  .e-toolbar.e-rtl .e-toolbar-items .e-toolbar-left .e-toolbar-item:last-child {
    margin-left: 3px; }
  .e-toolbar.e-rtl .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:first-child {
    margin-left: 0;
    margin-right: 3px; }
  .e-toolbar.e-rtl .e-toolbar-items:first-child .e-hscroll-bar:first-child .e-toolbar-left .e-toolbar-item:last-child {
    margin-left: 0; }
  .e-toolbar.e-rtl .e-toolbar-items:first-child .e-hscroll-bar:first-child .e-toolbar-left .e-toolbar-item:first-child {
    margin-left: 0;
    margin-right: 3px; }
  .e-toolbar.e-rtl .e-toolbar-items:first-child .e-hscroll-bar:first-child .e-toolbar-center .e-toolbar-item:last-child {
    margin-right: 0; }
  .e-toolbar.e-rtl .e-toolbar-items:first-child .e-hscroll-bar:first-child .e-toolbar-right .e-toolbar-item:last-child {
    margin-left: 3px;
    margin-right: 0; }
  .e-toolbar.e-rtl .e-toolbar-items:first-child .e-hscroll-bar:first-child .e-toolbar-right .e-toolbar-item:first-child {
    margin-right: 0; }
  .e-toolbar.e-rtl .e-toolbar-items:first-child .e-hscroll-bar:first-child .e-toolbar-item:last-child {
    margin-left: 3px;
    margin-right: 0; }
  .e-toolbar.e-rtl .e-toolbar-items:first-child &gt; .e-toolbar-item:last-child:last-child,
  .e-toolbar.e-rtl .e-toolbar-items:first-child &gt; .e-toolbar-right .e-toolbar-item:last-child {
    margin-right: 0; }
  .e-toolbar.e-rtl .e-toolbar-items:first-child &gt; .e-toolbar-item:last-child:first-child,
  .e-toolbar.e-rtl .e-toolbar-items:first-child &gt; .e-toolbar-right .e-toolbar-item:first-child {
    margin-right: 3px; }
  .e-toolbar.e-rtl .e-toolbar-pop .e-toolbar-item .e-tbar-btn.e-btn .e-icon-left {
    padding-left: 16px;
    padding-right: 0; }
  .e-toolbar.e-rtl .e-hor-nav {
    left: 0;
    right: auto;
    border-radius: 0 0 0 0; }
  .e-toolbar .e-hor-nav {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border-radius: 0 0 0 0;
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    min-height: 42px;
    overflow: hidden;
    position: absolute;
    right: 0;
    top: 0;
    width: 32px; }
    .e-toolbar .e-hor-nav.e-ie-align {
      display: table; }
  .e-toolbar .e-popup-down-icon.e-icons,
  .e-toolbar .e-popup-up-icon.e-icons {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    width: 100%; }
  .e-toolbar .e-toolbar-item .e-tbar-btn.e-btn {
    line-height: 25px; }
    .e-toolbar .e-toolbar-item .e-tbar-btn.e-btn .e-icons.e-btn-icon {
      line-height: 25px;
      min-height: 25px; }
  .e-toolbar .e-toolbar-items {
    border-radius: 0 0 0 0;
    display: inline-block;
    height: 100%;
    min-height: 42px;
    vertical-align: middle; }
    .e-toolbar .e-toolbar-items.e-toolbar-multirow {
      margin-bottom: 1px;
      margin-left: 18px;
      margin-right: 18px;
      white-space: normal; }
      .e-toolbar .e-toolbar-items.e-toolbar-multirow .e-toolbar-item.e-separator.e-multirow-separator {
        display: none; }
      .e-toolbar .e-toolbar-items.e-toolbar-multirow .e-toolbar-item.e-separator {
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex; }
    .e-toolbar .e-toolbar-items.e-multirow-pos .e-toolbar-left,
    .e-toolbar .e-toolbar-items.e-multirow-pos .e-toolbar-center,
    .e-toolbar .e-toolbar-items.e-multirow-pos .e-toolbar-right {
      display: inline; }
    .e-toolbar .e-toolbar-items.e-toolbar-multirow:not(.e-tbar-pos) .e-toolbar-item:first-child {
      margin-left: 0; }
    .e-toolbar .e-toolbar-items.e-toolbar-multirow:not(.e-tbar-pos) .e-toolbar-item:last-child {
      margin-right: 0; }
    .e-toolbar .e-toolbar-items.e-tbar-pos {
      display: block; }
      .e-toolbar .e-toolbar-items.e-tbar-pos .e-toolbar-left,
      .e-toolbar .e-toolbar-items.e-tbar-pos .e-toolbar-center,
      .e-toolbar .e-toolbar-items.e-tbar-pos .e-toolbar-right {
        display: table;
        height: 100%;
        top: 0; }
      .e-toolbar .e-toolbar-items.e-tbar-pos .e-toolbar-right,
      .e-toolbar .e-toolbar-items.e-tbar-pos .e-toolbar-left {
        position: absolute; }
      .e-toolbar .e-toolbar-items.e-tbar-pos .e-toolbar-right {
        right: 0; }
      .e-toolbar .e-toolbar-items.e-tbar-pos .e-toolbar-left {
        left: 0;
        line-height: 35px; }
      .e-toolbar .e-toolbar-items.e-tbar-pos .e-toolbar-center {
        margin: 0 auto; }
    .e-toolbar .e-toolbar-items .e-toolbar-left,
    .e-toolbar .e-toolbar-items .e-toolbar-center,
    .e-toolbar .e-toolbar-items .e-toolbar-right {
      display: inline-block; }
    .e-toolbar .e-toolbar-items .e-toolbar-left .e-toolbar-item:first-child {
      margin-left: 3px; }
    .e-toolbar .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:first-child {
      margin-left: 3px; }
    .e-toolbar .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-right .e-toolbar-item:first-child {
      margin-left: 0; }
    .e-toolbar .e-toolbar-items:first-child .e-hscroll-bar:first-child .e-toolbar-left .e-toolbar-item:last-child {
      margin-right: 0; }
    .e-toolbar .e-toolbar-items:first-child .e-hscroll-bar:first-child .e-toolbar-left .e-toolbar-item:first-child {
      margin-left: 3px; }
    .e-toolbar .e-toolbar-items:first-child .e-hscroll-bar:first-child .e-toolbar-center .e-toolbar-item:last-child {
      margin-right: 0; }
    .e-toolbar .e-toolbar-items:first-child .e-hscroll-bar:first-child .e-toolbar-right .e-toolbar-item:last-child {
      margin-right: 3px; }
    .e-toolbar .e-toolbar-items:first-child .e-hscroll-bar:first-child .e-toolbar-right .e-toolbar-item:first-child {
      margin-left: 0; }
    .e-toolbar .e-toolbar-items:first-child .e-hscroll-bar:first-child .e-toolbar-item:last-child {
      margin-right: 3px; }
    .e-toolbar .e-toolbar-items:first-child &gt; .e-toolbar-item:last-child,
    .e-toolbar .e-toolbar-items:first-child &gt; .e-toolbar-right .e-toolbar-item:last-child {
      margin-right: 3px; }
    .e-toolbar .e-toolbar-items .e-hscroll-bar .e-hscroll-content &gt; .e-toolbar-item:last-child {
      margin-right: 3px; }
    .e-toolbar .e-toolbar-items .e-hscroll-bar .e-hscroll-content .e-toolbar-center .e-toolbar-item {
      margin: 0; }
    .e-toolbar .e-toolbar-items .e-hscroll-bar .e-hscroll-content .e-toolbar-right .e-toolbar-item:last-child {
      margin-right: 3px; }
    .e-toolbar .e-toolbar-items .e-hscroll-bar .e-hscroll-content .e-toolbar-right .e-toolbar-item {
      margin: 0; }
    .e-toolbar .e-toolbar-items .e-toolbar-item {
      -ms-flex-line-pack: center;
          align-content: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      cursor: pointer;
      display: -webkit-inline-box;
      display: -ms-inline-flexbox;
      display: inline-flex;
      min-height: 42px;
      vertical-align: middle;
      width: auto; }
      .e-toolbar .e-toolbar-items .e-toolbar-item:not(.e-separator) {
        height: inherit;
        min-width: 34px;
        padding: 3.5px; }
      .e-toolbar .e-toolbar-items .e-toolbar-item.e-separator {
        margin: 7.5px 3px;
        min-height: 27px;
        min-width: 1px; }
      .e-toolbar .e-toolbar-items .e-toolbar-item input[type='checkbox'] {
        height: auto; }
      .e-toolbar .e-toolbar-items .e-toolbar-item.e-popup-text .e-tbar-btn.e-btn.e-tbtn-txt .e-icons.e-btn-icon {
        padding: 0; }
      .e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn {
        height: calc(100% - 10px);
        margin: 4px 0;
        min-height: 0;
        min-width: 0;
        padding: 0 1.5px; }
        .e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-tbtn-txt .e-icons.e-btn-icon {
          padding: 0; }
        .e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-tbtn-txt .e-icons.e-icon-right.e-btn-icon {
          padding: 0; }
        .e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn .e-icons.e-btn-icon {
          margin: 0;
          min-width: 24px;
          width: auto; }
      .e-toolbar .e-toolbar-items .e-toolbar-item &gt; * {
        -ms-flex-item-align: center;
            align-self: center;
        text-overflow: ellipsis; }
      .e-toolbar .e-toolbar-items .e-toolbar-item.e-separator {
        height: calc(100% - 15px);
        vertical-align: middle; }
        .e-toolbar .e-toolbar-items .e-toolbar-item.e-separator + .e-separator {
          display: none; }
        .e-toolbar .e-toolbar-items .e-toolbar-item.e-separator:last-of-type, .e-toolbar .e-toolbar-items .e-toolbar-item.e-separator:first-of-type {
          display: none; }
  .e-toolbar .e-tbar-btn &gt; :first-child {
    display: inline-block; }
  .e-toolbar .e-tbar-btn {
    border: none;
    cursor: pointer;
    font-family: "Roboto", "Segoe UI", "GeezaPro", "DejaVu Serif";
    font-size: 14px;
    font-weight: 400;
    overflow: hidden;
    padding: 0 1.5px;
    text-align: center;
    text-decoration: none;
    text-transform: none; }
    .e-toolbar .e-tbar-btn .e-icons.e-btn-icon {
      font-size: 14px;
      vertical-align: middle; }
    .e-toolbar .e-tbar-btn div {
      vertical-align: middle; }
    .e-toolbar .e-tbar-btn .e-tbar-btn-text {
      display: inline-block;
      font-family: "Roboto", "Segoe UI", "GeezaPro", "DejaVu Serif";
      font-size: 14px;
      line-height: inherit;
      vertical-align: middle;
      width: auto; }
  .e-toolbar.e-vertical {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
    .e-toolbar.e-vertical.e-rtl.e-tbar-pos .e-toolbar-left {
      bottom: 0;
      top: auto; }
    .e-toolbar.e-vertical.e-rtl.e-tbar-pos .e-toolbar-right {
      bottom: auto;
      top: 0; }
    .e-toolbar.e-vertical .e-toolbar-items.e-tbar-pos .e-toolbar-left,
    .e-toolbar.e-vertical .e-toolbar-items.e-tbar-pos .e-toolbar-center,
    .e-toolbar.e-vertical .e-toolbar-items.e-tbar-pos .e-toolbar-right {
      height: auto; }
    .e-toolbar.e-vertical .e-toolbar-items.e-tbar-pos .e-toolbar-left {
      left: auto;
      right: auto;
      top: 0; }
    .e-toolbar.e-vertical .e-toolbar-items.e-tbar-pos .e-toolbar-right {
      bottom: 0;
      left: auto;
      right: auto; }
    .e-toolbar.e-vertical .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:first-child {
      margin-left: 0; }
    .e-toolbar.e-vertical .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:last-child {
      margin-right: 0; }
    .e-toolbar.e-vertical .e-toolbar-items .e-toolbar-item {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      height: auto; }
      .e-toolbar.e-vertical .e-toolbar-items .e-toolbar-item:not(.e-separator) {
        min-width: 33px; }
      .e-toolbar.e-vertical .e-toolbar-items .e-toolbar-item.e-separator {
        height: auto;
        margin: 3px 7.5px;
        min-height: auto; }
      .e-toolbar.e-vertical .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn {
        margin: 4px auto; }
    .e-toolbar.e-vertical .e-hor-nav {
      bottom: 0;
      height: auto;
      left: 0;
      min-height: 40px;
      min-width: 50px;
      right: auto;
      top: auto;
      width: auto; }

/*! toolbar theme */
.e-toolbar {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  background: #fafafa;
  border: 1px none rgba(0, 0, 0, 0.12);
  -webkit-box-shadow: none;
          box-shadow: none; }
  .e-toolbar.e-vertical .e-hor-nav {
    border: solid rgba(0, 0, 0, 0.12);
    border-width: 1px 0 0 0; }
  .e-toolbar.e-vertical.e-rtl .e-hor-nav {
    border: solid rgba(0, 0, 0, 0.12);
    border-width: 0 0 1px 0; }
  .e-toolbar.e-vertical .e-toolbar-items .e-toolbar-item.e-separator {
    border-width: 0 0 0.5px 0; }
  .e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item.e-overlay {
    background: #fafafa; }
  .e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item.e-separator {
    border: solid rgba(0, 0, 0, 0.12);
    border-width: 0 0.5px 0 0; }
  .e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn .e-icons {
    color: rgba(0, 0, 0, 0.54); }
  .e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn {
    background: #fafafa;
    -webkit-box-shadow: none;
            box-shadow: none;
    color: rgba(0, 0, 0, 0.87); }
    .e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn:focus {
      background: rgba(0, 0, 0, 0.12);
      border-color: rgba(0, 0, 0, 0.12);
      border-radius: 0;
      color: rgba(0, 0, 0, 0.87); }
    .e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn:hover {
      background: rgba(0, 0, 0, 0.12);
      border-color: rgba(0, 0, 0, 0.12);
      border-radius: 0;
      color: rgba(0, 0, 0, 0.87); }
    .e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn:active {
      background: #bdbdbd;
      border-color: #bdbdbd;
      border-radius: 0;
      -webkit-box-shadow: none;
              box-shadow: none;
      color: rgba(0, 0, 0, 0.87); }
  .e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn-text {
    color: rgba(0, 0, 0, 0.87); }
  .e-toolbar .e-icons {
    color: rgba(0, 0, 0, 0.54); }
  .e-toolbar .e-toolbar-pop {
    background: #fafafa;
    border: 1px none rgba(0, 0, 0, 0.12);
    -webkit-box-shadow: 0 2px 2px 1px rgba(0, 0, 0, 0.21);
            box-shadow: 0 2px 2px 1px rgba(0, 0, 0, 0.21); }
    .e-toolbar .e-toolbar-pop .e-toolbar-item .e-tbar-btn-text {
      color: rgba(0, 0, 0, 0.87); }
  .e-toolbar.e-toolpop .e-hor-nav.e-nav-active,
  .e-toolbar.e-toolpop .e-hor-nav.e-nav-active:not(.e-expended-nav) {
    background: rgba(0, 0, 0, 0.12);
    border: 0;
    border-left: 1px none rgba(0, 0, 0, 0.12);
    -webkit-box-shadow: none;
            box-shadow: none; }
    .e-toolbar.e-toolpop .e-hor-nav.e-nav-active .e-icons,
    .e-toolbar.e-toolpop .e-hor-nav.e-nav-active:not(.e-expended-nav) .e-icons {
      color: rgba(0, 0, 0, 0.87); }
  .e-toolbar .e-tbar-btn {
    background: #fafafa;
    -webkit-box-shadow: none;
            box-shadow: none;
    color: rgba(0, 0, 0, 0.87); }
    .e-toolbar .e-tbar-btn:focus {
      background: rgba(0, 0, 0, 0.12);
      border-color: rgba(0, 0, 0, 0.12);
      border-radius: 0;
      color: rgba(0, 0, 0, 0.87); }
    .e-toolbar .e-tbar-btn:hover {
      background: rgba(0, 0, 0, 0.12);
      border-color: rgba(0, 0, 0, 0.12);
      border-radius: 0;
      color: rgba(0, 0, 0, 0.87); }
  .e-toolbar .e-toolbar-items {
    background: #fafafa; }
    .e-toolbar .e-toolbar-items .e-toolbar-item.e-overlay {
      background: #fafafa; }
      .e-toolbar .e-toolbar-items .e-toolbar-item.e-overlay .e-tbar-btn-text {
        color: rgba(0, 0, 0, 0.38); }
      .e-toolbar .e-toolbar-items .e-toolbar-item.e-overlay .e-icons {
        color: rgba(0, 0, 0, 0.26); }
    .e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn-text {
      color: rgba(0, 0, 0, 0.87); }
    .e-toolbar .e-toolbar-items .e-toolbar-item.e-separator {
      border: solid rgba(0, 0, 0, 0.12);
      border-width: 0 0.5px 0 0; }
  .e-toolbar.e-rtl .e-hor-nav {
    background: #fafafa;
    border: solid rgba(0, 0, 0, 0.12);
    border-left: 0;
    border-width: 0 1px 0 0; }
    .e-toolbar.e-rtl .e-hor-nav:not(.e-nav-active):hover {
      background: rgba(0, 0, 0, 0.12);
      color: rgba(0, 0, 0, 0.87); }
  .e-toolbar .e-hor-nav {
    background: #fafafa;
    border: solid rgba(0, 0, 0, 0.12);
    border-width: 0 0 0 1px; }
  .e-toolbar .e-hor-nav:not(.e-expended-nav)::after {
    background-color: transparent;
    border-radius: 50%;
    border-width: 1px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    content: '';
    height: 1px;
    left: 50%;
    position: absolute;
    top: 50%;
    visibility: hidden;
    width: 1px; }
  .e-toolbar .e-hor-nav:not(.e-expended-nav):active {
    border: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
    color: rgba(0, 0, 0, 0.87); }
    .e-toolbar .e-hor-nav:not(.e-expended-nav):active::after {
      -webkit-animation: tbar-popup-shadow .6s ease-out 0ms;
              animation: tbar-popup-shadow .6s ease-out 0ms;
      visibility: visible; }
  .e-toolbar .e-hor-nav:not(.e-expended-nav):hover {
    background: rgba(0, 0, 0, 0.12);
    border-left: 0;
    color: rgba(0, 0, 0, 0.87); }
  .e-toolbar .e-hor-nav:not(.e-expended-nav):focus {
    background: rgba(0, 0, 0, 0.12);
    border-left: 0;
    color: rgba(0, 0, 0, 0.87);
    border-color: rgba(0, 0, 0, 0.12); }
  .e-toolbar .e-tbar-btn:active {
    background: #bdbdbd;
    border-color: #bdbdbd;
    border-radius: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
    color: rgba(0, 0, 0, 0.87); }

/*! Material theme definition's */
/*! component's theme wise override definitions and variables */
/*! Horizontal Tab */
@-webkit-keyframes tbar-alt-popup-shadow {
  0% {
    border-color: rgba(0, 0, 0, 0.12);
    -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.12);
            box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.12); }
  100% {
    -webkit-box-shadow: 0 0 0 200px rgba(0, 0, 0, 0.12);
            box-shadow: 0 0 0 200px rgba(0, 0, 0, 0.12); } }
@keyframes tbar-alt-popup-shadow {
  0% {
    border-color: rgba(0, 0, 0, 0.12);
    -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.12);
            box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.12); }
  100% {
    -webkit-box-shadow: 0 0 0 200px rgba(0, 0, 0, 0.12);
            box-shadow: 0 0 0 200px rgba(0, 0, 0, 0.12); } }

@-webkit-keyframes hscroll-alt-popup-shadow {
  0% {
    border-color: rgba(0, 0, 0, 0.12);
    -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.12);
            box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.12); }
  100% {
    -webkit-box-shadow: 0 0 0 200px rgba(0, 0, 0, 0.12);
            box-shadow: 0 0 0 200px rgba(0, 0, 0, 0.12); } }

@keyframes hscroll-alt-popup-shadow {
  0% {
    border-color: rgba(0, 0, 0, 0.12);
    -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.12);
            box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.12); }
  100% {
    -webkit-box-shadow: 0 0 0 200px rgba(0, 0, 0, 0.12);
            box-shadow: 0 0 0 200px rgba(0, 0, 0, 0.12); } }

/*! Material specific themes definition's */
/*! Vertical Tab */
/*! tab icons */
.e-tab .e-tab-header .e-toolbar-items.e-hscroll.e-rtl .e-nav-left-arrow::before {
  content: '\e913'; }

.e-tab .e-tab-header .e-toolbar-items.e-hscroll.e-rtl .e-nav-right-arrow::before {
  content: '\e904'; }

.e-tab .e-tab-header .e-scroll-nav .e-nav-left-arrow::before {
  content: '\e904'; }

.e-tab .e-tab-header .e-scroll-nav .e-nav-right-arrow::before {
  content: '\e913'; }

.e-tab .e-tab-header .e-close-icon::before {
  content: '\e7fc';
  position: relative; }

.e-tab .e-tab-header .e-popup-up-icon::before {
  content: '\e916'; }
  @media screen and (max-width: 480px) {
    .e-tab .e-tab-header .e-popup-up-icon::before {
      content: '\e984'; } }

.e-tab .e-tab-header .e-popup-down-icon::before {
  content: '\e916'; }
  @media screen and (max-width: 480px) {
    .e-tab .e-tab-header .e-popup-down-icon::before {
      content: '\e984'; } }

@media screen and (max-width: 480px) {
  .e-tab.e-vertical-icon .e-tab-header .e-popup-up-icon::before {
    content: '\e82a'; }
  .e-tab.e-vertical-icon .e-tab-header .e-popup-down-icon::before {
    content: '\e83d'; } }

.e-tab.e-vertical-tab .e-tab-header .e-scroll-nav .e-nav-up-arrow::before {
  content: '\e910'; }

.e-tab.e-vertical-tab .e-tab-header .e-scroll-nav .e-nav-down-arrow::before {
  content: '\e916'; }

.e-tab.e-vertical-tab .e-tab-header .e-popup-up-icon::before {
  content: 'More'; }

.e-tab.e-vertical-tab .e-tab-header .e-popup-up-icon::after {
  content: '\e919'; }

.e-tab.e-vertical-tab .e-tab-header .e-popup-down-icon::before {
  content: 'More'; }

.e-tab.e-vertical-tab .e-tab-header .e-popup-down-icon::after {
  content: '\e919'; }

.e-tab.e-vertical-tab.e-icon-tab .e-tab-header .e-popup-up-icon::before {
  content: ''; }

.e-tab.e-vertical-tab.e-icon-tab .e-tab-header .e-popup-up-icon::after {
  content: '\ebb9'; }

.e-tab.e-vertical-tab.e-icon-tab .e-tab-header .e-popup-down-icon::before {
  content: ''; }

.e-tab.e-vertical-tab.e-icon-tab .e-tab-header .e-popup-down-icon::after {
  content: '\ebb9'; }

/*! tab layout */
.e-bigger .e-tab .e-tab-header,
.e-tab.e-bigger .e-tab-header {
  height: 48px;
  min-height: 48px; }
  .e-bigger .e-tab .e-tab-header .e-toolbar-items,
  .e-tab.e-bigger .e-tab-header .e-toolbar-items {
    height: auto;
    min-height: auto; }
    .e-bigger .e-tab .e-tab-header .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:first-child,
    .e-bigger .e-tab .e-tab-header .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:last-child,
    .e-tab.e-bigger .e-tab-header .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:first-child,
    .e-tab.e-bigger .e-tab-header .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:last-child {
      margin: 0; }
      @media screen and (max-width: 480px) {
        .e-bigger .e-tab .e-tab-header .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:first-child,
        .e-bigger .e-tab .e-tab-header .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:last-child,
        .e-tab.e-bigger .e-tab-header .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:first-child,
        .e-tab.e-bigger .e-tab-header .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:last-child {
          margin: 0; } }
    .e-bigger .e-tab .e-tab-header .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:last-child,
    .e-tab.e-bigger .e-tab-header .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:last-child {
      padding-bottom: 0; }
      @media screen and (max-width: 480px) {
        .e-bigger .e-tab .e-tab-header .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:last-child,
        .e-tab.e-bigger .e-tab-header .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:last-child {
          margin: 0; } }
  .e-bigger .e-tab .e-tab-header .e-toolbar-items.e-hscroll:not(.e-tbar-pos) .e-toolbar-item:last-child,
  .e-tab.e-bigger .e-tab-header .e-toolbar-items.e-hscroll:not(.e-tbar-pos) .e-toolbar-item:last-child {
    margin: 0; }
    @media screen and (max-width: 480px) {
      .e-bigger .e-tab .e-tab-header .e-toolbar-items.e-hscroll:not(.e-tbar-pos) .e-toolbar-item:last-child,
      .e-tab.e-bigger .e-tab-header .e-toolbar-items.e-hscroll:not(.e-tbar-pos) .e-toolbar-item:last-child {
        margin: 0; } }
    .e-bigger .e-tab .e-tab-header .e-toolbar-items.e-hscroll:not(.e-tbar-pos) .e-toolbar-item:last-child.e-active,
    .e-tab.e-bigger .e-tab-header .e-toolbar-items.e-hscroll:not(.e-tbar-pos) .e-toolbar-item:last-child.e-active {
      margin: 0; }
  .e-bigger .e-tab .e-tab-header .e-toolbar-items.e-hscroll .e-scroll-nav,
  .e-tab.e-bigger .e-tab-header .e-toolbar-items.e-hscroll .e-scroll-nav {
    width: 50px; }
  .e-bigger .e-tab .e-tab-header .e-toolbar-item:not(.e-separator),
  .e-tab.e-bigger .e-tab-header .e-toolbar-item:not(.e-separator) {
    height: 48px;
    margin: 0;
    min-height: 48px;
    min-width: auto;
    padding: 0; }
    @media screen and (max-width: 480px) {
      .e-bigger .e-tab .e-tab-header .e-toolbar-item:not(.e-separator),
      .e-tab.e-bigger .e-tab-header .e-toolbar-item:not(.e-separator) {
        margin: 0; } }
  .e-bigger .e-tab .e-tab-header .e-toolbar-item:not(.e-separator).e-itop, .e-bigger .e-tab .e-tab-header .e-toolbar-item:not(.e-separator).e-ibottom,
  .e-tab.e-bigger .e-tab-header .e-toolbar-item:not(.e-separator).e-itop,
  .e-tab.e-bigger .e-tab-header .e-toolbar-item:not(.e-separator).e-ibottom {
    height: 72px;
    min-height: 72px; }
  .e-bigger .e-tab .e-tab-header .e-toolbar-item .e-tab-wrap,
  .e-tab.e-bigger .e-tab-header .e-toolbar-item .e-tab-wrap {
    height: 48px;
    padding: 0 24px; }
    @media screen and (max-width: 480px) {
      .e-bigger .e-tab .e-tab-header .e-toolbar-item .e-tab-wrap,
      .e-tab.e-bigger .e-tab-header .e-toolbar-item .e-tab-wrap {
        padding: 0 12px; } }
  .e-bigger .e-tab .e-tab-header .e-toolbar-item .e-text-wrap,
  .e-tab.e-bigger .e-tab-header .e-toolbar-item .e-text-wrap {
    height: 48px; }
  .e-bigger .e-tab .e-tab-header .e-toolbar-item .e-tab-text,
  .e-tab.e-bigger .e-tab-header .e-toolbar-item .e-tab-text {
    font-size: 14px; }
  .e-bigger .e-tab .e-tab-header .e-toolbar-item.e-active,
  .e-tab.e-bigger .e-tab-header .e-toolbar-item.e-active {
    margin: 0;
    padding-bottom: 0; }
    @media screen and (max-width: 480px) {
      .e-bigger .e-tab .e-tab-header .e-toolbar-item.e-active,
      .e-tab.e-bigger .e-tab-header .e-toolbar-item.e-active {
        margin: 0; } }
    .e-bigger .e-tab .e-tab-header .e-toolbar-item.e-active .e-text-wrap,
    .e-tab.e-bigger .e-tab-header .e-toolbar-item.e-active .e-text-wrap {
      height: 48px;
      margin-top: 0; }
    .e-bigger .e-tab .e-tab-header .e-toolbar-item.e-active.e-ileft .e-text-wrap,
    .e-bigger .e-tab .e-tab-header .e-toolbar-item.e-active.e-iright .e-text-wrap,
    .e-tab.e-bigger .e-tab-header .e-toolbar-item.e-active.e-ileft .e-text-wrap,
    .e-tab.e-bigger .e-tab-header .e-toolbar-item.e-active.e-iright .e-text-wrap {
      height: 48px; }
    .e-bigger .e-tab .e-tab-header .e-toolbar-item.e-active.e-ileft .e-text-wrap,
    .e-tab.e-bigger .e-tab-header .e-toolbar-item.e-active.e-ileft .e-text-wrap {
      padding: 0; }
  .e-bigger .e-tab .e-tab-header .e-toolbar-item .e-icons.e-close-icon,
  .e-tab.e-bigger .e-tab-header .e-toolbar-item .e-icons.e-close-icon {
    cursor: pointer;
    margin: 0 0 0 12px; }
    @media screen and (max-width: 480px) {
      .e-bigger .e-tab .e-tab-header .e-toolbar-item .e-icons.e-close-icon,
      .e-tab.e-bigger .e-tab-header .e-toolbar-item .e-icons.e-close-icon {
        margin: 0 0 0 14px; } }
  .e-bigger .e-tab .e-tab-header .e-toolbar-item .e-icons.e-close-icon,
  .e-bigger .e-tab .e-tab-header .e-toolbar-item .e-close-icon::before,
  .e-tab.e-bigger .e-tab-header .e-toolbar-item .e-icons.e-close-icon,
  .e-tab.e-bigger .e-tab-header .e-toolbar-item .e-close-icon::before {
    font-size: 10px; }
    @media screen and (max-width: 480px) {
      .e-bigger .e-tab .e-tab-header .e-toolbar-item .e-icons.e-close-icon,
      .e-bigger .e-tab .e-tab-header .e-toolbar-item .e-close-icon::before,
      .e-tab.e-bigger .e-tab-header .e-toolbar-item .e-icons.e-close-icon,
      .e-tab.e-bigger .e-tab-header .e-toolbar-item .e-close-icon::before {
        font-size: 12px; } }
  .e-bigger .e-tab .e-tab-header .e-toolbar-item .e-icons.e-tab-icon,
  .e-tab.e-bigger .e-tab-header .e-toolbar-item .e-icons.e-tab-icon {
    height: 24px;
    min-width: 24px;
    width: 24px; }
  .e-bigger .e-tab .e-tab-header .e-toolbar-item .e-tab-icon,
  .e-bigger .e-tab .e-tab-header .e-toolbar-item .e-tab-icon::before,
  .e-tab.e-bigger .e-tab-header .e-toolbar-item .e-tab-icon,
  .e-tab.e-bigger .e-tab-header .e-toolbar-item .e-tab-icon::before {
    font-size: 20px; }
  .e-bigger .e-tab .e-tab-header .e-toolbar-item.e-icon .e-tab-wrap,
  .e-tab.e-bigger .e-tab-header .e-toolbar-item.e-icon .e-tab-wrap {
    padding: 0 24px; }
  .e-bigger .e-tab .e-tab-header .e-toolbar-item .e-icon-left + .e-tab-text,
  .e-tab.e-bigger .e-tab-header .e-toolbar-item .e-icon-left + .e-tab-text {
    margin: 0 0 0 12px; }
    @media screen and (max-width: 480px) {
      .e-bigger .e-tab .e-tab-header .e-toolbar-item .e-icon-left + .e-tab-text,
      .e-tab.e-bigger .e-tab-header .e-toolbar-item .e-icon-left + .e-tab-text {
        margin: 0 0 0 14px; } }
  .e-bigger .e-tab .e-tab-header .e-toolbar-item.e-itop, .e-bigger .e-tab .e-tab-header .e-toolbar-item.e-ibottom,
  .e-tab.e-bigger .e-tab-header .e-toolbar-item.e-itop,
  .e-tab.e-bigger .e-tab-header .e-toolbar-item.e-ibottom {
    height: 72px; }
    .e-bigger .e-tab .e-tab-header .e-toolbar-item.e-itop .e-tab-wrap, .e-bigger .e-tab .e-tab-header .e-toolbar-item.e-ibottom .e-tab-wrap,
    .e-tab.e-bigger .e-tab-header .e-toolbar-item.e-itop .e-tab-wrap,
    .e-tab.e-bigger .e-tab-header .e-toolbar-item.e-ibottom .e-tab-wrap {
      height: 72px; }
      .e-bigger .e-tab .e-tab-header .e-toolbar-item.e-itop .e-tab-wrap:focus .e-text-wrap, .e-bigger .e-tab .e-tab-header .e-toolbar-item.e-ibottom .e-tab-wrap:focus .e-text-wrap,
      .e-tab.e-bigger .e-tab-header .e-toolbar-item.e-itop .e-tab-wrap:focus .e-text-wrap,
      .e-tab.e-bigger .e-tab-header .e-toolbar-item.e-ibottom .e-tab-wrap:focus .e-text-wrap {
        height: auto; }
    .e-bigger .e-tab .e-tab-header .e-toolbar-item.e-itop.e-active .e-tab-wrap, .e-bigger .e-tab .e-tab-header .e-toolbar-item.e-ibottom.e-active .e-tab-wrap,
    .e-tab.e-bigger .e-tab-header .e-toolbar-item.e-itop.e-active .e-tab-wrap,
    .e-tab.e-bigger .e-tab-header .e-toolbar-item.e-ibottom.e-active .e-tab-wrap {
      height: 72px; }
      .e-bigger .e-tab .e-tab-header .e-toolbar-item.e-itop.e-active .e-tab-wrap:focus .e-text-wrap, .e-bigger .e-tab .e-tab-header .e-toolbar-item.e-ibottom.e-active .e-tab-wrap:focus .e-text-wrap,
      .e-tab.e-bigger .e-tab-header .e-toolbar-item.e-itop.e-active .e-tab-wrap:focus .e-text-wrap,
      .e-tab.e-bigger .e-tab-header .e-toolbar-item.e-ibottom.e-active .e-tab-wrap:focus .e-text-wrap {
        height: auto; }
    .e-bigger .e-tab .e-tab-header .e-toolbar-item.e-itop .e-close-icon, .e-bigger .e-tab .e-tab-header .e-toolbar-item.e-ibottom .e-close-icon,
    .e-tab.e-bigger .e-tab-header .e-toolbar-item.e-itop .e-close-icon,
    .e-tab.e-bigger .e-tab-header .e-toolbar-item.e-ibottom .e-close-icon {
      right: 24px; }
  .e-bigger .e-tab .e-tab-header .e-toolbar-item.e-itop .e-tab-text,
  .e-tab.e-bigger .e-tab-header .e-toolbar-item.e-itop .e-tab-text {
    margin: 10px 0 0; }
  .e-bigger .e-tab .e-tab-header .e-toolbar-item.e-ibottom .e-tab-text,
  .e-tab.e-bigger .e-tab-header .e-toolbar-item.e-ibottom .e-tab-text {
    margin: 0 0 10px; }
  .e-bigger .e-tab .e-tab-header.e-close-show .e-toolbar-item.e-itop .e-text-wrap,
  .e-bigger .e-tab .e-tab-header.e-close-show .e-toolbar-item.e-ibottom .e-text-wrap,
  .e-tab.e-bigger .e-tab-header.e-close-show .e-toolbar-item.e-itop .e-text-wrap,
  .e-tab.e-bigger .e-tab-header.e-close-show .e-toolbar-item.e-ibottom .e-text-wrap {
    margin-right: 22px; }
  .e-bigger .e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item,
  .e-tab.e-bigger .e-tab-header .e-toolbar-pop .e-toolbar-item {
    height: 48px;
    min-height: 48px; }
    .e-bigger .e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item .e-tab-wrap,
    .e-tab.e-bigger .e-tab-header .e-toolbar-pop .e-toolbar-item .e-tab-wrap {
      height: 48px;
      padding: 0 16px; }
      @media screen and (max-width: 480px) {
        .e-bigger .e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item .e-tab-wrap,
        .e-tab.e-bigger .e-tab-header .e-toolbar-pop .e-toolbar-item .e-tab-wrap {
          padding: 0 16px; } }
    .e-bigger .e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item .e-text-wrap,
    .e-tab.e-bigger .e-tab-header .e-toolbar-pop .e-toolbar-item .e-text-wrap {
      height: 48px; }
    .e-bigger .e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item .e-tab-text + .e-close-icon[style='display:block'],
    .e-tab.e-bigger .e-tab-header .e-toolbar-pop .e-toolbar-item .e-tab-text + .e-close-icon[style='display:block'] {
      padding-right: 12px; }
      @media screen and (max-width: 480px) {
        .e-bigger .e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item .e-tab-text + .e-close-icon[style='display:block'],
        .e-tab.e-bigger .e-tab-header .e-toolbar-pop .e-toolbar-item .e-tab-text + .e-close-icon[style='display:block'] {
          padding-right: 0; } }
    .e-bigger .e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item .e-close-icon,
    .e-tab.e-bigger .e-tab-header .e-toolbar-pop .e-toolbar-item .e-close-icon {
      margin: 0; }
    .e-bigger .e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item .e-close-icon::before,
    .e-tab.e-bigger .e-tab-header .e-toolbar-pop .e-toolbar-item .e-close-icon::before {
      top: 0; }
    .e-bigger .e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item.e-itop .e-close-icon, .e-bigger .e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item.e-ibottom .e-close-icon,
    .e-tab.e-bigger .e-tab-header .e-toolbar-pop .e-toolbar-item.e-itop .e-close-icon,
    .e-tab.e-bigger .e-tab-header .e-toolbar-pop .e-toolbar-item.e-ibottom .e-close-icon {
      right: 18px; }
    .e-bigger .e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item.e-itop:not(.e-separator), .e-bigger .e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item.e-ibottom:not(.e-separator),
    .e-tab.e-bigger .e-tab-header .e-toolbar-pop .e-toolbar-item.e-itop:not(.e-separator),
    .e-tab.e-bigger .e-tab-header .e-toolbar-pop .e-toolbar-item.e-ibottom:not(.e-separator) {
      min-height: 48px; }
      @media screen and (max-width: 480px) {
        .e-bigger .e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item.e-itop:not(.e-separator), .e-bigger .e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item.e-ibottom:not(.e-separator),
        .e-tab.e-bigger .e-tab-header .e-toolbar-pop .e-toolbar-item.e-itop:not(.e-separator),
        .e-tab.e-bigger .e-tab-header .e-toolbar-pop .e-toolbar-item.e-ibottom:not(.e-separator) {
          min-height: 48px; } }
    .e-bigger .e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item.e-itop,
    .e-bigger .e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item.e-itop .e-tab-wrap, .e-bigger .e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item.e-ibottom,
    .e-bigger .e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item.e-ibottom .e-tab-wrap,
    .e-tab.e-bigger .e-tab-header .e-toolbar-pop .e-toolbar-item.e-itop,
    .e-tab.e-bigger .e-tab-header .e-toolbar-pop .e-toolbar-item.e-itop .e-tab-wrap,
    .e-tab.e-bigger .e-tab-header .e-toolbar-pop .e-toolbar-item.e-ibottom,
    .e-tab.e-bigger .e-tab-header .e-toolbar-pop .e-toolbar-item.e-ibottom .e-tab-wrap {
      height: 48px; }
      @media screen and (max-width: 480px) {
        .e-bigger .e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item.e-itop,
        .e-bigger .e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item.e-itop .e-tab-wrap, .e-bigger .e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item.e-ibottom,
        .e-bigger .e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item.e-ibottom .e-tab-wrap,
        .e-tab.e-bigger .e-tab-header .e-toolbar-pop .e-toolbar-item.e-itop,
        .e-tab.e-bigger .e-tab-header .e-toolbar-pop .e-toolbar-item.e-itop .e-tab-wrap,
        .e-tab.e-bigger .e-tab-header .e-toolbar-pop .e-toolbar-item.e-ibottom,
        .e-tab.e-bigger .e-tab-header .e-toolbar-pop .e-toolbar-item.e-ibottom .e-tab-wrap {
          height: 48px; } }
    .e-bigger .e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item.e-itop .e-tab-text,
    .e-bigger .e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item.e-ibottom .e-tab-text,
    .e-tab.e-bigger .e-tab-header .e-toolbar-pop .e-toolbar-item.e-itop .e-tab-text,
    .e-tab.e-bigger .e-tab-header .e-toolbar-pop .e-toolbar-item.e-ibottom .e-tab-text {
      margin: 0;
      padding-left: 0;
      padding-right: 12px; }
      @media screen and (max-width: 480px) {
        .e-bigger .e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item.e-itop .e-tab-text,
        .e-bigger .e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item.e-ibottom .e-tab-text,
        .e-tab.e-bigger .e-tab-header .e-toolbar-pop .e-toolbar-item.e-itop .e-tab-text,
        .e-tab.e-bigger .e-tab-header .e-toolbar-pop .e-toolbar-item.e-ibottom .e-tab-text {
          margin: 0;
          padding-left: 0;
          padding-right: 0; } }
  .e-bigger .e-tab .e-tab-header .e-scroll-nav,
  .e-tab.e-bigger .e-tab-header .e-scroll-nav {
    height: 48px;
    min-height: 48px;
    padding: 0 12px; }
    @media screen and (max-width: 480px) {
      .e-bigger .e-tab .e-tab-header .e-scroll-nav,
      .e-tab.e-bigger .e-tab-header .e-scroll-nav {
        padding: 0 12px; } }
    .e-bigger .e-tab .e-tab-header .e-scroll-nav.e-scroll-right-nav,
    .e-tab.e-bigger .e-tab-header .e-scroll-nav.e-scroll-right-nav {
      padding: 0 12px; }
    .e-bigger .e-tab .e-tab-header .e-scroll-nav.e-scroll-left-nav,
    .e-tab.e-bigger .e-tab-header .e-scroll-nav.e-scroll-left-nav {
      padding: 0 12px; }
    .e-bigger .e-tab .e-tab-header .e-scroll-nav .e-nav-arrow,
    .e-tab.e-bigger .e-tab-header .e-scroll-nav .e-nav-arrow {
      font-size: 12px;
      height: 24px;
      line-height: 24px;
      width: 24px; }
      @media screen and (max-width: 480px) {
        .e-bigger .e-tab .e-tab-header .e-scroll-nav .e-nav-arrow,
        .e-tab.e-bigger .e-tab-header .e-scroll-nav .e-nav-arrow {
          font-size: 12px;
          height: 24px;
          line-height: 24px;
          width: 24px; } }
    .e-bigger .e-tab .e-tab-header .e-scroll-nav .e-nav-left-arrow::before,
    .e-bigger .e-tab .e-tab-header .e-scroll-nav .e-nav-right-arrow::before,
    .e-tab.e-bigger .e-tab-header .e-scroll-nav .e-nav-left-arrow::before,
    .e-tab.e-bigger .e-tab-header .e-scroll-nav .e-nav-right-arrow::before {
      font-size: 12px;
      line-height: 24px;
      top: 0;
      vertical-align: initial; }
  .e-bigger .e-tab .e-tab-header .e-hor-nav,
  .e-tab.e-bigger .e-tab-header .e-hor-nav {
    height: 48px;
    min-height: 48px;
    padding: 0 12px; }
    @media screen and (max-width: 480px) {
      .e-bigger .e-tab .e-tab-header .e-hor-nav,
      .e-tab.e-bigger .e-tab-header .e-hor-nav {
        padding: 0 12px; } }
    .e-bigger .e-tab .e-tab-header .e-hor-nav .e-popup-up-icon,
    .e-bigger .e-tab .e-tab-header .e-hor-nav .e-popup-down-icon,
    .e-tab.e-bigger .e-tab-header .e-hor-nav .e-popup-up-icon,
    .e-tab.e-bigger .e-tab-header .e-hor-nav .e-popup-down-icon {
      font-size: 12px;
      height: 24px;
      line-height: 24px;
      width: 24px; }
      @media screen and (max-width: 480px) {
        .e-bigger .e-tab .e-tab-header .e-hor-nav .e-popup-up-icon,
        .e-bigger .e-tab .e-tab-header .e-hor-nav .e-popup-down-icon,
        .e-tab.e-bigger .e-tab-header .e-hor-nav .e-popup-up-icon,
        .e-tab.e-bigger .e-tab-header .e-hor-nav .e-popup-down-icon {
          font-size: 12px;
          height: 24px;
          line-height: 24px;
          width: 24px; } }
      .e-bigger .e-tab .e-tab-header .e-hor-nav .e-popup-up-icon::before,
      .e-bigger .e-tab .e-tab-header .e-hor-nav .e-popup-down-icon::before,
      .e-tab.e-bigger .e-tab-header .e-hor-nav .e-popup-up-icon::before,
      .e-tab.e-bigger .e-tab-header .e-hor-nav .e-popup-down-icon::before {
        font-size: 12px;
        line-height: 24px;
        top: 0;
        vertical-align: initial; }
        @media screen and (max-width: 480px) {
          .e-bigger .e-tab .e-tab-header .e-hor-nav .e-popup-up-icon::before,
          .e-bigger .e-tab .e-tab-header .e-hor-nav .e-popup-down-icon::before,
          .e-tab.e-bigger .e-tab-header .e-hor-nav .e-popup-up-icon::before,
          .e-tab.e-bigger .e-tab-header .e-hor-nav .e-popup-down-icon::before {
            font-size: 16px; } }
      .e-bigger .e-tab .e-tab-header .e-hor-nav .e-popup-up-icon:hover::before,
      .e-bigger .e-tab .e-tab-header .e-hor-nav .e-popup-down-icon:hover::before,
      .e-tab.e-bigger .e-tab-header .e-hor-nav .e-popup-up-icon:hover::before,
      .e-tab.e-bigger .e-tab-header .e-hor-nav .e-popup-down-icon:hover::before {
        top: 0; }
    .e-bigger .e-tab .e-tab-header .e-hor-nav:focus .e-popup-up-icon::before,
    .e-bigger .e-tab .e-tab-header .e-hor-nav:focus .e-popup-down-icon::before,
    .e-tab.e-bigger .e-tab-header .e-hor-nav:focus .e-popup-up-icon::before,
    .e-tab.e-bigger .e-tab-header .e-hor-nav:focus .e-popup-down-icon::before {
      top: 0; }
  .e-bigger .e-tab .e-tab-header .e-hor-nav.e-ie-align .e-popup-up-icon,
  .e-bigger .e-tab .e-tab-header .e-hor-nav.e-ie-align .e-popup-down-icon,
  .e-bigger .e-tab .e-tab-header .e-scroll-nav.e-ie-align .e-popup-up-icon,
  .e-bigger .e-tab .e-tab-header .e-scroll-nav.e-ie-align .e-popup-down-icon,
  .e-tab.e-bigger .e-tab-header .e-hor-nav.e-ie-align .e-popup-up-icon,
  .e-tab.e-bigger .e-tab-header .e-hor-nav.e-ie-align .e-popup-down-icon,
  .e-tab.e-bigger .e-tab-header .e-scroll-nav.e-ie-align .e-popup-up-icon,
  .e-tab.e-bigger .e-tab-header .e-scroll-nav.e-ie-align .e-popup-down-icon {
    line-height: 15px; }
  .e-bigger .e-tab .e-tab-header .e-hor-nav.e-ie-align .e-nav-left-arrow,
  .e-bigger .e-tab .e-tab-header .e-hor-nav.e-ie-align .e-nav-right-arrow,
  .e-bigger .e-tab .e-tab-header .e-scroll-nav.e-ie-align .e-nav-left-arrow,
  .e-bigger .e-tab .e-tab-header .e-scroll-nav.e-ie-align .e-nav-right-arrow,
  .e-tab.e-bigger .e-tab-header .e-hor-nav.e-ie-align .e-nav-left-arrow,
  .e-tab.e-bigger .e-tab-header .e-hor-nav.e-ie-align .e-nav-right-arrow,
  .e-tab.e-bigger .e-tab-header .e-scroll-nav.e-ie-align .e-nav-left-arrow,
  .e-tab.e-bigger .e-tab-header .e-scroll-nav.e-ie-align .e-nav-right-arrow {
    line-height: 15px; }
  .e-bigger .e-tab .e-tab-header.e-horizontal-bottom .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:last-child.e-active,
  .e-tab.e-bigger .e-tab-header.e-horizontal-bottom .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:last-child.e-active {
    margin: 0; }
  .e-bigger .e-tab .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-active,
  .e-tab.e-bigger .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-active {
    margin: 0;
    padding-bottom: 0; }
    @media screen and (max-width: 480px) {
      .e-bigger .e-tab .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-active,
      .e-tab.e-bigger .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-active {
        margin: 0; } }
    .e-bigger .e-tab .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-active .e-tab-text,
    .e-tab.e-bigger .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-active .e-tab-text {
      padding-top: 0; }
  .e-bigger .e-tab .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-active:last-child,
  .e-tab.e-bigger .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-active:last-child {
    margin: 0;
    padding-bottom: 0; }
    @media screen and (max-width: 480px) {
      .e-bigger .e-tab .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-active:last-child,
      .e-tab.e-bigger .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-active:last-child {
        margin: 0; } }
  .e-bigger .e-tab .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-itop, .e-bigger .e-tab .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-ibottom,
  .e-tab.e-bigger .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-itop,
  .e-tab.e-bigger .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-ibottom {
    padding-bottom: 0;
    padding-top: 0; }
  .e-bigger .e-tab .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-ileft.e-active .e-text-wrap,
  .e-tab.e-bigger .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-ileft.e-active .e-text-wrap {
    margin: 0; }
  .e-bigger .e-tab .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-active .e-text-wrap,
  .e-tab.e-bigger .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-active .e-text-wrap {
    height: 48px;
    padding: 0; }
  .e-bigger .e-tab .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-active.e-itop .e-text-wrap,
  .e-bigger .e-tab .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-active.e-ibottom .e-text-wrap,
  .e-tab.e-bigger .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-active.e-itop .e-text-wrap,
  .e-tab.e-bigger .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-active.e-ibottom .e-text-wrap {
    height: 48px; }
  .e-bigger .e-tab .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-itop.e-active .e-text-wrap,
  .e-bigger .e-tab .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-ibottom.e-active .e-text-wrap,
  .e-tab.e-bigger .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-itop.e-active .e-text-wrap,
  .e-tab.e-bigger .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-ibottom.e-active .e-text-wrap {
    height: initial; }
  .e-bigger .e-tab .e-tab-header.e-vertical,
  .e-tab.e-bigger .e-tab-header.e-vertical {
    max-width: 150px; }
    .e-bigger .e-tab .e-tab-header.e-vertical[style*='overflow: hidden']::before,
    .e-tab.e-bigger .e-tab-header.e-vertical[style*='overflow: hidden']::before {
      bottom: 23px;
      top: 23px; }
      @media screen and (max-width: 480px) {
        .e-bigger .e-tab .e-tab-header.e-vertical[style*='overflow: hidden']::before,
        .e-tab.e-bigger .e-tab-header.e-vertical[style*='overflow: hidden']::before {
          bottom: 0;
          top: 0; } }
    .e-bigger .e-tab .e-tab-header.e-vertical .e-toolbar-items,
    .e-tab.e-bigger .e-tab-header.e-vertical .e-toolbar-items {
      height: inherit; }
      .e-bigger .e-tab .e-tab-header.e-vertical .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:last-child,
      .e-tab.e-bigger .e-tab-header.e-vertical .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:last-child {
        margin: 0; }
    .e-bigger .e-tab .e-tab-header.e-vertical .e-toolbar-items.e-vscroll:not(.e-scroll-device),
    .e-tab.e-bigger .e-tab-header.e-vertical .e-toolbar-items.e-vscroll:not(.e-scroll-device) {
      padding: 24px 0; }
    .e-bigger .e-tab .e-tab-header.e-vertical .e-toolbar-item .e-tab-wrap,
    .e-tab.e-bigger .e-tab-header.e-vertical .e-toolbar-item .e-tab-wrap {
      padding: 0 24px; }
    .e-bigger .e-tab .e-tab-header.e-vertical .e-toolbar-item.e-itop .e-close-icon, .e-bigger .e-tab .e-tab-header.e-vertical .e-toolbar-item.e-ibottom .e-close-icon,
    .e-tab.e-bigger .e-tab-header.e-vertical .e-toolbar-item.e-itop .e-close-icon,
    .e-tab.e-bigger .e-tab-header.e-vertical .e-toolbar-item.e-ibottom .e-close-icon {
      right: -24px; }
    .e-bigger .e-tab .e-tab-header.e-vertical .e-scroll-nav,
    .e-tab.e-bigger .e-tab-header.e-vertical .e-scroll-nav {
      height: 24px;
      min-height: 24px; }
      .e-bigger .e-tab .e-tab-header.e-vertical .e-scroll-nav .e-nav-arrow,
      .e-tab.e-bigger .e-tab-header.e-vertical .e-scroll-nav .e-nav-arrow {
        font-size: 12px;
        height: 24px;
        line-height: 24px;
        width: 24px; }
    .e-bigger .e-tab .e-tab-header.e-vertical .e-hor-nav,
    .e-tab.e-bigger .e-tab-header.e-vertical .e-hor-nav {
      padding: 0 24px; }
      .e-bigger .e-tab .e-tab-header.e-vertical .e-hor-nav .e-popup-up-icon::before,
      .e-bigger .e-tab .e-tab-header.e-vertical .e-hor-nav .e-popup-down-icon::before,
      .e-tab.e-bigger .e-tab-header.e-vertical .e-hor-nav .e-popup-up-icon::before,
      .e-tab.e-bigger .e-tab-header.e-vertical .e-hor-nav .e-popup-down-icon::before {
        line-height: 46px; }
      .e-bigger .e-tab .e-tab-header.e-vertical .e-hor-nav .e-popup-up-icon::after,
      .e-bigger .e-tab .e-tab-header.e-vertical .e-hor-nav .e-popup-down-icon::after,
      .e-tab.e-bigger .e-tab-header.e-vertical .e-hor-nav .e-popup-up-icon::after,
      .e-tab.e-bigger .e-tab-header.e-vertical .e-hor-nav .e-popup-down-icon::after {
        font-size: 14px;
        line-height: 46px;
        margin: 0 0 0 10px; }
    .e-bigger .e-tab .e-tab-header.e-vertical.e-toolpop .e-toolbar-items,
    .e-tab.e-bigger .e-tab-header.e-vertical.e-toolpop .e-toolbar-items {
      height: auto; }

.e-bigger .e-tab.e-vertical-icon .e-tab-header,
.e-tab.e-bigger.e-vertical-icon .e-tab-header {
  height: 72px;
  min-height: 72px; }
  .e-bigger .e-tab.e-vertical-icon .e-tab-header .e-toolbar-items,
  .e-tab.e-bigger.e-vertical-icon .e-tab-header .e-toolbar-items {
    height: 72px; }
  .e-bigger .e-tab.e-vertical-icon .e-tab-header .e-scroll-nav,
  .e-tab.e-bigger.e-vertical-icon .e-tab-header .e-scroll-nav {
    height: 72px; }
  .e-bigger .e-tab.e-vertical-icon .e-tab-header .e-hor-nav,
  .e-tab.e-bigger.e-vertical-icon .e-tab-header .e-hor-nav {
    height: 72px; }
    @media screen and (max-width: 480px) {
      .e-bigger .e-tab.e-vertical-icon .e-tab-header .e-hor-nav .e-popup-up-icon::before,
      .e-bigger .e-tab.e-vertical-icon .e-tab-header .e-hor-nav .e-popup-down-icon::before,
      .e-tab.e-bigger.e-vertical-icon .e-tab-header .e-hor-nav .e-popup-up-icon::before,
      .e-tab.e-bigger.e-vertical-icon .e-tab-header .e-hor-nav .e-popup-down-icon::before {
        font-size: 12px; } }

.e-bigger .e-tab.e-vertical-icon.e-vertical-tab .e-tab-header.e-vertical .e-toolbar-items,
.e-tab.e-bigger.e-vertical-icon.e-vertical-tab .e-tab-header.e-vertical .e-toolbar-items {
  height: inherit; }

.e-bigger .e-tab.e-vertical-icon.e-vertical-tab .e-tab-header.e-vertical .e-scroll-nav,
.e-tab.e-bigger.e-vertical-icon.e-vertical-tab .e-tab-header.e-vertical .e-scroll-nav {
  height: 24px; }

.e-bigger .e-tab.e-focused .e-tab-header .e-toolbar-item .e-tab-wrap:focus,
.e-tab.e-bigger.e-focused .e-tab-header .e-toolbar-item .e-tab-wrap:focus {
  height: 48px; }

.e-bigger .e-tab.e-focused .e-tab-header .e-toolbar-item .e-tab-wrap:focus .e-text-wrap,
.e-tab.e-bigger.e-focused .e-tab-header .e-toolbar-item .e-tab-wrap:focus .e-text-wrap {
  height: 48px; }

.e-bigger .e-tab.e-focused .e-tab-header .e-toolbar-item.e-itop .e-tab-wrap:focus, .e-bigger .e-tab.e-focused .e-tab-header .e-toolbar-item.e-ibottom .e-tab-wrap:focus,
.e-tab.e-bigger.e-focused .e-tab-header .e-toolbar-item.e-itop .e-tab-wrap:focus,
.e-tab.e-bigger.e-focused .e-tab-header .e-toolbar-item.e-ibottom .e-tab-wrap:focus {
  height: 72px; }
  .e-bigger .e-tab.e-focused .e-tab-header .e-toolbar-item.e-itop .e-tab-wrap:focus .e-text-wrap, .e-bigger .e-tab.e-focused .e-tab-header .e-toolbar-item.e-ibottom .e-tab-wrap:focus .e-text-wrap,
  .e-tab.e-bigger.e-focused .e-tab-header .e-toolbar-item.e-itop .e-tab-wrap:focus .e-text-wrap,
  .e-tab.e-bigger.e-focused .e-tab-header .e-toolbar-item.e-ibottom .e-tab-wrap:focus .e-text-wrap {
    height: auto; }

.e-bigger .e-tab.e-focused .e-tab-header .e-toolbar-item.e-itop.e-active .e-tab-wrap:focus .e-text-wrap, .e-bigger .e-tab.e-focused .e-tab-header .e-toolbar-item.e-ibottom.e-active .e-tab-wrap:focus .e-text-wrap,
.e-tab.e-bigger.e-focused .e-tab-header .e-toolbar-item.e-itop.e-active .e-tab-wrap:focus .e-text-wrap,
.e-tab.e-bigger.e-focused .e-tab-header .e-toolbar-item.e-ibottom.e-active .e-tab-wrap:focus .e-text-wrap {
  height: auto; }

.e-bigger .e-tab.e-focused .e-tab-header .e-toolbar-pop .e-toolbar-item .e-tab-wrap:focus,
.e-tab.e-bigger.e-focused .e-tab-header .e-toolbar-pop .e-toolbar-item .e-tab-wrap:focus {
  height: 48px; }
  .e-bigger .e-tab.e-focused .e-tab-header .e-toolbar-pop .e-toolbar-item .e-tab-wrap:focus .e-text-wrap,
  .e-tab.e-bigger.e-focused .e-tab-header .e-toolbar-pop .e-toolbar-item .e-tab-wrap:focus .e-text-wrap {
    height: 48px; }

.e-bigger .e-tab.e-focused .e-tab-header .e-toolbar-pop .e-toolbar-item.e-itop .e-tab-wrap:focus,
.e-bigger .e-tab.e-focused .e-tab-header .e-toolbar-pop .e-toolbar-item.e-ibottom .e-tab-wrap:focus,
.e-tab.e-bigger.e-focused .e-tab-header .e-toolbar-pop .e-toolbar-item.e-itop .e-tab-wrap:focus,
.e-tab.e-bigger.e-focused .e-tab-header .e-toolbar-pop .e-toolbar-item.e-ibottom .e-tab-wrap:focus {
  height: 48px; }

.e-bigger .e-tab.e-focused .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-active .e-tab-wrap:focus .e-text-wrap,
.e-tab.e-bigger.e-focused .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-active .e-tab-wrap:focus .e-text-wrap {
  height: 48px;
  padding: 0; }

.e-bigger .e-tab.e-ie .e-tab-header .e-hor-nav.e-ie-align .e-popup-up-icon,
.e-bigger .e-tab.e-ie .e-tab-header .e-hor-nav.e-ie-align .e-popup-down-icon,
.e-bigger .e-tab.e-ie .e-tab-header .e-scroll-nav.e-ie-align .e-popup-up-icon,
.e-bigger .e-tab.e-ie .e-tab-header .e-scroll-nav.e-ie-align .e-popup-down-icon,
.e-tab.e-bigger.e-ie .e-tab-header .e-hor-nav.e-ie-align .e-popup-up-icon,
.e-tab.e-bigger.e-ie .e-tab-header .e-hor-nav.e-ie-align .e-popup-down-icon,
.e-tab.e-bigger.e-ie .e-tab-header .e-scroll-nav.e-ie-align .e-popup-up-icon,
.e-tab.e-bigger.e-ie .e-tab-header .e-scroll-nav.e-ie-align .e-popup-down-icon {
  line-height: 15px; }

.e-bigger .e-tab.e-ie .e-tab-header .e-hor-nav.e-ie-align .e-nav-left-arrow,
.e-bigger .e-tab.e-ie .e-tab-header .e-hor-nav.e-ie-align .e-nav-right-arrow,
.e-bigger .e-tab.e-ie .e-tab-header .e-scroll-nav.e-ie-align .e-nav-left-arrow,
.e-bigger .e-tab.e-ie .e-tab-header .e-scroll-nav.e-ie-align .e-nav-right-arrow,
.e-tab.e-bigger.e-ie .e-tab-header .e-hor-nav.e-ie-align .e-nav-left-arrow,
.e-tab.e-bigger.e-ie .e-tab-header .e-hor-nav.e-ie-align .e-nav-right-arrow,
.e-tab.e-bigger.e-ie .e-tab-header .e-scroll-nav.e-ie-align .e-nav-left-arrow,
.e-tab.e-bigger.e-ie .e-tab-header .e-scroll-nav.e-ie-align .e-nav-right-arrow {
  line-height: 15px; }

.e-bigger .e-tab.e-edge .e-tab-header .e-hor-nav.e-ie-align .e-popup-up-icon,
.e-bigger .e-tab.e-edge .e-tab-header .e-hor-nav.e-ie-align .e-popup-down-icon,
.e-bigger .e-tab.e-edge .e-tab-header .e-scroll-nav.e-ie-align .e-popup-up-icon,
.e-bigger .e-tab.e-edge .e-tab-header .e-scroll-nav.e-ie-align .e-popup-down-icon,
.e-tab.e-bigger.e-edge .e-tab-header .e-hor-nav.e-ie-align .e-popup-up-icon,
.e-tab.e-bigger.e-edge .e-tab-header .e-hor-nav.e-ie-align .e-popup-down-icon,
.e-tab.e-bigger.e-edge .e-tab-header .e-scroll-nav.e-ie-align .e-popup-up-icon,
.e-tab.e-bigger.e-edge .e-tab-header .e-scroll-nav.e-ie-align .e-popup-down-icon {
  line-height: 15px; }

.e-bigger .e-tab.e-edge .e-tab-header .e-hor-nav.e-ie-align .e-nav-left-arrow,
.e-bigger .e-tab.e-edge .e-tab-header .e-hor-nav.e-ie-align .e-nav-right-arrow,
.e-bigger .e-tab.e-edge .e-tab-header .e-scroll-nav.e-ie-align .e-nav-left-arrow,
.e-bigger .e-tab.e-edge .e-tab-header .e-scroll-nav.e-ie-align .e-nav-right-arrow,
.e-tab.e-bigger.e-edge .e-tab-header .e-hor-nav.e-ie-align .e-nav-left-arrow,
.e-tab.e-bigger.e-edge .e-tab-header .e-hor-nav.e-ie-align .e-nav-right-arrow,
.e-tab.e-bigger.e-edge .e-tab-header .e-scroll-nav.e-ie-align .e-nav-left-arrow,
.e-tab.e-bigger.e-edge .e-tab-header .e-scroll-nav.e-ie-align .e-nav-right-arrow {
  line-height: 13px; }

.e-bigger .e-tab.e-safari .e-tab-header .e-close-icon::before,
.e-tab.e-bigger.e-safari .e-tab-header .e-close-icon::before {
  top: 0; }

.e-bigger .e-tab.e-safari .e-tab-header .e-hor-nav .e-popup-up-icon::before,
.e-bigger .e-tab.e-safari .e-tab-header .e-hor-nav .e-popup-down-icon::before,
.e-bigger .e-tab.e-safari .e-tab-header .e-scroll-nav .e-popup-up-icon::before,
.e-bigger .e-tab.e-safari .e-tab-header .e-scroll-nav .e-popup-down-icon::before,
.e-tab.e-bigger.e-safari .e-tab-header .e-hor-nav .e-popup-up-icon::before,
.e-tab.e-bigger.e-safari .e-tab-header .e-hor-nav .e-popup-down-icon::before,
.e-tab.e-bigger.e-safari .e-tab-header .e-scroll-nav .e-popup-up-icon::before,
.e-tab.e-bigger.e-safari .e-tab-header .e-scroll-nav .e-popup-down-icon::before {
  top: 0; }

.e-bigger .e-tab.e-safari .e-tab-header .e-hor-nav .e-nav-left-arrow::before,
.e-bigger .e-tab.e-safari .e-tab-header .e-hor-nav .e-nav-right-arrow::before,
.e-bigger .e-tab.e-safari .e-tab-header .e-scroll-nav .e-nav-left-arrow::before,
.e-bigger .e-tab.e-safari .e-tab-header .e-scroll-nav .e-nav-right-arrow::before,
.e-tab.e-bigger.e-safari .e-tab-header .e-hor-nav .e-nav-left-arrow::before,
.e-tab.e-bigger.e-safari .e-tab-header .e-hor-nav .e-nav-right-arrow::before,
.e-tab.e-bigger.e-safari .e-tab-header .e-scroll-nav .e-nav-left-arrow::before,
.e-tab.e-bigger.e-safari .e-tab-header .e-scroll-nav .e-nav-right-arrow::before {
  top: 0; }

.e-bigger .e-tab.e-fill .e-tab-header,
.e-tab.e-bigger.e-fill .e-tab-header {
  height: 46px;
  min-height: 46px; }
  @media screen and (max-width: 480px) {
    .e-bigger .e-tab.e-fill .e-tab-header,
    .e-tab.e-bigger.e-fill .e-tab-header {
      height: 46px;
      min-height: 46px; } }
  .e-bigger .e-tab.e-fill .e-tab-header .e-toolbar-items,
  .e-tab.e-bigger.e-fill .e-tab-header .e-toolbar-items {
    height: auto;
    min-height: 46px; }
    @media screen and (max-width: 480px) {
      .e-bigger .e-tab.e-fill .e-tab-header .e-toolbar-items,
      .e-tab.e-bigger.e-fill .e-tab-header .e-toolbar-items {
        min-height: 46px; } }
  .e-bigger .e-tab.e-fill .e-tab-header .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:first-child,
  .e-bigger .e-tab.e-fill .e-tab-header .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:last-child,
  .e-tab.e-bigger.e-fill .e-tab-header .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:first-child,
  .e-tab.e-bigger.e-fill .e-tab-header .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:last-child {
    margin: 0;
    padding: 0; }
  .e-bigger .e-tab.e-fill .e-tab-header .e-toolbar-item:not(.e-separator),
  .e-tab.e-bigger.e-fill .e-tab-header .e-toolbar-item:not(.e-separator) {
    height: 46px;
    margin: 0;
    min-height: 46px; }
    @media screen and (max-width: 480px) {
      .e-bigger .e-tab.e-fill .e-tab-header .e-toolbar-item:not(.e-separator),
      .e-tab.e-bigger.e-fill .e-tab-header .e-toolbar-item:not(.e-separator) {
        height: 46px;
        min-height: 46px; } }
  .e-bigger .e-tab.e-fill .e-tab-header .e-toolbar-item:not(.e-separator).e-itop, .e-bigger .e-tab.e-fill .e-tab-header .e-toolbar-item:not(.e-separator).e-ibottom,
  .e-tab.e-bigger.e-fill .e-tab-header .e-toolbar-item:not(.e-separator).e-itop,
  .e-tab.e-bigger.e-fill .e-tab-header .e-toolbar-item:not(.e-separator).e-ibottom {
    height: 70px;
    min-height: 70px; }
  .e-bigger .e-tab.e-fill .e-tab-header .e-toolbar-item .e-tab-wrap,
  .e-tab.e-bigger.e-fill .e-tab-header .e-toolbar-item .e-tab-wrap {
    height: 46px;
    padding: 0 24px; }
    @media screen and (max-width: 480px) {
      .e-bigger .e-tab.e-fill .e-tab-header .e-toolbar-item .e-tab-wrap,
      .e-tab.e-bigger.e-fill .e-tab-header .e-toolbar-item .e-tab-wrap {
        height: 46px;
        padding: 0 24px; } }
  .e-bigger .e-tab.e-fill .e-tab-header .e-toolbar-item .e-text-wrap,
  .e-tab.e-bigger.e-fill .e-tab-header .e-toolbar-item .e-text-wrap {
    height: 46px; }
    @media screen and (max-width: 480px) {
      .e-bigger .e-tab.e-fill .e-tab-header .e-toolbar-item .e-text-wrap,
      .e-tab.e-bigger.e-fill .e-tab-header .e-toolbar-item .e-text-wrap {
        height: 46px; } }
  .e-bigger .e-tab.e-fill .e-tab-header .e-toolbar-item.e-active,
  .e-tab.e-bigger.e-fill .e-tab-header .e-toolbar-item.e-active {
    padding: 0; }
    .e-bigger .e-tab.e-fill .e-tab-header .e-toolbar-item.e-active .e-tab-wrap,
    .e-tab.e-bigger.e-fill .e-tab-header .e-toolbar-item.e-active .e-tab-wrap {
      margin-bottom: 0; }
    .e-bigger .e-tab.e-fill .e-tab-header .e-toolbar-item.e-active .e-text-wrap,
    .e-tab.e-bigger.e-fill .e-tab-header .e-toolbar-item.e-active .e-text-wrap {
      height: 46px; }
      @media screen and (max-width: 480px) {
        .e-bigger .e-tab.e-fill .e-tab-header .e-toolbar-item.e-active .e-text-wrap,
        .e-tab.e-bigger.e-fill .e-tab-header .e-toolbar-item.e-active .e-text-wrap {
          height: 46px; } }
    .e-bigger .e-tab.e-fill .e-tab-header .e-toolbar-item.e-active.e-ileft .e-text-wrap,
    .e-bigger .e-tab.e-fill .e-tab-header .e-toolbar-item.e-active.e-iright .e-text-wrap,
    .e-tab.e-bigger.e-fill .e-tab-header .e-toolbar-item.e-active.e-ileft .e-text-wrap,
    .e-tab.e-bigger.e-fill .e-tab-header .e-toolbar-item.e-active.e-iright .e-text-wrap {
      height: 46px; }
      @media screen and (max-width: 480px) {
        .e-bigger .e-tab.e-fill .e-tab-header .e-toolbar-item.e-active.e-ileft .e-text-wrap,
        .e-bigger .e-tab.e-fill .e-tab-header .e-toolbar-item.e-active.e-iright .e-text-wrap,
        .e-tab.e-bigger.e-fill .e-tab-header .e-toolbar-item.e-active.e-ileft .e-text-wrap,
        .e-tab.e-bigger.e-fill .e-tab-header .e-toolbar-item.e-active.e-iright .e-text-wrap {
          height: 46px; } }
  .e-bigger .e-tab.e-fill .e-tab-header .e-toolbar-item.e-itop .e-tab-wrap,
  .e-bigger .e-tab.e-fill .e-tab-header .e-toolbar-item.e-ibottom .e-tab-wrap,
  .e-tab.e-bigger.e-fill .e-tab-header .e-toolbar-item.e-itop .e-tab-wrap,
  .e-tab.e-bigger.e-fill .e-tab-header .e-toolbar-item.e-ibottom .e-tab-wrap {
    height: 70px; }
  .e-bigger .e-tab.e-fill .e-tab-header .e-toolbar-pop .e-toolbar-item.e-itop:not(.e-separator),
  .e-bigger .e-tab.e-fill .e-tab-header .e-toolbar-pop .e-toolbar-item.e-ibottom:not(.e-separator),
  .e-tab.e-bigger.e-fill .e-tab-header .e-toolbar-pop .e-toolbar-item.e-itop:not(.e-separator),
  .e-tab.e-bigger.e-fill .e-tab-header .e-toolbar-pop .e-toolbar-item.e-ibottom:not(.e-separator) {
    height: auto; }
  .e-bigger .e-tab.e-fill .e-tab-header.e-vertical .e-toolbar-items .e-toolbar-item .e-tab-wrap,
  .e-tab.e-bigger.e-fill .e-tab-header.e-vertical .e-toolbar-items .e-toolbar-item .e-tab-wrap {
    padding: 0 24px; }
  .e-bigger .e-tab.e-fill .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-active .e-text-wrap,
  .e-tab.e-bigger.e-fill .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-active .e-text-wrap {
    height: 46px; }
  .e-bigger .e-tab.e-fill .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-itop .e-text-wrap,
  .e-bigger .e-tab.e-fill .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-ibottom .e-text-wrap,
  .e-tab.e-bigger.e-fill .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-itop .e-text-wrap,
  .e-tab.e-bigger.e-fill .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-ibottom .e-text-wrap {
    height: auto; }
  .e-bigger .e-tab.e-fill .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-itop .e-tab-wrap:focus .e-text-wrap,
  .e-bigger .e-tab.e-fill .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-ibottom .e-tab-wrap:focus .e-text-wrap,
  .e-tab.e-bigger.e-fill .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-itop .e-tab-wrap:focus .e-text-wrap,
  .e-tab.e-bigger.e-fill .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-ibottom .e-tab-wrap:focus .e-text-wrap {
    height: 50px; }

.e-bigger .e-tab.e-fill.e-focused .e-tab-header .e-toolbar-item .e-tab-wrap:focus,
.e-tab.e-bigger.e-fill.e-focused .e-tab-header .e-toolbar-item .e-tab-wrap:focus {
  height: 46px; }

.e-bigger .e-tab.e-fill.e-focused .e-tab-header .e-toolbar-item .e-tab-wrap:focus .e-text-wrap,
.e-tab.e-bigger.e-fill.e-focused .e-tab-header .e-toolbar-item .e-tab-wrap:focus .e-text-wrap {
  height: 46px; }

.e-bigger .e-tab.e-fill.e-focused .e-tab-header .e-toolbar-item.e-itop .e-tab-wrap:focus,
.e-bigger .e-tab.e-fill.e-focused .e-tab-header .e-toolbar-item.e-ibottom .e-tab-wrap:focus,
.e-tab.e-bigger.e-fill.e-focused .e-tab-header .e-toolbar-item.e-itop .e-tab-wrap:focus,
.e-tab.e-bigger.e-fill.e-focused .e-tab-header .e-toolbar-item.e-ibottom .e-tab-wrap:focus {
  height: 70px; }
  .e-bigger .e-tab.e-fill.e-focused .e-tab-header .e-toolbar-item.e-itop .e-tab-wrap:focus .e-text-wrap,
  .e-bigger .e-tab.e-fill.e-focused .e-tab-header .e-toolbar-item.e-ibottom .e-tab-wrap:focus .e-text-wrap,
  .e-tab.e-bigger.e-fill.e-focused .e-tab-header .e-toolbar-item.e-itop .e-tab-wrap:focus .e-text-wrap,
  .e-tab.e-bigger.e-fill.e-focused .e-tab-header .e-toolbar-item.e-ibottom .e-tab-wrap:focus .e-text-wrap {
    height: auto; }
    @media screen and (max-width: 480px) {
      .e-bigger .e-tab.e-fill.e-focused .e-tab-header .e-toolbar-item.e-itop .e-tab-wrap:focus .e-text-wrap,
      .e-bigger .e-tab.e-fill.e-focused .e-tab-header .e-toolbar-item.e-ibottom .e-tab-wrap:focus .e-text-wrap,
      .e-tab.e-bigger.e-fill.e-focused .e-tab-header .e-toolbar-item.e-itop .e-tab-wrap:focus .e-text-wrap,
      .e-tab.e-bigger.e-fill.e-focused .e-tab-header .e-toolbar-item.e-ibottom .e-tab-wrap:focus .e-text-wrap {
        height: auto; } }

.e-bigger .e-tab.e-fill.e-rtl .e-tab-header .e-toolbar-item:not(.e-separator),
.e-tab.e-bigger.e-fill.e-rtl .e-tab-header .e-toolbar-item:not(.e-separator) {
  margin: 0; }

.e-bigger .e-tab.e-fill.e-vertical-icon .e-tab-header,
.e-tab.e-bigger.e-fill.e-vertical-icon .e-tab-header {
  height: 70px;
  min-height: 70px; }

.e-bigger .e-tab.e-background .e-tab-header .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:first-child,
.e-bigger .e-tab.e-background .e-tab-header .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:last-child,
.e-tab.e-bigger.e-background .e-tab-header .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:first-child,
.e-tab.e-bigger.e-background .e-tab-header .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:last-child {
  margin: 0;
  padding: 0; }

.e-bigger .e-tab.e-background .e-tab-header .e-toolbar-item:not(.e-separator),
.e-tab.e-bigger.e-background .e-tab-header .e-toolbar-item:not(.e-separator) {
  margin: 0; }

.e-bigger .e-tab.e-background .e-tab-header .e-toolbar-item .e-tab-wrap,
.e-tab.e-bigger.e-background .e-tab-header .e-toolbar-item .e-tab-wrap {
  padding: 0 24px; }
  @media screen and (max-width: 480px) {
    .e-bigger .e-tab.e-background .e-tab-header .e-toolbar-item .e-tab-wrap,
    .e-tab.e-bigger.e-background .e-tab-header .e-toolbar-item .e-tab-wrap {
      padding: 0 24px; } }

.e-bigger .e-tab.e-background .e-tab-header .e-toolbar-item.e-active,
.e-tab.e-bigger.e-background .e-tab-header .e-toolbar-item.e-active {
  padding: 0; }
  .e-bigger .e-tab.e-background .e-tab-header .e-toolbar-item.e-active .e-tab-wrap,
  .e-tab.e-bigger.e-background .e-tab-header .e-toolbar-item.e-active .e-tab-wrap {
    margin-bottom: 0; }
  .e-bigger .e-tab.e-background .e-tab-header .e-toolbar-item.e-active .e-text-wrap,
  .e-tab.e-bigger.e-background .e-tab-header .e-toolbar-item.e-active .e-text-wrap {
    height: 48px; }

.e-bigger .e-tab.e-background .e-tab-header.e-vertical .e-toolbar-items .e-toolbar-item .e-tab-wrap,
.e-tab.e-bigger.e-background .e-tab-header.e-vertical .e-toolbar-items .e-toolbar-item .e-tab-wrap {
  padding: 0 24px; }

.e-bigger .e-tab.e-background.e-rtl .e-tab-header .e-toolbar-item:not(.e-separator),
.e-tab.e-bigger.e-background.e-rtl .e-tab-header .e-toolbar-item:not(.e-separator) {
  margin: 0; }

.e-bigger .e-tab.e-rtl .e-tab-header .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:first-child,
.e-bigger .e-tab.e-rtl .e-tab-header .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:last-child,
.e-tab.e-bigger.e-rtl .e-tab-header .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:first-child,
.e-tab.e-bigger.e-rtl .e-tab-header .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:last-child {
  margin: 0; }

.e-bigger .e-tab.e-rtl .e-tab-header .e-toolbar-item:not(.e-separator),
.e-tab.e-bigger.e-rtl .e-tab-header .e-toolbar-item:not(.e-separator) {
  margin: 0; }
  .e-bigger .e-tab.e-rtl .e-tab-header .e-toolbar-item:not(.e-separator) .e-icon-left + .e-tab-text,
  .e-tab.e-bigger.e-rtl .e-tab-header .e-toolbar-item:not(.e-separator) .e-icon-left + .e-tab-text {
    margin: 0 12px 0 0; }
    @media screen and (max-width: 480px) {
      .e-bigger .e-tab.e-rtl .e-tab-header .e-toolbar-item:not(.e-separator) .e-icon-left + .e-tab-text,
      .e-tab.e-bigger.e-rtl .e-tab-header .e-toolbar-item:not(.e-separator) .e-icon-left + .e-tab-text {
        margin: 0 14px 0 0; } }
  .e-bigger .e-tab.e-rtl .e-tab-header .e-toolbar-item:not(.e-separator) .e-icons.e-close-icon,
  .e-tab.e-bigger.e-rtl .e-tab-header .e-toolbar-item:not(.e-separator) .e-icons.e-close-icon {
    margin: 0 12px 0 0; }
    @media screen and (max-width: 480px) {
      .e-bigger .e-tab.e-rtl .e-tab-header .e-toolbar-item:not(.e-separator) .e-icons.e-close-icon,
      .e-tab.e-bigger.e-rtl .e-tab-header .e-toolbar-item:not(.e-separator) .e-icons.e-close-icon {
        margin: 0 14px 0 0; } }
  .e-bigger .e-tab.e-rtl .e-tab-header .e-toolbar-item:not(.e-separator).e-itop .e-close-icon,
  .e-bigger .e-tab.e-rtl .e-tab-header .e-toolbar-item:not(.e-separator).e-ibottom .e-close-icon,
  .e-tab.e-bigger.e-rtl .e-tab-header .e-toolbar-item:not(.e-separator).e-itop .e-close-icon,
  .e-tab.e-bigger.e-rtl .e-tab-header .e-toolbar-item:not(.e-separator).e-ibottom .e-close-icon {
    left: 24px;
    right: auto; }

.e-bigger .e-tab.e-rtl .e-tab-header.e-close-show .e-toolbar-item.e-itop .e-text-wrap,
.e-bigger .e-tab.e-rtl .e-tab-header.e-close-show .e-toolbar-item.e-ibottom .e-text-wrap,
.e-tab.e-bigger.e-rtl .e-tab-header.e-close-show .e-toolbar-item.e-itop .e-text-wrap,
.e-tab.e-bigger.e-rtl .e-tab-header.e-close-show .e-toolbar-item.e-ibottom .e-text-wrap {
  margin-left: 22px;
  margin-right: 0; }

.e-bigger .e-tab.e-rtl .e-tab-header .e-toolbar-pop .e-toolbar-item,
.e-tab.e-bigger.e-rtl .e-tab-header .e-toolbar-pop .e-toolbar-item {
  margin: 0; }
  .e-bigger .e-tab.e-rtl .e-tab-header .e-toolbar-pop .e-toolbar-item .e-tab-text,
  .e-tab.e-bigger.e-rtl .e-tab-header .e-toolbar-pop .e-toolbar-item .e-tab-text {
    padding-left: 12px;
    padding-right: 0; }
    @media screen and (max-width: 480px) {
      .e-bigger .e-tab.e-rtl .e-tab-header .e-toolbar-pop .e-toolbar-item .e-tab-text,
      .e-tab.e-bigger.e-rtl .e-tab-header .e-toolbar-pop .e-toolbar-item .e-tab-text {
        padding-left: 0; } }
  .e-bigger .e-tab.e-rtl .e-tab-header .e-toolbar-pop .e-toolbar-item .e-icons.e-close-icon,
  .e-tab.e-bigger.e-rtl .e-tab-header .e-toolbar-pop .e-toolbar-item .e-icons.e-close-icon {
    margin: 0; }
  .e-bigger .e-tab.e-rtl .e-tab-header .e-toolbar-pop .e-toolbar-item.e-itop .e-close-icon, .e-bigger .e-tab.e-rtl .e-tab-header .e-toolbar-pop .e-toolbar-item.e-ibottom .e-close-icon,
  .e-tab.e-bigger.e-rtl .e-tab-header .e-toolbar-pop .e-toolbar-item.e-itop .e-close-icon,
  .e-tab.e-bigger.e-rtl .e-tab-header .e-toolbar-pop .e-toolbar-item.e-ibottom .e-close-icon {
    left: 18px;
    right: auto; }
  .e-bigger .e-tab.e-rtl .e-tab-header .e-toolbar-pop .e-toolbar-item.e-itop .e-tab-text,
  .e-bigger .e-tab.e-rtl .e-tab-header .e-toolbar-pop .e-toolbar-item.e-ibottom .e-tab-text,
  .e-tab.e-bigger.e-rtl .e-tab-header .e-toolbar-pop .e-toolbar-item.e-itop .e-tab-text,
  .e-tab.e-bigger.e-rtl .e-tab-header .e-toolbar-pop .e-toolbar-item.e-ibottom .e-tab-text {
    margin: 0;
    padding-left: 12px;
    padding-right: 0; }
    @media screen and (max-width: 480px) {
      .e-bigger .e-tab.e-rtl .e-tab-header .e-toolbar-pop .e-toolbar-item.e-itop .e-tab-text,
      .e-bigger .e-tab.e-rtl .e-tab-header .e-toolbar-pop .e-toolbar-item.e-ibottom .e-tab-text,
      .e-tab.e-bigger.e-rtl .e-tab-header .e-toolbar-pop .e-toolbar-item.e-itop .e-tab-text,
      .e-tab.e-bigger.e-rtl .e-tab-header .e-toolbar-pop .e-toolbar-item.e-ibottom .e-tab-text {
        margin: 0;
        padding-left: 0;
        padding-right: 0; } }

.e-bigger .e-tab.e-rtl .e-tab-header .e-hor-nav,
.e-bigger .e-tab.e-rtl .e-tab-header .e-scroll-right-nav,
.e-tab.e-bigger.e-rtl .e-tab-header .e-hor-nav,
.e-tab.e-bigger.e-rtl .e-tab-header .e-scroll-right-nav {
  padding: 0 12px; }

.e-bigger .e-tab.e-rtl .e-tab-header .e-scroll-left-nav,
.e-tab.e-bigger.e-rtl .e-tab-header .e-scroll-left-nav {
  padding: 0 12px; }

.e-bigger .e-tab.e-rtl .e-tab-header.e-vertical .e-toolbar-item:not(.e-separator),
.e-tab.e-bigger.e-rtl .e-tab-header.e-vertical .e-toolbar-item:not(.e-separator) {
  margin: 0; }

.e-bigger .e-tab.e-rtl .e-tab-header.e-vertical .e-toolbar-item.e-itop .e-close-icon, .e-bigger .e-tab.e-rtl .e-tab-header.e-vertical .e-toolbar-item.e-ibottom .e-close-icon,
.e-tab.e-bigger.e-rtl .e-tab-header.e-vertical .e-toolbar-item.e-itop .e-close-icon,
.e-tab.e-bigger.e-rtl .e-tab-header.e-vertical .e-toolbar-item.e-ibottom .e-close-icon {
  left: -24px; }

.e-bigger .e-tab.e-rtl .e-tab-header.e-vertical .e-hor-nav,
.e-tab.e-bigger.e-rtl .e-tab-header.e-vertical .e-hor-nav {
  padding: 0 24px; }

.e-bigger .e-tab.e-rtl .e-tab-header.e-vertical .e-popup-up-icon::after,
.e-bigger .e-tab.e-rtl .e-tab-header.e-vertical .e-popup-down-icon::after,
.e-tab.e-bigger.e-rtl .e-tab-header.e-vertical .e-popup-up-icon::after,
.e-tab.e-bigger.e-rtl .e-tab-header.e-vertical .e-popup-down-icon::after {
  margin: 0 10px 0 0; }

.e-tab {
  display: block;
  position: relative; }
  .e-tab.e-hidden {
    display: none; }
  .e-tab.e-fill-mode .e-content,
  .e-tab.e-fill-mode .e-content .e-item,
  .e-tab.e-fill-mode .e-content .e-item &gt; div,
  .e-tab.e-fill-mode .e-content .e-item &gt; div &gt; .e-blazor-template {
    height: 100%; }
  .e-tab .e-tab-header {
    height: 36px;
    min-height: 36px;
    -webkit-user-select: text;
       -moz-user-select: text;
        -ms-user-select: text;
            user-select: text; }
    @media screen and (max-width: 480px) {
      .e-tab .e-tab-header {
        height: 48px;
        min-height: 48px; } }
    .e-tab .e-tab-header::before {
      content: '';
      position: absolute; }
    .e-tab .e-tab-header:not(.e-vertical)::before {
      bottom: 0;
      top: 0;
      width: 100%; }
    .e-tab .e-tab-header .e-toolbar-items {
      height: auto;
      margin: 0;
      min-height: 36px;
      position: relative; }
      @media screen and (max-width: 480px) {
        .e-tab .e-tab-header .e-toolbar-items {
          min-height: 48px; } }
      .e-tab .e-tab-header .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:first-child,
      .e-tab .e-tab-header .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:last-child {
        margin: 0; }
      .e-tab .e-tab-header .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:last-child {
        margin: 0;
        padding-bottom: 0; }
        @media screen and (max-width: 480px) {
          .e-tab .e-tab-header .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:last-child {
            margin: 0; } }
    .e-tab .e-tab-header .e-toolbar-items.e-hscroll.e-scroll-device {
      padding: 0; }
      .e-tab .e-tab-header .e-toolbar-items.e-hscroll.e-scroll-device .e-scroll-right-nav {
        display: none; }
    .e-tab .e-tab-header .e-toolbar-items.e-hscroll .e-scroll-nav {
      width: 40px; }
    .e-tab .e-tab-header .e-toolbar-items.e-hscroll:not(.e-tbar-pos) .e-toolbar-item:last-child {
      margin: 0; }
      @media screen and (max-width: 480px) {
        .e-tab .e-tab-header .e-toolbar-items.e-hscroll:not(.e-tbar-pos) .e-toolbar-item:last-child {
          margin: 0; } }
      .e-tab .e-tab-header .e-toolbar-items.e-hscroll:not(.e-tbar-pos) .e-toolbar-item:last-child.e-active {
        margin: 0; }
    .e-tab .e-tab-header .e-hscroll-bar {
      overflow: hidden; }
    .e-tab .e-tab-header .e-indicator {
      display: block;
      position: absolute; }
      .e-tab .e-tab-header .e-indicator.e-hidden {
        display: none; }
    .e-tab .e-tab-header:not(.e-vertical) .e-indicator {
      bottom: 0;
      height: 2px;
      left: 0;
      right: 0;
      -webkit-transition: left 0.125s cubic-bezier(0.35, 0, 0.25, 1), right 0.25s cubic-bezier(0.35, 0, 0.25, 1);
      transition: left 0.125s cubic-bezier(0.35, 0, 0.25, 1), right 0.25s cubic-bezier(0.35, 0, 0.25, 1); }
    .e-tab .e-tab-header .e-toolbar-item {
      -webkit-user-select: text;
         -moz-user-select: text;
          -ms-user-select: text;
              user-select: text; }
      .e-tab .e-tab-header .e-toolbar-item.e-hidden {
        display: none; }
      .e-tab .e-tab-header .e-toolbar-item:not(.e-separator) {
        height: 36px;
        margin: 0;
        min-height: 36px;
        min-width: auto;
        padding: 0; }
        @media screen and (max-width: 480px) {
          .e-tab .e-tab-header .e-toolbar-item:not(.e-separator) {
            height: 48px;
            min-height: 48px; } }
      .e-tab .e-tab-header .e-toolbar-item .e-tab-wrap {
        height: 36px;
        padding: 0 18px;
        width: 100%; }
        @media screen and (max-width: 480px) {
          .e-tab .e-tab-header .e-toolbar-item .e-tab-wrap {
            height: 48px;
            padding: 0 12px; } }
      .e-tab .e-tab-header .e-toolbar-item .e-text-wrap {
        -ms-flex-line-pack: center;
            align-content: center;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        height: 36px; }
        @media screen and (max-width: 480px) {
          .e-tab .e-tab-header .e-toolbar-item .e-text-wrap {
            height: 48px; } }
      .e-tab .e-tab-header .e-toolbar-item .e-tab-text {
        display: inherit;
        font-family: "Roboto", "Segoe UI", "GeezaPro", "DejaVu Serif", "sans-serif", "-apple-system", "BlinkMacSystemFont";
        font-size: 13px;
        font-weight: 500;
        text-transform: uppercase; }
        @media screen and (max-width: 480px) {
          .e-tab .e-tab-header .e-toolbar-item .e-tab-text {
            font-size: 14px; } }
      .e-tab .e-tab-header .e-toolbar-item.e-active {
        margin: 0;
        padding-bottom: 0; }
        @media screen and (max-width: 480px) {
          .e-tab .e-tab-header .e-toolbar-item.e-active {
            margin: 0; } }
        .e-tab .e-tab-header .e-toolbar-item.e-active .e-text-wrap {
          height: 36px;
          margin-top: 0; }
          @media screen and (max-width: 480px) {
            .e-tab .e-tab-header .e-toolbar-item.e-active .e-text-wrap {
              height: 48px; } }
        .e-tab .e-tab-header .e-toolbar-item.e-active .e-tab-wrap {
          margin-bottom: 0; }
        .e-tab .e-tab-header .e-toolbar-item.e-active .e-tab-text {
          font-weight: 500; }
        .e-tab .e-tab-header .e-toolbar-item.e-active.e-ileft .e-text-wrap, .e-tab .e-tab-header .e-toolbar-item.e-active.e-iright .e-text-wrap {
          height: 36px;
          padding: 0; }
          @media screen and (max-width: 480px) {
            .e-tab .e-tab-header .e-toolbar-item.e-active.e-ileft .e-text-wrap, .e-tab .e-tab-header .e-toolbar-item.e-active.e-iright .e-text-wrap {
              height: 48px; } }
      .e-tab .e-tab-header .e-toolbar-item .e-icons.e-close-icon {
        display: none;
        margin: 0 0 0 10px;
        min-width: 10px; }
        @media screen and (max-width: 480px) {
          .e-tab .e-tab-header .e-toolbar-item .e-icons.e-close-icon {
            margin: 0 0 0 14px; } }
      .e-tab .e-tab-header .e-toolbar-item .e-close-icon,
      .e-tab .e-tab-header .e-toolbar-item .e-close-icon::before {
        font-size: 10px; }
        @media screen and (max-width: 480px) {
          .e-tab .e-tab-header .e-toolbar-item .e-close-icon,
          .e-tab .e-tab-header .e-toolbar-item .e-close-icon::before {
            font-size: 12px; } }
      .e-tab .e-tab-header .e-toolbar-item .e-close-icon::before {
        top: 0; }
      .e-tab .e-tab-header .e-toolbar-item .e-icons.e-tab-icon {
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        height: 20px;
        min-width: 20px;
        width: 20px; }
        @media screen and (max-width: 480px) {
          .e-tab .e-tab-header .e-toolbar-item .e-icons.e-tab-icon {
            height: 20px;
            width: 20px; } }
      .e-tab .e-tab-header .e-toolbar-item .e-tab-icon,
      .e-tab .e-tab-header .e-toolbar-item .e-tab-icon::before {
        font-size: 18px; }
        @media screen and (max-width: 480px) {
          .e-tab .e-tab-header .e-toolbar-item .e-tab-icon,
          .e-tab .e-tab-header .e-toolbar-item .e-tab-icon::before {
            font-size: 20px; } }
      .e-tab .e-tab-header .e-toolbar-item.e-icon .e-tab-wrap {
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        padding: 0 18px; }
        @media screen and (max-width: 480px) {
          .e-tab .e-tab-header .e-toolbar-item.e-icon .e-tab-wrap {
            padding: 0 24px; } }
      .e-tab .e-tab-header .e-toolbar-item .e-icon-left + .e-tab-text {
        margin: 0 0 0 10px; }
        @media screen and (max-width: 480px) {
          .e-tab .e-tab-header .e-toolbar-item .e-icon-left + .e-tab-text {
            margin: 0 0 0 14px; } }
      .e-tab .e-tab-header .e-toolbar-item.e-itop, .e-tab .e-tab-header .e-toolbar-item.e-ibottom {
        height: 62px; }
        @media screen and (max-width: 480px) {
          .e-tab .e-tab-header .e-toolbar-item.e-itop, .e-tab .e-tab-header .e-toolbar-item.e-ibottom {
            height: 72px; } }
        .e-tab .e-tab-header .e-toolbar-item.e-itop .e-tab-wrap, .e-tab .e-tab-header .e-toolbar-item.e-ibottom .e-tab-wrap {
          -webkit-box-align: center;
              -ms-flex-align: center;
                  align-items: center;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          height: 62px;
          position: relative; }
          @media screen and (max-width: 480px) {
            .e-tab .e-tab-header .e-toolbar-item.e-itop .e-tab-wrap, .e-tab .e-tab-header .e-toolbar-item.e-ibottom .e-tab-wrap {
              height: 72px; } }
          .e-tab .e-tab-header .e-toolbar-item.e-itop .e-tab-wrap:focus .e-text-wrap, .e-tab .e-tab-header .e-toolbar-item.e-ibottom .e-tab-wrap:focus .e-text-wrap {
            height: auto; }
        .e-tab .e-tab-header .e-toolbar-item.e-itop .e-text-wrap, .e-tab .e-tab-header .e-toolbar-item.e-ibottom .e-text-wrap {
          display: block;
          height: auto; }
        .e-tab .e-tab-header .e-toolbar-item.e-itop.e-active .e-tab-wrap:focus .e-text-wrap, .e-tab .e-tab-header .e-toolbar-item.e-ibottom.e-active .e-tab-wrap:focus .e-text-wrap {
          height: auto; }
        .e-tab .e-tab-header .e-toolbar-item.e-itop.e-active .e-tab-wrap .e-text-wrap, .e-tab .e-tab-header .e-toolbar-item.e-ibottom.e-active .e-tab-wrap .e-text-wrap {
          height: auto; }
        .e-tab .e-tab-header .e-toolbar-item.e-itop .e-close-icon, .e-tab .e-tab-header .e-toolbar-item.e-ibottom .e-close-icon {
          position: absolute;
          right: 18px;
          top: calc(50% - 6px); }
          @media screen and (max-width: 480px) {
            .e-tab .e-tab-header .e-toolbar-item.e-itop .e-close-icon, .e-tab .e-tab-header .e-toolbar-item.e-ibottom .e-close-icon {
              right: 12px; } }
      .e-tab .e-tab-header .e-toolbar-item.e-itop .e-tab-text {
        margin: 8px 0 0; }
        @media screen and (max-width: 480px) {
          .e-tab .e-tab-header .e-toolbar-item.e-itop .e-tab-text {
            margin: 10px 0 0; } }
      .e-tab .e-tab-header .e-toolbar-item.e-ibottom .e-tab-text {
        margin: 0 0 8px; }
        @media screen and (max-width: 480px) {
          .e-tab .e-tab-header .e-toolbar-item.e-ibottom .e-tab-text {
            margin: 0 0 10px; } }
      .e-tab .e-tab-header .e-toolbar-item .e-tab-icon.e-icon-top,
      .e-tab .e-tab-header .e-toolbar-item .e-tab-icon.e-icon-bottom {
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        margin: auto; }
    .e-tab .e-tab-header .e-toolbar-pop {
      overflow-y: auto;
      padding: 0; }
      .e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item {
        height: 36px;
        min-height: 36px;
        min-width: auto; }
        @media screen and (max-width: 480px) {
          .e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item {
            height: 48px;
            min-height: 48px; } }
        .e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item:not(.e-separator) {
          margin: 0; }
        .e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item .e-tab-wrap {
          height: 36px;
          padding: 0 16px;
          text-align: initial; }
          @media screen and (max-width: 480px) {
            .e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item .e-tab-wrap {
              height: 48px;
              padding: 0 16px; } }
        .e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item .e-text-wrap {
          height: 36px;
          width: 100%; }
        .e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item .e-tab-text {
          display: -webkit-inline-box;
          display: -ms-inline-flexbox;
          display: inline-flex;
          width: 100%; }
        .e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item .e-close-icon {
          margin: 0 0 0 8px; }
        .e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item .e-close-icon::before {
          top: 0; }
        .e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item .e-tab-text + .e-close-icon[style='display:block'] {
          padding-right: 10px; }
          @media screen and (max-width: 480px) {
            .e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item .e-tab-text + .e-close-icon[style='display:block'] {
              padding-right: 0; } }
        .e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item.e-itop, .e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item.e-ibottom {
          height: 36px; }
          @media screen and (max-width: 480px) {
            .e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item.e-itop, .e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item.e-ibottom {
              height: 48px; } }
          .e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item.e-itop:not(.e-separator), .e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item.e-ibottom:not(.e-separator) {
            min-height: 36px; }
            @media screen and (max-width: 480px) {
              .e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item.e-itop:not(.e-separator), .e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item.e-ibottom:not(.e-separator) {
                min-height: 48px; } }
          .e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item.e-itop .e-tab-wrap, .e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item.e-ibottom .e-tab-wrap {
            height: 36px; }
            @media screen and (max-width: 480px) {
              .e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item.e-itop .e-tab-wrap, .e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item.e-ibottom .e-tab-wrap {
                height: 48px; } }
          .e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item.e-itop .e-text-wrap, .e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item.e-ibottom .e-text-wrap {
            display: -webkit-inline-box;
            display: -ms-inline-flexbox;
            display: inline-flex;
            height: auto; }
          .e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item.e-itop .e-tab-text, .e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item.e-ibottom .e-tab-text {
            display: block;
            -webkit-box-pack: center;
                -ms-flex-pack: center;
                    justify-content: center;
            margin: 0 0 0 10px;
            padding-left: 0;
            padding-right: 10px; }
            @media screen and (max-width: 480px) {
              .e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item.e-itop .e-tab-text, .e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item.e-ibottom .e-tab-text {
                -webkit-box-pack: center;
                    -ms-flex-pack: center;
                        justify-content: center;
                margin: 0 0 0 12px;
                padding-left: 0;
                padding-right: 0; } }
          .e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item.e-itop .e-close-icon, .e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item.e-ibottom .e-close-icon {
            right: 18px;
            top: initial; }
        .e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item.e-ibottom .e-tab-text {
          margin: 0; }
        .e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item .e-tab-icon.e-icon-top,
        .e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item .e-tab-icon.e-icon-bottom {
          display: -webkit-inline-box;
          display: -ms-inline-flexbox;
          display: inline-flex; }
    .e-tab .e-tab-header.e-close-show .e-icons.e-close-icon {
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -ms-flex-item-align: center;
          align-self: center;
      display: -webkit-inline-box;
      display: -ms-inline-flexbox;
      display: inline-flex; }
      @media screen and (max-width: 480px) {
        .e-tab .e-tab-header.e-close-show .e-icons.e-close-icon {
          display: none; } }
    @media screen and (max-width: 480px) {
      .e-tab .e-tab-header.e-close-show .e-toolbar-item.e-active .e-close-icon {
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex; } }
    .e-tab .e-tab-header.e-close-show .e-toolbar-item.e-itop .e-text-wrap,
    .e-tab .e-tab-header.e-close-show .e-toolbar-item.e-ibottom .e-text-wrap {
      margin-right: 20px; }
    .e-tab .e-tab-header .e-scroll-nav {
      height: 36px;
      min-height: 36px;
      min-width: auto;
      width: auto; }
      @media screen and (max-width: 480px) {
        .e-tab .e-tab-header .e-scroll-nav {
          height: 48px;
          min-height: 48px; } }
      .e-tab .e-tab-header .e-scroll-nav.e-scroll-left-nav {
        padding: 0 9px; }
      .e-tab .e-tab-header .e-scroll-nav.e-scroll-right-nav {
        padding: 0 9px; }
        @media screen and (max-width: 480px) {
          .e-tab .e-tab-header .e-scroll-nav.e-scroll-right-nav {
            padding: 0 12px; } }
      .e-tab .e-tab-header .e-scroll-nav .e-nav-left-arrow::before,
      .e-tab .e-tab-header .e-scroll-nav .e-nav-right-arrow::before {
        font-size: 12px;
        line-height: 24px;
        position: relative;
        top: 0;
        vertical-align: initial; }
      .e-tab .e-tab-header .e-scroll-nav .e-nav-arrow {
        font-size: 12px;
        height: 24px;
        line-height: 24px;
        width: 24px; }
        @media screen and (max-width: 480px) {
          .e-tab .e-tab-header .e-scroll-nav .e-nav-arrow {
            font-size: 12px;
            height: 24px;
            line-height: 24px;
            width: 24px; } }
    .e-tab .e-tab-header .e-hor-nav {
      height: 36px;
      min-height: 36px;
      min-width: auto;
      padding: 0 9px;
      width: auto; }
      @media screen and (max-width: 480px) {
        .e-tab .e-tab-header .e-hor-nav {
          height: 48px;
          min-height: 48px;
          padding: 0 12px; } }
      .e-tab .e-tab-header .e-hor-nav .e-popup-up-icon,
      .e-tab .e-tab-header .e-hor-nav .e-popup-down-icon {
        font-size: 12px;
        height: 24px;
        line-height: 24px;
        width: 24px; }
        @media screen and (max-width: 480px) {
          .e-tab .e-tab-header .e-hor-nav .e-popup-up-icon,
          .e-tab .e-tab-header .e-hor-nav .e-popup-down-icon {
            font-size: 12px;
            height: 24px;
            line-height: 24px;
            width: 24px; } }
        .e-tab .e-tab-header .e-hor-nav .e-popup-up-icon::before,
        .e-tab .e-tab-header .e-hor-nav .e-popup-down-icon::before {
          font-size: 12px;
          line-height: 24px;
          position: relative;
          top: 0;
          vertical-align: initial; }
          @media screen and (max-width: 480px) {
            .e-tab .e-tab-header .e-hor-nav .e-popup-up-icon::before,
            .e-tab .e-tab-header .e-hor-nav .e-popup-down-icon::before {
              font-size: 16px; } }
        .e-tab .e-tab-header .e-hor-nav .e-popup-up-icon:hover::before,
        .e-tab .e-tab-header .e-hor-nav .e-popup-down-icon:hover::before {
          top: 0; }
      .e-tab .e-tab-header .e-hor-nav .e-popup-up-icon {
        -webkit-transform: rotate(180deg);
                transform: rotate(180deg);
        -webkit-transition: -webkit-transform 0.1s ease;
        transition: -webkit-transform 0.1s ease;
        transition: transform 0.1s ease;
        transition: transform 0.1s ease, -webkit-transform 0.1s ease; }
        @media screen and (max-width: 480px) {
          .e-tab .e-tab-header .e-hor-nav .e-popup-up-icon {
            -webkit-transform: none;
                    transform: none;
            -webkit-transition: none;
            transition: none; } }
      .e-tab .e-tab-header .e-hor-nav .e-popup-down-icon {
        -webkit-transform: rotate(0deg);
                transform: rotate(0deg);
        -webkit-transition: -webkit-transform 0.1s ease;
        transition: -webkit-transform 0.1s ease;
        transition: transform 0.1s ease;
        transition: transform 0.1s ease, -webkit-transform 0.1s ease; }
        @media screen and (max-width: 480px) {
          .e-tab .e-tab-header .e-hor-nav .e-popup-down-icon {
            -webkit-transform: none;
                    transform: none;
            -webkit-transition: none;
            transition: none; } }
      .e-tab .e-tab-header .e-hor-nav:focus .e-popup-up-icon::before,
      .e-tab .e-tab-header .e-hor-nav:focus .e-popup-down-icon::before {
        top: 0; }
    .e-tab .e-tab-header.e-horizontal-bottom::before {
      bottom: auto; }
    .e-tab .e-tab-header.e-horizontal-bottom .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:last-child {
      margin: 0;
      padding-bottom: 0;
      padding-top: 0; }
      @media screen and (max-width: 480px) {
        .e-tab .e-tab-header.e-horizontal-bottom .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:last-child {
          margin: 0; } }
    .e-tab .e-tab-header.e-horizontal-bottom .e-indicator {
      bottom: auto;
      top: 0; }
    .e-tab .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-active {
      margin: 0;
      padding-bottom: 0;
      padding-top: 0; }
      @media screen and (max-width: 480px) {
        .e-tab .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-active {
          margin: 0; } }
      .e-tab .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-active .e-text-wrap {
        height: 36px;
        padding: 0; }
    .e-tab .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-itop .e-text-wrap, .e-tab .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-ibottom .e-text-wrap {
      height: initial; }
    .e-tab .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-itop.e-active .e-text-wrap, .e-tab .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-ibottom.e-active .e-text-wrap {
      height: initial;
      padding: 0; }
    .e-tab .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-itop.e-active .e-text-wrap::before, .e-tab .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-ibottom.e-active .e-text-wrap::before {
      bottom: auto;
      top: 0; }
    .e-tab .e-tab-header.e-vertical {
      max-width: 150px;
      z-index: 1; }
      .e-tab .e-tab-header.e-vertical::before {
        bottom: 0;
        height: 100%;
        left: 0;
        top: 0; }
      .e-tab .e-tab-header.e-vertical[style*='overflow: hidden']::before {
        bottom: 15px;
        height: auto;
        top: 15px; }
        @media screen and (max-width: 480px) {
          .e-tab .e-tab-header.e-vertical[style*='overflow: hidden']::before {
            bottom: 0;
            top: 0; } }
      .e-tab .e-tab-header.e-vertical .e-indicator {
        display: block;
        -webkit-transition: top 0.125s cubic-bezier(0.35, 0, 0.25, 1), bottom 0.25s cubic-bezier(0.35, 0, 0.25, 1);
        transition: top 0.125s cubic-bezier(0.35, 0, 0.25, 1), bottom 0.25s cubic-bezier(0.35, 0, 0.25, 1);
        width: 2px; }
      .e-tab .e-tab-header.e-vertical .e-toolbar-items {
        height: inherit; }
        .e-tab .e-tab-header.e-vertical .e-toolbar-items.e-vscroll:not(.e-scroll-device) {
          padding: 16px 0; }
      .e-tab .e-tab-header.e-vertical .e-toolbar-item:last-child {
        margin: 0; }
      .e-tab .e-tab-header.e-vertical .e-toolbar-item:not(.e-separator) {
        margin: 0; }
      .e-tab .e-tab-header.e-vertical .e-toolbar-item .e-tab-wrap {
        padding: 0 18px; }
      .e-tab .e-tab-header.e-vertical .e-toolbar-item .e-text-wrap {
        position: relative;
        width: 100%; }
      .e-tab .e-tab-header.e-vertical .e-toolbar-item .e-tab-text,
      .e-tab .e-tab-header.e-vertical .e-toolbar-item .e-tab-icon::before {
        text-align: center;
        width: 100%; }
      .e-tab .e-tab-header.e-vertical .e-toolbar-item .e-tab-text {
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap; }
      .e-tab .e-tab-header.e-vertical .e-toolbar-item.e-active .e-text-wrap::before {
        display: none; }
      .e-tab .e-tab-header.e-vertical .e-toolbar-item.e-itop .e-close-icon, .e-tab .e-tab-header.e-vertical .e-toolbar-item.e-ibottom .e-close-icon {
        right: -18px; }
      .e-tab .e-tab-header.e-vertical .e-toolbar-pop {
        top: initial !important; }
      .e-tab .e-tab-header.e-vertical.e-vertical-left {
        float: left; }
        .e-tab .e-tab-header.e-vertical.e-vertical-left::before {
          right: 0; }
        .e-tab .e-tab-header.e-vertical.e-vertical-left .e-indicator {
          left: auto;
          right: 0; }
      .e-tab .e-tab-header.e-vertical.e-vertical-right {
        float: right; }
        .e-tab .e-tab-header.e-vertical.e-vertical-right::before {
          right: auto; }
        .e-tab .e-tab-header.e-vertical.e-vertical-right .e-indicator {
          left: 0;
          right: auto; }
        .e-tab .e-tab-header.e-vertical.e-vertical-right .e-tab-wrap {
          text-align: right; }
        .e-tab .e-tab-header.e-vertical.e-vertical-right .e-toolbar-pop .e-tab-text {
          width: auto; }
      .e-tab .e-tab-header.e-vertical .e-scroll-nav {
        height: 16px;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        min-height: 16px;
        width: 100%; }
        .e-tab .e-tab-header.e-vertical .e-scroll-nav .e-nav-arrow {
          font-size: 10px;
          height: 16px;
          line-height: 16px;
          margin: 0 auto;
          width: 16px; }
      .e-tab .e-tab-header.e-vertical .e-hor-nav {
        padding: 0 18px;
        width: 100%; }
        .e-tab .e-tab-header.e-vertical .e-hor-nav .e-popup-up-icon,
        .e-tab .e-tab-header.e-vertical .e-hor-nav .e-popup-down-icon {
          height: 100%;
          -webkit-transform: none;
                  transform: none;
          -webkit-transition: none;
          transition: none;
          width: 100%; }
          .e-tab .e-tab-header.e-vertical .e-hor-nav .e-popup-up-icon::before,
          .e-tab .e-tab-header.e-vertical .e-hor-nav .e-popup-down-icon::before {
            float: left;
            font-family: "Roboto", "Segoe UI", "GeezaPro", "DejaVu Serif", "sans-serif", "-apple-system", "BlinkMacSystemFont";
            font-size: 13px;
            font-weight: 500;
            line-height: 35px;
            text-align: left;
            text-transform: uppercase;
            -webkit-transform: none;
                    transform: none;
            -webkit-transition: none;
            transition: none; }
          .e-tab .e-tab-header.e-vertical .e-hor-nav .e-popup-up-icon::after,
          .e-tab .e-tab-header.e-vertical .e-hor-nav .e-popup-down-icon::after {
            float: left;
            font-size: 12px;
            line-height: 35px;
            margin: 0 0 0 10px;
            vertical-align: initial; }
            @media screen and (max-width: 480px) {
              .e-tab .e-tab-header.e-vertical .e-hor-nav .e-popup-up-icon::after,
              .e-tab .e-tab-header.e-vertical .e-hor-nav .e-popup-down-icon::after {
                font-size: 14px; } }
      .e-tab .e-tab-header.e-vertical .e-scroll-device .e-scroll-nav,
      .e-tab .e-tab-header.e-vertical .e-scroll-device .e-scroll-overlay {
        display: none; }
      .e-tab .e-tab-header.e-vertical.e-toolpop .e-toolbar-items {
        height: auto; }
  .e-tab.e-rtl .e-tab-header.e-vertical .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:last-child {
    margin: 0; }
  .e-tab.e-rtl .e-tab-header.e-vertical .e-toolbar-item:not(.e-separator) {
    margin: 0; }
    .e-tab.e-rtl .e-tab-header.e-vertical .e-toolbar-item:not(.e-separator).e-itop .e-close-icon,
    .e-tab.e-rtl .e-tab-header.e-vertical .e-toolbar-item:not(.e-separator).e-ibottom .e-close-icon {
      left: -18px; }
  .e-tab.e-rtl .e-tab-header.e-vertical .e-hor-nav {
    padding: 0 18px; }
    .e-tab.e-rtl .e-tab-header.e-vertical .e-hor-nav .e-popup-up-icon::before,
    .e-tab.e-rtl .e-tab-header.e-vertical .e-hor-nav .e-popup-down-icon::before {
      float: right; }
    .e-tab.e-rtl .e-tab-header.e-vertical .e-hor-nav .e-popup-up-icon::after,
    .e-tab.e-rtl .e-tab-header.e-vertical .e-hor-nav .e-popup-down-icon::after {
      float: right;
      margin: 0 10px 0 0; }
  .e-tab .e-content {
    position: relative; }
    .e-tab .e-content .e-item.e-view {
      bottom: 0;
      left: 0;
      overflow: hidden;
      position: absolute;
      right: 0;
      top: 0; }
    .e-tab .e-content &gt; .e-item {
      display: none; }
      .e-tab .e-content &gt; .e-item.e-active {
        background: inherit;
        display: block; }
    .e-tab .e-content.e-progress {
      overflow-x: hidden; }
  .e-tab.e-vertical-tab .e-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    .e-tab.e-vertical-tab .e-content .e-item.e-active {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-flex: 0;
          -ms-flex: none;
              flex: none; }
    .e-tab.e-vertical-tab .e-content .e-item,
    .e-tab.e-vertical-tab .e-content .e-item &gt; :first-child {
      width: 100%; }
  .e-tab.e-vertical-icon .e-tab-header {
    height: 62px;
    min-height: 62px; }
    .e-tab.e-vertical-icon .e-tab-header .e-toolbar-items {
      height: 62px; }
    .e-tab.e-vertical-icon .e-tab-header .e-scroll-nav {
      height: 62px; }
    .e-tab.e-vertical-icon .e-tab-header .e-hor-nav {
      height: 62px; }
      @media screen and (max-width: 480px) {
        .e-tab.e-vertical-icon .e-tab-header .e-hor-nav .e-popup-up-icon::before,
        .e-tab.e-vertical-icon .e-tab-header .e-hor-nav .e-popup-down-icon::before {
          font-size: 12px; } }
    .e-tab.e-vertical-icon .e-tab-header.e-vertical .e-toolbar-item.e-active .e-tab-wrap::before,
    .e-tab.e-vertical-icon .e-tab-header.e-vertical .e-toolbar-item:not(.e-separator):last-child.e-active .e-tab-wrap::before {
      display: none; }
    .e-tab.e-vertical-icon .e-tab-header.e-vertical .e-toolbar-item.e-active .e-text-wrap,
    .e-tab.e-vertical-icon .e-tab-header.e-vertical .e-toolbar-item:not(.e-separator):last-child.e-active .e-text-wrap {
      position: relative; }
    .e-tab.e-vertical-icon .e-tab-header.e-vertical .e-scroll-nav {
      height: 16px; }
  .e-tab.e-vertical-icon.e-vertical-tab .e-tab-header.e-vertical .e-toolbar-items {
    height: inherit; }
  .e-tab.e-focused .e-tab-header .e-toolbar-item .e-tab-wrap:focus {
    height: 36px; }
    .e-tab.e-focused .e-tab-header .e-toolbar-item .e-tab-wrap:focus .e-text-wrap {
      height: 36px; }
  .e-tab.e-focused .e-tab-header .e-toolbar-item.e-itop .e-tab-wrap:focus, .e-tab.e-focused .e-tab-header .e-toolbar-item.e-ibottom .e-tab-wrap:focus {
    height: 62px; }
  .e-tab.e-focused .e-tab-header .e-toolbar-item.e-itop .e-tab-wrap:focus .e-text-wrap, .e-tab.e-focused .e-tab-header .e-toolbar-item.e-ibottom .e-tab-wrap:focus .e-text-wrap {
    height: auto; }
  .e-tab.e-focused .e-tab-header .e-toolbar-item.e-itop.e-active .e-tab-wrap:focus .e-text-wrap, .e-tab.e-focused .e-tab-header .e-toolbar-item.e-ibottom.e-active .e-tab-wrap:focus .e-text-wrap {
    height: auto; }
  .e-tab.e-focused .e-tab-header .e-toolbar-pop .e-toolbar-item .e-tab-wrap:focus {
    height: 36px; }
    .e-tab.e-focused .e-tab-header .e-toolbar-pop .e-toolbar-item .e-tab-wrap:focus .e-text-wrap {
      height: 36px; }
  .e-tab.e-focused .e-tab-header .e-toolbar-pop .e-toolbar-item.e-itop .e-tab-wrap:focus,
  .e-tab.e-focused .e-tab-header .e-toolbar-pop .e-toolbar-item.e-ibottom .e-tab-wrap:focus {
    height: 36px; }
  .e-tab.e-focused .e-tab-header .e-horizontal-bottom .e-toolbar-item.e-active .e-tab-wrap:focus .e-text-wrap {
    height: 36px;
    padding: 0; }
  .e-tab.e-focused .e-tab-header .e-horizontal-bottom .e-toolbar-item.e-itop .e-tab-wrap:focus .e-text-wrap, .e-tab.e-focused .e-tab-header .e-horizontal-bottom .e-toolbar-item.e-ibottom .e-tab-wrap:focus .e-text-wrap {
    height: auto; }
  .e-tab.e-focused .e-tab-header .e-horizontal-bottom .e-toolbar-item.e-itop.e-active .e-tab-wrap:focus .e-text-wrap, .e-tab.e-focused .e-tab-header .e-horizontal-bottom .e-toolbar-item.e-ibottom.e-active .e-tab-wrap:focus .e-text-wrap {
    height: auto; }
  .e-tab.e-template .e-content &gt; .e-item {
    display: none; }
    .e-tab.e-template .e-content &gt; .e-item.e-active {
      background: inherit;
      display: block; }
  .e-tab.e-ie .e-tab-header .e-hor-nav.e-ie-align,
  .e-tab.e-ie .e-tab-header .e-scroll-nav.e-ie-align {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    .e-tab.e-ie .e-tab-header .e-hor-nav.e-ie-align .e-popup-up-icon,
    .e-tab.e-ie .e-tab-header .e-hor-nav.e-ie-align .e-popup-down-icon,
    .e-tab.e-ie .e-tab-header .e-scroll-nav.e-ie-align .e-popup-up-icon,
    .e-tab.e-ie .e-tab-header .e-scroll-nav.e-ie-align .e-popup-down-icon {
      display: block;
      line-height: 15px; }
    .e-tab.e-ie .e-tab-header .e-hor-nav.e-ie-align .e-nav-left-arrow,
    .e-tab.e-ie .e-tab-header .e-hor-nav.e-ie-align .e-nav-right-arrow,
    .e-tab.e-ie .e-tab-header .e-scroll-nav.e-ie-align .e-nav-left-arrow,
    .e-tab.e-ie .e-tab-header .e-scroll-nav.e-ie-align .e-nav-right-arrow {
      display: block;
      line-height: 14px; }
  .e-tab.e-ie .e-tab-header .e-popup-up-icon,
  .e-tab.e-ie .e-tab-header .e-popup-down-icon {
    -webkit-transform: none;
            transform: none;
    -webkit-transition: none;
    transition: none; }
  .e-tab.e-ie .e-tab-header .e-popup-up-icon::before {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
    -webkit-transition: -webkit-transform 0.1s ease;
    transition: -webkit-transform 0.1s ease;
    transition: transform 0.1s ease;
    transition: transform 0.1s ease, -webkit-transform 0.1s ease; }
    @media screen and (max-width: 480px) {
      .e-tab.e-ie .e-tab-header .e-popup-up-icon::before {
        -webkit-transform: none;
                transform: none;
        -webkit-transition: none;
        transition: none; } }
  .e-tab.e-ie .e-tab-header .e-popup-down-icon::before {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
    -webkit-transition: -webkit-transform 0.1s ease;
    transition: -webkit-transform 0.1s ease;
    transition: transform 0.1s ease;
    transition: transform 0.1s ease, -webkit-transform 0.1s ease; }
    @media screen and (max-width: 480px) {
      .e-tab.e-ie .e-tab-header .e-popup-down-icon::before {
        -webkit-transform: none;
                transform: none;
        -webkit-transition: none;
        transition: none; } }
  .e-tab.e-edge .e-tab-header .e-hor-nav.e-ie-align,
  .e-tab.e-edge .e-tab-header .e-scroll-nav.e-ie-align {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    .e-tab.e-edge .e-tab-header .e-hor-nav.e-ie-align .e-popup-up-icon,
    .e-tab.e-edge .e-tab-header .e-hor-nav.e-ie-align .e-popup-down-icon,
    .e-tab.e-edge .e-tab-header .e-scroll-nav.e-ie-align .e-popup-up-icon,
    .e-tab.e-edge .e-tab-header .e-scroll-nav.e-ie-align .e-popup-down-icon {
      display: block;
      line-height: 14px;
      position: relative; }
    .e-tab.e-edge .e-tab-header .e-hor-nav.e-ie-align .e-nav-left-arrow,
    .e-tab.e-edge .e-tab-header .e-hor-nav.e-ie-align .e-nav-right-arrow,
    .e-tab.e-edge .e-tab-header .e-scroll-nav.e-ie-align .e-nav-left-arrow,
    .e-tab.e-edge .e-tab-header .e-scroll-nav.e-ie-align .e-nav-right-arrow {
      display: block;
      line-height: 11px;
      position: relative; }
  .e-tab.e-edge .e-tab-header .e-popup-up-icon {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
    -webkit-transition: -webkit-transform 0.1s ease;
    transition: -webkit-transform 0.1s ease;
    transition: transform 0.1s ease;
    transition: transform 0.1s ease, -webkit-transform 0.1s ease; }
    @media screen and (max-width: 480px) {
      .e-tab.e-edge .e-tab-header .e-popup-up-icon {
        -webkit-transform: none;
                transform: none;
        -webkit-transition: none;
        transition: none; } }
  .e-tab.e-edge .e-tab-header .e-popup-down-icon {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
    -webkit-transition: -webkit-transform 0.1s ease;
    transition: -webkit-transform 0.1s ease;
    transition: transform 0.1s ease;
    transition: transform 0.1s ease, -webkit-transform 0.1s ease; }
    @media screen and (max-width: 480px) {
      .e-tab.e-edge .e-tab-header .e-popup-down-icon {
        -webkit-transform: none;
                transform: none;
        -webkit-transition: none;
        transition: none; } }
  @media screen and (max-width: 480px) and (max-width: 480px) {
    .e-tab.e-edge .e-tab-header .e-popup-down-icon {
      -webkit-transform: none;
              transform: none;
      -webkit-transition: none;
      transition: none; } }
  .e-tab.e-edge .e-tab-header .e-popup-up-icon::before {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
    -webkit-transition: -webkit-transform 0.1s ease;
    transition: -webkit-transform 0.1s ease;
    transition: transform 0.1s ease;
    transition: transform 0.1s ease, -webkit-transform 0.1s ease; }
    @media screen and (max-width: 480px) {
      .e-tab.e-edge .e-tab-header .e-popup-up-icon::before {
        -webkit-transform: none;
                transform: none;
        -webkit-transition: none;
        transition: none; } }
  .e-tab.e-edge .e-tab-header .e-popup-down-icon::before {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
    -webkit-transition: -webkit-transform 0.1s ease;
    transition: -webkit-transform 0.1s ease;
    transition: transform 0.1s ease;
    transition: transform 0.1s ease, -webkit-transform 0.1s ease; }
    @media screen and (max-width: 480px) {
      .e-tab.e-edge .e-tab-header .e-popup-down-icon::before {
        -webkit-transform: none;
                transform: none;
        -webkit-transition: none;
        transition: none; } }
  .e-tab.e-safari .e-tab-header .e-close-icon::before {
    top: -1px; }
  .e-tab.e-safari .e-tab-header .e-hor-nav .e-popup-up-icon::before,
  .e-tab.e-safari .e-tab-header .e-hor-nav .e-popup-down-icon::before,
  .e-tab.e-safari .e-tab-header .e-scroll-nav .e-popup-up-icon::before,
  .e-tab.e-safari .e-tab-header .e-scroll-nav .e-popup-down-icon::before {
    top: 0; }
  .e-tab.e-safari .e-tab-header .e-hor-nav .e-nav-left-arrow::before,
  .e-tab.e-safari .e-tab-header .e-hor-nav .e-nav-right-arrow::before,
  .e-tab.e-safari .e-tab-header .e-scroll-nav .e-nav-left-arrow::before,
  .e-tab.e-safari .e-tab-header .e-scroll-nav .e-nav-right-arrow::before {
    top: 0; }
  .e-tab.e-disable {
    pointer-events: none; }
  .e-tab.e-fill .e-tab-header {
    height: 34px;
    min-height: 34px; }
    @media screen and (max-width: 480px) {
      .e-tab.e-fill .e-tab-header {
        height: 46px;
        min-height: 46px; } }
    .e-tab.e-fill .e-tab-header .e-indicator {
      display: none; }
    .e-tab.e-fill .e-tab-header .e-toolbar-items {
      height: auto;
      min-height: 34px; }
      @media screen and (max-width: 480px) {
        .e-tab.e-fill .e-tab-header .e-toolbar-items {
          min-height: 46px; } }
      .e-tab.e-fill .e-tab-header .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:first-child,
      .e-tab.e-fill .e-tab-header .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:last-child {
        margin: 0;
        padding: 0; }
    .e-tab.e-fill .e-tab-header .e-toolbar-item:not(.e-separator) {
      height: 34px;
      margin: 0;
      min-height: 34px; }
      @media screen and (max-width: 480px) {
        .e-tab.e-fill .e-tab-header .e-toolbar-item:not(.e-separator) {
          height: 46px;
          min-height: 46px; } }
      .e-tab.e-fill .e-tab-header .e-toolbar-item:not(.e-separator).e-itop, .e-tab.e-fill .e-tab-header .e-toolbar-item:not(.e-separator).e-ibottom {
        height: 60px;
        min-height: 60px; }
    .e-tab.e-fill .e-tab-header .e-toolbar-item .e-tab-wrap {
      height: 34px;
      padding: 0 18px; }
      @media screen and (max-width: 480px) {
        .e-tab.e-fill .e-tab-header .e-toolbar-item .e-tab-wrap {
          height: 46px;
          padding: 0 18px; } }
    .e-tab.e-fill .e-tab-header .e-toolbar-item .e-text-wrap {
      height: 34px; }
      @media screen and (max-width: 480px) {
        .e-tab.e-fill .e-tab-header .e-toolbar-item .e-text-wrap {
          height: 46px; } }
    .e-tab.e-fill .e-tab-header .e-toolbar-item.e-active {
      padding: 0; }
      .e-tab.e-fill .e-tab-header .e-toolbar-item.e-active .e-tab-wrap {
        margin-bottom: 0; }
      .e-tab.e-fill .e-tab-header .e-toolbar-item.e-active .e-text-wrap {
        height: 34px; }
        @media screen and (max-width: 480px) {
          .e-tab.e-fill .e-tab-header .e-toolbar-item.e-active .e-text-wrap {
            height: 46px; } }
      .e-tab.e-fill .e-tab-header .e-toolbar-item.e-active .e-tab-text {
        font-weight: 500; }
      .e-tab.e-fill .e-tab-header .e-toolbar-item.e-active.e-ileft .e-text-wrap,
      .e-tab.e-fill .e-tab-header .e-toolbar-item.e-active.e-iright .e-text-wrap {
        height: 36px; }
        @media screen and (max-width: 480px) {
          .e-tab.e-fill .e-tab-header .e-toolbar-item.e-active.e-ileft .e-text-wrap,
          .e-tab.e-fill .e-tab-header .e-toolbar-item.e-active.e-iright .e-text-wrap {
            height: 46px; } }
    .e-tab.e-fill .e-tab-header .e-toolbar-item.e-itop .e-tab-wrap,
    .e-tab.e-fill .e-tab-header .e-toolbar-item.e-ibottom .e-tab-wrap {
      height: 60px; }
    .e-tab.e-fill .e-tab-header .e-toolbar-item.e-itop .e-text-wrap,
    .e-tab.e-fill .e-tab-header .e-toolbar-item.e-ibottom .e-text-wrap {
      height: auto; }
    .e-tab.e-fill .e-tab-header .e-toolbar-pop .e-toolbar-item.e-itop:not(.e-separator),
    .e-tab.e-fill .e-tab-header .e-toolbar-pop .e-toolbar-item.e-ibottom:not(.e-separator) {
      height: auto; }
    .e-tab.e-fill .e-tab-header.e-horizontal-bottom .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:first-child.e-active, .e-tab.e-fill .e-tab-header.e-horizontal-bottom .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:last-child.e-active {
      padding: 0; }
    .e-tab.e-fill .e-tab-header.e-horizontal-bottom .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item.e-itop, .e-tab.e-fill .e-tab-header.e-horizontal-bottom .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:first-child.e-itop, .e-tab.e-fill .e-tab-header.e-horizontal-bottom .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:last-child.e-itop {
      padding-top: 0; }
    .e-tab.e-fill .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-active {
      margin-right: 0;
      padding: 0; }
      .e-tab.e-fill .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-active .e-text-wrap {
        height: 34px; }
        @media screen and (max-width: 480px) {
          .e-tab.e-fill .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-active .e-text-wrap {
            height: 46px; } }
    .e-tab.e-fill .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-itop .e-tab-wrap:focus .e-text-wrap, .e-tab.e-fill .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-ibottom .e-tab-wrap:focus .e-text-wrap {
      height: 44px; }
    .e-tab.e-fill .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-itop .e-text-wrap, .e-tab.e-fill .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-ibottom .e-text-wrap {
      height: auto; }
    .e-tab.e-fill .e-tab-header.e-vertical .e-toolbar-items {
      height: inherit; }
      .e-tab.e-fill .e-tab-header.e-vertical .e-toolbar-items .e-toolbar-item .e-tab-wrap {
        padding: 0 18px; }
  .e-tab.e-fill.e-focused .e-tab-header .e-toolbar-item .e-tab-wrap:focus {
    height: 34px; }
    .e-tab.e-fill.e-focused .e-tab-header .e-toolbar-item .e-tab-wrap:focus .e-text-wrap {
      height: 34px; }
  .e-tab.e-fill.e-focused .e-tab-header .e-toolbar-item.e-itop .e-tab-wrap:focus,
  .e-tab.e-fill.e-focused .e-tab-header .e-toolbar-item.e-ibottom .e-tab-wrap:focus {
    height: 60px; }
    .e-tab.e-fill.e-focused .e-tab-header .e-toolbar-item.e-itop .e-tab-wrap:focus .e-text-wrap,
    .e-tab.e-fill.e-focused .e-tab-header .e-toolbar-item.e-ibottom .e-tab-wrap:focus .e-text-wrap {
      height: auto; }
      @media screen and (max-width: 480px) {
        .e-tab.e-fill.e-focused .e-tab-header .e-toolbar-item.e-itop .e-tab-wrap:focus .e-text-wrap,
        .e-tab.e-fill.e-focused .e-tab-header .e-toolbar-item.e-ibottom .e-tab-wrap:focus .e-text-wrap {
          height: auto; } }
  .e-tab.e-fill.e-rtl .e-tab-header .e-toolbar-item:not(.e-separator) {
    margin: 0; }
  .e-tab.e-fill.e-vertical-icon .e-tab-header {
    height: 60px;
    min-height: 60px; }
  .e-tab.e-background .e-tab-header .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:first-child,
  .e-tab.e-background .e-tab-header .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:last-child {
    margin: 0;
    padding: 0; }
  .e-tab.e-background .e-tab-header .e-toolbar-item:not(.e-separator) {
    margin: 0; }
  .e-tab.e-background .e-tab-header .e-toolbar-item .e-tab-wrap {
    padding: 0 18px; }
    @media screen and (max-width: 480px) {
      .e-tab.e-background .e-tab-header .e-toolbar-item .e-tab-wrap {
        padding: 0 24px; } }
  .e-tab.e-background .e-tab-header .e-toolbar-item.e-active {
    padding: 0; }
    .e-tab.e-background .e-tab-header .e-toolbar-item.e-active .e-tab-wrap {
      margin-bottom: 0; }
    .e-tab.e-background .e-tab-header .e-toolbar-item.e-active .e-text-wrap {
      height: 36px; }
    .e-tab.e-background .e-tab-header .e-toolbar-item.e-active .e-tab-text {
      font-weight: 500; }
  .e-tab.e-background .e-tab-header.e-vertical .e-toolbar-items .e-toolbar-item .e-tab-wrap {
    padding: 0 18px; }
  .e-tab.e-background .e-tab-header.e-horizontal-bottom .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:first-child.e-active,
  .e-tab.e-background .e-tab-header.e-horizontal-bottom .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:last-child.e-active {
    padding: 0; }
  .e-tab.e-background .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-active {
    margin: 0;
    padding: 0; }
  .e-tab.e-background .e-tab-header .e-toolbar-pop .e-toolbar-item.e-active .e-text-wrap {
    height: 36px; }
  .e-tab.e-background.e-rtl .e-tab-header .e-toolbar-item:not(.e-separator) {
    margin: 0; }
  .e-tab.e-rtl .e-tab-header .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:first-child,
  .e-tab.e-rtl .e-tab-header .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:last-child {
    margin: 0; }
  .e-tab.e-rtl .e-tab-header .e-toolbar-item:not(.e-separator) {
    margin: 0; }
    .e-tab.e-rtl .e-tab-header .e-toolbar-item:not(.e-separator) .e-icon-left + .e-tab-text {
      margin: 0 10px 0 0; }
    .e-tab.e-rtl .e-tab-header .e-toolbar-item:not(.e-separator) .e-icons.e-close-icon {
      margin: 0 10px 0 0; }
    .e-tab.e-rtl .e-tab-header .e-toolbar-item:not(.e-separator).e-itop .e-close-icon,
    .e-tab.e-rtl .e-tab-header .e-toolbar-item:not(.e-separator).e-ibottom .e-close-icon {
      left: 18px;
      right: auto; }
  .e-tab.e-rtl .e-tab-header.e-close-show .e-toolbar-item.e-itop .e-text-wrap,
  .e-tab.e-rtl .e-tab-header.e-close-show .e-toolbar-item.e-ibottom .e-text-wrap {
    margin-left: 20px;
    margin-right: 0; }
  .e-tab.e-rtl .e-tab-header .e-toolbar-pop .e-toolbar-item {
    margin: 0; }
    .e-tab.e-rtl .e-tab-header .e-toolbar-pop .e-toolbar-item .e-tab-text {
      padding-left: 10px;
      padding-right: 0; }
      @media screen and (max-width: 480px) {
        .e-tab.e-rtl .e-tab-header .e-toolbar-pop .e-toolbar-item .e-tab-text {
          padding-left: 0; } }
    .e-tab.e-rtl .e-tab-header .e-toolbar-pop .e-toolbar-item .e-icons.e-close-icon {
      margin: 0; }
    .e-tab.e-rtl .e-tab-header .e-toolbar-pop .e-toolbar-item .e-close-icon {
      left: 16px;
      right: auto; }
    .e-tab.e-rtl .e-tab-header .e-toolbar-pop .e-toolbar-item.e-itop .e-close-icon,
    .e-tab.e-rtl .e-tab-header .e-toolbar-pop .e-toolbar-item.e-ibottom .e-close-icon {
      left: 18px;
      right: auto; }
    .e-tab.e-rtl .e-tab-header .e-toolbar-pop .e-toolbar-item.e-itop .e-tab-text,
    .e-tab.e-rtl .e-tab-header .e-toolbar-pop .e-toolbar-item.e-ibottom .e-tab-text {
      margin: 0;
      padding-left: 10px;
      padding-right: 0; }
      @media screen and (max-width: 480px) {
        .e-tab.e-rtl .e-tab-header .e-toolbar-pop .e-toolbar-item.e-itop .e-tab-text,
        .e-tab.e-rtl .e-tab-header .e-toolbar-pop .e-toolbar-item.e-ibottom .e-tab-text {
          margin: 0;
          padding-left: 10px;
          padding-right: 0; } }
  .e-tab.e-rtl .e-tab-header .e-hor-nav,
  .e-tab.e-rtl .e-tab-header .e-scroll-right-nav {
    padding: 0 9px; }
  .e-tab.e-rtl .e-tab-header .e-scroll-left-nav {
    padding: 0 9px; }
  .e-tab.e-vertical-tab.e-icon-tab .e-tab-header.e-vertical .e-hor-nav .e-popup-up-icon::before,
  .e-tab.e-vertical-tab.e-icon-tab .e-tab-header.e-vertical .e-hor-nav .e-popup-down-icon::before {
    display: none; }
  .e-tab.e-vertical-tab.e-icon-tab .e-tab-header.e-vertical .e-hor-nav .e-popup-up-icon::after,
  .e-tab.e-vertical-tab.e-icon-tab .e-tab-header.e-vertical .e-hor-nav .e-popup-down-icon::after {
    margin: 0;
    width: 100%; }

/*! tab theme */
.e-tab {
  background: transparent;
  border: none; }
  .e-tab .e-tab-header {
    background: inherit;
    border: 0;
    border-radius: 0;
    border-bottom: 0; }
    .e-tab .e-tab-header:not(.e-vertical) .e-toolbar-item.e-active {
      border-bottom: initial; }
    .e-tab .e-tab-header .e-toolbar-items {
      background: inherit; }
    .e-tab .e-tab-header .e-indicator {
      background: #971b1e; }
    .e-tab .e-tab-header .e-toolbar-item {
      background: inherit;
      border: none; }
      .e-tab .e-tab-header .e-toolbar-item .e-ripple-element {
        background: rgba(151, 27, 30, 0.12); }
      .e-tab .e-tab-header .e-toolbar-item .e-tab-wrap {
        border-radius: 0;
        color: rgba(0, 0, 0, 0.54); }
        .e-tab .e-tab-header .e-toolbar-item .e-tab-wrap .e-tab-icon {
          color: rgba(0, 0, 0, 0.54); }
        @media screen and (max-width: 480px) {
          .e-tab .e-tab-header .e-toolbar-item .e-tab-wrap {
            color: rgba(0, 0, 0, 0.54); }
            .e-tab .e-tab-header .e-toolbar-item .e-tab-wrap .e-tab-icon {
              color: rgba(0, 0, 0, 0.54); }
            .e-tab .e-tab-header .e-toolbar-item .e-tab-wrap .e-close-icon {
              color: rgba(0, 0, 0, 0.87); } }
        .e-tab .e-tab-header .e-toolbar-item .e-tab-wrap:hover {
          background: inherit; }
          @media screen and (max-width: 480px) {
            .e-tab .e-tab-header .e-toolbar-item .e-tab-wrap:hover {
              background: inherit; } }
          .e-tab .e-tab-header .e-toolbar-item .e-tab-wrap:hover .e-tab-text,
          .e-tab .e-tab-header .e-toolbar-item .e-tab-wrap:hover .e-tab-icon {
            color: rgba(0, 0, 0, 0.87); }
      .e-tab .e-tab-header .e-toolbar-item.e-active {
        border: none;
        border-radius: 0; }
        .e-tab .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:hover .e-tab-text,
        .e-tab .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:hover .e-tab-icon {
          color: #971b1e; }
        .e-tab .e-tab-header .e-toolbar-item.e-active .e-tab-text,
        .e-tab .e-tab-header .e-toolbar-item.e-active .e-tab-icon {
          color: #971b1e; }
        .e-tab .e-tab-header .e-toolbar-item.e-active.e-ileft .e-tab-icon, .e-tab .e-tab-header .e-toolbar-item.e-active.e-iright .e-tab-icon {
          color: #971b1e; }
        .e-tab .e-tab-header .e-toolbar-item.e-active.e-ileft .e-tab-text, .e-tab .e-tab-header .e-toolbar-item.e-active.e-iright .e-tab-text {
          color: #971b1e; }
      .e-tab .e-tab-header .e-toolbar-item .e-close-icon {
        color: rgba(0, 0, 0, 0.54); }
        .e-tab .e-tab-header .e-toolbar-item .e-close-icon:hover {
          color: rgba(0, 0, 0, 0.87); }
        .e-tab .e-tab-header .e-toolbar-item .e-close-icon:active {
          color: rgba(0, 0, 0, 0.87); }
      .e-tab .e-tab-header .e-toolbar-item.e-disable.e-overlay {
        background: inherit;
        opacity: 1;
        pointer-events: none; }
        .e-tab .e-tab-header .e-toolbar-item.e-disable.e-overlay .e-tab-text,
        .e-tab .e-tab-header .e-toolbar-item.e-disable.e-overlay .e-tab-icon {
          color: rgba(0, 0, 0, 0.38); }
    .e-tab .e-tab-header .e-toolbar-pop {
      background: #fff;
      border: 0;
      border-radius: 0;
      -webkit-box-shadow: 0 2px 2px 1px rgba(0, 0, 0, 0.21);
              box-shadow: 0 2px 2px 1px rgba(0, 0, 0, 0.21);
      overflow-y: auto; }
      .e-tab .e-tab-header .e-toolbar-pop[e-animate='true'] {
        overflow-y: hidden; }
      @media screen and (max-width: 480px) {
        .e-tab .e-tab-header .e-toolbar-pop {
          -webkit-box-shadow: 0 2px 2px 1px rgba(0, 0, 0, 0.21);
                  box-shadow: 0 2px 2px 1px rgba(0, 0, 0, 0.21); } }
      .e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item .e-tab-wrap .e-tab-text,
      .e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item .e-tab-wrap .e-tab-icon {
        color: rgba(0, 0, 0, 0.54); }
      .e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item .e-tab-wrap:hover {
        background: #eee; }
        .e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item .e-tab-wrap:hover .e-tab-text,
        .e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item .e-tab-wrap:hover .e-tab-icon,
        .e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item .e-tab-wrap:hover .e-close-icon {
          color: rgba(0, 0, 0, 0.87); }
      .e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item .e-tab-wrap:active {
        background: #eee; }
      .e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item.e-disable.e-overlay .e-tab-text,
      .e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item.e-disable.e-overlay .e-tab-icon {
        color: rgba(0, 0, 0, 0.38); }
    .e-tab .e-tab-header .e-scroll-nav,
    .e-tab .e-tab-header .e-hscroll:not(.e-scroll-device) .e-scroll-nav {
      background: inherit;
      border: 0; }
      .e-tab .e-tab-header .e-scroll-nav .e-nav-arrow,
      .e-tab .e-tab-header .e-hscroll:not(.e-scroll-device) .e-scroll-nav .e-nav-arrow {
        color: rgba(0, 0, 0, 0.54); }
        .e-tab .e-tab-header .e-scroll-nav .e-nav-arrow:hover,
        .e-tab .e-tab-header .e-hscroll:not(.e-scroll-device) .e-scroll-nav .e-nav-arrow:hover {
          background: initial;
          color: rgba(0, 0, 0, 0.87); }
        .e-tab .e-tab-header .e-scroll-nav .e-nav-arrow:active,
        .e-tab .e-tab-header .e-hscroll:not(.e-scroll-device) .e-scroll-nav .e-nav-arrow:active {
          -webkit-box-shadow: none;
                  box-shadow: none; }
      .e-tab .e-tab-header .e-scroll-nav:focus .e-nav-arrow,
      .e-tab .e-tab-header .e-hscroll:not(.e-scroll-device) .e-scroll-nav:focus .e-nav-arrow {
        background: rgba(0, 0, 0, 0.12);
        color: rgba(0, 0, 0, 0.87); }
        .e-tab .e-tab-header .e-scroll-nav:focus .e-nav-arrow:hover,
        .e-tab .e-tab-header .e-hscroll:not(.e-scroll-device) .e-scroll-nav:focus .e-nav-arrow:hover {
          background: initial;
          color: rgba(0, 0, 0, 0.87); }
      .e-tab .e-tab-header .e-scroll-nav.e-overlay .e-nav-arrow,
      .e-tab .e-tab-header .e-hscroll:not(.e-scroll-device) .e-scroll-nav.e-overlay .e-nav-arrow {
        color: rgba(0, 0, 0, 0.54); }
        .e-tab .e-tab-header .e-scroll-nav.e-overlay .e-nav-arrow:hover,
        .e-tab .e-tab-header .e-hscroll:not(.e-scroll-device) .e-scroll-nav.e-overlay .e-nav-arrow:hover {
          color: rgba(0, 0, 0, 0.54); }
    .e-tab .e-tab-header .e-hor-nav,
    .e-tab .e-tab-header .e-hor-nav:not(.e-expended-nav) {
      background: transparent;
      border: 0; }
      .e-tab .e-tab-header .e-hor-nav .e-popup-up-icon,
      .e-tab .e-tab-header .e-hor-nav .e-popup-down-icon,
      .e-tab .e-tab-header .e-hor-nav:not(.e-expended-nav) .e-popup-up-icon,
      .e-tab .e-tab-header .e-hor-nav:not(.e-expended-nav) .e-popup-down-icon {
        color: rgba(0, 0, 0, 0.54); }
        .e-tab .e-tab-header .e-hor-nav .e-popup-up-icon:hover,
        .e-tab .e-tab-header .e-hor-nav .e-popup-down-icon:hover,
        .e-tab .e-tab-header .e-hor-nav:not(.e-expended-nav) .e-popup-up-icon:hover,
        .e-tab .e-tab-header .e-hor-nav:not(.e-expended-nav) .e-popup-down-icon:hover {
          background: initial;
          border: initial;
          border-radius: 0; }
      .e-tab .e-tab-header .e-hor-nav .e-popup-down-icon:hover,
      .e-tab .e-tab-header .e-hor-nav:not(.e-expended-nav) .e-popup-down-icon:hover {
        color: rgba(0, 0, 0, 0.87); }
      .e-tab .e-tab-header .e-hor-nav:focus .e-popup-up-icon,
      .e-tab .e-tab-header .e-hor-nav:focus .e-popup-down-icon,
      .e-tab .e-tab-header .e-hor-nav:not(.e-expended-nav):focus .e-popup-up-icon,
      .e-tab .e-tab-header .e-hor-nav:not(.e-expended-nav):focus .e-popup-down-icon {
        background: rgba(0, 0, 0, 0.12);
        border: initial;
        border-radius: 0;
        color: rgba(0, 0, 0, 0.87); }
        .e-tab .e-tab-header .e-hor-nav:focus .e-popup-up-icon:hover,
        .e-tab .e-tab-header .e-hor-nav:focus .e-popup-down-icon:hover,
        .e-tab .e-tab-header .e-hor-nav:not(.e-expended-nav):focus .e-popup-up-icon:hover,
        .e-tab .e-tab-header .e-hor-nav:not(.e-expended-nav):focus .e-popup-down-icon:hover {
          background: initial;
          border: initial;
          border-radius: 0; }
        .e-tab .e-tab-header .e-hor-nav:focus .e-popup-up-icon:active,
        .e-tab .e-tab-header .e-hor-nav:focus .e-popup-down-icon:active,
        .e-tab .e-tab-header .e-hor-nav:not(.e-expended-nav):focus .e-popup-up-icon:active,
        .e-tab .e-tab-header .e-hor-nav:not(.e-expended-nav):focus .e-popup-down-icon:active {
          background: initial;
          border: 0;
          border-radius: 0;
          -webkit-box-shadow: none;
                  box-shadow: none; }
      .e-tab .e-tab-header .e-hor-nav:hover,
      .e-tab .e-tab-header .e-hor-nav:not(.e-expended-nav):hover {
        border: 0; }
        .e-tab .e-tab-header .e-hor-nav:hover:active,
        .e-tab .e-tab-header .e-hor-nav:not(.e-expended-nav):hover:active {
          background: transparent; }
      .e-tab .e-tab-header .e-hor-nav.e-nav-active,
      .e-tab .e-tab-header .e-hor-nav:not(.e-expended-nav).e-nav-active {
        background: inherit;
        border: 0;
        -webkit-box-shadow: none;
                box-shadow: none; }
    .e-tab .e-tab-header.e-horizontal-bottom {
      border-bottom: 0;
      border-top: 0; }
      .e-tab .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-active {
        border-bottom: 0;
        border-radius: 0;
        border-top: initial;
        border-top-color: inherit; }
    .e-tab .e-tab-header.e-vertical::before {
      border-width: 0 1px 0 0; }
    .e-tab .e-tab-header.e-vertical .e-toolbar-item.e-active {
      border-bottom: 0;
      border-top: 0; }
    .e-tab .e-tab-header.e-vertical.e-vertical-left .e-toolbar-item.e-active {
      border-radius: 0;
      border-right: initial; }
    .e-tab .e-tab-header.e-vertical.e-vertical-right .e-toolbar-item.e-active {
      border-left: initial;
      border-radius: 0; }
    .e-tab .e-tab-header.e-vertical .e-toolbar-pop {
      -webkit-box-shadow: 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
              box-shadow: 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12); }
    .e-tab .e-tab-header.e-vertical .e-scroll-nav {
      background: inherit;
      border: 1px solid transparent; }
      .e-tab .e-tab-header.e-vertical .e-scroll-nav.e-scroll-up-nav {
        border-bottom-color: rgba(0, 0, 0, 0.12); }
      .e-tab .e-tab-header.e-vertical .e-scroll-nav.e-scroll-down-nav {
        border-top-color: rgba(0, 0, 0, 0.12); }
      .e-tab .e-tab-header.e-vertical .e-scroll-nav .e-nav-arrow {
        border: 0; }
        .e-tab .e-tab-header.e-vertical .e-scroll-nav .e-nav-arrow:hover {
          background: none; }
      .e-tab .e-tab-header.e-vertical .e-scroll-nav:hover {
        background: rgba(0, 0, 0, 0.12); }
        .e-tab .e-tab-header.e-vertical .e-scroll-nav:hover .e-nav-arrow {
          color: rgba(0, 0, 0, 0.87); }
          .e-tab .e-tab-header.e-vertical .e-scroll-nav:hover .e-nav-arrow:hover {
            background: none; }
      .e-tab .e-tab-header.e-vertical .e-scroll-nav:focus {
        background: rgba(0, 0, 0, 0.12); }
        .e-tab .e-tab-header.e-vertical .e-scroll-nav:focus .e-nav-arrow {
          background: none; }
          .e-tab .e-tab-header.e-vertical .e-scroll-nav:focus .e-nav-arrow:hover {
            background: none;
            border: 0; }
    .e-tab .e-tab-header.e-vertical .e-hor-nav .e-popup-up-icon,
    .e-tab .e-tab-header.e-vertical .e-hor-nav .e-popup-down-icon {
      border: 0; }
      .e-tab .e-tab-header.e-vertical .e-hor-nav .e-popup-up-icon:hover,
      .e-tab .e-tab-header.e-vertical .e-hor-nav .e-popup-down-icon:hover {
        background: inherit;
        border: 0; }
    .e-tab .e-tab-header.e-vertical .e-hor-nav:focus .e-popup-up-icon,
    .e-tab .e-tab-header.e-vertical .e-hor-nav:focus .e-popup-down-icon {
      background: inherit;
      border: 0; }
      .e-tab .e-tab-header.e-vertical .e-hor-nav:focus .e-popup-up-icon:hover, .e-tab .e-tab-header.e-vertical .e-hor-nav:focus .e-popup-up-icon:active, .e-tab .e-tab-header.e-vertical .e-hor-nav:focus .e-popup-up-icon:active:hover,
      .e-tab .e-tab-header.e-vertical .e-hor-nav:focus .e-popup-down-icon:hover,
      .e-tab .e-tab-header.e-vertical .e-hor-nav:focus .e-popup-down-icon:active,
      .e-tab .e-tab-header.e-vertical .e-hor-nav:focus .e-popup-down-icon:active:hover {
        background: inherit;
        border: 0;
        -webkit-box-shadow: none;
                box-shadow: none; }
    .e-tab .e-tab-header.e-vertical .e-hor-nav:hover .e-popup-up-icon,
    .e-tab .e-tab-header.e-vertical .e-hor-nav:hover .e-popup-down-icon {
      border: 0; }
  .e-tab.e-focused .e-tab-header .e-toolbar-item .e-tab-wrap:focus {
    background: rgba(151, 27, 30, 0.12); }
    .e-tab.e-focused .e-tab-header .e-toolbar-item .e-tab-wrap:focus .e-tab-icon,
    .e-tab.e-focused .e-tab-header .e-toolbar-item .e-tab-wrap:focus .e-tab-text {
      color: #971b1e; }
  .e-tab.e-focused .e-tab-header .e-scroll-nav:focus .e-nav-arrow {
    color: rgba(0, 0, 0, 0.87); }
  .e-tab.e-focused .e-tab-header .e-hor-nav:focus .e-popup-up-icon,
  .e-tab.e-focused .e-tab-header .e-hor-nav:focus .e-popup-down-icon {
    color: rgba(0, 0, 0, 0.87); }
  .e-tab.e-focused .e-tab-header.e-vertical .e-scroll-nav:focus .e-nav-arrow {
    border: 0; }
  .e-tab.e-focused .e-tab-header.e-vertical .e-hor-nav .e-popup-up-icon,
  .e-tab.e-focused .e-tab-header.e-vertical .e-hor-nav .e-popup-down-icon {
    border: 0; }
  .e-tab.e-focused .e-tab-header.e-vertical .e-hor-nav:focus {
    outline: 0; }
  .e-tab.e-disable {
    pointer-events: none; }
    .e-tab.e-disable .e-tab-header .e-indicator {
      background: rgba(151, 27, 30, 0.38); }
    .e-tab.e-disable .e-tab-header .e-toolbar-item .e-tab-wrap {
      color: rgba(0, 0, 0, 0.38); }
    .e-tab.e-disable .e-tab-header .e-toolbar-item.e-active .e-tab-text,
    .e-tab.e-disable .e-tab-header .e-toolbar-item.e-active .e-tab-icon {
      color: rgba(151, 27, 30, 0.38); }
    .e-tab.e-disable .e-content {
      opacity: 0.38; }
  .e-tab.e-fill .e-tab-header {
    border-bottom: 2px Solid #971b1e; }
    .e-tab.e-fill .e-tab-header .e-toolbar-item {
      border: 0; }
      .e-tab.e-fill .e-tab-header .e-toolbar-item .e-ripple-element {
        background: rgba(0, 0, 0, 0.05); }
      .e-tab.e-fill .e-tab-header .e-toolbar-item .e-tab-wrap {
        color: rgba(0, 0, 0, 0.54); }
        .e-tab.e-fill .e-tab-header .e-toolbar-item .e-tab-wrap:hover .e-tab-text,
        .e-tab.e-fill .e-tab-header .e-toolbar-item .e-tab-wrap:hover .e-tab-icon {
          color: rgba(0, 0, 0, 0.87); }
      .e-tab.e-fill .e-tab-header .e-toolbar-item .e-text-wrap {
        margin-top: 0; }
      .e-tab.e-fill .e-tab-header .e-toolbar-item.e-active {
        border: 0; }
        .e-tab.e-fill .e-tab-header .e-toolbar-item.e-active .e-tab-wrap {
          background: #971b1e;
          border-radius: 0; }
          .e-tab.e-fill .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:hover .e-tab-text,
          .e-tab.e-fill .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:hover .e-tab-icon {
            color: white; }
        .e-tab.e-fill .e-tab-header .e-toolbar-item.e-active .e-text-wrap {
          margin-top: 0; }
        .e-tab.e-fill .e-tab-header .e-toolbar-item.e-active .e-tab-text,
        .e-tab.e-fill .e-tab-header .e-toolbar-item.e-active .e-tab-icon {
          color: white; }
        .e-tab.e-fill .e-tab-header .e-toolbar-item.e-active .e-close-icon {
          color: rgba(255, 255, 255, 0.7); }
        .e-tab.e-fill .e-tab-header .e-toolbar-item.e-active .e-close-icon:hover {
          color: white; }
    .e-tab.e-fill .e-tab-header.e-horizontal-bottom {
      border-bottom: 0;
      border-top: 2px Solid #971b1e; }
      .e-tab.e-fill .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-active .e-text-wrap {
        margin-top: 0; }
    .e-tab.e-fill .e-tab-header.e-vertical {
      border-bottom: 0; }
      .e-tab.e-fill .e-tab-header.e-vertical.e-vertical-left {
        border-right: 2px Solid #971b1e; }
      .e-tab.e-fill .e-tab-header.e-vertical.e-vertical-right {
        border-left: 2px Solid #971b1e; }
  .e-tab.e-fill.e-corner .e-tab-header .e-toolbar-item.e-active .e-tab-wrap {
    border-radius: 3px 3px 0 0; }
  .e-tab.e-fill.e-corner .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-active .e-tab-wrap {
    border-radius: 0 0 3px 3px; }
  .e-tab.e-fill.e-disable .e-tab-header {
    border-bottom: 2px Solid rgba(151, 27, 30, 0.38); }
    .e-tab.e-fill.e-disable .e-tab-header .e-toolbar-item .e-tab-wrap {
      color: rgba(0, 0, 0, 0.38); }
    .e-tab.e-fill.e-disable .e-tab-header .e-toolbar-item.e-active {
      opacity: 1; }
      .e-tab.e-fill.e-disable .e-tab-header .e-toolbar-item.e-active .e-tab-wrap,
      .e-tab.e-fill.e-disable .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:focus {
        background: rgba(151, 27, 30, 0.38); }
      .e-tab.e-fill.e-disable .e-tab-header .e-toolbar-item.e-active .e-tab-wrap .e-tab-text,
      .e-tab.e-fill.e-disable .e-tab-header .e-toolbar-item.e-active .e-tab-wrap .e-tab-icon,
      .e-tab.e-fill.e-disable .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:focus .e-tab-text,
      .e-tab.e-fill.e-disable .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:focus .e-tab-icon {
        color: rgba(255, 255, 255, 0.38); }
    .e-tab.e-fill.e-disable .e-tab-header.e-horizontal-bottom {
      border-bottom: 0;
      border-top: 2px Solid rgba(151, 27, 30, 0.38); }
  .e-tab.e-fill.e-focused .e-tab-header .e-toolbar-item .e-tab-wrap:focus .e-tab-icon,
  .e-tab.e-fill.e-focused .e-tab-header .e-toolbar-item .e-tab-wrap:focus .e-tab-text,
  .e-tab.e-fill.e-focused .e-tab-header .e-toolbar-item .e-tab-wrap:focus .e-close-icon {
    color: #971b1e; }
  .e-tab.e-fill.e-focused .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:focus {
    background: rgba(151, 27, 30, 0.8); }
    .e-tab.e-fill.e-focused .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:focus .e-tab-text,
    .e-tab.e-fill.e-focused .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:focus .e-tab-icon {
      color: white; }
  .e-tab.e-background .e-tab-header {
    background: #4d4d4d;
    border: 0; }
    .e-tab.e-background .e-tab-header .e-toolbar-items {
      background: #4d4d4d; }
    .e-tab.e-background .e-tab-header .e-indicator {
      background: #fff; }
    .e-tab.e-background .e-tab-header .e-toolbar-item {
      border: 0; }
      .e-tab.e-background .e-tab-header .e-toolbar-item .e-ripple-element {
        background: rgba(0, 0, 0, 0.1); }
      .e-tab.e-background .e-tab-header .e-toolbar-item .e-tab-wrap {
        background: #4d4d4d; }
        .e-tab.e-background .e-tab-header .e-toolbar-item .e-tab-wrap:hover {
          background: inherit; }
          .e-tab.e-background .e-tab-header .e-toolbar-item .e-tab-wrap:hover .e-tab-text,
          .e-tab.e-background .e-tab-header .e-toolbar-item .e-tab-wrap:hover .e-tab-icon {
            color: white; }
          .e-tab.e-background .e-tab-header .e-toolbar-item .e-tab-wrap:hover .e-close-icon:hover, .e-tab.e-background .e-tab-header .e-toolbar-item .e-tab-wrap:hover .e-close-icon:active {
            color: #fff; }
      .e-tab.e-background .e-tab-header .e-toolbar-item .e-tab-text,
      .e-tab.e-background .e-tab-header .e-toolbar-item .e-tab-icon,
      .e-tab.e-background .e-tab-header .e-toolbar-item .e-close-icon {
        color: rgba(255, 255, 255, 0.7); }
      .e-tab.e-background .e-tab-header .e-toolbar-item .e-close-icon {
        color: rgba(255, 255, 255, 0.54); }
      .e-tab.e-background .e-tab-header .e-toolbar-item .e-close-icon:hover {
        color: #971b1e; }
      .e-tab.e-background .e-tab-header .e-toolbar-item.e-active {
        border: 0; }
        .e-tab.e-background .e-tab-header .e-toolbar-item.e-active .e-tab-wrap {
          background: #4d4d4d;
          border-radius: 0; }
          .e-tab.e-background .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:hover .e-tab-text,
          .e-tab.e-background .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:hover .e-tab-icon {
            color: white; }
          .e-tab.e-background .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:focus {
            background: inherit; }
            .e-tab.e-background .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:focus .e-tab-text,
            .e-tab.e-background .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:focus .e-tab-icon {
              color: white; }
        .e-tab.e-background .e-tab-header .e-toolbar-item.e-active .e-tab-text,
        .e-tab.e-background .e-tab-header .e-toolbar-item.e-active .e-tab-icon {
          color: white; }
        .e-tab.e-background .e-tab-header .e-toolbar-item.e-active .e-close-icon {
          color: rgba(255, 255, 255, 0.7); }
        .e-tab.e-background .e-tab-header .e-toolbar-item.e-active .e-close-icon:hover {
          color: white; }
        .e-tab.e-background .e-tab-header .e-toolbar-item.e-active.e-itop .e-tab-wrap,
        .e-tab.e-background .e-tab-header .e-toolbar-item.e-active.e-ibottom .e-tab-wrap {
          background: rgba(77, 77, 77, 0); }
      .e-tab.e-background .e-tab-header .e-toolbar-item.e-disable .e-tab-text,
      .e-tab.e-background .e-tab-header .e-toolbar-item.e-disable .e-tab-icon,
      .e-tab.e-background .e-tab-header .e-toolbar-item.e-disable .e-close-icon {
        color: rgba(255, 255, 255, 0.38); }
    .e-tab.e-background .e-tab-header .e-toolbar-pop .e-toolbar-item {
      background: #4d4d4d; }
      .e-tab.e-background .e-tab-header .e-toolbar-pop .e-toolbar-item .e-tab-wrap .e-tab-text,
      .e-tab.e-background .e-tab-header .e-toolbar-pop .e-toolbar-item .e-tab-wrap .e-tab-icon {
        color: rgba(255, 255, 255, 0.7); }
      .e-tab.e-background .e-tab-header .e-toolbar-pop .e-toolbar-item .e-tab-wrap:hover {
        background: rgba(255, 255, 255, 0.12); }
        .e-tab.e-background .e-tab-header .e-toolbar-pop .e-toolbar-item .e-tab-wrap:hover .e-tab-text,
        .e-tab.e-background .e-tab-header .e-toolbar-pop .e-toolbar-item .e-tab-wrap:hover .e-tab-icon,
        .e-tab.e-background .e-tab-header .e-toolbar-pop .e-toolbar-item .e-tab-wrap:hover .e-close-icon {
          color: white; }
    .e-tab.e-background .e-tab-header .e-scroll-nav .e-nav-arrow {
      color: rgba(255, 255, 255, 0.7); }
      .e-tab.e-background .e-tab-header .e-scroll-nav .e-nav-arrow:hover {
        background: inherit;
        color: #fff; }
    .e-tab.e-background .e-tab-header .e-scroll-nav:focus .e-nav-arrow {
      color: #fff; }
      .e-tab.e-background .e-tab-header .e-scroll-nav:focus .e-nav-arrow:hover {
        background: inherit;
        color: #fff; }
    .e-tab.e-background .e-tab-header .e-scroll-nav:active::after {
      -webkit-animation: hscroll-alt-popup-shadow 1s ease-out 0ms;
              animation: hscroll-alt-popup-shadow 1s ease-out 0ms; }
    .e-tab.e-background .e-tab-header .e-hor-nav .e-popup-up-icon,
    .e-tab.e-background .e-tab-header .e-hor-nav .e-popup-down-icon {
      color: rgba(255, 255, 255, 0.7); }
      .e-tab.e-background .e-tab-header .e-hor-nav .e-popup-up-icon:hover,
      .e-tab.e-background .e-tab-header .e-hor-nav .e-popup-down-icon:hover {
        background: inherit;
        color: #fff; }
    .e-tab.e-background .e-tab-header .e-hor-nav:focus .e-popup-up-icon,
    .e-tab.e-background .e-tab-header .e-hor-nav:focus .e-popup-down-icon {
      color: #fff; }
    .e-tab.e-background .e-tab-header .e-hor-nav:active::after {
      -webkit-animation: tbar-alt-popup-shadow 1s ease-out 0ms;
              animation: tbar-alt-popup-shadow 1s ease-out 0ms; }
    .e-tab.e-background .e-tab-header .e-hor-nav.e-nav-active .e-popup-up-icon {
      color: #fff; }
    .e-tab.e-background .e-tab-header.e-vertical .e-scroll-nav .e-nav-arrow {
      border: 0; }
    .e-tab.e-background .e-tab-header.e-vertical .e-scroll-nav:focus .e-nav-arrow {
      border: 0; }
      .e-tab.e-background .e-tab-header.e-vertical .e-scroll-nav:focus .e-nav-arrow:hover {
        background: none; }
    .e-tab.e-background .e-tab-header.e-vertical .e-scroll-nav:hover .e-nav-arrow {
      color: #fff; }
    .e-tab.e-background .e-tab-header.e-vertical .e-hor-nav:focus .e-popup-up-icon,
    .e-tab.e-background .e-tab-header.e-vertical .e-hor-nav:focus .e-popup-down-icon {
      background: inherit;
      border-color: transparent; }
      .e-tab.e-background .e-tab-header.e-vertical .e-hor-nav:focus .e-popup-up-icon:hover,
      .e-tab.e-background .e-tab-header.e-vertical .e-hor-nav:focus .e-popup-down-icon:hover {
        background: inherit;
        border-color: transparent; }
    .e-tab.e-background .e-tab-header.e-vertical .e-hor-nav .e-popup-up-icon:hover,
    .e-tab.e-background .e-tab-header.e-vertical .e-hor-nav .e-popup-down-icon:hover {
      background: inherit;
      border-color: transparent; }
  .e-tab.e-background.e-disable .e-tab-header .e-indicator {
    background: rgba(255, 255, 255, 0.38); }
  .e-tab.e-background.e-disable .e-tab-header .e-toolbar-item .e-tab-wrap {
    color: rgba(255, 255, 255, 0.38); }
    .e-tab.e-background.e-disable .e-tab-header .e-toolbar-item .e-tab-wrap .e-tab-text,
    .e-tab.e-background.e-disable .e-tab-header .e-toolbar-item .e-tab-wrap .e-tab-icon {
      color: rgba(255, 255, 255, 0.38); }
    .e-tab.e-background.e-disable .e-tab-header .e-toolbar-item .e-tab-wrap:focus .e-tab-text,
    .e-tab.e-background.e-disable .e-tab-header .e-toolbar-item .e-tab-wrap:focus .e-tab-icon {
      color: rgba(255, 255, 255, 0.38); }
  .e-tab.e-background.e-disable .e-tab-header .e-toolbar-item.e-active {
    opacity: 1; }
    .e-tab.e-background.e-disable .e-tab-header .e-toolbar-item.e-active .e-tab-wrap,
    .e-tab.e-background.e-disable .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:focus {
      background: #4d4d4d;
      color: rgba(255, 255, 255, 0.38); }
      .e-tab.e-background.e-disable .e-tab-header .e-toolbar-item.e-active .e-tab-wrap .e-tab-text,
      .e-tab.e-background.e-disable .e-tab-header .e-toolbar-item.e-active .e-tab-wrap .e-tab-icon,
      .e-tab.e-background.e-disable .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:focus .e-tab-text,
      .e-tab.e-background.e-disable .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:focus .e-tab-icon {
        color: rgba(255, 255, 255, 0.38); }
  .e-tab.e-background.e-accent .e-tab-header .e-indicator {
    background: #971b1e; }
  .e-tab.e-background.e-accent .e-tab-header.e-disable .e-indicator {
    background: rgba(151, 27, 30, 0.38); }
  .e-tab.e-background.e-focused .e-tab-header .e-toolbar-item .e-tab-wrap:focus {
    background: rgba(255, 255, 255, 0.12); }
    .e-tab.e-background.e-focused .e-tab-header .e-toolbar-item .e-tab-wrap:focus .e-tab-icon,
    .e-tab.e-background.e-focused .e-tab-header .e-toolbar-item .e-tab-wrap:focus .e-tab-text,
    .e-tab.e-background.e-focused .e-tab-header .e-toolbar-item .e-tab-wrap:focus .e-close-icon {
      color: rgba(255, 255, 255, 0.7); }
  .e-tab.e-background.e-focused .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:focus {
    background: rgba(255, 255, 255, 0.12); }
  .e-tab.e-background.e-focused .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:focus .e-tab-text,
  .e-tab.e-background.e-focused .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:focus .e-tab-icon {
    color: white; }
  .e-tab.e-background.e-focused .e-tab-header .e-toolbar-item.e-active.e-itop .e-tab-wrap,
  .e-tab.e-background.e-focused .e-tab-header .e-toolbar-item.e-active.e-ibottom .e-tab-wrap {
    background: rgba(77, 77, 77, 0); }
    .e-tab.e-background.e-focused .e-tab-header .e-toolbar-item.e-active.e-itop .e-tab-wrap:focus,
    .e-tab.e-background.e-focused .e-tab-header .e-toolbar-item.e-active.e-ibottom .e-tab-wrap:focus {
      background: rgba(255, 255, 255, 0.12); }
  .e-tab.e-background.e-focused .e-tab-header .e-scroll-nav:focus .e-nav-arrow {
    color: rgba(255, 255, 255, 0.87); }
  .e-tab.e-background.e-focused .e-tab-header .e-hor-nav:focus .e-popup-up-icon,
  .e-tab.e-background.e-focused .e-tab-header .e-hor-nav:focus .e-popup-down-icon {
    color: rgba(255, 255, 255, 0.87); }
  .e-tab.e-rtl .e-tab-header .e-hscroll.e-rtl .e-scroll-nav {
    border: 0; }
  .e-tab .e-content {
    background: inherit; }
    .e-tab .e-content .e-item {
      background: inherit;
      color: #000; }

/*! TreeView's material theme wise override definitions and variables */
.e-treeview .e-list-item div.e-icons.interaction {
  -webkit-transition: -webkit-transform .3s ease-in-out;
  border-radius: 15px;
  transition: -webkit-transform .3s ease-in-out;
  transition: transform .3s ease-in-out;
  transition: transform .3s ease-in-out, -webkit-transform .3s ease-in-out; }

.e-treeview .e-list-item .e-icons.e-icon-collapsible {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg); }

.e-treeview.e-drag-item.e-rtl .e-icons.e-drop-next {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg); }

.e-treeview.e-rtl div.e-icons {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg); }

/*! TreeView icons */
.e-treeview .e-list-item div.e-icons::before {
  content: '\e22f'; }

.e-treeview .e-sibling::before {
  content: ''; }

.e-treeview .e-popup .e-icons::before {
  content: '\e930'; }

.e-treeview.e-drag-item .e-icons.e-drop-in::before {
  content: '\e22c'; }

.e-treeview.e-drag-item .e-icons.e-drop-out::before {
  content: '\e22b'; }

.e-treeview.e-drag-item .e-icons.e-drop-next::before {
  content: '\e22d'; }

.e-treeview.e-drag-item .e-icons.e-no-drop::before {
  content: '\e22a'; }

@keyframes rotation {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(359deg);
            transform: rotate(359deg); } }

@-webkit-keyframes rotation {
  from {
    -webkit-transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(359deg); } }

.e-bigger .e-treeview .e-navigable .e-text-content,
.e-treeview.e-bigger .e-navigable .e-text-content {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.e-bigger .e-treeview .e-navigable .e-list-text,
.e-treeview.e-bigger .e-navigable .e-list-text {
  padding: 0;
  width: 100%; }

.e-bigger .e-treeview .e-navigable .e-checkbox-wrapper + .e-list-text,
.e-treeview.e-bigger .e-navigable .e-checkbox-wrapper + .e-list-text {
  padding: 0; }

.e-bigger .e-treeview .e-navigable .e-checkbox-wrapper + .e-list-url .e-anchor-wrap .e-list-icon,
.e-bigger .e-treeview .e-navigable .e-checkbox-wrapper + .e-list-url .e-anchor-wrap .e-list-img,
.e-treeview.e-bigger .e-navigable .e-checkbox-wrapper + .e-list-url .e-anchor-wrap .e-list-icon,
.e-treeview.e-bigger .e-navigable .e-checkbox-wrapper + .e-list-url .e-anchor-wrap .e-list-img {
  margin: 0 10px 0 6px; }

.e-bigger .e-treeview .e-navigable .e-anchor-wrap,
.e-treeview.e-bigger .e-navigable .e-anchor-wrap {
  padding: 0 0 0 10px; }

.e-bigger .e-treeview .e-navigable .e-list-icon,
.e-bigger .e-treeview .e-navigable .e-list-img,
.e-bigger .e-treeview .e-navigable .e-list-icon + .e-list-img,
.e-treeview.e-bigger .e-navigable .e-list-icon,
.e-treeview.e-bigger .e-navigable .e-list-img,
.e-treeview.e-bigger .e-navigable .e-list-icon + .e-list-img {
  margin: 0 10px 0 0; }

.e-bigger .e-treeview .e-fullrow,
.e-treeview.e-bigger .e-fullrow {
  height: 40px; }

.e-bigger .e-treeview .e-list-text,
.e-treeview.e-bigger .e-list-text {
  line-height: 38px;
  min-height: 38px;
  padding: 0 10px; }
  .e-bigger .e-treeview .e-list-text .e-input-group,
  .e-treeview.e-bigger .e-list-text .e-input-group {
    height: 38px; }

.e-bigger .e-treeview .e-checkbox-wrapper,
.e-treeview.e-bigger .e-checkbox-wrapper {
  margin: 0 0 0 10px; }
  .e-bigger .e-treeview .e-checkbox-wrapper + .e-list-icon,
  .e-bigger .e-treeview .e-checkbox-wrapper + .e-list-img,
  .e-treeview.e-bigger .e-checkbox-wrapper + .e-list-icon,
  .e-treeview.e-bigger .e-checkbox-wrapper + .e-list-img {
    margin: 0 0 0 16px; }

.e-bigger .e-treeview .e-list-icon,
.e-bigger .e-treeview .e-list-img,
.e-treeview.e-bigger .e-list-icon,
.e-treeview.e-bigger .e-list-img {
  margin: 0 0 0 10px; }
  .e-bigger .e-treeview .e-list-icon + .e-list-icon,
  .e-bigger .e-treeview .e-list-icon + .e-list-img,
  .e-bigger .e-treeview .e-list-img + .e-list-icon,
  .e-bigger .e-treeview .e-list-img + .e-list-img,
  .e-treeview.e-bigger .e-list-icon + .e-list-icon,
  .e-treeview.e-bigger .e-list-icon + .e-list-img,
  .e-treeview.e-bigger .e-list-img + .e-list-icon,
  .e-treeview.e-bigger .e-list-img + .e-list-img {
    margin: 0 0 0 10px; }

.e-bigger .e-treeview .e-icon-collapsible::before,
.e-bigger .e-treeview .e-icon-expandable::before,
.e-treeview.e-bigger .e-icon-collapsible::before,
.e-treeview.e-bigger .e-icon-expandable::before {
  padding: 6px; }

.e-bigger .e-treeview.e-rtl .e-navigable .e-checkbox-wrapper + .e-list-url .e-anchor-wrap .e-list-icon,
.e-bigger .e-treeview.e-rtl .e-navigable .e-checkbox-wrapper + .e-list-url .e-anchor-wrap .e-list-img,
.e-treeview.e-bigger.e-rtl .e-navigable .e-checkbox-wrapper + .e-list-url .e-anchor-wrap .e-list-icon,
.e-treeview.e-bigger.e-rtl .e-navigable .e-checkbox-wrapper + .e-list-url .e-anchor-wrap .e-list-img {
  margin: 0 6px 0 10px; }

.e-bigger .e-treeview.e-rtl .e-navigable .e-anchor-wrap,
.e-treeview.e-bigger.e-rtl .e-navigable .e-anchor-wrap {
  padding: 0 10px 0 0; }

.e-bigger .e-treeview.e-rtl .e-navigable .e-list-icon,
.e-bigger .e-treeview.e-rtl .e-navigable .e-list-img,
.e-bigger .e-treeview.e-rtl .e-navigable .e-list-icon + .e-list-img,
.e-treeview.e-bigger.e-rtl .e-navigable .e-list-icon,
.e-treeview.e-bigger.e-rtl .e-navigable .e-list-img,
.e-treeview.e-bigger.e-rtl .e-navigable .e-list-icon + .e-list-img {
  margin: 0 0 0 10px; }

.e-bigger .e-treeview.e-rtl .e-checkbox-wrapper,
.e-treeview.e-bigger.e-rtl .e-checkbox-wrapper {
  margin: 0 10px 0 0; }
  .e-bigger .e-treeview.e-rtl .e-checkbox-wrapper + .e-list-icon,
  .e-bigger .e-treeview.e-rtl .e-checkbox-wrapper + .e-list-img,
  .e-treeview.e-bigger.e-rtl .e-checkbox-wrapper + .e-list-icon,
  .e-treeview.e-bigger.e-rtl .e-checkbox-wrapper + .e-list-img {
    margin: 0 16px 0 0; }

.e-bigger .e-treeview.e-rtl .e-list-icon,
.e-bigger .e-treeview.e-rtl .e-list-img,
.e-treeview.e-bigger.e-rtl .e-list-icon,
.e-treeview.e-bigger.e-rtl .e-list-img {
  margin: 0 10px 0 0; }
  .e-bigger .e-treeview.e-rtl .e-list-icon + .e-list-icon,
  .e-bigger .e-treeview.e-rtl .e-list-icon + .e-list-img,
  .e-bigger .e-treeview.e-rtl .e-list-img + .e-list-icon,
  .e-bigger .e-treeview.e-rtl .e-list-img + .e-list-img,
  .e-treeview.e-bigger.e-rtl .e-list-icon + .e-list-icon,
  .e-treeview.e-bigger.e-rtl .e-list-icon + .e-list-img,
  .e-treeview.e-bigger.e-rtl .e-list-img + .e-list-icon,
  .e-treeview.e-bigger.e-rtl .e-list-img + .e-list-img {
    margin: 0 10px 0 0; }

.e-treeview {
  display: block;
  overflow: hidden;
  position: relative;
  white-space: nowrap; }
  .e-treeview &gt; .e-ul {
    -webkit-overflow-scrolling: touch;
    overflow: auto; }
  .e-treeview .e-ul {
    margin: 0;
    padding: 0 0 0 24px; }
  .e-treeview li.e-node-collapsed .e-list-item .e-fullrow {
    display: none; }
  .e-treeview .e-display-none {
    display: none; }
  .e-treeview .e-list-item {
    list-style: none;
    padding: 2px 0; }
    .e-treeview .e-list-item .e-ul {
      margin: 2px 0 -2px;
      padding: 0 0 0 24px; }
    .e-treeview .e-list-item.e-disable &gt; .e-text-content,
    .e-treeview .e-list-item.e-disable &gt; .e-fullrow {
      -ms-touch-action: none;
      filter: alpha(opacity=50);
      opacity: .5;
      pointer-events: none;
      touch-action: none; }
  .e-treeview .e-list-item .e-icons.e-icons-spinner::before {
    content: none; }
  .e-treeview .e-icons .e-spinner-pane {
    position: relative; }
  .e-treeview .e-text-content {
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-user-select: none;
    user-select: none;
    border: 1px solid;
    cursor: pointer;
    margin: 0;
    padding: 0 0 0 24px; }
  .e-treeview .e-fullrow {
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-user-select: none;
    user-select: none;
    border: 1px solid;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    cursor: pointer;
    height: 32px;
    left: 0;
    overflow: hidden;
    position: absolute;
    width: 100%; }
  .e-treeview .e-checkbox-wrapper {
    margin: 0 0 0 5px;
    pointer-events: all;
    position: relative; }
    .e-treeview .e-checkbox-wrapper + .e-list-icon,
    .e-treeview .e-checkbox-wrapper + .e-list-img {
      margin: 0 0 0 12px; }
    .e-treeview .e-checkbox-wrapper + .e-list-text {
      padding: 0 10px; }
    .e-treeview .e-checkbox-wrapper .e-ripple-container {
      bottom: -7px;
      height: 32px;
      left: -7px;
      right: -7px;
      top: -7px;
      width: 32px; }
  .e-treeview .e-list-text {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    display: inline-block;
    line-height: 30px;
    margin: 0;
    min-height: 30px;
    padding: 0 5px;
    text-decoration: none;
    vertical-align: middle; }
    .e-treeview .e-list-text .e-input-group {
      height: 30px;
      margin-bottom: 0;
      min-width: 150px;
      vertical-align: bottom; }
  .e-treeview .e-list-icon,
  .e-treeview .e-list-img {
    display: inline-block;
    height: 18px;
    margin: 0 0 0 5px;
    vertical-align: middle;
    width: 18px; }
    .e-treeview .e-list-icon + .e-list-icon,
    .e-treeview .e-list-icon + .e-list-img,
    .e-treeview .e-list-img + .e-list-icon,
    .e-treeview .e-list-img + .e-list-img {
      margin: 0 0 0 10px; }
    .e-treeview .e-list-icon + .e-list-text,
    .e-treeview .e-list-img + .e-list-text {
      padding: 0 10px; }
  .e-treeview .e-icon-collapsible,
  .e-treeview .e-icon-expandable {
    display: inline-block;
    height: 24px;
    margin: 0 0 0 -24px;
    vertical-align: middle;
    width: 24px; }
  .e-treeview .e-icon-collapsible::before,
  .e-treeview .e-icon-expandable::before {
    display: inline-block;
    padding: 7px; }
  .e-treeview .e-load {
    -webkit-animation: rotation .5s infinite linear;
    animation: rotation .5s infinite linear; }
  .e-treeview .e-sibling {
    border-radius: 10px;
    height: 6px;
    margin-top: -5px;
    position: absolute;
    width: 6px;
    z-index: 2; }
  .e-treeview .e-text-content + .e-sibling {
    margin-top: -1px; }
  .e-treeview .e-sibling::before {
    left: 6px;
    top: 3px;
    height: 1px;
    position: absolute;
    width: 144px;
    z-index: 2; }
  .e-treeview .e-popup {
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-user-select: none;
    user-select: none;
    font-weight: normal;
    position: absolute;
    z-index: 99999; }
    .e-treeview .e-popup .e-content {
      border-radius: 4px;
      border-style: solid;
      border-width: 1px;
      font-size: 14px;
      padding: 4px; }
    .e-treeview .e-popup .e-icons {
      border: 1px solid transparent;
      cursor: pointer;
      display: inline-block;
      height: 26px;
      line-height: 18px;
      padding: 4px;
      width: 26px; }
    .e-treeview .e-popup .e-downtail::before,
    .e-treeview .e-popup .e-downtail::after {
      border: 10px solid transparent;
      content: '';
      height: 0;
      left: 8px;
      position: absolute;
      width: 0; }
    .e-treeview .e-popup .e-downtail::after {
      bottom: -18px; }
  .e-treeview.e-fullrow-wrap .e-text-content {
    pointer-events: none;
    position: relative; }
  .e-treeview.e-fullrow-wrap .e-icon-collapsible,
  .e-treeview.e-fullrow-wrap .e-icon-expandable,
  .e-treeview.e-fullrow-wrap .e-input,
  .e-treeview.e-fullrow-wrap .e-list-url {
    pointer-events: auto; }
  .e-treeview .e-navigable .e-text-content {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .e-treeview .e-navigable .e-list-url {
    padding: 0;
    width: 100%; }
  .e-treeview .e-navigable .e-checkbox-wrapper + .e-list-url .e-anchor-wrap {
    padding: 0 0 0 10px; }
    .e-treeview .e-navigable .e-checkbox-wrapper + .e-list-url .e-anchor-wrap .e-list-icon,
    .e-treeview .e-navigable .e-checkbox-wrapper + .e-list-url .e-anchor-wrap .e-list-img {
      margin: 0 10px 0 2px; }
    .e-treeview .e-navigable .e-checkbox-wrapper + .e-list-url .e-anchor-wrap .e-list-icon + .e-list-img {
      margin: 0 10px 0 0; }
  .e-treeview .e-navigable .e-anchor-wrap {
    padding: 0 0 0 5px; }
  .e-treeview .e-navigable .e-list-icon,
  .e-treeview .e-navigable .e-list-img {
    margin: 0 10px 0 0; }
  .e-treeview.e-drag-item {
    overflow: visible;
    z-index: 10000; }
    .e-treeview.e-drag-item .e-text-content {
      float: left; }
    .e-treeview.e-drag-item .e-icon-collapsible::before,
    .e-treeview.e-drag-item .e-icon-expandable::before {
      font-size: 12px;
      padding: 6px; }
    .e-treeview.e-drag-item .e-drop-count {
      border: 1px solid;
      border-radius: 15px;
      -webkit-box-sizing: content-box;
              box-sizing: content-box;
      font-size: 13px;
      line-height: normal;
      min-width: 12px;
      padding: 3px 5px 4px;
      margin-left: -12px;
      position: absolute;
      text-align: center;
      top: -10px; }
  .e-treeview.e-dragging .e-text-content,
  .e-treeview.e-dragging .e-fullrow {
    cursor: default; }
  .e-treeview.e-rtl .e-navigable .e-checkbox-wrapper + .e-list-url .e-anchor-wrap {
    padding: 0 10px 0 0; }
    .e-treeview.e-rtl .e-navigable .e-checkbox-wrapper + .e-list-url .e-anchor-wrap .e-list-icon,
    .e-treeview.e-rtl .e-navigable .e-checkbox-wrapper + .e-list-url .e-anchor-wrap .e-list-img {
      margin: 0 2px 0 10px; }
    .e-treeview.e-rtl .e-navigable .e-checkbox-wrapper + .e-list-url .e-anchor-wrap .e-list-icon + .e-list-img {
      margin: 0 0 0 10px; }
  .e-treeview.e-rtl .e-navigable .e-anchor-wrap {
    padding: 0 5px 0 0; }
  .e-treeview.e-rtl .e-navigable .e-list-icon,
  .e-treeview.e-rtl .e-navigable .e-list-img,
  .e-treeview.e-rtl .e-navigable .e-list-icon + .e-list-img {
    margin: 0 0 0 10px; }
  .e-treeview.e-rtl .e-ul {
    padding: 0 24px 0 0; }
  .e-treeview.e-rtl .e-list-item .e-ul {
    padding: 0 24px 0 0; }
  .e-treeview.e-rtl .e-text-content {
    padding: 0 24px 0 0; }
  .e-treeview.e-rtl .e-checkbox-wrapper {
    margin: 0 5px 0 0; }
    .e-treeview.e-rtl .e-checkbox-wrapper + .e-list-icon,
    .e-treeview.e-rtl .e-checkbox-wrapper + .e-list-img {
      margin: 0 12px 0 0; }
  .e-treeview.e-rtl .e-list-icon,
  .e-treeview.e-rtl .e-list-img {
    margin: 0 5px 0 0; }
    .e-treeview.e-rtl .e-list-icon + .e-list-icon,
    .e-treeview.e-rtl .e-list-icon + .e-list-img,
    .e-treeview.e-rtl .e-list-img + .e-list-icon,
    .e-treeview.e-rtl .e-list-img + .e-list-img {
      margin: 0 10px 0 0; }
  .e-treeview.e-rtl .e-icon-collapsible,
  .e-treeview.e-rtl .e-icon-expandable {
    margin: 0 -24px 0 0; }
  .e-treeview.e-rtl .e-sibling::before {
    right: 6px;
    top: 3px; }
  .e-treeview.e-rtl.e-drag-item .e-text-content {
    float: right; }
  .e-treeview.e-rtl.e-drag-item .e-drop-count {
    margin-right: -12px; }
  .e-treeview.e-disabled .e-fullrow,
  .e-treeview.e-disabled .e-icons,
  .e-treeview.e-disabled .e-text-content,
  .e-treeview.e-disabled .e-list-img,
  .e-treeview.e-disabled .e-list-icon {
    cursor: auto; }
  .e-treeview.e-disabled .e-list-url {
    cursor: default;
    pointer-events: none; }
  .e-treeview.e-interaction.e-fullrow-wrap .e-text-content {
    pointer-events: auto; }

.e-bigger .e-treeview .e-list-text,
.e-treeview.e-bigger .e-list-text {
  font-size: 14px; }

.e-bigger .e-treeview .e-icon-collapsible::before,
.e-bigger .e-treeview .e-icon-expandable::before,
.e-treeview.e-bigger .e-icon-collapsible::before,
.e-treeview.e-bigger .e-icon-expandable::before {
  font-size: 12px; }

.e-treeview {
  -webkit-tap-highlight-color: transparent; }
  .e-treeview .e-text-content,
  .e-treeview .e-fullrow {
    border-color: transparent; }
  .e-treeview .e-list-text {
    color: rgba(0, 0, 0, 0.87);
    font-size: 13px; }
  .e-treeview .e-list-icon,
  .e-treeview .e-list-img {
    font-size: 18px; }
  .e-treeview .e-icon-collapsible,
  .e-treeview .e-icon-expandable {
    color: rgba(0, 0, 0, 0.54); }
  .e-treeview .e-icon-collapsible::before,
  .e-treeview .e-icon-expandable::before {
    font-size: 10px; }
  .e-treeview .e-list-item.e-active,
  .e-treeview .e-list-item.e-hover {
    background: transparent; }
  .e-treeview .e-list-item.e-hover &gt; .e-text-content {
    color: rgba(0, 0, 0, 0.87); }
    .e-treeview .e-list-item.e-hover &gt; .e-text-content .e-list-text {
      color: rgba(0, 0, 0, 0.87); }
    .e-treeview .e-list-item.e-hover &gt; .e-text-content .e-icon-collapsible,
    .e-treeview .e-list-item.e-hover &gt; .e-text-content .e-icon-expandable {
      color: rgba(0, 0, 0, 0.54); }
  .e-treeview .e-list-item.e-active &gt; .e-text-content {
    color: #971b1e; }
    .e-treeview .e-list-item.e-active &gt; .e-text-content .e-list-text {
      color: #971b1e; }
    .e-treeview .e-list-item.e-active &gt; .e-text-content .e-icon-collapsible,
    .e-treeview .e-list-item.e-active &gt; .e-text-content .e-icon-expandable {
      color: rgba(0, 0, 0, 0.54); }
  .e-treeview .e-list-item.e-active.e-hover &gt; .e-text-content {
    color: #971b1e; }
    .e-treeview .e-list-item.e-active.e-hover &gt; .e-text-content .e-list-text {
      color: #971b1e; }
    .e-treeview .e-list-item.e-active.e-hover &gt; .e-text-content .e-icon-collapsible,
    .e-treeview .e-list-item.e-active.e-hover &gt; .e-text-content .e-icon-expandable {
      color: rgba(0, 0, 0, 0.54); }
  .e-treeview .e-list-item.e-editing.e-active &gt; .e-text-content,
  .e-treeview .e-list-item.e-editing.e-hover &gt; .e-text-content {
    color: rgba(0, 0, 0, 0.87); }
    .e-treeview .e-list-item.e-editing.e-active &gt; .e-text-content .e-list-text,
    .e-treeview .e-list-item.e-editing.e-hover &gt; .e-text-content .e-list-text {
      color: rgba(0, 0, 0, 0.87); }
    .e-treeview .e-list-item.e-editing.e-active &gt; .e-text-content .e-icon-collapsible,
    .e-treeview .e-list-item.e-editing.e-active &gt; .e-text-content .e-icon-expandable,
    .e-treeview .e-list-item.e-editing.e-hover &gt; .e-text-content .e-icon-collapsible,
    .e-treeview .e-list-item.e-editing.e-hover &gt; .e-text-content .e-icon-expandable {
      color: rgba(0, 0, 0, 0.54); }
  .e-treeview .e-list-item.e-hover &gt; .e-fullrow {
    background-color: #f5f5f5;
    border-color: #f5f5f5; }
  .e-treeview .e-list-item.e-active &gt; .e-fullrow {
    background-color: #eee;
    border-color: #eee; }
  .e-treeview .e-list-item.e-active.e-animation-active &gt; .e-fullrow {
    background-color: transparent;
    border-color: transparent; }
  .e-treeview .e-list-item.e-active.e-animation-active &gt; .e-text-content {
    color: rgba(0, 0, 0, 0.87); }
    .e-treeview .e-list-item.e-active.e-animation-active &gt; .e-text-content .e-list-text {
      color: rgba(0, 0, 0, 0.87); }
  .e-treeview .e-list-item.e-active.e-hover &gt; .e-fullrow {
    background-color: #e0e0e0;
    border-color: #e0e0e0; }
  .e-treeview .e-list-item.e-editing.e-active &gt; .e-fullrow,
  .e-treeview .e-list-item.e-editing.e-hover &gt; .e-fullrow {
    background-color: transparent;
    border-color: transparent; }
  .e-treeview .e-list-item.e-disable &gt; .e-text-content,
  .e-treeview .e-list-item.e-disable &gt; .e-fullrow {
    color: rgba(0, 0, 0, 0.54); }
  .e-treeview .e-list-item.e-disable .e-icon-collapsible,
  .e-treeview .e-list-item.e-disable .e-icon-expandable {
    color: rgba(0, 0, 0, 0.87); }
  .e-treeview .e-sibling {
    background: #971b1e; }
  .e-treeview .e-sibling::before {
    background: rgba(0, 0, 0, 0.54); }
  .e-treeview .e-popup .e-content {
    background-color: #fff;
    border-color: #eee; }
  .e-treeview .e-popup.e-select .e-icons {
    border-color: #eee; }
  .e-treeview .e-popup .e-downtail::before {
    border-top-color: #eee; }
  .e-treeview .e-popup .e-downtail::after {
    border-top-color: #fff; }
  .e-treeview:not(.e-fullrow-wrap) .e-list-item.e-hover &gt; .e-text-content {
    background-color: #f5f5f5;
    border-color: #f5f5f5; }
  .e-treeview:not(.e-fullrow-wrap) .e-list-item.e-active &gt; .e-text-content {
    background-color: #eee;
    border-color: #eee; }
  .e-treeview:not(.e-fullrow-wrap) .e-list-item.e-active.e-hover &gt; .e-text-content {
    background-color: #e0e0e0;
    border-color: #e0e0e0; }
  .e-treeview:not(.e-fullrow-wrap) .e-list-item.e-editing.e-active &gt; .e-text-content,
  .e-treeview:not(.e-fullrow-wrap) .e-list-item.e-editing.e-hover &gt; .e-text-content {
    background-color: transparent;
    border-color: transparent; }
  .e-treeview.e-fullrow-wrap .e-text-content {
    border-color: transparent; }
  .e-treeview.e-drag-item {
    background-color: #eee;
    font-family: "Roboto", "Segoe UI", "GeezaPro", "DejaVu Serif", "sans-serif", "-apple-system", "BlinkMacSystemFont"; }
    .e-treeview.e-drag-item .e-icon-collapsible::before,
    .e-treeview.e-drag-item .e-icon-expandable::before {
      font-size: 12px; }
    .e-treeview.e-drag-item .e-list-text {
      color: rgba(0, 0, 0, 0.54); }
    .e-treeview.e-drag-item .e-icons {
      color: rgba(0, 0, 0, 0.54); }
    .e-treeview.e-drag-item .e-drop-count {
      background-color: #971b1e;
      border-color: #fff;
      color: #fff; }
    .e-treeview.e-drag-item.e-rtl .e-sibling {
      background: #971b1e; }

/*! Material theme definition's */
/*! component's theme wise override definitions and variables */
ejs-sidebar {
  display: block; }

.e-sidebar {
  -webkit-tap-highlight-color: transparent;
  background: #fff;
  height: 100%;
  overflow: auto;
  position: fixed;
  top: 0;
  -webkit-transition: none;
  transition: none;
  vertical-align: middle;
  visibility: hidden;
  will-change: transform; }
  .e-sidebar.e-right.e-open {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
    -webkit-transition: -webkit-transform .5s ease;
    transition: -webkit-transform .5s ease;
    transition: transform .5s ease;
    transition: transform .5s ease, -webkit-transform .5s ease;
    visibility: visible; }
  .e-sidebar.e-right.e-close {
    -webkit-box-shadow: none;
            box-shadow: none;
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
    -webkit-transition: visibility 500ms, -webkit-transform .5s ease;
    transition: visibility 500ms, -webkit-transform .5s ease;
    transition: transform .5s ease, visibility 500ms;
    transition: transform .5s ease, visibility 500ms, -webkit-transform .5s ease;
    visibility: hidden; }
  .e-sidebar.e-left.e-open {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
    -webkit-transition: -webkit-transform .5s ease;
    transition: -webkit-transform .5s ease;
    transition: transform .5s ease;
    transition: transform .5s ease, -webkit-transform .5s ease;
    visibility: visible; }
  .e-sidebar.e-left.e-transition.e-close, .e-sidebar.e-right.e-transition.e-close {
    -webkit-transition: visibility 500ms, -webkit-transform .5s ease;
    transition: visibility 500ms, -webkit-transform .5s ease;
    transition: transform .5s ease, visibility 500ms;
    transition: transform .5s ease, visibility 500ms, -webkit-transform .5s ease; }
  .e-sidebar.e-left.e-close {
    -webkit-box-shadow: none;
            box-shadow: none;
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
    visibility: hidden; }
  .e-sidebar.e-right.e-close {
    -webkit-box-shadow: none;
            box-shadow: none;
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
    -webkit-transition: visibility 500ms, -webkit-transform .5s ease;
    transition: visibility 500ms, -webkit-transform .5s ease;
    transition: transform .5s ease, visibility 500ms;
    transition: transform .5s ease, visibility 500ms, -webkit-transform .5s ease;
    visibility: hidden; }
  .e-sidebar.e-right {
    border-left: 1px solid rgba(0, 0, 0, 0.12);
    left: auto;
    right: 0;
    top: 0; }
  .e-sidebar.e-left {
    border-right: 1px solid rgba(0, 0, 0, 0.12);
    left: 0;
    right: auto;
    top: 0; }
  .e-sidebar.e-left.e-close.e-dock {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
    -webkit-transition: width .5s ease, visibility 500ms;
    transition: width .5s ease, visibility 500ms;
    visibility: visible; }
  .e-sidebar.e-right.e-close.e-dock {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
    -webkit-transition: width .5s ease, visibility 500ms;
    transition: width .5s ease, visibility 500ms;
    visibility: visible; }
  .e-sidebar.e-left.e-open.e-disable-animation, .e-sidebar.e-right.e-open.e-disable-animation, .e-sidebar.e-right.e-close.e-disable-animation, .e-sidebar.e-left.e-close.e-disable-animation {
    -webkit-transition: none;
    transition: none; }
  .e-sidebar.e-visibility {
    visibility: hidden; }
  .e-sidebar.e-over {
    -webkit-box-shadow: 0 0 16px rgba(0, 0, 0, 0.18);
            box-shadow: 0 0 16px rgba(0, 0, 0, 0.18); }

.e-sidebar-absolute {
  position: absolute; }

.e-sidebar-context {
  overflow-x: hidden;
  position: relative; }

.e-backdrop {
  background-color: rgba(0, 0, 0, 0.6);
  height: 100%;
  left: 0;
  opacity: .5;
  pointer-events: auto;
  top: 0;
  width: auto;
  z-index: 999; }

.e-content-animation {
  transition: margin .5s ease, -webkit-transform .5s ease, transform .5s ease; }
  .e-content-animation.e-overlay {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    overflow: auto;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none; }

.e-disable-interaction {
  pointer-events: none;
  -ms-touch-action: none;
      touch-action: none; }

.e-sidebar-overflow {
  overflow-x: hidden !important; }

.e-sidebar-overlay {
  background-color: rgba(0, 0, 0, 0.6);
  height: 100%;
  left: 0;
  opacity: .5;
  pointer-events: auto;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 999; }

.e-content-placeholder.e-sidebar.e-placeholder-sidebar {
  left: 0;
  position: fixed;
  right: auto;
  top: 0;
  visibility: visible; }

/*! menu layout */
.e-menu-wrapper ul.e-vertical .e-menu-item .e-caret::before,
.e-menu-container ul.e-vertical .e-menu-item .e-caret::before {
  content: '\e956'; }

.e-menu-wrapper ul .e-menu-item .e-caret::before,
.e-menu-container ul .e-menu-item .e-caret::before {
  content: '\e94d'; }

.e-menu-wrapper .e-ul .e-menu-item .e-caret::before,
.e-menu-container .e-ul .e-menu-item .e-caret::before {
  content: '\e956'; }

.e-menu-wrapper.e-hamburger .e-menu-header .e-menu-icon::before,
.e-menu-container.e-hamburger .e-menu-header .e-menu-icon::before {
  content: '\e99a'; }

.e-menu-wrapper.e-hamburger.e-close-icon .e-menu-header .e-menu-icon::before,
.e-menu-container.e-hamburger.e-close-icon .e-menu-header .e-menu-icon::before {
  content: '\eb36'; }

.e-menu-wrapper.e-hamburger .e-vertical .e-menu-item .e-caret::before,
.e-menu-wrapper.e-hamburger .e-menu-item .e-caret::before,
.e-menu-container.e-hamburger .e-vertical .e-menu-item .e-caret::before,
.e-menu-container.e-hamburger .e-menu-item .e-caret::before {
  content: '\e94d'; }

.e-menu-wrapper.e-rtl.e-hamburger ul.e-ul .e-caret::before,
.e-menu-container.e-rtl.e-hamburger ul.e-ul .e-caret::before {
  content: '\e94d'; }

.e-menu-wrapper .e-menu-hscroll.e-hscroll .e-nav-left-arrow::before,
.e-menu-wrapper .e-menu-hscroll.e-hscroll .e-nav-right-arrow::before,
.e-menu-container .e-menu-hscroll.e-hscroll .e-nav-left-arrow::before,
.e-menu-container .e-menu-hscroll.e-hscroll .e-nav-right-arrow::before {
  content: '\e956'; }

.e-menu-wrapper .e-menu-vscroll.e-vscroll .e-nav-up-arrow::before,
.e-menu-wrapper .e-menu-vscroll.e-vscroll .e-nav-down-arrow::before,
.e-menu-container .e-menu-vscroll.e-vscroll .e-nav-up-arrow::before,
.e-menu-container .e-menu-vscroll.e-vscroll .e-nav-down-arrow::before {
  content: '\e94d'; }

.e-rtl.e-menu-wrapper ul.e-vertical .e-caret::before,
.e-rtl.e-menu-container ul.e-vertical .e-caret::before {
  content: '\e937'; }

.e-rtl.e-menu-wrapper ul.e-ul .e-caret::before,
.e-rtl.e-menu-container ul.e-ul .e-caret::before {
  content: '\e937'; }

.e-bigger .e-rtl.e-menu-wrapper ul.e-vertical .e-caret::before,
.e-bigger.e-rtl.e-menu-wrapper ul.e-vertical .e-caret::before,
.e-bigger .e-rtl.e-menu-container ul.e-vertical .e-caret::before,
.e-bigger.e-rtl.e-menu-container ul.e-vertical .e-caret::before {
  content: '\e937'; }

.e-bigger .e-rtl.e-menu-wrapper ul.e-ul .e-caret::before,
.e-bigger.e-rtl.e-menu-wrapper ul.e-ul .e-caret::before,
.e-bigger .e-rtl.e-menu-container ul.e-ul .e-caret::before,
.e-bigger.e-rtl.e-menu-container ul.e-ul .e-caret::before {
  content: '\e937'; }

.e-bigger .e-rtl.e-menu-wrapper.e-hamburger ul.e-ul .e-caret::before,
.e-bigger.e-rtl.e-menu-wrapper.e-hamburger ul.e-ul .e-caret::before,
.e-bigger .e-rtl.e-menu-container.e-hamburger ul.e-ul .e-caret::before,
.e-bigger.e-rtl.e-menu-container.e-hamburger ul.e-ul .e-caret::before {
  content: '\e94d'; }

/*! menu layout */
.e-menu-wrapper,
.e-menu-container {
  border: none;
  border-radius: 0;
  display: inline-block;
  line-height: 0; }
  .e-menu-wrapper .e-menu-vscroll,
  .e-menu-container .e-menu-vscroll {
    height: inherit; }
  .e-menu-wrapper ul,
  .e-menu-container ul {
    font-weight: normal;
    list-style-image: none;
    list-style-position: outside;
    list-style-type: none;
    margin: 0;
    overflow: hidden;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    font-size: 13px;
    padding: 0;
    text-align: left;
    white-space: nowrap; }
    .e-menu-wrapper ul.e-ul,
    .e-menu-wrapper ul.e-ul *,
    .e-menu-container ul.e-ul,
    .e-menu-container ul.e-ul * {
      -webkit-box-sizing: border-box;
              box-sizing: border-box; }
      .e-menu-wrapper ul.e-ul:focus,
      .e-menu-wrapper ul.e-ul *:focus,
      .e-menu-container ul.e-ul:focus,
      .e-menu-container ul.e-ul *:focus {
        outline: none; }
    .e-menu-wrapper ul.e-vertical,
    .e-menu-container ul.e-vertical {
      min-width: 120px; }
      .e-menu-wrapper ul.e-vertical .e-menu-item,
      .e-menu-container ul.e-vertical .e-menu-item {
        display: list-item; }
      .e-menu-wrapper ul.e-vertical .e-separator,
      .e-menu-container ul.e-vertical .e-separator {
        border-bottom-style: solid;
        border-bottom-width: 1px;
        height: auto; }
    .e-menu-wrapper ul.e-menu,
    .e-menu-container ul.e-menu {
      display: inline-block; }
      .e-menu-wrapper ul.e-menu:not(.e-vertical),
      .e-menu-container ul.e-menu:not(.e-vertical) {
        padding: 0; }
        .e-menu-wrapper ul.e-menu:not(.e-vertical) .e-separator,
        .e-menu-container ul.e-menu:not(.e-vertical) .e-separator {
          border-right-style: solid;
          border-right-width: 1px;
          padding: 0; }
      .e-menu-wrapper ul.e-menu .e-menu-item .e-menu-icon,
      .e-menu-container ul.e-menu .e-menu-item .e-menu-icon {
        width: 24px; }
    .e-menu-wrapper ul .e-menu-item,
    .e-menu-container ul .e-menu-item {
      cursor: pointer;
      position: relative;
      display: -webkit-inline-box;
      display: -ms-inline-flexbox;
      display: inline-flex;
      height: 42px;
      line-height: 42px;
      padding: 0 12px;
      vertical-align: top;
      white-space: nowrap; }
      .e-menu-wrapper ul .e-menu-item.e-menu-hide,
      .e-menu-container ul .e-menu-item.e-menu-hide {
        display: none; }
      .e-menu-wrapper ul .e-menu-item.e-menu-header,
      .e-menu-container ul .e-menu-item.e-menu-header {
        border-bottom-style: solid;
        border-bottom-width: 1px; }
      .e-menu-wrapper ul .e-menu-item .e-menu-url,
      .e-menu-container ul .e-menu-item .e-menu-url {
        text-decoration: none; }
      .e-menu-wrapper ul .e-menu-item .e-menu-icon,
      .e-menu-container ul .e-menu-item .e-menu-icon {
        display: inline-block;
        vertical-align: middle; }
      .e-menu-wrapper ul .e-menu-item.e-separator,
      .e-menu-container ul .e-menu-item.e-separator {
        cursor: auto;
        line-height: normal;
        pointer-events: none; }
      .e-menu-wrapper ul .e-menu-item .e-menu-icon,
      .e-menu-container ul .e-menu-item .e-menu-icon {
        font-size: 14px;
        height: auto;
        line-height: 42px;
        margin-right: 8px;
        text-align: center; }
      .e-menu-wrapper ul .e-menu-item .e-caret,
      .e-menu-container ul .e-menu-item .e-caret {
        font-size: 10px;
        height: auto;
        line-height: 42px;
        position: absolute;
        right: 12px;
        top: 0;
        width: auto; }
      .e-menu-wrapper ul .e-menu-item.e-menu-caret-icon,
      .e-menu-container ul .e-menu-item.e-menu-caret-icon {
        padding-right: 30px; }
      .e-menu-wrapper ul .e-menu-item.e-disabled,
      .e-menu-container ul .e-menu-item.e-disabled {
        cursor: auto;
        opacity: 0.38;
        pointer-events: none; }
  .e-menu-wrapper .e-ul,
  .e-menu-container .e-ul {
    font-size: 14px;
    padding: 8px 0;
    min-width: 120px; }
    .e-menu-wrapper .e-ul .e-menu-item,
    .e-menu-container .e-ul .e-menu-item {
      height: 36px;
      line-height: 36px;
      padding: 0 16px;
      display: list-item; }
      .e-menu-wrapper .e-ul .e-menu-item .e-menu-url,
      .e-menu-container .e-ul .e-menu-item .e-menu-url {
        display: inline-block;
        min-width: 120px; }
      .e-menu-wrapper .e-ul .e-menu-item .e-menu-icon,
      .e-menu-container .e-ul .e-menu-item .e-menu-icon {
        font-size: 14px;
        line-height: 36px;
        margin-right: 10px;
        width: 1em; }
      .e-menu-wrapper .e-ul .e-menu-item .e-caret,
      .e-menu-container .e-ul .e-menu-item .e-caret {
        line-height: 36px;
        margin-left: 16px;
        margin-right: 0;
        position: absolute;
        right: 8px; }
      .e-menu-wrapper .e-ul .e-menu-item.e-menu-caret-icon,
      .e-menu-container .e-ul .e-menu-item.e-menu-caret-icon {
        padding-right: 36px; }
      .e-menu-wrapper .e-ul .e-menu-item.e-separator,
      .e-menu-container .e-ul .e-menu-item.e-separator {
        border-bottom-style: solid;
        border-bottom-width: 1px;
        height: auto;
        margin: 8px 0; }
      .e-menu-wrapper .e-ul .e-menu-item .e-caret,
      .e-menu-container .e-ul .e-menu-item .e-caret {
        font-size: 11px; }
  .e-menu-wrapper.e-menu-icon-right .e-menu-header .e-menu-icon,
  .e-menu-container.e-menu-icon-right .e-menu-header .e-menu-icon {
    float: right; }
  .e-menu-wrapper.e-menu-icon-right .e-menu-header .e-menu-title,
  .e-menu-container.e-menu-icon-right .e-menu-header .e-menu-title {
    padding: 0 16px; }
  .e-menu-wrapper .e-menu-header,
  .e-menu-container .e-menu-header {
    display: none;
    font-family: "Roboto", "Segoe UI", "GeezaPro", "DejaVu Serif", "sans-serif", "-apple-system", "BlinkMacSystemFont";
    font-size: 14px;
    font-weight: normal;
    height: 42px;
    line-height: 42px;
    text-align: left;
    white-space: nowrap; }
    .e-menu-wrapper .e-menu-header .e-menu-title,
    .e-menu-wrapper .e-menu-header .e-menu-icon,
    .e-menu-container .e-menu-header .e-menu-title,
    .e-menu-container .e-menu-header .e-menu-icon {
      display: inline-block;
      line-height: inherit; }
    .e-menu-wrapper .e-menu-header .e-menu-icon,
    .e-menu-container .e-menu-header .e-menu-icon {
      cursor: pointer;
      float: left;
      outline: none;
      padding: 0 16px; }
  .e-menu-wrapper .e-menu-hscroll.e-hscroll:not(.e-scroll-device),
  .e-menu-container .e-menu-hscroll.e-hscroll:not(.e-scroll-device) {
    padding: 0 30px; }
    .e-menu-wrapper .e-menu-hscroll.e-hscroll:not(.e-scroll-device) .e-scroll-nav,
    .e-menu-container .e-menu-hscroll.e-hscroll:not(.e-scroll-device) .e-scroll-nav {
      width: 30px; }
      .e-menu-wrapper .e-menu-hscroll.e-hscroll:not(.e-scroll-device) .e-scroll-nav:focus, .e-menu-wrapper .e-menu-hscroll.e-hscroll:not(.e-scroll-device) .e-scroll-nav:hover,
      .e-menu-container .e-menu-hscroll.e-hscroll:not(.e-scroll-device) .e-scroll-nav:focus,
      .e-menu-container .e-menu-hscroll.e-hscroll:not(.e-scroll-device) .e-scroll-nav:hover {
        border: 0; }
      .e-menu-wrapper .e-menu-hscroll.e-hscroll:not(.e-scroll-device) .e-scroll-nav.e-scroll-right-nav,
      .e-menu-container .e-menu-hscroll.e-hscroll:not(.e-scroll-device) .e-scroll-nav.e-scroll-right-nav {
        border-left: none; }
      .e-menu-wrapper .e-menu-hscroll.e-hscroll:not(.e-scroll-device) .e-scroll-nav.e-scroll-left-nav,
      .e-menu-container .e-menu-hscroll.e-hscroll:not(.e-scroll-device) .e-scroll-nav.e-scroll-left-nav {
        border-right: none; }
    .e-menu-wrapper .e-menu-hscroll.e-hscroll:not(.e-scroll-device) .e-hscroll-bar,
    .e-menu-container .e-menu-hscroll.e-hscroll:not(.e-scroll-device) .e-hscroll-bar {
      overflow-y: hidden; }
  .e-menu-wrapper .e-scroll-nav .e-nav-arrow,
  .e-menu-container .e-scroll-nav .e-nav-arrow {
    font-size: 10px; }
    .e-menu-wrapper .e-scroll-nav .e-nav-arrow.e-nav-left-arrow,
    .e-menu-container .e-scroll-nav .e-nav-arrow.e-nav-left-arrow {
      -webkit-transform: rotate(180deg);
              transform: rotate(180deg); }
    .e-menu-wrapper .e-scroll-nav .e-nav-arrow.e-nav-up-arrow,
    .e-menu-container .e-scroll-nav .e-nav-arrow.e-nav-up-arrow {
      -webkit-transform: rotate(180deg);
              transform: rotate(180deg); }
  .e-menu-wrapper.e-rtl .e-scroll-nav .e-nav-arrow.e-nav-left-arrow,
  .e-menu-container.e-rtl .e-scroll-nav .e-nav-arrow.e-nav-left-arrow {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  .e-menu-wrapper.e-rtl .e-scroll-nav .e-nav-arrow.e-nav-right-arrow,
  .e-menu-container.e-rtl .e-scroll-nav .e-nav-arrow.e-nav-right-arrow {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg); }
  .e-menu-wrapper.e-popup.e-menu-popup,
  .e-menu-container.e-popup.e-menu-popup {
    border: none;
    -webkit-box-shadow: 0 5px 5px -3px rgba(0, 0, 0, 0.2), 0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12);
            box-shadow: 0 5px 5px -3px rgba(0, 0, 0, 0.2), 0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12);
    overflow: hidden;
    position: absolute; }
  .e-menu-wrapper .e-menu-vscroll.e-vscroll:not(.e-scroll-device),
  .e-menu-container .e-menu-vscroll.e-vscroll:not(.e-scroll-device) {
    padding: 16px 0; }
  .e-menu-wrapper .e-menu-vscroll.e-vscroll.e-scroll-device .e-scroll-nav.e-scroll-down-nav,
  .e-menu-container .e-menu-vscroll.e-vscroll.e-scroll-device .e-scroll-nav.e-scroll-down-nav {
    -webkit-transform: none;
            transform: none;
    width: 100%; }
    .e-menu-wrapper .e-menu-vscroll.e-vscroll.e-scroll-device .e-scroll-nav.e-scroll-down-nav .e-nav-down-arrow,
    .e-menu-container .e-menu-vscroll.e-vscroll.e-scroll-device .e-scroll-nav.e-scroll-down-nav .e-nav-down-arrow {
      -webkit-transform: none;
              transform: none; }
  .e-menu-wrapper .e-menu-vscroll.e-vscroll .e-vscroll-bar,
  .e-menu-container .e-menu-vscroll.e-vscroll .e-vscroll-bar {
    height: 100%;
    width: inherit; }
    .e-menu-wrapper .e-menu-vscroll.e-vscroll .e-vscroll-bar .e-vscroll-content,
    .e-menu-container .e-menu-vscroll.e-vscroll .e-vscroll-bar .e-vscroll-content {
      width: inherit; }
  .e-menu-wrapper .e-menu-vscroll.e-vscroll .e-scroll-nav,
  .e-menu-container .e-menu-vscroll.e-vscroll .e-scroll-nav {
    height: 16px; }
  .e-menu-wrapper.e-scrollable,
  .e-menu-container.e-scrollable {
    display: block; }
    .e-menu-wrapper.e-scrollable .e-menu,
    .e-menu-container.e-scrollable .e-menu {
      display: block;
      overflow: auto; }
  .e-menu-wrapper.e-contextmenu-container,
  .e-menu-container.e-contextmenu-container {
    height: 1px; }
    .e-menu-wrapper.e-contextmenu-container .e-menu-vscroll ul.e-ul,
    .e-menu-container.e-contextmenu-container .e-menu-vscroll ul.e-ul {
      width: inherit; }
    .e-menu-wrapper.e-contextmenu-container .e-menu-vscroll,
    .e-menu-container.e-contextmenu-container .e-menu-vscroll {
      border: none;
      -webkit-box-shadow: 0 5px 5px -3px rgba(0, 0, 0, 0.2), 0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12);
              box-shadow: 0 5px 5px -3px rgba(0, 0, 0, 0.2), 0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12); }

.e-menu-container:not(.e-hamburger):not(.e-rtl) .e-menu.e-vertical .e-blankicon {
  padding-left: 44px; }

.e-rtl.e-menu-wrapper ul .e-menu-item,
.e-rtl.e-menu-container ul .e-menu-item {
  text-align: right; }
  .e-rtl.e-menu-wrapper ul .e-menu-item .e-menu-icon,
  .e-rtl.e-menu-container ul .e-menu-item .e-menu-icon {
    margin-right: 0; }
  .e-rtl.e-menu-wrapper ul .e-menu-item .e-caret,
  .e-rtl.e-menu-container ul .e-menu-item .e-caret {
    margin-left: 0;
    margin-right: 16px;
    right: auto; }
  .e-rtl.e-menu-wrapper ul .e-menu-item .e-menu-icon,
  .e-rtl.e-menu-container ul .e-menu-item .e-menu-icon {
    margin-left: 8px; }
  .e-rtl.e-menu-wrapper ul .e-menu-item .e-caret,
  .e-rtl.e-menu-container ul .e-menu-item .e-caret {
    left: 12px; }
  .e-rtl.e-menu-wrapper ul .e-menu-item.e-menu-caret-icon,
  .e-rtl.e-menu-container ul .e-menu-item.e-menu-caret-icon {
    padding-left: 30px;
    padding-right: 12px; }

.e-rtl.e-menu-wrapper ul.e-ul .e-menu-item .e-menu-icon,
.e-rtl.e-menu-container ul.e-ul .e-menu-item .e-menu-icon {
  margin-left: 10px; }

.e-rtl.e-menu-wrapper ul.e-ul .e-menu-item .e-caret,
.e-rtl.e-menu-container ul.e-ul .e-menu-item .e-caret {
  left: 8px; }

.e-rtl.e-menu-wrapper ul.e-ul .e-menu-item.e-menu-caret-icon,
.e-rtl.e-menu-container ul.e-ul .e-menu-item.e-menu-caret-icon {
  padding-left: 36px;
  padding-right: 16px; }

.e-rtl.e-menu-wrapper ul.e-ul .e-menu-item.e-blankicon,
.e-rtl.e-menu-container ul.e-ul .e-menu-item.e-blankicon {
  padding-left: 16px; }
  .e-rtl.e-menu-wrapper ul.e-ul .e-menu-item.e-blankicon.e-menu-caret-icon,
  .e-rtl.e-menu-container ul.e-ul .e-menu-item.e-blankicon.e-menu-caret-icon {
    padding-left: 36px; }

.e-rtl.e-menu-container:not(.e-hamburger) .e-menu.e-vertical .e-blankicon {
  padding-right: 44px; }

.e-bigger .e-menu-wrapper ul,
.e-bigger.e-menu-wrapper ul,
.e-bigger .e-menu-container ul,
.e-bigger.e-menu-container ul {
  font-size: 14px; }
  .e-bigger .e-menu-wrapper ul .e-menu-item,
  .e-bigger.e-menu-wrapper ul .e-menu-item,
  .e-bigger .e-menu-container ul .e-menu-item,
  .e-bigger.e-menu-container ul .e-menu-item {
    height: 56px;
    line-height: 56px;
    padding: 0 16px; }
    .e-bigger .e-menu-wrapper ul .e-menu-item .e-menu-icon,
    .e-bigger.e-menu-wrapper ul .e-menu-item .e-menu-icon,
    .e-bigger .e-menu-container ul .e-menu-item .e-menu-icon,
    .e-bigger.e-menu-container ul .e-menu-item .e-menu-icon {
      font-size: 16px;
      line-height: 56px;
      margin-right: 10px; }
    .e-bigger .e-menu-wrapper ul .e-menu-item.e-menu-caret-icon,
    .e-bigger.e-menu-wrapper ul .e-menu-item.e-menu-caret-icon,
    .e-bigger .e-menu-container ul .e-menu-item.e-menu-caret-icon,
    .e-bigger.e-menu-container ul .e-menu-item.e-menu-caret-icon {
      padding-right: 36px; }
    .e-bigger .e-menu-wrapper ul .e-menu-item .e-caret,
    .e-bigger.e-menu-wrapper ul .e-menu-item .e-caret,
    .e-bigger .e-menu-container ul .e-menu-item .e-caret,
    .e-bigger.e-menu-container ul .e-menu-item .e-caret {
      font-size: 12px;
      line-height: 56px;
      right: 16px; }
    .e-bigger .e-menu-wrapper ul .e-menu-item.e-separator,
    .e-bigger.e-menu-wrapper ul .e-menu-item.e-separator,
    .e-bigger .e-menu-container ul .e-menu-item.e-separator,
    .e-bigger.e-menu-container ul .e-menu-item.e-separator {
      padding: 0; }
  .e-bigger .e-menu-wrapper ul.e-menu:not(.e-vertical),
  .e-bigger.e-menu-wrapper ul.e-menu:not(.e-vertical),
  .e-bigger .e-menu-container ul.e-menu:not(.e-vertical),
  .e-bigger.e-menu-container ul.e-menu:not(.e-vertical) {
    padding: 0; }
  .e-bigger .e-menu-wrapper ul.e-menu.e-vertical .e-menu-item.e-separator,
  .e-bigger.e-menu-wrapper ul.e-menu.e-vertical .e-menu-item.e-separator,
  .e-bigger .e-menu-container ul.e-menu.e-vertical .e-menu-item.e-separator,
  .e-bigger.e-menu-container ul.e-menu.e-vertical .e-menu-item.e-separator {
    height: auto;
    line-height: normal; }
  .e-bigger .e-menu-wrapper ul.e-ul,
  .e-bigger.e-menu-wrapper ul.e-ul,
  .e-bigger .e-menu-container ul.e-ul,
  .e-bigger.e-menu-container ul.e-ul {
    font-size: 15px;
    padding: 8px 0;
    white-space: nowrap;
    max-width: 280px;
    min-width: 112px; }
    .e-bigger .e-menu-wrapper ul.e-ul .e-menu-item,
    .e-bigger.e-menu-wrapper ul.e-ul .e-menu-item,
    .e-bigger .e-menu-container ul.e-ul .e-menu-item,
    .e-bigger.e-menu-container ul.e-ul .e-menu-item {
      height: 48px;
      line-height: 48px;
      padding: 0 16px; }
      .e-bigger .e-menu-wrapper ul.e-ul .e-menu-item .e-menu-icon,
      .e-bigger.e-menu-wrapper ul.e-ul .e-menu-item .e-menu-icon,
      .e-bigger .e-menu-container ul.e-ul .e-menu-item .e-menu-icon,
      .e-bigger.e-menu-container ul.e-ul .e-menu-item .e-menu-icon {
        font-size: 16px;
        line-height: 48px; }
      .e-bigger .e-menu-wrapper ul.e-ul .e-menu-item .e-caret,
      .e-bigger.e-menu-wrapper ul.e-ul .e-menu-item .e-caret,
      .e-bigger .e-menu-container ul.e-ul .e-menu-item .e-caret,
      .e-bigger.e-menu-container ul.e-ul .e-menu-item .e-caret {
        line-height: 48px; }
      .e-bigger .e-menu-wrapper ul.e-ul .e-menu-item.e-separator,
      .e-bigger.e-menu-wrapper ul.e-ul .e-menu-item.e-separator,
      .e-bigger .e-menu-container ul.e-ul .e-menu-item.e-separator,
      .e-bigger.e-menu-container ul.e-ul .e-menu-item.e-separator {
        height: auto;
        line-height: normal; }
      .e-bigger .e-menu-wrapper ul.e-ul .e-menu-item .e-caret,
      .e-bigger.e-menu-wrapper ul.e-ul .e-menu-item .e-caret,
      .e-bigger .e-menu-container ul.e-ul .e-menu-item .e-caret,
      .e-bigger.e-menu-container ul.e-ul .e-menu-item .e-caret {
        font-size: 12px;
        right: 8px; }
      .e-bigger .e-menu-wrapper ul.e-ul .e-menu-item.e-menu-caret-icon,
      .e-bigger.e-menu-wrapper ul.e-ul .e-menu-item.e-menu-caret-icon,
      .e-bigger .e-menu-container ul.e-ul .e-menu-item.e-menu-caret-icon,
      .e-bigger.e-menu-container ul.e-ul .e-menu-item.e-menu-caret-icon {
        padding-right: 36px; }
      .e-bigger .e-menu-wrapper ul.e-ul .e-menu-item .e-menu-icon,
      .e-bigger.e-menu-wrapper ul.e-ul .e-menu-item .e-menu-icon,
      .e-bigger .e-menu-container ul.e-ul .e-menu-item .e-menu-icon,
      .e-bigger.e-menu-container ul.e-ul .e-menu-item .e-menu-icon {
        margin-right: 10px; }

.e-bigger .e-menu-container:not(.e-hamburger):not(.e-rtl) .e-menu.e-vertical .e-blankicon,
.e-bigger.e-menu-container:not(.e-hamburger):not(.e-rtl) .e-menu.e-vertical .e-blankicon {
  padding-left: 50px; }

.e-bigger .e-menu-wrapper .e-menu-hscroll.e-hscroll:not(.e-scroll-device),
.e-bigger.e-menu-wrapper .e-menu-hscroll.e-hscroll:not(.e-scroll-device),
.e-bigger .e-menu-container .e-menu-hscroll.e-hscroll:not(.e-scroll-device),
.e-bigger.e-menu-container .e-menu-hscroll.e-hscroll:not(.e-scroll-device) {
  padding: 0 36px; }
  .e-bigger .e-menu-wrapper .e-menu-hscroll.e-hscroll:not(.e-scroll-device) .e-scroll-nav,
  .e-bigger.e-menu-wrapper .e-menu-hscroll.e-hscroll:not(.e-scroll-device) .e-scroll-nav,
  .e-bigger .e-menu-container .e-menu-hscroll.e-hscroll:not(.e-scroll-device) .e-scroll-nav,
  .e-bigger.e-menu-container .e-menu-hscroll.e-hscroll:not(.e-scroll-device) .e-scroll-nav {
    width: 36px; }

.e-bigger .e-menu-wrapper .e-menu-vscroll.e-vscroll:not(.e-scroll-device),
.e-bigger.e-menu-wrapper .e-menu-vscroll.e-vscroll:not(.e-scroll-device),
.e-bigger .e-menu-container .e-menu-vscroll.e-vscroll:not(.e-scroll-device),
.e-bigger.e-menu-container .e-menu-vscroll.e-vscroll:not(.e-scroll-device) {
  padding: 24px 0; }

.e-bigger .e-menu-wrapper .e-menu-vscroll.e-vscroll .e-scroll-nav,
.e-bigger.e-menu-wrapper .e-menu-vscroll.e-vscroll .e-scroll-nav,
.e-bigger .e-menu-container .e-menu-vscroll.e-vscroll .e-scroll-nav,
.e-bigger.e-menu-container .e-menu-vscroll.e-vscroll .e-scroll-nav {
  height: 24px; }

.e-bigger .e-menu-wrapper.e-menu-popup,
.e-bigger.e-menu-wrapper.e-menu-popup,
.e-bigger .e-menu-container.e-menu-popup,
.e-bigger.e-menu-container.e-menu-popup {
  -webkit-box-shadow: 0 5px 5px -3px rgba(0, 0, 0, 0.2), 0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12);
          box-shadow: 0 5px 5px -3px rgba(0, 0, 0, 0.2), 0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12); }

.e-bigger .e-menu-wrapper .e-scroll-nav .e-icons,
.e-bigger.e-menu-wrapper .e-scroll-nav .e-icons,
.e-bigger .e-menu-container .e-scroll-nav .e-icons,
.e-bigger.e-menu-container .e-scroll-nav .e-icons {
  font-size: 12px; }

.e-bigger .e-rtl.e-menu-wrapper ul .e-menu-item,
.e-bigger.e-rtl.e-menu-wrapper ul .e-menu-item,
.e-bigger .e-rtl.e-menu-container ul .e-menu-item,
.e-bigger.e-rtl.e-menu-container ul .e-menu-item {
  text-align: right; }
  .e-bigger .e-rtl.e-menu-wrapper ul .e-menu-item .e-menu-icon,
  .e-bigger.e-rtl.e-menu-wrapper ul .e-menu-item .e-menu-icon,
  .e-bigger .e-rtl.e-menu-container ul .e-menu-item .e-menu-icon,
  .e-bigger.e-rtl.e-menu-container ul .e-menu-item .e-menu-icon {
    margin-left: 10px;
    margin-right: 0; }
  .e-bigger .e-rtl.e-menu-wrapper ul .e-menu-item .e-caret,
  .e-bigger.e-rtl.e-menu-wrapper ul .e-menu-item .e-caret,
  .e-bigger .e-rtl.e-menu-container ul .e-menu-item .e-caret,
  .e-bigger.e-rtl.e-menu-container ul .e-menu-item .e-caret {
    left: 16px;
    margin-left: 0;
    right: auto; }
  .e-bigger .e-rtl.e-menu-wrapper ul .e-menu-item.e-menu-caret-icon,
  .e-bigger.e-rtl.e-menu-wrapper ul .e-menu-item.e-menu-caret-icon,
  .e-bigger .e-rtl.e-menu-container ul .e-menu-item.e-menu-caret-icon,
  .e-bigger.e-rtl.e-menu-container ul .e-menu-item.e-menu-caret-icon {
    padding-left: 36px;
    padding-right: 16px; }

.e-bigger .e-rtl.e-menu-wrapper ul.e-ul .e-menu-item .e-menu-icon,
.e-bigger.e-rtl.e-menu-wrapper ul.e-ul .e-menu-item .e-menu-icon,
.e-bigger .e-rtl.e-menu-container ul.e-ul .e-menu-item .e-menu-icon,
.e-bigger.e-rtl.e-menu-container ul.e-ul .e-menu-item .e-menu-icon {
  margin-left: 10px; }

.e-bigger .e-rtl.e-menu-wrapper ul.e-ul .e-menu-item .e-caret,
.e-bigger.e-rtl.e-menu-wrapper ul.e-ul .e-menu-item .e-caret,
.e-bigger .e-rtl.e-menu-container ul.e-ul .e-menu-item .e-caret,
.e-bigger.e-rtl.e-menu-container ul.e-ul .e-menu-item .e-caret {
  left: 8px; }

.e-bigger .e-rtl.e-menu-wrapper ul.e-ul .e-menu-item.e-menu-caret-icon,
.e-bigger.e-rtl.e-menu-wrapper ul.e-ul .e-menu-item.e-menu-caret-icon,
.e-bigger .e-rtl.e-menu-container ul.e-ul .e-menu-item.e-menu-caret-icon,
.e-bigger.e-rtl.e-menu-container ul.e-ul .e-menu-item.e-menu-caret-icon {
  padding-left: 36px;
  padding-right: 16px; }

.e-bigger .e-rtl.e-menu-wrapper ul.e-ul .e-menu-item.e-blankicon,
.e-bigger.e-rtl.e-menu-wrapper ul.e-ul .e-menu-item.e-blankicon,
.e-bigger .e-rtl.e-menu-container ul.e-ul .e-menu-item.e-blankicon,
.e-bigger.e-rtl.e-menu-container ul.e-ul .e-menu-item.e-blankicon {
  padding-left: 16px; }
  .e-bigger .e-rtl.e-menu-wrapper ul.e-ul .e-menu-item.e-blankicon.e-menu-caret-icon,
  .e-bigger.e-rtl.e-menu-wrapper ul.e-ul .e-menu-item.e-blankicon.e-menu-caret-icon,
  .e-bigger .e-rtl.e-menu-container ul.e-ul .e-menu-item.e-blankicon.e-menu-caret-icon,
  .e-bigger.e-rtl.e-menu-container ul.e-ul .e-menu-item.e-blankicon.e-menu-caret-icon {
    padding-left: 36px; }

.e-bigger .e-rtl.e-menu-container:not(.e-hamburger) .e-menu.e-vertical .e-blankicon,
.e-bigger.e-rtl.e-menu-container:not(.e-hamburger) .e-menu.e-vertical .e-blankicon {
  padding-right: 50px; }

.e-menu-wrapper.e-hamburger,
.e-menu-container.e-hamburger {
  border: 0;
  display: block;
  position: relative; }
  .e-menu-wrapper.e-hamburger .e-menu-header:not(.e-vertical),
  .e-menu-container.e-hamburger .e-menu-header:not(.e-vertical) {
    border: none;
    display: block; }
  .e-menu-wrapper.e-hamburger .e-popup.e-menu-popup,
  .e-menu-container.e-hamburger .e-popup.e-menu-popup {
    border: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
    display: block;
    position: relative;
    width: 100%; }
  .e-menu-wrapper.e-hamburger ul.e-menu,
  .e-menu-container.e-hamburger ul.e-menu {
    border: none;
    overflow-y: auto;
    width: 100%; }
    .e-menu-wrapper.e-hamburger ul.e-menu.e-menu-parent.e-hide-menu,
    .e-menu-container.e-hamburger ul.e-menu.e-menu-parent.e-hide-menu {
      display: none; }
    .e-menu-wrapper.e-hamburger ul.e-menu .e-menu-item,
    .e-menu-container.e-hamburger ul.e-menu .e-menu-item {
      text-indent: 12px; }
      .e-menu-wrapper.e-hamburger ul.e-menu .e-menu-item.e-blankicon,
      .e-menu-container.e-hamburger ul.e-menu .e-menu-item.e-blankicon {
        text-indent: 34px; }
      .e-menu-wrapper.e-hamburger ul.e-menu .e-menu-item .e-menu-icon,
      .e-menu-container.e-hamburger ul.e-menu .e-menu-item .e-menu-icon {
        display: inline;
        text-indent: 0; }
      .e-menu-wrapper.e-hamburger ul.e-menu .e-menu-item.e-menu-hide,
      .e-menu-container.e-hamburger ul.e-menu .e-menu-item.e-menu-hide {
        display: none; }
    .e-menu-wrapper.e-hamburger ul.e-menu .e-menu-item[aria-expanded="true"] .e-caret,
    .e-menu-container.e-hamburger ul.e-menu .e-menu-item[aria-expanded="true"] .e-caret {
      -webkit-transition: -webkit-transform .3s ease-in-out;
      transition: -webkit-transform .3s ease-in-out;
      transition: transform .3s ease-in-out;
      transition: transform .3s ease-in-out, -webkit-transform .3s ease-in-out;
      -webkit-transform: rotate(-180deg);
      transform: rotate(-180deg);
      text-indent: 0; }
    .e-menu-wrapper.e-hamburger ul.e-menu .e-menu-item[aria-expanded="false"] .e-caret,
    .e-menu-container.e-hamburger ul.e-menu .e-menu-item[aria-expanded="false"] .e-caret {
      -webkit-transition: -webkit-transform .3s ease-in-out;
      transition: -webkit-transform .3s ease-in-out;
      transition: transform .3s ease-in-out;
      transition: transform .3s ease-in-out, -webkit-transform .3s ease-in-out;
      -webkit-transform: rotate(0deg);
      transform: rotate(0deg);
      text-indent: 0; }
  .e-menu-wrapper.e-hamburger ul.e-menu:not(.e-vertical),
  .e-menu-container.e-hamburger ul.e-menu:not(.e-vertical) {
    border-top: 0;
    display: block;
    padding: 0;
    position: absolute; }
  .e-menu-wrapper.e-hamburger ul.e-ul,
  .e-menu-container.e-hamburger ul.e-ul {
    font-size: 13px;
    padding: 0; }
    .e-menu-wrapper.e-hamburger ul.e-ul .e-menu-item,
    .e-menu-container.e-hamburger ul.e-ul .e-menu-item {
      line-height: 42px;
      text-indent: inherit; }
      .e-menu-wrapper.e-hamburger ul.e-ul .e-menu-item.e-blankicon,
      .e-menu-container.e-hamburger ul.e-ul .e-menu-item.e-blankicon {
        padding: 0;
        text-indent: inherit; }
      .e-menu-wrapper.e-hamburger ul.e-ul .e-menu-item .e-caret,
      .e-menu-container.e-hamburger ul.e-ul .e-menu-item .e-caret {
        font-size: 10px;
        right: 12px; }
  .e-menu-wrapper.e-hamburger ul .e-menu-item,
  .e-menu-container.e-hamburger ul .e-menu-item {
    display: list-item;
    height: auto;
    padding: 0; }
    .e-menu-wrapper.e-hamburger ul .e-menu-item.e-menu-caret-icon,
    .e-menu-container.e-hamburger ul .e-menu-item.e-menu-caret-icon {
      padding: 0; }
    .e-menu-wrapper.e-hamburger ul .e-menu-item .e-menu-url,
    .e-menu-container.e-hamburger ul .e-menu-item .e-menu-url {
      display: inline-block;
      min-width: 120px;
      text-indent: 0;
      width: 100%; }
    .e-menu-wrapper.e-hamburger ul .e-menu-item.e-blankicon,
    .e-menu-container.e-hamburger ul .e-menu-item.e-blankicon {
      padding: 0; }
    .e-menu-wrapper.e-hamburger ul .e-menu-item.e-separator,
    .e-menu-container.e-hamburger ul .e-menu-item.e-separator {
      border-bottom-style: solid;
      border-bottom-width: 1px;
      height: auto; }

.e-rtl.e-menu-wrapper.e-hamburger ul .e-menu-item .e-menu-caret-icon,
.e-rtl.e-menu-container.e-hamburger ul .e-menu-item .e-menu-caret-icon {
  padding-left: 0;
  padding-right: 0; }

.e-rtl.e-menu-wrapper.e-hamburger ul .e-menu-item .e-menu-icon,
.e-rtl.e-menu-container.e-hamburger ul .e-menu-item .e-menu-icon {
  margin-left: 0;
  text-indent: inherit; }

.e-rtl.e-menu-wrapper.e-hamburger ul .e-menu-item .e-caret,
.e-rtl.e-menu-container.e-hamburger ul .e-menu-item .e-caret {
  left: 12px;
  right: auto; }

.e-bigger .e-menu-wrapper.e-hamburger ul .e-ul,
.e-bigger.e-menu-wrapper.e-hamburger ul .e-ul,
.e-bigger .e-menu-container.e-hamburger ul .e-ul,
.e-bigger.e-menu-container.e-hamburger ul .e-ul {
  max-width: 100%; }
  .e-bigger .e-menu-wrapper.e-hamburger ul .e-ul .e-menu-item,
  .e-bigger.e-menu-wrapper.e-hamburger ul .e-ul .e-menu-item,
  .e-bigger .e-menu-container.e-hamburger ul .e-ul .e-menu-item,
  .e-bigger.e-menu-container.e-hamburger ul .e-ul .e-menu-item {
    height: auto;
    line-height: 56px;
    padding: 0; }

.e-bigger .e-menu-wrapper.e-hamburger .e-menu-header,
.e-bigger.e-menu-wrapper.e-hamburger .e-menu-header,
.e-bigger .e-menu-container.e-hamburger .e-menu-header,
.e-bigger.e-menu-container.e-hamburger .e-menu-header {
  font-size: 16px;
  height: 56px;
  line-height: 56px; }

.e-bigger .e-menu-wrapper.e-hamburger ul.e-menu .e-menu-item,
.e-bigger.e-menu-wrapper.e-hamburger ul.e-menu .e-menu-item,
.e-bigger .e-menu-container.e-hamburger ul.e-menu .e-menu-item,
.e-bigger.e-menu-container.e-hamburger ul.e-menu .e-menu-item {
  text-indent: 16px; }
  .e-bigger .e-menu-wrapper.e-hamburger ul.e-menu .e-menu-item.e-blankicon,
  .e-bigger.e-menu-wrapper.e-hamburger ul.e-menu .e-menu-item.e-blankicon,
  .e-bigger .e-menu-container.e-hamburger ul.e-menu .e-menu-item.e-blankicon,
  .e-bigger.e-menu-container.e-hamburger ul.e-menu .e-menu-item.e-blankicon {
    text-indent: 42px; }

.e-bigger .e-menu-wrapper.e-hamburger ul.e-menu .e-ul,
.e-bigger.e-menu-wrapper.e-hamburger ul.e-menu .e-ul,
.e-bigger .e-menu-container.e-hamburger ul.e-menu .e-ul,
.e-bigger.e-menu-container.e-hamburger ul.e-menu .e-ul {
  font-size: 14px; }
  .e-bigger .e-menu-wrapper.e-hamburger ul.e-menu .e-ul .e-menu-item,
  .e-bigger.e-menu-wrapper.e-hamburger ul.e-menu .e-ul .e-menu-item,
  .e-bigger .e-menu-container.e-hamburger ul.e-menu .e-ul .e-menu-item,
  .e-bigger.e-menu-container.e-hamburger ul.e-menu .e-ul .e-menu-item {
    text-indent: inherit; }
    .e-bigger .e-menu-wrapper.e-hamburger ul.e-menu .e-ul .e-menu-item .e-caret,
    .e-bigger.e-menu-wrapper.e-hamburger ul.e-menu .e-ul .e-menu-item .e-caret,
    .e-bigger .e-menu-container.e-hamburger ul.e-menu .e-ul .e-menu-item .e-caret,
    .e-bigger.e-menu-container.e-hamburger ul.e-menu .e-ul .e-menu-item .e-caret {
      font-size: 12px;
      right: 16px; }

.e-bigger .e-rtl.e-menu-wrapper.e-hamburger ul.e-menu .e-menu-item,
.e-bigger.e-rtl.e-menu-wrapper.e-hamburger ul.e-menu .e-menu-item,
.e-bigger .e-rtl.e-menu-container.e-hamburger ul.e-menu .e-menu-item,
.e-bigger.e-rtl.e-menu-container.e-hamburger ul.e-menu .e-menu-item {
  padding: 0;
  text-indent: 16px; }
  .e-bigger .e-rtl.e-menu-wrapper.e-hamburger ul.e-menu .e-menu-item.e-blankicon,
  .e-bigger.e-rtl.e-menu-wrapper.e-hamburger ul.e-menu .e-menu-item.e-blankicon,
  .e-bigger .e-rtl.e-menu-container.e-hamburger ul.e-menu .e-menu-item.e-blankicon,
  .e-bigger.e-rtl.e-menu-container.e-hamburger ul.e-menu .e-menu-item.e-blankicon {
    text-indent: 42px; }
  .e-bigger .e-rtl.e-menu-wrapper.e-hamburger ul.e-menu .e-menu-item .e-menu-icon,
  .e-bigger.e-rtl.e-menu-wrapper.e-hamburger ul.e-menu .e-menu-item .e-menu-icon,
  .e-bigger .e-rtl.e-menu-container.e-hamburger ul.e-menu .e-menu-item .e-menu-icon,
  .e-bigger.e-rtl.e-menu-container.e-hamburger ul.e-menu .e-menu-item .e-menu-icon {
    margin-left: 0;
    text-indent: inherit; }
  .e-bigger .e-rtl.e-menu-wrapper.e-hamburger ul.e-menu .e-menu-item.e-menu-caret-icon,
  .e-bigger.e-rtl.e-menu-wrapper.e-hamburger ul.e-menu .e-menu-item.e-menu-caret-icon,
  .e-bigger .e-rtl.e-menu-container.e-hamburger ul.e-menu .e-menu-item.e-menu-caret-icon,
  .e-bigger.e-rtl.e-menu-container.e-hamburger ul.e-menu .e-menu-item.e-menu-caret-icon {
    padding-left: 0;
    padding-right: 0; }
  .e-bigger .e-rtl.e-menu-wrapper.e-hamburger ul.e-menu .e-menu-item .e-caret,
  .e-bigger.e-rtl.e-menu-wrapper.e-hamburger ul.e-menu .e-menu-item .e-caret,
  .e-bigger .e-rtl.e-menu-container.e-hamburger ul.e-menu .e-menu-item .e-caret,
  .e-bigger.e-rtl.e-menu-container.e-hamburger ul.e-menu .e-menu-item .e-caret {
    left: 12px;
    right: auto; }

.e-bigger .e-rtl.e-menu-wrapper.e-hamburger ul.e-menu .e-ul .e-menu-item,
.e-bigger.e-rtl.e-menu-wrapper.e-hamburger ul.e-menu .e-ul .e-menu-item,
.e-bigger .e-rtl.e-menu-container.e-hamburger ul.e-menu .e-ul .e-menu-item,
.e-bigger.e-rtl.e-menu-container.e-hamburger ul.e-menu .e-ul .e-menu-item {
  text-indent: inherit; }

/*! menu theme */
.e-menu-wrapper,
.e-menu-container {
  background-color: #fafafa; }
  .e-menu-wrapper ul,
  .e-menu-container ul {
    background-color: inherit;
    color: rgba(0, 0, 0, 0.87); }
    .e-menu-wrapper ul.e-menu:not(.e-vertical) .e-separator,
    .e-menu-container ul.e-menu:not(.e-vertical) .e-separator {
      border-right-color: rgba(0, 0, 0, 0.12); }
    .e-menu-wrapper ul .e-menu-item.e-menu-header,
    .e-menu-container ul .e-menu-item.e-menu-header {
      border-bottom-color: rgba(0, 0, 0, 0.12); }
    .e-menu-wrapper ul .e-menu-item .e-caret,
    .e-menu-container ul .e-menu-item .e-caret {
      color: rgba(0, 0, 0, 0.54); }
    .e-menu-wrapper ul .e-menu-item .e-menu-icon,
    .e-menu-container ul .e-menu-item .e-menu-icon {
      color: rgba(0, 0, 0, 0.54); }
    .e-menu-wrapper ul .e-menu-item.e-menu-header,
    .e-menu-container ul .e-menu-item.e-menu-header {
      border-bottom-color: rgba(0, 0, 0, 0.12); }
    .e-menu-wrapper ul .e-menu-item .e-menu-url,
    .e-menu-container ul .e-menu-item .e-menu-url {
      color: rgba(0, 0, 0, 0.87); }
    .e-menu-wrapper ul .e-menu-item.e-focused,
    .e-menu-container ul .e-menu-item.e-focused {
      color: initial;
      outline: 0 solid rgba(0, 0, 0, 0.12);
      outline-offset: 0;
      background-color: #eee; }
      .e-menu-wrapper ul .e-menu-item.e-focused .e-caret,
      .e-menu-container ul .e-menu-item.e-focused .e-caret {
        color: rgba(0, 0, 0, 0.54); }
      .e-menu-wrapper ul .e-menu-item.e-focused .e-menu-icon,
      .e-menu-container ul .e-menu-item.e-focused .e-menu-icon {
        color: rgba(0, 0, 0, 0.54); }
    .e-menu-wrapper ul .e-menu-item.e-selected,
    .e-menu-container ul .e-menu-item.e-selected {
      color: rgba(0, 0, 0, 0.87);
      outline: 0 solid #e0e0e0;
      outline-offset: 0;
      background-color: #e0e0e0; }
      .e-menu-wrapper ul .e-menu-item.e-selected .e-caret,
      .e-menu-container ul .e-menu-item.e-selected .e-caret {
        color: rgba(0, 0, 0, 0.54); }
      .e-menu-wrapper ul .e-menu-item.e-selected .e-menu-icon,
      .e-menu-container ul .e-menu-item.e-selected .e-menu-icon {
        color: rgba(0, 0, 0, 0.54); }
    .e-menu-wrapper ul .e-menu-item.e-separator,
    .e-menu-container ul .e-menu-item.e-separator {
      border-bottom-color: rgba(0, 0, 0, 0.12); }
    .e-menu-wrapper ul .e-disabled,
    .e-menu-container ul .e-disabled {
      color: rgba(0, 0, 0, 0.38);
      opacity: 1; }
      .e-menu-wrapper ul .e-disabled .e-menu-icon,
      .e-menu-container ul .e-disabled .e-menu-icon {
        color: rgba(0, 0, 0, 0.38); }
      .e-menu-wrapper ul .e-disabled .e-caret,
      .e-menu-container ul .e-disabled .e-caret {
        color: rgba(0, 0, 0, 0.38); }
      .e-menu-wrapper ul .e-disabled .e-menu-url,
      .e-menu-container ul .e-disabled .e-menu-url {
        color: rgba(0, 0, 0, 0.38); }
  .e-menu-wrapper .e-ul,
  .e-menu-container .e-ul {
    background-color: inherit;
    color: rgba(0, 0, 0, 0.87); }
    .e-menu-wrapper .e-ul .e-menu-item .e-menu-url,
    .e-menu-container .e-ul .e-menu-item .e-menu-url {
      color: rgba(0, 0, 0, 0.87); }
    .e-menu-wrapper .e-ul .e-menu-item.e-focused,
    .e-menu-container .e-ul .e-menu-item.e-focused {
      background-color: #eee;
      color: rgba(0, 0, 0, 0.87);
      outline: 0 solid rgba(0, 0, 0, 0.12);
      outline-offset: 0; }
    .e-menu-wrapper .e-ul .e-menu-item.e-selected,
    .e-menu-container .e-ul .e-menu-item.e-selected {
      background-color: #eee;
      color: rgba(0, 0, 0, 0.87);
      outline: 0 solid #eee;
      outline-offset: 0; }
    .e-menu-wrapper .e-ul .e-menu-item.e-separator,
    .e-menu-container .e-ul .e-menu-item.e-separator {
      border-bottom-color: rgba(0, 0, 0, 0.12); }
  .e-menu-wrapper.e-menu-popup,
  .e-menu-container.e-menu-popup {
    background-color: #fff; }
    .e-menu-wrapper.e-menu-popup.e-sfcontextmenu .e-menu-vscroll,
    .e-menu-container.e-menu-popup.e-sfcontextmenu .e-menu-vscroll {
      background-color: inherit; }
  .e-menu-wrapper .e-menu-hscroll.e-hscroll .e-scroll-nav,
  .e-menu-container .e-menu-hscroll.e-hscroll .e-scroll-nav {
    background: #fafafa; }
    .e-menu-wrapper .e-menu-hscroll.e-hscroll .e-scroll-nav .e-nav-arrow.e-icons,
    .e-menu-container .e-menu-hscroll.e-hscroll .e-scroll-nav .e-nav-arrow.e-icons {
      color: rgba(0, 0, 0, 0.54); }
    .e-menu-wrapper .e-menu-hscroll.e-hscroll .e-scroll-nav:hover,
    .e-menu-container .e-menu-hscroll.e-hscroll .e-scroll-nav:hover {
      background: #eee; }
    .e-menu-wrapper .e-menu-hscroll.e-hscroll .e-scroll-nav:focus,
    .e-menu-container .e-menu-hscroll.e-hscroll .e-scroll-nav:focus {
      background: #eee; }
    .e-menu-wrapper .e-menu-hscroll.e-hscroll .e-scroll-nav:active,
    .e-menu-container .e-menu-hscroll.e-hscroll .e-scroll-nav:active {
      background: #eee; }
  .e-menu-wrapper.e-menu-popup .e-menu-vscroll.e-vscroll .e-scroll-nav,
  .e-menu-container.e-menu-popup .e-menu-vscroll.e-vscroll .e-scroll-nav {
    background: #fff;
    border-color: rgba(0, 0, 0, 0.12); }
    .e-menu-wrapper.e-menu-popup .e-menu-vscroll.e-vscroll .e-scroll-nav .e-icons,
    .e-menu-container.e-menu-popup .e-menu-vscroll.e-vscroll .e-scroll-nav .e-icons {
      color: rgba(0, 0, 0, 0.87); }
    .e-menu-wrapper.e-menu-popup .e-menu-vscroll.e-vscroll .e-scroll-nav:hover, .e-menu-wrapper.e-menu-popup .e-menu-vscroll.e-vscroll .e-scroll-nav:focus,
    .e-menu-container.e-menu-popup .e-menu-vscroll.e-vscroll .e-scroll-nav:hover,
    .e-menu-container.e-menu-popup .e-menu-vscroll.e-vscroll .e-scroll-nav:focus {
      background: #eee; }
    .e-menu-wrapper.e-menu-popup .e-menu-vscroll.e-vscroll .e-scroll-nav:active,
    .e-menu-container.e-menu-popup .e-menu-vscroll.e-vscroll .e-scroll-nav:active {
      background: #eee; }

.e-menu-wrapper.e-hamburger .e-menu-header,
.e-menu-container.e-hamburger .e-menu-header {
  color: rgba(0, 0, 0, 0.87); }
  .e-menu-wrapper.e-hamburger .e-menu-header .e-menu-icon,
  .e-menu-container.e-hamburger .e-menu-header .e-menu-icon {
    color: rgba(0, 0, 0, 0.87); }

.e-menu-wrapper.e-hamburger ul,
.e-menu-container.e-hamburger ul {
  color: rgba(0, 0, 0, 0.87); }

.e-ddt .e-ddt-icon::before {
  content: '\e969'; }

.e-ddt .e-chips-close::before {
  content: '\e7e9'; }

.e-ddt {
  cursor: pointer;
  outline: none; }
  .e-ddt .e-ddt-icon::before {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
    -webkit-transition: -webkit-transform 300ms ease;
    transition: -webkit-transform 300ms ease;
    transition: transform 300ms ease;
    transition: transform 300ms ease, -webkit-transform 300ms ease; }
  .e-ddt.e-icon-anim .e-ddt-icon::before {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
    -webkit-transition: -webkit-transform 300ms ease;
    transition: -webkit-transform 300ms ease;
    transition: transform 300ms ease;
    transition: transform 300ms ease, -webkit-transform 300ms ease; }
  .e-ddt .e-ddt-hidden {
    border: 0;
    height: 0;
    visibility: hidden;
    width: 0; }
  .e-ddt.e-input-group.e-control-wrapper .e-clear-icon, .e-ddt.e-float-input.e-control-wrapper .e-clear-icon {
    -webkit-box-sizing: content-box;
            box-sizing: content-box;
    min-height: 22px; }
  .e-ddt.e-input-group.e-control-wrapper .e-input-group-icon.e-ddt-icon, .e-ddt.e-float-input.e-control-wrapper .e-input-group-icon.e-ddt-icon {
    border: 0; }
  .e-ddt.e-input-group.e-control-wrapper .e-icon-hide, .e-ddt.e-float-input.e-control-wrapper .e-icon-hide {
    display: none; }
  .e-ddt.e-input-group.e-control-wrapper.e-show-chip .e-clear-icon, .e-ddt.e-input-group.e-control-wrapper.e-show-text .e-clear-icon, .e-ddt.e-float-input.e-control-wrapper.e-show-chip .e-clear-icon, .e-ddt.e-float-input.e-control-wrapper.e-show-text .e-clear-icon {
    bottom: 0;
    position: absolute;
    right: 0; }
  .e-ddt.e-input-group.e-control-wrapper.e-show-chip.e-show-dd-icon .e-clear-icon, .e-ddt.e-input-group.e-control-wrapper.e-show-text.e-show-dd-icon .e-clear-icon, .e-ddt.e-float-input.e-control-wrapper.e-show-chip.e-show-dd-icon .e-clear-icon, .e-ddt.e-float-input.e-control-wrapper.e-show-text.e-show-dd-icon .e-clear-icon {
    right: 18px; }
  .e-ddt.e-input-group.e-control-wrapper.e-show-chip .e-ddt-icon, .e-ddt.e-input-group.e-control-wrapper.e-show-text .e-ddt-icon, .e-ddt.e-float-input.e-control-wrapper.e-show-chip .e-ddt-icon, .e-ddt.e-float-input.e-control-wrapper.e-show-text .e-ddt-icon {
    bottom: 2px;
    position: absolute;
    right: 0; }
  .e-ddt.e-input-group.e-control-wrapper.e-show-chip.e-input-focus input.e-dropdowntree.e-chip-input,
  .e-ddt.e-input-group.e-control-wrapper.e-show-chip input.e-dropdowntree.e-chip-input, .e-ddt.e-input-group.e-control-wrapper.e-show-text.e-input-focus input.e-dropdowntree.e-chip-input,
  .e-ddt.e-input-group.e-control-wrapper.e-show-text input.e-dropdowntree.e-chip-input, .e-ddt.e-float-input.e-control-wrapper.e-show-chip.e-input-focus input.e-dropdowntree.e-chip-input,
  .e-ddt.e-float-input.e-control-wrapper.e-show-chip input.e-dropdowntree.e-chip-input, .e-ddt.e-float-input.e-control-wrapper.e-show-text.e-input-focus input.e-dropdowntree.e-chip-input,
  .e-ddt.e-float-input.e-control-wrapper.e-show-text input.e-dropdowntree.e-chip-input {
    padding-left: 0;
    padding-right: 0; }
  .e-ddt .e-chips-wrapper {
    width: 100%; }
  .e-ddt.e-show-chip .e-chips-close {
    line-height: 16px;
    min-height: 16px;
    min-width: 16px;
    text-align: center; }
    .e-ddt.e-show-chip .e-chips-close::before {
      font-size: 16px;
      vertical-align: middle; }
  .e-ddt.e-show-chip .e-chips {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border-radius: 16px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    float: left;
    height: 24px;
    margin: 3px 1px;
    max-width: calc(100% - 2px);
    overflow: hidden;
    padding: 0 4px 0 4px;
    text-overflow: ellipsis;
    white-space: nowrap; }
    .e-ddt.e-show-chip .e-chips &gt; .e-chipcontent {
      max-width: 100%;
      overflow: hidden;
      padding: 0 4px 0 4px;
      text-indent: 0;
      text-overflow: ellipsis;
      white-space: nowrap; }
  .e-ddt .e-overflow {
    white-space: nowrap; }
    .e-ddt .e-overflow.e-show-text {
      padding: 6px 0 0 0; }
    .e-ddt .e-overflow.e-total-count {
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      display: inline-block;
      overflow: hidden;
      text-overflow: ellipsis; }
      .e-ddt .e-overflow.e-total-count .e-remain {
        padding: 0 16px 0 0; }
    .e-ddt .e-overflow.e-wrap-count {
      padding-top: 6px; }
    .e-ddt .e-overflow .e-remain {
      cursor: pointer;
      display: inline-block;
      font-size: 13px;
      padding: 0 0 0 16px; }
      .e-ddt .e-overflow .e-remain.e-wrap-count {
        padding-top: 6px; }
  .e-ddt.e-show-chip .e-overflow.e-total-count .e-remain {
    padding: 6px 0 0 0; }
  .e-ddt.e-show-dd-icon .e-chips-wrapper .e-chips:last-child {
    margin-right: 18px;
    max-width: calc(100% - 19px); }
  .e-ddt.e-show-clear .e-chips-wrapper .e-chips:last-child {
    margin-right: 26px;
    max-width: calc(100% - 27px); }
  .e-ddt.e-show-clear.e-show-dd-icon .e-chips-wrapper .e-chips:last-child {
    margin-right: 45px;
    max-width: calc(100% - 45px); }
  .e-ddt input[readonly],
  .e-ddt .e-dropdowntree,
  .e-ddt input[readonly].e-input {
    pointer-events: none; }
    .e-ddt input[readonly].e-chip-input,
    .e-ddt .e-dropdowntree.e-chip-input,
    .e-ddt input[readonly].e-input.e-chip-input {
      width: 0; }
  .e-ddt.e-popup {
    -webkit-box-shadow: 0 5px 5px -3px rgba(0, 0, 0, 0.2), 0 8px 10px 0px rgba(0, 0, 0, 0.14), 0 3px 14px 0px rgba(0, 0, 0, 0.12);
            box-shadow: 0 5px 5px -3px rgba(0, 0, 0, 0.2), 0 8px 10px 0px rgba(0, 0, 0, 0.14), 0 3px 14px 0px rgba(0, 0, 0, 0.12);
    position: absolute; }
    .e-ddt.e-popup .e-selectall-parent {
      border-bottom: 1px solid;
      cursor: pointer;
      display: block;
      line-height: 36px;
      overflow: hidden;
      position: relative;
      text-indent: 38px;
      white-space: nowrap;
      width: 100%; }
      .e-ddt.e-popup .e-selectall-parent.e-hide-selectall {
        display: none; }
      .e-ddt.e-popup .e-selectall-parent .e-checkbox-wrapper {
        position: relative;
        text-indent: 0; }
      .e-ddt.e-popup .e-selectall-parent .e-all-text {
        font-family: inherit;
        font-size: 14px;
        margin: 10px; }
    .e-ddt.e-popup .e-filter-wrap .e-input,
    .e-ddt.e-popup .e-filter-wrap .e-input:focus {
      padding: 8px 16px 8px; }
    .e-ddt.e-popup .e-filter-wrap {
      border: 0;
      border-top-width: 0;
      display: block;
      padding: 0; }
    .e-ddt.e-popup .e-filter-wrap .e-input-group:not(.e-disabled):not(.e-float-icon-left)::before,
    .e-ddt.e-popup .e-filter-wrap .e-input-group:not(.e-disabled):not(.e-float-icon-left)::after,
    .e-ddt.e-popup .e-filter-wrap .e-input-group.e-control-wrapper:not(.e-disabled):not(.e-float-icon-left)::before,
    .e-ddt.e-popup .e-filter-wrap .e-input-group.e-control-wrapper:not(.e-disabled):not(.e-float-icon-left)::after {
      bottom: -1px;
      height: 1px; }
    .e-ddt.e-popup .e-filter-wrap .e-input-group {
      margin-bottom: 0; }
      .e-ddt.e-popup .e-filter-wrap .e-input-group .e-clear-icon {
        margin: 6px 6px 5px;
        min-height: 12px;
        min-width: 12px;
        padding: 6px; }
    .e-ddt.e-popup .e-popup-content {
      overflow: auto;
      position: relative; }
      .e-ddt.e-popup .e-popup-content .e-ddt-nodata {
        display: none; }
      .e-ddt.e-popup .e-popup-content.e-no-data {
        cursor: default;
        font-family: inherit;
        font-size: 14px;
        padding: 14px 16px;
        text-align: center; }
        .e-ddt.e-popup .e-popup-content.e-no-data .e-treeview {
          display: none; }
        .e-ddt.e-popup .e-popup-content.e-no-data .e-ddt-nodata {
          display: block; }
    .e-ddt.e-popup .e-treeview {
      display: inline-table;
      width: 100%; }
      .e-ddt.e-popup .e-treeview .e-list-item {
        padding: 0; }
        .e-ddt.e-popup .e-treeview .e-list-item .e-ul {
          margin: 0;
          padding: 0 0 0 14px; }
      .e-ddt.e-popup .e-treeview .e-fullrow {
        height: 36px; }
      .e-ddt.e-popup .e-treeview &gt; .e-ul {
        overflow: hidden;
        padding: 0 8px; }
      .e-ddt.e-popup .e-treeview.e-fullrow-wrap .e-text-content {
        padding-bottom: 2px;
        padding-top: 2px; }
    .e-ddt.e-popup .e-ddt-footer,
    .e-ddt.e-popup .e-ddt-header {
      cursor: default; }
  .e-ddt.e-rtl.e-show-chip .e-chips {
    float: right; }
  .e-ddt.e-rtl.e-show-chip .e-overflow .e-remain, .e-ddt.e-rtl.e-show-text .e-overflow .e-remain {
    padding: 0 16px 0 0; }
    .e-ddt.e-rtl.e-show-chip .e-overflow .e-remain.e-wrap-count, .e-ddt.e-rtl.e-show-text .e-overflow .e-remain.e-wrap-count {
      padding-top: 6px; }
  .e-ddt.e-rtl.e-show-chip .e-overflow.e-wrap-count, .e-ddt.e-rtl.e-show-text .e-overflow.e-wrap-count {
    position: absolute;
    right: auto; }
  .e-ddt.e-rtl.e-show-text .e-overflow.e-total-count .e-remain {
    padding: 0 0 0 16px; }
  .e-ddt.e-rtl.e-show-chip .e-overflow.e-total-count .e-remain {
    padding: 6px 0 0 0; }
  .e-ddt.e-rtl.e-show-dd-icon .e-chips-wrapper .e-chips:last-child {
    margin-left: 18px;
    margin-right: 1px; }
  .e-ddt.e-rtl.e-show-clear .e-chips-wrapper .e-chips:last-child {
    margin-left: 26px;
    margin-right: 1px; }
  .e-ddt.e-rtl.e-show-clear.e-show-dd-icon .e-chips-wrapper .e-chips:last-child {
    margin-left: 45px;
    margin-right: 1px; }
  .e-ddt.e-rtl.e-input-group.e-control-wrapper.e-show-chip .e-clear-icon,
  .e-ddt.e-rtl.e-input-group.e-control-wrapper.e-show-chip .e-ddt-icon, .e-ddt.e-rtl.e-input-group.e-control-wrapper.e-show-text .e-clear-icon,
  .e-ddt.e-rtl.e-input-group.e-control-wrapper.e-show-text .e-ddt-icon, .e-ddt.e-rtl.e-float-input.e-control-wrapper.e-show-chip .e-clear-icon,
  .e-ddt.e-rtl.e-float-input.e-control-wrapper.e-show-chip .e-ddt-icon, .e-ddt.e-rtl.e-float-input.e-control-wrapper.e-show-text .e-clear-icon,
  .e-ddt.e-rtl.e-float-input.e-control-wrapper.e-show-text .e-ddt-icon {
    left: 0;
    right: auto; }
  .e-ddt.e-rtl.e-input-group.e-control-wrapper.e-show-chip.e-show-dd-icon .e-clear-icon, .e-ddt.e-rtl.e-input-group.e-control-wrapper.e-show-text.e-show-dd-icon .e-clear-icon, .e-ddt.e-rtl.e-float-input.e-control-wrapper.e-show-chip.e-show-dd-icon .e-clear-icon, .e-ddt.e-rtl.e-float-input.e-control-wrapper.e-show-text.e-show-dd-icon .e-clear-icon {
    left: 18px; }
  .e-ddt.e-rtl.e-popup .e-treeview .e-list-item .e-ul {
    padding: 0 14px 0 0; }

.e-bigger .e-ddt .e-chips,
.e-ddt.e-bigger .e-chips {
  height: 31px; }

.e-bigger .e-ddt.e-input-group.e-control-wrapper.e-show-chip.e-show-dd-icon .e-clear-icon, .e-bigger .e-ddt.e-input-group.e-control-wrapper.e-show-text.e-show-dd-icon .e-clear-icon, .e-bigger .e-ddt.e-float-input.e-control-wrapper.e-show-chip.e-show-dd-icon .e-clear-icon, .e-bigger .e-ddt.e-float-input.e-control-wrapper.e-show-text.e-show-dd-icon .e-clear-icon,
.e-ddt.e-bigger.e-input-group.e-control-wrapper.e-show-chip.e-show-dd-icon .e-clear-icon,
.e-ddt.e-bigger.e-input-group.e-control-wrapper.e-show-text.e-show-dd-icon .e-clear-icon,
.e-ddt.e-bigger.e-float-input.e-control-wrapper.e-show-chip.e-show-dd-icon .e-clear-icon,
.e-ddt.e-bigger.e-float-input.e-control-wrapper.e-show-text.e-show-dd-icon .e-clear-icon {
  right: 20px; }

.e-bigger .e-ddt.e-input-group.e-control-wrapper.e-show-chip .e-ddt-icon, .e-bigger .e-ddt.e-input-group.e-control-wrapper.e-show-text .e-ddt-icon, .e-bigger .e-ddt.e-float-input.e-control-wrapper.e-show-chip .e-ddt-icon, .e-bigger .e-ddt.e-float-input.e-control-wrapper.e-show-text .e-ddt-icon,
.e-ddt.e-bigger.e-input-group.e-control-wrapper.e-show-chip .e-ddt-icon,
.e-ddt.e-bigger.e-input-group.e-control-wrapper.e-show-text .e-ddt-icon,
.e-ddt.e-bigger.e-float-input.e-control-wrapper.e-show-chip .e-ddt-icon,
.e-ddt.e-bigger.e-float-input.e-control-wrapper.e-show-text .e-ddt-icon {
  bottom: 3px; }

.e-bigger .e-ddt.e-input-group.e-control-wrapper .e-clear-icon, .e-bigger .e-ddt.e-float-input.e-control-wrapper .e-clear-icon,
.e-ddt.e-bigger.e-input-group.e-control-wrapper .e-clear-icon,
.e-ddt.e-bigger.e-float-input.e-control-wrapper .e-clear-icon {
  min-height: 26px; }

.e-bigger .e-ddt .e-overflow.e-show-text,
.e-ddt.e-bigger .e-overflow.e-show-text {
  padding: 8px 0 0 0; }

.e-bigger .e-ddt.e-show-dd-icon .e-chips-wrapper .e-chips:last-child,
.e-ddt.e-bigger.e-show-dd-icon .e-chips-wrapper .e-chips:last-child {
  margin-right: 20px;
  max-width: calc(100% - 21px); }

.e-bigger .e-ddt.e-show-clear .e-chips-wrapper .e-chips:last-child,
.e-ddt.e-bigger.e-show-clear .e-chips-wrapper .e-chips:last-child {
  margin-right: 32px;
  max-width: calc(100% - 33px); }

.e-bigger .e-ddt.e-show-clear.e-show-dd-icon .e-chips-wrapper .e-chips:last-child,
.e-ddt.e-bigger.e-show-clear.e-show-dd-icon .e-chips-wrapper .e-chips:last-child {
  margin-right: 52px;
  max-width: calc(100% - 53px); }

.e-bigger .e-ddt.e-popup .e-selectall-parent,
.e-ddt.e-bigger.e-popup .e-selectall-parent {
  text-indent: 43px; }

.e-bigger .e-ddt.e-popup .e-treeview .e-fullrow,
.e-ddt.e-bigger.e-popup .e-treeview .e-fullrow {
  height: 44px; }

.e-bigger .e-ddt.e-rtl.e-show-dd-icon .e-chips-wrapper .e-chips:last-child,
.e-ddt.e-bigger.e-rtl.e-show-dd-icon .e-chips-wrapper .e-chips:last-child {
  margin-left: 20px;
  margin-right: 1px; }

.e-bigger .e-ddt.e-rtl.e-show-clear .e-chips-wrapper .e-chips:last-child,
.e-ddt.e-bigger.e-rtl.e-show-clear .e-chips-wrapper .e-chips:last-child {
  margin-left: 32px;
  margin-right: 1px; }

.e-bigger .e-ddt.e-rtl.e-show-clear.e-show-dd-icon .e-chips-wrapper .e-chips:last-child,
.e-ddt.e-bigger.e-rtl.e-show-clear.e-show-dd-icon .e-chips-wrapper .e-chips:last-child {
  margin-left: 52px;
  margin-right: 1px; }

.e-bigger .e-ddt.e-rtl.e-show-chip.e-input-group.e-show-dd-icon .e-clear-icon, .e-bigger .e-ddt.e-rtl.e-show-text.e-input-group.e-show-dd-icon .e-clear-icon,
.e-ddt.e-bigger.e-rtl.e-show-chip.e-input-group.e-show-dd-icon .e-clear-icon,
.e-ddt.e-bigger.e-rtl.e-show-text.e-input-group.e-show-dd-icon .e-clear-icon {
  left: 20px;
  right: auto; }

.e-ddt .e-chips {
  background-color: #eee; }
  .e-ddt .e-chips .e-chips-close::before {
    color: rgba(0, 0, 0, 0.54); }
  .e-ddt .e-chips &gt; .e-chipcontent {
    color: rgba(0, 0, 0, 0.87); }
  .e-ddt .e-chips:hover {
    background-color: #d6d6d6; }
    .e-ddt .e-chips:hover &gt; .e-chipcontent {
      color: rgba(0, 0, 0, 0.87); }

.e-ddt .e-overflow .e-remain {
  color: rgba(0, 0, 0, 0.54); }

.e-ddt.e-input-group.e-control-wrapper .e-clear-icon, .e-ddt.e-float-input.e-control-wrapper .e-clear-icon {
  background-color: #fff; }

.e-ddt.e-input-group.e-control-wrapper .e-input-group-icon.e-ddt-icon, .e-ddt.e-float-input.e-control-wrapper .e-input-group-icon.e-ddt-icon {
  background-color: #fff; }

.e-ddt.e-popup {
  background: #fff;
  border-color: transparent; }
  .e-ddt.e-popup .e-popup-content.e-no-data {
    color: #000; }
  .e-ddt.e-popup .e-selectall-parent {
    border-bottom-color: rgba(0, 0, 0, 0.12); }
    .e-ddt.e-popup .e-selectall-parent .e-all-text {
      color: rgba(0, 0, 0, 0.87); }

.e-multiselect.e-input-group .e-ddl-icon::before {
  content: '\e969';
  font-family: 'e-icons'; }

.e-multi-select-wrapper .e-chips .e-chips-close::before {
  content: '\e7e9';
  cursor: pointer;
  left: 0;
  position: relative;
  top: 0; }

.e-multi-select-wrapper .e-close-hooker::before {
  content: '\e7a7';
  cursor: pointer;
  left: 6px;
  position: relative;
  top: 6px; }

.e-multiselect.e-input-group .e-ddl-disable-icon::before {
  content: ''; }

.e-multiselect.e-outline .e-multi-select-wrapper .e-chips-close.e-close-hooker {
  height: 38px;
  margin-top: -38px;
  right: 18px;
  top: 100%;
  width: 16px; }

.e-multiselect.e-filled .e-multi-select-wrapper .e-chips-close.e-close-hooker {
  height: 38px;
  margin-top: -35px;
  right: 18px;
  top: 100%;
  width: 16px; }

.e-multiselect.e-outline .e-multi-select-wrapper.e-down-icon .e-chips-close.e-close-hooker,
.e-multiselect.e-filled .e-multi-select-wrapper.e-down-icon .e-chips-close.e-close-hooker {
  right: 52px; }

.e-multiselect.e-filled .e-multi-select-wrapper.e-down-icon .e-chips-close.e-close-hooker {
  right: 52px; }

.e-bigger.e-small.e-multiselect.e-outline .e-multi-select-wrapper .e-chips-close.e-close-hooker,
.e-bigger.e-small .e-multiselect.e-outline .e-multi-select-wrapper .e-chips-close.e-close-hooker,
.e-bigger .e-small.e-multiselect.e-outline .e-multi-select-wrapper .e-chips-close.e-close-hooker,
.e-small .e-bigger.e-multiselect.e-outline .e-multi-select-wrapper .e-chips-close.e-close-hooker {
  height: 38px;
  margin-top: -55px;
  right: 12px;
  top: 100%;
  width: 18px; }

.e-bigger.e-small.e-multiselect.e-outline .e-multi-select-wrapper.e-down-icon .e-chips-close.e-close-hooker,
.e-bigger.e-small .e-multiselect.e-outline .e-multi-select-wrapper.e-down-icon .e-chips-close.e-close-hooker,
.e-bigger .e-small.e-multiselect.e-outline .e-multi-select-wrapper.e-down-icon .e-chips-close.e-close-hooker,
.e-small .e-bigger.e-multiselect.e-outline .e-multi-select-wrapper.e-down-icon .e-chips-close.e-close-hooker,
.e-bigger.e-small.e-multiselect.e-filled .e-multi-select-wrapper.e-down-icon .e-chips-close.e-close-hooker,
.e-bigger.e-small .e-multiselect.e-filled .e-multi-select-wrapper.e-down-icon .e-chips-close.e-close-hooker,
.e-bigger .e-small.e-multiselect.e-filled .e-multi-select-wrapper.e-down-icon .e-chips-close.e-close-hooker,
.e-small .e-bigger.e-multiselect.e-filled .e-multi-select-wrapper.e-down-icon .e-chips-close.e-close-hooker {
  right: 48px; }

.e-bigger.e-multiselect.e-outline .e-multi-select-wrapper .e-chips-close.e-close-hooker,
.e-bigger .e-multiselect.e-outline .e-multi-select-wrapper .e-chips-close.e-close-hooker {
  height: 54px;
  margin-top: -55px;
  right: 16px;
  top: 100%;
  width: 20px; }

.e-bigger.e-multiselect.e-outline .e-multi-select-wrapper.e-down-icon .e-chips-close.e-close-hooker,
.e-bigger .e-multiselect.e-outline .e-multi-select-wrapper.e-down-icon .e-chips-close.e-close-hooker {
  right: 60px; }

.e-small.e-multiselect.e-outline .e-multi-select-wrapper .e-chips-close.e-close-hooker,
.e-small .e-multiselect.e-outline .e-multi-select-wrapper .e-chips-close.e-close-hooker {
  height: 34px;
  margin-top: -35px;
  right: 16px;
  top: 100%;
  width: 14px; }

.e-small.e-multiselect.e-outline .e-multi-select-wrapper.e-down-icon .e-chips-close.e-close-hooker,
.e-small .e-multiselect.e-outline .e-multi-select-wrapper.e-down-icon .e-chips-close.e-close-hooker,
.e-small.e-multiselect.e-filled .e-multi-select-wrapper.e-down-icon .e-chips-close.e-close-hooker,
.e-small .e-multiselect.e-filled .e-multi-select-wrapper.e-down-icon .e-chips-close.e-close-hooker {
  right: 48px; }

.e-rtl.e-multiselect.e-outline .e-multi-select-wrapper .e-chips-close.e-close-hooker,
.e-rtl .e-multiselect.e-outline .e-multi-select-wrapper .e-chips-close.e-close-hooker,
.e-rtl.e-multiselect.e-filled .e-multi-select-wrapper.e-down-icon .e-chips-close.e-close-hooker,
.e-rtl .e-multiselect.e-filled .e-multi-select-wrapper.e-down-icon .e-chips-close.e-close-hooker {
  left: 52px;
  right: auto; }

.e-rtl.e-bigger.e-small.e-multiselect.e-outline .e-multi-select-wrapper .e-chips-close.e-close-hooker,
.e-rtl.e-bigger.e-small .e-multiselect.e-outline .e-multi-select-wrapper .e-chips-close.e-close-hooker,
.e-rtl .e-bigger.e-small.e-multiselect.e-outline .e-multi-select-wrapper .e-chips-close.e-close-hooker,
.e-bigger.e-small .e-rtl.e-multiselect.e-outline .e-multi-select-wrapper .e-chips-close.e-close-hooker,
.e-rtl.e-bigger .e-small.e-multiselect.e-outline .e-multi-select-wrapper .e-chips-close.e-close-hooker,
.e-rtl .e-bigger .e-small.e-multiselect.e-outline .e-multi-select-wrapper .e-chips-close.e-close-hooker,
.e-bigger .e-rtl.e-small.e-multiselect.e-outline .e-multi-select-wrapper .e-chips-close.e-close-hooker,
.e-bigger .e-rtl .e-small.e-multiselect.e-outline .e-multi-select-wrapper .e-chips-close.e-close-hooker,
.e-rtl.e-small .e-bigger.e-multiselect.e-outline .e-multi-select-wrapper .e-chips-close.e-close-hooker,
.e-rtl .e-small .e-bigger.e-multiselect.e-outline .e-multi-select-wrapper .e-chips-close.e-close-hooker,
.e-small .e-rtl .e-bigger.e-multiselect.e-outline .e-multi-select-wrapper .e-chips-close.e-close-hooker,
.e-small .e-rtl.e-bigger.e-multiselect.e-outline .e-multi-select-wrapper .e-chips-close.e-close-hooker,
.e-rtl.e-bigger.e-small.e-multiselect.e-filled .e-multi-select-wrapper.e-down-icon .e-chips-close.e-close-hooker,
.e-rtl.e-bigger.e-small .e-multiselect.e-filled .e-multi-select-wrapper.e-down-icon .e-chips-close.e-close-hooker,
.e-rtl .e-bigger.e-small.e-multiselect.e-filled .e-multi-select-wrapper.e-down-icon .e-chips-close.e-close-hooker,
.e-bigger.e-small .e-rtl.e-multiselect.e-filled .e-multi-select-wrapper.e-down-icon .e-chips-close.e-close-hooker,
.e-rtl.e-bigger .e-small.e-multiselect.e-filled .e-multi-select-wrapper.e-down-icon .e-chips-close.e-close-hooker,
.e-rtl .e-bigger .e-small.e-multiselect.e-filled .e-multi-select-wrapper.e-down-icon .e-chips-close.e-close-hooker,
.e-bigger .e-rtl.e-small.e-multiselect.e-filled .e-multi-select-wrapper.e-down-icon .e-chips-close.e-close-hooker,
.e-bigger .e-rtl .e-small.e-multiselect.e-filled .e-multi-select-wrapper.e-down-icon .e-chips-close.e-close-hooker,
.e-rtl.e-small .e-bigger.e-multiselect.e-filled .e-multi-select-wrapper.e-down-icon .e-chips-close.e-close-hooker,
.e-rtl .e-small .e-bigger.e-multiselect.e-filled .e-multi-select-wrapper.e-down-icon .e-chips-close.e-close-hooker,
.e-small .e-rtl .e-bigger.e-multiselect.e-filled .e-multi-select-wrapper.e-down-icon .e-chips-close.e-close-hooker,
.e-small .e-rtl.e-bigger.e-multiselect.e-filled .e-multi-select-wrapper.e-down-icon .e-chips-close.e-close-hooker {
  left: 48px;
  right: auto; }

.e-rtl.e-bigger.e-multiselect.e-outline .e-multi-select-wrapper .e-chips-close.e-close-hooker,
.e-rtl.e-bigger .e-multiselect.e-outline .e-multi-select-wrapper .e-chips-close.e-close-hooker,
.e-rtl .e-bigger.e-multiselect.e-outline .e-multi-select-wrapper .e-chips-close.e-close-hooker,
.e-rtl .e-bigger .e-multiselect.e-outline .e-multi-select-wrapper .e-chips-close.e-close-hooker,
.e-bigger .e-rtl.e-multiselect.e-outline .e-multi-select-wrapper .e-chips-close.e-close-hooker,
.e-bigger .e-rtl .e-multiselect.e-outline .e-multi-select-wrapper .e-chips-close.e-close-hooker,
.e-rtl.e-bigger.e-multiselect.e-filled .e-multi-select-wrapper.e-down-icon .e-chips-close.e-close-hooker,
.e-rtl.e-bigger .e-multiselect.e-filled .e-multi-select-wrapper.e-down-icon .e-chips-close.e-close-hooker,
.e-rtl .e-bigger.e-multiselect.e-filled .e-multi-select-wrapper.e-down-icon .e-chips-close.e-close-hooker,
.e-rtl .e-bigger .e-multiselect.e-filled .e-multi-select-wrapper.e-down-icon .e-chips-close.e-close-hooker,
.e-bigger .e-rtl.e-multiselect.e-filled .e-multi-select-wrapper.e-down-icon .e-chips-close.e-close-hooker,
.e-bigger .e-rtl .e-multiselect.e-filled .e-multi-select-wrapper.e-down-icon .e-chips-close.e-close-hooker {
  left: 60px;
  right: auto; }

.e-rtl.e-small.e-multiselect.e-outline .e-multi-select-wrapper .e-chips-close.e-close-hooker,
.e-rtl.e-small .e-multiselect.e-outline .e-multi-select-wrapper .e-chips-close.e-close-hooker,
.e-rtl .e-small.e-multiselect.e-outline .e-multi-select-wrapper .e-chips-close.e-close-hooker,
.e-rtl .e-small .e-multiselect.e-outline .e-multi-select-wrapper .e-chips-close.e-close-hooker,
.e-small .e-rtl.e-multiselect.e-outline .e-multi-select-wrapper .e-chips-close.e-close-hooker,
.e-small .e-rtl .e-multiselect.e-outline .e-multi-select-wrapper.e-down-icon .e-chips-close.e-close-hooker,
.e-rtl.e-small.e-multiselect.e-filled .e-multi-select-wrapper.e-down-icon .e-chips-close.e-close-hooker,
.e-rtl.e-small .e-multiselect.e-filled .e-multi-select-wrapper.e-down-icon .e-chips-close.e-close-hooker,
.e-rtl .e-small.e-multiselect.e-filled .e-multi-select-wrapper.e-down-icon .e-chips-close.e-close-hooker,
.e-rtl .e-small .e-multiselect.e-filled .e-multi-select-wrapper.e-down-icon .e-chips-close.e-close-hooker,
.e-small .e-rtl.e-multiselect.e-filled .e-multi-select-wrapper.e-down-icon .e-chips-close.e-close-hooker,
.e-small .e-rtl .e-multiselect.e-filled .e-multi-select-wrapper.e-down-icon .e-chips-close.e-close-hooker {
  left: 48px;
  right: auto; }

.e-multiselect.e-outline .e-multi-select-wrapper .e-close-hooker::before {
  content: '\e208';
  font-size: 16px;
  height: 16px;
  margin-top: -8px;
  top: 50%; }

.e-small.e-multiselect.e-outline .e-multi-select-wrapper .e-close-hooker::before,
.e-small .e-multiselect.e-outline .e-multi-select-wrapper .e-close-hooker::before {
  content: '\e208';
  font-size: 14px;
  height: 14px;
  margin-top: -7px;
  top: 50%; }

.e-bigger.e-multiselect.e-outline .e-multi-select-wrapper .e-close-hooker::before,
.e-bigger .e-multiselect.e-outline .e-multi-select-wrapper .e-close-hooker::before {
  content: '\e208';
  font-size: 20px;
  height: 20px;
  left: 0;
  margin-top: -10px;
  top: 50%; }

.e-bigger.e-small.e-multiselect.e-outline .e-multi-select-wrapper .e-close-hooker::before,
.e-bigger.e-small .e-multiselect.e-outline .e-multi-select-wrapper .e-close-hooker::before,
.e-bigger .e-small.e-multiselect.e-outline .e-multi-select-wrapper .e-close-hooker::before,
.e-small .e-bigger.e-multiselect.e-outline .e-multi-select-wrapper .e-close-hooker::before {
  content: '\e208';
  font-size: 18px;
  height: 18px;
  left: 0;
  margin-top: -9px;
  top: 50%; }

.e-multiselect.e-outline .e-multi-select-wrapper .e-chips .e-chips-close::before {
  font-size: 14px; }

.e-small .e-multiselect.e-outline .e-multi-select-wrapper .e-chips .e-chips-close::before,
.e-small.e-multiselect.e-outline .e-multi-select-wrapper .e-chips .e-chips-close::before {
  font-size: 13px; }

.e-bigger .e-multiselect.e-outline .e-multi-select-wrapper .e-chips .e-chips-close::before,
.e-bigger.e-multiselect.e-outline .e-multi-select-wrapper .e-chips .e-chips-close::before {
  font-size: 16px; }

.e-bigger.e-small .e-multiselect.e-outline .e-multi-select-wrapper .e-chips .e-chips-close::before,
.e-bigger.e-small.e-multiselect.e-outline .e-multi-select-wrapper .e-chips .e-chips-close::before,
.e-bigger .e-small.e-multiselect.e-outline .e-multi-select-wrapper .e-chips .e-chips-close::before,
.e-small .e-bigger.e-multiselect.e-outline .e-multi-select-wrapper .e-chips .e-chips-close::before {
  font-size: 14px; }

.e-multiselect.e-input-group.e-outline .e-multi-select-wrapper .e-input-group-icon.e-ddl-icon,
.e-multiselect.e-outline.e-input-group.e-control-wrapper .e-multi-select-wrapper .e-input-group-icon.e-ddl-icon {
  margin: 7px 12px 9px 0; }

.e-multiselect.e-input-group.e-outline.e-bigger .e-multi-select-wrapper .e-input-group-icon.e-ddl-icon,
.e-bigger .e-multiselect.e-input-group.e-outline .e-multi-select-wrapper .e-input-group-icon.e-ddl-icon,
.e-multiselect.e-input-group.e-outline.e-control-wrapper.e-bigger .e-multi-select-wrapper .e-input-group-icon.e-ddl-icon,
.e-bigger .e-multiselect.e-input-group.e-outline.e-control-wrapper .e-multi-select-wrapper .e-input-group-icon.e-ddl-icon {
  margin: 10px 16px 10px 0; }

.e-multiselect.e-input-group.e-outline.e-small .e-multi-select-wrapper .e-input-group-icon.e-ddl-icon,
.e-multiselect.e-input-group.e-outline.e-control-wrapper.e-small .e-multi-select-wrapper .e-input-group-icon.e-ddl-icon,
.e-small .e-multiselect.e-input-group.e-outline .e-multi-select-wrapper .e-input-group-icon.e-ddl-icon,
.e-small .e-multiselect.e-input-group.e-outline.e-control-wrapper .e-multi-select-wrapper .e-input-group-icon.e-ddl-icon {
  margin: 6px 10px 8px 0; }

.e-multiselect.e-input-group.e-outline.e-small.e-bigger .e-multi-select-wrapper .e-input-group-icon.e-ddl-icon,
.e-bigger.e-small .e-multiselect.e-input-group.e-outline .e-multi-select-wrapper .e-input-group-icon.e-ddl-icon,
.e-multiselect.e-input-group.e-outline.e-control-wrapper.e-small.e-bigger .e-multi-select-wrapper .e-input-group-icon.e-ddl-icon,
.e-small.e-bigger .e-multiselect.e-input-group.e-outline.e-control-wrapper .e-multi-select-wrapper .e-input-group-icon.e-ddl-icon,
.e-bigger .e-multiselect.e-input-group.e-outline.e-small .e-multi-select-wrapper .e-input-group-icon.e-ddl-icon,
.e-bigger .e-multiselect.e-input-group.e-outline.e-control-wrapper.e-small .e-multi-select-wrapper .e-input-group-icon.e-ddl-icon,
.e-small .e-multiselect.e-input-group.e-outline.e-bigger .e-multi-select-wrapper .e-input-group-icon.e-ddl-icon,
.e-small .e-multiselect.e-input-group.e-outline.e-control-wrapper.e-bigger .e-multi-select-wrapper .e-input-group-icon.e-ddl-icon {
  margin: 6px 12px 8px 0; }

.e-rtl.e-multiselect.e-input-group.e-outline .e-multi-select-wrapper .e-input-group-icon.e-ddl-icon,
.e-rtl.e-multiselect.e-outline.e-input-group.e-control-wrapper .e-multi-select-wrapper .e-input-group-icon.e-ddl-icon,
.e-rtl .e-multiselect.e-input-group.e-outline .e-multi-select-wrapper .e-input-group-icon.e-ddl-icon,
.e-rtl .e-multiselect.e-outline.e-input-group.e-control-wrapper .e-multi-select-wrapper .e-input-group-icon.e-ddl-icon {
  margin: 7px 0 9px 12px; }

.e-rtl.e-multiselect.e-input-group.e-outline.e-bigger .e-multi-select-wrapper .e-input-group-icon.e-ddl-icon,
.e-bigger .e-rtl.e-multiselect.e-input-group.e-outline .e-multi-select-wrapper .e-input-group-icon.e-ddl-icon,
.e-rtl.e-multiselect.e-input-group.e-outline.e-control-wrapper.e-bigger .e-multi-select-wrapper .e-input-group-icon.e-ddl-icon,
.e-bigger .e-rtl.e-multiselect.e-input-group.e-outline.e-control-wrapper .e-multi-select-wrapper .e-input-group-icon.e-ddl-icon,
.e-rtl .e-multiselect.e-input-group.e-outline.e-bigger .e-multi-select-wrapper .e-input-group-icon.e-ddl-icon,
.e-bigger.e-rtl .e-multiselect.e-input-group.e-outline .e-multi-select-wrapper .e-input-group-icon.e-ddl-icon,
.e-rtl .e-multiselect.e-input-group.e-outline.e-control-wrapper.e-bigger .e-multi-select-wrapper .e-input-group-icon.e-ddl-icon,
.e-bigger.e-rtl .e-multiselect.e-input-group.e-outline.e-control-wrapper .e-multi-select-wrapper .e-input-group-icon.e-ddl-icon {
  margin: 10px 0 10px 16px; }

.e-rtl.e-multiselect.e-input-group.e-outline.e-small .e-multi-select-wrapper .e-input-group-icon.e-ddl-icon,
.e-rtl.e-multiselect.e-input-group.e-outline.e-control-wrapper.e-small .e-multi-select-wrapper .e-input-group-icon.e-ddl-icon,
.e-small .e-rtl.e-multiselect.e-input-group.e-outline .e-multi-select-wrapper .e-input-group-icon.e-ddl-icon,
.e-small .e-rtl.e-multiselect.e-input-group.e-outline.e-control-wrapper .e-multi-select-wrapper .e-input-group-icon.e-ddl-icon,
.e-rtl .e-multiselect.e-input-group.e-outline.e-small .e-multi-select-wrapper .e-input-group-icon.e-ddl-icon,
.e-rtl .e-multiselect.e-input-group.e-outline.e-control-wrapper.e-small .e-multi-select-wrapper .e-input-group-icon.e-ddl-icon,
.e-rtl.e-small .e-multiselect.e-input-group.e-outline .e-multi-select-wrapper .e-input-group-icon.e-ddl-icon,
.e-rtl.e-small .e-multiselect.e-input-group.e-outline.e-control-wrapper .e-multi-select-wrapper .e-input-group-icon.e-ddl-icon {
  margin: 6px 0 8px 10px; }

.e-rtl.e-multiselect.e-input-group.e-outline.e-small.e-bigger .e-multi-select-wrapper .e-input-group-icon.e-ddl-icon,
.e-bigger.e-small .e-rtl.e-multiselect.e-input-group.e-outline .e-multi-select-wrapper .e-input-group-icon.e-ddl-icon,
.e-rtl.e-multiselect.e-input-group.e-outline.e-control-wrapper.e-small.e-bigger .e-multi-select-wrapper .e-input-group-icon.e-ddl-icon,
.e-small.e-bigger .e-rtl.e-multiselect.e-input-group.e-outline.e-control-wrapper .e-multi-select-wrapper .e-input-group-icon.e-ddl-icon,
.e-bigger .e-rtl.e-multiselect.e-input-group.e-outline.e-small .e-multi-select-wrapper .e-input-group-icon.e-ddl-icon,
.e-bigger .e-rtl.e-multiselect.e-input-group.e-outline.e-control-wrapper.e-small .e-multi-select-wrapper .e-input-group-icon.e-ddl-icon,
.e-small .e-rtl.e-multiselect.e-input-group.e-outline.e-bigger .e-multi-select-wrapper .e-input-group-icon.e-ddl-icon,
.e-small .e-rtl.e-multiselect.e-input-group.e-outline.e-control-wrapper.e-bigger .e-multi-select-wrapper .e-input-group-icon.e-ddl-icon,
.e-rtl .e-multiselect.e-input-group.e-outline.e-small.e-bigger .e-multi-select-wrapper .e-input-group-icon.e-ddl-icon,
.e-rtl.e-bigger.e-small .e-multiselect.e-input-group.e-outline .e-multi-select-wrapper .e-input-group-icon.e-ddl-icon,
.e-rtl .e-multiselect.e-input-group.e-outline.e-control-wrapper.e-small.e-bigger .e-multi-select-wrapper .e-input-group-icon.e-ddl-icon,
.e-rtl.e-small.e-bigger .e-multiselect.e-input-group.e-outline.e-control-wrapper .e-multi-select-wrapper .e-input-group-icon.e-ddl-icon,
.e-rtl.e-bigger .e-multiselect.e-input-group.e-outline.e-small .e-multi-select-wrapper .e-input-group-icon.e-ddl-icon,
.e-rtl.e-bigger .e-multiselect.e-input-group.e-outline.e-control-wrapper.e-small .e-multi-select-wrapper .e-input-group-icon.e-ddl-icon,
.e-rtl.e-small .e-multiselect.e-input-group.e-outline.e-bigger .e-multi-select-wrapper .e-input-group-icon.e-ddl-icon,
.e-rtl.e-small .e-multiselect.e-input-group.e-outline.e-control-wrapper.e-bigger .e-multi-select-wrapper .e-input-group-icon.e-ddl-icon {
  margin: 6px 0 8px 12px; }

.e-filled .e-multi-select-wrapper .e-chips-close.e-close-hooker,
.e-filled.e-multiselect .e-down-icon .e-chips-close.e-close-hooker,
.e-bigger.e-small.e-filled .e-multi-select-wrapper .e-chips-close.e-close-hooker,
.e-bigger.e-small .e-filled .e-multi-select-wrapper .e-chips-close.e-close-hooker,
.e-bigger .e-small.e-filled .e-multi-select-wrapper .e-chips-close.e-close-hooker,
.e-small .e-bigger.e-filled .e-multi-select-wrapper .e-chips-close.e-close-hooker {
  height: 20px;
  margin-top: -33px;
  right: 18px;
  width: 20px; }

.e-bigger.e-small.e-filled.e-multiselect .e-down-icon .e-chips-close.e-close-hooker,
.e-bigger.e-small .e-filled.e-multiselect .e-down-icon .e-chips-close.e-close-hooker,
.e-bigger .e-small.e-filled.e-multiselect .e-down-icon .e-chips-close.e-close-hooker,
.e-small .e-bigger.e-filled.e-multiselect .e-down-icon .e-chips-close.e-close-hooker {
  height: 20px;
  margin-top: -35px;
  right: 45px;
  width: 20px; }

.e-filled.e-float-input .e-multi-select-wrapper .e-chips-close.e-close-hooker,
.e-filled.e-float-input.e-multiselect .e-down-icon .e-chips-close.e-close-hooker,
.e-bigger.e-small.e-filled.e-float-input .e-multi-select-wrapper .e-chips-close.e-close-hooker,
.e-bigger.e-small .e-filled.e-float-input .e-multi-select-wrapper .e-chips-close.e-close-hooker,
.e-bigger .e-small.e-filled.e-float-input .e-multi-select-wrapper .e-chips-close.e-close-hooker,
.e-small .e-bigger.e-filled.e-float-input .e-multi-select-wrapper .e-chips-close.e-close-hooker,
.e-bigger.e-small.e-filled.e-float-input.e-multiselect .e-down-icon .e-chips-close.e-close-hooker,
.e-bigger.e-small .e-filled.e-float-input.e-multiselect .e-down-icon .e-chips-close.e-close-hooker,
.e-bigger .e-small.e-filled.e-float-input.e-multiselect .e-down-icon .e-chips-close.e-close-hooker,
.e-small .e-bigger.e-filled.e-float-input.e-multiselect .e-down-icon .e-chips-close.e-close-hooker {
  margin-top: -32px; }

.e-small.e-filled .e-multi-select-wrapper .e-chips-close.e-close-hooker,
.e-small .e-filled .e-multi-select-wrapper .e-chips-close.e-close-hooker {
  height: 18px;
  margin: -29px 0 8px;
  width: 18px; }

.e-bigger.e-filled .e-multi-select-wrapper .e-chips-close.e-close-hooker,
.e-bigger .e-filled .e-multi-select-wrapper .e-chips-close.e-close-hooker {
  height: 24px;
  width: 24px; }

.e-small.e-filled.e-float-input .e-multi-select-wrapper .e-chips-close.e-close-hooker,
.e-small .e-filled.e-float-input.e-multiselect .e-down-icon .e-chips-close.e-close-hooker {
  margin-top: -26px; }

.e-bigger.e-filled.e-float-input .e-multi-select-wrapper .e-chips-close.e-close-hooker,
.e-bigger .e-filled.e-float-input.e-multiselect .e-down-icon .e-chips-close.e-close-hooker {
  margin-top: -40px; }

.e-bigger.e-small.e-filled.e-float-input.e-multiselect .e-down-icon .e-chips-close.e-close-hooker,
.e-bigger.e-small .e-filled.e-float-input.e-multiselect .e-down-icon .e-chips-close.e-close-hooker,
.e-bigger .e-small.e-filled.e-float-input.e-multiselect .e-down-icon .e-chips-close.e-close-hooker,
.e-small .e-bigger.e-filled.e-float-input.e-multiselect .e-down-icon .e-chips-close.e-close-hooker,
.e-bigger.e-small.e-filled.e-float-input .e-multi-select-wrapper .e-chips-close.e-close-hooker,
.e-bigger.e-small .e-filled.e-float-input .e-multi-select-wrapper .e-chips-close.e-close-hooker,
.e-bigger .e-small.e-filled.e-float-input .e-multi-select-wrapper .e-chips-close.e-close-hooker,
.e-small .e-bigger.e-filled.e-float-input .e-multi-select-wrapper .e-chips-close.e-close-hooker {
  margin-top: -32px;
  right: 40px; }

.e-bigger.e-filled .e-multi-select-wrapper .e-chips-close.e-close-hooker,
.e-bigger .e-filled.e-multiselect .e-down-icon .e-chips-close.e-close-hooker {
  margin-top: -44px; }

.e-bigger.e-filled.e-multiselect.e-float-input .e-multi-select-wrapper .e-chips:not(.e-mob-chip) .e-chips-close,
.e-bigger .e-filled.e-multiselect.e-float-input .e-multi-select-wrapper .e-chips:not(.e-mob-chip) .e-chips-close,
.e-filled.e-multiselect:not(.e-float-input) .e-multi-select-wrapper .e-chips:not(.e-mob-chip) .e-chips-close {
  height: 14px;
  width: 14px; }

.e-bigger.e-filled.e-multiselect:not(.e-float-input) .e-multi-select-wrapper .e-chips:not(.e-mob-chip) .e-chips-close,
.e-bigger .e-filled.e-multiselect:not(.e-float-input) .e-multi-select-wrapper .e-chips:not(.e-mob-chip) .e-chips-close {
  height: 16px;
  width: 16px; }

.e-small.e-filled.e-multiselect.e-float-input .e-multi-select-wrapper .e-chips:not(.e-mob-chip) .e-chips-close,
.e-small .e-filled.e-multiselect.e-float-input .e-multi-select-wrapper .e-chips:not(.e-mob-chip) .e-chips-close {
  height: 10px;
  width: 10px; }

.e-multiselect.e-filled.e-float-input .e-multi-select-wrapper .e-chips .e-chips-close::before,
.e-bigger.e-small.e-multiselect.e-filled.e-float-input .e-multi-select-wrapper .e-chips .e-chips-close::before,
.e-bigger.e-small .e-multiselect.e-filled.e-float-input .e-multi-select-wrapper .e-chips .e-chips-close::before,
.e-bigger .e-small.e-multiselect.e-filled.e-float-input .e-multi-select-wrapper .e-chips .e-chips-close::before,
.e-small.e-bigger.e-multiselect.e-filled.e-float-input .e-multi-select-wrapper .e-chips .e-chips-close::before,
.e-small.e-filled.e-multiselect:not(.e-float-input) .e-multi-select-wrapper .e-chips .e-chips-close::before,
.e-small .e-filled.e-multiselect:not(.e-float-input) .e-multi-select-wrapper .e-chips .e-chips-close::before {
  font-size: 12px;
  height: 12px;
  width: 12px; }

.e-small.e-multiselect.e-filled.e-float-input .e-multi-select-wrapper .e-chips .e-chips-close::before,
.e-small .e-multiselect.e-filled.e-float-input .e-multi-select-wrapper .e-chips .e-chips-close::before {
  font-size: 10px;
  height: 10px;
  width: 10px; }

.e-bigger.e-filled.e-float-input .e-multi-select-wrapper .e-chips .e-chips-close::before,
.e-bigger .e-filled.e-float-input .e-multi-select-wrapper .e-chips .e-chips-close::before,
.e-multiselect.e-filled:not(.e-float-input) .e-multi-select-wrapper .e-chips .e-chips-close::before,
.e-bigger.e-small.e-multiselect.e-filled:not(.e-float-input) .e-multi-select-wrapper .e-chips .e-chips-close::before,
.e-bigger.e-small .e-multiselect.e-filled:not(.e-float-input) .e-multi-select-wrapper .e-chips .e-chips-close::before,
.e-bigger .e-small.e-multiselect.e-filled:not(.e-float-input) .e-multi-select-wrapper .e-chips .e-chips-close::before,
.e-small .e-bigger.e-multiselect.e-filled:not(.e-float-input) .e-multi-select-wrapper .e-chips .e-chips-close::before {
  font-size: 14px;
  height: 14px;
  width: 14px; }

.e-filled .e-multi-select-wrapper .e-chips-close.e-close-hooker::before,
.e-bigger.e-small.e-filled .e-multi-select-wrapper .e-chips-close.e-close-hooker::before,
.e-bigger.e-small .e-filled .e-multi-select-wrapper .e-chips-close.e-close-hooker::before,
.e-bigger .e-small.e-filled .e-multi-select-wrapper .e-chips-close.e-close-hooker::before,
.e-small .e-bigger.e-filled .e-multi-select-wrapper .e-chips-close.e-close-hooker::before {
  content: '\e208';
  font-size: 16px;
  height: 16px;
  padding: 0;
  text-align: center;
  vertical-align: middle;
  width: 16px; }

.e-small.e-filled .e-multi-select-wrapper .e-chips-close.e-close-hooker::before,
.e-small .e-filled .e-multi-select-wrapper .e-chips-close.e-close-hooker::before {
  font-size: 14px;
  height: 14px;
  width: 14px; }

.e-bigger.e-filled .e-multi-select-wrapper .e-chips-close.e-close-hooker::before,
.e-bigger .e-filled .e-multi-select-wrapper .e-chips-close.e-close-hooker::before {
  font-size: 20px;
  height: 20px;
  width: 20px; }

.e-bigger.e-small.e-rtl.e-multiselect.e-filled .e-multi-select-wrapper .e-chips-close.e-close-hooker,
.e-bigger.e-small .e-rtl .e-multiselect.e-filled .e-multi-select-wrapper .e-chips-close.e-close-hooker,
.e-rtl.e-multiselect.e-filled .e-multi-select-wrapper .e-chips-close.e-close-hooker,
.e-rtl .e-multiselect.e-filled .e-multi-select-wrapper .e-chips-close.e-close-hooker {
  left: 10px;
  right: auto; }

.e-small.e-rtl.e-multiselect.e-filled .e-multi-select-wrapper .e-chips-close.e-close-hooker,
.e-rtl .e-small.e-multiselect.e-filled .e-multi-select-wrapper .e-chips-close.e-close-hooker,
.e-small .e-rtl.e-multiselect.e-filled .e-multi-select-wrapper .e-chips-close.e-close-hooker,
.e-rtl.e-small .e-multiselect.e-filled .e-multi-select-wrapper .e-chips-close.e-close-hooker {
  left: 6px;
  right: auto; }

.e-bigger.e-rtl.e-multiselect.e-filled .e-multi-select-wrapper .e-chips-close.e-close-hooker,
.e-rtl .e-bigger.e-multiselect.e-filled .e-multi-select-wrapper .e-chips-close.e-close-hooker,
.e-bigger .e-rtl.e-multiselect.e-filled .e-multi-select-wrapper .e-chips-close.e-close-hooker,
.e-rtl.e-bigger .e-multiselect.e-filled .e-multi-select-wrapper .e-chips-close.e-close-hooker {
  left: 12px;
  right: auto; }

.e-multiselect.e-input-group.e-filled .e-multi-select-wrapper .e-input-group-icon.e-ddl-icon,
.e-multiselect.e-filled.e-input-group.e-control-wrapper .e-multi-select-wrapper .e-input-group-icon.e-ddl-icon {
  margin: 10px 0 9px; }

.e-multiselect.e-filled.e-input-group.e-float-input.e-control-wrapper .e-multi-select-wrapper .e-input-group-icon.e-ddl-icon {
  margin: 0 8px 8px 0;
  padding: 0; }

.e-small.e-multiselect.e-input-group.e-filled .e-multi-select-wrapper .e-input-group-icon.e-ddl-icon,
.e-small .e-multiselect.e-filled.e-input-group.e-control-wrapper .e-multi-select-wrapper .e-input-group-icon.e-ddl-icon {
  height: 18px;
  margin: 7px 0 2px;
  width: 18px; }

.e-bigger.e-multiselect.e-input-group.e-filled .e-multi-select-wrapper .e-input-group-icon.e-ddl-icon,
.e-bigger .e-multiselect.e-filled.e-input-group.e-control-wrapper .e-multi-select-wrapper .e-input-group-icon.e-ddl-icon {
  height: 24px;
  margin: 12px -4px 8px -1px;
  padding: 0;
  width: 24px; }

.e-small.e-multiselect.e-input-group.e-float-input.e-filled .e-multi-select-wrapper .e-input-group-icon.e-ddl-icon,
.e-small .e-multiselect.e-filled.e-input-group.e-float-input.e-control-wrapper .e-multi-select-wrapper .e-input-group-icon.e-ddl-icon {
  margin: 0 12px 4px 0; }

.e-bigger.e-multiselect.e-input-group.e-filled.e-float-input .e-multi-select-wrapper .e-input-group-icon.e-ddl-icon,
.e-bigger .e-multiselect.e-filled.e-input-group.e-control-wrapper.e-float-input .e-multi-select-wrapper .e-input-group-icon.e-ddl-icon {
  margin: 0; }

.e-bigger.e-small.e-multiselect.e-input-group.e-float-input.e-filled .e-multi-select-wrapper .e-input-group-icon.e-ddl-icon,
.e-bigger.e-small .e-multiselect.e-input-group.e-float-input.e-filled .e-multi-select-wrapper .e-input-group-icon.e-ddl-icon,
.e-bigger .e-small.e-multiselect.e-input-group.e-float-input.e-filled .e-multi-select-wrapper .e-input-group-icon.e-ddl-icon,
.e-small .e-bigger.e-multiselect.e-input-group.e-float-input.e-filled .e-multi-select-wrapper .e-input-group-icon.e-ddl-icon {
  height: 20px;
  margin: 0 0 8px;
  padding: 0;
  width: 20px; }

.e-multiselect.e-input-group.e-filled .e-multi-select-wrapper .e-input-group-icon.e-ddl-icon::before,
.e-multiselect.e-filled.e-input-group.e-control-wrapper .e-multi-select-wrapper .e-input-group-icon.e-ddl-icon::before {
  font-size: 16px;
  height: 16px;
  width: 16px; }

.e-small.e-multiselect.e-input-group.e-filled .e-multi-select-wrapper .e-input-group-icon.e-ddl-icon::before,
.e-small .e-multiselect.e-filled.e-input-group.e-control-wrapper .e-multi-select-wrapper .e-input-group-icon.e-ddl-icon::before {
  font-size: 14px;
  height: 14px;
  width: 14px; }

.e-bigger.e-multiselect.e-input-group.e-filled .e-multi-select-wrapper .e-input-group-icon.e-ddl-icon::before,
.e-bigger .e-multiselect.e-filled.e-input-group.e-control-wrapper .e-multi-select-wrapper .e-input-group-icon.e-ddl-icon::before {
  font-size: 20px;
  height: 20px;
  width: 20px; }

.e-bigger.e-small.e-multiselect.e-filled.e-input-group.e-control-wrapper .e-multi-select-wrapper .e-input-group-icon.e-ddl-icon::before,
.e-bigger .e-small .e-multiselect.e-filled.e-input-group.e-control-wrapper .e-multi-select-wrapper .e-input-group-icon.e-ddl-icon::before,
.e-small.e-bigger.e-multiselect.e-filled.e-input-group.e-control-wrapper .e-multi-select-wrapper .e-input-group-icon.e-ddl-icon::before,
.e-small .e-bigger.e-multiselect.e-filled.e-input-group.e-control-wrapper .e-multi-select-wrapper .e-input-group-icon.e-ddl-icon::before {
  font-size: 18px;
  height: 18px;
  width: 18px; }

.e-bigger.e-small.e-multiselect.e-filled.e-input-group.e-control-wrapper:not(.e-float-input) .e-multi-select-wrapper .e-input-group-icon.e-ddl-icon,
.e-bigger .e-small .e-multiselect.e-filled.e-input-group.e-control-wrapper:not(.e-float-input) .e-multi-select-wrapper .e-input-group-icon.e-ddl-icon,
.e-small.e-bigger.e-multiselect.e-filled.e-input-group.e-control-wrapper:not(.e-float-input) .e-multi-select-wrapper .e-input-group-icon.e-ddl-icon,
.e-small .e-bigger.e-multiselect.e-filled.e-input-group.e-control-wrapper:not(.e-float-input) .e-multi-select-wrapper .e-input-group-icon.e-ddl-icon {
  height: 24px;
  margin: 7px -4px 8px -1px;
  padding: 0;
  width: 24px; }

.e-multiselect.e-outline .e-multi-select-wrapper .e-close-hooker.e-ddl-disable-icon::before,
.e-small.e-multiselect.e-outline .e-multi-select-wrapper .e-close-hooker.e-ddl-disable-icon::before,
.e-small .e-multiselect.e-outline .e-multi-select-wrapper .e-close-hooker.e-ddl-disable-icon::before,
.e-small.e-bigger.e-multiselect.e-outline .e-multi-select-wrapper .e-close-hooker.e-ddl-disable-icon::before,
.e-small.e-bigger .e-multiselect.e-outline .e-multi-select-wrapper .e-close-hooker.e-ddl-disable-icon::before,
.e-small .e-bigger.e-multiselect.e-outline .e-multi-select-wrapper .e-close-hooker.e-ddl-disable-icon::before,
.e-bigger.e-small.e-multiselect.e-outline .e-multi-select-wrapper .e-close-hooker.e-ddl-disable-icon::before,
.e-bigger.e-small .e-multiselect.e-outline .e-multi-select-wrapper .e-close-hooker.e-ddl-disable-icon::before,
.e-bigger .e-small.e-multiselect.e-outline .e-multi-select-wrapper .e-close-hooker.e-ddl-disable-icon::before,
.e-bigger.e-multiselect.e-outline .e-multi-select-wrapper .e-close-hooker.e-ddl-disable-icon::before,
.e-bigger .e-multiselect.e-outline .e-multi-select-wrapper .e-close-hooker.e-ddl-disable-icon::before {
  content: ''; }

.e-multi-select-wrapper {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  cursor: text;
  line-height: normal;
  min-height: 30px;
  padding: 0 32px 0 0;
  position: relative;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  width: 100%; }
  .e-multi-select-wrapper.e-delimiter .e-searcher {
    height: 27px;
    vertical-align: middle; }
    .e-multi-select-wrapper.e-delimiter .e-searcher .e-dropdownbase {
      height: 100%;
      min-height: 100%; }
  .e-multi-select-wrapper .e-delim-view {
    white-space: nowrap; }
    .e-multi-select-wrapper .e-delim-view.e-delim-values.e-delim-overflow, .e-multi-select-wrapper .e-delim-view.e-delim-values.e-delim-total {
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      display: inline-block;
      overflow: hidden;
      text-overflow: ellipsis; }
  .e-multi-select-wrapper .e-chips.e-mob-chip.e-chip-selected .e-chips-close::before {
    color: #fff;
    font-size: 16px;
    left: 12px;
    top: 0; }
  .e-multi-select-wrapper .e-chips.e-mob-chip.e-chip-selected .e-chipcontent {
    background-color: #4d4d4d;
    color: #fff;
    padding: 12px 4px 11px 0; }
  .e-multi-select-wrapper .e-searcher.e-zero-size:not(.e-multiselect-box) {
    width: 0; }
    .e-multi-select-wrapper .e-searcher.e-zero-size:not(.e-multiselect-box) input[type='text'] {
      height: 1px;
      min-height: 1px; }
  .e-multi-select-wrapper .e-chips.e-mob-chip &gt; .e-chipcontent {
    max-width: 100%; }

.e-multiselect.e-control-container .e-multi-select-wrapper .e-multi-searcher,
.e-multiselect.e-control-container.e-input-group .e-multi-select-wrapper .e-multi-searcher {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  float: left;
  width: auto; }

.e-multiselect.e-control-container .e-multi-select-wrapper.e-delimiter .e-multi-searcher,
.e-multiselect.e-control-container.e-input-group .e-multi-select-wrapper.e-delimiter .e-multi-searcher {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  float: none; }

.e-multiselect.e-control-container .e-multi-select-wrapper .e-multi-searcher.e-zero-size:not(.e-multiselect-box),
.e-multiselect.e-control-container.e-input-group .e-multi-select-wrapper .e-multi-searcher.e-zero-size:not(.e-multiselect-box) {
  width: 0; }

.e-multiselect.e-control-container .e-multi-select-wrapper .e-delim-values.e-delim-hide,
.e-multiselect.e-control-container .e-multi-select-wrapper .e-delim-view.e-delim-values.e-delim-hide,
.e-multiselect.e-control-container .e-multi-select-wrapper .e-chips-collection.e-delim-hide,
.e-multiselect.e-control-container.e-input-group .e-multi-select-wrapper .e-delim-values.e-delim-hide,
.e-multiselect.e-control-container.e-input-group .e-multi-select-wrapper .e-delim-view.e-delim-values.e-delim-hide,
.e-multiselect.e-control-container.e-input-group .e-multi-select-wrapper .e-chips-collection.e-delim-hide {
  display: none; }

.e-multiselect.e-control-container .e-multi-select-wrapper.e-down-icon,
.e-multiselect.e-control-container.e-input-group .e-multi-select-wrapper.e-down-icon {
  padding: 0 48px 0 0; }

.e-multiselect.e-control-container .e-multi-select-wrapper .e-delim-values,
.e-multiselect.e-control-container.e-input-group .e-multi-select-wrapper .e-delim-values {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: inline;
  max-width: 100%;
  word-break: break-word; }

.e-multiselect.e-control-container .e-multi-select-wrapper .e-clear-icon,
.e-multiselect.e-control-container .e-multi-select-wrapper .e-ddl-icon,
.e-multiselect.e-control-container.e-input-group .e-multi-select-wrapper .e-clear-icon,
.e-multiselect.e-control-container.e-input-group .e-multi-select-wrapper .e-ddl-icon {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  display: none;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  margin-top: -2.5em;
  outline: 0;
  padding: 0;
  position: absolute;
  right: 5px;
  top: 100%; }

.e-multiselect.e-control-container :not(.e-disabled).e-multi-select-wrapper:hover .e-clear-icon,
.e-multiselect.e-control-container .e-multi-select-wrapper .e-ddl-icon,
.e-multiselect.e-control-container.e-input-group :not(.e-disabled).e-multi-select-wrapper:hover .e-clear-icon,
.e-multiselect.e-control-container.e-input-group .e-multi-select-wrapper .e-ddl-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.e-multiselect.e-control-container .e-multi-select-wrapper .e-ddl-icon,
.e-multiselect.e-control-container.e-input-group .e-multi-select-wrapper .e-ddl-icon {
  margin-right: 0;
  margin-top: -2.1em;
  right: 0; }

.e-multiselect.e-control-container .e-multi-select-wrapper.e-delimiter,
.e-multiselect.e-control-container.e-input-group .e-multi-select-wrapper.e-delimiter {
  top: -1px; }

.e-multiselect.e-control-container .e-multi-select-wrapper .e-clear-icon,
.e-multiselect.e-control-container.e-input-group .e-multi-select-wrapper .e-clear-icon {
  font-size: 10px;
  height: 24px;
  width: 24px; }

.e-multiselect.e-control-container.e-rtl .e-multi-select-wrapper .e-multi-searcher,
.e-multiselect.e-control-container.e-input-group.e-rtl .e-multi-select-wrapper .e-multi-searcher {
  float: right; }

.e-multiselect.e-control-container.e-rtl .e-multi-select-wrapper .e-clear-icon,
.e-multiselect.e-control-container.e-rtl .e-multi-select-wrapper .e-ddl-icon,
.e-multiselect.e-control-container.e-input-group.e-rtl .e-multi-select-wrapper .e-clear-icon,
.e-multiselect.e-control-container.e-input-group.e-rtl .e-multi-select-wrapper .e-ddl-icon {
  left: 0;
  right: auto; }

.e-multiselect.e-control-container.e-rtl .e-multi-select-wrapper.e-down-icon,
.e-multiselect.e-control-container.e-input-group.e-rtl .e-multi-select-wrapper.e-down-icon {
  padding: 0 0 0 48px; }

.e-bigger .e-multiselect.e-control-container.e-input-group .e-multi-select-wrapper .e-ddl-icon {
  margin-top: -2.5em; }

.e-popup.e-multi-select-list-wrapper .e-list-item.e-disabled,
.e-popup.e-multi-select-list-wrapper.e-multiselect-group.e-checkbox .e-list-group-item.e-disabled {
  opacity: .7;
  pointer-events: none; }

.e-multiselect.e-input-group,
.e-multiselect.e-float-input {
  word-wrap: initial; }

.e-multiselect.e-input-group .e-searcher .e-label-top {
  top: 15px; }

.e-bigger .e-multi-select-wrapper {
  min-height: 37px; }

.e-multi-select-wrapper.e-close-icon-hide {
  padding-right: 0; }

.e-multi-select-wrapper .e-chips-collection {
  cursor: default;
  display: block; }

.e-multi-select-wrapper .e-multi-hidden {
  border: 0;
  height: 0;
  position: absolute;
  visibility: hidden;
  width: 0; }

.e-multi-select-wrapper .e-chips {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  float: left;
  margin: 0 8px 6px 0;
  max-width: 100%;
  overflow: hidden;
  padding: 0 4px 0 8px;
  text-overflow: ellipsis;
  white-space: nowrap; }

.e-bigger .e-multi-select-wrapper .e-chips {
  margin: 0 8px 6px 0; }

.e-multi-select-wrapper .e-chips &gt; .e-chipcontent {
  max-width: 100%;
  overflow: hidden;
  padding: 0 4px 0 0;
  text-indent: 0;
  text-overflow: ellipsis;
  white-space: nowrap; }

.e-multi-select-wrapper.e-delimiter .e-searcher {
  display: inline-block;
  float: none; }

.e-multi-select-wrapper .e-mob-chip.e-chips &gt; .e-chipcontent,
.e-bigger .e-multi-select-wrapper .e-chips &gt; .e-chipcontent {
  padding: 8px 4px 8px 0; }

.e-multiselect.e-rtl .e-multi-select-wrapper .e-mob-chip.e-chips &gt; .e-chipcontent,
.e-bigger .e-multiselect.e-rtl .e-multi-select-wrapper .e-chips &gt; .e-chipcontent {
  padding: 8px 0 8px 4px; }

.e-multi-select-wrapper .e-chips-close {
  -ms-flex-item-align: center;
      align-self: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  float: right;
  font-family: 'e-icons';
  height: 16px;
  margin: 0 0 0;
  width: 16px; }

.e-multi-select-wrapper .e-mob-chip.e-chips .e-chips-close {
  margin: 3px 0 0; }

.e-multi-select-wrapper .e-chips-close.e-close-hooker {
  cursor: default;
  font-size: 10px;
  height: 24px;
  margin-top: -2.5em;
  position: absolute;
  right: 5px;
  top: 100%;
  width: 24px; }

.e-multiselect .e-down-icon .e-chips-close.e-close-hooker,
.e-multiselect.e-input-group.e-control-container .e-multi-select-wrapper.e-down-icon .e-clear-icon {
  right: 22px; }

.e-multiselect.e-input-group.e-control-container.e-rtl .e-multi-select-wrapper.e-down-icon .e-clear-icon {
  left: 22px;
  right: auto; }

.e-bigger .e-multi-select-wrapper .e-chips-close.e-close-hooker,
.e-bigger .e-multiselect.e-control-container .e-multi-select-wrapper .e-clear-icon {
  margin-top: -3em; }

.e-multi-select-wrapper input[type='text'] {
  background: none;
  border: 0;
  font-family: inherit;
  font-size: 13px;
  font-weight: 400;
  height: 28px;
  min-height: 28px;
  outline: none;
  padding: 0;
  text-indent: 0; }

.e-multiselect.e-filled .e-multi-select-wrapper input[type='text'] {
  background: none;
  border: 0;
  font-family: inherit;
  font-size: 14px;
  font-weight: 400;
  height: 28px;
  min-height: 28px;
  outline: none;
  padding: 0;
  text-indent: 0; }

.e-rtl.e-multiselect.e-filled .e-multi-select-wrapper input[type='text'] {
  padding: 5px; }

.e-bigger .e-multi-select-wrapper input[type='text'],
.e-multi-select-wrapper.e-mob-wrapper input[type='text'] {
  height: 28px;
  min-height: 28px; }

.e-bigger .e-multi-select-wrapper input[type='text'] {
  height: 34px;
  min-height: 34px; }

.e-multi-select-wrapper input[type='text']::-ms-clear {
  display: none; }

.e-multi-select-wrapper .e-searcher {
  display: block;
  float: left;
  width: auto; }

.e-multiselect .e-multi-select-wrapper.e-down-icon .e-searcher.e-search-custom-width {
  width: calc(100% - 32px); }

.e-bigger .e-multiselect .e-multi-select-wrapper.e-down-icon .e-searcher.e-search-custom-width,
.e-bigger.e-multiselect .e-multi-select-wrapper.e-down-icon .e-searcher.e-search-custom-width {
  width: calc(100% - 38px); }

.e-small .e-multiselect .e-multi-select-wrapper.e-down-icon .e-searcher.e-search-custom-width,
.e-small.e-multiselect .e-multi-select-wrapper.e-down-icon .e-searcher.e-search-custom-width {
  width: calc(100% - 30px); }

.e-bigger.e-small .e-multiselect .e-multi-select-wrapper.e-down-icon .e-searcher.e-search-custom-width,
.e-bigger.e-small.e-multiselect .e-multi-select-wrapper.e-down-icon .e-searcher.e-search-custom-width,
.e-bigger .e-small.e-multiselect .e-multi-select-wrapper.e-down-icon .e-searcher.e-search-custom-width,
.e-small .e-bigger.e-multiselect .e-multi-select-wrapper.e-down-icon .e-searcher.e-search-custom-width {
  width: calc(100% - 32px); }

.e-multiselect.e-outline .e-multi-select-wrapper.e-down-icon .e-searcher.e-search-custom-width {
  width: calc(100% - 32px); }

.e-bigger.e-multiselect.e-outline .e-multi-select-wrapper.e-down-icon .e-searcher.e-search-custom-width,
.e-bigger .e-multiselect.e-outline .e-multi-select-wrapper.e-down-icon .e-searcher.e-search-custom-width {
  width: calc(100% - 38px); }

.e-small.e-multiselect.e-outline .e-multi-select-wrapper.e-down-icon .e-searcher.e-search-custom-width,
.e-small .e-multiselect.e-outline .e-multi-select-wrapper.e-down-icon .e-searcher.e-search-custom-width {
  width: calc(100% - 30px); }

.e-bigger.e-small.e-multiselect.e-outline .e-multi-select-wrapper.e-down-icon .e-searcher.e-search-custom-width,
.e-bigger.e-small .e-multiselect.e-outline .e-multi-select-wrapper.e-down-icon .e-searcher.e-search-custom-width,
.e-bigger .e-small.e-multiselect.e-outline .e-multi-select-wrapper.e-down-icon .e-searcher.e-search-custom-width,
.e-small .e-bigger.e-multiselect.e-outline .e-multi-select-wrapper.e-down-icon .e-searcher.e-search-custom-width {
  width: calc(100% - 32px); }

.e-multi-select-wrapper .e-delim-values {
  font-family: inherit;
  font-size: 14px;
  line-height: 28px;
  max-width: 100%;
  padding-left: 0;
  padding-right: 6px;
  vertical-align: middle; }

.e-bigger .e-multi-select-wrapper .e-delim-values {
  line-height: 34px; }

.e-multi-select-list-wrapper .e-hide-listitem {
  display: none; }

.e-multi-select-wrapper .e-delim-values .e-remain {
  color: rgba(0, 0, 0, 0.54);
  cursor: pointer;
  display: inline-block;
  font-size: 13px;
  padding-left: 16px; }

.e-multiselect.e-disabled .e-multi-select-wrapper,
.e-multiselect.e-disabled .e-multi-select-wrapper .e-chips .e-chips-close::before {
  cursor: not-allowed; }

.e-multi-select-wrapper .e-chips.e-mob-chip.e-chip-selected .e-chips-close {
  height: 40px;
  left: 0;
  margin: 0 0 0 0;
  margin-left: auto;
  position: relative;
  top: 0;
  width: 40px; }

.e-multi-select-wrapper .e-chips.e-mob-chip.e-chip-selected {
  -ms-flex-item-align: center;
      align-self: center;
  -webkit-box-shadow: 0 2px 3px 1px rgba(0, 0, 0, 0.21);
          box-shadow: 0 2px 3px 1px rgba(0, 0, 0, 0.21);
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding: 0 0 0 16px;
  width: 92%; }

.e-multi-select-wrapper .e-ddl-disable-icon::before {
  content: ''; }

.e-multiselect.e-rtl .e-multi-select-wrapper.e-delimiter .e-searcher {
  float: none; }

.e-multiselect.e-rtl .e-multi-select-wrapper.e-close-icon-hide {
  padding-left: 0; }

.e-multiselect.e-rtl .e-multi-select-wrapper {
  padding: 0 2px 0 32px; }
  .e-multiselect.e-rtl .e-multi-select-wrapper .e-chips.e-mob-chip.e-chip-selected .e-chips-close::before {
    left: -12px; }
  .e-multiselect.e-rtl .e-multi-select-wrapper .e-chips.e-mob-chip.e-chip-selected .e-chips-close {
    margin: 0;
    margin-right: auto; }
  .e-multiselect.e-rtl .e-multi-select-wrapper .e-searcher {
    float: right; }
  .e-multiselect.e-rtl .e-multi-select-wrapper .e-chips {
    float: right;
    margin: 0 0 8px 8px;
    padding: 0 8px 0 4px; }
    .e-multiselect.e-rtl .e-multi-select-wrapper .e-chips .e-chipcontent {
      padding: 5px 4px; }
    .e-multiselect.e-rtl .e-multi-select-wrapper .e-chips .e-chips-close {
      float: left; }
    .e-multiselect.e-rtl .e-multi-select-wrapper .e-chips .e-chips-close::before {
      left: 0; }
  .e-multiselect.e-rtl .e-multi-select-wrapper .e-chips.e-mob-chip {
    padding: 0 4px 0 8px; }
    .e-multiselect.e-rtl .e-multi-select-wrapper .e-chips.e-mob-chip .e-chipcontent {
      padding: 8px 4px; }
  .e-multiselect.e-rtl .e-multi-select-wrapper .e-chips.e-mob-chip.e-chip-selected {
    padding: 0 8px 0 4px; }
    .e-multiselect.e-rtl .e-multi-select-wrapper .e-chips.e-mob-chip.e-chip-selected .e-chipcontent {
      padding: 12px 4px; }
  .e-multiselect.e-rtl .e-multi-select-wrapper .e-chips-close.e-close-hooker {
    left: 22px;
    position: absolute;
    right: auto; }
  .e-multiselect.e-rtl .e-multi-select-wrapper .e-close-hooker::before {
    left: -4px; }
  .e-multiselect.e-rtl .e-multi-select-wrapper .e-delim-values .e-remain {
    padding-right: 16px; }

.e-multiselect.e-rtl .e-down-icon .e-chips-close.e-icon.e-close-hooker {
  left: 19px; }

.e-multiselect.e-rtl .e-multi-select-wrapper.e-down-icon .e-close-hooker::before {
  left: -7px; }

.e-popup.e-multi-select-list-wrapper .e-list-item .e-checkbox-wrapper {
  bottom: 1px;
  margin-right: 10px;
  position: relative;
  text-indent: 0;
  vertical-align: middle; }

.e-popup.e-multi-select-list-wrapper.e-multiselect-group:not(.e-rtl) .e-list-item .e-checkbox-wrapper {
  padding-left: 14px; }

.e-popup.e-multi-select-list-wrapper.e-multiselect-group.e-rtl .e-list-item .e-checkbox-wrapper {
  padding-right: 25px; }

.e-bigger .e-popup.e-multi-select-list-wrapper.e-multiselect-group.e-rtl .e-list-item .e-checkbox-wrapper {
  padding-right: 25px; }

.e-popup.e-multi-select-list-wrapper.e-multiselect-group .e-list-group-item .e-checkbox-wrapper {
  bottom: 1px;
  margin-right: 10px;
  position: relative;
  text-indent: 0;
  vertical-align: middle; }

.e-bigger .e-popup.e-multi-select-list-wrapper .e-list-item .e-checkbox-wrapper {
  bottom: 1px;
  margin-right: 12px; }

.e-bigger .e-popup.e-multi-select-list-wrapper.e-mulltiselect-group .e-list-group-item .e-checkbox-wrapper {
  bottom: 1px;
  margin-right: 12px; }

.e-popup.e-multi-select-list-wrapper.e-rtl .e-list-item .e-checkbox-wrapper {
  margin-left: 12px;
  margin-right: 0; }

.e-popup.e-multi-select-list-wrapper.e-multiselect-group.e-rtl .e-list-group-item .e-checkbox-wrapper {
  margin-left: 12px;
  margin-right: 0; }

.e-popup.e-multi-select-list-wrapper.e-rtl .e-list-item {
  padding-right: 0; }

.e-popup.e-multi-select-list-wrapper.e-rtl .e-dropdownbase.e-rtl.e-dd-group .e-list-item {
  padding-right: 0; }

.e-bigger .e-popup.e-multi-select-list-wrapper.e-multiselect-group .e-dropdownbase.e-dd-group .e-list-group-item {
  padding-left: 16px; }

.e-bigger .e-popup.e-multi-select-list-wrapper.e-multiselect-group:not(.e-rtl) .e-dropdownbase.e-dd-group .e-list-item .e-checkbox-wrapper {
  padding-left: 14px; }

.e-multi-select-list-wrapper .e-selectall-parent {
  cursor: pointer;
  display: block;
  line-height: 36px;
  overflow: hidden;
  padding-right: 16px;
  position: relative;
  text-indent: 17px;
  white-space: nowrap;
  width: 100%; }

.e-rtl .e-multi-select-list-wrapper .e-selectall-parent,
.e-multi-select-list-wrapper.e-rtl .e-selectall-parent {
  padding-left: 16px;
  padding-right: 0; }

.e-multi-select-list-wrapper .e-selectall-parent .e-all-text {
  color: rgba(0, 0, 0, 0.87);
  font-family: inherit;
  font-size: 14px; }

.e-bigger .e-multi-select-list-wrapper .e-selectall-parent {
  font-size: 13px;
  line-height: 48px;
  text-indent: 17px; }

.e-multi-select-list-wrapper .e-selectall-parent .e-checkbox-wrapper {
  bottom: 1px;
  margin-right: 10px;
  position: relative;
  text-indent: 0;
  vertical-align: middle; }

.e-bigger .e-multi-select-list-wrapper .e-selectall-parent .e-checkbox-wrapper {
  bottom: 1px;
  margin-right: 12px; }

.e-multi-select-list-wrapper.e-rtl .e-selectall-parent .e-checkbox-wrapper {
  margin-left: 12px;
  margin-right: 0; }

.e-multiselect .e-input-group-icon.e-ddl-icon {
  float: right;
  margin-top: 6px; }

.e-multiselect.e-rtl .e-input-group-icon.e-ddl-icon {
  float: left; }

.e-multiselect .e-ddl-icon::before {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  -webkit-transition: -webkit-transform 300ms ease;
  transition: -webkit-transform 300ms ease;
  transition: transform 300ms ease;
  transition: transform 300ms ease, -webkit-transform 300ms ease; }

.e-multiselect.e-icon-anim .e-ddl-icon::before {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  -webkit-transition: -webkit-transform 300ms ease;
  transition: -webkit-transform 300ms ease;
  transition: transform 300ms ease;
  transition: transform 300ms ease, -webkit-transform 300ms ease; }

.e-multiselect.e-checkbox .e-multi-select-wrapper,
.e-multiselect .e-multi-select-wrapper.e-down-icon {
  padding: 0; }

.e-ddl.e-popup.e-multi-select-list-wrapper .e-filter-parent .e-input-filter,
.e-ddl.e-popup.e-multi-select-list-wrapper .e-filter-parent .e-input-group.e-input-focus .e-input-filter {
  padding: 8px; }

.e-bigger .e-ddl.e-popup.e-multi-select-list-wrappe .e-filter-parent .e-input-filter,
.e-bigger .e-ddl.e-popup.e-multi-select-list-wrapper .e-filter-parent .e-input-group.e-input-focus {
  padding: 4px 0; }

.e-ddl.e-popup.e-multi-select-list-wrapper .e-filter-parent .e-input-group:not(.e-control-container) .e-clear-icon,
.e-bigger .e-ddl.e-popup.e-multi-select-list-wrapper .e-filter-parent .e-input-group:not(.e-control-container) .e-clear-icon {
  padding-left: 8px;
  padding-right: 8px; }

.e-ddl.e-popup.e-multi-select-list-wrapper .e-filter-parent .e-back-icon {
  padding: 0 8px; }

.e-bigger .e-checkbox .e-multi-select-wrapper .e-delim-values {
  line-height: 34px; }

.e-checkbox .e-multi-select-wrapper .e-delim-values .e-remain {
  line-height: 20px;
  padding-left: 10px; }

.e-popup.e-multi-select-list-wrapper .e-list-item.e-disable .e-checkbox-wrapper .e-frame,
.e-popup.e-multi-select-list-wrapper .e-list-group-item.e-disable .e-checkbox-wrapper .e-frame {
  opacity: .3; }

.e-popup.e-multi-select-list-wrapper .e-list-item.e-disable,
.e-popup.e-multi-select-list-wrapper.e-multiselect-group.e-checkbox .e-list-group-item.e-disable {
  opacity: .7; }

.e-multi-select-wrapper input[readonly='true'] {
  pointer-events: none; }

.e-multiselect.e-checkbox .e-multi-select-wrapper .e-searcher {
  pointer-events: none; }

ejs-multiselect {
  display: block; }

.e-small .e-multi-select-list-wrapper .e-selectall-parent {
  line-height: 26px; }

.e-small .e-multi-select-wrapper .e-chips-close {
  height: 14px;
  width: 14px; }

.e-small .e-multi-select-wrapper {
  min-height: 24px; }

.e-small .e-multi-select-wrapper input[type='text'] {
  height: 26px;
  min-height: 26px; }

.e-small .e-multi-select-wrapper .e-delim-values {
  font-size: 12px;
  line-height: 26px; }

.e-small .e-multi-select-wrapper .e-chips-close.e-close-hooker,
.e-small .e-multiselect.e-control-container .e-multi-select-wrapper .e-clear-icon {
  margin-top: -2.5em; }

.e-bigger.e-small .e-multi-select-list-wrapper .e-selectall-parent {
  line-height: 40px; }

.e-bigger.e-small .e-multi-select-wrapper .e-chips-close {
  height: 16px;
  width: 16px; }

.e-bigger.e-small .e-multi-select-wrapper {
  min-height: 28px; }

.e-bigger.e-small .e-multi-select-wrapper input[type='text'] {
  height: 28px;
  min-height: 28px; }

.e-small.e-bigger .e-multi-select-wrapper .e-delim-values {
  font-size: 13px;
  line-height: 28px; }

.e-bigger.e-small .e-multi-select-wrapper .e-chips-close.e-close-hooker,
.e-bigger.e-small .e-multiselect.e-control-container .e-multi-select-wrapper .e-clear-icon {
  margin-top: -2.5em;
  right: 5px; }

.e-content-placeholder.e-multiselect.e-placeholder-multiselect {
  background-size: 300px 33px;
  min-height: 33px; }

.e-bigger .e-content-placeholder.e-multiselect.e-placeholder-multiselect,
.e-bigger.e-content-placeholder.e-multiselect.e-placeholder-multiselect {
  background-size: 300px 40px;
  min-height: 40px; }

.e-multiselect.e-outline .e-multi-select-wrapper input[type='text'] {
  font-size: inherit;
  min-height: 34px;
  padding: 8px 12px 9px; }

.e-multiselect.e-outline.e-input-focus .e-multi-select-wrapper input[type='text'] {
  padding: 8px 12px 9px; }

.e-small.e-multiselect.e-outline .e-multi-select-wrapper input[type='text'],
.e-small .e-multiselect.e-outline .e-multi-select-wrapper input[type='text'] {
  font-size: inherit;
  min-height: 30px;
  padding: 7px 10px; }

.e-small.e-multiselect.e-outline.e-input-focus .e-multi-select-wrapper input[type='text'],
.e-small .e-multiselect.e-outline.e-input-focus .e-multi-select-wrapper input[type='text'] {
  padding: 7px 10px; }

.e-bigger.e-small.e-multiselect.e-outline .e-multi-select-wrapper input[type='text'],
.e-bigger.e-small .e-multiselect.e-outline .e-multi-select-wrapper input[type='text'],
.e-bigger .e-small.e-multiselect.e-outline .e-multi-select-wrapper input[type='text'],
.e-small .e-bigger.e-multiselect.e-outline .e-multi-select-wrapper input[type='text'] {
  font-size: inherit;
  min-height: 34px;
  padding: 8px 12px 9px; }

.e-bigger.e-small.e-multiselect.e-outline.e-input-focus .e-multi-select-wrapper input[type='text'],
.e-bigger.e-small .e-multiselect.e-outline.e-input-focus .e-multi-select-wrapper input[type='text'],
.e-bigger .e-small.e-multiselect.e-outline.e-input-focus .e-multi-select-wrapper input[type='text'],
.e-small .e-bigger.e-multiselect.e-outline.e-input-focus .e-multi-select-wrapper input[type='text'] {
  padding: 8px 12px 9px; }

.e-bigger.e-multiselect.e-outline .e-multi-select-wrapper input[type='text'],
.e-bigger .e-multiselect.e-outline .e-multi-select-wrapper input[type='text'] {
  font-size: inherit;
  min-height: 40px; }

.e-bigger .e-multiselect.e-outline .e-multi-select-wrapper,
.e-bigger.e-multiselect.e-outline .e-multi-select-wrapper {
  min-height: 40px;
  padding: 7px 42px 7px 0; }

.e-bigger .e-small.e-multiselect.e-outline .e-multi-select-wrapper {
  min-height: 34px;
  padding: 3px 38px 1px 0; }

.e-bigger.e-small .e-multiselect.e-outline .e-multi-select-wrapper,
.e-bigger.e-small.e-multiselect.e-outline .e-multi-select-wrapper {
  min-height: 34px;
  padding: 3px 38px 1px 0; }

.e-small .e-multiselect.e-outline .e-multi-select-wrapper,
.e-small.e-multiselect.e-outline .e-multi-select-wrapper {
  min-height: 30px;
  padding: 3px 38px 1px 0; }

.e-small .e-bigger.e-multiselect.e-outline .e-multi-select-wrapper {
  min-height: 34px;
  padding: 3px 38px 1px 0; }

.e-small.e-bigger .e-multiselect.e-outline .e-multi-select-wrapper {
  min-height: 34px;
  padding: 3px 38px 1px 0; }

.e-multiselect.e-outline .e-multi-select-wrapper {
  min-height: 34px;
  padding: 3px 38px 1px 0; }

.e-outline.e-multiselect.e-checkbox .e-multi-select-wrapper,
.e-multiselect.e-outline .e-multi-select-wrapper.e-down-icon,
.e-bigger.e-outline.e-multiselect.e-checkbox .e-multi-select-wrapper,
.e-bigger.e-multiselect.e-outline .e-multi-select-wrapper.e-down-icon,
.e-bigger .e-outline.e-multiselect.e-checkbox .e-multi-select-wrapper,
.e-bigger .e-multiselect.e-outline .e-multi-select-wrapper.e-down-icon {
  padding-right: 0; }

.e-rtl.e-outline.e-multiselect.e-checkbox .e-multi-select-wrapper,
.e-rtl.e-multiselect.e-outline .e-multi-select-wrapper.e-down-icon,
.e-rtl .e-outline.e-multiselect.e-checkbox .e-multi-select-wrapper,
.e-rtl .e-multiselect.e-outline .e-multi-select-wrapper.e-down-icon,
.e-rtl.e-bigger.e-outline.e-multiselect.e-checkbox .e-multi-select-wrapper,
.e-rtl.e-bigger.e-multiselect.e-outline .e-multi-select-wrapper.e-down-icon,
.e-bigger .e-rtl.e-outline.e-multiselect.e-checkbox .e-multi-select-wrapper,
.e-bigger .e-rtl.e-multiselect.e-outline .e-multi-select-wrapper.e-down-icon,
.e-rtl .e-bigger.e-outline.e-multiselect.e-checkbox .e-multi-select-wrapper,
.e-rtl .e-bigger.e-multiselect.e-outline .e-multi-select-wrapper.e-down-icon,
.e-rtl.e-small.e-outline.e-multiselect.e-checkbox .e-multi-select-wrapper,
.e-rtl.e-small.e-multiselect.e-outline .e-multi-select-wrapper.e-down-icon,
.e-small .e-rtl.e-outline.e-multiselect.e-checkbox .e-multi-select-wrapper,
.e-small .e-rtl.e-multiselect.e-outline .e-multi-select-wrapper.e-down-icon,
.e-rtl .e-small.e-outline.e-multiselect.e-checkbox .e-multi-select-wrapper,
.e-rtl .e-small.e-multiselect.e-outline .e-multi-select-wrapper.e-down-icon,
.e-rtl.e-bigger .e-small.e-multiselect.e-outline.e-checkbox .e-multi-select-wrapper,
.e-rtl.e-small .e-bigger.e-multiselect.e-outline.e-checkbox .e-multi-select-wrapper,
.e-rtl .e-bigger .e-small.e-multiselect.e-outline.e-checkbox .e-multi-select-wrapper,
.e-rtl .e-small .e-bigger.e-multiselect.e-outline.e-checkbox .e-multi-select-wrapper,
.e-rtl.e-small.e-bigger .e-multiselect.e-outline.e-checkbox .e-multi-select-wrapper,
.e-rtl.e-small.e-bigger.e-multiselect.e-outline.e-checkbox .e-multi-select-wrapper,
.e-rtl.e-bigger .e-small.e-multiselect.e-outline .e-multi-select-wrapper.e-down-icon,
.e-rtl.e-small .e-bigger.e-multiselect.e-outline .e-multi-select-wrapper.e-down-icon,
.e-rtl .e-bigger .e-small.e-multiselect.e-outline .e-multi-select-wrapper.e-down-icon,
.e-rtl .e-small .e-bigger.e-multiselect.e-outline .e-multi-select-wrapper.e-down-icon,
.e-rtl.e-small.e-bigger .e-multiselect.e-outline .e-multi-select-wrapper.e-down-icon,
.e-rtl.e-small.e-bigger.e-multiselect.e-outline .e-multi-select-wrapper.e-down-icon {
  padding-left: 0; }

.e-rtl .e-multiselect.e-outline .e-multi-select-wrapper,
.e-rtl.e-multiselect.e-outline .e-multi-select-wrapper,
.e-rtl .e-small.e-multiselect.e-outline .e-multi-select-wrapper,
.e-rtl.e-small .e-multiselect.e-outline .e-multi-select-wrapper,
.e-rtl.e-small.e-multiselect.e-outline .e-multi-select-wrapper,
.e-rtl.e-bigger .e-small.e-multiselect.e-outline .e-multi-select-wrapper,
.e-rtl.e-small .e-bigger.e-multiselect.e-outline .e-multi-select-wrapper,
.e-rtl .e-bigger .e-small.e-multiselect.e-outline .e-multi-select-wrapper,
.e-rtl .e-small .e-bigger.e-multiselect.e-outline .e-multi-select-wrapper,
.e-rtl.e-small.e-bigger .e-multiselect.e-outline .e-multi-select-wrapper,
.e-rtl.e-small.e-bigger.e-multiselect.e-outline .e-multi-select-wrapper {
  padding: 3px 0 1px 38px; }

.e-rtl .e-bigger.e-multiselect.e-outline .e-multi-select-wrapper,
.e-rtl.e-bigger .e-multiselect.e-outline .e-multi-select-wrapper,
.e-rtl.e-bigger.e-multiselect.e-outline .e-multi-select-wrapper {
  padding: 7px 0 7px 42px; }

.e-rtl .e-multiselect.e-outline .e-multi-select-wrapper.e-close-icon-hide,
.e-rtl.e-multiselect.e-outline .e-multi-select-wrapper.e-close-icon-hide,
.e-rtl .e-small.e-multiselect.e-outline .e-multi-select-wrapper.e-close-icon-hide,
.e-rtl.e-small .e-multiselect.e-outline .e-multi-select-wrapper.e-close-icon-hide,
.e-rtl.e-small.e-multiselect.e-outline .e-multi-select-wrapper.e-close-icon-hide,
.e-rtl.e-bigger .e-small.e-multiselect.e-outline .e-multi-select-wrapper.e-close-icon-hide,
.e-rtl.e-small .e-bigger.e-multiselect.e-outline .e-multi-select-wrapper.e-close-icon-hide,
.e-rtl .e-bigger .e-small.e-multiselect.e-outline .e-multi-select-wrapper.e-close-icon-hide,
.e-rtl .e-small .e-bigger.e-multiselect.e-outline .e-multi-select-wrapper.e-close-icon-hide,
.e-rtl.e-small.e-bigger .e-multiselect.e-outline .e-multi-select-wrapper.e-close-icon-hide,
.e-rtl.e-small.e-bigger.e-multiselect.e-outline .e-multi-select-wrapper.e-close-icon-hide,
.e-rtl .e-bigger.e-multiselect.e-outline .e-multi-select-wrapper.e-close-icon-hide,
.e-rtl.e-bigger .e-multiselect.e-outline .e-multi-select-wrapper.e-close-icon-hide,
.e-rtl.e-bigger.e-multiselect.e-outline .e-multi-select-wrapper.e-close-icon-hide {
  padding-left: 0; }

.e-multiselect.e-outline .e-multi-select-wrapper.e-close-icon-hide,
.e-small.e-multiselect.e-outline .e-multi-select-wrapper.e-close-icon-hide,
.e-small .e-multiselect.e-outline .e-multi-select-wrapper.e-close-icon-hide,
.e-bigger .e-small.e-multiselect.e-outline .e-multi-select-wrapper.e-close-icon-hide,
.e-small .e-bigger.e-multiselect.e-outline .e-multi-select-wrapper.e-close-icon-hide,
.e-small.e-bigger .e-multiselect.e-outline .e-multi-select-wrapper.e-close-icon-hide,
.e-small.e-bigger.e-multiselect.e-outline .e-multi-select-wrapper.e-close-icon-hide,
.e-bigger .e-multiselect.e-outline .e-multi-select-wrapper.e-close-icon-hide,
.e-bigger.e-multiselect.e-outline .e-multi-select-wrapper.e-close-icon-hide {
  padding-right: 0; }

.e-multiselect.e-outline .e-multi-select-wrapper.e-delimiter .e-searcher {
  height: 34px; }

.e-bigger.e-multiselect.e-outline .e-multi-select-wrapper.e-delimiter .e-searcher,
.e-bigger .e-multiselect.e-outline .e-multi-select-wrapper.e-delimiter .e-searcher {
  height: 40px; }

.e-small.e-multiselect.e-outline .e-multi-select-wrapper.e-delimiter .e-searcher,
.e-small .e-multiselect.e-outline .e-multi-select-wrapper.e-delimiter .e-searcher {
  height: 30px; }

.e-bigger.e-small.e-multiselect.e-outline .e-multi-select-wrapper.e-delimiter .e-searcher,
.e-bigger.e-small .e-multiselect.e-outline .e-multi-select-wrapper.e-delimiter .e-searcher,
.e-bigger .e-small.e-multiselect.e-outline .e-multi-select-wrapper.e-delimiter .e-searcher,
.e-small .e-bigger.e-multiselect.e-outline .e-multi-select-wrapper.e-delimiter .e-searcher {
  height: 34px; }

.e-multiselect.e-outline .e-multi-select-wrapper .e-delim-values {
  font-size: 14px;
  line-height: 34px;
  padding: 0 0 0 12px; }

.e-bigger.e-multiselect.e-outline .e-multi-select-wrapper .e-delim-values,
.e-bigger .e-multiselect.e-outline .e-multi-select-wrapper .e-delim-values {
  font-size: 16px;
  line-height: 40px;
  padding: 0 0 0 16px; }

.e-small.e-multiselect.e-outline .e-multi-select-wrapper .e-delim-values,
.e-small .e-multiselect.e-outline .e-multi-select-wrapper .e-delim-values {
  font-size: 13px;
  line-height: 30px;
  padding: 0 0 0 8px; }

.e-bigger.e-small.e-multiselect.e-outline .e-multi-select-wrapper .e-delim-values,
.e-bigger.e-small .e-multiselect.e-outline .e-multi-select-wrapper .e-delim-values,
.e-bigger .e-small.e-multiselect.e-outline .e-multi-select-wrapper .e-delim-values,
.e-small .e-bigger.e-multiselect.e-outline .e-multi-select-wrapper .e-delim-values {
  font-size: 14px;
  line-height: 34px;
  padding: 0 0 0 12px; }

.e-rtl.e-multiselect.e-outline .e-multi-select-wrapper .e-delim-values {
  padding: 0 12px 0 0; }

.e-rtl.e-bigger.e-multiselect.e-outline .e-multi-select-wrapper .e-delim-values,
.e-rtl.e-bigger .e-multiselect.e-outline .e-multi-select-wrapper .e-delim-values,
.e-rtl .e-bigger.e-multiselect.e-outline .e-multi-select-wrapper .e-delim-values,
.e-bigger .e-rtl.e-multiselect.e-outline .e-multi-select-wrapper .e-delim-values,
.e-bigger .e-rtl .e-multiselect.e-outline .e-multi-select-wrapper .e-delim-values,
.e-rtl .e-bigger .e-multiselect.e-outline .e-multi-select-wrapper .e-delim-values {
  padding: 0 16px 0 0; }

.e-rtl.e-small.e-multiselect.e-outline .e-multi-select-wrapper .e-delim-values,
.e-rtl.e-small .e-multiselect.e-outline .e-multi-select-wrapper .e-delim-values,
.e-rtl .e-small.e-multiselect.e-outline .e-multi-select-wrapper .e-delim-values,
.e-small .e-rtl.e-multiselect.e-outline .e-multi-select-wrapper .e-delim-values,
.e-small .e-rtl .e-multiselect.e-outline .e-multi-select-wrapper .e-delim-values,
.e-rtl .e-small .e-multiselect.e-outline .e-multi-select-wrapper .e-delim-values {
  padding: 0 8px 0 0; }

.e-rtl.e-bigger.e-small.e-multiselect.e-outline .e-multi-select-wrapper .e-delim-values,
.e-rtl.e-bigger.e-small .e-multiselect.e-outline .e-multi-select-wrapper .e-delim-values,
.e-rtl .e-bigger.e-small.e-multiselect.e-outline .e-multi-select-wrapper .e-delim-values,
.e-bigger.e-small .e-rtl.e-multiselect.e-outline .e-multi-select-wrapper .e-delim-values,
.e-rtl.e-bigger .e-small.e-multiselect.e-outline .e-multi-select-wrapper .e-delim-values,
.e-rtl .e-bigger .e-small.e-multiselect.e-outline .e-multi-select-wrapper .e-delim-values,
.e-bigger .e-rtl.e-small.e-multiselect.e-outline .e-multi-select-wrapper .e-delim-values,
.e-bigger .e-rtl .e-small.e-multiselect.e-outline .e-multi-select-wrapper .e-delim-values,
.e-rtl.e-small .e-bigger.e-multiselect.e-outline .e-multi-select-wrapper .e-delim-values,
.e-rtl .e-small .e-bigger.e-multiselect.e-outline .e-multi-select-wrapper .e-delim-values,
.e-small .e-rtl .e-bigger.e-multiselect.e-outline .e-multi-select-wrapper .e-delim-values,
.e-small .e-rtl.e-bigger.e-multiselect.e-outline .e-multi-select-wrapper .e-delim-values {
  padding: 0 12px 0 0; }

.e-multiselect.e-outline .e-multi-select-wrapper .e-chips {
  height: 26px;
  margin: 4px 0 4px 8px;
  padding: 0 8px; }

.e-rtl .e-multiselect.e-outline .e-multi-select-wrapper .e-chips,
.e-rtl.e-multiselect.e-outline .e-multi-select-wrapper .e-chips {
  margin: 4px 8px 4px 0; }

.e-bigger.e-multiselect.e-outline .e-multi-select-wrapper .e-chips,
.e-bigger .e-multiselect.e-outline .e-multi-select-wrapper .e-chips {
  height: 32px;
  padding: 0 12px; }

.e-small.e-multiselect.e-outline .e-multi-select-wrapper .e-chips,
.e-small .e-multiselect.e-outline .e-multi-select-wrapper .e-chips {
  height: 24px;
  padding: 0 8px; }

.e-bigger.e-small.e-multiselect.e-outline .e-multi-select-wrapper .e-chips,
.e-bigger.e-small .e-multiselect.e-outline .e-multi-select-wrapper .e-chips,
.e-bigger .e-small.e-multiselect.e-outline .e-multi-select-wrapper .e-chips,
.e-small .e-bigger.e-multiselect.e-outline .e-multi-select-wrapper .e-chips {
  height: 26px;
  padding: 0 8px; }

.e-multiselect.e-outline .e-multi-select-wrapper .e-chips &gt; .e-chipcontent {
  padding: 0 8px 0 0; }

.e-rtl.e-multiselect.e-outline .e-multi-select-wrapper .e-chips &gt; .e-chipcontent,
.e-rtl .e-multiselect.e-outline .e-multi-select-wrapper .e-chips &gt; .e-chipcontent {
  padding: 0 0 0 8px; }

.e-multiselect.e-outline .e-multi-select-wrapper .e-chips &gt; .e-chipcontent,
.e-bigger.e-small.e-multiselect.e-outline .e-multi-select-wrapper .e-chips &gt; .e-chipcontent,
.e-bigger.e-small .e-multiselect.e-outline .e-multi-select-wrapper .e-chips &gt; .e-chipcontent,
.e-bigger .e-small.e-multiselect.e-outline .e-multi-select-wrapper .e-chips &gt; .e-chipcontent,
.e-small .e-bigger.e-multiselect.e-outline .e-multi-select-wrapper .e-chips &gt; .e-chipcontent {
  font-size: 13px; }

.e-bigger.e-multiselect.e-outline .e-multi-select-wrapper .e-chips &gt; .e-chipcontent,
.e-bigger .e-multiselect.e-outline .e-multi-select-wrapper .e-chips &gt; .e-chipcontent {
  font-size: 14px; }

.e-small.e-multiselect.e-outline .e-multi-select-wrapper .e-chips &gt; .e-chipcontent,
.e-small .e-multiselect.e-outline .e-multi-select-wrapper .e-chips &gt; .e-chipcontent {
  font-size: 12px; }

.e-multiselect.e-outline .e-multi-select-wrapper .e-chips-close.e-close-hooker,
.e-multiselect.e-control-container .e-multi-select-wrapper .e-clear-icon {
  -webkit-box-align: normal;
      -ms-flex-align: normal;
          align-items: normal; }

.e-multiselect.e-filled .e-multi-select-wrapper .e-delim-values .e-remain,
.e-multiselect.e-outline .e-multi-select-wrapper .e-delim-values .e-remain {
  font-size: 14px; }

.e-bigger.e-multiselect.e-filled .e-multi-select-wrapper .e-delim-values .e-remain,
.e-bigger .e-multiselect.e-filled .e-multi-select-wrapper .e-delim-values .e-remain,
.e-bigger.e-multiselect.e-outline .e-multi-select-wrapper .e-delim-values .e-remain,
.e-bigger .e-multiselect.e-outline .e-multi-select-wrapper .e-delim-values .e-remain {
  font-size: 16px; }

.e-small.e-multiselect.e-filled .e-multi-select-wrapper .e-delim-values .e-remain,
.e-small .e-multiselect.e-filled .e-multi-select-wrapper .e-delim-values .e-remain,
.e-small.e-multiselect.e-outline .e-multi-select-wrapper .e-delim-values .e-remain,
.e-small .e-multiselect.e-outline .e-multi-select-wrapper .e-delim-values .e-remain {
  font-size: 13px; }

.e-bigger.e-small.e-multiselect.e-filled .e-multi-select-wrapper .e-delim-values .e-remain,
.e-bigger.e-small .e-multiselect.e-filled .e-multi-select-wrapper .e-delim-values .e-remain,
.e-bigger .e-small.e-multiselect.e-filled .e-multi-select-wrapper .e-delim-values .e-remain,
.e-small .e-bigger.e-multiselect.e-filled .e-multi-select-wrapper .e-delim-values .e-remain,
.e-bigger.e-small.e-multiselect.e-outline .e-multi-select-wrapper .e-delim-values .e-remain,
.e-bigger.e-small .e-multiselect.e-outline .e-multi-select-wrapper .e-delim-values .e-remain,
.e-bigger .e-small.e-multiselect.e-outline .e-multi-select-wrapper .e-delim-values .e-remain,
.e-small .e-bigger.e-multiselect.e-outline .e-multi-select-wrapper .e-delim-values .e-remain {
  font-size: 14px; }

.e-filled.e-multiselect:not(.e-float-input) .e-multi-select-wrapper {
  padding: 0 12px 0 8px; }

.e-small.e-filled:not(.e-bigger).e-multiselect:not(.e-float-input) .e-multi-select-wrapper,
.e-small .e-filled:not(.e-bigger).e-multiselect:not(.e-float-input) .e-multi-select-wrapper {
  padding: 3px 12px 0 4px; }

.e-multiselect.e-filled.e-input-group.e-control-wrapper,
.e-bigger.e-small.e-multiselect.e-filled.e-input-group.e-control-wrapper,
.e-bigger.e-small .e-multiselect.e-filled.e-input-group.e-control-wrapper,
.e-bigger .e-small.e-multiselect.e-filled.e-input-group.e-control-wrapper,
.e-small .e-bigger.e-multiselect.e-filled.e-input-group.e-control-wrapper {
  padding: 0; }

.e-filled.e-float-input .e-multi-select-wrapper,
.e-bigger.e-small.e-filled.e-float-input .e-multi-select-wrapper,
.e-bigger.e-small .e-filled.e-float-input .e-multi-select-wrapper,
.e-bigger .e-small.e-filled.e-float-input .e-multi-select-wrapper,
.e-small .e-bigger.e-filled.e-float-input .e-multi-select-wrapper {
  padding: 11px 12px 0; }

.e-small.e-filled.e-float-input .e-multi-select-wrapper,
.e-small .e-filled.e-float-input .e-multi-select-wrapper {
  padding: 12px 12px 0 8px; }

.e-bigger.e-filled.e-float-input .e-multi-select-wrapper,
.e-bigger .e-filled.e-float-input .e-multi-select-wrapper {
  padding: 19px 12px 0 16px; }

.e-bigger:not(.e-small).e-filled.e-multiselect:not(.e-float-input) .e-multi-select-wrapper {
  padding-top: 3px; }

.e-rtl.e-multiselect.e-filled.e-input-group.e-control-wrapper,
.e-rtl.e-multiselect.e-filled.e-float-input.e-control-wrapper {
  padding: 0; }

.e-multiselect.e-filled:not(.e-float-input) .e-multi-select-wrapper input[type='text'],
.e-bigger.e-small.e-multiselect.e-filled:not(.e-float-input) .e-multi-select-wrapper input[type='text'],
.e-bigger.e-small .e-multiselect.e-filled:not(.e-float-input) .e-multi-select-wrapper input[type='text'],
.e-bigger .e-small.e-multiselect.e-filled:not(.e-float-input) .e-multi-select-wrapper input[type='text'],
.e-small .e-bigger.e-multiselect.e-filled:not(.e-float-input) .e-multi-select-wrapper input[type='text'] {
  min-height: 39px;
  padding-right: 10px; }

.e-small.e-multiselect.e-filled:not(.e-float-input) .e-multi-select-wrapper input[type='text'],
.e-small .e-multiselect.e-filled:not(.e-float-input) .e-multi-select-wrapper input[type='text'] {
  min-height: 32px; }

.e-small.e-multiselect.e-filled.e-float-input .e-multi-select-wrapper input[type='text'],
.e-small .e-multiselect.e-filled.e-float-input .e-multi-select-wrapper input[type='text'] {
  height: 22px;
  min-height: 22px;
  padding: 2px; }

.e-bigger.e-multiselect.e-filled:not(.e-float-input) .e-multi-select-wrapper input[type='text'],
.e-bigger .e-multiselect.e-filled:not(.e-float-input) .e-multi-select-wrapper input[type='text'] {
  min-height: 52px; }

.e-bigger.e-multiselect.e-filled.e-float-input .e-multi-select-wrapper input[type='text'],
.e-bigger .e-multiselect.e-filled.e-float-input .e-multi-select-wrapper input[type='text'] {
  min-height: 36px; }

.e-filled.e-multiselect:not(.e-float-input) .e-multi-select-wrapper.e-delimiter .e-searcher {
  height: 39px; }

.e-small.e-filled.e-multiselect:not(.e-float-input) .e-multi-select-wrapper.e-delimiter .e-searcher,
.e-small .e-filled.e-multiselect:not(.e-float-input) .e-multi-select-wrapper.e-delimiter .e-searcher {
  height: 32px; }

.e-small.e-filled.e-multiselect.e-float-input .e-multi-select-wrapper.e-delimiter .e-searcher,
.e-small .e-filled.e-multiselect.e-float-input .e-multi-select-wrapper.e-delimiter .e-searcher {
  height: 22px; }

.e-bigger.e-filled:not(.e-small).e-multiselect:not(.e-float-input) .e-multi-select-wrapper.e-delimiter .e-searcher,
.e-bigger .e-filled:not(.e-small).e-multiselect:not(.e-float-input) .e-multi-select-wrapper.e-delimiter .e-searcher {
  height: 52px; }

.e-bigger.e-filled.e-multiselect.e-float-input .e-multi-select-wrapper.e-delimiter .e-searcher,
.e-bigger .e-filled.e-multiselect.e-float-input .e-multi-select-wrapper.e-delimiter .e-searcher {
  height: 36px; }

.e-bigger.e-small.e-filled.e-multiselect.e-float-input .e-multi-select-wrapper.e-delimiter .e-searcher,
.e-bigger.e-small .e-filled.e-multiselect.e-float-input .e-multi-select-wrapper.e-delimiter .e-searcher
.e-bigger .e-small.e-filled.e-multiselect.e-float-input .e-multi-select-wrapper.e-delimiter .e-searcher,
.e-small .e-bigger.e-filled.e-multiselect.e-float-input .e-multi-select-wrapper.e-delimiter .e-searcher {
  height: 28px; }

.e-bigger.e-multiselect.e-filled.e-float-input .e-multi-select-wrapper.e-delimiter input[type='text'],
.e-bigger .e-multiselect.e-filled.e-float-input .e-multi-select-wrapper.e-delimiter input[type='text'] {
  padding: 5px 0; }

.e-multiselect.e-filled.e-float-input .e-searcher .e-dropdownbase,
.e-bigger.e-small.e-multiselect.e-filled.e-float-input .e-searcher .e-dropdownbase,
.e-bigger.e-small .e-multiselect.e-filled.e-float-input .e-searcher .e-dropdownbase,
.e-bigger .e-small.e-multiselect.e-filled.e-float-input .e-searcher .e-dropdownbase,
.e-small .e-bigger.e-multiselect.e-filled.e-float-input .e-searcher .e-dropdownbase {
  min-height: 28px; }

.e-multiselect.e-filled:not(.e-float-input) .e-multi-select-wrapper .e-delim-values,
.e-small.e-bigger.e-multiselect.e-filled:not(.e-float-input) .e-multi-select-wrapper .e-delim-values,
.e-small.e-bigger .e-multiselect.e-filled:not(.e-float-input) .e-multi-select-wrapper .e-delim-values,
.e-small .e-bigger.e-multiselect.e-filled:not(.e-float-input) .e-multi-select-wrapper .e-delim-values,
.e-bigger .e-small.e-multiselect.e-filled:not(.e-float-input) .e-multi-select-wrapper .e-delim-values {
  font-size: 13px;
  line-height: 39px; }

.e-multiselect.e-filled.e-float-input .e-multi-select-wrapper .e-delim-values,
.e-small.e-bigger.e-multiselect.e-filled.e-float-input .e-multi-select-wrapper .e-delim-values,
.e-small.e-bigger .e-multiselect.e-filled.e-float-input .e-multi-select-wrapper .e-delim-values,
.e-small .e-bigger.e-multiselect.e-filled.e-float-input .e-multi-select-wrapper .e-delim-values,
.e-bigger .e-small.e-multiselect.e-filled.e-float-input .e-multi-select-wrapper .e-delim-values {
  font-size: 14px;
  line-height: 28px; }

.e-bigger.e-multiselect.e-filled:not(.e-float-input) .e-multi-select-wrapper .e-delim-values,
.e-bigger .e-multiselect.e-filled:not(.e-float-input) .e-multi-select-wrapper .e-delim-values,
.e-bigger.e-multiselect.e-filled.e-float-input .e-multi-select-wrapper .e-delim-values,
.e-bigger .e-multiselect.e-filled.e-float-input .e-multi-select-wrapper .e-delim-values {
  font-size: 16px;
  line-height: 52px; }

.e-bigger.e-multiselect.e-filled.e-float-input .e-multi-select-wrapper .e-delim-values,
.e-bigger .e-multiselect.e-filled.e-float-input .e-multi-select-wrapper .e-delim-values {
  line-height: 36px; }

.e-small.e-multiselect.e-filled:not(.e-float-input) .e-multi-select-wrapper .e-delim-values,
.e-small .e-multiselect.e-filled:not(.e-float-input) .e-multi-select-wrapper .e-delim-values,
.e-small.e-multiselect.e-filled.e-float-input .e-multi-select-wrapper .e-delim-values,
.e-small .e-multiselect.e-filled.e-float-input .e-multi-select-wrapper .e-delim-values {
  font-size: 13px;
  line-height: 32px; }

.e-small.e-multiselect.e-filled.e-float-input .e-multi-select-wrapper .e-delim-values,
.e-small .e-multiselect.e-filled.e-float-input .e-multi-select-wrapper .e-delim-values {
  line-height: 22px; }

.e-filled:not(.e-float-input) .e-multi-select-wrapper .e-chips,
.e-bigger.e-small.e-filled.e-multiselect:not(.e-float-input) .e-multi-select-wrapper .e-chips,
.e-bigger.e-small .e-filled.e-multiselect:not(.e-float-input) .e-multi-select-wrapper .e-chips,
.e-bigger .e-small.e-filled.e-multiselect:not(.e-float-input) .e-multi-select-wrapper .e-chips,
.e-small .e-bigger.e-filled.e-multiselect:not(.e-float-input) .e-multi-select-wrapper .e-chips {
  height: 28px; }

.e-bigger.e-multiselect.e-filled.e-float-input .e-multi-select-wrapper .e-chips,
.e-bigger .e-multiselect.e-filled.e-float-input .e-multi-select-wrapper .e-chips,
.e-small.e-filled:not(.e-float-input) .e-multi-select-wrapper .e-chips,
.e-small .e-filled:not(.e-float-input) .e-multi-select-wrapper .e-chips {
  height: 24px; }

.e-bigger.e-multiselect.e-filled:not(.e-float-input) .e-multi-select-wrapper .e-chips,
.e-bigger .e-multiselect.e-filled:not(.e-float-input) .e-multi-select-wrapper .e-chips {
  height: 32px; }

.e-multiselect.e-filled.e-float-input .e-multi-select-wrapper.e-mob-wrapper .e-chips.e-mob-chip {
  height: 24px; }

.e-filled.e-float-input .e-multi-select-wrapper .e-chips,
.e-bigger.e-small.e-filled.e-float-input .e-multi-select-wrapper .e-chips,
.e-bigger.e-small .e-filled.e-float-input .e-multi-select-wrapper .e-chips,
.e-bigger .e-small.e-filled.e-float-input .e-multi-select-wrapper .e-chips,
.e-small .e-bigger.e-filled.e-float-input .e-multi-select-wrapper .e-chips {
  height: 18px; }

.e-filled.e-float-input .e-multi-select-wrapper .e-chips,
.e-filled:not(.e-float-input) .e-multi-select-wrapper .e-chips,
.e-bigger.e-small.e-filled.e-float-input .e-multi-select-wrapper .e-chips,
.e-bigger.e-small .e-filled.e-float-input .e-multi-select-wrapper .e-chips,
.e-bigger .e-small.e-filled.e-float-input .e-multi-select-wrapper .e-chips,
.e-small .e-bigger.e-filled.e-float-input .e-multi-select-wrapper .e-chips,
.e-bigger.e-small.e-filled:not(.e-float-input) .e-multi-select-wrapper .e-chips,
.e-bigger.e-small .e-filled:not(.e-float-input) .e-multi-select-wrapper .e-chips,
.e-bigger .e-small.e-filled:not(.e-float-input) .e-multi-select-wrapper .e-chips,
.e-small .e-bigger.e-filled:not(.e-float-input) .e-multi-select-wrapper .e-chips {
  margin: 8px 8px 0 0;
  padding: 0 8px; }

.e-rtl.e-filled.e-float-input .e-multi-select-wrapper .e-chips,
.e-rtl.e-filled:not(.e-float-input) .e-multi-select-wrapper .e-chips,
.e-rtl.e-bigger.e-small.e-filled.e-float-input .e-multi-select-wrapper .e-chips,
.e-rtl.e-bigger.e-small .e-filled.e-float-input .e-multi-select-wrapper .e-chips,
.e-rtl.e-bigger .e-small.e-filled.e-float-input .e-multi-select-wrapper .e-chips,
.e-rtl.e-small .e-bigger.e-filled.e-float-input .e-multi-select-wrapper .e-chips,
.e-rtl.e-bigger.e-small.e-filled:not(.e-float-input) .e-multi-select-wrapper .e-chips,
.e-rtl.e-bigger.e-small .e-filled:not(.e-float-input) .e-multi-select-wrapper .e-chips,
.e-rtl.e-bigger .e-small.e-filled:not(.e-float-input) .e-multi-select-wrapper .e-chips,
.e-rtl.e-small .e-bigger.e-filled:not(.e-float-input) .e-multi-select-wrapper .e-chips {
  margin: 8px 0 0 8px;
  padding: 0 8px; }

.e-bigger.e-small.e-filled.e-float-input .e-multi-select-wrapper .e-chips,
.e-bigger.e-small .e-filled.e-float-input .e-multi-select-wrapper .e-chips,
.e-bigger .e-small.e-filled.e-float-input .e-multi-select-wrapper .e-chips,
.e-small .e-bigger.e-filled.e-float-input .e-multi-select-wrapper .e-chips {
  padding-left: 8px; }

.e-small .e-filled .e-multi-select-wrapper .e-chips,
.e-small.e-filled .e-multi-select-wrapper .e-chips {
  height: 16px;
  margin: 4px 4px 0 0;
  padding-right: 8px; }

.e.rtl.e-small .e-filled.e-float-input .e-multi-select-wrapper .e-chips,
.e-rtl.e-small.e-filled.e-float-input .e-multi-select-wrapper .e-chips {
  margin: 4px 0 0 4px; }

.e-small .e-filled:not(.e-float-input) .e-multi-select-wrapper .e-chips,
.e-small.e-filled:not(.e-float-input) .e-multi-select-wrapper .e-chips {
  height: 24px; }

.e-filled.e-multiselect.e-float-input .e-multi-select-wrapper .e-chips:not(.e-mob-chip) .e-chips-close,
.e-small.e-filled:not(.e-bigger).e-multiselect:not(.e-float-input) .e-multi-select-wrapper .e-chips:not(.e-mob-chip) .e-chips-close,
.e-small .e-filled:not(.e-bigger).e-multiselect:not(.e-float-input) .e-multi-select-wrapper .e-chips:not(.e-mob-chip) .e-chips-close,
.e-bigger.e-small.e-filled.e-multiselect.e-float-input .e-multi-select-wrapper .e-chips:not(.e-mob-chip) .e-chips-close,
.e-bigger.e-small .e-filled.e-multiselect.e-float-input .e-multi-select-wrapper .e-chips:not(.e-mob-chip) .e-chips-close,
.e-bigger .e-small.e-filled.e-multiselect.e-float-input .e-multi-select-wrapper .e-chips:not(.e-mob-chip) .e-chips-close,
.e-small .e-bigger.e-filled.e-multiselect.e-float-input .e-multi-select-wrapper .e-chips:not(.e-mob-chip) .e-chips-close {
  height: 12px;
  width: 12px; }

.e-filled.e-multiselect:not(.e-float-input) .e-multi-select-wrapper .e-chips &gt; .e-chipcontent,
.e-bigger.e-small.e-filled.e-multiselect:not(.e-float-input) .e-multi-select-wrapper .e-chips &gt; .e-chipcontent,
.e-bigger.e-small .e-filled.e-multiselect:not(.e-float-input) .e-multi-select-wrapper .e-chips &gt; .e-chipcontent,
.e-bigger .e-small.e-filled.e-multiselect:not(.e-float-input) .e-multi-select-wrapper .e-chips &gt; .e-chipcontent,
.e-small .e-bigger.e-filled.e-multiselect:not(.e-float-input) .e-multi-select-wrapper .e-chips &gt; .e-chipcontent {
  font-size: 13px;
  padding: 0 8px 0 0; }

.e-small.e-filled.e-multiselect .e-multi-select-wrapper .e-chips &gt; .e-chipcontent,
.e-small .e-filled.e-multiselect .e-multi-select-wrapper .e-chips &gt; .e-chipcontent {
  font-size: 12px; }

.e-filled.e-float-input.e-multiselect .e-multi-select-wrapper .e-chips &gt; .e-chipcontent,
.e-bigger.e-small.e-filled.e-float-input.e-multiselect .e-multi-select-wrapper .e-chips &gt; .e-chipcontent,
.e-bigger.e-small .e-filled.e-float-input.e-multiselect .e-multi-select-wrapper .e-chips &gt; .e-chipcontent,
.e-bigger .e-small.e-filled.e-float-input.e-multiselect .e-multi-select-wrapper .e-chips &gt; .e-chipcontent,
.e-small .e-bigger.e-filled.e-float-input.e-multiselect .e-multi-select-wrapper .e-chips &gt; .e-chipcontent {
  font-size: 12px;
  padding: 0 4px 0 0; }

.e-rtl.e-filled.e-multiselect .e-multi-select-wrapper .e-chips &gt; .e-chipcontent,
.e-rtl.e-bigger.e-small.e-filled.e-multiselect .e-multi-select-wrapper .e-chips &gt; .e-chipcontent,
.e-rtl.e-bigger.e-small .e-filled.e-multiselect .e-multi-select-wrapper .e-chips &gt; .e-chipcontent,
.e-rtl.e-bigger .e-small.e-filled.e-multiselect .e-multi-select-wrapper .e-chips &gt; .e-chipcontent,
.e-rtl.e-small .e-bigger.e-filled.e-multiselect .e-multi-select-wrapper .e-chips &gt; .e-chipcontent {
  padding: 0 0 0 4px; }

.e-small.e-filled.e-float-input.e-multiselect .e-multi-select-wrapper .e-chips &gt; .e-chipcontent,
.e-small .e-filled.e-float-input.e-multiselect .e-multi-select-wrapper .e-chips &gt; .e-chipcontent {
  font-size: 10px; }

.e-bigger.e-filled.e-float-input.e-multiselect .e-multi-select-wrapper .e-chips &gt; .e-chipcontent,
.e-bigger .e-filled.e-float-input.e-multiselect .e-multi-select-wrapper .e-chips &gt; .e-chipcontent {
  font-size: 13px; }

.e-filled.e-multiselect.e-float-input .e-multi-select-wrapper.e-mob-wrapper .e-chips &gt; .e-chipcontent {
  font-size: 13px;
  padding-right: 4px; }

.e-bigger.e-filled.e-multiselect:not(.e-float-input) .e-multi-select-wrapper .e-chips &gt; .e-chipcontent,
.e-bigger .e-filled.e-multiselect:not(.e-float-input) .e-multi-select-wrapper .e-chips &gt; .e-chipcontent {
  font-size: 14px; }

.e-rtl.e-bigger.e-filled .e-multi-select-wrapper .e-chips,
.e-rtl.e-bigger .e-filled .e-multi-select-wrapper .e-chips,
.e-rtl.e-bigger.e-filled.e-float-input .e-multi-select-wrapper .e-chips,
.e-rtl.e-bigger .e-filled.e-float-input .e-multi-select-wrapper .e-chips,
.e-bigger.e-filled .e-multi-select-wrapper .e-chips,
.e-bigger .e-filled .e-multi-select-wrapper .e-chips {
  padding: 0 12px; }

.e-bigger.e-filled.e-float-input .e-multi-select-wrapper .e-chips,
.e-bigger .e-filled.e-float-input .e-multi-select-wrapper .e-chips {
  padding-right: 8px; }

.e-filled.e-multi-select-wrapper .e-chips-close.e-close-hooker,
.e-multiselect.e-control-container .e-filled.e-multi-select-wrapper .e-clear-icon {
  height: 38px;
  margin-top: -38px;
  right: 12px;
  top: 100%;
  width: 16px; }

.e-multi-select-wrapper .e-chips.e-chip-selected .e-chips-close::before {
  color: #fff; }

.e-multi-select-wrapper .e-chips.e-chip-selected {
  background-color: #757575; }

.e-multi-select-wrapper .e-chips.e-chip-selected:hover {
  background-color: #757575; }

.e-multiselect {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

.e-multi-select-wrapper .e-chips &gt; .e-chipcontent {
  -webkit-text-fill-color: rgba(0, 0, 0, 0.87);
  color: rgba(0, 0, 0, 0.87);
  font-family: inherit;
  font-size: 13px; }

.e-multi-select-wrapper .e-chips.e-chip-selected &gt; .e-chipcontent {
  color: #fff; }

.e-multi-select-wrapper .e-chips.e-chip-selected &gt; .e-chipcontent:hover {
  color: #fff; }

.e-multi-select-wrapper .e-chips {
  background-color: #eee;
  border-radius: 16px;
  height: 24px; }

.e-multi-select-wrapper .e-chips:hover {
  background-color: #eee; }

.e-multi-select-wrapper .e-chips &gt; .e-chipcontent:hover {
  color: rgba(0, 0, 0, 0.87); }

.e-multi-select-wrapper .e-chips .e-chips-close::before {
  -webkit-text-fill-color: rgba(0, 0, 0, 0.54);
  color: rgba(0, 0, 0, 0.54);
  font-size: 16px; }

.e-multi-select-wrapper .e-chips.e-mob-chip.e-chip-selected {
  background-color: #4d4d4d;
  border-radius: 2px;
  color: #fff;
  height: 40px;
  line-height: 40px; }

.e-multi-select-wrapper .e-chips.e-mob-chip.e-chip-selected .e-chipcontent {
  color: #fff; }

.e-multi-select-wrapper .e-chips.e-mob-chip,
.e-bigger .e-multi-select-wrapper .e-chips {
  height: 28px; }

.e-popup.e-multi-select-list-wrapper {
  -webkit-box-shadow: 0 5px 5px -3px rgba(0, 0, 0, 0.2), 0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12);
          box-shadow: 0 5px 5px -3px rgba(0, 0, 0, 0.2), 0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12);
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  overflow: initial; }

.e-popup.e-multi-select-list-wrapper .e-list-item.e-active {
  border-bottom: 1px solid transparent;
  border-left: 1px solid #e0e0e0;
  border-right: 1px solid #e0e0e0;
  border-top: 1px solid #fff; }

.e-popup.e-multi-select-list-wrapper.e-checkbox .e-list-item.e-active {
  background-color: transparent;
  border-color: transparent;
  color: rgba(0, 0, 0, 0.87); }

.e-popup.e-multi-select-list-wrapper.e-multiselect-group.e-checkbox .e-list-group-item.e-active {
  background-color: transparent;
  border-color: transparent;
  color: rgba(0, 0, 0, 0.87); }

.e-popup.e-multi-select-list-wrapper.e-checkbox .e-list-item.e-active.e-item-focus {
  color: rgba(0, 0, 0, 0.87); }

.e-popup.e-multi-select-list-wrapper.e-multiselect-group.e-checkbox .e-list-group-item.e-active.e-item-focus {
  color: rgba(0, 0, 0, 0.87); }

.e-popup.e-multi-select-list-wrapper.e-checkbox .e-list-item.e-active.e-hover {
  background-color: #eee; }

.e-popup.e-multi-select-list-wrapper.e-multiselect-group.e-checkbox .e-list-group-item.e-active.e-hover {
  background-color: #eee; }

.e-popup.e-multi-select-list-wrapper .e-list-item.e-active:first-child {
  border-bottom: 1px solid transparent;
  border-top: 1px solid transparent; }

.e-popup.e-multi-select-list-wrapper .e-list-item.e-active:last-child {
  border-bottom: 1px solid transparent; }

.e-popup.e-multi-select-list-wrapper .e-list-item.e-active.e-item-focus + li.e-active {
  border-top: 1px solid transparent; }

.e-popup.e-multi-select-list-wrapper .e-list-item.e-active.e-item-focus {
  background-color: #e0e0e0;
  border: 1px solid transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #971b1e; }

.e-popup.e-multi-select-list-wrapper.e-multiselect-group .e-list-group-item.e-active.e-item-focus {
  background-color: #e0e0e0;
  border: 1px solid transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #971b1e; }

.e-popup.e-multi-select-list-wrapper .e-list-item {
  border: 1px solid transparent; }

.e-popup.e-multi-select-list-wrapper.e-multiselect-group .e-list-group-item {
  border: 1px solid transparent; }

.e-multi-select-wrapper input.e-dropdownbase:-moz-placeholder {
  color: rgba(0, 0, 0, 0.42); }

.e-multi-select-wrapper input.e-dropdownbase::-moz-placeholder {
  color: rgba(0, 0, 0, 0.42); }

.e-multi-select-wrapper input.e-dropdownbase:-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.42); }

.e-multi-select-wrapper input.e-dropdownbase::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.42); }

.e-ul.e-reorder {
  border-bottom: 1px solid rgba(0, 0, 0, 0.12); }

.e-multi-select-list-wrapper .e-selectall-parent {
  border-bottom: 1px solid rgba(0, 0, 0, 0.12); }

.e-multi-select-wrapper .e-delim-values {
  -webkit-text-fill-color: rgba(0, 0, 0, 0.87);
  color: rgba(0, 0, 0, 0.87); }

.e-multi-select-wrapper .e-chips-close.e-close-hooker {
  color: #000; }

.e-small .e-multi-select-wrapper .e-chips {
  height: 20px; }

.e-small .e-multi-select-wrapper .e-chips &gt; .e-chipcontent {
  font-size: 12px; }

.e-small .e-multi-select-wrapper .e-chips .e-chips-close::before {
  font-size: 14px; }

.e-small .e-multi-select-wrapper .e-close-hooker::before {
  left: 6px; }

.e-bigger.e-small .e-multi-select-wrapper .e-chips {
  height: 22px; }

.e-bigger.e-small .e-multi-select-wrapper .e-chips &gt; .e-chipcontent {
  font-size: 13px; }

.e-bigger.e-small .e-multi-select-wrapper .e-chips .e-chips-close::before {
  font-size: 16px; }

.e-multiselect.e-outline .e-multi-select-wrapper .e-chips {
  background-color: #e0e0e0; }

.e-multiselect.e-filled .e-multi-select-wrapper .e-chips {
  background-color: #cecece; }

.e-multiselect.e-outline .e-multi-select-wrapper .e-chips:hover {
  background-color: #d6d6d6; }

.e-multiselect.e-filled .e-multi-select-wrapper .e-chips:hover {
  background-color: #cecece; }

.e-multiselect.e-outline .e-multi-select-wrapper .e-chips.e-chip-selected,
.e-multiselect.e-filled .e-multi-select-wrapper .e-chips.e-chip-selected {
  background-color: #c7c7c7; }

.e-multiselect.e-outline .e-multi-select-wrapper .e-chips.e-chip-selected:hover,
.e-multiselect.e-filled .e-multi-select-wrapper .e-chips.e-chip-selected:hover {
  background-color: #c7c7c7; }

.e-multiselect.e-outline .e-multi-select-wrapper .e-chips.e-chip-selected &gt; .e-chipcontent,
.e-multiselect.e-filled .e-multi-select-wrapper .e-chips.e-chip-selected &gt; .e-chipcontent {
  color: rgba(0, 0, 0, 0.87); }

.e-multiselect.e-outline .e-multi-select-wrapper .e-chips.e-chip-selected &gt; .e-chipcontent:hover,
.e-multiselect.e-filled .e-multi-select-wrapper .e-chips.e-chip-selected &gt; .e-chipcontent:hover {
  color: rgba(0, 0, 0, 0.87); }

.e-multiselect.e-outline .e-multi-select-wrapper .e-chips-close.e-close-hooker,
.e-multiselect.e-filled .e-multi-select-wrapper .e-chips-close.e-close-hooker {
  color: rgba(0, 0, 0, 0.54); }

.e-multiselect.e-outline .e-multi-select-wrapper .e-chips-close.e-close-hooker:hover,
.e-multiselect.e-filled .e-multi-select-wrapper .e-chips-close.e-close-hooker:hover {
  color: rgba(0, 0, 0, 0.87); }

.e-multiselect.e-outline .e-multi-select-wrapper .e-chips.e-chip-selected .e-chips-close::before,
.e-multiselect.e-filled .e-multi-select-wrapper .e-chips.e-chip-selected .e-chips-close::before {
  color: rgba(0, 0, 0, 0.54); }

.e-multiselect.e-filled .e-multi-select-wrapper .e-chips.e-mob-chip.e-chip-selected .e-chips-close::before,
.e-multiselect.e-outline .e-multi-select-wrapper .e-chips.e-mob-chip.e-chip-selected .e-chips-close::before {
  color: #fff; }

.e-multiselect.e-outline:not(.e-disabled) .e-multi-select-wrapper .e-chips:not(.e-chip-selected) .e-chips-close:hover::before,
.e-multiselect.e-filled:not(.e-disabled) .e-multi-select-wrapper .e-chips:not(.e-chip-selected) .e-chips-close:hover::before {
  color: rgba(0, 0, 0, 0.87); }

.e-multiselect.e-outline .e-multi-select-wrapper .e-delim-values .e-remain,
.e-multiselect.e-filled .e-multi-select-wrapper .e-delim-values .e-remain {
  color: rgba(0, 0, 0, 0.6); }

.e-multiselect.e-outline.e-disabled .e-multi-select-wrapper .e-delim-values,
.e-multiselect.e-outline.e-disabled .e-multi-select-wrapper .e-delim-values .e-remain,
.e-multiselect.e-outline.e-disabled .e-multi-select-wrapper .e-chips &gt; .e-chipcontent,
.e-multiselect.e-outline.e-disabled .e-multi-select-wrapper .e-chips .e-chips-close::before,
.e-multiselect.e-outline.e-disabled .e-multi-select-wrapper .e-chips-close.e-close-hooker {
  color: rgba(0, 0, 0, 0.38); }

.e-multiselect.e-outline.e-disabled .e-multi-select-wrapper .e-chips {
  background-color: #f5f5f5; }

.e-multiselect.e-filled .e-multi-select-wrapper.e-mob-wrapper .e-chips.e-mob-chip.e-chip-selected,
.e-multiselect.e-outline .e-multi-select-wrapper .e-chips.e-mob-chip.e-chip-selected {
  background-color: #4d4d4d;
  border-radius: 4px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #fff;
  height: 40px;
  line-height: 40px;
  margin-left: 0;
  margin-right: 0;
  width: 100%; }

.e-multiselect.e-filled .e-multi-select-wrapper .e-chips.e-mob-chip.e-chip-selected .e-chips-close,
.e-multiselect.e-outline .e-multi-select-wrapper .e-chips.e-mob-chip.e-chip-selected .e-chips-close {
  width: 33px; }

.e-multiselect.e-filled .e-multi-select-wrapper .e-chips.e-mob-chip.e-chip-selected .e-chipcontent,
.e-multiselect.e-outline .e-multi-select-wrapper .e-chips.e-mob-chip.e-chip-selected .e-chipcontent {
  color: #fff; }

.e-listbox-tool .e-moveup::before {
  content: '\e651'; }

.e-listbox-tool .e-movedown::before {
  content: '\e652'; }

.e-listbox-tool .e-moveto::before {
  content: '\e653'; }

.e-listbox-tool .e-movefrom::before {
  content: '\e654'; }

.e-listbox-tool .e-moveallto::before {
  content: '\e655'; }

.e-listbox-tool .e-moveallfrom::before {
  content: '\e656'; }

.e-listbox-wrapper,
.e-listbox-container {
  -webkit-overflow-scrolling: touch;
  cursor: pointer;
  display: block;
  position: relative;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  width: 100%; }
  .e-listbox-wrapper *,
  .e-listbox-container * {
    -webkit-box-sizing: border-box;
            box-sizing: border-box; }
  .e-listbox-wrapper:focus,
  .e-listbox-container:focus {
    outline: none; }
  .e-listbox-wrapper.e-disabled,
  .e-listbox-container.e-disabled {
    cursor: default;
    pointer-events: none; }
  .e-listbox-wrapper:not(.e-list-template) .e-list-item,
  .e-listbox-wrapper .e-list-nrt,
  .e-listbox-wrapper .e-selectall-parent,
  .e-listbox-container:not(.e-list-template) .e-list-item,
  .e-listbox-container .e-list-nrt,
  .e-listbox-container .e-selectall-parent {
    height: 36px;
    line-height: 36px;
    padding: 0 16px;
    position: relative; }
  .e-listbox-wrapper.e-filter-list,
  .e-listbox-container.e-filter-list {
    overflow: inherit; }
    .e-listbox-wrapper.e-filter-list .e-list-parent,
    .e-listbox-container.e-filter-list .e-list-parent {
      overflow: auto; }
  .e-listbox-wrapper .e-list-parent,
  .e-listbox-container .e-list-parent {
    height: 100%;
    min-height: 36px; }
  .e-listbox-wrapper .e-list-item,
  .e-listbox-container .e-list-item {
    border-bottom: 0 solid;
    outline: none; }
    .e-listbox-wrapper .e-list-item.e-disabled,
    .e-listbox-container .e-list-item.e-disabled {
      pointer-events: none; }
  .e-listbox-wrapper .e-disable,
  .e-listbox-container .e-disable {
    opacity: .7; }
  .e-listbox-wrapper .e-list-parent,
  .e-listbox-container .e-list-parent {
    margin: 0;
    padding: 0; }
  .e-listbox-wrapper .e-list-header .e-text.header,
  .e-listbox-container .e-list-header .e-text.header {
    display: none; }
  .e-listbox-wrapper .e-icon-back,
  .e-listbox-container .e-icon-back {
    margin-top: 2px; }
  .e-listbox-wrapper .e-list-header .e-headertemplate-text.nested-header,
  .e-listbox-container .e-list-header .e-headertemplate-text.nested-header {
    display: none; }
  .e-listbox-wrapper .e-list-header,
  .e-listbox-container .e-list-header {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border-bottom: 1px solid;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-weight: bold;
    height: 48px;
    padding: 0 16px; }
  .e-listbox-wrapper .e-has-header &gt; .e-view,
  .e-listbox-container .e-has-header &gt; .e-view {
    top: 45px; }
  .e-listbox-wrapper .e-but-back,
  .e-listbox-container .e-but-back {
    cursor: pointer;
    padding-right: 30px; }
  .e-listbox-wrapper .e-list-group-item:first-child,
  .e-listbox-container .e-list-group-item:first-child {
    border: 0;
    border-bottom: 0 solid transparent; }
  .e-listbox-wrapper .e-list-group-item,
  .e-listbox-container .e-list-group-item {
    border-bottom: 0 solid transparent;
    border-top: 1px solid;
    font-weight: 600;
    height: 36px;
    line-height: 36px;
    padding: 0 16px; }
  .e-listbox-wrapper .e-icon-collapsible,
  .e-listbox-container .e-icon-collapsible {
    cursor: pointer;
    font-size: 12px;
    position: absolute;
    right: 0%;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%); }
  .e-listbox-wrapper .e-text-content,
  .e-listbox-container .e-text-content {
    height: 100%;
    position: relative;
    vertical-align: middle; }
  .e-listbox-wrapper .e-text-content *,
  .e-listbox-container .e-text-content * {
    display: inline-block;
    vertical-align: middle; }
  .e-listbox-wrapper .e-text-content.e-checkbox .e-list-text,
  .e-listbox-container .e-text-content.e-checkbox .e-list-text {
    width: calc(100% - 40px); }
  .e-listbox-wrapper .e-text-content.e-checkbox.e-checkbox-left .e-list-icon + .e-list-text,
  .e-listbox-container .e-text-content.e-checkbox.e-checkbox-left .e-list-icon + .e-list-text {
    width: calc(100% - 90px); }
  .e-listbox-wrapper .e-text-content.e-checkbox.e-checkbox-right .e-list-icon + .e-list-text,
  .e-listbox-container .e-text-content.e-checkbox.e-checkbox-right .e-list-icon + .e-list-text {
    width: calc(100% - 80px); }
  .e-listbox-wrapper .e-list-item.e-checklist.e-has-child .e-text-content.e-checkbox.e-checkbox-right .e-list-icon + .e-list-text,
  .e-listbox-container .e-list-item.e-checklist.e-has-child .e-text-content.e-checkbox.e-checkbox-right .e-list-icon + .e-list-text {
    width: calc(100% - 92px); }
  .e-listbox-wrapper .e-checkbox .e-checkbox-left,
  .e-listbox-container .e-checkbox .e-checkbox-left {
    margin: -2px 10px 0 0; }
  .e-listbox-wrapper .e-checkbox .e-checkbox-right,
  .e-listbox-container .e-checkbox .e-checkbox-right {
    margin: -2px 0 0 10px; }
  .e-listbox-wrapper .e-list-text,
  .e-listbox-container .e-list-text {
    cursor: pointer;
    display: inline-block;
    overflow: hidden;
    text-overflow: ellipsis;
    vertical-align: top;
    white-space: nowrap;
    width: 100%; }
  .e-listbox-wrapper .e-list-icon + .e-list-text,
  .e-listbox-container .e-list-icon + .e-list-text {
    width: calc(100% - 60px); }
  .e-listbox-wrapper .e-icon-wrapper .e-list-text,
  .e-listbox-container .e-icon-wrapper .e-list-text {
    width: calc(100% - 60px); }
  .e-listbox-wrapper .e-icon-wrapper.e-text-content.e-checkbox .e-list-text,
  .e-listbox-container .e-icon-wrapper.e-text-content.e-checkbox .e-list-text {
    width: calc(100% - 60px); }
  .e-listbox-wrapper .e-list-icon,
  .e-listbox-container .e-list-icon {
    height: 30px;
    margin-right: 16px;
    width: 30px; }
  .e-listbox-wrapper .e-content,
  .e-listbox-container .e-content {
    overflow: hidden;
    position: relative; }
  .e-listbox-wrapper .e-list-header .e-text,
  .e-listbox-container .e-list-header .e-text {
    cursor: pointer;
    text-indent: 0; }
  .e-listbox-wrapper .e-text .e-headertext,
  .e-listbox-container .e-text .e-headertext {
    display: inline-block;
    line-height: inherit; }
  .e-listbox-wrapper.e-rtl,
  .e-listbox-container.e-rtl {
    direction: rtl; }
    .e-listbox-wrapper.e-rtl .e-list-icon,
    .e-listbox-container.e-rtl .e-list-icon {
      margin-left: 16px;
      margin-right: 0; }
    .e-listbox-wrapper.e-rtl .e-icon-collapsible,
    .e-listbox-container.e-rtl .e-icon-collapsible {
      left: 0%;
      right: initial;
      top: 50%;
      -webkit-transform: translateY(-50%) rotate(180deg);
              transform: translateY(-50%) rotate(180deg); }
    .e-listbox-wrapper.e-rtl .e-list-header .e-text,
    .e-listbox-container.e-rtl .e-list-header .e-text {
      cursor: pointer; }
    .e-listbox-wrapper.e-rtl .e-but-back,
    .e-listbox-container.e-rtl .e-but-back {
      -webkit-transform: rotate(180deg);
              transform: rotate(180deg); }
    .e-listbox-wrapper.e-rtl .e-icon-back,
    .e-listbox-container.e-rtl .e-icon-back {
      margin-top: -2px; }
    .e-listbox-wrapper.e-rtl .e-checkbox .e-checkbox-left,
    .e-listbox-container.e-rtl .e-checkbox .e-checkbox-left {
      margin: -2px 0 0 10px; }
    .e-listbox-wrapper.e-rtl .e-checkbox .e-checkbox-right,
    .e-listbox-container.e-rtl .e-checkbox .e-checkbox-right {
      margin: -2px 10px 0 0; }
    .e-listbox-wrapper.e-rtl .e-checkbox-wrapper,
    .e-listbox-container.e-rtl .e-checkbox-wrapper {
      margin: -2px 0 0 10px; }
  .e-listbox-wrapper .e-checkbox-wrapper,
  .e-listbox-container .e-checkbox-wrapper {
    margin: -2px 10px 0 0;
    text-indent: 0;
    vertical-align: middle; }
  .e-listbox-wrapper.e-right .e-checkbox-wrapper,
  .e-listbox-container.e-right .e-checkbox-wrapper {
    position: absolute;
    right: 0;
    top: 30%; }
  .e-listbox-wrapper .e-input-group,
  .e-listbox-container .e-input-group {
    padding: 4px 8px; }
  .e-listbox-wrapper .e-input-focus,
  .e-listbox-container .e-input-focus {
    padding: 4px 4px 4px 8px; }
  .e-listbox-wrapper .e-hidden-select,
  .e-listbox-container .e-hidden-select {
    height: 1px;
    opacity: 0;
    position: absolute;
    width: 100%; }
  .e-listbox-wrapper .e-placeholder,
  .e-listbox-container .e-placeholder {
    background-color: #971b1e;
    display: block;
    height: 1px; }

ejs-listbox {
  display: block; }

.e-listbox-wrapper:not(.e-listbox-container) {
  overflow: auto; }

.e-listbox-wrapper.e-sortableclone,
.e-listbox-container.e-sortableclone {
  border-width: 0;
  overflow: visible; }
  .e-listbox-wrapper.e-sortableclone .e-list-item,
  .e-listbox-container.e-sortableclone .e-list-item {
    list-style-type: none; }
  .e-listbox-wrapper.e-sortableclone .e-ripple,
  .e-listbox-container.e-sortableclone .e-ripple {
    overflow: visible; }
    .e-listbox-wrapper.e-sortableclone .e-ripple .e-ripple-element,
    .e-listbox-container.e-sortableclone .e-ripple .e-ripple-element {
      display: none; }
  .e-listbox-wrapper.e-sortableclone .e-list-badge,
  .e-listbox-container.e-sortableclone .e-list-badge {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background-color: #971b1e;
    border: 1px solid #fff;
    border-radius: 50%;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 12px;
    height: 22px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    position: absolute;
    right: -10px;
    top: -10px;
    width: 22px; }

.e-listboxtool-wrapper,
.e-listboxtool-container {
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .e-listboxtool-wrapper *,
  .e-listboxtool-container * {
    -webkit-box-sizing: border-box;
            box-sizing: border-box; }
  .e-listboxtool-wrapper.e-disabled,
  .e-listboxtool-container.e-disabled {
    cursor: default;
    pointer-events: none; }
  .e-listboxtool-wrapper .e-listbox-wrapper,
  .e-listboxtool-container .e-listbox-wrapper {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1; }
  .e-listboxtool-wrapper.e-right .e-listbox-tool,
  .e-listboxtool-container.e-right .e-listbox-tool {
    margin-left: 15px; }
  .e-listboxtool-wrapper.e-left .e-listbox-tool,
  .e-listboxtool-container.e-left .e-listbox-tool {
    margin-right: 15px; }
  .e-listboxtool-wrapper .e-listbox-tool,
  .e-listboxtool-container .e-listbox-tool {
    border: 1px solid #e0e0e0;
    overflow: auto;
    padding: 8px; }
    .e-listboxtool-wrapper .e-listbox-tool .e-btn,
    .e-listboxtool-container .e-listbox-tool .e-btn {
      display: list-item;
      list-style-type: none;
      margin-bottom: 10px; }

.e-rtl.e-listboxtool-wrapper.e-right .e-listbox-tool,
.e-rtl.e-listboxtool-container.e-right .e-listbox-tool {
  margin-right: 15px; }

.e-rtl.e-listboxtool-wrapper.e-left .e-listbox-tool,
.e-rtl.e-listboxtool-container.e-left .e-listbox-tool {
  margin-left: 15px; }

.e-bigger .e-listbox-wrapper .e-list-item,
.e-listbox-wrapper.e-bigger .e-list-item,
.e-bigger .e-listbox-container .e-list-item,
.e-listbox-container.e-bigger .e-list-item {
  border-bottom: 0 solid transparent;
  border-left: 0 solid transparent;
  border-right: 0 solid transparent;
  border-top: 0 solid transparent; }

.e-bigger .e-listbox-wrapper:not(.e-list-template) .e-list-item,
.e-bigger .e-listbox-wrapper .e-selectall-parent,
.e-listbox-wrapper.e-bigger:not(.e-list-template) .e-list-item,
.e-listbox-wrapper.e-bigger .e-selectall-parent,
.e-bigger .e-listbox-container:not(.e-list-template) .e-list-item,
.e-bigger .e-listbox-container .e-selectall-parent,
.e-listbox-container.e-bigger:not(.e-list-template) .e-list-item,
.e-listbox-container.e-bigger .e-selectall-parent {
  height: 48px;
  line-height: 45px;
  position: relative; }

.e-bigger .e-listbox-wrapper .e-list-parent,
.e-listbox-wrapper.e-bigger .e-list-parent,
.e-bigger .e-listbox-container .e-list-parent,
.e-listbox-container.e-bigger .e-list-parent {
  min-height: 48px; }

.e-bigger .e-listbox-wrapper .e-text-content,
.e-listbox-wrapper.e-bigger .e-text-content,
.e-bigger .e-listbox-container .e-text-content,
.e-listbox-container.e-bigger .e-text-content {
  font-size: 15px; }

.e-bigger .e-listbox-wrapper .e-list-group-item,
.e-listbox-wrapper.e-bigger .e-list-group-item,
.e-bigger .e-listbox-container .e-list-group-item,
.e-listbox-container.e-bigger .e-list-group-item {
  height: 48px;
  line-height: 45px; }

.e-bigger .e-listbox-wrapper .e-list-header,
.e-listbox-wrapper.e-bigger .e-list-header,
.e-bigger .e-listbox-container .e-list-header,
.e-listbox-container.e-bigger .e-list-header {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-weight: bold;
  height: 64px; }

.e-bigger .e-listbox-wrapper .e-list-header .e-text.header,
.e-listbox-wrapper.e-bigger .e-list-header .e-text.header,
.e-bigger .e-listbox-container .e-list-header .e-text.header,
.e-listbox-container.e-bigger .e-list-header .e-text.header {
  display: none; }

.e-bigger .e-listbox-wrapper .e-list-header .e-headertemplate-text.nested-header,
.e-listbox-wrapper.e-bigger .e-list-header .e-headertemplate-text.nested-header,
.e-bigger .e-listbox-container .e-list-header .e-headertemplate-text.nested-header,
.e-listbox-container.e-bigger .e-list-header .e-headertemplate-text.nested-header {
  display: none; }

.e-bigger .e-listbox-wrapper .e-list-header .e-text,
.e-listbox-wrapper.e-bigger .e-list-header .e-text,
.e-bigger .e-listbox-container .e-list-header .e-text,
.e-listbox-container.e-bigger .e-list-header .e-text {
  font-size: 20px; }

.e-small .e-listbox-wrapper.e-filter-list .e-list-parent,
.e-small .e-listbox-container.e-filter-list .e-list-parent {
  height: calc(100% - 45px); }

.e-bigger .e-listbox-wrapper.e-filter-list .e-list-parent,
.e-bigger .e-listbox-container.e-filter-list .e-list-parent {
  height: calc(100% - 55px); }

.e-small.e-bigger .e-listbox-wrapper.e-filter-list .e-list-parent,
.e-small.e-bigger .e-listbox-container.e-filter-list .e-list-parent {
  height: calc(100% - 45px); }

.e-listbox-wrapper,
.e-listbox-container:not(.e-listboxtool-container):not(.e-sortableclone),
.e-listboxtool-container.e-listbox-container .e-ul {
  border: 1px solid #e0e0e0; }

.e-listbox-wrapper,
.e-listbox-container {
  font-family: "Roboto", "Segoe UI", "GeezaPro", "DejaVu Serif", "sans-serif", "-apple-system", "BlinkMacSystemFont";
  font-size: 15px; }
  .e-listbox-wrapper .e-list-header,
  .e-listbox-container .e-list-header {
    background-color: #fff;
    border-color: rgba(0, 0, 0, 0.12);
    color: rgba(0, 0, 0, 0.87);
    font-size: 20px; }
  .e-listbox-wrapper.e-filter-list .e-list-parent,
  .e-listbox-container.e-filter-list .e-list-parent {
    height: calc(100% - 47px); }
  .e-listbox-wrapper .e-icons,
  .e-listbox-container .e-icons {
    color: rgba(0, 0, 0, 0.54); }
  .e-listbox-wrapper .e-list-item,
  .e-listbox-container .e-list-item {
    background-color: #fff;
    border-bottom: 0 solid transparent;
    border-left: 0 solid transparent;
    border-right: 0 solid transparent;
    border-top: 0 solid transparent;
    color: rgba(0, 0, 0, 0.87); }
  .e-listbox-wrapper .e-list-item:hover:not(.e-selected):not(.e-disabled),
  .e-listbox-wrapper .e-list-item:hover.e-selected.e-checklist:not(.e-disabled),
  .e-listbox-container .e-list-item:hover:not(.e-selected):not(.e-disabled),
  .e-listbox-container .e-list-item:hover.e-selected.e-checklist:not(.e-disabled) {
    background-color: #eee;
    border-color: transparent;
    color: rgba(0, 0, 0, 0.87); }
  .e-listbox-wrapper .e-list-item.e-selected,
  .e-listbox-container .e-list-item.e-selected {
    background-color: #f5f5f5;
    color: rgba(0, 0, 0, 0.87); }
  .e-listbox-wrapper .e-list-item.e-selected.e-checklist,
  .e-listbox-container .e-list-item.e-selected.e-checklist {
    background-color: #fff;
    color: rgba(0, 0, 0, 0.87); }
  .e-listbox-wrapper .e-list-item.e-focused,
  .e-listbox-wrapper .e-list-item.e-focused.e-selected.e-checklist,
  .e-listbox-container .e-list-item.e-focused,
  .e-listbox-container .e-list-item.e-focused.e-selected.e-checklist {
    background-color: #f5f5f5;
    color: rgba(0, 0, 0, 0.87); }
  .e-listbox-wrapper .e-list-item.e-focused .e-checkbox-wrapper .e-frame.e-check,
  .e-listbox-wrapper .e-list-item.e-focused .e-css.e-checkbox-wrapper .e-frame.e-check,
  .e-listbox-container .e-list-item.e-focused .e-checkbox-wrapper .e-frame.e-check,
  .e-listbox-container .e-list-item.e-focused .e-css.e-checkbox-wrapper .e-frame.e-check {
    background-color: #971b1e;
    border-color: transparent;
    color: #fff; }
  .e-listbox-wrapper .e-list-group-item,
  .e-listbox-container .e-list-group-item {
    background-color: #fafafa;
    border-color: rgba(0, 0, 0, 0.12);
    color: rgba(0, 0, 0, 0.54);
    font-size: 15px; }
  .e-listbox-wrapper .e-selectall-parent,
  .e-listbox-container .e-selectall-parent {
    background-color: #fff;
    border-bottom: 1px solid rgba(0, 0, 0, 0.12);
    color: rgba(0, 0, 0, 0.87); }
  .e-listbox-wrapper .e-sortableclone.e-ripple .e-ripple-element,
  .e-listbox-container .e-sortableclone.e-ripple .e-ripple-element {
    background-color: transparent; }
  .e-listbox-wrapper.e-list-template .e-list-wrapper,
  .e-listbox-container.e-list-template .e-list-wrapper {
    height: inherit;
    position: relative; }
    .e-listbox-wrapper.e-list-template .e-list-wrapper:not(.e-list-multi-line),
    .e-listbox-container.e-list-template .e-list-wrapper:not(.e-list-multi-line) {
      padding: 0.2667em 1.0666em; }
    .e-listbox-wrapper.e-list-template .e-list-wrapper.e-list-multi-line,
    .e-listbox-container.e-list-template .e-list-wrapper.e-list-multi-line {
      padding: 1.0666em; }
      .e-listbox-wrapper.e-list-template .e-list-wrapper.e-list-multi-line .e-list-item-header,
      .e-listbox-container.e-list-template .e-list-wrapper.e-list-multi-line .e-list-item-header {
        color: rgba(0, 0, 0, 0.87);
        display: block;
        font-size: 15px;
        font-weight: 500;
        margin: 0;
        overflow: hidden;
        padding: 0.115em 0;
        text-overflow: ellipsis;
        white-space: nowrap; }
      .e-listbox-wrapper.e-list-template .e-list-wrapper.e-list-multi-line .e-list-content,
      .e-listbox-container.e-list-template .e-list-wrapper.e-list-multi-line .e-list-content {
        color: rgba(0, 0, 0, 0.54);
        display: block;
        font-size: 13px;
        margin: 0;
        padding: 0.115em 0;
        word-wrap: break-word; }
      .e-listbox-wrapper.e-list-template .e-list-wrapper.e-list-multi-line .e-list-content:not(.e-text-overflow),
      .e-listbox-container.e-list-template .e-list-wrapper.e-list-multi-line .e-list-content:not(.e-text-overflow) {
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap; }
    .e-listbox-wrapper.e-list-template .e-list-wrapper.e-list-avatar .e-avatar,
    .e-listbox-container.e-list-template .e-list-wrapper.e-list-avatar .e-avatar {
      height: 2.6667em;
      left: 1.0667em;
      position: absolute;
      top: 0.2666em;
      width: 2.6667em; }
    .e-listbox-wrapper.e-list-template .e-list-wrapper.e-list-avatar:not(.e-list-badge),
    .e-listbox-container.e-list-template .e-list-wrapper.e-list-avatar:not(.e-list-badge) {
      padding-left: 4.8em;
      padding-right: 1.0666em; }
    .e-listbox-wrapper.e-list-template .e-list-wrapper.e-list-avatar-right:not(.e-list-badge),
    .e-listbox-container.e-list-template .e-list-wrapper.e-list-avatar-right:not(.e-list-badge) {
      padding-left: 1.0666em;
      padding-right: 4.8em; }
      .e-listbox-wrapper.e-list-template .e-list-wrapper.e-list-avatar-right:not(.e-list-badge) .e-avatar,
      .e-listbox-container.e-list-template .e-list-wrapper.e-list-avatar-right:not(.e-list-badge) .e-avatar {
        height: 2.6667em;
        position: absolute;
        right: 1.0667em;
        top: 0.2666em;
        width: 2.6667em; }
    .e-listbox-wrapper.e-list-template .e-list-wrapper.e-list-multi-line.e-list-avatar .e-avatar,
    .e-listbox-container.e-list-template .e-list-wrapper.e-list-multi-line.e-list-avatar .e-avatar {
      top: 1.0666em; }
    .e-listbox-wrapper.e-list-template .e-list-wrapper.e-list-multi-line.e-list-avatar-right:not(.e-list-badge) .e-avatar,
    .e-listbox-container.e-list-template .e-list-wrapper.e-list-multi-line.e-list-avatar-right:not(.e-list-badge) .e-avatar {
      top: 1.0666em; }
    .e-listbox-wrapper.e-list-template .e-list-wrapper.e-list-badge .e-badge,
    .e-listbox-container.e-list-template .e-list-wrapper.e-list-badge .e-badge {
      font-size: 12px;
      height: 1.6666em;
      line-height: 1.8666em;
      padding: 0;
      position: absolute;
      right: 1.33em;
      top: 50%;
      -webkit-transform: translateY(-50%);
              transform: translateY(-50%);
      width: 2.5em; }
    .e-listbox-wrapper.e-list-template .e-list-wrapper.e-list-badge.e-list-avatar,
    .e-listbox-container.e-list-template .e-list-wrapper.e-list-badge.e-list-avatar {
      padding-left: 4.8em;
      padding-right: 4.1333em; }
    .e-listbox-wrapper.e-list-template .e-list-wrapper.e-list-badge:not(.e-list-avatar),
    .e-listbox-container.e-list-template .e-list-wrapper.e-list-badge:not(.e-list-avatar) {
      padding-left: 1.0666em;
      padding-right: 4.1333em; }
    .e-listbox-wrapper.e-list-template .e-list-wrapper:not(.e-list-multi-line) .e-list-content,
    .e-listbox-container.e-list-template .e-list-wrapper:not(.e-list-multi-line) .e-list-content {
      display: block;
      margin: 0;
      overflow: hidden;
      padding: 0.72em 0;
      text-overflow: ellipsis;
      white-space: nowrap; }
  .e-listbox-wrapper.e-list-template .e-list-item.e-list-item:hover .e-list-item-header,
  .e-listbox-container.e-list-template .e-list-item.e-list-item:hover .e-list-item-header {
    color: rgba(0, 0, 0, 0.87); }
  .e-listbox-wrapper.e-list-template .e-list-item.e-list-item:hover .e-list-content,
  .e-listbox-container.e-list-template .e-list-item.e-list-item:hover .e-list-content {
    color: rgba(0, 0, 0, 0.87); }
  .e-listbox-wrapper.e-list-template .e-list-item.e-selected .e-list-item-header,
  .e-listbox-container.e-list-template .e-list-item.e-selected .e-list-item-header {
    color: rgba(0, 0, 0, 0.87); }
  .e-listbox-wrapper.e-list-template .e-list-item.e-selected .e-list-content,
  .e-listbox-container.e-list-template .e-list-item.e-selected .e-list-content {
    color: rgba(0, 0, 0, 0.87); }
  .e-listbox-wrapper.e-rtl.e-list-template .e-list-wrapper.e-list-avatar .e-avatar,
  .e-listbox-container.e-rtl.e-list-template .e-list-wrapper.e-list-avatar .e-avatar {
    left: inherit;
    right: 1.0667em; }
  .e-listbox-wrapper.e-rtl.e-list-template .e-list-wrapper.e-list-avatar:not(.e-list-badge),
  .e-listbox-container.e-rtl.e-list-template .e-list-wrapper.e-list-avatar:not(.e-list-badge) {
    padding-left: 1.0666em;
    padding-right: 4.8em; }
  .e-listbox-wrapper.e-rtl.e-list-template .e-list-wrapper.e-list-avatar-right:not(.e-list-badge),
  .e-listbox-container.e-rtl.e-list-template .e-list-wrapper.e-list-avatar-right:not(.e-list-badge) {
    padding-left: 4.8em;
    padding-right: 1.0666em; }
    .e-listbox-wrapper.e-rtl.e-list-template .e-list-wrapper.e-list-avatar-right:not(.e-list-badge) .e-avatar,
    .e-listbox-container.e-rtl.e-list-template .e-list-wrapper.e-list-avatar-right:not(.e-list-badge) .e-avatar {
      left: 1.0667em;
      right: inherit; }
  .e-listbox-wrapper.e-rtl.e-list-template .e-list-wrapper.e-list-badge .e-badge,
  .e-listbox-container.e-rtl.e-list-template .e-list-wrapper.e-list-badge .e-badge {
    left: 1.33em;
    right: inherit; }
  .e-listbox-wrapper.e-rtl.e-list-template .e-list-wrapper.e-list-badge.e-list-avatar,
  .e-listbox-container.e-rtl.e-list-template .e-list-wrapper.e-list-badge.e-list-avatar {
    padding-left: 4.1333em;
    padding-right: 4.8em; }
  .e-listbox-wrapper.e-rtl.e-list-template .e-list-wrapper.e-list-badge:not(.e-list-avatar),
  .e-listbox-container.e-rtl.e-list-template .e-list-wrapper.e-list-badge:not(.e-list-avatar) {
    padding-left: 4.1333em;
    padding-right: 1.0666em; }

.e-documenteditor .e-close::before {
  content: '\e825';
  font-family: 'e-icons';
  font-size: 14px; }

.e-documenteditor .e-de-op-search-icon::before {
  content: '\e275';
  font-family: 'e-icons';
  font-size: 10px; }

.e-documenteditor .e-arrow-up::before {
  content: '\e834';
  font-family: 'e-icons';
  font-size: 10px; }

.e-documenteditor .e-arrow-down::before {
  content: '\e83d';
  font-family: 'e-icons';
  font-size: 10px; }

.e-documenteditor .e-de-op-close-icon::before {
  content: '\e7fc'; }

.e-documenteditor .e-de-op-search-close-icon::before {
  content: '\e7fc';
  font-family: 'e-icons';
  font-size: 10px; }

.e-documenteditor .e-de-new-cmt::before {
  content: '\e823';
  font-family: 'e-icons'; }

.e-documenteditor .e-de-menu-icon::before {
  content: '\e984';
  font-family: 'e-icons';
  font-size: 10px; }

.e-documenteditor .e-de-save-icon::before {
  content: '\e614';
  font-family: 'e-icons'; }

.e-documenteditor .e-de-cancel-icon::before {
  content: '\eb36';
  font-family: 'e-icons'; }

.e-documenteditor .e-de-cmt-mark-icon::before {
  content: '\e817';
  font-family: 'e-icons';
  font-size: 13px; }

.e-documenteditor .e-de-cmt-post::before {
  content: '\e816';
  font-family: 'e-icons'; }

.e-documenteditor .e-de-cmt-rply-icon::before {
  content: '\e815';
  font-family: 'e-icons'; }

.e-documenteditor .e-de-cmt-cancel::before {
  content: '\e7fc';
  font-family: 'e-icons'; }

.e-documenteditor .e-de-cmt-delete::before {
  content: '\e602';
  font-family: 'e-icons'; }

.e-documenteditor .e-de-cmt-reopen::before {
  content: '\e818';
  font-family: 'e-icons'; }

.e-documenteditor .e-de-nav-up::before {
  content: '\e651';
  font-family: 'e-icons'; }

.e-documenteditor .e-de-nav-right-arrow::before {
  content: '\e913'; }

.e-documenteditor .e-de-nav-left-arrow::before {
  content: '\e904'; }

.e-de-ctn-title-print::before {
  content: '\e813';
  font-family: 'e-icons'; }

.e-de-ctn-title-download::before {
  content: '\e603';
  font-family: 'e-icons'; }

.e-de-table-properties-alignment:hover {
  border-color: #f17eb8; }

.e-de-table-properties-alignment {
  border: 1px solid transparent; }

.e-de-tablecell-alignment {
  border: 1px solid transparent; }

.e-de-tablecell-alignment:hover {
  border-color: #f17eb8; }

.e-de-table-left-alignment::before {
  content: '\e517';
  font-size: 46px; }

.e-de-table-center-alignment::before {
  content: '\e518';
  font-size: 46px; }

.e-de-table-right-alignment::before {
  content: '\e515';
  font-size: 46px; }

.e-de-tablecell-top-alignment::before {
  content: '\e527';
  font-size: 51px; }

.e-de-tablecell-center-alignment::before {
  content: '\e526';
  font-size: 51px; }

.e-de-tablecell-bottom-alignment::before {
  content: '\e525';
  font-size: 51px; }

.e-de-table-border-setting {
  border: 1px solid black;
  height: 48px;
  left: 5px;
  position: relative;
  top: 5px;
  width: 48px; }

.e-de-table-border-setting-genral {
  border: 1px solid rgba(0, 0, 0, 0.26);
  display: inline-block;
  height: 60px;
  width: 60px; }

.e-de-table-border-preview-genral {
  border: 1px solid rgba(0, 0, 0, 0.26);
  display: inline-block;
  height: 25px;
  width: 25px; }

.e-de-table-border-inside-setting:hover {
  border: 1px solid #f17eb8; }

.e-de-table-border-preview {
  height: 24px;
  width: 24px; }

.e-de-table-border-inside-preview:hover {
  border: 1px solid #f17eb8; }

.e-de-table-border-inside-setting-click {
  border: 1px solid #ff4081; }

.e-de-table-border-inside-preview-click {
  border: 1px solid #ff4081; }

.e-de-table-border-none-setting::before {
  content: '\e507';
  font-size: 46px;
  position: absolute; }

.e-de-table-border-box-setting::before {
  content: '\e509';
  font-size: 42px;
  left: 2px;
  position: absolute;
  top: 2px; }

.e-de-table-border-all-setting::before {
  content: '\e511';
  font-size: 42px;
  left: 2px;
  position: absolute;
  top: 2px; }

.e-de-table-border-custom-setting::before {
  content: '\e516';
  font-size: 42px;
  left: 2px;
  position: absolute;
  top: 2px; }

.e-de-table-border-toptop-alignment::before {
  content: '\e281';
  font-size: 16px;
  left: 4px;
  position: absolute;
  top: 4px; }

.e-de-table-border-topcenter-alignment::before {
  content: '\e276';
  font-size: 16px;
  left: 4px;
  position: absolute;
  top: 4px; }

.e-de-table-border-topbottom-alignment::before {
  content: '\e298';
  font-size: 16px;
  left: 4px;
  position: absolute;
  top: 4px; }

.e-de-table-border-diagionalup-alignment::before {
  content: '\e262';
  font-size: 16px;
  left: 4px;
  position: absolute;
  top: 4px; }

.e-de-table-border-diagionaldown-alignment::before {
  content: '\e265';
  font-size: 16px;
  left: 4px;
  position: absolute;
  top: 4px; }

.e-de-table-border-bottomleft-alignment::before {
  content: '\e291';
  font-size: 16px;
  left: 4px;
  position: absolute;
  top: 4px; }

.e-de-table-border-bottomcenter-alignment::before {
  content: '\e287';
  font-size: 16px;
  left: 4px;
  position: absolute;
  top: 4px; }

.e-de-table-border-bottomright-alignment::before {
  content: '\e288';
  font-size: 16px;
  left: 4px;
  position: absolute;
  top: 4px; }

.e-de-acceptchange::before {
  content: '\e19f';
  font-family: 'e-icons'; }

.e-de-rejectchange::before {
  content: '\e204';
  font-family: 'e-icons'; }

.e-menu-item .e-de-cmt-add::before {
  content: '\e814';
  font-family: 'e-icons'; }

.e-menu-item .e-de-cut::before {
  content: '\e279'; }

.e-menu-item .e-de-spellcheck::before {
  content: '\e689'; }

.e-menu-item .e-de-copy::before {
  content: '\e280'; }

.e-icon-btn .e-de-paste::before,
.e-menu-item .e-de-paste::before {
  content: '\e501'; }

.e-menu-item .e-de-continue-numbering::before {
  content: '\e503'; }

.e-menu-item .e-de-restart-at::before {
  content: '\e277'; }

.e-menu-item .e-de-insertlink::before {
  content: '\e290'; }

.e-menu-item .e-de-open-hyperlink::before {
  content: '\e278'; }

.e-menu-item .e-de-open-properties::before {
  content: '\e605'; }

.e-menu-item .e-de-copy-hyperlink::before {
  content: '\e295'; }

.e-menu-item .e-de-edit-hyperlink::before {
  content: '\e289'; }

.e-menu-item .e-de-remove-hyperlink::before {
  content: '\e286'; }

.e-menu-item .e-de-fonts::before {
  content: '\e273'; }

.e-menu-item .e-de-paragraph::before {
  content: '\e75e'; }

.e-menu-item .e-de-table::before {
  content: '\e294'; }

.e-menu-item .e-de-insertabove::before {
  content: '\e506'; }

.e-menu-item .e-de-insertbelow::before {
  content: '\e505'; }

.e-menu-item .e-de-insertleft::before {
  content: '\e285'; }

.e-menu-item .e-de-insertright::before {
  content: '\e284'; }

.e-menu-item .e-de-delete-table::before {
  content: '\e292'; }

.e-menu-item .e-de-deleterow::before {
  content: '\e283'; }

.e-menu-item .e-de-deletecolumn::before {
  content: '\e282'; }

.e-de-bold::before {
  content: '\e339';
  font-family: 'e-icons'; }

.e-de-italic::before {
  content: '\e35a';
  font-family: 'e-icons'; }

.e-de-underline::before {
  content: '\e343';
  font-family: 'e-icons'; }

.e-de-indent::before {
  content: '\e35d';
  font-family: 'e-icons'; }

.e-de-outdent::before {
  content: '\e33f';
  font-family: 'e-icons'; }

.e-de-align-left::before {
  content: '\e33a';
  font-family: 'e-icons'; }

.e-de-align-center::before {
  content: '\e35e';
  font-family: 'e-icons'; }

.e-de-align-right::before {
  content: '\e34d';
  font-family: 'e-icons'; }

.e-de-justify::before {
  content: '\e334';
  font-family: 'e-icons'; }

.e-de-single-spacing::before {
  content: '\e520';
  font-family: 'e-icons'; }

.e-de-double-spacing::before {
  content: '\e521';
  font-family: 'e-icons'; }

.e-de-one-point-five-spacing::before {
  content: '\e522';
  font-family: 'e-icons'; }

.e-de-before-spacing::before {
  content: '\e523';
  font-family: 'e-icons'; }

.e-de-after-spacing::before {
  content: '\e274';
  font-family: 'e-icons'; }

.e-de-icon-bullet-list-dot::before {
  content: '\e270';
  font-family: 'e-icons';
  font-size: 42px; }

.e-de-icon-bullet-list-circle::before {
  content: '\e254';
  font-family: 'e-icons';
  font-size: 42px; }

.e-de-icon-bullet-list-square::before {
  content: '\e271';
  font-family: 'e-icons';
  font-size: 42px; }

.e-de-icon-bullet-list-tick::before {
  content: '\e259';
  font-family: 'e-icons';
  font-size: 42px; }

.e-de-icon-bullet-list-flower::before {
  content: '\e267';
  font-family: 'e-icons';
  font-size: 42px; }

.e-de-icon-bullet-list-arrow::before {
  content: '\e253';
  font-family: 'e-icons';
  font-size: 42px; }

.e-de-icon-bullet-list-none::before {
  content: '\e256';
  font-family: 'e-icons';
  font-size: 42px; }

.e-de-icon-autofit::before {
  content: '\eba8';
  font-family: 'e-icons'; }

.e-de-icon-fixed-columnwidth::before {
  content: '\eba9';
  font-family: 'e-icons'; }

.e-de-icon-auto-fitwindow::before {
  content: '\ebaa';
  font-family: 'e-icons'; }

.e-item .e-de-paste-text::before {
  content: '\e685'; }

.e-item .e-de-paste-source::before {
  content: '\e686'; }

.e-item .e-de-paste-merge::before {
  content: '\e688'; }

.e-de-blink-cursor {
  border-left: 1px solid rgba(0, 0, 0, 0.87);
  pointer-events: none;
  position: absolute;
  z-index: 3; }

.e-de-cursor-animation {
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-name: FadeInFadeOut;
          animation-name: FadeInFadeOut; }

@-webkit-keyframes FadeInFadeOut {
  from {
    opacity: 1; }
  13% {
    opacity: 0; }
  50% {
    opacity: 0; }
  63% {
    opacity: 1; }
  to {
    opacity: 1; } }

@keyframes FadeInFadeOut {
  from {
    opacity: 1; }
  13% {
    opacity: 0; }
  50% {
    opacity: 0; }
  63% {
    opacity: 1; }
  to {
    opacity: 1; } }

.e-de-text-target {
  border: 0;
  height: 1px;
  opacity: 0;
  outline-style: none;
  overflow: hidden;
  pointer-events: none;
  position: absolute;
  top: -10000px;
  width: 625px; }

.e-de-txt-form .e-de-txt-field {
  display: block; }

.e-de-txt-form .e-de-num-field {
  display: none; }

.e-de-txt-form .e-de-date-field {
  display: none; }

.e-de-txt-form .e-de-ddl-field {
  display: none; }

.e-de-num-form .e-de-txt-field {
  display: none; }

.e-de-num-form .e-de-num-field {
  display: block; }

.e-de-num-form .e-de-date-field {
  display: none; }

.e-de-num-form .e-de-ddl-field {
  display: none; }

.e-de-date-form .e-de-txt-field {
  display: none; }

.e-de-date-form .e-de-num-field {
  display: none; }

.e-de-date-form .e-de-date-field {
  display: block; }

.e-de-date-form .e-de-ddl-field {
  display: none; }

.e-de-ddl-form .e-de-txt-field {
  display: none; }

.e-de-ddl-form .e-de-num-field {
  display: none; }

.e-de-ddl-form .e-de-date-field {
  display: none; }

.e-de-ddl-form .e-de-ddl-field {
  display: block; }

.e-documenteditor .e-checkbox-wrapper .e-frame {
  height: 14px;
  line-height: 6px;
  width: 14px; }

.e-documenteditor .e-checkbox-wrapper .e-label {
  font-size: 12px; }

.e-documenteditor .e-de-op-close-button {
  left: 267px;
  position: absolute;
  top: 18px; }

.e-documenteditor .e-de-op-close-button.e-de-rtl {
  left: 14px; }

.e-de-background {
  background-color: #fff; }

.e-de-ff-sub-header {
  display: block;
  font-size: 12px;
  font-weight: normal;
  margin-top: 6px; }

.e-de-check-exactnumbr-width {
  width: 75px !important; }

.e-de-ff-dlg-heading {
  display: block;
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 12px; }

.e-de-ff-dlg-heading-small {
  display: block;
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 4px; }

.e-de-ff-dlg-drpdwn-heading {
  display: block;
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 8px; }

.e-de-ff-dlg-check {
  display: block;
  font-size: 14px;
  font-weight: 400;
  margin-bottom: -2px; }

.e-de-div-seperate-dlg {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-bottom: 15.5px;
  width: 100%; }

.e-de-ff-radio-div {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-bottom: 26px;
  margin-right: 16px; }

.e-de-ff-radio-div.e-de-rtl {
  margin-left: 16px;
  margin-right: 0; }

.e-de-ff-radio-scnd-div {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-bottom: 18px;
  margin-right: 16px; }

.e-de-ff-radio-scnd-div.e-de-rtl {
  margin-left: 16px;
  margin-right: 0; }

.e-de-ff-dlg-lft-hlf {
  margin-right: 5%;
  width: 47.5%; }

.e-de-ff-dlg-lft-hlf.e-de-rtl {
  margin-left: 5%;
  margin-right: 0; }

.e-de-ff-chck-exact {
  margin-left: 15px;
  margin-top: -6px; }

.e-de-ff-chck-exact.e-de-rtl {
  margin-left: 0;
  margin-right: 15px; }

.e-de-ff-dlg-rght-hlf {
  width: 47.5%; }

.e-de-ff-drpdwn-dlg-scndiv {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  height: 168px;
  margin-bottom: 16px;
  width: 100%; }

.e-de-cmt-avatar {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 90%; }

.e-de-ff-cmt-avatar {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 50%;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 12px;
  height: 24px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  letter-spacing: 0;
  line-height: 12px;
  opacity: 100%;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  width: 24px;
  z-index: 1; }

.e-de-ff-drpdwn-listview {
  margin-right: 12px;
  width: 100%; }

.e-de-ff-drpdwn-listview.e-de-rtl {
  margin-left: 12px;
  margin-right: 0; }

.e-de-ff-drpdwn-mvup {
  margin-right: 8px; }

.e-de-ff-drpdwn-mvup.e-de-rtl {
  margin-left: 8px;
  margin-right: 0; }

.e-de-drp-dwn-frst-div {
  margin-bottom: 23.5px;
  width: 47.5%; }

.e-de-result-list-block .e-de-search-result-hglt {
  background: transparent;
  border-bottom: 2px solid #bdbdbd;
  cursor: default;
  padding: 20px 1px 20px 5px; }

.e-de-result-list-block .e-de-op-search-txt .e-de-op-search-word-text {
  color: #3f51b5; }

.e-de-search-result-item {
  cursor: default;
  padding: 20px 1px 20px 5px;
  word-break: break-word; }

.e-de-search-result-item:hover {
  border-bottom: 1px solid #bdbdbd;
  cursor: default; }

.e-de-search-result-item:focus {
  border-bottom: 2px solid #bdbdbd;
  cursor: default;
  padding: 20px 1px 20px 5px; }

.e-de-search-tab-content .e-input-group .e-de-op-search-icon:focus {
  border: 1px solid #ddd; }

.e-de-op-search-icon:hover {
  background: #ddd; }

.e-de-search-tab-content .e-input-group .e-de-op-search-close-icon:focus {
  border: 1px solid #ddd;
  border-right-width: 0; }

.e-de-op-search-close-icon:hover {
  background: #ddd; }

.e-spin-down:focus {
  border: 1px solid #ddd;
  border-right-width: 0; }

.e-spin-down:hover {
  background: #ddd; }

.e-spin-up:focus {
  border: 1px solid #ddd;
  border-right-width: 0; }

.e-spin-up:hover {
  background: #ddd; }

.e-de-para-dlg-heading {
  color: rgba(0, 0, 0, 0.87);
  display: block;
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 5px; }

.e-de-para-dlg-container {
  height: auto;
  width: 400px; }

.e-de-para-dlg-cs-check-box {
  margin-bottom: 8px;
  margin-top: 8px; }

.e-de-para-dlg-spacing-div {
  margin-left: 40px; }

.e-de-para-dlg-spacing-div.e-de-rtl {
  margin-left: 0;
  margin-right: 40px; }

.e-de-toc-dlg-heading {
  color: rgba(0, 0, 0, 0.87);
  display: block;
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 5px; }

.e-de-toc-dlg-main-heading {
  color: rgba(0, 0, 0, 0.87);
  display: block;
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 5px; }

.e-content-placeholder.e-documenteditor.e-placeholder-documenteditor {
  background-size: 100%; }

.e-de-toc-reset-button {
  margin-top: 10px; }

.e-de-toc-reset-button.e-de-rtl {
  margin-right: 0; }

.e-de-toc-modify-button {
  margin-left: 156px;
  margin-top: 10px; }

.e-de-toc-modify-button.e-de-rtl {
  margin-left: 0;
  margin-right: 174px; }

.e-de-toc-dlg-container {
  height: 471px;
  width: 469px; }

.e-de-toc-dlg-sub-container {
  margin-bottom: 20px; }

.e-de-toc-list-view {
  border: 1px solid #808080;
  border-radius: 4px;
  font-size: 12px;
  height: 194px;
  margin-left: 36px;
  overflow-y: scroll;
  width: 211px; }

.e-de-toc-list-view.e-de-rtl {
  margin-left: 0;
  margin-right: 36px; }

.e-de-toc-dlg-sub-heading {
  color: rgba(0, 0, 0, 0.87);
  display: block;
  font-size: 14px;
  font-weight: 400;
  margin: 10px 15px 5px 15px; }

.e-de-toc-dlg-style-label {
  margin-left: 45px;
  margin-top: 58px; }

.e-de-toc-dlg-style-label .e-de-rtl {
  margin-left: 0;
  margin-right: 45px; }

.e-de-pagesetup-dlg-container {
  height: 246px;
  width: 356px; }

.e-de-page-setup-ppty-tab {
  border: 0; }

.e-de-page-setup-dlg-sub-container {
  margin-bottom: 25px; }

.e-de-page-setup-dlg-left-sub-container {
  float: left;
  position: relative;
  top: 17px; }

.e-de-page-setup-dlg-left-sub-container.e-de-rtl {
  float: right; }

.e-de-page-setup-dlg-right-sub-container {
  float: right;
  position: relative;
  top: 17px; }

.e-de-page-setup-dlg-right-sub-container.e-de-rtl {
  float: left; }

.e-de-page-setup-dlg-sub-header {
  display: block;
  font-size: 12px;
  font-weight: normal;
  margin-bottom: 3px;
  margin-top: 8px; }

.e-de-page-setup-dlg-sub-title-header {
  display: block;
  font-size: 12px;
  font-weight: normal;
  margin-bottom: 3px;
  margin-top: 12px; }

.e-de-page-setup-dlg-sub-container-port {
  height: 40px;
  margin-bottom: 25px; }

.e-de-page-setup-dlg-sub-label {
  font-size: 13px;
  font-weight: 500; }

.e-de-page-setup-dlg-orientation-prop {
  margin-top: 13px; }

.e-de-page-setup-dlg-sub-size-container {
  height: 65px;
  margin-bottom: 20px; }

.e-de-page-setup-dlg-layout-sub-container {
  height: 60px;
  margin-bottom: 20px;
  position: relative;
  top: 17px; }

.e-de-page-setup-dlg-first-page-prop .e-label,
.e-de-page-setup-dlg-odd-or-even-prop .e-label {
  font-size: 12px; }

.e-de-page-setup-dlg-first-page-prop .e-frame,
.e-de-page-setup-dlg-odd-or-even-prop .e-frame {
  height: 18px;
  line-height: 10px;
  width: 18px; }

.e-de-page-setup-dlg-left-layout-container {
  float: left;
  position: relative;
  top: 10px; }

.e-de-page-setup-dlg-left-layout-container.e-de-rtl {
  float: right; }

.e-de-page-setup-dlg-right-layout-container {
  float: right;
  position: relative;
  top: 10px; }

.e-de-page-setup-dlg-right-layout-container.e-de-rtl {
  float: left; }

.e-de-dlg-sub-header {
  display: block;
  font-size: 12px;
  font-weight: normal;
  margin-bottom: 15px;
  margin-top: 8px; }

.e-de-para-dlg-sub-container .e-input-group {
  margin-bottom: 15px; }

.e-de-para-dlg-sub-container {
  margin-bottom: 14px; }

.e-de-para-dlg-right-sub-container {
  top: 17px; }

.e-de-dlg-footer .e-btn {
  margin-left: 10px; }

.e-de-hyperlink-dlg-title {
  font-size: 12px;
  font-weight: 400;
  margin-bottom: 8px;
  margin-top: 8px; }

.e-de-hyperlink .e-de-hyperlink-dlg-input {
  height: 16px;
  margin-bottom: 20px;
  width: 230px; }

.e-de-font-dlg-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 12px;
  font-weight: normal;
  margin-bottom: 8px; }

.e-de-font-dlg-header-effects,
.e-de-font-dlg-header-font-color {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 14px;
  font-weight: normal;
  margin-bottom: 8px; }

.e-de-font-dlg-main-header {
  color: rgba(0, 0, 0, 0.87);
  font-size: 14px;
  font-weight: normal;
  margin-right: 15px; }

.e-de-font-dlg-cb-right {
  margin-left: 40px; }

.e-de-font-dlg-cb-right.e-de-rtl {
  margin-left: 0;
  margin-right: 40px; }

.e-de-font-dlg-cb-right-div {
  margin-left: 20px; }

.e-de-dropdown {
  margin-right: 40px; }

.e-de-restrict-pane,
.e-de-op {
  border-right: 1px solid #e0e0e0;
  padding-left: 16px;
  padding-top: 24px;
  position: relative;
  width: 300px; }

.e-de-op.e-de-rtl {
  padding-left: 0;
  padding-right: 16px; }

.e-de-op-header {
  color: rgba(0, 0, 0, 0.87);
  font-family: "Roboto";
  font-size: 15px;
  font-weight: 500;
  margin-bottom: 20px; }

.e-de-op-header.e-de-rtl {
  direction: rtl; }

.e-de-op-tab {
  border: 0;
  height: 36px; }

.e-de-op-icon {
  color: rgba(0, 0, 0, 0.54);
  height: 20px;
  width: 20px; }

.e-de-op-close-icon {
  color: rgba(0, 0, 0, 0.87); }

.e-de-op-nav-btn {
  height: 20px;
  width: 20px; }

.e-de-op-search-txt {
  border-bottom: 1px solid #ddd;
  color: rgba(0, 0, 0, 0.87);
  font-size: 14px; }

.e-de-op-search-txt .e-de-op-search-word {
  color: #3f51b5; }

.e-de-op-more-less {
  display: block;
  margin-top: 14px; }

.e-de-op-replacetabcontentdiv {
  height: 82px;
  margin-top: 14px; }

label[for*='_wholeWord_e-de-ltr'] {
  left: 35px; }

label[for*='_wholeWord_e-de-rtl'] {
  right: 35px; }

.e-de-cell-dia-label-common {
  display: inline-block;
  font-size: 12px;
  font-weight: 400;
  margin-bottom: 8px;
  margin-top: 8px;
  width: 150px; }

.e-de-cell-dia-options-label {
  font-size: 14px;
  font-weight: 400; }

.e-de-table-border-heading {
  font-size: 14px;
  font-weight: 400;
  padding-bottom: 20px; }

.e-de-table-setting-heading {
  font-size: 14px;
  font-weight: normal;
  padding-bottom: 20px; }

.e-de-layout-setting-heading {
  font-size: 14px;
  font-weight: normal;
  padding-bottom: 20px; }

.e-de-table-setting-labels-heading {
  font-size: 12px;
  font-weight: normal; }

.e-de-table-element-subheading {
  font-size: 12px;
  font-weight: normal; }

.e-de-border-dlg-preview-div {
  border: 1px solid rgba(0, 0, 0, 0.54); }

.e-de-border-dlg-preview-inside-divs {
  opacity: 0.54; }

.e-de-table-dia-align-div {
  border: 1px solid #ddd;
  display: inline-block;
  height: 60px;
  margin-right: 10px;
  width: 60px; }

.e-de-table-dia-align-div.e-de-rtl {
  margin-left: 10px;
  margin-right: 0; }

.e-de-table-dia-align-label {
  display: inline-block;
  font-size: 12px;
  font-weight: normal;
  margin-left: 10px;
  margin-top: 8px; }

.e-de-table-dialog-separator-line {
  background-color: #e0e0e0;
  bottom: 50px;
  display: none;
  height: 1px;
  left: 1px;
  margin-top: 0;
  position: absolute;
  width: 100%; }

.e-de-table-alignment-active {
  border: 1px solid #ff4081; }

.e-de-table-dialog-options-label {
  font-size: 14px;
  font-weight: 400;
  padding-bottom: 15px;
  padding-top: 20px; }

.e-de-list-ddl-header {
  font-size: 14px;
  font-weight: normal;
  margin-bottom: 20px;
  margin-top: 20px; }

.e-de-list-ddl-header-list-level {
  font-size: 14px;
  font-weight: normal;
  margin-bottom: 20px; }

.e-de-tbl-dlg-footer {
  padding-top: 27px; }

.e-de-row-ht-top {
  padding: 0 20px; }

.e-de-ht-wdth-type {
  margin-top: -22px; }

.e-de-row-ht-top.e-de-rtl {
  margin-left: 0;
  margin-right: 20px; }

.e-de-cell-width-top {
  margin-left: 20px;
  margin-top: -23px; }

.e-de-cell-width-top.e-de-rtl {
  margin-left: 0;
  margin-right: 20px; }

.e-de-tbl-dlg-border-btn {
  float: right;
  margin-top: 12px; }

.e-de-tbl-dlg-border-btn.e-de-rtl {
  margin-right: 0; }

.e-de-table-border-setting.e-de-rtl {
  right: 5px; }

.e-de-tbl-dlg-op-btn {
  left: 425px;
  position: absolute;
  top: 300px; }

.e-de-insert-table-dlg-sub-header {
  display: block;
  font-size: 12px;
  font-weight: normal;
  margin-bottom: 8px;
  margin-top: 8px; }

.e-de-insert-footnote-dlg-sub-header {
  display: block;
  font-size: 12px;
  font-weight: normal;
  margin-bottom: 8px;
  margin-top: 8px; }

.e-de-insert-table-dlg-input {
  margin-bottom: 15px; }

.e-de-list-ddl-subheader,
.e-de-list-ddl-subheaderbottom {
  font-size: 12px;
  font-weight: normal;
  margin-bottom: 10px;
  margin-top: 10px; }

.e-de-list-dlg-subdiv {
  float: right;
  margin-top: 51px;
  position: relative; }

.e-de-list-dlg-subdiv.e-de-rtl {
  float: left;
  margin-top: -138px; }

.e-de-list-dlg-div {
  float: right;
  margin-top: 46px;
  position: relative; }

.e-de-list-dlg-div.e-de-rtl {
  float: left;
  margin-top: -139px; }

.e-de-ok-button {
  margin-right: 10px; }

.e-de-ok-button.e-de-rtl {
  margin-left: 10px; }

.e-de-options-setter {
  left: 415px; }

.e-de-op-close-icon:hover {
  color: rgba(0, 0, 0, 0.54); }

.e-de-tooltip {
  background-color: #fff;
  -webkit-box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.26);
          box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.26);
  color: rgba(0, 0, 0, 0.87);
  cursor: text;
  display: table;
  max-width: 200px;
  padding: 5px;
  word-wrap: break-word; }

.e-de-form-popup {
  background-color: #fff;
  -webkit-box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.26);
          box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.26);
  color: rgba(0, 0, 0, 0.87);
  cursor: text;
  max-width: 350px;
  min-width: 300px;
  padding: 16px;
  position: absolute;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  word-wrap: break-word; }

.e-de-save,
.e-de-cancel {
  margin-left: 8px; }

.e-btn.e-de-op-icon-btn {
  background-color: transparent;
  border-color: transparent; }

.e-documenteditor .e-de-op-close-button {
  left: 260px;
  position: absolute;
  top: 18px; }

.e-documenteditor .e-de-op-close-button.e-de-rtl {
  right: 267px; }

.e-btn.e-de-op-close-button:hover {
  background-color: transparent;
  border-color: transparent;
  color: rgba(0, 0, 0, 0.54); }

.e-btn.e-de-op-close-button:focus {
  background-color: transparent;
  border-color: transparent;
  color: rgba(0, 0, 0, 0.54); }

.e-btn.e-de-op-close-button:active {
  background-color: transparent;
  border-color: transparent;
  color: rgba(0, 0, 0, 0.54); }

.e-documenteditor .e-input {
  color: #000;
  font-size: 14px; }

.e-de-dlg-target .e-footer-content .e-control.e-btn.e-flat:not(.e-icon-btn) {
  height: 36px; }

.e-de-tbl-dlg-border-btn .e-control.e-btn.e-flat:not(.e-icon-btn) {
  height: auto; }

.e-de-op-result-container {
  margin-top: 12px; }

.e-de-restrict-pane,
.e-de-op {
  background-color: #fff; }

.e-de-restrict-pane .e-tab-header .e-toolbar-items,
.e-de-op .e-tab-header .e-toolbar-items {
  margin-bottom: 20px;
  margin-top: 1px; }

.e-de-font-dlg-color {
  border: 1px #ddd;
  border-radius: 4px;
  font-size: 12px;
  height: 16px;
  margin-left: 15px;
  width: 25px; }

.e-de-icon-table-row-above {
  top: 7px; }

.e-de-icon-table-row-below {
  top: 41px; }

.e-de-icon-table-column-left {
  top: 75px; }

.e-de-icon-table-column-right {
  top: 109px; }

.e-de-icon-table-delete {
  top: 7px; }

.e-de-icon-table-row-delete {
  top: 41px; }

.e-de-icon-table-column-delete {
  top: 75px; }

.e-de-list-bullet-none {
  height: 40px;
  width: 40px; }

.e-de-list-bullet-dot {
  height: 40px;
  width: 40px; }

.e-de-list-bullet-circle {
  height: 40px;
  width: 40px; }

.e-de-list-bullet-square {
  height: 40px;
  width: 40px; }

.e-de-list-bullet-flower {
  height: 40px;
  width: 40px; }

.e-de-list-bullet-arrow {
  height: 40px;
  width: 40px; }

.e-de-list-bullet-tick {
  height: 40px;
  width: 40px; }

.e-de-bullet:hover {
  background: #ddd; }

.e-de-list-numbered-none {
  height: 80px;
  width: 80px; }

.e-de-list-numbered-number-dot {
  height: 80px;
  width: 80px; }

.e-de-list-numbered-number-brace {
  height: 80px;
  width: 80px; }

.e-de-list-numbered-up-roman {
  height: 80px;
  width: 80px; }

.e-de-list-numbered-up-letter {
  height: 80px;
  width: 80px; }

.e-de-list-numbered-low-letter-brace {
  height: 80px;
  width: 80px; }

.e-de-numbered-low-letter-dot {
  height: 80px;
  width: 80px; }

.e-de-list-numbered-low-roman {
  height: 80px;
  width: 80px; }

.e-de-numbered:hover {
  background: #ddd; }

.e-de-list-multilevel-none {
  height: 80px;
  width: 80px; }

.e-de-list-multilevel-list-normal {
  height: 80px;
  width: 80px; }

.e-de-list-multilevel-list-multilevel {
  height: 80px;
  width: 80px; }

.e-de-list-multilevel-list-bullets {
  height: 80px;
  width: 80px; }

.e-de-multilevel-list:hover {
  background: #ddd; }

.e-de-list-dialog-open:hover {
  background: #ddd; }

.e-de-cell-options {
  left: 339px;
  top: 290px; }

.e-de-cell-options.e-de-rtl {
  left: 105px; }

.e-de-font-color-label {
  margin-bottom: 7px;
  margin-top: 18px; }

.e-de-font-content-label {
  width: 115px; }

.e-de-font-color-margin {
  margin-right: 10px;
  margin-top: 6px; }

.e-de-font-color-margin.e-de-rtl {
  margin-left: 10px;
  margin-right: 0; }

.e-de-font-content-checkbox-label {
  margin-left: 38px; }

.e-de-font-content-checkbox-label-rtl {
  margin-right: 47px; }

.e-bigger .e-de-font-content-checkbox-label {
  margin-left: 60px; }

.e-bigger .e-de-font-content-checkbox-label-rtl {
  margin-right: 60px; }

.e-bigger .e-de-font-content-label {
  width: 132px; }

.e-de-font-checkbox {
  margin-left: 58px; }

.e-de-font-checkbox-transform {
  margin-left: 58px; }

.e-de-font-checkbox-transform-label {
  margin-bottom: 10px;
  margin-top: 10px; }

.e-de-font-checkbox.e-de-rtl {
  margin-left: 0;
  margin-right: 58px; }

.e-de-font-checkbox.e-de-rtl {
  margin-left: 0;
  margin-right: 58px; }

.e-de-font-dlg-padding {
  margin-top: 15px; }

.e-de-table-container-div {
  margin-top: 20px; }

.e-de-table-header-div {
  padding-top: 6px; }

.e-de-table-subheader-div {
  float: right;
  margin-right: 115px;
  margin-top: -40px; }

.e-de-table-subheader-div.e-de-rtl {
  float: left;
  margin-left: 115px;
  margin-right: 0; }

.e-de-table-cell-header-div {
  padding-top: 6px; }

.e-de-table-cell-subheader-div {
  top: 57px; }

.e-de-cell-margin-header {
  left: -7px;
  top: 310px; }

.e-de-font-dlg-display {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex; }

.e-de-tbl-margin-sub-header {
  margin-top: 20px; }

.e-de-tbl-btn-separator {
  width: 57%; }

.e-de-op-msg {
  color: #000;
  top: 79px; }

.e-de-save-dlg-file-name {
  height: 25px;
  margin-bottom: 8px; }

.e-de-save-dlg-format-type {
  height: 25px;
  margin-bottom: 8px;
  padding-top: 10px; }

.e-de-search-tab-content {
  margin-right: 1px;
  margin-top: 1px;
  width: 267px; }

.e-de-font-dlg {
  width: 380px; }

.e-de-hyperlink {
  height: 175px;
  width: 230px; }

.e-de-insert-table {
  height: 131px;
  width: 230px; }

.e-de-insert-footnote {
  height: 139px;
  width: 247px; }

.e-de-insert-spellchecker {
  height: 350px;
  width: 513px; }

.e-de-dlg-spellcheck-listview {
  border: 1px solid #e4e4e4;
  border-radius: 2px !important;
  height: 132px !important;
  margin-top: 8px;
  position: relative;
  float: left;
  width: 343px; }

.e-de-spellcheck-error-container {
  height: 140px;
  margin-bottom: 25px; }

.e-de-spellcheck-suggestion-container {
  height: 140px; }

.e-dlg-spellcheck-listitem {
  font-size: 15px !important; }

.e-de-spellcheck-btncontainer {
  margin-top: 8px;
  position: relative;
  width: 154px;
  float: right; }

.e-de-spellcheck-btn {
  height: 36px;
  margin-bottom: 8px;
  width: 154px; }

.e-de-dlg-spellchecker-subheader {
  font-size: 15px;
  margin-top: 8px; }

.e-de-dlg-spellchecker-subheaderbtm {
  font-size: 15px; }

.e-de-list-dlg {
  height: 400px;
  width: 420px; }

.e-de-save-dlg {
  height: 135px;
  width: 230px; }

.e-de-table-properties-dlg {
  width: 426px; }

.e-de-table-border-shading-dlg {
  height: 415px;
  width: 450px; }

.e-de-table-cell-margin-dlg {
  height: 222px;
  width: 382px; }

.e-de-table-options-dlg {
  height: 242px;
  width: 382px; }

.e-de-table-border-none {
  position: absolute;
  top: 25px; }

.e-de-table-border-box {
  position: absolute;
  top: 95px; }

.e-de-table-border-all {
  position: absolute;
  top: 165px; }

.e-de-table-border-custom {
  position: absolute;
  top: 235px; }

.e-de-table-shading-preview {
  top: 385px; }

.e-de-font-content-label span.e-label {
  color: rgba(0, 0, 0, 0.87); }

.e-de-font-label span.e-label {
  color: rgba(0, 0, 0, 0.87); }

.e-de-font-content-label:hover .e-label,
.e-css.e-de-font-content-label:hover .e-label {
  color: rgba(0, 0, 0, 0.87); }

.e-de-font-label:hover .e-label,
.e-css.e-de-font-label:hover .e-label {
  color: rgba(0, 0, 0, 0.87); }

.e-documenteditor .e-checkbox-wrapper .e-label {
  color: rgba(0, 0, 0, 0.87);
  font-size: 14px; }

.e-documenteditor .e-checkbox-wrapper .e-frame {
  height: 18px;
  line-height: 10px;
  width: 18px; }

.e-de-op-dlg-footer {
  margin-top: 15px; }

.e-de-op-dlg-footer .e-btn {
  padding-left: 6px;
  padding-right: 6px; }

.e-de-search-tab-content .e-input-group .e-de-search-input {
  width: 185px; }

.e-de-op-replacewith {
  width: 95%; }

.e-de-table-ppty-tab {
  border: 0; }

.e-de-table-container-div .e-checkbox-wrapper .e-label {
  color: rgba(0, 0, 0, 0.87); }

.e-de-table-header-div .e-checkbox-wrapper .e-label {
  color: rgba(0, 0, 0, 0.87); }

.e-de-table-ppty-options-break .e-checkbox-wrapper .e-label {
  color: rgba(0, 0, 0, 0.87); }

.e-de-table-ppty-options-header-row .e-checkbox-wrapper .e-label {
  color: rgba(0, 0, 0, 0.87); }

.e-de-table-cell-header-div .e-checkbox-wrapper .e-label {
  color: rgba(0, 0, 0, 0.87); }

.e-de-tbl-margin-sub-header .e-label {
  color: rgba(0, 0, 0, 0.87); }

.e-de-tbl-btn-separator .e-checkbox-wrapper .e-label {
  color: rgba(0, 0, 0, 0.87); }

.e-de-list-format-info {
  border-radius: 50%;
  cursor: default;
  font-size: 12px;
  height: 15px;
  line-height: 1px;
  padding: 3px 0 0 0;
  text-transform: lowercase;
  width: 16px; }

.e-button-custom {
  height: 34px;
  padding: 0;
  width: 80px; }

.e-bigger .e-button-custom {
  height: 37px;
  width: 86px; }

.e-styles-listview,
.e-bookmark-listview {
  border: 1px solid #c8c8c8;
  border-radius: 5px;
  height: 150px;
  overflow-y: scroll; }

.e-bookmark-gotobutton,
.e-bookmark-addbutton,
.e-styles-addbutton,
.e-bookmark-deletebutton {
  margin-bottom: 8px; }

.e-bookmark-list {
  float: left;
  margin-right: 20px;
  width: 250px; }

.e-bookmark-list.e-de-rtl {
  margin-left: 20px;
  margin-right: 0; }

.e-bookmark-textboxdiv {
  margin-bottom: 10px; }

.e-bookmark-listview .e-list-item {
  font-size: 13px;
  height: 30px;
  line-height: 27px; }

.e-bookmark-common {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.e-bookmark-button {
  position: relative;
  top: 15px; }

.e-font {
  float: left; }

.e-font-rtl {
  float: right; }

.e-de-table-border-toptop-alignment,
.e-de-table-border-topcenter-alignment,
.e-de-table-border-topbottom-alignment,
.e-de-table-border-diagionalup-alignment,
.e-de-table-border-diagionaldown-alignment,
.e-de-table-border-bottomleft-alignment,
.e-de-table-border-bottomcenter-alignment,
.e-de-table-border-bottomright-alignment {
  left: 48%;
  position: absolute;
  top: 48%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%); }

.e-de-style-properties,
.e-de-style-formatting {
  font-size: 14px;
  font-weight: 400; }

.e-de-style-formatting {
  margin-bottom: 20px; }

.e-de-style-paragraph-indent-group-button .e-btn,
.e-de-style-paragraph-group-button .e-btn,
.e-de-style-font-group-button .e-btn {
  -webkit-box-shadow: none;
          box-shadow: none; }

.e-de-table-options-dlg-div {
  height: auto;
  position: relative;
  margin-bottom: 14px;
  width: 504px; }

.e-de-style-paragraph-indent-group-button .e-btn.e-active,
.e-de-style-paragraph-group-button .e-btn.e-active,
.e-de-style-font-group-button .e-btn.e-active {
  background-color: #c8c8c8;
  border-color: #c8c8c8;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #000; }

.e-de-style-properties {
  margin-bottom: 15px; }

.e-de-style-nametype-div {
  margin-bottom: 20px; }

.e-de-style-based-para-div {
  margin-bottom: 30px; }

.e-de-style-name,
.e-de-style-styletype,
.e-de-style-style-based-on,
.e-de-style-style-paragraph {
  font-size: 13px;
  font-weight: 400;
  margin-bottom: 8px;
  width: 180px; }

.e-de-style-left-div {
  margin-right: 24px; }

.e-de-style-left-div.e-de-rtl {
  margin-left: 24px;
  margin-right: 0; }

.e-de-style-font-color-picker,
.e-de-style-icon-button-size,
.e-de-style-icon-button-first-size,
.e-de-style-icon-button-last-size {
  height: 31px; }

.e-bigger .e-de-style-font-color-picker,
.e-bigger .e-de-style-icon-button-size,
.e-bigger .e-de-style-icon-button-first-size,
.e-bigger .e-de-style-icon-button-last-size {
  height: 35px; }

.e-bigger .e-de-style-bold-button-size {
  height: 35px;
  margin-left: 6px;
  margin-right: 8px; }

.e-de-style-bold-button-size {
  height: 31px;
  margin-left: 6px;
  margin-right: 8px; }

.e-de-style-format-dropdwn .e-btn-icon {
  margin-left: 8px; }

.e-de-style-font-color-picker,
.e-de-style-icon-button-size {
  margin-right: 8px; }

.e-de-style-icon-button-first-size {
  margin-left: 6px;
  margin-right: 3px; }

.e-de-style-icon-button-last-size {
  margin-right: 6px; }

.e-de-style-font-color-picker {
  margin-left: 8px; }

.e-style-font-fmaily-right {
  margin-right: 8px; }

.e-style-font {
  margin-left: 5px;
  margin-right: 15px; }

.e-de-style-left-div .e-de-style-dlg-name-input {
  height: 18px; }

.e-style-list {
  margin-left: 10px; }

.e-de-style-dialog .e-de-style-only-this-document {
  margin-top: 25px; }

.e-de-style-format-dropdwn {
  width: 135px; }

.e-de-style-options-div {
  margin-bottom: 20px; }

.e-de-style-paragraph-group-button {
  border-right: 2px solid #e0e0e0; }

.e-de-style-font-group-button {
  border-left: 2px solid #e0e0e0;
  border-right: 2px solid #e0e0e0; }

.e-de-op-replace-messagediv {
  color: #000;
  position: absolute;
  top: 144px; }

.e-de-font-content-label .e-label,
.e-de-font-dlg-cb-right .e-label,
.e-de-font-checkbox .e-label {
  font-size: 12px; }

.e-de-font-content-label .e-frame,
.e-de-font-dlg-cb-right .e-frame,
.e-de-font-checkbox .e-frame {
  height: 18px;
  line-height: 10px;
  width: 18px; }

.e-de-op-input-group,
.e-de-op-replacewith {
  height: 32px; }

.e-bigger .e-de-op-input-group,
.e-bigger .e-de-op-replacewith {
  height: 40px; }

.e-de-hyperlink-bookmark-check {
  margin-top: 20px; }

.e-de-table-container-div .e-checkbox-wrapper .e-frame,
.e-de-table-header-div .e-checkbox-wrapper .e-frame,
.e-de-table-ppty-options-break .e-checkbox-wrapper .e-frame,
.e-de-table-ppty-options-header-row .e-checkbox-wrapper .e-frame,
.e-de-table-cell-header-div .e-checkbox-wrapper .e-frame,
.e-de-tbl-btn-separator .e-checkbox-wrapper .e-frame,
.e-de-hyperlink-bookmark-check .e-checkbox-wrapper .e-frame,
.e-de-tbl-margin-sub-header .e-frame {
  height: 18px;
  line-height: 10px;
  width: 18px; }

.e-de-table-container-div .e-checkbox-wrapper .e-label,
.e-de-table-header-div .e-checkbox-wrapper .e-label,
.e-de-table-ppty-options-break .e-checkbox-wrapper .e-label,
.e-de-table-ppty-options-header-row .e-checkbox-wrapper .e-label,
.e-de-table-cell-header-div .e-checkbox-wrapper .e-label,
.e-de-tbl-btn-separator .e-checkbox-wrapper .e-label,
.e-de-hyperlink-bookmark-check .e-checkbox-wrapper .e-label,
.e-de-tbl-margin-sub-header .e-label {
  font-size: 14px; }

.e-de-table-ppty-dlg-measure-div {
  float: right;
  margin-left: 40px;
  margin-top: -18px; }

.e-de-table-ppty-dlg-measure-div.e-de-rtl {
  float: left;
  margin-left: 0;
  margin-right: 40px; }

.e-de-table-ppty-dlg-measure-drop-down-div {
  float: right;
  margin-left: 40px;
  margin-top: 6px; }

.e-de-table-ppty-dlg-measure-drop-down-div.e-de-rtl {
  margin-left: 0;
  margin-right: 40px; }

.e-de-table-ppty-dlg-left-indent-container {
  bottom: 0;
  left: 69px;
  position: relative; }

.e-de-table-ppty-dlg-left-indent-container.e-de-rtl {
  right: 69px; }

.e-de-table-ppty-dlg-row-height-label {
  float: right;
  margin-right: 161px;
  margin-top: -62px; }

.e-de-table-ppty-dlg-row-height-label.e-de-rtl {
  float: left;
  margin-left: 161px;
  margin-right: 0; }

.e-de-table-ppty-dlg-preferred-width-div {
  float: right;
  margin-left: 20px;
  margin-top: 6px; }

.e-de-table-ppty-dlg-preferred-width-div.e-de-rtl {
  margin-left: 0;
  margin-right: 20px; }

.e-de-table-ppty-options-break {
  margin-bottom: 15px; }

.e-de-table-cell-subheader-div {
  margin-right: 105px;
  margin-top: -40px; }

.e-de-table-cell-subheader-div.e-de-rtl {
  margin-left: 105px;
  margin-right: 0; }

.e-de-table-ppty-dlg-cell-tab-measure-label {
  float: right;
  margin-right: 172px;
  margin-top: -64px; }

.e-tab .e-tab-header .e-toolbar-item .e-de-table-ppty-dlg-row-header {
  padding-left: 24px;
  padding-right: 24px; }

.e-tab .e-tab-header .e-toolbar-item .e-de-table-ppty-dlg-cell-header {
  padding-left: 24px;
  padding-right: 24px; }

.e-tab .e-tab-header .e-toolbar-item .e-de-page-setup-dlg-margin-tab-header {
  padding-left: 1px;
  padding-right: 24px; }

.e-styles-list {
  float: left;
  margin-right: 20px;
  width: 250px; }

.e-styles-textboxdiv {
  padding-bottom: 15px; }

.e-styles-listview .e-list-item {
  font-size: 13px;
  height: 30px;
  line-height: 27px; }

.e-styles-common {
  padding-top: 5px; }

.e-styles-button {
  float: right; }

.e-de-toc-dlg-right-sub-container.e-de-rtl {
  margin-left: 2px;
  margin-right: 2px; }

.e-de-toc-dlg-styles {
  margin-bottom: 11px;
  margin-left: 38px;
  margin-top: 30px; }

.e-de-toc-dlg-styles.e-de-rtl {
  margin-left: 0;
  margin-right: 38px; }

.e-de-toc-dlg-style-input.e-de-rtl {
  margin-left: 0;
  margin-right: 36px; }

.e-de-toc-dlg-build-table {
  margin-top: 30px; }

.e-de-toc-table-div .e-de-toc-dlg-toc-level {
  height: 24px;
  margin-left: 36px;
  width: 44px; }

.e-de-toc-styles-table-div {
  border: 1px solid #808080;
  border-radius: 4px;
  margin-top: 15px;
  width: 213px; }

.e-de-toc-dlg-sub-level-heading {
  font-size: 12px; }

.e-de-toc-table-div {
  height: 163px;
  overflow-y: scroll;
  width: 211px; }

.e-de-toc-dlg-style-input {
  margin-bottom: 3px;
  margin-left: 36px;
  width: 210px; }

.e-de-toc-dlg-outline-levels {
  margin-top: 15px;
  width: 150px; }

.e-bookmark-textboxdiv .e-bookmark-textbox-input {
  height: 34px; }

.e-styles-dlgfields {
  font-weight: 400;
  margin-bottom: 6px; }

.e-tab .e-tab-header .e-toolbar-item .e-de-op-find-tab-header {
  padding-left: 1px;
  padding-right: 24px; }

.e-tab .e-tab-header .e-toolbar-item .e-de-op-replace-tab-header {
  padding-left: 1px;
  padding-right: 24px; }

.e-de-dlg-target .e-footer-content .e-list-dlg-font {
  margin-left: 16px; }

.e-bookmark-dlgfields {
  font-weight: 400;
  margin-bottom: 0; }

.e-de-ui-wfloating-menu.e-de-ui-bullets-menu .e-de-ui-wfloating-menuitem-md {
  height: 65px;
  padding: 10px;
  width: 70px; }

.e-de-ui-wfloating-menu.e-de-ui-bullets-menu .e-de-ui-wfloating-bullet-menuitem-md {
  height: 45px;
  width: 45px; }

.e-de-bullet-icon-size {
  height: 45px;
  width: 45px; }

.e-de-ui-list-header-presetmenu {
  cursor: pointer;
  font-size: 11px;
  line-height: 14px;
  min-width: 50px;
  overflow: hidden;
  text-align: left;
  white-space: nowrap;
  width: 100%; }

.e-de-ui-bullet {
  font-size: 42px; }

.e-de-ui-list-header-presetmenu .e-de-ui-list-line {
  border-bottom: 1px solid #ccc;
  margin-left: 5px;
  width: 100%; }

.e-de-ui-list-header-presetmenu div span {
  color: #aaa;
  display: inline-block;
  vertical-align: middle; }

.e-de-ui-wfloating-menu .e-de-ui-wfloating-menuitem,
.e-de-ui-wfloating-menu .e-de-ui-menuitem-none {
  border: 0;
  -webkit-box-shadow: inset 0 0 0 1px #ebebeb;
          box-shadow: inset 0 0 0 1px #ebebeb;
  cursor: pointer;
  height: 70px;
  margin: 0 5px 5px 0;
  padding: 0;
  width: 70px; }

.e-de-ui-wfloating-menu {
  padding: 10px 4px 5px 10px; }

.e-de-list-thumbnail .e-de-list-items {
  float: left; }

.e-de-list-thumbnail .e-de-list-items {
  background: #fff;
  border: 1px solid transparent;
  clear: initial;
  display: inline-block;
  height: auto;
  margin: 5px;
  text-align: center;
  width: auto; }

.e-de-list-items {
  background: #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  cursor: pointer;
  list-style: none;
  padding: 7px 10px;
  position: relative; }

.e-de-list-item-size {
  font-size: 14px; }

.e-de-ui-wfloating-menu {
  padding: 10px 4px 5px 10px; }

.e-de-table-border-fill.e-de-rtl {
  margin-left: 15px; }

.e-de-table-border-fill:not(.e-de-rtl) {
  margin-right: 15px;
  margin-top: 5px; }

.e-de-table-ppty-dlg-tabs {
  height: 320px;
  position: relative; }

.e-de-ui-bullet-list-header-presetmenu .e-de-list-thumbnail .e-de-list-active,
.e-de-style-numbered-list .e-de-list-thumbnail .e-de-list-active {
  border-color: #ff4081; }

.e-de-bullet-icons {
  left: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-43%, -43%);
          transform: translate(-43%, -43%); }

.e-de-header-footer-list {
  color: #3f51b5; }

.e-de-rtl-btn-div {
  font-size: 12px;
  margin-right: 14px;
  width: 200px; }

.e-de-rtl-btn-div.e-de-rtl {
  margin-left: 14px;
  margin-right: 0; }

.e-de-ltr-btn-div {
  font-size: 12px;
  width: 200px; }

.e-de-tbl-rtl-btn-div {
  font-size: 12px;
  margin-right: 14px;
  width: 140px; }

.e-de-tbl-rtl-btn-div.e-de-rtl {
  margin-left: 14px;
  margin-right: 0; }

.e-de-tbl-ltr-btn-div {
  font-size: 12px;
  width: 140px; }

.e-para-dlg-sub-height {
  height: 145px; }

.e-de-disabledbutton {
  opacity: 0.4;
  pointer-events: none; }

.e-bigger .e-de-insert-table {
  height: auto;
  width: auto; }

.e-bigger .e-de-insert-footnote {
  height: auto;
  width: auto; }

.e-bigger .e-de-dlg-target .e-footer-content .e-control.e-btn.e-flat:not(.e-icon-btn) {
  height: auto; }

.e-bigger .e-de-font-dlg {
  width: 375px; }

.e-bigger .e-para-dlg-sub-height {
  height: 170px; }

.e-bigger .e-de-toc-table-div .e-de-toc-dlg-toc-level.e-de-rtl {
  margin-right: 36px; }

.e-bigger .e-de-font-content-label-width {
  width: 72px; }

.e-bigger .e-de-toc-label {
  margin-left: 194px; }

.e-bigger .e-de-toc-label-rtl {
  margin-left: 0;
  margin-right: 180px; }

.e-bigger .e-de-outline-rtl {
  width: 173px; }

.e-de-restrict-format {
  margin-top: 16px; }

.e-de-rp-format {
  font-size: 13px;
  margin-bottom: 12px;
  opacity: .65; }

.e-de-rp-checkbox {
  font-size: 12px; }

.e-de-rp-border {
  margin-bottom: 12px;
  margin-top: 12px; }

.e-de-rp-header {
  font-size: 15px;
  font-weight: 500;
  opacity: .87; }

.e-de-restrict-pane .e-checkbox-wrapper .e-label {
  color: rgba(0, 0, 0, 0.87);
  font-size: 12px; }

.e-de-restrict-pane .e-checkbox-wrapper .e-frame {
  height: 16px;
  width: 16px; }

.e-de-restrict-pane .e-checkbox-wrapper {
  margin-bottom: 8px; }

.e-de-rp-user .e-checkbox-wrapper {
  width: auto; }

.e-de-rp-nav-btn,
.e-de-rp-btn-enforce {
  background: #fafafa;
  border-radius: 2px;
  -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 2px 4px 0 rgba(0, 0, 0, 0.5);
          box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 2px 4px 0 rgba(0, 0, 0, 0.5);
  font-size: 13px;
  height: 36px;
  opacity: .87;
  margin: 0 0; }

.e-bigger .e-de-rp-btn-enforce {
  margin: 0;
  width: 100%;
  padding-left: 4px;
  padding-right: 4px; }

.e-de-rp-nav-btn {
  margin: 0 12px;
  width: 210px; }

.e-de-rp-btn-stop-enforce {
  background: #fafafa;
  border-radius: 2px;
  -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 2px 4px 0 rgba(0, 0, 0, 0.5);
          box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 2px 4px 0 rgba(0, 0, 0, 0.5);
  font-size: 13px;
  height: 36px;
  margin: 0 46px;
  opacity: .87; }

.e-de-rp-nav-lbl {
  font-size: 13px;
  margin: 0 28px; }

.e-de-rp-sub-div {
  border-bottom: 1px solid #e4e4e4;
  padding: 12px; }

.e-de-restrict-pane {
  padding-left: 0;
  padding-top: 0; }

.e-de-rp-whole-header {
  padding: 12px; }

.e-de-rp-user {
  background: #fff;
  border: 1px solid #e4e4e4;
  border-radius: 2px;
  font-size: 12px;
  height: 110px;
  width: 238px; }

.e-de-rp-enforce {
  padding-top: 12px; }

.e-de-rp-enforce-nav {
  margin: 12px 0; }

.e-de-enforce-dlg-title {
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 8px;
  margin-top: 8px; }

.e-de-enforce .e-de-enforce-dlg-input {
  height: 16px;
  margin-bottom: 8px;
  width: 300px; }

.e-de-user-add-btn {
  background: #e0e0e0;
  border-radius: 2px;
  width: 74px; }

.e-de-user-dlg .e-de-user-dlg-textbox-input {
  margin-right: 16px;
  width: 304px; }

.e-de-user-dlg-list {
  margin-bottom: 15px; }

.e-de-user-listview {
  border: 1px solid #e4e4e4;
  border-radius: 2px;
  height: 106px; }

.e-de-user-dlg-user {
  margin-bottom: 12px; }

.e-user-delete {
  float: left; }

.e-de-unprotect-dlg-title {
  font-size: 14px;
  margin-bottom: 8px; }

.e-de-rp-stop-div1 {
  opacity: .87;
  padding: 12px 12px 6px 12px;
  font-weight: 500;
  border-bottom: 1px solid #E0E0E0; }

.e-de-rp-stop-div2 {
  padding: 12px 12px 24px; }

.e-de-rp-stop-div3 {
  padding: 0 0 12px 12px; }

.e-de-rp-close-icon {
  float: right;
  position: relative;
  top: -7px; }

.e-de-restrict-pane {
  height: 100%;
  overflow: auto;
  width: 268px; }

.e-de-rp-nav-lbl {
  font-size: 13px;
  margin: 0 28px; }

.e-documenteditor-optionspane {
  height: 100%; }

.e-de-cmt-pane {
  background-color: inherit;
  color: rgba(0, 0, 0, 0.87); }

.e-de-cp-whole-header {
  padding: 12px; }

.e-de-cp-header {
  font-size: 13px;
  font-weight: 500;
  opacity: .87;
  width: 75%; }

.e-de-cmt-container {
  height: auto;
  padding: 0px 8px;
  overflow: auto; }

.e-de-cmt-sub-container {
  background-color: #fff;
  border: 1px solid #eee;
  border-radius: 2px;
  margin: 8px 0px;
  padding: 8px; }

.e-de-cmt-view {
  cursor: default; }

.e-de-cmt-sub-container.e-de-cmt-selection {
  border-left: 3px solid #971b1e;
  padding-left: 6px; }

.e-de-tc-outer {
  border-bottom: 1px solid #D8D8D8; }

.e-de-tc-pane {
  color: rgba(0, 0, 0, 0.87); }

.e-de-trckchanges-inner {
  cursor: default;
  margin-left: 7.5px;
  padding-left: 8px;
  margin-top: 8px;
  margin-bottom: 8px;
  padding-right: 16px;
  padding-bottom: 8px; }

.e-de-trckchanges-inner:hover {
  border-left: 2px solid #971b1e;
  cursor: default;
  margin-left: 7.5px;
  padding-left: 6px;
  margin-top: 8px;
  margin-bottom: 8px;
  padding-right: 16px;
  padding-bottom: 8px; }

.e-de-trckchanges-inner.e-de-trckchanges-inner-select {
  border-left: 3px solid #971b1e;
  cursor: default;
  margin-left: 7.5px;
  padding-left: 5px;
  margin-top: 8px;
  margin-bottom: 8px;
  padding-right: 16px;
  padding-bottom: 8px; }

.e-de-tc-no-chng {
  font-size: 14px;
  opacity: 65%;
  margin: 60px 0;
  text-align: center; }

.e-toolbar-item.e-de-track-toolbar-overlay.e-template.e-overlay {
  opacity: 1;
  font-weight: 400;
  font-size: 13px; }

.e-de-track-pane-drop-btn {
  padding-left: 0px;
  padding-right: 0px;
  padding-top: 5px;
  font-size: 13px;
  font-weight: normal; }

.e-tc-btn-bg-clr.e-btn:not(:hover):not(.e-active) {
  background-color: inherit;
  border-color: transparent;
  color: inherit; }

.e-tc-nvgte.e-icon-btn {
  text-align: center;
  vertical-align: middle; }

.e-de-track-span-user {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  overflow: hidden;
  width: 110px; }

.e-de-track-span-view {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  overflow: hidden;
  width: 50px; }

.e-btn.e-outline.e-de-track-accept-button {
  border-color: #4D841E;
  background-color: transparent;
  color: #4D841E;
  padding: 5px 6px;
  text-transform: initial;
  width: 66px; }

.e-btn.e-outline.e-de-track-accept-button:hover {
  border-color: transparent;
  background-color: #4D841E;
  color: #fff;
  padding: 5px 6px;
  text-transform: initial;
  width: 66px; }

.e-btn.e-outline.e-de-track-reject-button {
  border-color: #D74113;
  background-color: transparent;
  color: #D74113;
  padding: 5px 6px;
  margin-left: 8px;
  text-transform: initial;
  width: 64px; }

.e-btn.e-outline.e-de-track-reject-button:hover {
  border-color: transparent;
  background-color: #D74113;
  color: #fff;
  padding: 5px 6px;
  margin-left: 8px;
  text-transform: initial;
  width: 64px; }

.e-de-track-chngs-count {
  font-size: 12px;
  margin-left: 6px;
  opacity: .87;
  padding-top: 7px;
  white-space: nowrap; }

.e-de-track-insert {
  color: #4D841E;
  font-size: 13px;
  opacity: 100%; }

.e-de-track-delete {
  color: #D74113;
  font-size: 13px;
  opacity: 100%; }

.e-de-track-toolbar {
  border-bottom: 1px solid #D8D8D8;
  border-top: 1px solid #D8D8D8;
  padding-bottom: 0; }

.e-de-track-date {
  font-size: 13px;
  margin-top: 4px;
  opacity: .67; }

.e-de-track-usernme-div {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-top: 8px; }

.e-de-track-user-nme {
  font-size: 13px;
  font-weight: 500;
  padding-left: 8px; }

.e-de-track-chngs-text {
  line-height: 19.5px;
  overflow: hidden;
  word-wrap: break-word;
  text-overflow: ellipsis;
  font-size: 13px;
  min-height: 20px;
  padding-top: 8px;
  margin-bottom: 16px; }

.e-de-track-chng-table {
  border-collapse: collapse;
  border-spacing: 0px;
  height: 20px;
  opacity: 70%;
  width: 100%; }

.e-de-tc-tble-cell {
  border: 1px solid; }

.e-de-tc-shrink-img {
  height: 30px;
  margin: 0 4px;
  vertical-align: middle;
  width: 50px; }

.e-de-tc-field {
  background-color: #cecdcd;
  margin: 0 2px; }

.e-de-tc-pmark {
  font-size: 14px;
  font-family: Roboto-Regular;
  font-weight: 600;
  color: #011677;
  margin: 0 2px; }

.e-de-cmt-sub-container:not(.e-de-cmt-selection):not(.e-de-cmt-reply):hover {
  border-left: 2px solid #971b1e;
  padding-left: 7px; }

.e-de-cmt-author {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 8px; }

.e-de-cmt-author-name {
  font-size: 13px;
  font-weight: 500;
  padding-left: 8px;
  width: 90%; }

.e-de-cp-option.e-btn.e-icon-btn {
  background-color: inherit;
  border: none;
  color: inherit;
  float: right;
  height: 20px;
  padding: 0px;
  width: 20px; }

.e-de-cp-option.e-btn.e-icon-btn span {
  margin-top: 0px; }

.e-de-cmt-view:hover .e-de-cp-option {
  display: block; }

.e-de-cmt-readonly {
  font-size: 13px;
  padding-top: 4px;
  word-break: break-word; }

.e-de-cmt-date {
  font-size: 13px;
  margin-top: 12px;
  opacity: .67; }

.e-de-cmt-sub-container.e-de-cmt-reply {
  border: none;
  border-top: 1px solid #eee;
  border-radius: 0px;
  margin: 11.5px 8px 0px 8px;
  padding: 0px; }
  .e-de-cmt-sub-container.e-de-cmt-reply .e-de-cmt-view {
    margin-top: 11.5px; }

.e-de-cmt-textarea.e-input {
  color: rgba(0, 0, 0, 0.87);
  font-size: 13px;
  line-height: normal;
  min-height: 30px;
  overflow: hidden;
  padding-top: 7px;
  resize: none; }

.e-bigger .e-de-cmt-textarea.e-input {
  padding-top: 5px; }

.e-de-cmt-action-button {
  text-align: right;
  margin-top: 4.5px; }

.e-de-cmt-post-btn.e-btn.e-flat, .e-de-cmt-cancel-btn.e-btn.e-flat {
  height: 28px;
  margin-left: 8px;
  width: 28px; }

.e-de-cmt-resolved .e-de-cmt-author-name, .e-de-cmt-resolved .e-de-cmt-readonly, .e-de-cmt-resolved e-de-cmt-date {
  opacity: .67; }

.e-de-cmt-resolved .e-de-cmt-rply-view {
  display: none; }

.e-de-cmt-resolved .e-de-cmt-resolve-btn {
  display: block;
  margin-top: 8px;
  text-align: right; }

.e-de-cmt-sub-container.e-de-cmt-resolved.e-de-cmt-selection {
  border-left: 3px solid rgba(151, 27, 30, 0.5); }

.e-de-cmt-sub-container.e-de-cmt-resolved:not(.e-de-cmt-selection):not(.e-de-cmt-reply):hover {
  border-left: 2px solid rgba(151, 27, 30, 0.5); }

.e-de-lock-mark {
  cursor: default;
  color: #000;
  font-size: 13px;
  height: 13px;
  pointer-events: all;
  width: 13px; }

.e-de-cmt-mark {
  cursor: default;
  color: #000;
  font-size: 13px;
  height: 13px;
  pointer-events: all;
  width: 13px; }
  .e-de-cmt-mark :hover {
    color: #971b1e; }

.e-de-cmt-mark.e-de-cmt-mark-selected, .e-de-cmt-mark.e-de-cmt-mark-hover {
  color: #971b1e; }

.e-de-cmt-no-cmt {
  margin-left: 6px;
  margin-top: 24px;
  font-size: 13px; }

.e-de-cmt-drawer-cnt {
  font-size: 13px;
  height: 20px;
  margin-top: 8px; }

.e-de-cmt-drawer {
  cursor: pointer;
  float: right;
  opacity: .54;
  margin-right: 4px;
  margin-top: 4px; }

.e-de-cmt-rply-view {
  margin-top: 12px; }

.e-de-cmt-resolve-btn {
  display: none; }

.e-rtl .e-de-cmt-pane {
  border-left: none;
  border-right: 1px solid #e0e0e0; }

.e-rtl .e-de-rp-close-icon {
  float: left; }

.e-rtl .e-de-cp-option.e-btn.e-icon-btn {
  float: left; }

.e-rtl .e-de-cmt-sub-container.e-de-cmt-selection {
  border-left: 1px solid #eee;
  border-right: 3px solid #971b1e;
  padding-left: 8px;
  padding-right: 6px; }

.e-rtl .e-de-cmt-sub-container:not(.e-de-cmt-selection):not(.e-de-cmt-reply):hover {
  border-left: 1px solid #eee;
  border-right: 2px solid #971b1e;
  padding-left: 8px;
  padding-right: 7px; }

.e-rtl .e-de-cmt-sub-container.e-de-cmt-resolved.e-de-cmt-selection {
  border-right: 3px solid rgba(151, 27, 30, 0.5); }

.e-rtl .e-de-cmt-sub-container.e-de-cmt-resolved:not(.e-de-cmt-selection):not(.e-de-cmt-reply):hover {
  border-right: 2px solid rgba(151, 27, 30, 0.5); }

.e-rtl .e-de-cmt-action-button {
  text-align: left; }

.e-rtl .e-de-cmt-no-cmt {
  margin-left: auto;
  margin-right: 6px; }

.e-rtl .e-de-cmt-drawer {
  float: left;
  margin-left: 8px;
  margin-right: auto; }

.e-rtl .e-de-cmt-resolve-btn {
  text-align: left; }

.e-bigger .e-de-cmt-post-btn.e-btn.e-flat, .e-bigger .e-de-cmt-cancel-btn.e-btn.e-flat {
  height: 36px;
  margin-left: 12px;
  width: 36px; }

.e-bigger .e-de-cp-whole-header {
  height: 56px;
  padding: 16px;
  padding-right: 8px; }

.e-bigger .e-rtl .e-de-cmt-post-btn.e-btn.e-flat, .e-bigger .e-rtl .e-de-cmt-cancel-btn.e-btn.e-flat {
  margin-right: 12px; }

.e-de-close-icon.e-btn {
  background-color: transparent;
  border-color: transparent;
  border-radius: 50%;
  color: rgba(0, 0, 0, 0.87);
  border: none; }
  .e-de-close-icon.e-btn:active {
    background-color: #e0e0e0;
    -webkit-box-shadow: none;
            box-shadow: none; }
  .e-de-close-icon.e-btn:hover {
    background-color: #e0e0e0;
    -webkit-box-shadow: none;
            box-shadow: none;
    color: rgba(0, 0, 0, 0.87);
    cursor: pointer;
    border: none; }

.e-btn.e-de-close-icon:hover span {
  cursor: pointer;
  color: rgba(0, 0, 0, 0.87); }

.e-de-ctnr-close::before {
  content: '\eb36'; }

.e-de-ctnr-linespacing::before {
  content: '\eb37'; }

.e-de-ctnr-lock::before {
  content: '\eb3a'; }

.e-de-ctnr-link::before {
  content: '\eb3c'; }

.e-de-ctnr-alignbottom::before {
  content: '\eb3d'; }

.e-de-selected-spellcheck-item::before {
  content: '\e935';
  font-family: 'e-icons';
  font-size: 10px; }

.e-de-selected-underline-item::before {
  content: '\e935';
  font-family: 'e-icons';
  font-size: 10px; }

.e-de-ctnr-table::before {
  content: '\eb3e'; }

.e-de-ctnr-tableofcontent::before {
  content: '\eb41'; }

.e-de-ctnr-pagenumber::before {
  content: '\eb43'; }

.e-de-ctnr-bold::before {
  content: '\eb47'; }

.e-de-ctnr-aligntop::before {
  content: '\eb49'; }

.e-de-ctnr-aligncenter::before {
  content: '\eb4a'; }

.e-de-ctnr-pagesetup::before {
  content: '\eb4c'; }

.e-de-ctnr-strokestyle::before {
  content: '\eb4d'; }

.e-de-ctnr-image::before {
  content: '\eb4f'; }

.e-de-ctnr-bookmark::before {
  content: '\eb51'; }

.e-de-ctnr-header::before {
  content: '\eb53'; }

.e-de-ctnr-bullets::before {
  content: '\eb5b'; }

.e-de-ctnr-showhide::before {
  content: '\eb5d';
  font-size: 16px; }

.e-de-flip {
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1); }

.e-de-ctnr-print::before {
  content: '\eb5e'; }

.e-de-ctnr-alignright::before {
  content: '\eb5f'; }

.e-de-ctnr-footer::before {
  content: '\eb60'; }

.e-de-ctnr-outsideborder::before {
  content: '\eb66'; }

.e-de-ctnr-allborders::before {
  content: '\eb95'; }

.e-de-ctnr-insideborders::before {
  content: '\eb88'; }

.e-de-ctnr-mergecell::before {
  content: '\eb93'; }

.e-de-ctnr-aligntop::before {
  content: '\eb35'; }

.e-de-ctnr-alignbottom::before {
  content: '\eb0e'; }

.e-de-ctnr-aligncenter-table::before {
  content: '\eb0d'; }

.e-de-ctnr-bullet-none::before {
  content: '\e256'; }

.e-de-ctnr-bullet-dot::before {
  content: '\e270'; }

.e-de-ctnr-bullet-circle::before {
  content: '\e254'; }

.e-de-ctnr-bullet-square::before {
  content: '\e271'; }

.e-de-ctnr-bullet-flower::before {
  content: '\e267'; }

.e-de-ctnr-bullet-arrow::before {
  content: '\e253'; }

.e-de-ctnr-bullet-tick::before {
  content: '\e259'; }

.e-de-selected-item::before {
  content: '\e935'; }

.e-de-ctnr-break::before {
  content: '\eba6'; }

.e-de-ctnr-page-break::before {
  content: '\eba0'; }

.e-de-ctnr-section-break::before {
  content: '\eba2'; }

.e-de-ctnr-upload::before {
  content: '\e60f'; }

.e-de-ctnr-undo::before {
  content: '\e341'; }

.e-de-ctnr-find::before {
  content: '\e60e'; }

.e-de-ctnr-italic::before {
  content: '\e35a'; }

.e-de-ctnr-download::before {
  content: '\e603'; }

.e-de-ctnr-justify::before {
  content: '\e334'; }

.e-de-ctnr-highlight::before {
  content: '\ec15'; }

.e-de-ctnr-new::before {
  content: '\e823'; }

.e-de-ctnr-paste::before {
  content: '\e355'; }

.e-de-ctnr-subscript::before {
  content: '\e357'; }

.e-de-ctnr-fontcolor::before {
  content: '\ec22'; }

.e-de-ctnr-strikethrough::before {
  content: '\e332'; }

.e-de-ctnr-redo::before {
  content: '\e354'; }

.e-de-ctnr-increaseindent::before {
  content: '\e33f'; }

.e-de-ctnr-backgroundcolor::before {
  content: '\e35c'; }

.e-de-ctnr-open::before {
  content: '\e609'; }

.e-de-ctnr-underline::before {
  content: '\e343'; }

.e-de-ctnr-superscript::before {
  content: '\e352'; }

.e-de-ctnr-alignleft::before {
  content: '\e33a'; }

.e-de-ctnr-numbering::before {
  content: '\e346'; }

.e-de-ctnr-aligncenter::before {
  content: '\e35e'; }

.e-de-ctnr-decreaseindent::before {
  content: '\e35d'; }

.e-de-ctnr-clearall::before {
  content: '\e340'; }

.e-de-ctnr-leftborders::before {
  content: '\e291'; }

.e-de-ctnr-insideverticalborder::before {
  content: '\e287'; }

.e-de-ctnr-rightborder::before {
  content: '\e288'; }

.e-de-ctnr-topborder::before {
  content: '\e281'; }

.e-de-ctnr-insidehorizondalborder::before {
  content: '\e276'; }

.e-de-ctnr-bottomborder::before {
  content: '\e298'; }

.e-de-ctnr-strokesize::before {
  content: '\ec25'; }

.e-de-ctnr-highlightcolor::before {
  content: '\ec15'; }

.e-de-ctnr-insertleft::before {
  content: '\e285'; }

.e-de-ctnr-insertright::before {
  content: '\e284'; }

.e-de-ctnr-insertabove::before {
  content: '\e506'; }

.e-de-ctnr-insertbelow::before {
  content: '\e505'; }

.e-de-ctnr-deleterows::before {
  content: '\e283'; }

.e-de-ctnr-deletecolumns::before {
  content: '\e282'; }

.e-de-ctnr-cellbg-clr-picker::before {
  content: '\e35c';
  font-size: 15px; }

.e-de-cnt-cmt-add::before {
  content: '\e814';
  font-family: 'e-icons'; }

.e-de-cnt-track::before {
  content: '\e20a';
  font-family: 'e-icons'; }

.e-de-weblayout::before {
  content: '\e193';
  font-family: 'e-icons'; }

.e-de-printlayout::before {
  content: '\e194';
  font-family: 'e-icons'; }

.e-de-textform::before {
  content: '\e198';
  font-family: 'e-icons'; }

.e-de-formproperties::before {
  content: '\e199';
  font-family: 'e-icons'; }

.e-de-clearform::before {
  content: '\e19a';
  font-family: 'e-icons'; }

.e-de-dropdownform::before {
  content: '\e19b';
  font-family: 'e-icons'; }

.e-de-formfield::before {
  content: '\e19c';
  font-family: 'e-icons'; }

.e-de-checkbox-form::before {
  content: '\e192';
  font-family: 'e-icons'; }

.e-de-arrow-up::before {
  content: '\e834';
  font-family: 'e-icons'; }

.e-de-arrow-down::before {
  content: '\e83d';
  font-family: 'e-icons'; }

.e-de-update-field::before {
  content: '\e19e';
  font-family: 'e-icons'; }

.e-de-footnote::before {
  content: '\e435';
  font-family: 'e-icons';
  font-weight: 800; }

.e-de-endnote::before {
  content: '\e436';
  font-family: 'e-icons'; }

.e-de-toolbar {
  height: 100%; }

.e-de-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn-text .e-de-text-wrap {
  height: 0;
  line-height: 0; }

.e-de-ctnr-file-picker {
  left: -110em;
  position: fixed; }

.e-de-ctnr-rtl {
  direction: rtl; }

.e-de-ctnr-hglt-btn {
  display: inline-block;
  height: 25px;
  margin: 3px;
  width: 25px; }

.e-color-selected,
.e-de-ctnr-hglt-btn:hover {
  border: 1px solid #ff8c00; }

.e-hglt-no-color {
  height: 30px;
  padding-top: 1px;
  width: 157px; }
  .e-hglt-no-color:hover {
    background-color: #d3d3d3;
    cursor: pointer; }

.e-de-ctnr-hglt-no-color {
  font-size: 12px;
  font-weight: 400;
  left: 40px;
  padding-top: 11px;
  position: absolute;
  top: 100px; }

.e-de-toolbar {
  height: 100%; }

.e-de-statusbar-pageweb {
  background-color: #fafafa;
  border: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  float: right;
  height: 33px;
  width: 33px; }
  .e-de-statusbar-pageweb:hover {
    -webkit-box-shadow: none;
            box-shadow: none; }

.e-de-statusbar-pageweb .e-de-printlayout,
.e-de-statusbar-pageweb .e-de-weblayout {
  font-size: 14px; }

.e-bigger .e-btn.e-de-statusbar-pageweb {
  padding: 0; }

.e-bigger .e-de-statusbar-pageweb .e-de-printlayout,
.e-bigger .e-de-statusbar-pageweb .e-de-weblayout {
  font-size: 14px; }

.e-de-linespacing {
  margin-top: 11px; }

.e-de-statusbar-zoom {
  background-color: #fafafa;
  border: 0;
  color: #000;
  float: right;
  height: 33px; }

.e-de-pagenumber-text {
  border: none !important;
  height: 22px !important;
  margin-top: -2px !important; }

.e-de-pagenumber-input {
  background: #fff;
  border: 1px solid #eee;
  border-radius: 2px;
  color: #000;
  height: 22px;
  padding: 2px;
  text-align: center;
  width: 22px; }

.e-btn-pageweb-toggle {
  background-color: rgba(0, 0, 0, 0.12);
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: #fafafa 0 solid;
  outline-offset: 0; }

.e-btn-pageweb-spellcheck {
  border: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  float: right;
  height: 33px;
  margin-left: calc(100% - 362px);
  width: 33px; }

.e-de-ctn-title {
  background-color: #4d4d4d;
  color: #fff; }

.e-de-tool-ctnr-properties-pane {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: calc(100% - 115px);
  width: 100%; }

.e-de-ctnr-properties-pane {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  height: calc(100% - 40px);
  width: 100%; }

.e-de-statusbar-separator {
  border: 1px solid #ebebeb;
  height: 16px;
  margin-left: 15.5px;
  margin-top: 10px; }

.e-de-statusbar-spellcheck {
  border-radius: 2px;
  height: 34px;
  margin-left: 7.5px;
  width: 91px; }

.e-de-ctn {
  background-color: #fafafa;
  border: 1px solid #eee;
  height: calc(100%);
  position: relative;
  width: 100%; }

.e-bigger .e-de-statusbar-spellcheck {
  border-radius: 2px;
  height: 34px;
  margin-left: 7.5px;
  width: 110px; }

.e-de-ctnr-toolbar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 77px;
  width: 100%; }

.e-de-tlbr-wrapper .e-de-toolbar.e-toolbar,
.e-de-tlbr-wrapper .e-de-ctnr-properties-pane-btn {
  border: 0; }

.e-de-pane {
  border-left: 1px solid #eee; }

.e-de-pane-rtl {
  border-right: 1px solid #eee; }

.e-de-pane &gt; div button:not(.e-primary),
.e-de-pane-rtl &gt; div button:not(.e-primary) {
  background-color: #eee; }

.e-de-tool-ctnr-properties-pane,
.e-de-ctnr-properties-pane {
  background-color: #fafafa;
  border-bottom: 1px solid #eee;
  border-top: 1px solid #eee; }

.e-de-ctnr-segment {
  margin-bottom: 12px; }

.e-de-ctnr-segment &gt; div:first-child,
.e-de-ctnr-segment &gt; button:first-child {
  margin-right: 12px; }

.e-de-ctnr-segment.e-de-ctnr-segment-rtl &gt; div:first-child,
.e-de-ctnr-segment.e-de-ctnr-segment-rtl &gt; button:first-child {
  margin-left: 12px;
  margin-right: 0; }

.e-de-tlbr-wrapper {
  background-color: #fafafa;
  height: 77px;
  width: calc(100% - 75px); }

.e-de-ctnr-prop-label {
  color: rgba(0, 0, 0, 0.54);
  display: inline-block;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: .05px;
  margin-bottom: 12px;
  opacity: .87; }

.e-de-table-prop-label {
  margin-left: 12px; }

.e-de-table-prop-label.e-de-rtl {
  margin-left: 0;
  margin-right: 12px; }

.e-de-toolbar.e-toolbar {
  border-radius: 0; }

.e-de-ctnr-toolbar .e-toolbar-item.e-de-toolbar-btn-first {
  margin-left: 0;
  margin-right: 6px; }

.e-de-ctnr-toolbar.e-de-ctnr-rtl .e-toolbar-item.e-de-toolbar-btn-first {
  margin-left: 6px;
  margin-right: 0; }

.e-bigger .e-de-ctnr-toolbar .e-toolbar-item.e-de-toolbar-btn-first {
  margin-left: 0;
  margin-right: 8px; }

.e-bigger .e-de-ctnr-toolbar.e-de-ctnr-rtl .e-toolbar-item.e-de-toolbar-btn-first {
  margin-left: 8px;
  margin-right: 0; }

.e-de-ctnr-toolbar .e-toolbar-item.e-de-toolbar-btn-last {
  margin-left: 6px;
  margin-right: 0; }

.e-de-ctnr-toolbar.e-de-ctnr-rtl .e-toolbar-item.e-de-toolbar-btn-last {
  margin-left: 0;
  margin-right: 6px; }

.e-bigger .e-de-ctnr-toolbar .e-toolbar-item.e-de-toolbar-btn-last {
  margin-left: 8px;
  margin-right: 0; }

.e-bigger .e-de-ctnr-toolbar.e-de-ctnr-rtl .e-toolbar-item.e-de-toolbar-btn-last {
  margin-left: 0;
  margin-right: 8px; }

.e-de-toolbar.e-toolbar .e-toolbar-items {
  height: 77px; }
  .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item.e-de-separator {
    height: 59px;
    margin: 0 5.5px; }
  .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item.e-de-toolbar-btn-start {
    margin-left: 12px;
    margin-right: 6px; }
  .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item.e-de-toolbar-btn-middle {
    margin-left: 6px;
    margin-right: 6px; }
  .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item.e-de-toolbar-btn-end {
    margin-left: 6px;
    margin-right: 12px; }
  .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item.e-de-image-focus :focus {
    background-color: rgba(184, 184, 184, 0.9584); }

.e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn {
  padding: 0;
  padding-bottom: 6px; }
  .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn:focus {
    padding: 0;
    padding-bottom: 6px; }
  .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn:active {
    padding: 0;
    padding-bottom: 6px; }
  .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn:hover {
    padding: 0;
    padding-bottom: 6px; }

.e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn .e-tbar-btn-text {
  padding: 0; }

.e-de-overlay {
  height: 100%;
  opacity: .5;
  pointer-events: none;
  -ms-touch-action: none;
      touch-action: none;
  width: 100%; }

.de-split-button &gt; div:first-child {
  margin-right: 0; }

.e-de-ctnr-properties-pane-btn {
  width: 75px; }

.e-de-pane-enable-clr.e-de-ctnr-properties-pane-btn .e-btn {
  color: #3f51b5; }

.e-de-pane-disable-clr.e-de-ctnr-properties-pane-btn .e-btn {
  color: #000; }

.e-de-ctnr-properties-pane-btn .e-btn {
  background-color: #fafafa;
  border-radius: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #3f51b5;
  min-height: 100%;
  min-width: 100%; }
  .e-de-ctnr-properties-pane-btn .e-btn:focus {
    -webkit-box-shadow: none;
            box-shadow: none; }
  .e-de-ctnr-properties-pane-btn .e-btn:active {
    -webkit-box-shadow: none;
            box-shadow: none; }
  .e-de-ctnr-properties-pane-btn .e-btn:hover {
    -webkit-box-shadow: none;
            box-shadow: none; }

.e-de-showhide-btn {
  border: 0;
  height: 77px; }

.e-de-showhide-btn-rtl {
  border: 0;
  height: 77px; }

.e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item:not(.e-separator) {
  padding: 0; }

.e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn-text {
  display: table;
  font-size: 12px;
  margin: 0 6.5px;
  padding: 0;
  white-space: normal; }

.e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item button.e-btn.e-tbtn-txt .e-icons.e-btn-icon,
.e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-tbtn-txt .e-icons.e-btn-icon {
  padding: 0; }

.e-de-cntr-pane-padding {
  padding: 12px; }

.e-de-prop-pane {
  height: 100%;
  min-height: 200px;
  overflow: auto;
  width: 262px; }

.e-de-review-pane {
  border-left: 1px solid #e0e0e0;
  height: 100%;
  min-height: 200px;
  overflow: auto;
  width: 400px; }

.e-bigger .e-de-cntr-pane-padding {
  padding: 16px; }

.e-bigger .e-de-prop-pane {
  height: 100%;
  min-height: 200px;
  overflow: auto;
  width: 270px; }

.e-de-ctnr-group-btn.e-btn-group:not(.e-outline) {
  -webkit-box-shadow: none;
          box-shadow: none;
  height: 28px; }
  .e-de-ctnr-group-btn.e-btn-group:not(.e-outline):focus {
    -webkit-box-shadow: none;
            box-shadow: none; }
  .e-de-ctnr-group-btn.e-btn-group:not(.e-outline):active {
    -webkit-box-shadow: none;
            box-shadow: none; }
  .e-de-ctnr-group-btn.e-btn-group:not(.e-outline):hover {
    -webkit-box-shadow: none;
            box-shadow: none; }

.e-de-ctnr-group-btn button {
  -webkit-box-shadow: none;
          box-shadow: none;
  height: 28px; }
  .e-de-ctnr-group-btn button:focus {
    -webkit-box-shadow: none;
            box-shadow: none; }
  .e-de-ctnr-group-btn button:active {
    -webkit-box-shadow: none;
            box-shadow: none; }
  .e-de-ctnr-group-btn button:hover {
    -webkit-box-shadow: none;
            box-shadow: none; }

.e-de-property-div-padding {
  border-bottom: 0.5px solid #e0e0e0;
  padding-bottom: 11.5px;
  padding-top: 12.5px; }

.e-de-ctnr-dropdown-ftr {
  border-top: 1px solid #e0e0e0;
  color: rgba(0, 0, 0, 0.54);
  cursor: pointer;
  display: block;
  font-size: 12px;
  line-height: 40px;
  text-indent: 1.2em; }

.e-de-char-fmt-btn-left &gt; button {
  width: 38.5px; }

.e-de-char-fmt-btn-right &gt; button {
  width: 36px; }

.e-de-panel-left-width {
  width: 150px; }

.e-bigger .e-de-panel-left-width {
  width: 150px; }

.e-bigger .e-de-char-fmt-btn-left &gt; button {
  width: 38.5px; }

.e-de-panel-right-width {
  width: 72px; }

.e-de-cntr-highlight-pane {
  border: 1px solid #eee; }

.e-de-btn-hghlclr &gt; button:first-child {
  padding: 1px !important; }

.e-de-ctnr-hglt-color {
  font-size: 12px;
  font-weight: 400;
  height: 18px !important;
  width: 18px !important; }

.e-de-font-clr-picker &gt; div button,
.e-de-font-clr-picker &gt; button {
  width: 30.8px; }

.e-de-floating-menu.e-de-bullets-menu .e-de-floating-menuitem-md {
  height: 55px;
  padding: 4px !important;
  width: 60px; }

.e-de-floating-menu.e-de-bullets-menu .e-de-floating-menuitem-md:hover {
  border: 3px solid rgba(0, 0, 0, 0.12);
  padding: 2px !important; }

.e-de-floating-menu.e-de-bullets-menu .e-de-floating-bullet-menuitem-md {
  height: 38px;
  padding: 4px !important;
  width: 38px; }

.e-de-floating-menu.e-de-bullets-menu .e-de-floating-bullet-menuitem-md:hover {
  border: 3px solid rgba(0, 0, 0, 0.12);
  padding: 2px !important; }

.e-de-list-header-presetmenu {
  cursor: pointer;
  font-size: 11px;
  line-height: 14px;
  overflow: hidden;
  text-align: left;
  min-width: 50px;
  white-space: nowrap;
  width: 100%; }

.e-de-bullet-list-header-presetmenu {
  cursor: pointer;
  font-size: 14px;
  left: -11px;
  line-height: 26px;
  min-width: 50px;
  overflow: hidden;
  position: relative;
  white-space: nowrap;
  width: 100%; }

.e-rtl .e-de-bullet-list-header-presetmenu {
  cursor: pointer;
  font-size: 14px;
  left: 10px;
  line-height: 26px;
  min-width: 50px;
  overflow: hidden;
  position: relative;
  white-space: nowrap;
  width: 100%; }

.e-de-bullet {
  font-size: 42px; }

.e-de-list-header-presetmenu .e-de-list-line {
  border-bottom: 1px solid #ccc;
  margin-left: 5px;
  width: 100%; }

.e-de-toc-optionsdiv {
  margin-bottom: 11.5px;
  margin-left: 5.5px;
  margin-top: 15.5px; }

.e-de-toc-optionsdiv.e-de-rtl {
  margin-right: 5.5px;
  margin-left: 0; }

.e-de-list-header-presetmenu div span {
  color: #aaa;
  display: inline-block;
  vertical-align: middle; }

.e-de-floating-menu .e-de-floating-menuitem,
.e-de-floating-menu .e-de-menuitem-none {
  cursor: pointer;
  height: 70px;
  padding: 0 !important;
  margin: 0 5px 5px 0 !important;
  width: 70px; }

.e-de-list-thumbnail .e-de-list-items {
  float: left; }

.e-de-list-thumbnail .e-de-list-items {
  border: 1px solid #e4e4e4;
  clear: initial;
  display: inline-block;
  height: auto;
  margin: 5px;
  padding: 2px;
  text-align: center;
  width: auto; }

.e-de-list-items {
  cursor: pointer;
  background: #fafafa;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  list-style: none;
  padding: 7px 10px 7px 10px;
  position: relative; }

.e-de-list-item-size {
  font-size: 14px; }

.e-de-floating-menuitem.e-de-floating-menuitem-md.e-de-list-items.e-de-list-item-size.de-list-item-selected,
.e-de-floating-menuitem.e-de-floating-bullet-menuitem-md.e-de-list-items.e-de-list-item-size.de-list-item-selected {
  border: 3px solid #4d4d4d;
  padding: 2px !important; }

.e-de-floating-menu {
  padding: 10px 4px 5px 10px !important; }

.e-de-list-container {
  background: #fafafa;
  border: 1px solid #ccc;
  border-radius: 2px;
  -webkit-box-shadow: 0 0 14px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 14px rgba(0, 0, 0, 0.2);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: inline-block;
  line-height: normal;
  margin: 0;
  outline: 0;
  padding: 5px 0;
  position: absolute;
  width: auto;
  z-index: 10020; }

.e-de-ctnr-list {
  font-size: 29px;
  vertical-align: top; }

.e-de-image-property {
  padding-left: 32px; }

.e-de-img-prty-span {
  color: #000;
  left: 8px;
  position: absolute;
  top: 6px; }

.e-btn-toggle {
  background-color: rgba(184, 184, 184, 0.9584) !important;
  outline: #fafafa 0 solid;
  outline-offset: 0;
  -webkit-box-shadow: none !important;
          box-shadow: none !important; }
  .e-btn-toggle:hover {
    background-color: rgba(184, 184, 184, 0.9584) !important;
    outline: #fafafa 0 solid;
    outline-offset: 0;
    -webkit-box-shadow: none !important;
            box-shadow: none !important; }

.e-de-toc-template1 {
  background: #fafafa;
  border: 1px solid #eee;
  color: rgba(0, 0, 0, 0.54);
  height: 129px;
  margin-left: 78px;
  width: 94px; }

.e-de-toc-template1.e-de-rtl {
  margin-left: 0;
  margin-right: 78px; }

.e-de-toc-template1-content1 {
  font-size: 10px;
  height: 11px;
  margin-left: 5.4px;
  margin-top: 6.7px;
  width: 78px; }

.e-de-toc-template1-content2 {
  font-size: 8px;
  height: 9px;
  margin-left: 20.4px;
  margin-top: 5.7px;
  width: 63px; }

.e-de-toc-template1-content3 {
  font-size: 7px;
  height: 8px;
  margin-left: 28.4px;
  margin-top: 6.7px;
  width: 55px; }

.e-de-prop-sub-label {
  color: #000;
  font-size: 13px;
  margin-bottom: 8px; }

.e-de-toc-checkbox1 {
  height: 14px;
  margin-top: 14px; }

.e-de-toc-checkbox2 {
  height: 14px;
  margin-top: 14px; }

.e-de-toc-checkbox3 {
  height: 14px;
  margin-top: 14px; }

.e-de-status-bar {
  background-color: #fafafa;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 2.5px;
  width: 100%; }

.e-de-ctnr-pg-no {
  color: #000;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-size: 13px;
  height: 100%;
  width: 100px; }

.e-de-ctnr-pg-no-spellout {
  color: #000;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-size: 13px;
  height: 100%;
  padding-top: 8px;
  width: calc(100% - 140px); }

.e-bigger .e-de-ctnr-pg-no-spellout {
  color: #000;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-size: 13px;
  height: 100%;
  padding-top: 8px;
  width: calc(100% - 160px); }

.e-de-statusbar-zoom-spell {
  background-color: #fafafa;
  border: 0;
  color: #000;
  float: right;
  height: 34px;
  margin-left: calc(100% - 362px); }

.e-bigger .e-de-statusbar-zoom-spell {
  background-color: #fafafa;
  border: 0;
  color: #000;
  float: right;
  height: 34px;
  margin-left: calc(100% - 395px); }

.e-de-btn-cancel {
  margin-left: 10px; }

.e-de-btn-cancel-rtl {
  margin-left: 0;
  margin-right: 10px; }

.e-de-prop-header-label {
  color: rgba(0, 0, 0, 0.54);
  display: inline-block;
  font-size: 13px;
  font-weight: bold;
  letter-spacing: .05px;
  opacity: .87; }

.e-de-prop-separator-line {
  border-bottom: 1px solid #eee; }

.e-de-status-bar &gt; div label {
  font-weight: normal; }

.e-de-stylediv {
  padding-left: 12px; }

.e-de-stylediv-rtl {
  padding-left: 0;
  padding-right: 12px; }

.e-de-border-style-div {
  margin-left: 12px; }

.e-de-border-style-div.e-de-rtl {
  margin-left: 0;
  margin-right: 12px; }

.e-de-insert-del-cell {
  margin-left: 12px; }

.e-de-insert-del-cell.e-de-rtl {
  margin-left: 0;
  margin-right: 12px; }

.e-de-cell-margin {
  margin-left: 12px; }

.e-de-align-text {
  margin-left: 12px; }

.e-de-align-text.e-de-rtl {
  margin-left: 0;
  margin-right: 12px; }

.e-de-border-size-button {
  height: 28px;
  margin-top: 14px;
  width: 100px; }

.e-de-color-picker {
  height: 28px;
  width: 100px; }

.e-de-cell-div {
  margin-left: 12px; }

.e-de-cell-div.e-de-rtl {
  margin-left: 0;
  margin-right: 12px; }

.e-de-cell-text-box {
  margin-right: 12px; }

.e-de-prop-fill-label {
  margin-left: 10.3px;
  margin-right: 8px; }

.e-de-prop-fill-label.e-de-rtl {
  margin-left: 8px;
  margin-right: 10.3px; }

.e-de-grp-btn-ctnr .e-de-ctnr-group-btn,
.e-bigger .e-de-grp-btn-ctnr .e-de-ctnr-group-btn {
  height: 42px !important; }

.e-de-grp-btn-ctnr .e-de-ctnr-group-btn &gt; button,
.e-bigger .e-de-grp-btn-ctnr .e-de-ctnr-group-btn &gt; button {
  height: 42px;
  width: 42px; }

.e-de-border-clr-picker .e-split-btn-wrapper &gt; button:first-child {
  width: 70px; }

.e-bigger .de-split-button &gt; div:first-child {
  margin-right: 0; }

.e-bigger .e-de-border-clr-picker .e-split-btn-wrapper &gt; button:first-child {
  width: 66px; }

.e-bigger .e-de-prop-fill-label {
  margin-left: 14.5px;
  margin-right: 9.8px; }

.e-bigger .e-de-prop-fill-label.e-de-rtl {
  margin-left: 9.8px;
  margin-right: 14.5px; }

.e-bigger .e-de-cell-text-box {
  margin-right: 16px; }

.e-bigger .e-de-cell-div {
  margin-left: 16px; }

.e-bigger .e-de-cell-div.e-de-rtl {
  margin-left: 0;
  margin-right: 16px; }

.e-bigger .e-de-border-style-div {
  margin-left: 16px; }

.e-bigger .e-de-border-style-div.e-de-rtl {
  margin-left: 0;
  margin-right: 16px; }

.e-bigger .e-de-color-picker {
  height: 36px;
  width: 96px; }

.e-bigger .e-de-border-size-button {
  height: 36px;
  margin-top: 14px;
  width: 96px; }

.e-bigger .e-de-align-text {
  margin-left: 16px; }

.e-bigger .e-de-align-text.e-de-rtl {
  margin-left: 0;
  margin-right: 16px; }

.e-bigger .e-de-insert-del-cell {
  margin-left: 16px; }

.e-bigger .e-de-insert-del-cell.e-de-rtl {
  margin-left: 0;
  margin-right: 16px; }

.e-bigger .e-de-cell-margin {
  margin-left: 14px; }

.e-bigger .e-de-cell-margin.e-de-rtl {
  margin-left: 0;
  margin-right: 14px; }

.e-bigger .e-de-stylediv {
  padding-left: 16px; }

.e-bigger .e-de-stylediv-rtl {
  padding-right: 16px; }

.e-bigger .e-de-tool-ctnr-properties-pane {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: calc(100% - 122px);
  min-height: 200px;
  width: 100%; }

.e-bigger .e-de-ctnr-properties-pane {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  height: calc(100% - 40px);
  width: 100%; }

.e-bigger .e-de-ctn {
  background-color: #fafafa;
  border: 1px solid #eee;
  height: calc(100%);
  position: relative;
  width: 100%; }

.e-bigger .e-de-ctnr-toolbar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 82px;
  width: 100%; }

.e-bigger .e-de-tlbr-wrapper .e-de-toolbar.e-toolbar,
.e-bigger .e-de-tlbr-wrapper .e-de-ctnr-properties-pane-btn {
  border: 0; }

.e-bigger .e-de-pane {
  border-left: 1px solid #eee; }

.e-bigger .e-de-pane-rtl {
  border-right: 1px solid #eee; }

.e-bigger .e-de-pane &gt; div button:not(.e-primary),
.e-bigger .e-de-pane-rtl &gt; div button:not(.e-primary) {
  background-color: #eee; }

.e-bigger .e-de-ctnr-segment {
  margin-bottom: 16px; }

.e-bigger .e-de-ctnr-segment &gt; div:first-child,
.e-bigger .e-de-ctnr-segment &gt; button:first-child {
  margin-right: 12px; }

.e-bigger .e-de-ctnr-segment.e-de-ctnr-segment-rtl &gt; div:first-child,
.e-bigger .e-de-ctnr-segment.e-de-ctnr-segment-rtl &gt; button:first-child {
  margin-left: 12px;
  margin-right: 0; }

.e-bigger .e-de-tlbr-wrapper {
  background-color: #fafafa;
  height: 82px;
  width: calc(100% - 75px); }

.e-bigger .e-de-ctnr-prop-label {
  color: rgba(0, 0, 0, 0.54);
  display: inline-block;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: .05px;
  margin-bottom: 16px;
  opacity: .87; }

.e-bigger .e-de-table-prop-label {
  margin-left: 14.5px; }

.e-bigger .e-de-table-prop-label.e-de-rtl {
  margin-left: 0;
  margin-right: 14.5px; }

.e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items {
  height: 82px; }
  .e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item.e-de-separator {
    height: 25px;
    margin: 0 7.5px; }
  .e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item.e-de-toolbar-btn-start {
    margin-left: 16px;
    margin-right: 8px; }
  .e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item.e-de-toolbar-btn-middle {
    margin-left: 8px;
    margin-right: 8px; }
  .e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item.e-de-toolbar-btn-end {
    margin-left: 8px;
    margin-right: 16px; }
  .e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item.e-de-image-focus :focus {
    background-color: rgba(184, 184, 184, 0.9584); }

.e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn {
  padding: 0;
  padding-bottom: 6px; }
  .e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn:focus {
    padding: 0;
    padding-bottom: 6px; }
  .e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn:active {
    padding: 0;
    padding-bottom: 6px; }
  .e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn:hover {
    padding: 0;
    padding-bottom: 6px; }

.e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn .e-tbar-btn-text {
  padding: 0; }

.e-bigger .e-de-overlay {
  height: 100%;
  opacity: .5;
  pointer-events: none;
  -ms-touch-action: none;
      touch-action: none;
  width: 100%; }

.e-bigger .e-de-ctnr-properties-pane-btn {
  width: 75px; }

.e-bigger .e-de-ctnr-properties-pane-btn .e-btn {
  background-color: #fafafa;
  border-radius: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  min-height: 100%;
  min-width: 100%; }
  .e-bigger .e-de-ctnr-properties-pane-btn .e-btn:focus {
    -webkit-box-shadow: none;
            box-shadow: none; }
  .e-bigger .e-de-ctnr-properties-pane-btn .e-btn:active {
    -webkit-box-shadow: none;
            box-shadow: none; }
  .e-bigger .e-de-ctnr-properties-pane-btn .e-btn:hover {
    -webkit-box-shadow: none;
            box-shadow: none; }

.e-bigger .e-de-showhide-btn {
  border: 0;
  height: 82px; }

.e-bigger .e-de-showhide-btn-rtl {
  border: 0;
  height: 82px; }

.e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item:not(.e-separator) {
  padding: 0; }

.e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn-text {
  display: table;
  font-size: 13px;
  margin: 0 6px;
  padding: 0;
  white-space: normal; }

.e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item button.e-btn.e-tbtn-txt .e-icons.e-btn-icon,
.e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-tbtn-txt .e-icons.e-btn-icon {
  font-size: 16px;
  padding: 0; }

.e-bigger .e-de-ctnr-group-btn.e-btn-group:not(.e-outline) {
  -webkit-box-shadow: none;
          box-shadow: none;
  height: 36px; }
  .e-bigger .e-de-ctnr-group-btn.e-btn-group:not(.e-outline):focus {
    -webkit-box-shadow: none;
            box-shadow: none; }
  .e-bigger .e-de-ctnr-group-btn.e-btn-group:not(.e-outline):active {
    -webkit-box-shadow: none;
            box-shadow: none; }
  .e-bigger .e-de-ctnr-group-btn.e-btn-group:not(.e-outline):hover {
    -webkit-box-shadow: none;
            box-shadow: none; }

.e-bigger .e-de-ctnr-group-btn button {
  -webkit-box-shadow: none;
          box-shadow: none;
  height: 36px; }
  .e-bigger .e-de-ctnr-group-btn button:focus {
    -webkit-box-shadow: none;
            box-shadow: none; }
  .e-bigger .e-de-ctnr-group-btn button:active {
    -webkit-box-shadow: none;
            box-shadow: none; }
  .e-bigger .e-de-ctnr-group-btn button:hover {
    -webkit-box-shadow: none;
            box-shadow: none; }

.e-bigger .e-de-property-div-padding {
  border-bottom: 0.5px solid #e0e0e0;
  padding-bottom: 14.5px;
  padding-top: 15.5px; }

.e-bigger .e-de-ctnr-dropdown-ftr {
  border-top: 1px solid #e0e0e0;
  color: rgba(0, 0, 0, 0.54);
  cursor: pointer;
  display: block;
  font-size: 12px;
  line-height: 40px;
  text-indent: 1.2em; }

.e-bigger .e-de-char-fmt-btn &gt; button {
  width: 38.5px; }

.e-bigger .e-de-btn-hghlclr &gt; button:first-child {
  padding: 0 6px !important; }

.e-bigger .e-de-ctnr-hglt-color {
  font-size: 12px;
  font-weight: 400;
  height: 25px !important;
  width: 25px !important;
  border-radius: 4px; }

.e-bigger .e-de-font-clr-picker &gt; div button,
.e-bigger .e-de-font-clr-picker &gt; button {
  width: auto; }

.e-bigger .e-de-ctnr-list {
  font-size: 29px;
  vertical-align: top; }

.e-bigger .e-de-image-property {
  padding-left: 32px; }

.e-bigger .e-de-img-prty-span {
  color: #000;
  left: 10px;
  position: absolute;
  top: 12px; }

.e-bigger .e-btn-toggle {
  background-color: rgba(184, 184, 184, 0.9584) !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  outline: #fafafa 0 solid;
  outline-offset: 0; }
  .e-bigger .e-btn-toggle:hover {
    background-color: rgba(184, 184, 184, 0.9584) !important;
    outline: #fafafa 0 solid;
    outline-offset: 0;
    -webkit-box-shadow: none !important;
            box-shadow: none !important; }

.e-bigger .e-de-toc-template1 {
  background: #fafafa;
  border: 1px solid #eee;
  color: rgba(0, 0, 0, 0.54);
  height: 129px;
  margin-left: 78px;
  width: 94px; }

.e-bigger .e-de-toc-template1-content1 {
  font-size: 10px;
  height: 11px;
  margin-left: 5.4px;
  margin-top: 6.7px;
  width: 78px; }

.e-bigger .e-de-toc-template1-content2 {
  font-size: 8px;
  height: 9px;
  margin-left: 20.4px;
  margin-top: 5.7px;
  width: 63px; }

.e-bigger .e-de-toc-template1-content3 {
  font-size: 7px;
  height: 8px;
  margin-left: 28.4px;
  margin-top: 6.7px;
  width: 55px; }

.e-bigger .e-de-toc-optionsdiv {
  margin-bottom: 11.5px;
  margin-left: 5.5px;
  margin-top: 15.5px; }

.e-bigger .e-de-toc-optionsdiv.e-de-rtl {
  margin-right: 5.5px;
  margin-left: 0; }

.e-bigger .e-de-prop-sub-label {
  font-size: 13px;
  margin-bottom: 8.5px; }

.e-bigger .e-de-btn-cancel {
  margin-left: 10px; }

.e-bigger .e-de-status-bar {
  background-color: #fafafa;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 3.5px;
  width: 100%; }

.e-bigger .e-de-statusbar-zoom {
  background-color: #fafafa;
  border: 0;
  color: #000;
  float: right;
  height: 34px; }

.e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn-text {
  line-height: 25px; }

.e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn-text .e-de-text-wrap {
  height: 6px;
  line-height: 0; }

/*! component's default definitions and variables */
.e-splitter .e-split-bar.e-split-bar-horizontal .e-resize-handler::before {
  content: '\e984';
  font-family: 'e-icons';
  font-size: 14px; }

.e-splitter .e-split-bar.e-split-bar-vertical .e-resize-handler::before {
  content: '\eb04';
  font-family: 'e-icons';
  font-size: 14px; }

.e-bigger .e-splitter .e-split-bar .e-resize-handler::before {
  font-size: 16px; }

.e-bigger.e-splitter .e-split-bar .e-resize-handler::before {
  font-size: 16px; }

.e-splitter.e-splitter-horizontal, .e-splitter.e-splitter-vertical {
  border-width: 1px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  position: relative;
  -ms-touch-action: none;
      touch-action: none;
  width: 100%; }
  .e-splitter.e-splitter-horizontal .e-pane, .e-splitter.e-splitter-vertical .e-pane {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    font-family: "Roboto", "Segoe UI", "GeezaPro", "DejaVu Serif", "sans-serif", "-apple-system", "BlinkMacSystemFont";
    font-size: 13px;
    font-weight: normal; }
    .e-splitter.e-splitter-horizontal .e-pane.e-scrollable, .e-splitter.e-splitter-vertical .e-pane.e-scrollable {
      overflow: auto; }
    .e-splitter.e-splitter-horizontal .e-pane.e-static-pane, .e-splitter.e-splitter-vertical .e-pane.e-static-pane {
      -webkit-box-flex: 0;
          -ms-flex-positive: 0;
              flex-grow: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0; }
    .e-splitter.e-splitter-horizontal .e-pane.e-pane-horizontal, .e-splitter.e-splitter-vertical .e-pane.e-pane-horizontal {
      overflow: auto; }
      .e-splitter.e-splitter-horizontal .e-pane.e-pane-horizontal.e-pane-hidden, .e-splitter.e-splitter-vertical .e-pane.e-pane-horizontal.e-pane-hidden {
        -ms-flex-preferred-size: 0 !important;
            flex-basis: 0 !important;
        overflow: hidden !important; }

.e-splitter.e-splitter-horizontal {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row; }
  .e-splitter.e-splitter-horizontal.e-pane.e-scrollable {
    overflow: hidden; }
  .e-splitter.e-splitter-horizontal.e-rtl {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse; }
    .e-splitter.e-splitter-horizontal.e-rtl .e-split-bar.e-split-bar-horizontal {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: reverse;
          -ms-flex-direction: row-reverse;
              flex-direction: row-reverse; }
      .e-splitter.e-splitter-horizontal.e-rtl .e-split-bar.e-split-bar-horizontal .e-navigate-arrow:not(.e-arrow-right)::before,
      .e-splitter.e-splitter-horizontal.e-rtl .e-split-bar.e-split-bar-horizontal .e-navigate-arrow:not(.e-arrow-right)::after {
        right: auto; }

.e-splitter.e-splitter-vertical {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }
  .e-splitter.e-splitter-vertical.e-pane.e-scrollable {
    overflow: hidden; }
  .e-splitter.e-splitter-vertical .e-pane-vertical {
    overflow: auto; }
    .e-splitter.e-splitter-vertical .e-pane-vertical.e-pane-hidden {
      -ms-flex-preferred-size: 0 !important;
          flex-basis: 0 !important;
      overflow: hidden !important; }
  .e-splitter.e-splitter-vertical.e-rtl .e-split-bar.e-split-bar-vertical .e-navigate-arrow:not(.e-arrow-down)::before,
  .e-splitter.e-splitter-vertical.e-rtl .e-split-bar.e-split-bar-vertical .e-navigate-arrow:not(.e-arrow-down)::after {
    right: auto; }
  .e-splitter.e-splitter-vertical.e-rtl .e-split-bar.e-split-bar-vertical .e-navigate-arrow:not(.e-arrow-down) {
    border-radius: 50%;
    bottom: 18px;
    right: 22px; }
  .e-splitter.e-splitter-vertical.e-rtl .e-split-bar.e-split-bar-vertical .e-navigate-arrow.e-arrow-down {
    border-radius: 50%;
    left: 22px;
    right: auto;
    top: 18px; }
    .e-splitter.e-splitter-vertical.e-rtl .e-split-bar.e-split-bar-vertical .e-navigate-arrow.e-arrow-down::after {
      right: auto; }

.e-splitter .e-split-bar.e-split-bar-active .e-navigate-arrow {
  visibility: hidden; }

.e-splitter .e-split-bar.e-split-bar-hover.e-split-bar-active .e-navigate-arrow {
  visibility: hidden; }

.e-splitter .e-split-bar.e-split-bar-horizontal {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-width: 1px;
  z-index: 15; }
  .e-splitter .e-split-bar.e-split-bar-horizontal .e-icon-hidden {
    visibility: hidden; }
  .e-splitter .e-split-bar.e-split-bar-horizontal.e-resizable-split-bar {
    cursor: col-resize; }
  .e-splitter .e-split-bar.e-split-bar-horizontal.e-resizable-split-bar::after {
    content: '';
    cursor: col-resize;
    display: block;
    height: 100%;
    position: absolute;
    width: 16px;
    z-index: 10; }
  .e-splitter .e-split-bar.e-split-bar-horizontal .e-resize-handler {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 18px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    position: relative;
    width: 1px; }
    .e-splitter .e-split-bar.e-split-bar-horizontal .e-resize-handler.e-hide-handler {
      visibility: hidden; }
  .e-splitter .e-split-bar.e-split-bar-horizontal .e-navigate-arrow:not(.e-arrow-right)::before,
  .e-splitter .e-split-bar.e-split-bar-horizontal .e-navigate-arrow:not(.e-arrow-right)::after {
    left: 8px;
    right: 3px; }
  .e-splitter .e-split-bar.e-split-bar-horizontal .e-navigate-arrow {
    -o-border-image: none;
       border-image: none;
    border-width: 1px;
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 26px;
    padding: 1px 12px;
    position: relative; }
    .e-splitter .e-split-bar.e-split-bar-horizontal .e-navigate-arrow::before, .e-splitter .e-split-bar.e-split-bar-horizontal .e-navigate-arrow::after {
      border-radius: 16px;
      content: '';
      height: 8px;
      position: absolute;
      -webkit-transform: rotate(0deg);
              transform: rotate(0deg);
      width: 2px; }
    .e-splitter .e-split-bar.e-split-bar-horizontal .e-navigate-arrow::before {
      top: 5px;
      -webkit-transform-origin: 1px 7px 0;
              transform-origin: 1px 7px 0; }
    .e-splitter .e-split-bar.e-split-bar-horizontal .e-navigate-arrow::after {
      top: 11px;
      -webkit-transform-origin: 1px 1px 0;
              transform-origin: 1px 1px 0; }
    .e-splitter .e-split-bar.e-split-bar-horizontal .e-navigate-arrow:not(.e-arrow-right) {
      border-radius: 50%;
      right: 5px; }
    .e-splitter .e-split-bar.e-split-bar-horizontal .e-navigate-arrow.e-arrow-right {
      border-radius: 50%;
      left: 5px; }
    .e-splitter .e-split-bar.e-split-bar-horizontal .e-navigate-arrow.e-arrow-right::before, .e-splitter .e-split-bar.e-split-bar-horizontal .e-navigate-arrow.e-arrow-right::after {
      right: 8px; }
  .e-splitter .e-split-bar.e-split-bar-horizontal.e-last-bar:not(.e-resizable-split-bar) {
    margin: 0 3px; }
  .e-splitter .e-split-bar.e-split-bar-horizontal:not(.e-resizable-split-bar) {
    margin: 0 0 0 3px; }

.e-splitter .e-split-bar.e-split-bar-vertical {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-height: 1px; }
  .e-splitter .e-split-bar.e-split-bar-vertical .e-icon-hidden {
    visibility: hidden; }
  .e-splitter .e-split-bar.e-split-bar-vertical.e-resizable-split-bar {
    cursor: row-resize; }
  .e-splitter .e-split-bar.e-split-bar-vertical.e-resizable-split-bar::after {
    content: '';
    cursor: row-resize;
    display: block;
    height: 16px;
    position: absolute;
    width: 100%;
    z-index: 12; }
  .e-splitter .e-split-bar.e-split-bar-vertical .e-resize-handler {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 1px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 18px; }
    .e-splitter .e-split-bar.e-split-bar-vertical .e-resize-handler.e-hide-handler {
      visibility: hidden; }
  .e-splitter .e-split-bar.e-split-bar-vertical .e-navigate-arrow:not(.e-arrow-down)::before,
  .e-splitter .e-split-bar.e-split-bar-vertical .e-navigate-arrow:not(.e-arrow-down)::after {
    left: 10px; }
  .e-splitter .e-split-bar.e-split-bar-vertical .e-navigate-arrow {
    -o-border-image: none;
       border-image: none;
    border-width: 0;
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 26px;
    padding: 10px 3px 10px 18px;
    position: relative;
    width: 26px; }
    .e-splitter .e-split-bar.e-split-bar-vertical .e-navigate-arrow::before, .e-splitter .e-split-bar.e-split-bar-vertical .e-navigate-arrow::after {
      border-radius: 16px;
      content: '';
      height: 8px;
      position: absolute;
      -webkit-transform: rotate(90deg);
              transform: rotate(90deg);
      width: 2px; }
    .e-splitter .e-split-bar.e-split-bar-vertical .e-navigate-arrow:not(.e-arrow-down)::before {
      top: 3px;
      -webkit-transform-origin: 2px 7px 0;
              transform-origin: 2px 7px 0; }
    .e-splitter .e-split-bar.e-split-bar-vertical .e-navigate-arrow:not(.e-arrow-down)::after {
      left: 11px;
      top: 8px;
      -webkit-transform-origin: 1px 1px 0;
              transform-origin: 1px 1px 0; }
    .e-splitter .e-split-bar.e-split-bar-vertical .e-navigate-arrow.e-arrow-down::before {
      left: 12px;
      top: 8px;
      -webkit-transform-origin: 1px 6px 0;
              transform-origin: 1px 6px 0; }
    .e-splitter .e-split-bar.e-split-bar-vertical .e-navigate-arrow.e-arrow-down::after {
      left: 10px;
      top: 12px;
      -webkit-transform-origin: 1px 2px 0;
              transform-origin: 1px 2px 0; }
    .e-splitter .e-split-bar.e-split-bar-vertical .e-navigate-arrow:not(.e-arrow-down) {
      border-radius: 50%;
      bottom: 18px;
      left: 22px; }
    .e-splitter .e-split-bar.e-split-bar-vertical .e-navigate-arrow.e-arrow-down {
      border-radius: 50%;
      right: 22px;
      top: 18px; }
    .e-splitter .e-split-bar.e-split-bar-vertical .e-navigate-arrow.e-arrow-down::before, .e-splitter .e-split-bar.e-split-bar-vertical .e-navigate-arrow.e-arrow-down::after {
      right: 10px; }
  .e-splitter .e-split-bar.e-split-bar-vertical.e-last-bar:not(.e-resizable-split-bar) {
    margin: 3px 0; }
  .e-splitter .e-split-bar.e-split-bar-vertical:not(.e-resizable-split-bar) {
    margin: 3px 0 0; }

.e-bigger.e-splitter .e-pane {
  font-size: 14px; }

.e-bigger.e-splitter .e-split-bar.e-split-bar-horizontal .e-resize-handler {
  height: 20px; }

.e-bigger.e-splitter .e-split-bar.e-split-bar-vertical .e-resize-handler {
  width: 20px; }

.e-bigger.e-splitter .e-split-bar.e-split-bar-vertical .e-navigate-arrow:not(.e-arrow-down)::before,
.e-bigger.e-splitter .e-split-bar.e-split-bar-vertical .e-navigate-arrow:not(.e-arrow-down)::after {
  margin-top: -2px; }

.e-bigger.e-splitter .e-split-bar.e-split-bar-vertical .e-navigate-arrow.e-arrow-down::after {
  margin-top: 2px; }

.e-rtl .e-splitter.e-splitter-horizontal {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse; }

.e-bigger .e-splitter .e-pane {
  font-size: 14px; }

.e-bigger .e-splitter .e-split-bar.e-split-bar-horizontal .e-resize-handler {
  height: 20px; }

.e-bigger .e-splitter .e-split-bar.e-split-bar-vertical .e-resize-handler {
  width: 20px; }

.e-content-placeholder.e-splitter.e-placeholder-splitter {
  background-size: 100px 110px;
  min-height: 110px; }

.e-bigger .e-content-placeholder.e-splitter.e-placeholder-splitter,
.e-bigger.e-content-placeholder.e-splitter.e-placeholder-splitter {
  background-size: 100px 110px;
  min-height: 110px; }

.e-splitter.e-ie .e-navigate-arrow.e-arrow-left {
  margin-left: -26px; }

.e-splitter.e-ie .e-split-bar-horizontal .e-resize-handler {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }

.e-splitter.e-splitter-horizontal, .e-splitter.e-splitter-vertical {
  border: solid 1px #e0e0e0; }
  .e-splitter.e-splitter-horizontal .e-pane, .e-splitter.e-splitter-vertical .e-pane {
    color: rgba(0, 0, 0, 0.87); }
    .e-splitter.e-splitter-horizontal .e-pane.e-splitter.e-splitter-horizontal, .e-splitter.e-splitter-horizontal .e-pane.e-splitter.e-splitter-vertical, .e-splitter.e-splitter-vertical .e-pane.e-splitter.e-splitter-horizontal, .e-splitter.e-splitter-vertical .e-pane.e-splitter.e-splitter-vertical {
      border: transparent; }

.e-splitter .e-split-bar.e-split-bar-horizontal {
  background: #e0e0e0;
  border: none; }
  .e-splitter .e-split-bar.e-split-bar-horizontal .e-resize-handler {
    background: #fff;
    color: rgba(0, 0, 0, 0.54); }
  .e-splitter .e-split-bar.e-split-bar-horizontal .e-navigate-arrow:not(.e-icon-hidden) {
    background-color: transparent;
    border-color: transparent;
    color: transparent;
    -webkit-transition: background-color 500ms ease-out;
    transition: background-color 500ms ease-out; }
    .e-splitter .e-split-bar.e-split-bar-horizontal .e-navigate-arrow:not(.e-icon-hidden)::before, .e-splitter .e-split-bar.e-split-bar-horizontal .e-navigate-arrow:not(.e-icon-hidden)::after {
      background-color: #971b1e;
      opacity: 0;
      -webkit-transition-duration: .3s;
              transition-duration: .3s;
      -webkit-transition-timing-function: cubic-bezier(0.25, 0.1, 0.25, 1);
              transition-timing-function: cubic-bezier(0.25, 0.1, 0.25, 1); }
  .e-splitter .e-split-bar.e-split-bar-horizontal.e-split-bar-hover {
    background: #971b1e; }
    .e-splitter .e-split-bar.e-split-bar-horizontal.e-split-bar-hover .e-resize-handler {
      background: #fff;
      color: #971b1e; }
    .e-splitter .e-split-bar.e-split-bar-horizontal.e-split-bar-hover .e-navigate-arrow.e-arrow-left, .e-splitter .e-split-bar.e-split-bar-horizontal.e-split-bar-hover .e-navigate-arrow.e-arrow-right {
      background-color: #fff;
      border-color: rgba(227, 22, 91, 0.5);
      border-width: 1px;
      opacity: .9; }
    .e-splitter .e-split-bar.e-split-bar-horizontal.e-split-bar-hover.e-split-bar-hover .e-navigate-arrow::before, .e-splitter .e-split-bar.e-split-bar-horizontal.e-split-bar-hover.e-split-bar-active .e-navigate-arrow::before {
      background-color: #971b1e;
      opacity: 1;
      -webkit-transform: rotate(40deg);
              transform: rotate(40deg); }
    .e-splitter .e-split-bar.e-split-bar-horizontal.e-split-bar-hover.e-split-bar-hover .e-navigate-arrow::after, .e-splitter .e-split-bar.e-split-bar-horizontal.e-split-bar-hover.e-split-bar-active .e-navigate-arrow::after {
      background-color: #971b1e;
      opacity: 1;
      -webkit-transform: rotate(-40deg);
              transform: rotate(-40deg); }
  .e-splitter .e-split-bar.e-split-bar-horizontal.e-split-bar-hover .e-navigate-arrow.e-arrow-right::before, .e-splitter .e-split-bar.e-split-bar-horizontal.e-split-bar-active .e-navigate-arrow.e-arrow-right::before {
    background-color: #971b1e;
    opacity: 1;
    -webkit-transform: rotate(-40deg);
            transform: rotate(-40deg); }
  .e-splitter .e-split-bar.e-split-bar-horizontal.e-split-bar-hover .e-navigate-arrow.e-arrow-right::after, .e-splitter .e-split-bar.e-split-bar-horizontal.e-split-bar-active .e-navigate-arrow.e-arrow-right::after {
    background-color: #971b1e;
    opacity: 1;
    -webkit-transform: rotate(40deg);
            transform: rotate(40deg); }
  .e-splitter .e-split-bar.e-split-bar-horizontal.e-split-bar-active {
    background: #971b1e; }
    .e-splitter .e-split-bar.e-split-bar-horizontal.e-split-bar-active .e-resize-handler {
      background: #fff;
      color: #971b1e; }

.e-splitter .e-split-bar.e-split-bar-vertical {
  background: #e0e0e0; }
  .e-splitter .e-split-bar.e-split-bar-vertical .e-resize-handler {
    background: #fff;
    color: rgba(0, 0, 0, 0.54); }
  .e-splitter .e-split-bar.e-split-bar-vertical.e-split-bar-hover {
    background: #971b1e; }
    .e-splitter .e-split-bar.e-split-bar-vertical.e-split-bar-hover .e-navigate-arrow.e-arrow-up, .e-splitter .e-split-bar.e-split-bar-vertical.e-split-bar-hover .e-navigate-arrow.e-arrow-down {
      background-color: #fff;
      border-color: rgba(227, 22, 91, 0.5);
      border-width: 1px;
      opacity: .9; }
    .e-splitter .e-split-bar.e-split-bar-vertical.e-split-bar-hover .e-resize-handler {
      background: #fff;
      color: #971b1e; }
  .e-splitter .e-split-bar.e-split-bar-vertical.e-split-bar-hover .e-navigate-arrow.e-arrow-up::before, .e-splitter .e-split-bar.e-split-bar-vertical.e-split-bar-active .e-navigate-arrow.e-arrow-up::before {
    background-color: #971b1e;
    opacity: 1;
    -webkit-transform: rotate(125deg);
            transform: rotate(125deg); }
  .e-splitter .e-split-bar.e-split-bar-vertical.e-split-bar-hover .e-navigate-arrow.e-arrow-up::after, .e-splitter .e-split-bar.e-split-bar-vertical.e-split-bar-active .e-navigate-arrow.e-arrow-up::after {
    background-color: #971b1e;
    opacity: 1;
    -webkit-transform: rotate(50deg);
            transform: rotate(50deg); }
  .e-splitter .e-split-bar.e-split-bar-vertical.e-split-bar-hover .e-navigate-arrow.e-arrow-down::before, .e-splitter .e-split-bar.e-split-bar-vertical.e-split-bar-active .e-navigate-arrow.e-arrow-down::before {
    background-color: #971b1e;
    opacity: 1;
    -webkit-transform: rotate(55deg);
            transform: rotate(55deg); }
  .e-splitter .e-split-bar.e-split-bar-vertical.e-split-bar-hover .e-navigate-arrow.e-arrow-down::after, .e-splitter .e-split-bar.e-split-bar-vertical.e-split-bar-active .e-navigate-arrow.e-arrow-down::after {
    background-color: #971b1e;
    opacity: 1;
    -webkit-transform: rotate(125deg);
            transform: rotate(125deg); }
  .e-splitter .e-split-bar.e-split-bar-vertical .e-navigate-arrow {
    background-color: transparent;
    border-color: transparent;
    color: transparent;
    -webkit-transition: background-color 300ms ease-out;
    transition: background-color 300ms ease-out; }
    .e-splitter .e-split-bar.e-split-bar-vertical .e-navigate-arrow::before, .e-splitter .e-split-bar.e-split-bar-vertical .e-navigate-arrow::after {
      background-color: #971b1e;
      opacity: 0;
      -webkit-transition-duration: .3s;
              transition-duration: .3s;
      -webkit-transition-timing-function: cubic-bezier(0.25, 0.1, 0.25, 1);
              transition-timing-function: cubic-bezier(0.25, 0.1, 0.25, 1); }
  .e-splitter .e-split-bar.e-split-bar-vertical.e-split-bar-active {
    background: #971b1e; }
    .e-splitter .e-split-bar.e-split-bar-vertical.e-split-bar-active .e-resize-handler {
      background: #fff;
      color: #971b1e; }

.e-splitter.e-disabled {
  opacity: 00.4;
  pointer-events: none; }

/*! component icons */
.e-pager .e-icon-last::before,
.e-grid-menu .e-icon-last::before {
  content: '\e897'; }

.e-pager .e-icon-first::before,
.e-grid-menu .e-icon-first::before {
  content: '\e896'; }

.e-pager .e-icon-prev::before,
.e-grid-menu .e-icon-prev::before {
  content: '\e904'; }

.e-pager .e-icon-next::before,
.e-grid-menu .e-icon-next::before {
  content: '\e913'; }

.e-pager.e-rtl .e-icon-last.e-lastpage::before,
.e-pager.e-rtl .e-icon-last.e-lastpage:hover,
.e-pager.e-rtl .e-icon-last.e-lastpagedisabled::before,
.e-grid-menu.e-rtl .e-icon-last.e-lastpage::before,
.e-grid-menu.e-rtl .e-icon-last.e-lastpage:hover,
.e-grid-menu.e-rtl .e-icon-last.e-lastpagedisabled::before {
  content: '\e896'; }

.e-pager.e-rtl .e-icon-first.e-firstpage::before,
.e-pager.e-rtl .e-icon-first.e-firstpage:hover,
.e-pager.e-rtl .e-icon-first.e-firstpagedisabled::before,
.e-grid-menu.e-rtl .e-icon-first.e-firstpage::before,
.e-grid-menu.e-rtl .e-icon-first.e-firstpage:hover,
.e-grid-menu.e-rtl .e-icon-first.e-firstpagedisabled::before {
  content: '\e897'; }

.e-pager.e-rtl .e-icon-prev.e-prevpage::before,
.e-pager.e-rtl .e-icon-prev.e-prevpage:hover,
.e-pager.e-rtl .e-icon-prev.e-prevpagedisabled::before,
.e-grid-menu.e-rtl .e-icon-prev.e-prevpage::before,
.e-grid-menu.e-rtl .e-icon-prev.e-prevpage:hover,
.e-grid-menu.e-rtl .e-icon-prev.e-prevpagedisabled::before {
  content: '\e913'; }

.e-pager.e-rtl .e-icon-next.e-nextpage::before,
.e-pager.e-rtl .e-icon-next.e-nextpage:hover,
.e-pager.e-rtl .e-icon-next.e-nextpagedisabled::before,
.e-grid-menu.e-rtl .e-icon-next.e-nextpage::before,
.e-grid-menu.e-rtl .e-icon-next.e-nextpage:hover,
.e-grid-menu.e-rtl .e-icon-next.e-nextpagedisabled::before {
  content: '\e904'; }

/*! Pager layout */
.e-bigger .e-pager,
.e-pager.e-bigger {
  font-size: 13px;
  padding: 4px 0 2px; }
  .e-bigger .e-pager div.e-icons,
  .e-pager.e-bigger div.e-icons {
    font-size: 13px; }
  .e-bigger .e-pager div.e-parentmsgbar,
  .e-pager.e-bigger div.e-parentmsgbar {
    padding-bottom: 8px;
    padding-right: 24px;
    padding-top: 18.66667px; }
  .e-bigger .e-pager .e-pagerdropdown,
  .e-pager.e-bigger .e-pagerdropdown {
    height: 40px;
    margin: -40px 0 0 16px;
    margin-top: -22px; }
  .e-bigger .e-pager .e-pagerconstant,
  .e-pager.e-bigger .e-pagerconstant {
    margin-bottom: 15px;
    margin-left: 16px; }
  .e-bigger .e-pager .e-pagercontainer,
  .e-pager.e-bigger .e-pagercontainer {
    margin: 5px 8px 5px 24px; }
  .e-bigger .e-pager.e-rtl .e-pagercontainer,
  .e-pager.e-bigger.e-rtl .e-pagercontainer {
    margin: 5px 0 -4px 0; }
  @media (max-width: 769px) {
    .e-bigger .e-pager,
    .e-pager.e-bigger {
      padding: 19px 0; }
      .e-bigger .e-pager.e-rtl div.e-parentmsgbar,
      .e-pager.e-bigger.e-rtl div.e-parentmsgbar {
        margin-right: 0; }
      .e-bigger .e-pager div.e-parentmsgbar,
      .e-pager.e-bigger div.e-parentmsgbar {
        padding: 0; } }
  .e-bigger .e-pager .e-next.e-icons.e-icon-next.e-nextpagedisabled.e-disable,
  .e-bigger .e-pager .e-next.e-icons.e-icon-next.e-nextpage.e-pager-default,
  .e-pager.e-bigger .e-next.e-icons.e-icon-next.e-nextpagedisabled.e-disable,
  .e-pager.e-bigger .e-next.e-icons.e-icon-next.e-nextpage.e-pager-default {
    margin-left: 12px; }
  .e-bigger .e-pager.e-rtl .e-next.e-icons.e-icon-next.e-nextpagedisabled.e-disable,
  .e-bigger .e-pager.e-rtl e-next.e-icons.e-icon-next.e-nextpage.e-pager-default,
  .e-pager.e-bigger.e-rtl .e-next.e-icons.e-icon-next.e-nextpagedisabled.e-disable,
  .e-pager.e-bigger.e-rtl e-next.e-icons.e-icon-next.e-nextpage.e-pager-default {
    margin-left: 0;
    margin-right: 12px; }
  .e-bigger .e-pager.e-rtl div.e-parentmsgbar,
  .e-pager.e-bigger.e-rtl div.e-parentmsgbar {
    margin-left: 6px;
    margin-top: -3px; }
  .e-bigger .e-pager .e-numericitem,
  .e-pager.e-bigger .e-numericitem {
    margin: 0 8px; }
  .e-bigger .e-pager .e-pp.e-spacing,
  .e-bigger .e-pager .e-np.e-spacing,
  .e-bigger .e-pager .e-pp.e-spacing:hover,
  .e-bigger .e-pager .e-np.e-spacing:hover,
  .e-pager.e-bigger .e-pp.e-spacing,
  .e-pager.e-bigger .e-np.e-spacing,
  .e-pager.e-bigger .e-pp.e-spacing:hover,
  .e-pager.e-bigger .e-np.e-spacing:hover {
    padding: 10px 13px; }
  .e-bigger .e-pager .e-spacing,
  .e-bigger .e-pager .e-numericitem:hover,
  .e-bigger .e-pager .e-currentitem,
  .e-pager.e-bigger .e-spacing,
  .e-pager.e-bigger .e-numericitem:hover,
  .e-pager.e-bigger .e-currentitem {
    border-radius: 16px;
    padding: 10px 13px; }
  .e-bigger .e-pager .e-numericitem:hover:not(.e-np):not(.e-pp):not(.e-active),
  .e-pager.e-bigger .e-numericitem:hover:not(.e-np):not(.e-pp):not(.e-active) {
    padding: 10px 13px; }
  .e-bigger .e-pager.e-rtl .e-spacing,
  .e-bigger .e-pager.e-rtl .e-numericitem:hover,
  .e-bigger .e-pager.e-rtl .e-currentitem,
  .e-pager.e-bigger.e-rtl .e-spacing,
  .e-pager.e-bigger.e-rtl .e-numericitem:hover,
  .e-pager.e-bigger.e-rtl .e-currentitem {
    margin: 0 8px;
    padding: 10px 13px; }
  .e-bigger .e-pager.e-rtl .e-numericitem:hover:not(.e-np):not(.e-pp):not(.e-active),
  .e-pager.e-bigger.e-rtl .e-numericitem:hover:not(.e-np):not(.e-pp):not(.e-active) {
    padding: 10px 13px; }
  .e-bigger .e-pager.e-rtl .e-pp,
  .e-bigger .e-pager.e-rtl .e-np,
  .e-bigger .e-pager.e-rtl .e-pp:hover,
  .e-bigger .e-pager.e-rtl .e-np:hover,
  .e-pager.e-bigger.e-rtl .e-pp,
  .e-pager.e-bigger.e-rtl .e-np,
  .e-pager.e-bigger.e-rtl .e-pp:hover,
  .e-pager.e-bigger.e-rtl .e-np:hover {
    margin-top: -10px; }
  .e-bigger .e-pager.e-rtl .e-pagerdropdown,
  .e-pager.e-bigger.e-rtl .e-pagerdropdown {
    margin: -38px 18px 0 0; }
  .e-bigger .e-pager.e-rtl .e-pagerconstant,
  .e-pager.e-bigger.e-rtl .e-pagerconstant {
    margin: 8px 16px 14px 0; }
  .e-bigger .e-pager .e-pagercontainer .e-firstpage,
  .e-bigger .e-pager .e-pagercontainer .e-prevpage,
  .e-bigger .e-pager .e-pagercontainer .e-firstpagedisabled,
  .e-bigger .e-pager .e-pagercontainer .e-prevpagedisabled,
  .e-bigger .e-pager .e-pagercontainer .e-nextpage,
  .e-bigger .e-pager .e-pagercontainer .e-lastpage,
  .e-bigger .e-pager .e-pagercontainer .e-nextpagedisabled,
  .e-bigger .e-pager .e-pagercontainer .e-lastpagedisabled,
  .e-pager.e-bigger .e-pagercontainer .e-firstpage,
  .e-pager.e-bigger .e-pagercontainer .e-prevpage,
  .e-pager.e-bigger .e-pagercontainer .e-firstpagedisabled,
  .e-pager.e-bigger .e-pagercontainer .e-prevpagedisabled,
  .e-pager.e-bigger .e-pagercontainer .e-nextpage,
  .e-pager.e-bigger .e-pagercontainer .e-lastpage,
  .e-pager.e-bigger .e-pagercontainer .e-nextpagedisabled,
  .e-pager.e-bigger .e-pagercontainer .e-lastpagedisabled {
    margin-right: 16px;
    padding: 6px; }

.e-pager {
  border-style: solid;
  border-width: 1px;
  display: inline-block;
  font-size: 13px;
  padding: 0;
  white-space: normal;
  width: 100%; }
  .e-pager [class^='e-'] {
    -webkit-box-sizing: border-box;
            box-sizing: border-box; }
  .e-pager div.e-parentmsgbar {
    float: right;
    padding-bottom: 9px;
    padding-right: 18px;
    padding-top: 14px; }
  .e-pager .e-pagesizes {
    display: inline; }
  .e-pager .e-pagerdropdown {
    display: inline-block;
    height: 32px;
    margin-left: 12px;
    margin-right: 0;
    margin-top: -22px;
    overflow: hidden;
    vertical-align: middle;
    width: 90px; }
  .e-pager .e-pagerconstant {
    display: inline-block;
    margin: 0 0 11px 12px;
    overflow: hidden;
    width: auto; }
  .e-pager .e-icons {
    font-size: 9px; }
  .e-pager .e-numericitem {
    border-right-style: solid;
    border-right-width: 0;
    display: inline-block;
    line-height: 1;
    margin-right: 4px;
    min-width: 26px;
    padding: 5px 8px;
    text-align: center; }
  .e-pager div.e-pagermsgdiv {
    padding-right: 6px;
    padding-top: 4px;
    text-align: right; }
  .e-pager .e-firstpagedisabled,
  .e-pager .e-prevpagedisabled,
  .e-pager .e-nextpagedisabled,
  .e-pager .e-lastpagedisabled {
    opacity: .3; }
  .e-pager .e-spacing,
  .e-pager .e-numericitem:hover,
  .e-pager .e-currentitem {
    border-radius: 12px;
    cursor: pointer;
    padding: 6px;
    text-decoration: none; }
  .e-pager .e-numericitem:hover:not(.e-np):not(.e-pp):not(.e-active) {
    padding: 6px; }
  .e-pager .e-currentitem {
    font-style: normal;
    font-variant: normal;
    font-weight: normal; }
  .e-pager div,
  .e-pager a {
    display: inline;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none; }
  .e-pager .e-icons::before {
    display: inline-block; }
  .e-pager .e-pagercontainer .e-firstpage,
  .e-pager .e-pagercontainer .e-prevpage,
  .e-pager .e-pagercontainer .e-firstpagedisabled,
  .e-pager .e-pagercontainer .e-prevpagedisabled,
  .e-pager .e-pagercontainer .e-nextpage,
  .e-pager .e-pagercontainer .e-lastpage,
  .e-pager .e-pagercontainer .e-nextpagedisabled,
  .e-pager .e-pagercontainer .e-lastpagedisabled {
    border-right-style: solid;
    border-right-width: 0;
    display: inline-block;
    margin-right: 12px;
    margin-top: 5px;
    min-width: 26px;
    padding: 11px 9px 8px; }
  .e-pager .e-pagercontainer .e-lastpage,
  .e-pager .e-pagercontainer .e-lastpagedisabled {
    border-right: 0; }
  .e-pager .e-firstpage:hover,
  .e-pager .e-prevpage:hover,
  .e-pager .e-lastpage:hover,
  .e-pager .e-nextpage:hover {
    cursor: pointer;
    text-decoration: none; }
  .e-pager a.e-nextprevitemdisabled {
    display: none;
    margin-left: 0;
    margin-right: 0;
    padding-left: 5px;
    padding-right: 5px;
    text-decoration: none; }
  .e-pager .e-next.e-icons.e-icon-next.e-nextpagedisabled.e-disable,
  .e-pager .e-next.e-icons.e-icon-next.e-nextpage.e-pager-default {
    margin-left: 9px; }
  .e-pager .e-pagercontainer {
    border-radius: 4px;
    border-style: solid;
    border-width: 0;
    display: inline-block;
    margin: 5px 6px 5px 18px;
    overflow: hidden; }
  .e-pager .e-lastpage:Hover {
    border-radius: 0 4px 4px 0; }
  .e-pager .e-firstpage:Hover {
    border-radius: 4px 0 0 4px; }
  .e-pager .e-pagermessage,
  .e-pager .e-pagerexternalmsg {
    display: block;
    margin: 6px;
    overflow: hidden;
    text-overflow: ellipsis; }
  .e-pager .e-mfirst,
  .e-pager .e-mprev,
  .e-pager .e-mnext,
  .e-pager .e-mlast {
    display: none; }
  .e-pager .e-mprev {
    text-indent: -3px; }
  .e-pager .e-mnext {
    text-indent: -2px; }
  .e-pager .e-mfirst,
  .e-pager .e-mprev,
  .e-pager .e-mnext,
  .e-pager .e-mlast {
    -webkit-tap-highlight-color: #fff; }
  .e-pager .e-pp,
  .e-pager .e-np,
  .e-pager .e-pp:hover,
  .e-pager .e-np:hover {
    font-size: 22px;
    font-weight: normal;
    letter-spacing: -0.1em;
    padding: 0 6px; }
  @media (max-width: 769px) {
    .e-pager {
      padding: 13px 0; }
      .e-pager div.e-parentmsgbar {
        -webkit-box-sizing: border-box;
                box-sizing: border-box;
        display: inline-block;
        float: initial;
        padding-bottom: 0;
        padding-right: 0;
        padding-top: 0;
        text-align: center;
        vertical-align: top;
        width: calc(60% - 48px); }
      .e-pager .e-pagesizes {
        display: none; }
      .e-pager .e-pagecountmsg {
        display: none; }
      .e-pager .e-pagercontainer {
        display: none; }
      .e-pager .e-icons {
        font-size: 11px; }
      .e-pager .e-mfirst,
      .e-pager .e-mprev,
      .e-pager .e-mnext,
      .e-pager .e-mlast {
        border: 0;
        -webkit-box-sizing: border-box;
                box-sizing: border-box;
        display: inline-block;
        padding: 1% 5%; }
      .e-pager .e-mfirst {
        margin-right: 4px;
        text-align: right;
        width: calc(10% + 11px); }
      .e-pager .e-mprev {
        margin: 0 4px;
        text-align: right;
        width: 10%; }
      .e-pager .e-mnext {
        margin: 0 4px;
        text-align: left;
        width: 10%; }
      .e-pager .e-mlast {
        margin-left: 4px;
        text-align: left;
        width: calc(10% + 11px); } }
  .e-pager.e-rtl {
    direction: rtl; }
    .e-pager.e-rtl .e-pagercontainer,
    .e-pager.e-rtl div,
    .e-pager.e-rtl a {
      float: initial; }
    .e-pager.e-rtl .e-parentmsgbar {
      float: left;
      margin-left: 6px; }
    .e-pager.e-rtl .e-pagerdropdown {
      margin: -30px 18px 0 10px; }
    .e-pager.e-rtl .e-pagerconstant {
      margin: 14px; }
    .e-pager.e-rtl .e-pagerexternalmsg {
      float: none; }
    .e-pager.e-rtl .e-pagercontainer {
      float: none;
      margin: 5px 6px 5px 18px;
      padding: 0; }
    .e-pager.e-rtl .e-firstpage,
    .e-pager.e-rtl .e-prevpage,
    .e-pager.e-rtl .e-firstpagedisabled,
    .e-pager.e-rtl .e-prevpagedisabled,
    .e-pager.e-rtl .e-nextpage,
    .e-pager.e-rtl .e-lastpage,
    .e-pager.e-rtl .e-nextpagedisabled,
    .e-pager.e-rtl .e-lastpagedisabled {
      padding: 9px 8px; }
    .e-pager.e-rtl .e-firstpage::before,
    .e-pager.e-rtl .e-firstpage:hover,
    .e-pager.e-rtl .e-firstpagedisabled::before {
      content: '\e701'; }
    .e-pager.e-rtl .e-prevpage::before,
    .e-pager.e-rtl .e-prevpage:hover,
    .e-pager.e-rtl .e-prevpagedisabled::before {
      content: '\e848'; }
    .e-pager.e-rtl .e-nextpage::before,
    .e-pager.e-rtl .e-nextpage:hover,
    .e-pager.e-rtl .e-nextpagedisabled::before {
      content: '\e84b'; }
    .e-pager.e-rtl .e-lastpage::before,
    .e-pager.e-rtl .e-lastpage:hover,
    .e-pager.e-rtl .e-lastpagedisabled::before {
      content: '\e716'; }
    .e-pager.e-rtl .e-nextpage,
    .e-pager.e-rtl .e-nextpagedisabled,
    .e-pager.e-rtl .e-prevpage,
    .e-pager.e-rtl .e-prevpagedisabled,
    .e-pager.e-rtl .e-firstpage,
    .e-pager.e-rtl .e-firstpagedisabled {
      border-left-style: solid;
      border-left-width: 0; }
    .e-pager.e-rtl .e-nextpage,
    .e-pager.e-rtl .e-nextpagedisabled,
    .e-pager.e-rtl .e-prevpage,
    .e-pager.e-rtl .e-prevpagedisabled {
      border-right-style: none;
      border-right-width: 0; }
    .e-pager.e-rtl .e-firstpage,
    .e-pager.e-rtl .e-firstpagedisabled {
      border-right: medium none; }
    .e-pager.e-rtl .e-firstpage:hover {
      border-radius: 0 4px 4px 0; }
    .e-pager.e-rtl .e-lastpage:hover {
      border-radius: 4px 0 0 4px; }
    .e-pager.e-rtl .e-numericcontainer {
      float: none; }
    .e-pager.e-rtl .e-numericitem {
      border-left-style: solid;
      border-left-width: 0;
      border-right-style: none;
      border-right-width: 0;
      min-width: 26px; }
    .e-pager.e-rtl .e-next.e-icons.e-icon-next.e-nextpagedisabled.e-disable, .e-pager.e-rtl.e-next.e-icons.e-icon-next.e-nextpage.e-pager-default {
      margin-left: 0;
      margin-right: 9px; }
    .e-pager.e-rtl .e-spacing,
    .e-pager.e-rtl .e-numericitem:hover,
    .e-pager.e-rtl .e-currentitem {
      margin: 11px 4px 0 0;
      padding: 6px; }
    .e-pager.e-rtl .e-numericitem:hover:not(.e-np):not(.e-pp):not(.e-active) {
      padding: 6px; }
    .e-pager.e-rtl .e-pp,
    .e-pager.e-rtl .e-np,
    .e-pager.e-rtl .e-pp:hover,
    .e-pager.e-rtl .e-np:hover {
      margin-top: -2px;
      padding: 3px 11px 9px; }
    @media (max-width: 769px) {
      .e-pager.e-rtl .e-mfirst,
      .e-pager.e-rtl .e-mprev,
      .e-pager.e-rtl .e-mnext,
      .e-pager.e-rtl .e-mlast {
        border: 0; }
      .e-pager.e-rtl.e-rtl div.e-parentmsgbar {
        float: initial;
        margin-left: 0;
        margin-top: 7px; }
      .e-pager.e-rtl .e-parentmsgbar {
        float: right; } }
  .e-pager.sf-pager .e-last,
  .e-pager.sf-pager .e-mnext,
  .e-pager.sf-pager .e-mlast {
    margin-left: -4px; }
  .e-pager.sf-pager .e-prev {
    margin-left: -3px; }
  .e-pager.sf-pager .e-link,
  .e-pager.sf-pager .e-next.e-icons.e-icon-next.e-nextpage.e-pager-default {
    margin-left: 0; }

/*! Pager theme */
.e-pager {
  background-color: #fff;
  border-color: #e0e0e0;
  color: #000;
  opacity: 0.87; }
  .e-pager div.e-icons {
    color: #000; }
  .e-pager div.e-icons.e-disable {
    color: unset; }
  .e-pager .e-pager-default:hover {
    background: #fff;
    color: #000;
    opacity: 0.87; }
  .e-pager .e-parentmsgbar {
    font-weight: normal; }
  .e-pager .e-spacing {
    color: #000;
    opacity: 0.87; }
  .e-pager .e-spacing.e-numericitem:not(.e-active):not(.e-np):not(.e-pp):hover {
    background: unset; }
  .e-pager .e-numericitem:hover {
    color: #000;
    opacity: 0.87; }
  .e-pager .e-numericitem:hover:not(.e-np):not(.e-pp):not(.e-active) {
    border-left: 0 solid #e0e0e0; }
  .e-pager .e-numericitem:not(.e-active):not(.e-np):not(.e-pp):hover {
    background-color: #eee;
    opacity: 1; }
  .e-pager .e-numericitem {
    background: #fff;
    border-right-color: #e0e0e0;
    color: #000; }
  .e-pager .e-prevpagedisabled,
  .e-pager .e-prevpage,
  .e-pager .e-nextpage,
  .e-pager .e-nextpagedisabled,
  .e-pager .e-lastpagedisabled,
  .e-pager .e-lastpage,
  .e-pager .e-firstpage,
  .e-pager .e-firstpagedisabled {
    background-color: #fff;
    color: #000; }
  .e-pager .e-lastpage,
  .e-pager .e-firstpage {
    background-color: transparent; }
  .e-pager .e-pagercontainer {
    background-color: #fff;
    border-color: #e0e0e0; }
  .e-pager .e-firstpage,
  .e-pager .e-prevpage,
  .e-pager .e-firstpagedisabled,
  .e-pager .e-prevpagedisabled,
  .e-pager .e-nextpage,
  .e-pager .e-lastpage,
  .e-pager .e-nextpagedisabled,
  .e-pager .e-lastpagedisabled {
    border-right-color: #e0e0e0; }
  .e-pager .e-currentitem,
  .e-pager .e-currentitem:hover {
    background: #971b1e;
    color: #fff;
    opacity: 1; }
  @media (max-width: 590px) {
    .e-pager .e-pager-default:hover {
      background: #fff;
      color: #000;
      opacity: 0.87; } }
  .e-pager.e-rtl .e-numericitem {
    border-left-color: #e0e0e0; }
  .e-pager.e-rtl .e-firstpage,
  .e-pager.e-rtl .e-prevpage,
  .e-pager.e-rtl .e-firstpagedisabled,
  .e-pager.e-rtl .e-prevpagedisabled,
  .e-pager.e-rtl .e-nextpage,
  .e-pager.e-rtl .e-lastpage,
  .e-pager.e-rtl .e-nextpagedisabled,
  .e-pager.e-rtl .e-lastpagedisabled {
    border-left-color: #e0e0e0; }
  .e-pager.e-rtl .e-nextpage,
  .e-pager.e-rtl .e-nextpagedisabled {
    border-left-color: #e0e0e0; }

/*!component icons*/
.e-icon-check::before {
  content: '\e7ff'; }

.e-excelfilter .e-icon-filter::before {
  content: '\e7ee'; }

.e-excelfilter .e-excl-filter-icon::before {
  content: '\e251'; }

.e-excelfilter .e-excl-filter-icon.e-filtered::before {
  content: '\e248'; }

.e-excelfilter .e-search-icon::before {
  content: '\e993'; }

.e-excelfilter .e-chkcancel-icon::before {
  content: '\e7a7'; }

.e-excelfilter .e-sortascending::before {
  content: '\e734'; }

.e-excelfilter .e-sortdescending::before {
  content: '\e733'; }

/*! Excel-Filter layout */
.sf-grid .e-excelfilter .e-dlg-content {
  overflow: visible;
  padding: 0; }

.sf-grid .e-excelfilter .e-searchcontainer {
  padding: 18px;
  padding-top: 4px; }

.sf-grid .e-excelfilter .e-contextmenu-container.e-sfcontextmenu .e-ul .e-menu-item:not(.e-separator) {
  height: 26px;
  line-height: 26px; }

.sf-grid .e-excelfilter .e-searchbox {
  padding-left: 0; }

.sf-grid .e-excelfilter .e-contextmenu-container.e-sfcontextmenu .e-ul .e-separator {
  height: auto; }

.sf-grid .e-excelfilter .e-contextmenu-container.e-sfcontextmenu .e-ul {
  position: absolute; }

.sf-grid .e-excelfilter .e-contextmenu-container.e-sfcontextmenu {
  display: inline-block;
  position: relative;
  width: 100%; }

.sf-grid-dlg.e-xlflmenu .e-xlfl-radiodiv {
  width: unset; }

.e-xlflmenu {
  min-height: 295px; }
  .e-xlflmenu .e-xlfl-dlgfields {
    font-size: 17px; }
  .e-xlflmenu .e-xlfl-fieldset {
    font-size: 14px;
    padding-top: 15px; }
  .e-xlflmenu .e-xlfl-optr,
  .e-xlflmenu .e-xlfl-value {
    padding-top: 12px; }
  .e-xlflmenu .e-xlfl-radio,
  .e-xlflmenu .e-xlfl-mtcase {
    padding-top: 12px; }
  .e-xlflmenu .e-xlfl-optr:first-child {
    padding-right: 12px; }
  .e-xlflmenu .e-xlfl-table {
    border-spacing: 0;
    table-layout: fixed;
    width: 100%; }
  .e-xlflmenu .e-radio + label .e-label {
    padding-left: 23px;
    padding-right: 13px; }
  .e-xlflmenu .e-checkbox-wrapper .e-frame + .e-label {
    margin-left: 6px; }
  .e-xlflmenu .e-dlg-content {
    padding-bottom: 6px; }
  .e-xlflmenu .e-xlfl-radiodiv {
    width: 117px; }
  .e-xlflmenu .e-xlfl-matchcasediv {
    margin-left: 0;
    margin-right: 13px; }

.e-xlfl-radio-or,
.e-xlfl-matchcasediv {
  margin-left: 13px; }

.e-emptyicon {
  opacity: 0; }

.e-xlflmenu.e-rtl .e-xlfl-optr :first-child {
  padding-left: 12px; }

.e-xlflmenu.e-rtl .e-radio + label .e-label {
  padding-left: 0;
  padding-right: 25px; }

.e-xlflmenu.e-rtl .e-xlfl-radio-or {
  margin-left: 0;
  margin-right: 13px; }

.e-bigger .e-xlflmenu {
  min-height: 396px; }
  .e-bigger .e-xlflmenu .e-xlfl-table {
    border-spacing: 0;
    width: 100%; }
  .e-bigger .e-xlflmenu .e-dlg-content {
    padding-bottom: 8px; }
  .e-bigger .e-xlflmenu .e-radio + label .e-label {
    padding-left: 28px;
    padding-right: 5px; }
  .e-bigger .e-xlflmenu .e-checkbox-wrapper .e-frame + .e-label {
    margin-left: 8px; }
  .e-bigger .e-xlflmenu .e-xlfl-radiodiv {
    width: 137px; }
  .e-bigger .e-xlflmenu .e-xlfl-radio-or,
  .e-bigger .e-xlflmenu .e-xlfl-matchcasediv {
    margin-left: 18px; }
  .e-bigger .e-xlflmenu .e-xlfl-optr:first-child {
    padding-right: 16px; }
  .e-bigger .e-xlflmenu .e-xlfl-dlgfields {
    font-size: 18px; }
  .e-bigger .e-xlflmenu .e-xlfl-fieldset {
    font-size: 15px;
    padding-top: 20px; }
  .e-bigger .e-xlflmenu .e-xlfl-optr,
  .e-bigger .e-xlflmenu .e-xlfl-value {
    padding-top: 16px; }
  .e-bigger .e-xlflmenu .e-xlfl-radio,
  .e-bigger .e-xlflmenu .e-xlfl-mtcase {
    padding-top: 16px; }

.e-bigger .e-excelfilter .e-xlflmenu,
.e-excelfilter.e-bigger .e-xlflmenu {
  min-height: 396px; }

.e-bigger .e-excelfilter .e-ftrchk,
.e-excelfilter.e-bigger .e-ftrchk {
  padding-bottom: 13px;
  padding-top: 13px; }

.e-bigger .e-excelfilter .e-contextmenu-wrapper ul li,
.e-bigger .e-excelfilter .e-contextmenu-container ul li,
.e-excelfilter.e-bigger .e-contextmenu-wrapper ul li,
.e-excelfilter.e-bigger .e-contextmenu-container ul li {
  height: 48px;
  line-height: 48px; }

.e-bigger .e-excelfilter .e-contextmenu-wrapper ul li .e-menu-icon,
.e-bigger .e-excelfilter .e-contextmenu-container ul li .e-menu-icon,
.e-excelfilter.e-bigger .e-contextmenu-wrapper ul li .e-menu-icon,
.e-excelfilter.e-bigger .e-contextmenu-container ul li .e-menu-icon {
  height: 48px;
  line-height: 48px;
  margin-right: 15px; }

.e-bigger .e-excelfilter .e-contextmenu-wrapper ul .e-menu-item .e-caret,
.e-excelfilter.e-bigger .e-contextmenu-wrapper ul .e-menu-item .e-caret {
  height: 48px;
  line-height: 48px; }

.e-bigger .e-excelfilter .e-dlg-content,
.e-excelfilter.e-bigger .e-dlg-content {
  padding-left: 11px; }

.e-bigger .e-excelfilter .e-ftrchk,
.e-bigger .e-excelfilter .e-searchbox,
.e-excelfilter.e-bigger .e-ftrchk,
.e-excelfilter.e-bigger .e-searchbox {
  padding-left: 13px; }

.e-bigger .e-excelfilter.e-rtl .e-dlg-content,
.e-excelfilter.e-bigger.e-rtl .e-dlg-content {
  padding-left: 24px;
  padding-right: 11px; }

.e-bigger .e-excelfilter.e-rtl .e-ftrchk,
.e-bigger .e-excelfilter.e-rtl .e-searchbox,
.e-excelfilter.e-bigger.e-rtl .e-ftrchk,
.e-excelfilter.e-bigger.e-rtl .e-searchbox {
  padding-left: 0;
  padding-right: 13px; }

.e-excelfilter .e-checkboxlist {
  height: 200px;
  margin-top: 5px;
  min-height: 160px;
  overflow-y: auto; }

.e-excelfilter .e-checkboxfiltertext {
  width: 150px;
  word-break: normal; }

.e-excelfilter .e-chk-hidden {
  -moz-appearance: none;
  height: 1px;
  opacity: 0;
  width: 1px; }

.e-excelfilter .e-contextmenu-wrapper,
.e-excelfilter .e-contextmenu-wrapper ul {
  display: block; }

.e-excelfilter .e-contextmenu-wrapper ul {
  padding-bottom: 4px;
  position: static; }

.e-excelfilter .e-contextmenu-wrapper ul li,
.e-excelfilter .e-contextmenu-container ul li {
  height: 36px;
  line-height: 36px; }

.e-excelfilter .e-contextmenu-wrapper ul li .e-menu-icon,
.e-excelfilter .e-contextmenu-container ul li .e-menu-icon {
  height: 36px;
  line-height: 36px;
  margin-right: 12px; }

.e-excelfilter.e-rtl .e-contextmenu-wrapper ul li .e-menu-icon {
  margin-right: 0; }

.e-excelfilter .e-contextmenu-wrapper ul .e-menu-item .e-caret {
  height: 36px;
  line-height: 36px; }

.e-excelfilter .e-contextmenu-wrapper ul,
.e-excelfilter .e-contextmenu-container ul {
  border: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  max-width: 300px;
  padding-bottom: 4px;
  position: static; }

.e-excelfilter .e-footer-content {
  border-style: solid;
  border-width: 1px 0 0; }

.e-excelfilter .e-excel-menu {
  z-index: 1000; }

.e-excelfilter .e-dlg-content {
  padding-top: 0; }

.e-excelfilter .e-contextmenu-wrapper,
.e-excelfilter .e-contextmenu-wrapper ul {
  display: block; }

.e-excelfilter .e-contextmenu-wrapper ul {
  padding-bottom: 4px;
  position: static; }

.e-excelfilter .e-contextmenu-wrapper ul li .e-contextmenu-container ul li {
  height: 36px;
  line-height: 36px; }

.e-excelfilter .e-contextmenu-wrapper ul li .e-menu-icon,
.e-excelfilter .e-contextmenu-container ul li .e-menu-icon {
  height: 36px;
  line-height: 36px;
  margin-right: 12px; }

.e-excelfilter.e-rtl .e-contextmenu-wrapper ul li .e-menu-icon {
  margin-right: 0; }

.e-excelfilter .e-contextmenu-wrapper ul .e-menu-item .e-caret {
  height: 36px;
  line-height: 36px; }

.e-excelfilter .e-footer-content {
  border-style: solid;
  border-width: 1px 0 0; }

.e-excelfilter .e-excel-menu {
  z-index: 1000; }

.e-excelfilter .e-dlg-content {
  padding-top: 0; }

.e-excelfilter .e-xlsel {
  border: 0 solid;
  position: absolute;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none; }

.e-excelfilter .e-dlg-content {
  padding-left: 9px; }

.e-excelfilter .e-ftrchk,
.e-excelfilter .e-searchbox {
  padding-left: 9px; }

.e-excelfilter.e-rtl .e-dlg-content {
  padding-left: 18px;
  padding-right: 9px; }

.e-excelfilter.e-rtl .e-ftrchk,
.e-excelfilter.e-rtl .e-searchbox {
  padding-left: 0;
  padding-right: 9px; }

.e-excelfilter .e-searchbox {
  display: block; }

.e-ftrchk {
  padding-bottom: 9px;
  padding-top: 9px; }

/*! Excel-Filter theme */
.e-excelfilter .e-footer-content {
  border-color: rgba(0, 0, 0, 0.12);
  opacity: 1; }

.e-excelfilter .e-filtered::before {
  color: #971b1e; }

.e-excelfilter .e-dlg-content {
  padding-bottom: 0; }

li.e-separator.e-menu-item.e-excel-separator {
  margin-bottom: 4px;
  margin-top: 4px; }

.e-xlsel {
  background-color: #971b1e;
  border-color: #971b1e; }

/*0 .6em !default;*/
/*!componenticons*/
.e-icon-check::before {
  content: '\e7ff'; }

.e-grid .e-group-animate .e-drag.e-icon-drag::before,
.e-grid-menu .e-group-animate .e-drag.e-icon-drag::before {
  content: '\e330'; }

.e-grid .e-group-animate .e-nextgroup.e-icon-next::before,
.e-grid-menu .e-group-animate .e-nextgroup.e-icon-next::before {
  content: '\ec07'; }

.e-grid .e-icon-ascending::before,
.e-grid-menu .e-icon-ascending::before {
  content: '\e840'; }

.e-grid .e-icon-descending::before,
.e-grid-menu .e-icon-descending::before {
  content: '\e83f'; }

.e-grid .e-icon-hide::before,
.e-grid-menu .e-icon-hide::before {
  content: '\e825'; }

.e-grid .e-ungroupbutton.e-icon-hide::before,
.e-grid-menu .e-ungroupbutton.e-icon-hide::before {
  content: '\e917'; }

.e-grid .e-icon-rowselect::before,
.e-grid-menu .e-icon-rowselect::before {
  content: '\e930'; }

.e-grid .e-icon-sortdirect::before,
.e-grid-menu .e-icon-sortdirect::before {
  content: '\e890'; }

.e-grid .e-icon-gdownarrow::before,
.e-grid-menu .e-icon-gdownarrow::before {
  content: '\e83d'; }

.e-grid .e-icon-grightarrow::before,
.e-grid-menu .e-icon-grightarrow::before {
  content: '\e859'; }

.e-grid .e-icon-filter::before,
.e-grid-menu .e-icon-filter::before {
  content: '\e7ee'; }

.e-grid .e-excl-filter-icon::before,
.e-grid-menu .e-excl-filter-icon::before {
  content: '\e251'; }

.e-grid .e-excl-filter-icon.e-filtered::before,
.e-grid-menu .e-excl-filter-icon.e-filtered::before {
  content: '\e248'; }

.e-grid.e-rtl .e-icon-grightarrow::before,
.e-grid-menu.e-rtl .e-icon-grightarrow::before {
  content: '\e854'; }

.e-grid .e-icon-group::before,
.e-grid-menu .e-icon-group::before {
  content: '\e926'; }

.e-grid .e-icon-ungroup::before,
.e-grid-menu .e-icon-ungroup::before {
  content: '\e926'; }

.e-grid .e-icon-reorderuparrow::before,
.e-grid-menu .e-icon-reorderuparrow::before {
  content: '\e918'; }

.e-grid .e-icon-reorderdownarrow::before,
.e-grid-menu .e-icon-reorderdownarrow::before {
  content: '\e919'; }

.e-grid .e-print::before,
.e-grid-menu .e-print::before {
  content: '\e813'; }

.e-grid .e-add::before,
.e-grid-menu .e-add::before {
  content: '\e7f9'; }

.e-grid .e-wordexport::before,
.e-grid-menu .e-wordexport::before {
  content: '\e7b0'; }

.e-grid .e-pdfexport::before,
.e-grid-menu .e-pdfexport::before {
  content: '\e240'; }

.e-grid .e-csvexport::before,
.e-grid-menu .e-csvexport::before {
  content: '\e241'; }

.e-grid .e-excelexport::before,
.e-grid-menu .e-excelexport::before {
  content: '\e242'; }

.e-grid .e-edit::before,
.e-grid-menu .e-edit::before {
  content: '\e81e'; }

.e-grid .e-columnmenu::before,
.e-grid-menu .e-columnmenu::before {
  content: '\e984'; }

.e-grid .e-delete::before,
.e-grid-menu .e-delete::before {
  content: '\e84e'; }

.e-grid .e-cancel::before,
.e-grid-menu .e-cancel::before {
  content: '\e825'; }

.e-grid .e-copy::before,
.e-grid-menu .e-copy::before {
  content: '\e70a'; }

.e-grid .e-save::before,
.e-grid-menu .e-save::before {
  content: '\e98e'; }

.e-grid .e-update::before,
.e-grid-menu .e-update::before {
  content: '\e735'; }

.e-grid .e-search-icon::before,
.e-grid-menu .e-search-icon::before {
  content: '\e993'; }

.e-grid .e-cancel-icon::before,
.e-grid-menu .e-cancel-icon::before {
  content: '\e825'; }

.e-grid .e-columnchooserdiv::before,
.e-grid-menu .e-columnchooserdiv::before {
  content: '\e714'; }

.e-grid .e-ccsearch-icon::before,
.e-grid-menu .e-ccsearch-icon::before {
  content: '\e993'; }

.e-grid .e-columnchooser::before,
.e-grid-menu .e-columnchooser::before {
  content: '\e21e'; }

.e-grid .e-columnchooser-btn::before,
.e-grid-menu .e-columnchooser-btn::before {
  content: '\e969'; }

.e-grid .e-cc-icon::before,
.e-grid-menu .e-cc-icon::before {
  content: '\e82e'; }

.e-grid .e-icon-rowdragicon::before,
.e-grid-menu .e-icon-rowdragicon::before {
  content: '\e330'; }

.e-grid.e-rtl .e-icon-rowdragicon::before,
.e-grid-menu.e-rtl .e-icon-rowdragicon::before {
  content: '\e330'; }

.e-grid .e-ccsearch-icon.e-cc-cancel::before,
.e-grid .e-chkcancel-icon::before,
.e-grid-menu .e-ccsearch-icon.e-cc-cancel::before,
.e-grid-menu .e-chkcancel-icon::before {
  content: '\e7a7'; }

/*! Grid layout */
.e-disableuserselect {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none; }

/*! Blazor column menu custom css */
.e-contextmenu-container.e-sfcontextmenu.e-hide-menu {
  visibility: hidden; }

.e-emptyicon {
  opacity: 0; }

.e-device .e-flmenu-valuediv {
  padding: 24px 0 0; }

.e-bigger .e-grid,
.e-grid.e-bigger {
  font-size: 13px; }
  .e-bigger .e-grid .e-toolbar-items .e-toolbar-item.e-search-wrapper,
  .e-grid.e-bigger .e-toolbar-items .e-toolbar-item.e-search-wrapper {
    padding-bottom: 8px;
    padding-top: 2px; }
    .e-bigger .e-grid .e-toolbar-items .e-toolbar-item.e-search-wrapper .e-search .e-search-icon,
    .e-grid.e-bigger .e-toolbar-items .e-toolbar-item.e-search-wrapper .e-search .e-search-icon {
      min-width: 20px; }
  .e-bigger .e-grid .e-toolbar .e-toolbar-items .e-tbar-btn .e-icons,
  .e-grid.e-bigger .e-toolbar .e-toolbar-items .e-tbar-btn .e-icons {
    font-size: 18px; }
  .e-bigger .e-grid .e-flmenu-valuediv,
  .e-grid.e-bigger .e-flmenu-valuediv {
    padding: 24px 0 0; }
  .e-bigger .e-grid .e-headercell,
  .e-grid.e-bigger .e-headercell {
    height: 56px;
    padding: 0 28px 0; }
  .e-bigger .e-grid .e-headercelldiv,
  .e-grid.e-bigger .e-headercelldiv {
    font-size: 12px;
    height: 29px;
    line-height: 30px; }
  .e-bigger .e-grid .e-headercell,
  .e-bigger .e-grid .e-detailheadercell,
  .e-grid.e-bigger .e-headercell,
  .e-grid.e-bigger .e-detailheadercell {
    font-size: 12px; }
  .e-bigger .e-grid .e-icons,
  .e-grid.e-bigger .e-icons {
    font-size: 12px; }
  .e-bigger .e-grid .e-gridheader thead .e-icons,
  .e-grid.e-bigger .e-gridheader thead .e-icons {
    font-size: 12px; }
  .e-bigger .e-grid .e-icon-gdownarrow,
  .e-grid.e-bigger .e-icon-gdownarrow {
    font-size: 12px; }
  .e-bigger .e-grid .e-icon-grightarrow,
  .e-grid.e-bigger .e-icon-grightarrow {
    font-size: 12px; }
  .e-bigger .e-grid .e-toolbar .e-btn-icon.e-icons.e-columnchooser-btn,
  .e-grid.e-bigger .e-toolbar .e-btn-icon.e-icons.e-columnchooser-btn {
    font-size: 12px; }
  .e-bigger .e-grid .e-gridheader tr th:last-child,
  .e-grid.e-bigger .e-gridheader tr th:last-child {
    padding-right: 28px; }
  .e-bigger .e-grid .e-gridheader tr th:last-child.e-filterbarcell,
  .e-grid.e-bigger .e-gridheader tr th:last-child.e-filterbarcell {
    padding-left: 21px; }
  .e-bigger .e-grid .e-gridheader tr th:first-child,
  .e-grid.e-bigger .e-gridheader tr th:first-child {
    padding-left: 28px; }
  .e-bigger .e-grid .e-gridheader tr th:first-child.e-filterbarcell,
  .e-grid.e-bigger .e-gridheader tr th:first-child.e-filterbarcell {
    padding-left: 21px; }
  .e-bigger .e-grid .e-headercelldiv,
  .e-grid.e-bigger .e-headercelldiv {
    font-size: 12px; }
  .e-bigger .e-grid .e-rowcell,
  .e-bigger .e-grid .e-summarycell,
  .e-grid.e-bigger .e-rowcell,
  .e-grid.e-bigger .e-summarycell {
    font-size: 13px;
    padding: 11px 28px; }
  .e-bigger .e-grid .e-rowcell:first-child,
  .e-bigger .e-grid .e-summarycell:first-child,
  .e-grid.e-bigger .e-rowcell:first-child,
  .e-grid.e-bigger .e-summarycell:first-child {
    padding-left: 28px; }
  .e-bigger .e-grid .e-rowcell:last-child,
  .e-bigger .e-grid .e-summarycell:last-child,
  .e-grid.e-bigger .e-rowcell:last-child,
  .e-grid.e-bigger .e-summarycell:last-child {
    padding-right: 28px; }
  .e-bigger .e-grid .e-filterbarcell,
  .e-bigger .e-grid .e-filterbarcelldisabled,
  .e-grid.e-bigger .e-filterbarcell,
  .e-grid.e-bigger .e-filterbarcelldisabled {
    height: 56px;
    padding: 0 28px; }
  .e-bigger .e-grid .e-filterbarcell input,
  .e-grid.e-bigger .e-filterbarcell input {
    height: 26px; }
  .e-bigger .e-grid .e-ftrchk,
  .e-grid.e-bigger .e-ftrchk {
    padding-bottom: 13px;
    padding-top: 13px; }
  .e-bigger .e-grid .e-columnmenu,
  .e-grid.e-bigger .e-columnmenu {
    bottom: 17px; }
  .e-bigger .e-grid.e-device.e-noselect,
  .e-grid.e-bigger.e-device.e-noselect {
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none; }
  .e-bigger .e-grid .e-dialog.e-checkboxfilter,
  .e-bigger .e-grid .e-dialog.e-flmenu,
  .e-grid.e-bigger .e-dialog.e-checkboxfilter,
  .e-grid.e-bigger .e-dialog.e-flmenu {
    min-width: 260px; }
  .e-bigger .e-grid .e-dialog.e-checkboxfilter,
  .e-grid.e-bigger .e-dialog.e-checkboxfilter {
    min-height: 352px; }
  .e-bigger .e-grid .e-checkboxfilter .e-dlg-content,
  .e-grid.e-bigger .e-checkboxfilter .e-dlg-content {
    padding-left: 11px; }
  .e-bigger .e-grid .e-checkboxfilter .e-ftrchk,
  .e-bigger .e-grid .e-checkboxfilter .e-searchbox,
  .e-grid.e-bigger .e-checkboxfilter .e-ftrchk,
  .e-grid.e-bigger .e-checkboxfilter .e-searchbox {
    padding-left: 13px; }
  .e-bigger .e-grid.e-rtl .e-checkboxfilter .e-dlg-content,
  .e-grid.e-bigger.e-rtl .e-checkboxfilter .e-dlg-content {
    padding-left: 24px;
    padding-right: 11px; }
  .e-bigger .e-grid.e-rtl .e-checkboxfilter .e-ftrchk,
  .e-bigger .e-grid.e-rtl .e-checkboxfilter .e-searchbox,
  .e-grid.e-bigger.e-rtl .e-checkboxfilter .e-ftrchk,
  .e-grid.e-bigger.e-rtl .e-checkboxfilter .e-searchbox {
    padding-left: 0;
    padding-right: 13px; }
  .e-bigger .e-grid .e-filtermenudiv,
  .e-grid.e-bigger .e-filtermenudiv {
    margin: -18px -7px; }
  .e-bigger .e-grid .e-sortfilterdiv,
  .e-grid.e-bigger .e-sortfilterdiv {
    margin: -17px 8px; }
  .e-bigger .e-grid .e-gridheader .e-fltr-icon .e-sortfilterdiv,
  .e-grid.e-bigger .e-gridheader .e-fltr-icon .e-sortfilterdiv {
    margin: -15px 18px; }
  .e-bigger .e-grid .e-gridheader .e-columnheader.e-wrap .e-sortfilterdiv,
  .e-bigger .e-grid .e-wrap .e-sortfilterdiv,
  .e-grid.e-bigger .e-gridheader .e-columnheader.e-wrap .e-sortfilterdiv,
  .e-grid.e-bigger .e-wrap .e-sortfilterdiv {
    margin: -20px 8px; }
  .e-bigger .e-grid .e-gridheader .e-columnheader.e-wrap .e-rightalign .e-sortfilterdiv .e-wrap .e-rightalign .e-sortfilterdiv,
  .e-grid.e-bigger .e-gridheader .e-columnheader.e-wrap .e-rightalign .e-sortfilterdiv .e-wrap .e-rightalign .e-sortfilterdiv {
    margin: -20px 2px; }
  .e-bigger .e-grid .e-gridheader .e-columnheader.e-wrap .e-fltr-icon .e-sortfilterdiv .e-wrap .e-fltr-icon .e-sortfilterdiv,
  .e-grid.e-bigger .e-gridheader .e-columnheader.e-wrap .e-fltr-icon .e-sortfilterdiv .e-wrap .e-fltr-icon .e-sortfilterdiv {
    margin: -10px 18px; }
  .e-bigger .e-grid .e-gridheader .e-columnheader.e-wrap .e-rightalign.e-fltr-icon .e-sortfilterdiv,
  .e-bigger .e-grid .e-wrap .e-rightalign.e-fltr-icon .e-sortfilterdiv,
  .e-grid.e-bigger .e-gridheader .e-columnheader.e-wrap .e-rightalign.e-fltr-icon .e-sortfilterdiv,
  .e-grid.e-bigger .e-wrap .e-rightalign.e-fltr-icon .e-sortfilterdiv {
    margin: -12px 2px; }
  .e-bigger .e-grid.e-wrap .e-rowcell,
  .e-bigger .e-grid.e-wrap .e-columnheader .e-stackedheadercelldiv,
  .e-bigger .e-grid.e-wrap .e-columnheader .e-headercelldiv,
  .e-grid.e-bigger.e-wrap .e-rowcell,
  .e-grid.e-bigger.e-wrap .e-columnheader .e-stackedheadercelldiv,
  .e-grid.e-bigger.e-wrap .e-columnheader .e-headercelldiv {
    line-height: 18px; }
  .e-bigger .e-grid .e-gridheader .e-rightalign .e-sortfilterdiv,
  .e-grid.e-bigger .e-gridheader .e-rightalign .e-sortfilterdiv {
    margin: -17px 2px; }
  .e-bigger .e-grid .e-gridheader .e-rightalign .e-sortnumber,
  .e-grid.e-bigger .e-gridheader .e-rightalign .e-sortnumber {
    float: left;
    margin: 8px 2px 0 5px; }
  .e-bigger .e-grid .e-sortnumber,
  .e-grid.e-bigger .e-sortnumber {
    border-radius: 65%;
    display: inline-block;
    float: right;
    font-size: 9px;
    height: 15px;
    line-height: 16px;
    margin: 8px 5px 0 2px;
    text-align: center;
    width: 15px; }
  .e-bigger .e-grid .e-gridheader .e-rightalign.e-fltr-icon .e-sortfilterdiv,
  .e-grid.e-bigger .e-gridheader .e-rightalign.e-fltr-icon .e-sortfilterdiv {
    margin: -17px 2px; }
  .e-bigger .e-grid.e-rtl .e-headercell .e-sortfilterdiv,
  .e-bigger .e-grid.e-rtl .e-detailheadercell .e-sortfilterdiv,
  .e-grid.e-bigger.e-rtl .e-headercell .e-sortfilterdiv,
  .e-grid.e-bigger.e-rtl .e-detailheadercell .e-sortfilterdiv {
    margin: -17px 10px; }
  .e-bigger .e-grid.e-rtl .e-gridheader .e-rightalign .e-sortfilterdiv,
  .e-grid.e-bigger.e-rtl .e-gridheader .e-rightalign .e-sortfilterdiv {
    margin: -17px 10px; }
  .e-bigger .e-grid.e-rtl .e-gridheader .e-fltr-icon .e-sortfilterdiv,
  .e-grid.e-bigger.e-rtl .e-gridheader .e-fltr-icon .e-sortfilterdiv {
    margin: -15px 30px 0 0; }
  .e-bigger .e-grid.e-rtl .e-gridheader .e-rightalign.e-fltr-icon .e-sortfilterdiv,
  .e-grid.e-bigger.e-rtl .e-gridheader .e-rightalign.e-fltr-icon .e-sortfilterdiv {
    margin: -16px 0; }
  .e-bigger .e-grid.e-rtl .e-filtermenudiv,
  .e-grid.e-bigger.e-rtl .e-filtermenudiv {
    margin: -18px 0 -18px -11px; }
  .e-bigger .e-grid.e-rtl .e-rightalign .e-filtermenudiv,
  .e-grid.e-bigger.e-rtl .e-rightalign .e-filtermenudiv {
    margin: -18px 0 -18px -11px; }
  .e-bigger .e-grid.e-rtl .e-headercell .e-headercelldiv .e-sortnumber,
  .e-bigger .e-grid.e-rtl .e-detailheadercell .e-headercelldiv .e-sortnumber,
  .e-grid.e-bigger.e-rtl .e-headercell .e-headercelldiv .e-sortnumber,
  .e-grid.e-bigger.e-rtl .e-detailheadercell .e-headercelldiv .e-sortnumber {
    margin: 6px 0 0 5px; }
  .e-bigger .e-grid .e-rowcell,
  .e-bigger .e-grid .e-summarycell,
  .e-bigger .e-grid .e-emptyrow td,
  .e-bigger .e-grid .e-frozencontent table tr td:first-child:empty,
  .e-bigger .e-grid .e-movablecontent table tr td:first-child:empty,
  .e-bigger .e-grid:not(.e-grid-min-height) .e-gridcontent tr td:not(.e-indentcell):first-child:empty,
  .e-bigger .e-grid:not(.e-grid-min-height) .e-gridcontent tr.e-row .e-rowcell:empty,
  .e-grid.e-bigger .e-rowcell,
  .e-grid.e-bigger .e-summarycell,
  .e-grid.e-bigger .e-emptyrow td,
  .e-grid.e-bigger .e-frozencontent table tr td:first-child:empty,
  .e-grid.e-bigger .e-movablecontent table tr td:first-child:empty,
  .e-grid.e-bigger:not(.e-grid-min-height) .e-gridcontent tr td:not(.e-indentcell):first-child:empty,
  .e-grid.e-bigger:not(.e-grid-min-height) .e-gridcontent tr.e-row .e-rowcell:empty {
    line-height: 27px; }
  .e-bigger .e-grid .e-filterbarcell input,
  .e-grid.e-bigger .e-filterbarcell input {
    font-size: 13px; }
  .e-bigger .e-grid .e-groupdroparea,
  .e-grid.e-bigger .e-groupdroparea {
    font-size: 19px;
    min-height: 64px;
    padding: 22px 24px; }
  .e-bigger .e-grid .e-cloneproperties,
  .e-grid.e-bigger .e-cloneproperties {
    padding: 4px 5px; }
  .e-bigger .e-grid .e-headerclone,
  .e-grid.e-bigger .e-headerclone {
    font-size: 12px; }
  .e-bigger .e-grid .e-groupdroparea.e-grouped,
  .e-grid.e-bigger .e-groupdroparea.e-grouped {
    padding: 11px 0 12px; }
  .e-bigger .e-grid .e-frozenheader table tr td.e-rowcell,
  .e-grid.e-bigger .e-frozenheader table tr td.e-rowcell {
    height: 43px; }
  .e-bigger .e-grid .e-frozencontent table tr td:first-child:empty,
  .e-bigger .e-grid .e-movablecontent table tr td:first-child:empty,
  .e-bigger .e-grid .e-frozenhdrcont table tr td:first-child:empty,
  .e-bigger .e-grid:not(.e-grid-min-height) .e-gridcontent tr td:not(.e-indentcell):first-child:empty,
  .e-bigger .e-grid:not(.e-grid-min-height) .e-gridcontent tr.e-row .e-rowcell:empty,
  .e-grid.e-bigger .e-frozencontent table tr td:first-child:empty,
  .e-grid.e-bigger .e-movablecontent table tr td:first-child:empty,
  .e-grid.e-bigger .e-frozenhdrcont table tr td:first-child:empty,
  .e-grid.e-bigger:not(.e-grid-min-height) .e-gridcontent tr td:not(.e-indentcell):first-child:empty,
  .e-grid.e-bigger:not(.e-grid-min-height) .e-gridcontent tr.e-row .e-rowcell:empty {
    height: 49px; }
  .e-bigger .e-grid.e-bigger .e-columnmenu,
  .e-grid.e-bigger.e-bigger .e-columnmenu {
    bottom: 16px;
    margin: 0 -7px; }
  .e-bigger .e-grid .e-columnmenu,
  .e-grid.e-bigger .e-columnmenu {
    right: 10px; }
  .e-bigger .e-grid .e-groupheadercell,
  .e-bigger .e-grid .e-groupheadercell:hover,
  .e-grid.e-bigger .e-groupheadercell,
  .e-grid.e-bigger .e-groupheadercell:hover {
    border-radius: 16px;
    height: 32px;
    margin: 4px 0 0 24px;
    padding: 0 8px 0 12px;
    font-size: 13px; }
  .e-bigger .e-grid .e-groupheadercell:hover,
  .e-grid.e-bigger .e-groupheadercell:hover {
    padding: 0 8px 0 12px; }
  .e-bigger .e-grid .e-gdclone,
  .e-grid.e-bigger .e-gdclone {
    border-radius: 17px;
    padding: 6px; }
  .e-bigger .e-grid .e-groupheadercell span,
  .e-grid.e-bigger .e-groupheadercell span {
    height: 32px;
    line-height: 32px;
    padding: 0; }
  .e-bigger .e-grid .e-groupheadercell .e-ungroupbutton,
  .e-grid.e-bigger .e-groupheadercell .e-ungroupbutton {
    font-size: 16px; }
  .e-bigger .e-grid .e-groupheadercell .e-grouptext,
  .e-grid.e-bigger .e-groupheadercell .e-grouptext {
    line-height: 32px; }
  .e-bigger .e-grid .e-row .e-input-group .e-input.e-field,
  .e-bigger .e-grid .e-row .e-input-focus .e-input.e-field,
  .e-grid.e-bigger .e-row .e-input-group .e-input.e-field,
  .e-grid.e-bigger .e-row .e-input-focus .e-input.e-field {
    font-family: "Roboto", "Segoe UI", "GeezaPro", "DejaVu Serif", "sans-serif", "-apple-system", "BlinkMacSystemFont";
    font-size: 13px;
    padding-bottom: 9px;
    padding-top: 13px; }
  .e-bigger .e-grid.e-device .e-row .e-input-group .e-input.e-field,
  .e-bigger .e-grid.e-device .e-row .e-input-focus .e-input.e-field,
  .e-grid.e-bigger.e-device .e-row .e-input-group .e-input.e-field,
  .e-grid.e-bigger.e-device .e-row .e-input-focus .e-input.e-field {
    padding-bottom: 5px;
    padding-top: 12px; }
  .e-bigger .e-grid .e-row .e-input-group,
  .e-grid.e-bigger .e-row .e-input-group {
    margin-bottom: 5px;
    vertical-align: middle; }
  .e-bigger .e-grid.e-device .e-headercell,
  .e-grid.e-bigger.e-device .e-headercell {
    padding: 0 12px 0; }
  .e-bigger .e-grid.e-device .e-headercell:first-child,
  .e-grid.e-bigger.e-device .e-headercell:first-child {
    padding: 0 12px 0 16px; }
  .e-bigger .e-grid.e-device .e-headercell:last-child,
  .e-grid.e-bigger.e-device .e-headercell:last-child {
    padding: 0 16px 0 12px; }
  .e-bigger .e-grid.e-device .e-groupheadercell span,
  .e-grid.e-bigger.e-device .e-groupheadercell span {
    line-height: 30px; }
  .e-bigger .e-grid.e-device .e-rowcell,
  .e-bigger .e-grid.e-device .e-summarycell,
  .e-grid.e-bigger.e-device .e-rowcell,
  .e-grid.e-bigger.e-device .e-summarycell {
    padding: 8px 12px; }
  .e-bigger .e-grid.e-device .e-rowcell:first-child,
  .e-bigger .e-grid.e-device .e-summarycell:first-child,
  .e-grid.e-bigger.e-device .e-rowcell:first-child,
  .e-grid.e-bigger.e-device .e-summarycell:first-child {
    padding: 8px 12px 8px 16px; }
  .e-bigger .e-grid.e-device .e-rowcell:last-child,
  .e-bigger .e-grid.e-device .e-summarycell:last-child,
  .e-grid.e-bigger.e-device .e-rowcell:last-child,
  .e-grid.e-bigger.e-device .e-summarycell:last-child {
    padding: 8px 16px 8px 12px; }
  .e-bigger .e-grid.e-device .e-filterbarcell,
  .e-grid.e-bigger.e-device .e-filterbarcell {
    padding: 8px 12px; }
  .e-bigger .e-grid.e-device .e-filterbarcell:first-child,
  .e-grid.e-bigger.e-device .e-filterbarcell:first-child {
    padding: 8px 12px 8px 16px; }
  .e-bigger .e-grid.e-device .e-filterbarcell:last-child,
  .e-grid.e-bigger.e-device .e-filterbarcell:last-child {
    padding: 8px 16px 8px 12px; }
  .e-bigger .e-grid.e-device .e-groupheadercell .e-ungroupbutton,
  .e-grid.e-bigger.e-device .e-groupheadercell .e-ungroupbutton {
    line-height: 33px; }
  .e-bigger .e-grid.e-device .e-normaledit .e-rowcell,
  .e-grid.e-bigger.e-device .e-normaledit .e-rowcell {
    padding-bottom: 0;
    padding-top: 0; }
  .e-bigger .e-grid.e-device .e-editedbatchcell.e-rowcell,
  .e-grid.e-bigger.e-device .e-editedbatchcell.e-rowcell {
    padding-bottom: 0;
    padding-top: 0; }
  .e-bigger .e-grid .e-unboundcell,
  .e-bigger .e-grid .e-editedrow .e-normaledit .e-unboundcell,
  .e-bigger .e-grid .e-addedrow .e-normaledit .e-unboundcell,
  .e-grid.e-bigger .e-unboundcell,
  .e-grid.e-bigger .e-editedrow .e-normaledit .e-unboundcell,
  .e-grid.e-bigger .e-addedrow .e-normaledit .e-unboundcell {
    padding-bottom: 6px;
    padding-top: 6px; }
  .e-bigger .e-grid .e-grouptext,
  .e-grid.e-bigger .e-grouptext {
    margin-right: 8px;
    width: 76px; }
  .e-bigger .e-grid .e-gridheader table th[rowspan],
  .e-bigger .e-grid.e-device .e-gridheader table th[rowspan],
  .e-grid.e-bigger .e-gridheader table th[rowspan],
  .e-grid.e-bigger.e-device .e-gridheader table th[rowspan] {
    padding-bottom: 20px; }
  .e-bigger .e-grid .e-groupsort,
  .e-bigger .e-grid span.e-ungroupbutton,
  .e-bigger .e-grid .e-toggleungroup,
  .e-grid.e-bigger .e-groupsort,
  .e-grid.e-bigger span.e-ungroupbutton,
  .e-grid.e-bigger .e-toggleungroup {
    margin-left: 8px;
    margin-top: 0; }
  .e-bigger .e-grid span.e-ungroupbutton.e-icons,
  .e-grid.e-bigger span.e-ungroupbutton.e-icons {
    font-size: 16px;
    margin-left: 0;
    margin-top: 0;
    margin-right: 0; }
  .e-bigger .e-grid .e-groupsort,
  .e-grid.e-bigger .e-groupsort {
    margin-right: 0;
    margin-top: 0; }
  .e-bigger .e-grid.e-rtl .e-groupheadercell,
  .e-bigger .e-grid.e-rtl .e-groupheadercell:hover,
  .e-grid.e-bigger.e-rtl .e-groupheadercell,
  .e-grid.e-bigger.e-rtl .e-groupheadercell:hover {
    margin: 3px 24px 0 0;
    padding: 0 12px 0 8px; }
  .e-bigger .e-grid.e-rtl span.e-ungroupbutton.e-icons,
  .e-grid.e-bigger.e-rtl span.e-ungroupbutton.e-icons {
    margin-left: 0;
    margin-right: 6px;
    margin-top: 0;
    padding-top: 0; }
  .e-bigger .e-grid .e-groupcaption,
  .e-grid.e-bigger .e-groupcaption {
    line-height: 32px; }
  .e-bigger .e-grid .e-ccdlg .e-dlg-content,
  .e-grid.e-bigger .e-ccdlg .e-dlg-content {
    margin: 20px 0 0;
    padding: 17px 24px 5px 12px; }
  .e-bigger .e-grid .e-ccdlg .e-ccul-ele,
  .e-grid.e-bigger .e-ccdlg .e-ccul-ele {
    padding: 0; }
  .e-bigger .e-grid .e-ccdlg .e-cc-searchdiv,
  .e-grid.e-bigger .e-ccdlg .e-cc-searchdiv {
    padding-left: 6px; }
  .e-bigger .e-grid .e-ccdlg .e-checkbox-wrapper.e-control.e-keyboard,
  .e-grid.e-bigger .e-ccdlg .e-checkbox-wrapper.e-control.e-keyboard {
    padding-left: 12px; }
  .e-bigger .e-grid .e-ccdlg li.e-cclist,
  .e-grid.e-bigger .e-ccdlg li.e-cclist {
    padding: 11px 0; }
  .e-bigger .e-grid .e-ccdlg .e-toolbar .e-ccdiv,
  .e-grid.e-bigger .e-ccdlg .e-toolbar .e-ccdiv {
    margin-top: 0; }

.e-grid {
  border-radius: 0;
  border-style: none solid solid;
  border-width: 1px;
  display: block;
  font-family: "Roboto", "Segoe UI", "GeezaPro", "DejaVu Serif", "sans-serif", "-apple-system", "BlinkMacSystemFont";
  font-size: 13px;
  height: auto;
  position: relative; }
  .e-grid .e-gridheader {
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none; }
  .e-grid .e-gridheader .e-firstrow-dragborder,
  .e-grid.e-rtl .e-gridheader .e-firstrow-dragborder,
  .e-grid .e-gridcontent .e-lastrow-dragborder,
  .e-grid.e-rtl .e-gridcontent .e-lastrow-dragborder {
    bottom: 0;
    background-color: #971b1e;
    height: 2px;
    position: absolute;
    z-index: 10; }
  .e-grid .e-grid-relative {
    position: relative; }
  .e-grid .e-dropitemscount {
    border: 1px solid #fff;
    border-radius: 17px;
    -webkit-box-sizing: content-box;
            box-sizing: content-box;
    font-size: 13px;
    line-height: normal;
    margin-left: -8px;
    min-width: 12px;
    padding: 3px 7px 4px;
    position: absolute;
    text-align: center;
    top: -10px;
    z-index: 5; }
  .e-grid.e-verticallines .e-cloneproperties.e-draganddrop .e-rowdragdrop,
  .e-grid.e-bothlines .e-cloneproperties.e-draganddrop .e-rowdragdrop {
    border-top: 1px solid #e0e0e0;
    border-right: 1px solid #e0e0e0;
    border-bottom: 0; }
  .e-grid .e-gridcontent tr.e-row:first-child .e-rowcell.e-dragborder,
  .e-grid .e-gridcontent .e-rowcell.e-dragborder,
  .e-grid .e-gridcontent .e-rowdragdrop.e-dragborder, .e-grid .e-gridheader tr.e-row:first-child .e-rowcell.e-dragborder,
  .e-grid .e-gridheader .e-rowcell.e-dragborder,
  .e-grid .e-gridheader .e-rowdragdrop.e-dragborder,
  .e-grid.e-rtl .e-gridcontent tr.e-row:first-child .e-rowcell.e-dragborder,
  .e-grid.e-rtl .e-gridcontent .e-rowcell.e-dragborder,
  .e-grid.e-rtl .e-gridcontent .e-rowdragdrop.e-dragborder,
  .e-grid.e-rtl .e-gridheader tr.e-row:first-child .e-rowcell.e-dragborder,
  .e-grid.e-rtl .e-gridheader .e-rowcell.e-dragborder,
  .e-grid.e-rtl .e-gridheader .e-rowdragdrop.e-dragborder {
    -webkit-box-shadow: 0 2px 0 0 #971b1e;
            box-shadow: 0 2px 0 0 #971b1e;
    position: relative;
    z-index: 5; }
  .e-grid .e-gridheader thead .e-icons:not(.e-check):not(.e-stop) {
    font-size: 10px; }
  .e-grid .e-row .e-icon-rowdragicon::before {
    display: block;
    text-indent: 10px;
    font-size: 12px;
    font-weight: bold;
    color: #000;
    opacity: 0.54; }
  .e-grid .e-row .e-icon-rowdragmoveicon::before {
    font-size: 12px;
    font-weight: bold; }
  .e-grid .e-row .e-icon-rowdragmoveicon {
    padding-left: 10px; }
  .e-grid .e-draganddrop .e-rowcell, .e-grid.e-rtl .e-draganddrop .e-rowcell {
    padding-left: 6px;
    padding-right: 6px; }
  .e-grid .e-gridcontent .e-rowdragdrop,
  .e-grid .e-gridheader .e-rowdragdrop {
    border-style: solid;
    border-width: 1px 0 0 0;
    border-color: #e0e0e0; }
  .e-grid .e-gridcontent .e-rowdragdrop.e-lastrowcell {
    border-bottom-width: 1px; }
  .e-grid .e-cloneproperties.e-draganddrop .e-row .e-icon-rowdragicon::before {
    position: relative;
    left: -5px; }
  .e-grid .e-icon-rowdragicon {
    font-size: 10px;
    text-indent: 12px; }
  .e-grid .e-toolbar {
    border-bottom: 0;
    border-left: 0;
    border-right: 0;
    border-top: 1px solid #e0e0e0; }
  .e-grid .e-toolbar-items .e-toolbar-item.e-search-wrapper {
    padding-bottom: 6px;
    padding-top: 1px; }
    .e-grid .e-toolbar-items .e-toolbar-item.e-search-wrapper .e-search {
      margin-bottom: 0;
      opacity: .6;
      width: 230px; }
      .e-grid .e-toolbar-items .e-toolbar-item.e-search-wrapper .e-search.e-input-focus {
        opacity: 1; }
      .e-grid .e-toolbar-items .e-toolbar-item.e-search-wrapper .e-search .e-search-icon {
        min-width: 18px; }
  .e-bigger .e-grid .e-group-animator .e-groupheadercell,
  .e-bigger .e-grid .e-group-animator .e-groupheadercell:hover {
    margin: 15px 0 15px 0;
    border-bottom-width: 1px; }
  .e-grid .e-groupdroparea.e-group-animate.e-grouped {
    height: 54px; }
  .e-bigger .e-grid .e-group-animate.e-groupdroparea .e-nextgroup {
    margin-top: 15px; }
  .e-grid .e-group-animator .e-groupheadercell,
  .e-grid .e-group-animator .e-groupheadercell:hover {
    margin: 12px 0 12px 0;
    border-bottom-width: 1px; }
  .e-grid .e-group-animator:last-child .e-nextgroup.e-icons.e-icon-next {
    display: none; }
  .e-grid .e-groupdroparea.e-group-animate.e-grouped {
    overflow: hidden;
    padding: 0;
    height: 48px;
    border-bottom-width: 0; }
  .e-grid.e-rtl .e-group-animator {
    float: right; }
  .e-grid.e-rtl .e-group-animate .e-groupheadercell, .e-grid.e-rtl .e-group-animate .e-groupheadercell:hover {
    margin-right: 0;
    margin-left: 0; }
  .e-grid.e-rtl .e-group-animate.e-groupdroparea .e-nextgroup {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
    margin-top: 16px; }
  .e-grid.e-rtl .e-group-animator:first-child .e-groupheadercell {
    margin: 12px 16px 12px 0; }
  .e-grid .e-group-animator:first-child .e-groupheadercell {
    margin: 12px 0 12px 16px; }
  .e-grid .e-group-animate.e-groupdroparea .e-nextgroup {
    margin-top: 9px; }
  .e-grid .e-groupdroparea.e-group-animate .e-drag.e-icon-drag {
    display: inline-block;
    height: 24px;
    font-size: 11px;
    line-height: 25px;
    padding: 0;
    vertical-align: middle; }
  .e-grid .e-group-animator .e-icon-drag.e-icons {
    margin-left: 0; }
  .e-grid .e-groupdroparea.e-group-animate span.e-drag.e-icons.e-icon-drag {
    cursor: move; }
  .e-grid .e-group-animate .e-drag.e-icon-drag::before {
    opacity: 0.7; }
  .e-grid .e-group-animate span.e-nextgroup.e-icons.e-icon-next {
    display: inline-block;
    float: left;
    height: 24px;
    line-height: 32px;
    padding: 0;
    vertical-align: middle; }
  .e-grid .e-groupdroparea.e-grouped {
    padding: 9px 0 10px; }
  .e-grid .e-groupdroparea.e-grouped {
    padding: 9px 0 10px; }
  .e-grid.e-default .e-gridheader.e-stackedfilter .e-grouptopleftcell,
  .e-grid.e-default.e-horizontallines .e-gridheader.e-stackedfilter .e-grouptopleftcell {
    border-top: 0; }
  .e-grid.e-default .e-gridheader.e-stackedfilter tr:first-child th.e-grouptopleftcell,
  .e-grid.e-default.e-horizontallines .e-gridheader.e-stackedfilter tr:first-child th.e-grouptopleftcell {
    border-bottom: 1px solid; }
  .e-grid.e-default.e-verticallines .e-gridheader.e-stackedfilter tr:first-child th.e-grouptopleftcell,
  .e-grid.e-default.e-hidelines .e-gridheader.e-stackedfilter tr:first-child th.e-grouptopleftcell {
    border-bottom: 0; }
  .e-grid.e-default .e-gridheader.e-stackedfilter tr:last-child th.e-grouptopleftcell,
  .e-grid.e-default.e-horizontallines .e-gridheader.e-stackedfilter tr:last-child th.e-grouptopleftcell {
    border-top: 1px solid; }
  .e-grid.e-default.e-hidelines .e-gridheader.e-stackedfilter tr:last-child th.e-grouptopleftcell,
  .e-grid.e-default.e-verticallines .e-gridheader.e-stackedfilter tr:last-child th.e-grouptopleftcell {
    border-top: 0; }
  .e-grid.e-default .e-grouptopleftcell {
    border-top: 1px solid; }
  .e-grid.e-default .e-gridheader .e-headercell.e-firstheader,
  .e-grid.e-default.e-horizontallines .e-headercell.e-firstheader {
    border-left: 1px solid; }
  .e-grid.e-default.e-hidelines .e-headercell.e-firstheader {
    border-left: 0; }
  .e-grid.e-default.e-verticallines .e-grouptopleftcell,
  .e-grid.e-default.e-bothlines .e-grouptopleftcell,
  .e-grid.e-default.e-hidelines .e-grouptopleftcell {
    border-top-width: 0; }
  .e-grid.e-default.e-verticallines .e-detailrowcollapse,
  .e-grid.e-default.e-verticallines .e-detailrowexpand,
  .e-grid.e-default.e-verticallines .e-rowdragdrop, .e-grid.e-default.e-hidelines .e-detailrowcollapse,
  .e-grid.e-default.e-hidelines .e-detailrowexpand,
  .e-grid.e-default.e-hidelines .e-rowdragdrop {
    border-top-width: 0; }
  .e-grid.e-default.e-horizontallines .e-grouptopleftcell {
    border-top: 1px solid; }
  .e-grid .e-gridheader .e-headercell .e-rhandler,
  .e-grid .e-gridheader .e-headercell .e-rsuppress {
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    width: 4px; }
  .e-grid .e-gridheader .e-frozenheader.e-frozen-right-header .e-headercell .e-rhandler,
  .e-grid .e-gridheader .e-frozenheader.e-frozen-right-header .e-headercell .e-rsuppress {
    left: 0; }
  .e-grid.e-device .e-gridheader .e-headercell .e-rhandler {
    width: 14px; }
  .e-grid.e-rtl .e-gridheader .e-headercell .e-rhandler,
  .e-grid.e-rtl .e-gridheader .e-headercell .e-rsuppress {
    left: 0;
    right: auto; }
  .e-grid.e-resize-lines .e-gridheader th.e-headercell.e-lastcell .e-rhandler {
    border-right-width: 0; }
  .e-grid.e-resize-lines .e-gridheader .e-frozen-right-header th.e-headercell .e-rhandler {
    border-right-width: 0; }
  .e-grid.e-rtl .e-gridheader .e-frozenheader.e-frozen-right-header .e-headercell .e-rhandler,
  .e-grid.e-rtl .e-gridheader .e-frozenheader.e-frozen-right-header .e-headercell .e-rsuppress {
    right: 0; }
  .e-grid.e-rtl.e-resize-lines .e-gridheader .e-frozen-right-header th.e-headercell .e-rhandler {
    border-right-width: 1px;
    border-left-width: 0; }
  .e-grid .e-rhelper {
    position: absolute;
    width: 1px; }
  .e-grid.e-device .e-ricon::before {
    border-bottom: 6px solid transparent;
    border-right: 6px solid;
    border-top: 6px solid transparent;
    content: '';
    display: block;
    height: 0;
    position: absolute;
    right: 4px;
    top: 4px;
    width: 20px; }
  .e-grid.e-device .e-ricon::after {
    border-bottom: 6px solid transparent;
    border-left: 6px solid;
    border-top: 6px solid transparent;
    content: '';
    display: block;
    height: 0;
    left: 4px;
    position: absolute;
    top: 4px;
    width: 20px;
    z-index: 3; }
  .e-grid.e-rcursor,
  .e-grid .e-gridheader .e-stackedheadercell.e-rcursor,
  .e-grid .e-gridheader .e-rcursor {
    cursor: col-resize; }
  .e-grid.e-editing .e-gridheader .e-rcursor {
    cursor: default; }
  .e-grid .e-table {
    border-collapse: separate;
    table-layout: fixed;
    width: 100%; }
  .e-grid .e-tableborder {
    border-right: 1px solid; }
  .e-grid .e-virtualtable {
    will-change: transform;
    z-index: 1; }
  .e-grid .e-headercelldiv {
    border: 0 none;
    display: block;
    font-size: 12px;
    font-weight: 500;
    height: 29px;
    line-height: 30px;
    margin: -7px;
    overflow: hidden;
    padding: 0;
    text-align: left;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none; }
  .e-grid .e-headercelldiv.e-headerchkcelldiv {
    overflow: visible; }
  .e-grid .e-gridheader .e-headercontent .e-rightalign .e-headercelldiv.e-headerchkcelldiv {
    padding: 0 .6em; }
  .e-grid .e-gridheader .e-headercontent .e-centeralign .e-headercelldiv.e-headerchkcelldiv {
    padding: 0 .6em; }
  .e-grid .e-headercell,
  .e-grid .e-headercell.e-stackedheadercell,
  .e-grid .e-headercell.e-defaultcursor {
    cursor: default; }
  .e-grid .e-headercell.e-mousepointer,
  .e-grid .e-headercell.e-stackedheadercell.e-mousepointer {
    cursor: pointer; }
  .e-grid .e-gridheader .e-headercell,
  .e-grid .e-gridheader .e-detailheadercell {
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none; }
  .e-grid .e-gridcontent tr:first-child td {
    border-top: 0 none; }
  .e-grid .e-gridheader tr:first-child th {
    border-top: 0 none; }
  .e-grid .e-gridheader tr th:last-child.e-filterbarcell {
    padding-right: 21px; }
  .e-grid .e-gridheader tr th:last-child {
    padding-right: 21px; }
  .e-grid .e-gridheader tr th:first-child {
    padding-left: 21px; }
  .e-grid .e-gridheader tr th:first-child.e-filterbarcell {
    padding-left: 21px; }
  .e-grid .e-gridheader {
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-top-style: solid;
    border-top-width: 1px; }
  .e-grid .e-frozenhdrcont {
    border-bottom-width: 0; }
  .e-grid .e-frozenhdrcont table tr:not(.e-editedrow):first-child td {
    border-top-style: solid;
    border-top-width: 1px; }
  .e-grid.e-bothlines .e-filterbarcell,
  .e-grid.e-bothlines .e-filterbarcelldisabled {
    border-width: 1px 0 0 1px; }
  .e-grid .e-headercell,
  .e-grid .e-detailheadercell {
    border-style: solid;
    border-width: 0;
    font-size: 12px;
    font-weight: 500;
    height: 42px;
    overflow: hidden;
    padding: 0 21px 0;
    position: relative;
    text-align: left; }
  .e-grid.e-device .e-headercell {
    padding: 0 12px 0; }
  .e-grid.e-device .e-headercell:first-child {
    padding: 0 12px 0 16px; }
  .e-grid.e-device .e-headercell:last-child {
    padding: 0 16px 0 12px; }
  .e-grid .e-rowcell {
    border-style: solid;
    border-width: 1px 0 0 0;
    display: table-cell;
    font-size: 13px;
    line-height: 20px;
    overflow: hidden;
    padding: 8px 21px;
    vertical-align: middle;
    white-space: nowrap;
    width: auto; }
  .e-grid .e-frozenheader table .e-insertedrow td.e-rowcell,
  .e-grid .e-frozencontent table .e-insertedrow td.e-rowcell,
  .e-grid .e-movableheader table .e-insertedrow td.e-rowcell,
  .e-grid .e-movablecontent table .e-insertedrow td.e-rowcell,
  .e-grid:not(.e-grid-min-height) .e-gridcontent .e-content tr.e-insertedrow .e-rowcell:empty,
  .e-grid .e-row.e-emptyrow {
    height: 37px; }
  .e-grid .e-editedrow .e-input-group input.e-input,
  .e-grid .e-editedrow .e-input-group.e-control-wrapper input.e-input,
  .e-grid .e-addedrow .e-input-group input.e-input,
  .e-grid .e-addedrow .e-input-group.e-control-wrapper input.e-input {
    min-height: unset; }
  .e-grid:not(.e-grid-min-height) .e-gridcontent tr td:not(.e-indentcell):first-child:empty,
  .e-grid:not(.e-grid-min-height) .e-gridcontent tr.e-row .e-rowcell:empty {
    height: 36px; }
  .e-grid.e-afenabled .e-movablecontent,
  .e-grid.e-afenabled .e-frozencontent,
  .e-grid.e-afenabled .e-movableheader,
  .e-grid.e-afenabled .e-frozenheader,
  .e-grid.e-afenabled .e-headercontent, .e-grid.e-enabledboxbdr .e-movablecontent,
  .e-grid.e-enabledboxbdr .e-frozencontent,
  .e-grid.e-enabledboxbdr .e-movableheader,
  .e-grid.e-enabledboxbdr .e-frozenheader,
  .e-grid.e-enabledboxbdr .e-headercontent {
    position: relative; }
  .e-grid .e-rowcell:first-child,
  .e-grid .e-summarycell:first-child {
    padding-left: 21px; }
  .e-grid .e-rowcell:last-child,
  .e-grid .e-summarycell:last-child {
    padding-right: 21px; }
  .e-grid .e-unboundcell,
  .e-grid .e-editedrow .e-normaledit .e-unboundcell,
  .e-grid .e-addedrow .e-normaledit .e-unboundcell {
    padding-bottom: 4px;
    padding-top: 4px; }
  .e-grid .e-unboundcelldiv &gt; button {
    margin: 0 3.5px; }
  .e-grid .e-unboundcelldiv {
    margin: 0 -3.5px; }
  .e-grid .e-summarycell {
    border-style: solid;
    border-width: 1px 0 0;
    font-size: 13px;
    font-weight: 500;
    height: auto;
    line-height: 18px;
    padding: 8px 21px;
    white-space: normal;
    word-wrap: break-word; }
  .e-grid .e-summarycontent {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    .e-grid .e-summarycontent .e-frozenfootercontent {
      float: left;
      width: -webkit-min-content;
      width: -moz-min-content;
      width: min-content; }
    .e-grid .e-summarycontent .e-frozen-right-footercontent {
      float: right; }
      .e-grid .e-summarycontent .e-frozen-right-footercontent .e-firstsummarycell {
        border-left: 1px solid;
        border-color: #e0e0e0; }
    .e-grid .e-summarycontent .e-movablefootercontent {
      height: inherit;
      overflow: hidden;
      -webkit-box-flex: 1;
          -ms-flex: 1;
              flex: 1; }
    .e-grid .e-summarycontent .e-indentcell {
      border-width: 1px 0 0; }
    .e-grid .e-summarycontent .e-detailindentcelltop {
      border-width: 1px 0 0; }
  .e-grid.e-device .e-rowcell,
  .e-grid.e-device .e-summarycell {
    padding: 8px 12px; }
  .e-grid.e-device .e-rowcell:first-child,
  .e-grid.e-device .e-summarycell:first-child {
    padding: 8px 12px 8px 16px; }
  .e-grid.e-device .e-rowcell:last-child,
  .e-grid.e-device .e-summarycell:last-child {
    padding: 8px 16px 8px 12px; }
  .e-grid td.e-rowcell.e-checkbox {
    padding: 6px 21px; }
  .e-grid td.e-rowcell.e-checkbox input[type='checkbox'] {
    margin-top: 5px; }
  .e-grid.e-default .e-rowcell.e-lastrowcell {
    border-bottom-width: 1px; }
  .e-grid.e-default .e-detailrowcollapse.e-lastrowcell {
    border-bottom-width: 1px; }
  .e-grid.e-default .e-detailrow .e-lastrowcell {
    border-bottom: 1px solid;
    border-bottom-color: #e0e0e0; }
  .e-grid.e-bothlines .e-rowcell.e-lastrowcell {
    border-bottom-width: 1px; }
  .e-grid.e-bothlines .e-rowcell {
    border-width: 1px 0 0 1px; }
  .e-grid .e-gridheader table th[rowspan],
  .e-grid.e-device .e-gridheader table th[rowspan] {
    padding-bottom: 13px;
    vertical-align: bottom; }
  .e-grid .e-emptyrow td {
    line-height: 20px;
    padding: .7em; }
  .e-grid.e-responsive .e-rowcell,
  .e-grid.e-responsive .e-headercelldiv {
    text-overflow: ellipsis;
    white-space: nowrap; }
  .e-grid.e-responsive .e-rowcell.e-gridchkbox,
  .e-grid.e-responsive .e-headercelldiv.e-headerchkcelldiv {
    text-overflow: clip; }
  .e-grid.e-default .e-headercell,
  .e-grid.e-default .e-detailheadercell {
    border-width: 0; }
  .e-grid [aria-selected] + tr .e-detailindentcell {
    border-top-style: solid;
    border-top-width: 1px; }
  .e-grid.e-default.e-verticallines .e-headercell,
  .e-grid.e-default.e-verticallines .e-detailheadercell {
    border-width: 0 0 0 1px; }
  .e-grid.e-default.e-verticallines .e-headercell.e-stackedheadercell {
    border-bottom: 1px solid; }
  .e-grid.e-default .e-stackedheadercell {
    border-width: 0 0 1px 1px; }
  .e-grid.e-default.e-verticallines tr th:first-child:not(.e-firstcell) {
    border-left-width: 0; }
  .e-grid.e-default.e-bothlines .e-headercell,
  .e-grid.e-default.e-bothlines .e-detailheadercell {
    border-width: 0 0 0 1px; }
  .e-grid.e-default table th[rowspan] {
    border-width: 0 0 0 1px; }
  .e-grid tr th.e-firstcell {
    border-left-style: solid;
    border-left-width: 1px; }
  .e-grid.e-default tr td:first-child,
  .e-grid.e-default tr th.e-headercell:first-child:not(.e-firstcell),
  .e-grid.e-default tr th.e-detailheadercell:first-child,
  .e-grid.e-default tr th.e-filterbarcell:first-child {
    border-left-width: 0; }
  .e-grid.e-default .e-gridheader th.e-firstcell.e-movablefirst {
    border-left-width: 0; }
  .e-grid .e-hide {
    display: none; }
  .e-grid .e-rowcell,
  .e-grid .e-gridcontent,
  .e-grid .e-gridheader,
  .e-grid .e-headercontent,
  .e-grid .e-groupdroparea,
  .e-grid .e-gridfooter,
  .e-grid .e-summarycontent {
    overflow: hidden;
    vertical-align: middle; }
  .e-grid .e-sortfilterdiv {
    float: right;
    height: 10px;
    margin: -15px 10px;
    padding: 3px;
    width: 10px; }
  .e-grid .e-gridheader .e-rightalign .e-sortfilterdiv {
    float: left;
    margin: -15px 5px; }
  .e-grid .e-gridheader .e-sortfilter .e-rightalign .e-headercelldiv,
  .e-grid .e-gridheader .e-rightalign .e-stackedheadercelldiv {
    padding: 0 0.6em 0 1.9em; }
  .e-grid .e-gridheader .e-sortfilter .e-rightalign.e-fltr-icon .e-headercelldiv {
    margin: -7px 15px -7px -7px; }
  .e-grid .e-gridheader .e-sortfilter .e-fltr-icon .e-headercelldiv {
    margin: -7px 15px -7px -7px; }
  .e-grid .e-gridheader .e-sortfilter .e-headercelldiv,
  .e-grid .e-gridheader .e-stackedheadercelldiv,
  .e-grid .e-gridheader .e-headercell .e-headercelldiv.e-headerchkcelldiv {
    padding: 0 1.8em 0 0.6em; }
  .e-grid .e-filtermenudiv {
    float: right;
    margin: -18px -7px;
    padding: 6px;
    text-align: right; }
  .e-grid .e-filtermenudiv:hover {
    cursor: pointer; }
  .e-grid.e-print-grid-layout .e-pager, .e-grid.e-print-grid-layout .e-filterbar, .e-grid.e-print-grid-layout .e-icons:not(.e-frame), .e-grid.e-print-grid-layout .e-grouptopleftcell, .e-grid.e-print-grid-layout .e-recordpluscollapse, .e-grid.e-print-grid-layout .e-indentcell, .e-grid.e-print-grid-layout .e-recordplusexpand {
    display: none; }
  .e-grid.e-print-grid-layout .e-indentcell.e-detailindentcelltop {
    display: table-cell; }
  .e-grid.e-print-grid-layout .e-content {
    overflow-y: hidden; }
  .e-grid.e-print-grid-layout .e-grouptext {
    width: auto; }
  .e-grid.e-print-grid-layout .e-detailcell {
    padding: .8em .6em; }
  .e-grid.e-print-grid {
    left: -1000px;
    top: -1000px; }
  .e-grid .e-flmenu-valuediv {
    padding: 24px 0 0; }
  .e-grid .e-flbldcontent {
    padding: 18px 18px 0; }
  .e-grid .e-flblbtn {
    width: 110px; }
  .e-grid .e-sortnumber {
    border-radius: 65%;
    display: inline-block;
    float: right;
    font-size: 9px;
    height: 15px;
    line-height: 16px;
    margin: 8px 5px 0 2px;
    text-align: center;
    width: 15px; }
  .e-grid .e-gridheader .e-rightalign .e-sortnumber {
    float: left;
    margin: 8px 2px 0 5px; }
  .e-grid .e-gridheader .e-fltr-icon .e-sortfilterdiv {
    margin: -15px 24px; }
  .e-grid .e-gridheader .e-rightalign.e-fltr-icon .e-sortfilterdiv {
    margin: -15px 5px; }
  .e-grid.e-wrap .e-gridheader .e-rightalign .e-sortnumber {
    margin: 3px 2px 0 5px; }
  .e-grid.e-wrap .e-gridheader .e-sortnumber {
    margin: 3px 5px 0 2px; }
  .e-grid.e-wrap .e-gridheader .e-sortfilterdiv {
    margin: -9px 10px; }
  .e-grid .e-movableheader .e-editcell.e-normaledit,
  .e-grid .e-frozenheader .e-editcell.e-normaledit {
    border-top-color: transparent; }
  .e-grid .e-columnmenu {
    position: absolute;
    right: 23px;
    float: right;
    margin: -18px;
    padding: 6px; }
  .e-grid.e-wrap .e-columnmenu {
    margin: -13px -13px -23px -23px; }
  .e-grid.e-rtl .e-columnmenu {
    left: 5px;
    right: auto;
    margin: -17px -18px -18px 3px; }
  .e-grid.e-wrap.e-rtl .e-columnmenu {
    margin: -13px -13px -23px -3px; }
  .e-grid [class^='e-'] {
    -webkit-box-sizing: border-box;
            box-sizing: border-box; }
  .e-grid .e-detailrowcollapse,
  .e-grid .e-detailrowexpand {
    border-style: solid;
    border-width: 1px 0 0 0;
    cursor: pointer; }
  .e-grid .e-detailindentcell {
    border-right-style: solid;
    border-right-width: 1px; }
  .e-grid .e-detailcell {
    border-top-style: solid;
    border-top-width: 1px;
    padding: .3em; }
  .e-grid.e-verticallines .e-rowcell,
  .e-grid.e-verticallines .e-filterbarcell {
    border-width: 0 0 0 1px; }
  .e-grid.e-hidelines .e-rowcell,
  .e-grid.e-horizontallines .e-headercell,
  .e-grid.e-hidelines .e-headercell,
  .e-grid.e-horizontallines .e-detailheadercell,
  .e-grid.e-hidelines .e-detailheadercell,
  .e-grid.e-hidelines tr th.e-firstcell,
  .e-grid.e-hidelines .e-filterbarcell {
    border-width: 0; }
  .e-grid.e-horizontallines .e-headercell.e-stackedheadercell {
    border-width: 0 0 1px 1px; }
  .e-grid.e-horizontallines .e-rowcell {
    border-width: 1px 0 0; }
  .e-grid.e-horizontallines .e-filterbarcell {
    border-width: 1px 0 0; }
  .e-grid.e-horizontallines .e-rowcell.e-lastrowcell, .e-grid.e-verticallines .e-rowcell.e-lastrowcell, .e-grid.e-hidelines .e-rowcell.e-lastrowcell {
    border-bottom-width: 1px; }
  .e-grid.e-horizontallines .e-detailrowvisible, .e-grid.e-verticallines .e-detailrowvisible, .e-grid.e-hidelines .e-detailrowvisible, .e-grid.e-bothlines .e-detailrowvisible {
    border-left-width: 0; }
  .e-grid.e-verticallines .e-firstchildrow .e-rowcell,
  .e-grid.e-verticallines .e-firstchildrow .e-detailrowcollapse,
  .e-grid.e-verticallines .e-firstchildrow .e-detailrowexpand, .e-grid.e-hidelines .e-firstchildrow .e-rowcell,
  .e-grid.e-hidelines .e-firstchildrow .e-detailrowcollapse,
  .e-grid.e-hidelines .e-firstchildrow .e-detailrowexpand {
    border-top-width: 1px; }
  .e-grid .e-filterbarcell .e-icons::before {
    display: block;
    margin: 0 auto; }
  .e-grid .e-filterbarcell .e-filtertext::-webkit-search-cancel-button,
  .e-grid .e-search input::-webkit-search-cancel-button {
    display: none; }
  .e-grid .e-filterbarcell .e-filtertext::-ms-clear,
  .e-grid .e-search input::-ms-clear {
    display: none; }
  .e-grid .e-filterbarcell,
  .e-grid .e-filterbarcelldisabled {
    border-collapse: collapse;
    border-style: solid;
    border-width: 1px 0 0;
    cursor: default;
    height: 42px;
    overflow: hidden;
    padding: 0 21px;
    vertical-align: middle; }
  .e-grid .e-rowdragheader {
    border-color: #e0e0e0;
    border-style: solid;
    border-width: 1px 0 0; }
  .e-grid .e-filterbarcell input {
    border-radius: 0;
    border-style: solid;
    border-width: 0 0 2px 0;
    font-size: 13px;
    font-weight: normal;
    height: 26px;
    padding-right: 24px;
    text-indent: 0;
    width: 100%; }
  .e-grid.e-device .e-filterbarcell {
    padding: 8px 12px; }
  .e-grid.e-device .e-filterbarcell:first-child {
    padding: 8px 12px 8px 16px; }
  .e-grid.e-device .e-filterbarcell:last-child {
    padding: 8px 16px 8px 12px; }
  .e-grid .e-searchclear {
    float: right;
    position: relative; }
  .e-grid.e-rtl .e-searchclear {
    float: left;
    position: relative;
    top: 10px; }
  .e-grid .e-checkboxlist {
    height: 200px;
    margin-top: 5px;
    min-height: 160px;
    overflow-y: auto; }
  .e-grid .e-chk-hidden {
    -moz-appearance: none;
    height: 1px;
    opacity: 0;
    width: 1px; }
  .e-grid .e-checkselect,
  .e-grid .e-checkselectall {
    margin: 0;
    opacity: 0;
    position: absolute;
    width: 0; }
  .e-grid .e-rowcell .e-checkbox-wrapper,
  .e-grid .e-rowcell .e-css.e-checkbox-wrapper {
    height: 20px;
    line-height: 20px; }
  .e-grid .e-dialog.e-checkboxfilter,
  .e-grid .e-dialog.e-flmenu {
    min-width: 250px; }
  .e-grid .e-dialog.e-checkboxfilter {
    min-height: 322px; }
  .e-grid .e-checkboxfilter .e-searchbox {
    display: block; }
  .e-grid .e-checkboxfilter .e-dlg-content {
    padding-left: 9px; }
  .e-grid .e-checkboxfilter .e-ftrchk,
  .e-grid .e-checkboxfilter .e-searchbox {
    padding-left: 9px; }
  .e-grid .e-ftrchk {
    padding-bottom: 9px;
    padding-top: 9px; }
  .e-grid .e-filterdiv,
  .e-grid .e-fltrtempdiv {
    padding: 0;
    position: relative;
    text-align: center;
    width: 100%; }
  .e-grid .e-pager {
    border-bottom: transparent;
    border-left: transparent;
    border-right: transparent; }
  .e-grid .e-gridpopup {
    font-weight: normal;
    position: absolute;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    z-index: 99999; }
  .e-grid .e-gridpopup .e-content {
    border-radius: 4px;
    border-style: solid;
    border-width: 1px;
    font-size: 14px;
    padding: 4px; }
  .e-grid .e-lastsummarycell {
    border-right: 1px solid; }
  .e-grid .e-footerpadding {
    padding-right: 14px; }
  .e-grid .e-gridpopup span {
    border: 1px solid transparent;
    cursor: pointer;
    display: inline-block;
    height: 26px;
    padding: 4px;
    width: 26px; }
  .e-grid .e-gridpopup .e-tail::before,
  .e-grid .e-gridpopup .e-tail::after {
    border: 10px solid transparent;
    content: '';
    height: 0;
    left: 8px;
    position: absolute;
    width: 0; }
  .e-grid .e-gridpopup .e-downtail::after {
    top: 34px; }
  .e-grid .e-gridpopup .e-uptail::after {
    top: -17px; }
  .e-grid .e-gridpopup .e-uptail::before {
    top: -19px; }
  .e-grid .e-gridpopup .e-sortdirect,
  .e-grid .e-gridpopup .e-rowselect {
    line-height: 18px;
    text-indent: 7%; }
  .e-grid .e-cloneproperties {
    border-style: solid;
    border-width: 1px;
    -webkit-box-shadow: 0 0;
            box-shadow: 0 0;
    font-size: 12px;
    font-weight: 500;
    opacity: 1;
    overflow: hidden;
    padding: 4px 5px;
    text-align: center;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    vertical-align: middle;
    white-space: nowrap;
    z-index: 10; }
  .e-grid .e-cloneproperties.e-draganddrop {
    border-spacing: 0;
    font-size: 12px;
    font-weight: normal;
    overflow: visible; }
  .e-grid .e-cloneproperties.e-draganddrop table {
    border-spacing: 0; }
  .e-grid .e-defaultcur {
    cursor: default; }
  .e-grid .e-notallowedcur {
    cursor: not-allowed; }
  .e-grid .e-cloneproperties.e-headerclone table {
    border-spacing: 0; }
  .e-grid .e-headerclone {
    border-radius: 12px;
    font-size: 12px;
    font-weight: 500;
    line-height: 29px; }
  .e-grid .e-draganddrop {
    border-width: 0 1px 1px;
    font-weight: normal;
    padding: 0; }
  .e-grid .e-draganddrop .e-rowcell {
    opacity: .95; }
  .e-grid.e-default .e-gridheader th.e-firstcell {
    border-left-style: solid;
    border-left-width: 1px; }
  .e-grid.e-bothlines .e-gridheader th.e-stackedheadercell {
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-left-style: solid;
    border-left-width: 1px; }
  .e-grid.e-default.e-hidelines .e-gridheader th.e-firstcell {
    border-left-width: 0; }
  .e-grid .e-gridheader .e-headercontent .e-reorderuparrow,
  .e-grid .e-gridheader .e-headercontent .e-reorderdownarrow {
    font-size: 7px;
    position: absolute;
    z-index: 10; }
  .e-grid td.e-active {
    font-weight: normal; }
  .e-grid td.e-cellselectionbackground {
    font-weight: normal; }
  .e-grid .e-groupdroparea {
    height: auto;
    min-height: 48px; }
  .e-grid .e-griddragarea {
    border: 1px solid;
    opacity: .6;
    position: absolute; }
  .e-grid .e-gdclone {
    border-radius: 13px;
    padding: 2px; }
  .e-grid .e-content {
    -webkit-overflow-scrolling: touch;
    overflow-x: auto;
    overflow-y: scroll;
    position: relative; }
  .e-grid.e-ungroupdrag .e-columnheader,
  .e-grid.e-ungroupdrag .e-groupdroparea,
  .e-grid.e-rowdrag .e-columnheader,
  .e-grid.e-rowdrag .e-groupdroparea {
    cursor: not-allowed; }
  .e-grid .e-groupdroparea,
  .e-grid.e-ungroupdrag .e-gridcontent,
  .e-grid.e-rowdrag .e-gridcontent {
    cursor: default; }
  .e-grid .e-groupdroparea {
    border-style: solid none;
    border-width: 1px 0 0; }
  .e-grid .e-groupdroparea {
    border-top-width: 1px;
    font-size: 14px;
    font-weight: lighter;
    opacity: 0.87;
    padding: 14px 24px;
    text-align: left;
    text-indent: 1pt;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    width: 100%; }
  .e-grid .e-grouptext {
    display: inline-block;
    margin-right: 6px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 57px; }
  .e-grid .e-grid-icon {
    float: left; }
  .e-grid .e-groupheadercell,
  .e-grid .e-groupheadercell:hover {
    border: 0;
    border-collapse: collapse;
    border-radius: 12px;
    cursor: pointer;
    font-size: 13px;
    font-weight: normal;
    height: 24px;
    margin: 3px 0 0 18px;
    overflow: hidden;
    padding: 0 6px 0 9px;
    vertical-align: middle; }
  .e-grid .e-groupheadercell:hover {
    border: 0;
    padding: 0 6px 0 9px; }
  .e-grid .e-groupheadercell span {
    display: inline-block;
    float: left;
    height: 24px;
    line-height: 26px;
    padding: 0;
    vertical-align: middle; }
  .e-grid .e-groupheadercell .e-grouptext {
    line-height: 24px; }
  .e-grid .e-groupheadercell .e-ungroupbutton {
    font-size: 13px;
    line-height: 26px; }
  .e-grid.e-device .e-groupheadercell span {
    line-height: 26px; }
  .e-grid.e-device .e-groupheadercell .e-ungroupbutton {
    line-height: 28px; }
  .e-grid .e-groupheadercell .e-cancel {
    padding-right: 10px; }
  .e-grid .e-groupheadercell .e-icons::before {
    display: inline; }
  .e-grid .e-groupsort,
  .e-grid .e-ungroupbutton,
  .e-grid .e-toggleungroup {
    font-size: 10px;
    margin-left: 6px; }
  .e-grid .e-groupsort {
    margin-right: 0;
    margin-top: 0; }
  .e-grid span.e-ungroupbutton.e-icons {
    margin-left: 6px;
    margin-top: 0; }
  .e-grid .e-grptogglebtn {
    padding: 7px; }
  .e-grid .e-icon-gdownarrow {
    font-size: 11px;
    text-indent: 12px; }
  .e-grid .e-icon-grightarrow {
    font-size: 10px;
    text-indent: 12px; }
  .e-grid .e-recordplusexpand {
    padding-top: 5px; }
  .e-grid .e-indentcell {
    border-style: solid;
    border-width: 0 1px 0 0; }
    .e-grid .e-indentcell.e-indentcelltop, .e-grid .e-indentcell.e-detailindentcelltop {
      border-width: 1px 0 0; }
  .e-grid .e-recordplusexpand,
  .e-grid .e-recordpluscollapse {
    border-style: solid;
    border-width: 1px 0 0;
    cursor: pointer; }
  .e-grid .e-groupcaption {
    border-style: solid;
    border-width: 1px 0 0;
    display: table-cell;
    font-size: 12px;
    line-height: 20px;
    overflow: hidden;
    padding: .7em;
    text-overflow: ellipsis;
    vertical-align: middle;
    white-space: nowrap;
    width: auto; }
  .e-grid .e-virtualtable .e-groupcaption {
    line-height: 20px;
    padding: 8px 21px; }
  .e-grid .e-autofill {
    border: 1px solid;
    height: 8px;
    position: absolute;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    width: 8px; }
  .e-grid .e-headercontent {
    border-style: solid;
    border-width: 0; }
  .e-grid .e-stackedheadercell {
    border-width: 0 0 1px 1px;
    white-space: nowrap; }
  .e-grid .e-noselect {
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none; }
  .e-grid .e-toolbar .e-btn-icon.e-icons.e-columnchooser-btn {
    font-size: 9px;
    line-height: 3; }
  .e-grid .e-toolbar-item.e-cc.e-ccdiv.e-cc-toolbar {
    margin-top: 0;
    padding: 3px 0 0; }
  .e-grid .e-edit-dialog .e-dlg-content {
    position: relative; }
  .e-grid .e-edit-dialog {
    min-height: 350px; }
  .e-grid .e-griderror label {
    display: inline !important; }
  .e-grid .e-tooltip-wrap.e-griderror {
    z-index: 1000; }
  .e-grid .e-tooltip-wrap.e-griderror .e-arrow-tip.e-tip-top {
    left: 44%; }
  .e-grid .e-normaledit .e-rowcell {
    padding-bottom: 0;
    padding-top: 0; }
  .e-grid.e-device .e-normaledit .e-rowcell {
    padding-bottom: 4px;
    padding-top: 4px; }
  .e-grid .e-gridcontent .e-normaledit .e-rowcell.e-lastrowadded {
    border-bottom: 1px solid #e0e0e0;
    border-top: 0 none #e0e0e0; }
  .e-grid .e-normaledit {
    border-top: 0;
    padding: 0; }
  .e-grid .e-gridcontent .e-normaledit .e-rowcell {
    border-top: 1px solid; }
  .e-grid .e-gridcontent tr.e-row:first-child .e-rowcell {
    border-top: 0; }
  .e-grid.e-device .e-editedbatchcell.e-rowcell,
  .e-grid .e-editedbatchcell.e-rowcell,
  .e-grid.e-device .e-gridcontent .e-normaledit .e-rowcell {
    padding-bottom: 0;
    padding-top: 0; }
  .e-grid .e-editedbatchcell,
  .e-grid td.e-boolcell {
    padding-left: 21px;
    padding-right: 21px; }
  .e-grid td.e-boolcell input {
    margin: 3px 3px 3px 4px; }
  .e-grid td.e-boolcell.e-rowcell {
    padding-bottom: 5px;
    padding-top: 5px; }
  .e-grid .e-dialog .e-gridform .e-rowcell {
    border: 0;
    padding: 0; }
  .e-grid .e-row .e-input-group .e-input.e-field,
  .e-grid .e-row .e-input-focus .e-input.e-field {
    font-family: "Roboto", "Segoe UI", "GeezaPro", "DejaVu Serif", "sans-serif", "-apple-system", "BlinkMacSystemFont";
    font-size: 13px;
    padding-bottom: 6px;
    padding-top: 9px; }
  .e-grid .e-row .e-input-group {
    margin-bottom: 2px;
    margin-top: 0;
    vertical-align: middle; }
  .e-grid .e-defaultcell.e-ralign,
  .e-grid .e-editedrow .e-defaultcell.e-ralign,
  .e-grid .e-defaultcell.e-ralign:focus,
  .e-grid .e-editedrow .e-defaultcell.e-ralign:focus {
    padding-right: 10px; }
  .e-grid .e-dlg-content .e-defaultcell.e-ralign,
  .e-grid .e-dlg-content .e-defaultcell.e-ralign:focus {
    padding-right: 0; }
  .e-grid .e-hiddenrow {
    display: none; }
  .e-grid .e-columnchooserdiv {
    float: right;
    margin: -12px; }
  .e-grid .e-ccdlg .e-dlg-content {
    margin: 20px 0 0;
    overflow: visible;
    padding: 16px 18px 13px 9px; }
  .e-grid .e-ccdlg .e-checkbox-wrapper.e-control.e-keyboard {
    padding-left: 9px; }
  .e-grid .e-ccdlg .e-main-div {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    position: relative; }
  .e-grid .e-ccdlg .e-ccul-ele {
    margin: 13px 0;
    padding: 0; }
  .e-grid .e-ccdlg li.e-cclist {
    padding: 9px 0; }
  .e-grid .e-ccdlg .e-checkbox-wrapper .e-frame {
    margin-left: 0; }
  .e-grid .e-ccdlg label.e-cc {
    margin: 0; }
  .e-grid .e-ccdlg .e-footer-content {
    border-style: solid;
    border-width: 1px 0 0; }
  .e-grid .e-ccdlg .e-cc-contentdiv {
    height: 196px;
    overflow-y: auto; }
  .e-grid .e-ccdlg .e-cc-searchdiv {
    border-style: solid;
    border-width: 0 0 2px;
    left: 4px;
    opacity: 0.6;
    position: absolute;
    right: 0;
    top: -46px; }
    .e-grid .e-ccdlg .e-cc-searchdiv span.e-ccsearch-icon.e-icons {
      float: right;
      opacity: .6;
      padding: 5px 2px; }
    .e-grid .e-ccdlg .e-cc-searchdiv span.e-ccsearch-icon.e-cc-cancel {
      font-size: 11px;
      padding: 5px 2px 6px; }
  .e-grid .e-ccdlg .e-cc-searchdiv.e-input-focus {
    opacity: 1; }
    .e-grid .e-ccdlg .e-cc-searchdiv.e-input-focus span.e-ccsearch-icon.e-icons {
      opacity: 1; }
  .e-grid .e-ccdlg .e-innerdiv.e-ccnmdiv {
    height: 60px;
    padding: 23px;
    text-align: center; }
  .e-grid .e-ccdlg .e-checkbox-wrapper .e-label {
    text-overflow: ellipsis; }
  .e-grid .e-ccdlg .e-cc-chbox {
    margin: 3px;
    vertical-align: middle; }
  .e-grid .e-ccdlg .e-cc-lab-name {
    padding: 7px;
    text-overflow: ellipsis;
    vertical-align: middle; }
  .e-grid .e-ccdlg .e-cc.e-input,
  .e-grid .e-ccdlg .e-cc.e-input:focus {
    border: 0;
    padding-bottom: 8px;
    padding-left: 4px;
    padding-top: 4px; }
  .e-grid .e-checkboxfiltertext {
    width: 150px;
    word-break: normal; }
  .e-grid .e-frozenhdrcont .e-headercontent &gt; .e-table,
  .e-grid .e-frozenhdrcont .e-frozenheader &gt; .e-table,
  .e-grid .e-frozenhdrcont .e-movableheader &gt; .e-table,
  .e-grid .e-frozenhdrcont .e-headercontent .e-virtualtable &gt; .e-table {
    border-bottom: 2px solid; }
  .e-grid .e-frozenheader &gt; .e-table,
  .e-grid .e-frozencontent &gt; .e-table,
  .e-grid .e-frozenheader .e-virtualtable &gt; .e-table,
  .e-grid .e-frozencontent .e-virtualtable &gt; .e-table {
    border-left: 0;
    border-right: 2px solid; }
  .e-grid .e-frozenheader.e-frozen-right-header &gt; .e-table,
  .e-grid .e-frozencontent.e-frozen-right-content &gt; .e-table {
    border-left: 2px solid;
    border-right: 0; }
  .e-grid .e-frozenheader {
    float: left;
    width: -webkit-min-content;
    width: -moz-min-content;
    width: min-content; }
  .e-grid .e-frozenheader.e-frozen-right-header {
    float: right; }
  .e-grid.e-rtl .e-frozenheader &gt; .e-table,
  .e-grid.e-rtl .e-frozencontent &gt; .e-table,
  .e-grid.e-rtl .e-frozenheader .e-virtualtable &gt; .e-table,
  .e-grid.e-rtl .e-frozencontent .e-virtualtable &gt; .e-table {
    border-left: 2px solid;
    border-right: 0; }
  .e-grid.e-rtl .e-frozenheader.e-frozen-right-header &gt; .e-table,
  .e-grid.e-rtl .e-frozencontent.e-frozen-right-content &gt; .e-table {
    border-left: 0;
    border-right: 2px solid; }
  .e-grid.e-rtl .e-frozenheader {
    float: right; }
  .e-grid.e-rtl .e-frozenheader.e-frozen-right-header {
    float: left; }
  .e-grid.e-rtl .e-frozencontent {
    float: right; }
  .e-grid.e-rtl .e-frozen-right-content {
    float: left; }
  .e-grid.e-rtl .e-frozenfootercontent {
    float: right; }
  .e-grid.e-rtl .e-frozen-right-footercontent {
    float: left; }
  .e-grid .e-movableheader {
    overflow: hidden; }
  .e-grid .e-frozenhdrcont {
    -ms-touch-action: none; }
  .e-grid .e-frozencontent {
    -ms-touch-action: none;
    border-bottom-width: 1px;
    float: left;
    width: -webkit-min-content;
    width: -moz-min-content;
    width: min-content; }
  .e-grid .e-frozen-right-content {
    float: right; }
  .e-grid .e-movablecontent {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    overflow-x: hidden; }
  .e-grid .e-frozenscrollbar {
    border-top: 1px solid #e0e0e0; }
  .e-grid .e-movablescrollbar {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    overflow: hidden;
    overflow-x: scroll; }
  .e-grid .e-columnchooser::before {
    line-height: 1.9; }
  .e-grid .e-toolbar .e-ccdiv .e-columnchooser.e-cctbn-icon {
    font-size: 15px;
    vertical-align: middle; }
  .e-grid .e-toolbar .e-ccdiv {
    margin-top: -1px;
    padding: 0 10px; }
  .e-grid.e-rtl .e-tableborder {
    border-left: 1px solid;
    border-right: 0; }
  .e-grid.e-rtl .e-checkboxfilter .e-dlg-content {
    padding-left: 18px;
    padding-right: 9px; }
  .e-grid.e-rtl .e-checkboxfilter .e-ftrchk,
  .e-grid.e-rtl .e-checkboxfilter .e-searchbox {
    padding-left: 0;
    padding-right: 9px; }
  .e-grid.e-rtl .e-headercell,
  .e-grid.e-rtl .e-detailheadercell {
    border-width: 0;
    text-align: right; }
    .e-grid.e-rtl .e-headercell .e-headercelldiv,
    .e-grid.e-rtl .e-headercell .e-headercelldiv.e-headerchkcelldiv,
    .e-grid.e-rtl .e-detailheadercell .e-headercelldiv,
    .e-grid.e-rtl .e-detailheadercell .e-headercelldiv.e-headerchkcelldiv {
      padding: 0 0.6em 0 1.8em;
      text-align: right; }
      .e-grid.e-rtl .e-headercell .e-headercelldiv .e-sortnumber,
      .e-grid.e-rtl .e-headercell .e-headercelldiv.e-headerchkcelldiv .e-sortnumber,
      .e-grid.e-rtl .e-detailheadercell .e-headercelldiv .e-sortnumber,
      .e-grid.e-rtl .e-detailheadercell .e-headercelldiv.e-headerchkcelldiv .e-sortnumber {
        float: left;
        margin: 9px 0 0 5px; }
    .e-grid.e-rtl .e-headercell .e-filterbarcell input,
    .e-grid.e-rtl .e-detailheadercell .e-filterbarcell input {
      border-width: 0 0 2px 0; }
    .e-grid.e-rtl .e-headercell .e-sortfilterdiv,
    .e-grid.e-rtl .e-detailheadercell .e-sortfilterdiv {
      float: left;
      margin: -14px 10px; }
    .e-grid.e-rtl .e-headercell.e-leftalign .e-sortfilterdiv,
    .e-grid.e-rtl .e-detailheadercell.e-leftalign .e-sortfilterdiv {
      float: right;
      margin: -14px 3px; }
    .e-grid.e-rtl .e-headercell.e-leftalign .e-headercelldiv,
    .e-grid.e-rtl .e-detailheadercell.e-leftalign .e-headercelldiv {
      padding: 0 25px 0 .7em; }
      .e-grid.e-rtl .e-headercell.e-leftalign .e-headercelldiv .e-sortnumber,
      .e-grid.e-rtl .e-detailheadercell.e-leftalign .e-headercelldiv .e-sortnumber {
        float: right;
        margin: 6px 5px 0 0; }
    .e-grid.e-rtl .e-headercell.e-rightalign .e-sortnumber,
    .e-grid.e-rtl .e-detailheadercell.e-rightalign .e-sortnumber {
      float: left;
      margin: 9px 0 0 5px; }
  .e-grid.e-rtl .e-rowcell:first-child,
  .e-grid.e-rtl .e-summarycell:first-child {
    padding-right: 21px; }
  .e-grid.e-rtl .e-rowcell:last-child,
  .e-grid.e-rtl .e-summarycell:last-child {
    padding-left: 21px; }
  .e-grid.e-rtl.e-wrap .e-gridheader .e-rightalign .e-sortnumber {
    margin: 3px 5px 0 2px; }
  .e-grid.e-rtl.e-wrap .e-gridheader .e-sortnumber {
    margin: 3px 5px 0 2px; }
  .e-grid.e-rtl.e-wrap .e-gridheader .e-sortfilterdiv {
    margin: -17px 4px; }
  .e-grid.e-rtl.e-wrap .e-gridheader .e-rightalign .e-sortfilterdiv {
    margin: -17px 5px; }
  .e-grid.e-rtl .e-gridheader .e-fltr-icon .e-sortfilterdiv {
    margin: -14px 0 0 11px; }
  .e-grid.e-rtl .e-gridheader .e-rightalign.e-fltr-icon .e-sortfilterdiv {
    margin: -14px 0 0 11px; }
  .e-grid.e-rtl .e-gridheader .e-sortfilter .e-rightalign.e-fltr-icon .e-headercelldiv {
    margin: -7px; }
  .e-grid.e-rtl .e-gridheader .e-sortfilter .e-fltr-icon .e-headercelldiv {
    margin: -7px; }
  .e-grid.e-rtl.e-verticallines .e-grouptopleftcell,
  .e-grid.e-rtl.e-bothlines .e-grouptopleftcell,
  .e-grid.e-rtl.e-hidelines .e-grouptopleftcell {
    border-top: 0; }
  .e-grid.e-rtl .e-grouptopleftcell {
    border-top: 1px solid; }
  .e-grid.e-rtl .e-grouptext {
    margin-left: 18px;
    margin-right: 0; }
  .e-grid.e-rtl .e-groupheadercell span {
    float: right; }
  .e-grid.e-rtl.e-horizontallines .e-grouptopleftcell {
    border-top: 1px solid; }
  .e-grid.e-rtl .e-rowcell {
    border-width: 1px 0 0 0; }
  .e-grid.e-rtl .e-filterbarcell,
  .e-grid.e-rtl .e-filterbarcelldisabled {
    border-width: 1px 0 0; }
  .e-grid.e-rtl .e-lastrowcell {
    border-width: 1px 1px 1px 0; }
  .e-grid.e-rtl .e-gridheader .e-rightalign .e-sortfilterdiv {
    margin: -14px 10px; }
  .e-grid.e-rtl .e-cloneproperties {
    border-width: 1px 1px 3px; }
  .e-grid.e-rtl tr td:first-child,
  .e-grid.e-rtl tr th:first-child {
    border-left-width: 0; }
  .e-grid.e-rtl.e-default.e-bothlines tr td:first-child:not(.e-summarycell),
  .e-grid.e-rtl.e-default.e-bothlines tr th:first-child {
    border-left-width: 1px; }
  .e-grid.e-rtl.e-default.e-bothlines tr td:first-child.e-detailrowcollapse,
  .e-grid.e-rtl.e-default.e-bothlines tr td:first-child.e-detailrowexpand {
    border-left-width: 0; }
  .e-grid.e-rtl.e-default tr td:last-child,
  .e-grid.e-rtl.e-default tr th:last-child {
    border-left: 0; }
  .e-grid.e-rtl.e-default.e-verticallines tr th:last-child {
    border-left: 1px solid; }
  .e-grid.e-rtl.e-default .e-gridheader tr th:last-child {
    padding-left: 21px;
    padding-right: 21px; }
  .e-grid.e-rtl.e-default .e-gridheader tr th:first-child {
    padding-left: 21px;
    padding-right: 21px; }
  .e-grid.e-rtl.e-default th:first-child .e-grid.e-rtl.e-default .e-headercell, .e-grid.e-rtl.e-default .e-detailheadercell {
    border-width: 0; }
  .e-grid.e-rtl.e-default .e-rowcell {
    border-width: 1px 0 0 0; }
  .e-grid.e-rtl.e-default.e-verticallines .e-headercell,
  .e-grid.e-rtl.e-default.e-verticallines .e-rowcell,
  .e-grid.e-rtl.e-default.e-verticallines .e-filterbarcell,
  .e-grid.e-rtl.e-default.e-verticallines .e-detailheadercell,
  .e-grid.e-rtl.e-default.e-verticallines .e-gridheader th.e-firstcell {
    border-width: 0 0 0 1px; }
  .e-grid.e-rtl.e-default.e-verticallines tr th:first-child:not(.e-firstcell) {
    border-left-width: 1px; }
  .e-grid.e-rtl.e-default .e-stackedheadercell,
  .e-grid.e-rtl.e-default.e-horizontallines .e-stackedheadercell {
    border-width: 0 1px 1px 0; }
  .e-grid.e-rtl.e-default .e-gridheader th.e-firstcell,
  .e-grid.e-rtl.e-default.e-horizontallines .e-gridheader th.e-firstcell {
    border-left-width: 0;
    border-right-width: 1px; }
  .e-grid.e-rtl.e-default.e-bothlines .e-gridheader th.e-firstcell {
    border-left-width: 1px;
    border-right-width: 0; }
  .e-grid.e-rtl.e-default .e-gridheader .e-headercell.e-firstheader,
  .e-grid.e-rtl.e-default.e-horizontallines .e-headercell.e-firstheader {
    border-left: 0; }
  .e-grid.e-rtl.e-default.e-hidelines .e-gridheader th.e-firstcell {
    border-left: 0;
    border-right: 0; }
  .e-grid.e-rtl.e-default .e-gridheader .e-headercell.e-firstheader,
  .e-grid.e-rtl.e-default.e-horizontallines .e-gridheader .e-headercell.e-firstheader {
    border-right: 1px solid; }
  .e-grid.e-rtl.e-default.e-verticallines .e-gridheader .e-headercell.e-firstheader {
    border-right: 0; }
  .e-grid.e-rtl.e-default.e-verticallines .e-gridheader .e-headercell.e-firstheader,
  .e-grid.e-rtl.e-default.e-verticallines .e-gridheader th.e-grouptopleftcell.e-lastgrouptopleftcell {
    border-left: 1px solid; }
  .e-grid.e-rtl.e-default.e-verticallines .e-headercell.e-stackedheadercell {
    border-bottom: 1px solid; }
  .e-grid.e-rtl.e-default .e-detailcell,
  .e-grid.e-rtl.e-default.e-bothlines .e-detailcell {
    border-right-style: solid;
    border-right-width: 1px; }
  .e-grid.e-rtl .e-cc-searchdiv span.e-ccsearch-icon.e-icons {
    float: left; }
  .e-grid.e-rtl .e-groupsort,
  .e-grid.e-rtl .e-ungroupbutton,
  .e-grid.e-rtl .e-toggleungroup {
    margin-left: 0;
    margin-right: 6px; }
  .e-grid.e-rtl span.e-ungroupbutton.e-icons {
    margin-left: 0;
    margin-right: 6px;
    padding-top: 0; }
  .e-grid.e-rtl.e-default.e-bothlines .e-headercell,
  .e-grid.e-rtl.e-default.e-bothlines .e-detailheadercell {
    border-width: 0 0 0 1px; }
  .e-grid.e-rtl.e-default.e-bothlines .e-dragheadercell,
  .e-grid.e-rtl.e-default.e-bothlines .e-rowdragheader,
  .e-grid.e-rtl.e-default.e-bothlines .e-cloneproperties.e-draganddrop td.e-rowdragdrop,
  .e-grid.e-rtl.e-default.e-verticallines .e-cloneproperties.e-draganddrop td.e-rowdragdrop {
    border-left: 1px solid #e0e0e0;
    padding-left: 3px; }
  .e-grid.e-rtl .e-cloneproperties.e-draganddrop .e-row .e-icon-rowdragicon::before {
    left: 4px;
    position: relative; }
  .e-grid.e-rtl.e-default table th[rowspan] {
    border-width: 0 1px 0 0; }
  .e-grid.e-rtl.e-default.e-bothlines .e-gridheader .e-headercell.e-firstheader,
  .e-grid.e-rtl.e-default.e-bothlines .e-gridheader th.e-grouptopleftcell.e-lastgrouptopleftcell {
    border-left: 1px solid;
    border-right: 0; }
  .e-grid.e-rtl.e-bothlines .e-gridheader th.e-stackedheadercell {
    border-bottom-style: solid;
    border-bottom-width: 1px; }
  .e-grid.e-rtl.e-bothlines .e-filterbarcell,
  .e-grid.e-rtl.e-bothlines .e-filterbarcelldisabled {
    border-width: 1px 0 0 1px; }
  .e-grid.e-rtl.e-bothlines .e-rowcell,
  .e-grid.e-rtl.e-bothlines .e-rowcell.e-lastrowcell {
    border-width: 1px 0 0 1px; }
  .e-grid.e-rtl.e-verticallines .e-rowcell,
  .e-grid.e-rtl.e-verticallines .e-filterbarcell {
    border-width: 1px 0 0 1px; }
  .e-grid.e-rtl.e-hidelines .e-rowcell,
  .e-grid.e-rtl.e-hidelines .e-headercell,
  .e-grid.e-rtl.e-hidelines .e-detailheadercell,
  .e-grid.e-rtl.e-hidelines .e-filterbarcell {
    border-width: 0; }
  .e-grid.e-rtl.e-horizontallines .e-rowcell {
    border-width: 1px 0 0; }
  .e-grid.e-rtl.e-horizontallines .e-filterbarcell {
    border-width: 1px 0 0; }
  .e-grid.e-rtl.e-horizontallines .e-rowcell.e-lastrowcell, .e-grid.e-rtl.e-verticallines .e-rowcell.e-lastrowcell, .e-grid.e-rtl.e-hidelines .e-rowcell.e-lastrowcell {
    border-bottom-width: 1px; }
  .e-grid.e-rtl.e-verticallines .e-firstchildrow .e-rowcell, .e-grid.e-rtl.e-hidelines .e-firstchildrow .e-rowcell {
    border-top-width: 1px; }
  .e-grid.e-rtl .e-groupheadercell .e-icons::before {
    display: inline-block; }
  .e-grid.e-rtl .e-groupheadercell .e-cancel {
    padding-left: 23px;
    padding-right: 0;
    padding-top: 2px; }
  .e-grid.e-rtl .e-groupheadercell,
  .e-grid.e-rtl .e-groupheadercell:hover {
    margin-left: 10px;
    margin-right: 18px;
    padding: 0 9px 0 6px; }
  .e-grid.e-rtl .e-groupheadercell,
  .e-grid.e-rtl .e-groupheadercell:hover {
    float: right; }
  .e-grid.e-rtl .e-groupdroparea {
    text-align: right; }
  .e-grid.e-rtl .e-ungroupbutton {
    float: left; }
  .e-grid.e-rtl tr:not(.e-summaryrow) td.e-indentcell {
    border-style: solid;
    border-width: 0 0 0 1px; }
  .e-grid.e-rtl .e-defaultcell.e-ralign,
  .e-grid.e-rtl .e-row .e-input.e-defaultcell.e-ralign,
  .e-grid.e-rtl .e-defaultcell.e-ralign:focus,
  .e-grid.e-rtl .e-editedrow .e-defaultcell.e-ralign:focus {
    padding-left: 10px; }
  .e-grid.e-rtl .e-detailindentcell {
    border-left-style: solid;
    border-left-width: 1px;
    border-right-width: 0; }
  .e-grid.e-rtl .e-filtermenudiv {
    float: left;
    margin: -18px 0 -18px -11px;
    padding: 6px; }
  .e-grid.e-wrap .e-rowcell,
  .e-grid.e-wrap .e-columnheader .e-stackedheadercelldiv,
  .e-grid.e-wrap .e-columnheader .e-headercelldiv {
    height: Auto;
    line-height: 18px;
    overflow-wrap: break-word;
    text-overflow: clip;
    white-space: normal;
    word-wrap: break-word; }
  .e-grid.e-wrap .e-stackedheader .e-columnheader .e-stackedheadercelldiv,
  .e-grid.e-wrap .e-stackedheader .e-columnheader .e-headercelldiv {
    max-height: 36px; }
  .e-grid.e-wrap .e-columnheader .e-headercelldiv,
  .e-grid .e-columnheader.e-wrap .e-headercelldiv {
    margin-bottom: 2px;
    margin-top: 0; }
  .e-grid.e-wrap .e-columnheader .e-filtermenudiv {
    line-height: 18px; }
  .e-grid .e-columnheader.e-wrap .e-filtermenudiv {
    line-height: 18px; }
  .e-grid .e-columnheader.e-wrap .e-headercelldiv,
  .e-grid .e-columnheader.e-wrap .e-stackedheadercelldiv,
  .e-grid .e-gridcontent.e-wrap .e-rowcell,
  .e-grid .e-frozenhdrcont.e-wrap .e-rowcell {
    height: Auto;
    line-height: 18px;
    overflow-wrap: break-word;
    text-overflow: clip;
    white-space: normal;
    word-wrap: break-word; }
  .e-grid .e-stackedheadercelldiv {
    overflow: hidden;
    text-overflow: ellipsis; }
  .e-grid .e-stackedheader .e-columnheader.e-wrap .e-headercelldiv,
  .e-grid .e-stackedheader .e-columnheader.e-wrap .e-stackedheadercelldiv {
    max-height: 36px; }
  .e-grid .e-columnheader.e-wrap .e-sortfilterdiv,
  .e-grid.e-wrap .e-columnheader .e-sortfilterdiv {
    margin: -18px 10px; }
  .e-grid .e-columnheader.e-wrap .e-rightalign .e-sortfilterdiv,
  .e-grid.e-wrap .e-columnheader .e-rightalign .e-sortfilterdiv {
    margin: -18px 5px; }
  .e-grid .e-columnheader.e-wrap .e-fltr-icon .e-sortfilterdiv,
  .e-grid.e-wrap .e-columnheader .e-fltr-icon .e-sortfilterdiv {
    margin: -11px 24px; }
  .e-grid .e-columnheader.e-wrap .e-fltr-icon.e-rightalign .e-sortfilterdiv,
  .e-grid.e-wrap .e-columnheader .e-fltr-icon.e-rightalign .e-sortfilterdiv {
    margin: -10px 5px; }
  .e-grid .e-columnheader.e-wrap .e-icon-group::before,
  .e-grid.e-wrap .e-columnheader .e-icon-group::before {
    display: inline-block; }
  .e-grid.e-responsive .e-rowcell.e-gridclip,
  .e-grid.e-responsive .e-gridclip .e-headercelldiv,
  .e-grid.e-responsive .e-stackedheadercelldiv.e-gridclip {
    text-overflow: clip; }
  .e-grid .e-clipboard {
    cursor: default;
    height: 1px;
    left: -1000px;
    overflow: hidden;
    position: fixed;
    resize: none;
    top: -1000px;
    width: 1px; }
  .e-grid.e-resize-lines th.e-headercell.e-stackedheadercell,
  .e-grid.e-resize-lines th.e-headercell.e-firstcell, .e-grid.e-resize-lines.e-rtl th.e-headercell.e-stackedheadercell,
  .e-grid.e-resize-lines.e-rtl th.e-headercell.e-firstcell {
    border-left: 0;
    border-right: 0;
    border-top: 0; }
  .e-grid.e-resize-lines tr.e-columnheader th:last-child.e-stackedheadercell .e-rhandler.e-rcursor, .e-grid.e-resize-lines.e-rtl tr.e-columnheader th:last-child.e-stackedheadercell .e-rhandler.e-rcursor {
    border-right: 0; }
  .e-grid.e-resize-lines.e-default table th[rowspan], .e-grid.e-resize-lines.e-rtl.e-default table th[rowspan] {
    border-left: 0; }
  .e-grid.e-resize-lines.e-rtl tr.e-columnheader th:last-child.e-stackedheadercell .e-rhandler.e-rcursor,
  .e-grid.e-resize-lines.e-rtl tr.e-columnheader th.e-lastcell .e-rhandler.e-rcursor {
    border-left: 0; }
  .e-grid.e-resize-lines.e-rtl.e-default table th[rowspan] {
    border-right: 0; }
  .e-grid.sf-grid .e-masked-cell.e-rowcell .e-virtualcell {
    background-color: rgba(0, 0, 0, 0.1);
    display: inline-block;
    height: 10px;
    width: 80%; }
  .e-grid.sf-grid .e-movablecontent {
    height: inherit;
    overflow: scroll; }
  .e-grid.sf-grid .e-frozencontent {
    border-bottom-style: solid;
    height: inherit;
    overflow: hidden; }
  .e-grid.sf-grid .e-gridcontent .e-content,
  .e-grid.sf-grid .e-gridcontent .e-content .e-movablecontent {
    overflow-y: auto; }
  .e-grid.sf-grid .e-gridcontent .e-content.e-yscroll,
  .e-grid.sf-grid .e-gridcontent .e-content .e-movablecontent.e-yscroll {
    overflow-y: scroll; }
  .e-grid.sf-grid .e-gridcontent .e-content.e-noscroll,
  .e-grid.sf-grid .e-gridcontent .e-content .e-movablecontent.e-noscroll {
    overflow-y: hidden; }
  .e-grid.sf-grid .e-label.e-fltrcheck,
  .e-grid.sf-grid .e-label.e-choosercheck {
    width: 0; }
  .e-grid.sf-grid .e-checkboxlist .e-fltrcheck,
  .e-grid.sf-grid .e-cc-contentdiv .e-choosercheck {
    white-space: nowrap; }

.e-grid-min-height .e-rowcell {
  line-height: 0;
  padding-bottom: 0;
  padding-top: 0; }

.e-grid-min-height .e-gridheader .e-headercell,
.e-grid-min-height .e-gridheader .e-detailheadercell,
.e-grid-min-height .e-gridheader .e-headercell .e-headercelldiv {
  height: auto; }

.e-grid-min-height .e-gridcontent .e-groupcaption {
  line-height: normal;
  padding: 0 .7em; }

.e-grid-min-height .e-summarycell {
  line-height: normal;
  padding: 0 8px; }

.e-grid-min-height .e-grid-height .e-rowcell {
  line-height: 20px;
  padding: 8px 21px; }

.e-grid-min-height .e-grid-height .e-gridheader .e-headercell,
.e-grid-min-height .e-grid-height .e-gridheader .e-detailheadercell,
.e-grid-min-height .e-grid-height .e-gridheader .e-headercell .e-headercelldiv {
  height: 29px; }

.e-grid-min-height .e-grid-height .e-gridcontent .e-groupcaption {
  line-height: 20px;
  padding: .7em; }

.e-grid-min-height .e-grid-height .e-summarycell {
  line-height: 18px;
  padding: 8px 21px; }

.e-device.e-grid-min-height .e-grid-height .e-rowcell {
  padding: 8px 12px; }

.e-device.e-grid-min-height .e-grid-height .e-rowcell:first-child {
  padding: 8px 12px 8px 16px; }

.e-device.e-grid-min-height .e-grid-height .e-rowcell:last-child {
  padding: 8px 16px 8px 12px; }

.e-device.e-grid-min-height .e-rowcell,
.e-device.e-grid-min-height .e-rowcell:first-child,
.e-device.e-grid-min-height .e-rowcell:last-child {
  padding-bottom: 0;
  padding-top: 0; }

.e-bigger .e-grid.e-grid-min-height .e-grid-height .e-rowcell {
  line-height: 27px;
  padding: 11px 28px; }

.e-bigger .e-grid.e-grid-min-height .e-grid-height .e-rowcell:first-child {
  line-height: 28px;
  padding-left: 28px; }

.e-bigger .e-grid.e-grid-min-height .e-grid-height .e-rowcell:last-child {
  line-height: 28px;
  padding-right: 28px; }

.e-bigger .e-grid.e-grid-min-height .e-rowcell,
.e-bigger .e-grid.e-grid-min-height .e-rowcell:first-child,
.e-bigger .e-grid.e-grid-min-height .e-rowcell:last-child {
  line-height: 0;
  padding-bottom: 0;
  padding-top: 0; }

.e-bigger .e-wrap.e-grid-min-height .e-grid-height .e-rowcell {
  line-height: 18px; }

.e-bigger .e-wrap.e-grid-min-height .e-grid-height .e-frozencontent table tr td:first-child:empty,
.e-bigger .e-wrap.e-grid-min-height .e-grid-height .e-movablecontent table tr td:first-child:empty,
.e-bigger .e-wrap.e-grid-min-height .e-grid-height .e-frozenhdrcont table tr td:first-child:empty,
.e-bigger .e-wrap.e-grid-min-height .e-grid-height:not(.e-grid-min-height) .e-gridcontent tr td:not(.e-indentcell):first-child:empty,
.e-bigger .e-wrap.e-grid-min-height .e-grid-height:not(.e-grid-min-height) .e-gridcontent tr.e-row .e-rowcell:empty {
  height: 49px; }

.e-bigger .e-wrap.e-grid-min-height .e-rowcell {
  line-height: 18px; }

.e-bigger .e-wrap.e-grid-min-height .e-frozencontent table tr td:first-child:empty,
.e-bigger .e-wrap.e-grid-min-height .e-movablecontent table tr td:first-child:empty,
.e-bigger .e-wrap.e-grid-min-height .e-frozenhdrcont table tr td:first-child:empty,
.e-bigger .e-wrap.e-grid-min-height:not(.e-grid-min-height) .e-gridcontent tr td:not(.e-indentcell):first-child:empty,
.e-bigger .e-wrap.e-grid-min-height:not(.e-grid-min-height) .e-gridcontent tr.e-row .e-rowcell:empty {
  height: 18px; }

.e-rtl .e-grid .e-headercell,
.e-rtl .e-grid .e-detailheadercell,
.e-rtl .e-grid .e-headercelldiv,
.e-rtl .e-grid .e-headercelldiv.e-headerchkcelldiv {
  text-align: right; }

.e-edit-dialog .e-gridform .e-table {
  border-collapse: separate;
  border-spacing: 11px;
  width: 100%; }

.e-edit-dialog .e-dlg-content {
  position: relative; }

/*! Grid theme */
.e-grid {
  border-color: #e0e0e0; }
  .e-grid .e-content {
    background-color: #fff; }
  .e-grid .e-icons {
    color: #000; }
  .e-grid .e-unboundcelldiv .e-icons {
    color: #000; }
  .e-grid .e-table {
    background-color: #fff; }
  .e-grid .e-focused:not(.e-menu-item) {
    -webkit-box-shadow: 0 0 0 1px #9e9e9e inset;
            box-shadow: 0 0 0 1px #9e9e9e inset; }
  .e-grid .e-gridheader .e-icons:not(.e-icon-hide):not(.e-check):not(.e-stop) {
    color: #212121; }
  .e-grid .e-groupdroparea .e-icons {
    color: #fff; }
  .e-grid .e-tableborder {
    border-right-color: #e0e0e0; }
  .e-grid .e-autofill {
    background-color: #971b1e; }
  .e-grid .e-autofill,
  .e-grid .e-xlsel {
    border-color: #971b1e;
    z-index: 1; }
  .e-grid .e-xlsel {
    background-color: transparent;
    border-style: solid;
    pointer-events: none;
    position: absolute; }
  .e-grid .e-xlselaf {
    background-color: #971b1e;
    border-color: #971b1e;
    position: absolute; }
  .e-grid .e-gridcontent tr.e-row:first-child .e-rowcell.e-dragborder,
  .e-grid .e-gridcontent .e-rowcell.e-dragborder,
  .e-grid .e-gridcontent .e-rowdragdrop.e-dragborder,
  .e-grid .e-gridheader thead tr th.e-firstrowdragborder,
  .e-grid.e-rtl .e-gridcontent tr.e-row:first-child .e-rowcell.e-dragborder,
  .e-grid.e-rtl .e-gridcontent .e-rowcell.e-dragborder,
  .e-grid.e-rtl .e-gridcontent .e-rowdragdrop.e-dragborder {
    -webkit-box-shadow: 0 2px 0 0 #971b1e;
            box-shadow: 0 2px 0 0 #971b1e;
    position: relative;
    z-index: 5; }
  .e-grid .e-gridheader {
    background-color: #fff;
    border-bottom-color: #e0e0e0;
    border-top-color: #e0e0e0;
    color: rgba(0, 0, 0, 0.54); }
  .e-grid .e-gridcontent tr:first-child td {
    border-top-color: transparent; }
  .e-grid th.e-headercell[aria-sort='ascending'] .e-headertext,
  .e-grid th.e-headercell[aria-sort='descending'] .e-headertext,
  .e-grid th.e-headercell[aria-sort='ascending'] .e-sortfilterdiv,
  .e-grid th.e-headercell[aria-sort='descending'] .e-sortfilterdiv {
    color: #000;
    opacity: 1; }
  .e-grid.e-default.e-verticallines .e-headercell.e-stackedheadercell {
    border-color: #e0e0e0; }
  .e-grid.e-default.e-horizontallines .e-grouptopleftcell {
    border-color: #e0e0e0; }
  .e-grid.e-default .e-gridheader.e-stackedfilter tr:last-child th.e-grouptopleftcell,
  .e-grid.e-default.e-horizontallines .e-gridheader.e-stackedfilter tr:last-child th.e-grouptopleftcell,
  .e-grid.e-default .e-gridheader.e-stackedfilter tr:first-child th.e-grouptopleftcell,
  .e-grid.e-default.e-horizontallines .e-gridheader.e-stackedfilter tr:first-child th.e-grouptopleftcell {
    border-color: #e0e0e0; }
  .e-grid.e-default .e-gridheader .e-headercell.e-firstheader,
  .e-grid.e-default.e-horizontallines .e-headercell.e-firstheader {
    border-color: #e0e0e0; }
  .e-grid .e-filterbarcell input {
    border-color: #e0e0e0; }
  .e-grid .e-gridcontent {
    background-color: #fff; }
  .e-grid .e-gridfooter {
    background-color: #f6f6f6; }
  .e-grid .e-headercontent {
    border-color: #e0e0e0; }
  .e-grid .e-headercell,
  .e-grid .e-detailheadercell {
    background-color: #fff;
    border-color: #e0e0e0; }
  .e-grid [aria-selected] + tr .e-detailindentcell {
    border-color: #e0e0e0; }
  .e-grid tr th.e-firstcell {
    border-left-color: #e0e0e0;
    border-right-color: #e0e0e0; }
  .e-grid .e-rowcell:not(.e-editedbatchcell),
  .e-grid .e-detailrowcollapse:not(.e-editedbatchcell),
  .e-grid .e-detailrowexpand:not(.e-editedbatchcell),
  .e-grid .e-gridcontent .e-rowdragdrop:not(.e-editedbatchcell),
  .e-grid .e-gridheader .e-rowdragdrop:not(.e-editedbatchcell),
  .e-grid .e-emptyrow:not(.e-editedbatchcell) {
    color: #000;
    opacity: 0.87; }
  .e-grid .e-summarycell {
    background-color: #fafafa;
    border-color: #e0e0e0;
    color: rgba(0, 0, 0, 0.54); }
  .e-grid .e-summaryrow .e-summarycell,
  .e-grid .e-summaryrow .e-templatecell,
  .e-grid .e-summarycontent .e-indentcell,
  .e-grid .e-indentcell.e-detailindentcelltop {
    background-color: #f6f6f6;
    border-color: #e0e0e0;
    color: rgba(0, 0, 0, 0.54); }
  .e-grid .e-rowcell,
  .e-grid .e-groupcaption,
  .e-grid .e-indentcell,
  .e-grid .e-recordplusexpand,
  .e-grid .e-recordpluscollapse,
  .e-grid .e-detailrowcollapse,
  .e-grid .e-detailrowexpand,
  .e-grid .e-detailindentcell,
  .e-grid .e-detailcell {
    border-color: #e0e0e0; }
  .e-grid.e-default .e-grouptopleftcell {
    border-color: #e0e0e0; }
  .e-grid .e-frozenhdrcont .e-headercontent &gt; .e-table,
  .e-grid .e-frozenhdrcont .e-frozenheader &gt; .e-table,
  .e-grid .e-frozenhdrcont .e-movableheader &gt; .e-table,
  .e-grid .e-frozenhdrcont .e-headercontent .e-virtualtable &gt; .e-table {
    border-bottom-color: #971b1e; }
  .e-grid .e-frozencontent {
    border-bottom-color: #e0e0e0; }
  .e-grid .e-frozenheader &gt; .e-table,
  .e-grid .e-frozencontent &gt; .e-table,
  .e-grid .e-frozencontent .e-virtualtable &gt; .e-table,
  .e-grid .e-frozenheader .e-virtualtable &gt; .e-table {
    border-right-color: #971b1e; }
  .e-grid .e-frozenheader.e-frozen-right-header &gt; .e-table,
  .e-grid .e-frozencontent.e-frozen-right-content &gt; .e-table {
    border-left-color: #971b1e; }
  .e-grid.e-rtl .e-frozenheader &gt; .e-table,
  .e-grid.e-rtl .e-frozencontent &gt; .e-table,
  .e-grid.e-rtl .e-frozenheader .e-virtualtable &gt; .e-table,
  .e-grid.e-rtl .e-frozencontent .e-virtualtable &gt; .e-table {
    border-left-color: #971b1e; }
  .e-grid.e-rtl .e-frozenheader.e-frozen-right-header &gt; .e-table,
  .e-grid.e-rtl .e-frozencontent.e-frozen-right-content &gt; .e-table {
    border-right-color: #971b1e; }
  .e-grid.e-gridhover tr[role='row']:not(.e-editedrow):hover .e-rowcell:not(.e-cellselectionbackground):not(.e-active):not(.e-updatedtd):not(.e-indentcell),
  .e-grid.e-gridhover tr[role='row']:hover .e-detailrowcollapse:not(.e-cellselectionbackground):not(.e-active):not(.e-updatedtd):not(.e-indentcell),
  .e-grid.e-gridhover tr[role='row']:hover .e-rowdragdrop:not(.e-cellselectionbackground):not(.e-active):not(.e-updatedtd):not(.e-indentcell),
  .e-grid.e-rtl .e-gridhover tr[role='row']:hover .e-rowdragdrop:not(.e-cellselectionbackground):not(.e-active):not(.e-updatedtd):not(.e-indentcell),
  .e-grid.e-gridhover tr[role='row']:hover .e-detailrowexpand:not(.e-cellselectionbackground):not(.e-active):not(.e-updatedtd):not(.e-indentcell) {
    background-color: #eee;
    color: #000; }
  .e-grid tr[role='row']:hover .e-rowdragdrop {
    cursor: move; }
  .e-grid .e-sortnumber {
    background-color: #bbbdc0;
    color: #000; }
  .e-grid.e-gridhover .e-frozenhover {
    background-color: #eee;
    color: #000; }
  .e-grid .e-col-menu.e-filter-popup {
    -webkit-box-shadow: 0 8px 10px 0 rgba(0, 0, 0, 0.24);
            box-shadow: 0 8px 10px 0 rgba(0, 0, 0, 0.24); }
  .e-grid td.e-active .e-icon-rowdragicon::before {
    color: #000; }
  .e-grid td.e-active {
    background: #e0e0e0;
    color: #000; }
  .e-grid .e-columnselection {
    background-color: #e0e0e0; }
  .e-grid td.e-cellselectionbackground {
    background: #e0e0e0;
    color: #000; }
  .e-grid .e-filterbarcell,
  .e-grid .e-filterbarcelldisabled {
    background-color: #fff;
    background-image: none;
    border-color: #e0e0e0; }
  .e-grid .e-filtered::before {
    color: #971b1e; }
  .e-grid .e-gridpopup .e-content {
    background-color: #fff;
    border-color: #e0e0e0; }
  .e-grid .e-gridpopup span:hover,
  .e-grid .e-gridpopup .e-spanclicked {
    border-color: #000; }
  .e-grid .e-gridpopup .e-downtail::before,
  .e-grid .e-gridpopup .e-downtail {
    border-top-color: #e0e0e0; }
  .e-grid .e-gridpopup .e-downtail::after {
    border-top-color: #fff; }
  .e-grid .e-gridpopup .e-uptail::before,
  .e-grid .e-gridpopup .e-uptail {
    border-bottom-color: #e0e0e0; }
  .e-grid .e-gridpopup .e-uptail::after {
    border-bottom-color: #fff; }
  .e-grid .e-cloneproperties {
    background-color: #eee;
    border-color: #e0e0e0;
    color: rgba(0, 0, 0, 0.54); }
  .e-grid .e-rhelper {
    background-color: #000;
    cursor: col-resize;
    opacity: 0.87; }
  .e-grid.e-device .e-rcursor::before {
    border-right-color: #000;
    opacity: 0.87; }
  .e-grid.e-device .e-rcursor::after {
    border-left-color: #000;
    opacity: 0.87; }
  .e-grid.e-resize-lines .e-headercell .e-rhandler,
  .e-grid.e-resize-lines .e-headercell .e-rsuppress {
    border-right: 1px solid #e0e0e0; }
  .e-grid.e-resize-lines .e-frozen-right-header .e-headercell .e-rhandler,
  .e-grid.e-resize-lines .e-frozen-right-header .e-headercell .e-rsuppress {
    border-left: 1px solid #e0e0e0; }
  .e-grid.e-resize-lines .e-focused .e-rhandler {
    border: 0 none; }
  .e-grid.e-resize-lines .e-headercell.e-stackedheadercell {
    border-bottom: 1px solid #e0e0e0;
    border-right: 1px solid #e0e0e0; }
  .e-grid.e-resize-lines .e-frozen-right-header .e-headercell.e-stackedheadercell {
    border-left: 1px solid #e0e0e0; }
  .e-grid.e-rtl.e-resize-lines .e-headercell.e-stackedheadercell,
  .e-grid.e-rtl.e-resize-lines .e-headercell .e-rhandler,
  .e-grid.e-rtl.e-resize-lines .e-headercell .e-rsuppress {
    border-left: 1px solid #e0e0e0;
    border-right-width: 0; }
  .e-grid.e-rtl.e-resize-lines .e-frozen-right-header .e-headercell.e-stackedheadercell,
  .e-grid.e-rtl.e-resize-lines .e-frozen-right-header .e-headercell .e-rhandler,
  .e-grid.e-rtl.e-resize-lines .e-frozen-right-header .e-headercell .e-rsuppress {
    border-left-width: 0;
    border-right: 1px solid #e0e0e0; }
  .e-grid.e-resize-lines .e-filterbarcell,
  .e-grid.e-rtl.e-resize-lines .e-filterbarcell {
    border-top: 1px solid #e0e0e0; }
  .e-grid .e-cloneproperties.e-draganddrop {
    -webkit-box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.26);
            box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.26);
    opacity: .95;
    overflow: visible; }
  .e-grid .e-row .e-dragstartrow::before,
  .e-grid .e-row .e-selectionbackground .e-dragstartrow::before {
    color: #971b1e; }
  .e-grid .e-griddragarea {
    background-color: #eee;
    border-color: #eee;
    color: #000; }
  .e-grid .e-groupdroparea {
    background-color: #aeaeae;
    border-top-color: #e0e0e0;
    color: #000; }
  .e-grid .e-groupdroparea.e-hover {
    background-color: #9c9c9c; }
  .e-grid .e-groupdroparea.e-grouped {
    background-color: #616161; }
  .e-grid .e-groupheadercell {
    background-color: #4d4d4d;
    border-color: #e0e0e0;
    border-radius: 12px;
    color: #fff; }
  .e-grid .e-groupheadercell:hover {
    background-color: #4d4d4d;
    border-color: #000; }
  .e-grid .e-ungroupbutton:hover {
    color: #fff;
    opacity: 1; }
  .e-grid .e-ungroupbutton {
    opacity: 0.7; }
  .e-grid .e-groupcaption,
  .e-grid .e-indentcell,
  .e-grid .e-recordplusexpand,
  .e-grid .e-recordpluscollapse {
    background-color: #fafafa;
    color: #000; }
  .e-grid .e-grouptopleftcell {
    background-color: #fff;
    border-color: #e0e0e0; }
  .e-grid .e-stackedheadercell {
    border-bottom-color: #e0e0e0; }
  .e-grid .e-verticallines tr th {
    border-color: #e0e0e0; }
  .e-grid td.e-updatedtd {
    background-color: #d7f9c7;
    color: #000; }
  .e-grid .e-gridcontent .e-normaledit .e-rowcell {
    border-top-color: #e0e0e0; }
  .e-grid .e-gridcontent .e-normaledit .e-dragindentcell,
  .e-grid .e-gridcontent .e-normaledit .e-detailrowcollapse {
    border-top: 1px solid #e0e0e0; }
  .e-grid .e-ccdlg .e-footer-content {
    border-color: rgba(0, 0, 0, 0.12);
    opacity: 1; }
  .e-grid .e-ccdlg .e-cc-searchdiv {
    border-color: #212121; }
  .e-grid .e-ccdlg .e-cc-searchdiv.e-input-focus {
    border-color: #ff4081; }
  .e-grid .e-cloneproperties.e-draganddrop .e-rowcell {
    color: #000; }
  .e-grid .e-cloneproperties.e-draganddrop table,
  .e-grid .e-cloneproperties.e-draganddrop table .e-selectionbackground {
    background-color: #fff;
    height: 30px; }
  .e-grid.e-rtl .e-verticallines tr th:first-child:not(.e-firstcell) {
    border-color: #e0e0e0; }
  .e-grid.e-rtl.e-default .e-gridheader .e-headercell.e-firstheader,
  .e-grid.e-rtl.e-default.e-horizontallines .e-headercell.e-firstheader,
  .e-grid.e-rtl.e-default.e-verticallines .e-gridheader .e-headercell.e-firstheader,
  .e-grid.e-rtl.e-default.e-verticallines .e-headercell.e-stackedheadercell,
  .e-grid.e-rtl.e-default.e-verticallines tr th:last-child,
  .e-grid.e-rtl.e-default.e-verticallines .e-gridheader th.e-grouptopleftcell,
  .e-grid.e-rtl.e-default.e-verticallines .e-gridheader th.e-grouptopleftcell.e-lastgrouptopleftcell,
  .e-grid.e-rtl.e-default.e-bothlines .e-gridheader .e-headercell.e-firstheader,
  .e-grid.e-rtl.e-default.e-bothlines .e-gridheader th.e-grouptopleftcell.e-lastgrouptopleftcell {
    border-color: #e0e0e0; }
  .e-grid.e-rtl .e-tableborder {
    border-left-color: #e0e0e0; }
  .e-grid.e-rtl .e-filterbardropdown {
    margin-left: 15px; }
  .e-grid.sf-grid .e-gridfooter .e-summarycontent {
    border-right: 0 #e0e0e0 solid; }
  .e-grid .e-ftrchk.e-chkfocus {
    background-color: #eee; }

.e-tooltip-wrap.e-griderror,
.e-control.e-tooltip-wrap.e-popup.e-griderror {
  background-color: #fcdbe4;
  border-color: #fcdbe4; }

.e-tooltip-wrap.e-griderror .e-arrow-tip-inner.e-tip-top,
.e-tooltip-wrap.e-griderror .e-arrow-tip-outer.e-tip-top {
  border-bottom: 8px solid #fcdbe4;
  color: #fcdbe4; }

.e-tooltip-wrap.e-griderror .e-arrow-tip-outer.e-tip-bottom,
.e-tooltip-wrap.e-griderror .e-arrow-tip-inner.e-tip-bottom {
  border-top: 8px solid #fcdbe4;
  color: #fcdbe4; }

.e-tooltip-wrap.e-griderror .e-tip-content,
.e-tooltip-wrap.e-griderror .e-tip-content label {
  color: #f44336; }

.e-dropitemscount {
  background-color: #971b1e;
  color: #fff; }

.e-filterbaroperator.e-dropdownlist {
  position: absolute; }

.e-filterbardropdown:not(.e-rtl) {
  margin-right: 15px; }

*.e-btn-group,
*.e-css.e-btn-group {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  border-radius: 2px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  position: relative; }
  *.e-btn-group input:focus + label.e-btn,
  *.e-btn-group .e-btn:focus,
  *.e-btn-group .e-btn:hover,
  *.e-css.e-btn-group input:focus + label.e-btn,
  *.e-css.e-btn-group .e-btn:focus,
  *.e-css.e-btn-group .e-btn:hover {
    z-index: 2; }
  *.e-btn-group input + label.e-btn,
  *.e-css.e-btn-group input + label.e-btn {
    margin-bottom: 0; }
  *.e-btn-group input,
  *.e-css.e-btn-group input {
    -moz-appearance: none;
    height: 1px;
    margin: 0 0 0 -1px;
    opacity: 0;
    position: absolute;
    width: 1px; }
  *.e-btn-group input:disabled + label.e-btn,
  *.e-btn-group :disabled,
  *.e-css.e-btn-group input:disabled + label.e-btn,
  *.e-css.e-btn-group :disabled {
    cursor: default;
    pointer-events: none; }
  *.e-btn-group .e-btn-icon,
  *.e-css.e-btn-group .e-btn-icon {
    font-size: 14px; }
  *.e-btn-group:not(.e-rtl):not(.e-vertical) .e-btn,
  *.e-css.e-btn-group:not(.e-rtl):not(.e-vertical) .e-btn {
    margin-left: 0; }
    *.e-btn-group:not(.e-rtl):not(.e-vertical) .e-btn:not(:first-of-type):not(:last-of-type),
    *.e-css.e-btn-group:not(.e-rtl):not(.e-vertical) .e-btn:not(:first-of-type):not(:last-of-type) {
      border-radius: 0; }
    *.e-btn-group:not(.e-rtl):not(.e-vertical) .e-btn:first-of-type,
    *.e-css.e-btn-group:not(.e-rtl):not(.e-vertical) .e-btn:first-of-type {
      border-bottom-right-radius: 0;
      border-top-right-radius: 0; }
    *.e-btn-group:not(.e-rtl):not(.e-vertical) .e-btn:last-of-type,
    *.e-css.e-btn-group:not(.e-rtl):not(.e-vertical) .e-btn:last-of-type {
      border-bottom-left-radius: 0;
      border-top-left-radius: 0; }
    *.e-btn-group:not(.e-rtl):not(.e-vertical) .e-btn:last-of-type:not(:last-child),
    *.e-css.e-btn-group:not(.e-rtl):not(.e-vertical) .e-btn:last-of-type:not(:last-child) {
      border-bottom-right-radius: 0;
      border-top-right-radius: 0; }
  *.e-btn-group:not(.e-rtl):not(.e-vertical) .e-split-btn-wrapper + .e-btn,
  *.e-css.e-btn-group:not(.e-rtl):not(.e-vertical) .e-split-btn-wrapper + .e-btn {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0; }
  *.e-btn-group:not(.e-rtl):not(.e-vertical) .e-split-btn-wrapper:not(:first-child):not(:last-child) .e-btn:last-child,
  *.e-css.e-btn-group:not(.e-rtl):not(.e-vertical) .e-split-btn-wrapper:not(:first-child):not(:last-child) .e-btn:last-child {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0; }
  *.e-btn-group:not(.e-rtl):not(.e-vertical) .e-split-btn-wrapper:not(:first-child):not(:last-child) .e-btn:first-child,
  *.e-css.e-btn-group:not(.e-rtl):not(.e-vertical) .e-split-btn-wrapper:not(:first-child):not(:last-child) .e-btn:first-child {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0; }
  *.e-btn-group:not(.e-rtl):not(.e-vertical) .e-split-btn-wrapper:first-child .e-btn:last-child,
  *.e-css.e-btn-group:not(.e-rtl):not(.e-vertical) .e-split-btn-wrapper:first-child .e-btn:last-child {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0; }
  *.e-btn-group:not(.e-rtl):not(.e-vertical) .e-split-btn-wrapper:last-child .e-btn:first-child,
  *.e-css.e-btn-group:not(.e-rtl):not(.e-vertical) .e-split-btn-wrapper:last-child .e-btn:first-child {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0; }
  *.e-btn-group.e-rtl .e-btn,
  *.e-css.e-btn-group.e-rtl .e-btn {
    margin-left: 0; }
    *.e-btn-group.e-rtl .e-btn:not(:first-of-type):not(:last-of-type),
    *.e-css.e-btn-group.e-rtl .e-btn:not(:first-of-type):not(:last-of-type) {
      border-radius: 0; }
    *.e-btn-group.e-rtl .e-btn:first-of-type,
    *.e-css.e-btn-group.e-rtl .e-btn:first-of-type {
      border-bottom-left-radius: 0;
      border-top-left-radius: 0; }
    *.e-btn-group.e-rtl .e-btn:last-of-type,
    *.e-css.e-btn-group.e-rtl .e-btn:last-of-type {
      border-bottom-right-radius: 0;
      border-top-right-radius: 0; }
    *.e-btn-group.e-rtl .e-btn:last-of-type:not(:last-child),
    *.e-css.e-btn-group.e-rtl .e-btn:last-of-type:not(:last-child) {
      border-bottom-left-radius: 0;
      border-top-left-radius: 0; }
  *.e-btn-group.e-rtl .e-split-btn-wrapper + .e-btn,
  *.e-css.e-btn-group.e-rtl .e-split-btn-wrapper + .e-btn {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0; }
  *.e-btn-group.e-rtl .e-split-btn-wrapper:not(:first-child):not(:last-child) .e-btn:last-child,
  *.e-css.e-btn-group.e-rtl .e-split-btn-wrapper:not(:first-child):not(:last-child) .e-btn:last-child {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0; }
  *.e-btn-group.e-rtl .e-split-btn-wrapper:not(:first-child):not(:last-child) .e-btn:first-child,
  *.e-css.e-btn-group.e-rtl .e-split-btn-wrapper:not(:first-child):not(:last-child) .e-btn:first-child {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0; }
  *.e-btn-group.e-rtl .e-split-btn-wrapper:first-child .e-btn:last-child,
  *.e-css.e-btn-group.e-rtl .e-split-btn-wrapper:first-child .e-btn:last-child {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0; }
  *.e-btn-group.e-rtl .e-split-btn-wrapper:last-child .e-btn:first-child,
  *.e-css.e-btn-group.e-rtl .e-split-btn-wrapper:last-child .e-btn:first-child {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0; }
  *.e-btn-group.e-vertical,
  *.e-css.e-btn-group.e-vertical {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
    *.e-btn-group.e-vertical input,
    *.e-css.e-btn-group.e-vertical input {
      margin: -1px 0 0; }
    *.e-btn-group.e-vertical .e-btn:not(.e-outline),
    *.e-css.e-btn-group.e-vertical .e-btn:not(.e-outline) {
      margin-top: -1px; }
    *.e-btn-group.e-vertical .e-btn:not(:first-of-type):not(:last-of-type),
    *.e-css.e-btn-group.e-vertical .e-btn:not(:first-of-type):not(:last-of-type) {
      border-radius: 0; }
    *.e-btn-group.e-vertical .e-btn:first-of-type,
    *.e-css.e-btn-group.e-vertical .e-btn:first-of-type {
      border-bottom-left-radius: 0;
      border-bottom-right-radius: 0;
      border-top-left-radius: 2px;
      border-top-right-radius: 2px; }
    *.e-btn-group.e-vertical .e-btn:last-of-type,
    *.e-css.e-btn-group.e-vertical .e-btn:last-of-type {
      border-bottom-left-radius: 2px;
      border-bottom-right-radius: 2px;
      border-top-left-radius: 0;
      border-top-right-radius: 0; }
  *.e-btn-group.e-round-corner:not(.e-vertical):not(.e-rtl),
  *.e-css.e-btn-group.e-round-corner:not(.e-vertical):not(.e-rtl) {
    border-radius: 20px; }
    *.e-btn-group.e-round-corner:not(.e-vertical):not(.e-rtl) .e-btn:first-of-type,
    *.e-css.e-btn-group.e-round-corner:not(.e-vertical):not(.e-rtl) .e-btn:first-of-type {
      border-bottom-left-radius: 20px;
      border-top-left-radius: 20px; }
    *.e-btn-group.e-round-corner:not(.e-vertical):not(.e-rtl) .e-btn:last-of-type,
    *.e-css.e-btn-group.e-round-corner:not(.e-vertical):not(.e-rtl) .e-btn:last-of-type {
      border-bottom-right-radius: 20px;
      border-top-right-radius: 20px; }
    *.e-btn-group.e-round-corner:not(.e-vertical):not(.e-rtl) .e-btn:last-of-type:not(:last-child),
    *.e-css.e-btn-group.e-round-corner:not(.e-vertical):not(.e-rtl) .e-btn:last-of-type:not(:last-child) {
      border-bottom-right-radius: 0;
      border-top-right-radius: 0; }
    *.e-btn-group.e-round-corner:not(.e-vertical):not(.e-rtl) .e-split-btn-wrapper + .e-btn,
    *.e-css.e-btn-group.e-round-corner:not(.e-vertical):not(.e-rtl) .e-split-btn-wrapper + .e-btn {
      border-bottom-left-radius: 0;
      border-top-left-radius: 0; }
    *.e-btn-group.e-round-corner:not(.e-vertical):not(.e-rtl) .e-split-btn-wrapper:first-child .e-btn:first-child,
    *.e-css.e-btn-group.e-round-corner:not(.e-vertical):not(.e-rtl) .e-split-btn-wrapper:first-child .e-btn:first-child {
      border-bottom-left-radius: 20px;
      border-top-left-radius: 20px; }
    *.e-btn-group.e-round-corner:not(.e-vertical):not(.e-rtl) .e-split-btn-wrapper:first-child .e-btn:last-child,
    *.e-css.e-btn-group.e-round-corner:not(.e-vertical):not(.e-rtl) .e-split-btn-wrapper:first-child .e-btn:last-child {
      border-bottom-right-radius: 0;
      border-top-right-radius: 0; }
    *.e-btn-group.e-round-corner:not(.e-vertical):not(.e-rtl) .e-split-btn-wrapper:last-child .e-btn:first-child,
    *.e-css.e-btn-group.e-round-corner:not(.e-vertical):not(.e-rtl) .e-split-btn-wrapper:last-child .e-btn:first-child {
      border-bottom-left-radius: 0;
      border-top-left-radius: 0; }
    *.e-btn-group.e-round-corner:not(.e-vertical):not(.e-rtl) .e-split-btn-wrapper:last-child .e-btn:last-child,
    *.e-css.e-btn-group.e-round-corner:not(.e-vertical):not(.e-rtl) .e-split-btn-wrapper:last-child .e-btn:last-child {
      border-bottom-right-radius: 20px;
      border-top-right-radius: 20px; }
  *.e-btn-group.e-round-corner:not(.e-vertical).e-rtl,
  *.e-css.e-btn-group.e-round-corner:not(.e-vertical).e-rtl {
    border-radius: 20px; }
    *.e-btn-group.e-round-corner:not(.e-vertical).e-rtl .e-btn:first-of-type,
    *.e-css.e-btn-group.e-round-corner:not(.e-vertical).e-rtl .e-btn:first-of-type {
      border-bottom-right-radius: 20px;
      border-top-right-radius: 20px; }
    *.e-btn-group.e-round-corner:not(.e-vertical).e-rtl .e-btn:last-of-type,
    *.e-css.e-btn-group.e-round-corner:not(.e-vertical).e-rtl .e-btn:last-of-type {
      border-bottom-left-radius: 20px;
      border-top-left-radius: 20px; }
    *.e-btn-group.e-round-corner:not(.e-vertical).e-rtl .e-btn:last-of-type:not(:last-child),
    *.e-css.e-btn-group.e-round-corner:not(.e-vertical).e-rtl .e-btn:last-of-type:not(:last-child) {
      border-bottom-left-radius: 0;
      border-top-left-radius: 0; }
    *.e-btn-group.e-round-corner:not(.e-vertical).e-rtl .e-btn:first-of-type:not(:first-child),
    *.e-css.e-btn-group.e-round-corner:not(.e-vertical).e-rtl .e-btn:first-of-type:not(:first-child) {
      border-bottom-right-radius: 0;
      border-top-right-radius: 0; }

.e-bigger .e-btn-group .e-btn-icon,
.e-bigger.e-btn-group .e-btn-icon,
.e-bigger .e-css.e-btn-group .e-btn-icon,
.e-bigger.e-css.e-btn-group .e-btn-icon {
  font-size: 16px; }

/*! Progress Button Layout */
.e-progress-btn {
  position: relative; }
  .e-progress-btn .e-progress {
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    -webkit-transition: opacity .3s linear;
    transition: opacity .3s linear; }
  .e-progress-btn .e-spinner {
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear; }
  .e-progress-btn .e-btn-content {
    display: inline-block;
    position: relative;
    z-index: 1; }
  .e-progress-btn.e-vertical .e-progress {
    bottom: 0;
    height: 0%;
    top: auto;
    width: 100%; }
  .e-progress-btn.e-progress-top .e-progress {
    height: 10%; }
  .e-progress-btn.e-progress-bottom .e-progress {
    bottom: -1px;
    height: 10%;
    top: auto; }
  .e-progress-btn.e-progress-active {
    overflow: hidden;
    pointer-events: none; }
    .e-progress-btn.e-progress-active .e-progress {
      opacity: 1; }
    .e-progress-btn.e-progress-active .e-animate-end {
      opacity: 0; }
  .e-progress-btn.e-spin-top, .e-progress-btn.e-spin-bottom {
    -webkit-transition: padding .3s linear;
    transition: padding .3s linear; }
  .e-progress-btn.e-progress-active:not(.e-hide-spinner).e-spin-top .e-btn-content,
  .e-progress-btn.e-progress-active:not(.e-hide-spinner).e-spin-top .e-spinner, .e-progress-btn.e-progress-active:not(.e-hide-spinner).e-spin-bottom .e-btn-content,
  .e-progress-btn.e-progress-active:not(.e-hide-spinner).e-spin-bottom .e-spinner {
    display: block;
    line-height: 1; }
  .e-progress-btn.e-progress-active:not(.e-hide-spinner).e-spin-center .e-spinner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
  .e-progress-btn.e-progress-active:not(.e-hide-spinner).e-spin-left:not(.e-round) .e-spinner {
    padding-right: 12px; }
    .e-progress-btn.e-progress-active:not(.e-hide-spinner).e-spin-left:not(.e-round) .e-spinner .e-spinner-inner {
      top: -1px; }
  .e-progress-btn.e-progress-active:not(.e-hide-spinner).e-spin-left:not(.e-round).e-rtl .e-spinner {
    padding-left: 12px;
    padding-right: 0; }
  .e-progress-btn.e-progress-active:not(.e-hide-spinner).e-spin-right:not(.e-round) .e-spinner {
    padding-left: 12px; }
    .e-progress-btn.e-progress-active:not(.e-hide-spinner).e-spin-right:not(.e-round) .e-spinner .e-spinner-inner {
      top: -1px; }
  .e-progress-btn.e-progress-active:not(.e-hide-spinner).e-spin-right:not(.e-round).e-rtl .e-spinner {
    padding-left: 0;
    padding-right: 12px; }
  .e-progress-btn.e-progress-active:not(.e-hide-spinner).e-spin-top {
    padding-bottom: 16px;
    padding-top: 16px; }
    .e-progress-btn.e-progress-active:not(.e-hide-spinner).e-spin-top .e-spinner {
      padding-bottom: 12px; }
  .e-progress-btn.e-progress-active:not(.e-hide-spinner).e-spin-bottom {
    padding-bottom: 16px;
    padding-top: 16px; }
    .e-progress-btn.e-progress-active:not(.e-hide-spinner).e-spin-bottom .e-spinner {
      padding-top: 12px; }
  .e-progress-btn.e-progress-active:not(.e-hide-spinner).e-small.e-spin-left:not(.e-round) .e-spinner {
    padding-right: 10px; }
  .e-progress-btn.e-progress-active:not(.e-hide-spinner).e-small.e-spin-left:not(.e-round).e-rtl .e-spinner {
    padding-left: 10px;
    padding-right: 0; }
  .e-progress-btn.e-progress-active:not(.e-hide-spinner).e-small.e-spin-right:not(.e-round) .e-spinner {
    padding-left: 10px; }
  .e-progress-btn.e-progress-active:not(.e-hide-spinner).e-small.e-spin-right:not(.e-round).e-rtl .e-spinner {
    padding-left: 0;
    padding-right: 10px; }
  .e-progress-btn.e-progress-active:not(.e-hide-spinner).e-small.e-spin-top {
    padding-bottom: 14px;
    padding-top: 14px; }
    .e-progress-btn.e-progress-active:not(.e-hide-spinner).e-small.e-spin-top .e-spinner {
      padding-bottom: 10px; }
  .e-progress-btn.e-progress-active:not(.e-hide-spinner).e-small.e-spin-bottom {
    padding-bottom: 14px;
    padding-top: 14px; }
    .e-progress-btn.e-progress-active:not(.e-hide-spinner).e-small.e-spin-bottom .e-spinner {
      padding-top: 10px; }
  .e-progress-btn.e-round-corner {
    border-radius: 5em;
    outline: none;
    overflow: hidden; }
  .e-progress-btn.e-rtl .e-progress {
    left: auto;
    right: 0; }
  .e-progress-btn.e-rtl.e-vertical .e-progress {
    bottom: auto;
    top: 0; }
  .e-progress-btn .e-spinner-pane {
    height: auto;
    position: relative;
    width: auto; }
    .e-progress-btn .e-spinner-pane .e-spinner-inner {
      left: auto;
      position: relative;
      top: auto;
      -webkit-transform: none;
              transform: none; }
  .e-progress-btn .e-cont-animate {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    height: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%; }

@-webkit-keyframes ProgressSlideLeft {
  from {
    left: 0%;
    opacity: 1; }
  to {
    left: -100%;
    opacity: 0; } }

@keyframes ProgressSlideLeft {
  from {
    left: 0%;
    opacity: 1; }
  to {
    left: -100%;
    opacity: 0; } }

@-webkit-keyframes ProgressSlideRight {
  from {
    left: 0%;
    opacity: 1; }
  to {
    left: 100%;
    opacity: 0; } }

@keyframes ProgressSlideRight {
  from {
    left: 0%;
    opacity: 1; }
  to {
    left: 100%;
    opacity: 0; } }

@-webkit-keyframes ProgressSlideUp {
  from {
    height: auto;
    opacity: 1;
    top: 0; }
  to {
    height: auto;
    opacity: 0;
    top: -100px; } }

@keyframes ProgressSlideUp {
  from {
    height: auto;
    opacity: 1;
    top: 0; }
  to {
    height: auto;
    opacity: 0;
    top: -100px; } }

@-webkit-keyframes ProgressSlideDown {
  from {
    height: auto;
    opacity: 1;
    top: 0; }
  to {
    height: auto;
    opacity: 0;
    top: 100px; } }

@keyframes ProgressSlideDown {
  from {
    height: auto;
    opacity: 1;
    top: 0; }
  to {
    height: auto;
    opacity: 0;
    top: 100px; } }

@-webkit-keyframes ProgressZoomIn {
  from {
    opacity: 1;
    -webkit-transform: translate(0, 0) scale(1);
            transform: translate(0, 0) scale(1); }
  to {
    opacity: 0;
    -webkit-transform: translate(0, 0) scale(3);
            transform: translate(0, 0) scale(3); } }

@keyframes ProgressZoomIn {
  from {
    opacity: 1;
    -webkit-transform: translate(0, 0) scale(1);
            transform: translate(0, 0) scale(1); }
  to {
    opacity: 0;
    -webkit-transform: translate(0, 0) scale(3);
            transform: translate(0, 0) scale(3); } }

@-webkit-keyframes ProgressZoomOut {
  from {
    -webkit-transform: translate(0, 0) scale(1);
            transform: translate(0, 0) scale(1); }
  to {
    -webkit-transform: translate(0, 0) scale(0);
            transform: translate(0, 0) scale(0); } }

@keyframes ProgressZoomOut {
  from {
    -webkit-transform: translate(0, 0) scale(1);
            transform: translate(0, 0) scale(1); }
  to {
    -webkit-transform: translate(0, 0) scale(0);
            transform: translate(0, 0) scale(0); } }

*.e-bigger .e-progress-btn.e-progress-active:not(.e-hide-spinner).e-spin-left:not(.e-round) .e-spinner,
*.e-bigger.e-progress-btn.e-progress-active:not(.e-hide-spinner).e-spin-left:not(.e-round) .e-spinner {
  padding-right: 14px; }

*.e-bigger .e-progress-btn.e-progress-active:not(.e-hide-spinner).e-spin-left:not(.e-round).e-rtl .e-spinner,
*.e-bigger.e-progress-btn.e-progress-active:not(.e-hide-spinner).e-spin-left:not(.e-round).e-rtl .e-spinner {
  padding-left: 14px;
  padding-right: 0; }

*.e-bigger .e-progress-btn.e-progress-active:not(.e-hide-spinner).e-spin-right:not(.e-round) .e-spinner,
*.e-bigger.e-progress-btn.e-progress-active:not(.e-hide-spinner).e-spin-right:not(.e-round) .e-spinner {
  padding-left: 14px; }

*.e-bigger .e-progress-btn.e-progress-active:not(.e-hide-spinner).e-spin-right:not(.e-round).e-rtl .e-spinner,
*.e-bigger.e-progress-btn.e-progress-active:not(.e-hide-spinner).e-spin-right:not(.e-round).e-rtl .e-spinner {
  padding-left: 0;
  padding-right: 14px; }

*.e-bigger .e-progress-btn.e-progress-active:not(.e-hide-spinner).e-spin-top,
*.e-bigger.e-progress-btn.e-progress-active:not(.e-hide-spinner).e-spin-top {
  padding-bottom: 20px;
  padding-top: 20px; }
  *.e-bigger .e-progress-btn.e-progress-active:not(.e-hide-spinner).e-spin-top .e-spinner,
  *.e-bigger.e-progress-btn.e-progress-active:not(.e-hide-spinner).e-spin-top .e-spinner {
    padding-bottom: 14px; }

*.e-bigger .e-progress-btn.e-progress-active:not(.e-hide-spinner).e-spin-bottom,
*.e-bigger.e-progress-btn.e-progress-active:not(.e-hide-spinner).e-spin-bottom {
  padding-bottom: 20px;
  padding-top: 20px; }
  *.e-bigger .e-progress-btn.e-progress-active:not(.e-hide-spinner).e-spin-bottom .e-spinner,
  *.e-bigger.e-progress-btn.e-progress-active:not(.e-hide-spinner).e-spin-bottom .e-spinner {
    padding-top: 14px; }

*.e-bigger .e-progress-btn.e-progress-active:not(.e-hide-spinner).e-small.e-spin-left:not(.e-round) .e-spinner,
*.e-bigger.e-progress-btn.e-progress-active:not(.e-hide-spinner).e-small.e-spin-left:not(.e-round) .e-spinner {
  padding-right: 12px; }

*.e-bigger .e-progress-btn.e-progress-active:not(.e-hide-spinner).e-small.e-spin-left:not(.e-round).e-rtl .e-spinner,
*.e-bigger.e-progress-btn.e-progress-active:not(.e-hide-spinner).e-small.e-spin-left:not(.e-round).e-rtl .e-spinner {
  padding-left: 12px;
  padding-right: 0; }

*.e-bigger .e-progress-btn.e-progress-active:not(.e-hide-spinner).e-small.e-spin-right:not(.e-round) .e-spinner,
*.e-bigger.e-progress-btn.e-progress-active:not(.e-hide-spinner).e-small.e-spin-right:not(.e-round) .e-spinner {
  padding-left: 12px; }

*.e-bigger .e-progress-btn.e-progress-active:not(.e-hide-spinner).e-small.e-spin-right:not(.e-round).e-rtl .e-spinner,
*.e-bigger.e-progress-btn.e-progress-active:not(.e-hide-spinner).e-small.e-spin-right:not(.e-round).e-rtl .e-spinner {
  padding-left: 0;
  padding-right: 12px; }

*.e-bigger .e-progress-btn.e-progress-active:not(.e-hide-spinner).e-small.e-spin-top,
*.e-bigger.e-progress-btn.e-progress-active:not(.e-hide-spinner).e-small.e-spin-top {
  padding-bottom: 16px;
  padding-top: 16px; }
  *.e-bigger .e-progress-btn.e-progress-active:not(.e-hide-spinner).e-small.e-spin-top .e-spinner,
  *.e-bigger.e-progress-btn.e-progress-active:not(.e-hide-spinner).e-small.e-spin-top .e-spinner {
    padding-bottom: 12px; }

*.e-bigger .e-progress-btn.e-progress-active:not(.e-hide-spinner).e-small.e-spin-bottom,
*.e-bigger.e-progress-btn.e-progress-active:not(.e-hide-spinner).e-small.e-spin-bottom {
  padding-bottom: 16px;
  padding-top: 16px; }
  *.e-bigger .e-progress-btn.e-progress-active:not(.e-hide-spinner).e-small.e-spin-bottom .e-spinner,
  *.e-bigger.e-progress-btn.e-progress-active:not(.e-hide-spinner).e-small.e-spin-bottom .e-spinner {
    padding-top: 12px; }

/*! Progress Button Theme */
.e-progress-btn .e-spinner-pane .e-spinner-inner svg {
  fill: rgba(0, 0, 0, 0.87);
  stroke: rgba(0, 0, 0, 0.87); }
  .e-progress-btn .e-spinner-pane .e-spinner-inner svg .e-path-circle {
    stroke: rgba(0, 0, 0, 0.87); }
  .e-progress-btn .e-spinner-pane .e-spinner-inner svg .e-path-arc {
    stroke: rgba(0, 0, 0, 0.87); }

.e-progress-btn.e-primary .e-spinner-pane .e-spinner-inner svg, .e-progress-btn.e-primary.e-outline:hover .e-spinner-pane .e-spinner-inner svg, .e-progress-btn.e-primary.e-outline:focus .e-spinner-pane .e-spinner-inner svg {
  fill: #fff;
  stroke: #fff; }
  .e-progress-btn.e-primary .e-spinner-pane .e-spinner-inner svg .e-path-circle, .e-progress-btn.e-primary.e-outline:hover .e-spinner-pane .e-spinner-inner svg .e-path-circle, .e-progress-btn.e-primary.e-outline:focus .e-spinner-pane .e-spinner-inner svg .e-path-circle {
    stroke: white; }
  .e-progress-btn.e-primary .e-spinner-pane .e-spinner-inner svg .e-path-arc, .e-progress-btn.e-primary.e-outline:hover .e-spinner-pane .e-spinner-inner svg .e-path-arc, .e-progress-btn.e-primary.e-outline:focus .e-spinner-pane .e-spinner-inner svg .e-path-arc {
    stroke: #fff; }

.e-progress-btn.e-primary.e-flat .e-spinner-pane .e-spinner-inner svg, .e-progress-btn.e-primary.e-outline:hover.e-flat .e-spinner-pane .e-spinner-inner svg, .e-progress-btn.e-primary.e-outline:focus.e-flat .e-spinner-pane .e-spinner-inner svg {
  fill: #971b1e;
  stroke: #971b1e; }
  .e-progress-btn.e-primary.e-flat .e-spinner-pane .e-spinner-inner svg .e-path-circle, .e-progress-btn.e-primary.e-outline:hover.e-flat .e-spinner-pane .e-spinner-inner svg .e-path-circle, .e-progress-btn.e-primary.e-outline:focus.e-flat .e-spinner-pane .e-spinner-inner svg .e-path-circle {
    stroke: #971b1e; }
  .e-progress-btn.e-primary.e-flat .e-spinner-pane .e-spinner-inner svg .e-path-arc, .e-progress-btn.e-primary.e-outline:hover.e-flat .e-spinner-pane .e-spinner-inner svg .e-path-arc, .e-progress-btn.e-primary.e-outline:focus.e-flat .e-spinner-pane .e-spinner-inner svg .e-path-arc {
    stroke: #971b1e; }

.e-progress-btn.e-success .e-spinner-pane .e-spinner-inner svg, .e-progress-btn.e-success.e-outline:hover .e-spinner-pane .e-spinner-inner svg, .e-progress-btn.e-success.e-outline:focus .e-spinner-pane .e-spinner-inner svg {
  fill: #fff;
  stroke: #fff; }
  .e-progress-btn.e-success .e-spinner-pane .e-spinner-inner svg .e-path-circle, .e-progress-btn.e-success.e-outline:hover .e-spinner-pane .e-spinner-inner svg .e-path-circle, .e-progress-btn.e-success.e-outline:focus .e-spinner-pane .e-spinner-inner svg .e-path-circle {
    stroke: white; }
  .e-progress-btn.e-success .e-spinner-pane .e-spinner-inner svg .e-path-arc, .e-progress-btn.e-success.e-outline:hover .e-spinner-pane .e-spinner-inner svg .e-path-arc, .e-progress-btn.e-success.e-outline:focus .e-spinner-pane .e-spinner-inner svg .e-path-arc {
    stroke: #fff; }

.e-progress-btn.e-success.e-flat .e-spinner-pane .e-spinner-inner svg, .e-progress-btn.e-success.e-outline:hover.e-flat .e-spinner-pane .e-spinner-inner svg, .e-progress-btn.e-success.e-outline:focus.e-flat .e-spinner-pane .e-spinner-inner svg {
  fill: #4d841d;
  stroke: #4d841d; }
  .e-progress-btn.e-success.e-flat .e-spinner-pane .e-spinner-inner svg .e-path-circle, .e-progress-btn.e-success.e-outline:hover.e-flat .e-spinner-pane .e-spinner-inner svg .e-path-circle, .e-progress-btn.e-success.e-outline:focus.e-flat .e-spinner-pane .e-spinner-inner svg .e-path-circle {
    stroke: #4d841d; }
  .e-progress-btn.e-success.e-flat .e-spinner-pane .e-spinner-inner svg .e-path-arc, .e-progress-btn.e-success.e-outline:hover.e-flat .e-spinner-pane .e-spinner-inner svg .e-path-arc, .e-progress-btn.e-success.e-outline:focus.e-flat .e-spinner-pane .e-spinner-inner svg .e-path-arc {
    stroke: #4d841d; }

.e-progress-btn.e-info .e-spinner-pane .e-spinner-inner svg, .e-progress-btn.e-info.e-outline:hover .e-spinner-pane .e-spinner-inner svg, .e-progress-btn.e-info.e-outline:focus .e-spinner-pane .e-spinner-inner svg {
  fill: #fff;
  stroke: #fff; }
  .e-progress-btn.e-info .e-spinner-pane .e-spinner-inner svg .e-path-circle, .e-progress-btn.e-info.e-outline:hover .e-spinner-pane .e-spinner-inner svg .e-path-circle, .e-progress-btn.e-info.e-outline:focus .e-spinner-pane .e-spinner-inner svg .e-path-circle {
    stroke: white; }
  .e-progress-btn.e-info .e-spinner-pane .e-spinner-inner svg .e-path-arc, .e-progress-btn.e-info.e-outline:hover .e-spinner-pane .e-spinner-inner svg .e-path-arc, .e-progress-btn.e-info.e-outline:focus .e-spinner-pane .e-spinner-inner svg .e-path-arc {
    stroke: #fff; }

.e-progress-btn.e-info.e-flat .e-spinner-pane .e-spinner-inner svg, .e-progress-btn.e-info.e-outline:hover.e-flat .e-spinner-pane .e-spinner-inner svg, .e-progress-btn.e-info.e-outline:focus.e-flat .e-spinner-pane .e-spinner-inner svg {
  fill: #0378d5;
  stroke: #0378d5; }
  .e-progress-btn.e-info.e-flat .e-spinner-pane .e-spinner-inner svg .e-path-circle, .e-progress-btn.e-info.e-outline:hover.e-flat .e-spinner-pane .e-spinner-inner svg .e-path-circle, .e-progress-btn.e-info.e-outline:focus.e-flat .e-spinner-pane .e-spinner-inner svg .e-path-circle {
    stroke: #0378d5; }
  .e-progress-btn.e-info.e-flat .e-spinner-pane .e-spinner-inner svg .e-path-arc, .e-progress-btn.e-info.e-outline:hover.e-flat .e-spinner-pane .e-spinner-inner svg .e-path-arc, .e-progress-btn.e-info.e-outline:focus.e-flat .e-spinner-pane .e-spinner-inner svg .e-path-arc {
    stroke: #0378d5; }

.e-progress-btn.e-warning .e-spinner-pane .e-spinner-inner svg, .e-progress-btn.e-warning.e-outline:hover .e-spinner-pane .e-spinner-inner svg, .e-progress-btn.e-warning.e-outline:focus .e-spinner-pane .e-spinner-inner svg {
  fill: #fff;
  stroke: #fff; }
  .e-progress-btn.e-warning .e-spinner-pane .e-spinner-inner svg .e-path-circle, .e-progress-btn.e-warning.e-outline:hover .e-spinner-pane .e-spinner-inner svg .e-path-circle, .e-progress-btn.e-warning.e-outline:focus .e-spinner-pane .e-spinner-inner svg .e-path-circle {
    stroke: white; }
  .e-progress-btn.e-warning .e-spinner-pane .e-spinner-inner svg .e-path-arc, .e-progress-btn.e-warning.e-outline:hover .e-spinner-pane .e-spinner-inner svg .e-path-arc, .e-progress-btn.e-warning.e-outline:focus .e-spinner-pane .e-spinner-inner svg .e-path-arc {
    stroke: #fff; }

.e-progress-btn.e-warning.e-flat .e-spinner-pane .e-spinner-inner svg, .e-progress-btn.e-warning.e-outline:hover.e-flat .e-spinner-pane .e-spinner-inner svg, .e-progress-btn.e-warning.e-outline:focus.e-flat .e-spinner-pane .e-spinner-inner svg {
  fill: #c15700;
  stroke: #c15700; }
  .e-progress-btn.e-warning.e-flat .e-spinner-pane .e-spinner-inner svg .e-path-circle, .e-progress-btn.e-warning.e-outline:hover.e-flat .e-spinner-pane .e-spinner-inner svg .e-path-circle, .e-progress-btn.e-warning.e-outline:focus.e-flat .e-spinner-pane .e-spinner-inner svg .e-path-circle {
    stroke: #c15700; }
  .e-progress-btn.e-warning.e-flat .e-spinner-pane .e-spinner-inner svg .e-path-arc, .e-progress-btn.e-warning.e-outline:hover.e-flat .e-spinner-pane .e-spinner-inner svg .e-path-arc, .e-progress-btn.e-warning.e-outline:focus.e-flat .e-spinner-pane .e-spinner-inner svg .e-path-arc {
    stroke: #c15700; }

.e-progress-btn.e-danger .e-spinner-pane .e-spinner-inner svg, .e-progress-btn.e-danger.e-outline:hover .e-spinner-pane .e-spinner-inner svg, .e-progress-btn.e-danger.e-outline:focus .e-spinner-pane .e-spinner-inner svg {
  fill: #fff;
  stroke: #fff; }
  .e-progress-btn.e-danger .e-spinner-pane .e-spinner-inner svg .e-path-circle, .e-progress-btn.e-danger.e-outline:hover .e-spinner-pane .e-spinner-inner svg .e-path-circle, .e-progress-btn.e-danger.e-outline:focus .e-spinner-pane .e-spinner-inner svg .e-path-circle {
    stroke: white; }
  .e-progress-btn.e-danger .e-spinner-pane .e-spinner-inner svg .e-path-arc, .e-progress-btn.e-danger.e-outline:hover .e-spinner-pane .e-spinner-inner svg .e-path-arc, .e-progress-btn.e-danger.e-outline:focus .e-spinner-pane .e-spinner-inner svg .e-path-arc {
    stroke: #fff; }

.e-progress-btn.e-danger.e-flat .e-spinner-pane .e-spinner-inner svg, .e-progress-btn.e-danger.e-outline:hover.e-flat .e-spinner-pane .e-spinner-inner svg, .e-progress-btn.e-danger.e-outline:focus.e-flat .e-spinner-pane .e-spinner-inner svg {
  fill: #d64113;
  stroke: #d64113; }
  .e-progress-btn.e-danger.e-flat .e-spinner-pane .e-spinner-inner svg .e-path-circle, .e-progress-btn.e-danger.e-outline:hover.e-flat .e-spinner-pane .e-spinner-inner svg .e-path-circle, .e-progress-btn.e-danger.e-outline:focus.e-flat .e-spinner-pane .e-spinner-inner svg .e-path-circle {
    stroke: #d64113; }
  .e-progress-btn.e-danger.e-flat .e-spinner-pane .e-spinner-inner svg .e-path-arc, .e-progress-btn.e-danger.e-outline:hover.e-flat .e-spinner-pane .e-spinner-inner svg .e-path-arc, .e-progress-btn.e-danger.e-outline:focus.e-flat .e-spinner-pane .e-spinner-inner svg .e-path-arc {
    stroke: #d64113; }

.e-progress-btn.e-outline.e-primary .e-spinner-pane .e-spinner-inner svg {
  fill: #971b1e;
  stroke: #971b1e; }
  .e-progress-btn.e-outline.e-primary .e-spinner-pane .e-spinner-inner svg .e-path-circle {
    stroke: #971b1e; }
  .e-progress-btn.e-outline.e-primary .e-spinner-pane .e-spinner-inner svg .e-path-arc {
    stroke: #971b1e; }

.e-progress-btn.e-outline.e-success .e-spinner-pane .e-spinner-inner svg {
  fill: #4d841d;
  stroke: #4d841d; }
  .e-progress-btn.e-outline.e-success .e-spinner-pane .e-spinner-inner svg .e-path-circle {
    stroke: #4d841d; }
  .e-progress-btn.e-outline.e-success .e-spinner-pane .e-spinner-inner svg .e-path-arc {
    stroke: #4d841d; }

.e-progress-btn.e-outline.e-info .e-spinner-pane .e-spinner-inner svg {
  fill: #0378d5;
  stroke: #0378d5; }
  .e-progress-btn.e-outline.e-info .e-spinner-pane .e-spinner-inner svg .e-path-circle {
    stroke: #0378d5; }
  .e-progress-btn.e-outline.e-info .e-spinner-pane .e-spinner-inner svg .e-path-arc {
    stroke: #0378d5; }

.e-progress-btn.e-outline.e-warning .e-spinner-pane .e-spinner-inner svg {
  fill: #c15700;
  stroke: #c15700; }
  .e-progress-btn.e-outline.e-warning .e-spinner-pane .e-spinner-inner svg .e-path-circle {
    stroke: #c15700; }
  .e-progress-btn.e-outline.e-warning .e-spinner-pane .e-spinner-inner svg .e-path-arc {
    stroke: #c15700; }

.e-progress-btn.e-outline.e-danger .e-spinner-pane .e-spinner-inner svg {
  fill: #d64113;
  stroke: #d64113; }
  .e-progress-btn.e-outline.e-danger .e-spinner-pane .e-spinner-inner svg .e-path-circle {
    stroke: #d64113; }
  .e-progress-btn.e-outline.e-danger .e-spinner-pane .e-spinner-inner svg .e-path-arc {
    stroke: #d64113; }

.e-progress-btn.e-link .e-spinner-pane .e-spinner-inner svg {
  fill: #0d47a1;
  stroke: #0d47a1; }
  .e-progress-btn.e-link .e-spinner-pane .e-spinner-inner svg .e-path-circle {
    stroke: #0d47a1; }
  .e-progress-btn.e-link .e-spinner-pane .e-spinner-inner svg .e-path-arc {
    stroke: #0d47a1; }

.e-progress {
  background-color: rgba(0, 0, 0, 0.2); }

*.e-primary .e-progress,
*.e-success .e-progress,
*.e-danger .e-progress,
*.e-info .e-progress {
  background-color: rgba(0, 0, 0, 0.2); }

*.e-warning .e-progress {
  background-color: rgba(0, 0, 0, 0.2); }

*.e-flat.e-primary .e-progress {
  background-color: rgba(151, 27, 30, 0.2); }

*.e-flat.e-success .e-progress {
  background-color: rgba(77, 132, 29, 0.2); }

*.e-flat.e-info .e-progress {
  background-color: rgba(3, 120, 213, 0.2); }

*.e-flat.e-warning .e-progress {
  background-color: rgba(193, 87, 0, 0.2); }

*.e-flat.e-danger .e-progress {
  background-color: rgba(214, 65, 19, 0.2); }

*.e-outline:not(:focus).e-primary .e-progress {
  background-color: rgba(151, 27, 30, 0.2); }

*.e-outline:not(:focus).e-success .e-progress {
  background-color: rgba(77, 132, 29, 0.2); }

*.e-outline:not(:focus).e-info .e-progress {
  background-color: rgba(3, 120, 213, 0.2); }

*.e-outline:not(:focus).e-warning .e-progress {
  background-color: rgba(193, 87, 0, 0.2); }

*.e-outline:not(:focus).e-danger .e-progress {
  background-color: rgba(214, 65, 19, 0.2); }

@font-face {
  font-family: "e-icons";
  font-style: normal;
  font-weight: normal;
  src: url(data:application/x-font-ttf;charset=utf-8;base64,AAEAAAAKAIAAAwAgT1MvMjeaTzgAAAEoAAAAVmNtYXCth62NAAALBAAACkxnbHlmCE6C+wAAGhQAAeP8aGVhZBsIjAsAAADQAAAANmhoZWEIXgYiAAAArAAAACRobXR4hAb+rAAAAYAAAAmEbG9jYSYJnP4AABVQAAAExG1heHADjAHQAAABCAAAACBuYW1lc0cOBgAB/hAAAAIlcG9zdE7/w1oAAgA4AAAiIQABAAAEAAAAAFwEAP/A/8AEQAABAAAAAAAAAAAAAAAAAAACYQABAAAAAQAApB1MG18PPPUACwQAAAAAANv0o4cAAAAA2/Sjh//A/+QEQAQcAAAACAACAAAAAAAAAAEAAAJhAcQAIQAAAAAAAgAAAAoACgAAAP8AAAAAAAAAAQQAAZAABQAAAokCzAAAAI8CiQLMAAAB6wAyAQgAAAIABQMAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUGZFZABA4RHsKgQAAAAAXAQcABwAAAABAAAAAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQA/+QEAP/kBAAAAAQA/+QEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQA/8AEAAAABAAAAAQAAAAEAAAABAAAAAQA/8AEAAAABAD/wAQAAAAEAAAABAAAAAQAAAAEAAAABAD/wAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAA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AKwArQCuAK8AsACxALIAswC0ALUAtgC3ALgAuQC6ALsAvAC9AL4AvwDAAMEAwgDDAMQAxQDGAMcAyADJADYBzQHOAc8B0AHRAdIB0wHUAdUB1gHXAdgB2QHaAdsB3AHdAd4B3wHgAB8AIABwAMsB4QHiAeMB5AHlAeYB5wHoAekB6gHrAewB7QHuAe8B8AHxAfIB8wH0AfUB9gH3AfgB+QH6AfsB/AH9Af4B/wIAAgECAwIEAgUCBgIHAWsAiQCKAIsAjACNAI4AjwCQAJEAkgCTAJQAlQCWAJcAmACZAJoBDAENAQ4BDwEQAREBEgETARUBFgEXARgBGQFlAWYBZwFoAWkBagEcAR0BHgEfASABIQEiASMBJAElASYBJwEoASkBKgErASwBLQEuAS8BMAExAWwBbQFuAW8BcAFxAXIBcwF0AZUBlAGTAZIBlwGRAZgBmQGWAZoBmwGcAZ0BngF1AXYBdwF4AXkBegF7AXwBfQF+AX8BgAGBAYIBgwGEAbQBtQG2AbcBuAEyATMBNAE1ACUBNwE4ATkBOgAmATwBPQE+AT8BQAFBATYBOwGFACcBhgGHAYkBigGLAYwBjwGIAY0BjgGQAZ8BoAGhAaIAKAGoAacBsAGqAasBrAGtAa4BrwGxAbIBswApACoAKwAsAC0ALgAvADAAMQAyAaMBpAGlAaYBuQAzADQBqQA1AiMANwA4AicCKAIpADkCKwIsAi4CLwA6ADsAPAIxAjMCNgI3AD0COQA+AD8COgI7AjwAQAI/AkACQQJCAEEAQgBDAkQCRQJGAkcCSAJJAkoCSwJMAk0CTgJPAlACUQJSAlMCVAJVAlYCVwJYAlkCWgJbAlwCXQJeAl8CYAIiAEQARQIYAhkCGgIfAEYARwIwAjgASAJDARQASQIWARsASgBLAiACPgBMAE0ATgBPAFAAUQBSAFMAVABVAFYAVwFeAFgAYgBZAFoAYwBkAFsAXABdAF4AXwBgAGUAYQBmAGcAzADNAM4AzwDQANEA0gAhACIAIwAkANMA1ADVANYA1wDYANkA2gDbANwA3QDeAN8A4ADhAOIA4wDkAV0BXAFbAUMBRAFFAUcBSAFJAUoBSwFMAU0BTgFPAVABUQFSAVMBVAFVAVYBVwFGAVkBWgFYAWABYQFfAWIBYwFkARoA5QDmAOcA6ADpAOoA6wDsAO0A7gDv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BwcGBQQCAgEBAgIEBQYHBwgJCgoKCwwMCwwLCwoJCQgIBgYFBAMC/n8BAgIEBQYHBwgJCgoKCwwMDAsLCwoJCQgIBgYFBAMCAgMEBQYGCAgJCQoLCwsMDAwLCgoKCQgHBwYFBAICAYACAwQFBgYICAkJCgsLDAsMDAsKCgoJCAcHBgUEAgIBAQICBAUGBwcICQoKCgsMDAsMCwsKCQkICAYGBQQDAv5/AQICBAUGBwcICQoKCgsMDAwLCwsKCQkICAYGBQQDAgIDBAUGBggICQkKCwsLDAwMCwoKCgkIBwcGBQQCAgGAAgMEBQYGCAgJCQoLCwwLDAwLCgoKCQgHBwYFBAICAQECAgQFBgcHCAkKCgoLDAwLDAsLCgkJCAgGBgUEAwL+fwECAgQFBgcHCAkKCgoLDAwMCwsLCgkJCAgGBgUEAwICAwQFBgYICAkJCgsLCwwMDAsKCgoJCAcHBgUEAgJ/CwwLCwoJCQgIBgYFBAMBAQEBAwQFBgYICAkJCgsLDAsMDAsKCgoJCAcHBgUEAgIBAQICBAUGBwcICQoKCgsMDAsMCwsKCQkICAYGBQQDAQEBAQMEBQYGCAgJCQoLCwwLDAwLCgoKCQgHBwYFBAICAQECAgQFBgcHCAkKCgoLDAF1DAsLCwoKCAkHBwUFBAMCAgMEBQUHBwkICgoLCwsMDAsLCwoKCAkHBwUFBAMCAgMEBQUHBwkICgoLCwsMDAsLCwoKCAkHBwUFBAMCAgMEBQUHBwkICgoLCwsMDAsLCwoKCAkHBwUFBAMCAgMEBQUHBwkICgoLCwsBdQwMCwoKCgkIBwcGBQQCAgEBAgIEBQYHBwgJCgoKCwwMCwwLCwoJCQgIBgYFBAMBAQEBAwQFBgYICAkJCgsLDAsMDAsKCgoJCAcHBgUEAgIBAQICBAUGBwcICQoKCgsMDAsMCwsKCQkICAYGBQQDAQEBAQMEBQYGCAgJCQoLCwwAAAAIAAAAAAPnA/QAPwBDAJIAlgCaAJ4AogDQAAABDw4rAS8NPQE/DTsBHw0lFSM1JQ8EJyMPAhUfAg8BHwEPAh8DMzcfBzM/BxczPwMvAj8BLwE/AT0BLwIPAS8HIw8CJRUjNSUVIzUjFSM1IxUjNScRFR8GISc9ATM/AiM1MxU/ATUzFR8BES8HIQ8GAyABAQICBAMFBAYGBgYHBwgHCAgHBwYG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AF8AjwC/AO8BHwFPAX8AACUVHwk7AT8JPQEvCSsBDwkFFR8JOwE/CT0BLwkrAQ8JJRUfCTsBPwk9AS8JKwEPCQUVHwk7AT8JPQEvCSsBDwklFR8JOwE/CT0BLwkrAQ8JBRUfCTsBPwk9AS8JKwEPCSUVHwk7AT8JPQEvCSsBDwkFFR8JOwE/CT0BLwkrAQ8JAmABAgIGCAkLBgYGBwcGBgYLCQgGAgIBAQICBggJCwYGBgcHBgYGCwkIBgICAf7AAQICBggJCwYGBgcHBgYGCwkIBgICAQECAgYICQsGBgYHBwYGBgsJCAYCAgEBQAECAgYICQsGBgYHBwYGBgsJCAYCAgEBAgIGCAkLBgYGBwcGBgYLCQgGAgIB/sABAgIGCAkLBgYGBwcGBgYLCQgGAgIBAQICBggJCwYGBgcHBgYGCwkIBgICAQFAAQICBggJCwYGBgcHBgYGCwkIBgICAQECAgYICQsGBgYHBwYGBgsJCAYCAgH+wAECAgYICQsGBgYHBwYGBgsJCAYCAgEBAgIGCAkLBgYGBwcGBgYLCQgGAgIBAUABAgIGCAkLBgYGBwcGBgYLCQgGAgIBAQICBggJCwYGBgcHBgYGCwkIBgICAf7AAQICBggJCwYGBgcHBgYGCwkIBgICAQECAgYICQsGBgYHBwYGBgsJCAYCAgGABwYGBgsJCAYCAgEBAgIGCAkLBgYGBwcGBgYLCQgGAgIBAQICBggJCwYGBgcHBgYGCwkIBgICAQECAgYICQsGBgYHBwYGBgsJCAYCAgEBAgIGCAkLBgYG+QcGBgYLCQgGAgIBAQICBggJCwYGBgcHBgYGCwkIBgICAQECAgYICQsGBgYHBwYGBgsJCAYCAgEBAgIGCAkLBgYGBwcGBgYLCQgGAgIBAQICBggJCwYGBvkHBgYGCwkIBgICAQECAgYICQsGBgYHBwYGBgsJCAYCAgEBAgIGCAkLBgYGBwcGBgYLCQgGAgIBAQICBggJCwYGBgcHBgYGCwkIBgICAQECAgYICQsGBgb5BwYGBgsJCAYCAgEBAgIGCAkLBgYGBwcGBgYLCQgGAgIBAQICBggJCwYGBgcHBgYGCwkIBgICAQECAgYICQsGBgYHBwYGBgsJCAYCAgEBAgIGCAkLBgYGAAEAAAAAA/gC/AACAAATIQEIA/D+CAEEAfgAAAABAAAAAAP4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AXkBegF7AXwBfQF+AX8BgAGBAYIBgwGEAYUBhgGHAYgBiQGKAYsBjAGNAY4BjwGQAZEBkgGTAZQBlQGWAZcBmAGZAZoBmwGcAZ0BngGfAaABoQGiAaMBpAGlAaYBpwGoAakBqgGrAawBrQGuAa8BsAGxAbIBswG0AbUBtgG3AbgBuQG6AbsBvAG9Ab4BvwHAAcEBwgHDAcQBxQHGAccByAHJAcoBywHMAc0BzgHPAdAB0QHSAdMB1AHVAdYB1wHYAdkB2gHbAdwB3QHeAd8B4AHhAeIB4wHkAeUB5gHnAegB6QHqAesB7AHtAe4B7wHwAfEB8gHzAfQB9QH2AfcB+AH5AfoB+wH8Af0B/gH/AgACAQICAgMCBAIFAgYCBwIIAgkCCgILAgwCDQIOAg8CEAIRAhICEwIUAhUCFgIXAhgCGQIaAhsCHAIdAh4CHwIgAiECIgIjAiQCJQImAicCKAIpAioCKwIsAi0CLgIvAjACMQIyAjMCNAI1AjYCNwI4AjkCOgI7AjwCPQI+Aj8CQAJBAkICQwJEAkUCRgJHAkgCSQJKAksCTAJNAk4CTwJQAlECUgJTAlQCVQJWAlcCWAJZAloCWwJcAl0CXgJfAmACYQJiAmMCZAJlAmYCZwJoAmkCagJrAmwCbQJuAm8CcAJxAnICcwJ0AnUCdgJ3AngCeQJ6AnsCfAJ9An4CfwKAAoECggKDAoQChQKGAocCiAKJAooCiwKMAo0CjgKPApACkQKSApMClAKVApYClwKYApkCmgKbApwCnQKeAp8CoAKhAqICowKkAqUCpgKnAqgCqQKqAqsCrAKtAq4CrwKwArECsgKzArQCtQK2ArcCuAK5AroCuwK8Ar0CvgK/AsACwQLCAsMCxALFAsYCxwLIAskCygLLAswCzQLOAs8C0ALRAtIC0wLUAtUC1gLXAtgC2QLaAtsC3ALdAt4C3wLgAuEC4gLjAuQC5QLmAucC6ALpAuoC6wLsAu0C7gLvAvAC8QLyAvMC9AL1AvYC9wL4AvkC+gL7AvwC/QL+Av8DAAMBAwIDAwMEAwUDBgMHAwgDCQMKAwsDDAMNAw4DDwMQAxEDEgMTAxQDFQMWAxcDGAMZAxoDGwMcAx0DHgMfAyADIQMiAyMDJAMlAyYDJwMoAykDKgMrAywDLQMuAy8DMAMxAzIDMwM0AzUDNgM3AzgDOQM6AzsDPAM9Az4DPwNAA0EDQgNDA0QDRQNGA0cDSANJA0oDSwNMA00DTgNPA1ADUQNSA1MDVANVA1YDVwNYA1kDWgNbA1wDXQNeA18DYANhA2IAClBkZl9FeHBvcnQKQ1NWX0V4cG9ydAxFeGNlbF9FeHBvcnQMTVRfRGF0ZXJhbmdlDUJUX0V4Y2VsY2xlYXIOQlRfRXhjZWxmaWx0ZXIMQnVsbGV0X0Fycm93DUJ1bGxldF9DaXJjbGUFTm9uZTILQnVsbGV0X1RpY2sRQm9yZGVyX0RpYWdvbmFsVXATQm9yZGVyX0RpYWdvbmFsRG93bg1CdWxsZXRfRmxvd2VyCkJ1bGxldF9Eb3QNQnVsbGV0X1NxdWFyZQ1NVF9SaWdodEFycm93DE1UX0xlZnRBcnJvdwxNVF9Eb3duQXJyb3cKTVRfVXBhcnJvdw1NVF9SZWN1cnJlbmNlE01UX1JlY3VycmVuY2VFZGl0ZWQLTVRfTG9jYXRpb24OTVRfRGVzY3JpcHRpb24LTVRfVGltZXpvbmUITVRfVG9kYXkOTVRfTW9udGhBZ2VuZGELTVRfV29ya3dlZWsLTVRfV2Vla1ZpZXcKTVRfRGF5Vmlldw1NVF9BZ2VuZGFWaWV3C01UX0RhdGVUaW1lC01UX1Jlc291cmNlDk1UX1RpbWVMaW5lRGF5D01UX1RpbWVMaW5lV2VlaxNNVF9UaW1lTGluZVdvcmtXZWVrEE1UX1RpbWVMaW5lTW9udGgIdGFibGUtMDIEY29weQh0aC1zbWFsbAdzYXZlLTAyCmFsaWduLWxlZnQHZWRpdC0wNghjbG9zZS13Zgt3b3JkLWV4cG9ydAtjcm9zcy1jbG9zZQZmaWx0ZXIEcGx1cwVjbG9zZQ1jaGVjay1tYXJrLTAxCnByaW50ZXItMDEHZWRpdC0wNAdhZGQtbmV3CGNsb3NlLTAxEUZUX0Ryb3Bkb3duX0Fycm93D2Fycm93aGVhZC11cC0wMRFhcnJvd2hlYWQtZG93bi0wMQxhcnJvd2hlYWQtdXAOYXJyb3doZWFkLWRvd24NYXJyb3ctZG93bi0wMgthcnJvdy11cC0wMQ9hcnJvd2hlYWQtcmlnaHQOYXJyb3doZWFkLWxlZnQJZGVsZXRlLTA1EmFycm93LXNhbnMtbGVmdC0wMRNhcnJvdy1zYW5zLXJpZ2h0LTAxDWFyb293LWxlZnQtMDEQbmF2aWdhdGlvbi1yaWdodAlTb3J0aW5nLW0KZWRpdC1pY29uMQ1maXJzdC1wYWdlbmF2DGxzdC1wYWdlLW5hdgd0ZW1wLWR0C0JvdHRvbS1pY29uBkZpbHRlcghUb3AtaWNvbgtueHQtcGctaWNvbgtkb3duLWFycm93MgdncnAtZGVsCFVwLWFycm93CkR3bi1hcnJvdzMJZmx0ci1jYW4yCXByZXYtaWNvbglHcm91cGljb24LU2VsZWN0aW9uLW0PQ2xlYXJfaW5wdXRfMDAxEUNoZWNib3hfc2VsZWN0aW9uDEludGVybWVkaWF0ZQ1NVF9MZWZ0X0Fycm93B0JUX0VkaXQITVRfQ2xlYXIOTVRfUmlnaHRfQXJyb3cKTVRfQWRkZmxhdAxNVF9Cb3R0b21maWwJTVRfcmVtb3ZlC01UX0JhY2t3YXJkB01UX01lbnUJTVRfU2VhcmNoCE1UX21vbnRoCU1UX0RlbGV0ZQ9NVF9Cb3R0b21fQXJyb3cHTVRfU2F2ZQhNVF9tZW51MQlNVF9yZWxvYWQITVRfQ2xvc2UHTVRfVGltZQ5Db2x1bW5fY2hvb3NlcghUcmVldmlldwlUcmVldmlldzIJVHJlZXZpZXcxCVRyZWV2aWV3Mw5NVF9UcmVlX2V4cGFuZAhNYXRlcmFpbA1NYXRlcmlhbF9QbGF5Dk1hdGVyaWFsX1BhdXNlD1BhcmFPcHRpb25kb3duMQpUZXh0U2VhcmNoF0luc2lkZUhvcml6b25kYWxCb3JkZXJzClJlc3RhcnRBdDENT3Blbkh5cGVybGluawdDdXREYXRhCENvcHlEYXRhCVRvcEJvcmRlcg1EZWxldGVDb2x1bW5zCkRlbGV0ZVJvd3MLSW5zZXJ0UmlnaHQKSW5zZXJ0TGVmdA9SZW1vdmVIeXBlcmxpbmsVSW5zaWRlVmVydGljYWxCb3JkZXJzC1JpZ2h0Qm9yZGVyDUVkaXRIeXBlcmxpbmsJSHlwZXJsaW5rC0xlZnRCb3JkZXJzC0RlbGV0ZVRhYmxlD1RhYmxlUHJvcGVydGllcw1Db3B5SHlwZXJsaW5rDEJvdHRvbUJvcmRlcg5DbGlwYm9hcmRQYXN0ZRFDb250aW51ZU51bWJlcmluZwtJbnNlcnRCZWxvdwtJbnNlcnRBYm92ZQpCb3JkZXJOb25lCUJvcmRlckJveANBbGwPVGFibGVBbGlnblJpZ2h0DEN1c3RvbUJvcmRlcg5UYWJsZUFsaWduTGVmdBBUYWJsZUFsaWduQ2VudGVyDUxpbmVWZXJ5c21hbGwKTGluZW5vcm1hbAlMaW5lc21hbGwNUGFyYU9wdGlvbnVwMQpUZXh0Qm90dG9tClRleHRDZW50ZXIHVGV4dFRvcA5NVF9DbGVhckZvcm1hdBBNVF9TdHJpa2V0aHJvdWdoDE1UX1VwcGVyY2FzZQpNVF9KdXN0aWZ5CE1UX0ltYWdlCU1UX1Jlc2l6ZQtNVF9NaW5pbWlzZQtNVF9FZGl0TGluawdNVF9Cb2xkDE1UX0FsaWduTGVmdAZNVF9DdXQSTVRfQWx0ZXJuYXRpdmVUZXh0B01UX0NvcHkJTVRfUmVtb3ZlEU1UX0luY3JlYXNlSW5kZW50C01UX0NsZWFyQWxsB01UX1VuZG8NTVRfRnVsbFNjcmVlbgxNVF9VbmRlcmxpbmUQTVRfVW5vcmRlcmVkTGlzdApNVF9QcmV2aWV3Dk1UX09yZGVyZWRMaXN0DE1UX0xvd2VyY2FzZQ1NVF9SZW1vdmVMaW5rCU1UX1pvb21JbgtNVF9PcGVuTGluawhNVF9QcmludAxNVF9Gb250Q29sb3INTVRfQWxpZ25SaWdodA1NVF9DcmVhdGVMaW5rC01UX1ZpZXdTaWRlC01UX0NvZGVWaWV3Ck1UX1pvb21PdXQOTVRfU3VwZXJzY3JpcHQHTVRfUGFyYQdNVF9SZWRvCE1UX1Bhc3RlDU1UX0luc2VydENvZGUMTVRfU3Vic2NyaXB0Ck1UX0Rpc3BsYXkKTVRfUmVwbGFjZQlNVF9JdGFsaWMKTVRfQ2FwdGlvbhJNVF9CYWNrZ3JvdW5kY29sb3IRTVRfRGVjcmVhc2VJbmRlbnQOTVRfQWxpZ25DZW50ZXILTVRfRm9udE5hbWULRHJhZ0FuZERyb3AMRmlsdGVyRmllbGRzCk5ld19Db2x1bW4HTmV3X1JvdwNTdW0IRmlsdGVyX0IHQ2xvc2VfRg1DbGVhcmZpbHRlcl9NAk9rC0FsaWduQm90dG9tDkluc2VydFJvd0Fib3ZlDkluc2VydFJvd0JlbG93C0FsaWduQ2VudGVyDERlbGV0ZUNvbHVtbglEZWxldGVSb3cQSW5zZXJ0Q29sdW1uTGVmdAhBbGlnblRvcBFJbnNlcnRDb2x1bW5SaWdodA5FZGl0UHJvcGVydGllcxFWZXJ0aWNhbEFsaWdubWVudAlBZGRDb2x1bW4FU3R5bGUJVGJfRGVsZXRlBkFkZFJvdwZIZWFkZXIIVGFiX01vcmUGUmVzaXplCU1fUFZfT3Blbg5NX1BWX0ZpcnN0cGFnZQ1NX1BWX1ByZXZpb3VzCU1fUFZfTmV4dA1NX1BWX0xhc3RwYWdlDE1fUFZfWm9vbW91dAtNX1BWX1pvb21pbg1NX1BWX0Rvd25sb2FkDU1fUFZfQm9va21hcmsLTV9QVl9TZWFyY2gTTV9QVl9UZXh0QW5ub3RhdGlvbgpNX1BWX0Nsb3NlDE1fUFZfQ29tbWVudAlNX1BWX1NhdmUOTV9QVl9BbGlnbkxlZnQNTV9QVl9GcmVlaGFuZAlNX1BWX1VuZG8OTV9QVl9IaWdobGlnaHQJTV9QVl9Nb3JlDk1fUFZfVW5kZXJsaW5lEk1fUFZfU3RyaWtldGhyb3VnaApNX1BWX1BhaW50CE1fUFZfUGFuDE1fUFZfT3BhY2l0eQtNX1BWX0RlbGV0ZQtNX1BWX0N1cnNvcg9NX1BWX1JpZ2h0QXJyb3cQTV9QVl9TdHJva2Vjb2xvcgpNX1BWX1ByaW50CU1fUFZfUmVkbw5NX1BWX0ZvbnRjb2xvcgtNX1BWX1NoYXBlcw5NX1BWX0xlZnRBcnJvdxFNX1BWX1N0cm9rZXdlaWdodBJNX1BWX0Fubm90YWlvbkVkaXQOTV9QVl9UaHVtYm5haWwKTV9QVl9TdGFtcA5NX1BWX1BhZ2VicmVhaxBNX1BWX05ld0RvY3VtZW50Ck1fQ29sbGFwc2UITV9FeHBhbmQORG91YmxlUmVzaXplXzIORG91YmxlUmVzaXplXzEOU2luZ2xlUmVzaXplXzEOU2luZ2xlUmVzaXplXzMOU2luZ2xlUmVzaXplXzIOU2luZ2xlUmVzaXplXzQLRHJhZ2FuZERyb3AHQXJyb3dVcAlBcnJvd0Rvd24KQXJyb3dyaWdodAlBcnJvd0xlZnQHR3JpcHBlchBOZXdfRmlsdGVyQWN0aXZlB01UX0NvZGUHTVRfR3JpZAVQYXN0ZQZEZWxldGULTVRfRG93bmxvYWQDQ3V0B01UX0xpc3QKTVRfUmVmcmVzaAdNVF9pbmZvDU1UX1JpZ2h0YXJyb3cNTVRfT3BlbkZvbGRlcgVDbGVhcgxNVF9OZXdGb2xkZXIJTVRfUmVuYW1lBENvcHkGU2VhcmNoCU1UX1VwbG9hZAdNVF9CYWNrDE1UX1NlbGVjdEFsbAdNVF9Tb3J0CU1UX09wdGlvbgdNVF9UaWNrDE1fQnJlYWRjcnVtYg1NX0V4Y2VsRXhwb3J0C01fQ1NWRXhwb3J0Bk1fU2F2ZQhNX1NhdmVhcwhNX0V4cG9ydAhNX0RlbGV0ZQxNX0dyYW5kVG90YWwGTV9HcmlkCk1fU3VidG90YWwLTV9OZXdSZXBvcnQSTV9OdW1iZXJGb3JtYXR0aW5nCE1fUmVuYW1lC01fUERGRXhwb3J0DE1fRnVsbHNjcmVlbgdNX0NoYXJ0Bk1fTG9hZAhGb250VHlwZQdNX0Nsb3NlDU1fTGluZVNwYWNpbmcGTV9Mb2NrDU91dHNpZGVCb3JkZXIGTV9MaW5rDU1fQWxpZ25Cb3R0b20HTV9UYWJsZRBNX1RhYmxlT2ZDb250ZW50DE1fUGFnZU51bWJlcgZNX0JvbGQKTV9BbGlnblRvcBJNX0FsaWduQ2VudGVyVGFibGULTV9QYWdlU2V0dXANTV9TdHJva2VTdHlsZQdNX0ltYWdlCk1fQm9va21hcmsITV9IZWFkZXIJTV9CdWxsZXRzEk1fU2hvd0hpZGVQcm9wZXJ0eQxNX0FsaWduUmlnaHQITV9Gb290ZXIKQWxsQm9yZGVycw1JbnNpZGVCb3JkZXJzBENlbGwPTV9BbGlnblRvcHRhYmxlEk1fQWxpZ25Cb3R0b210YWJsZRJNX0FsaWduQ2VudGVydGFibGUJU2VsZWN0aW9uB01fQnJlYWsLTV9QYWdlQnJlYWsOTV9TZWN0aW9uQnJlYWsHQXV0b0ZpdBBGaXhlZENvbHVtbldpZHRoDUF1dG9GaXRXaW5kb3cMQnJpbmdGb3J3YXJkCkJyaW5nRnJvbnQIU2VuZGJhY2sMU2VuZEJhY2t3YXJkB1VuZ3JvdXAFR3JvdXAFT3JkZXIPTV9TaW5nbGVVcEFycm93EU1fU2luZ2xlRG93bkFycm93Ek1fU2luZ2xlUmlnaHRBcnJvdxFNX1NpbmdsZUxlZnRBcnJvdxJNX0RvdWJsZVJpZ2h0QXJyb3cRTV9Eb3VibGVMZWZ0QXJyb3cJWm9vbVRvRml0CEFkZEFib3ZlCEFkZEJlbG93Bk1fTGluZQdNX0Fycm93C01fUmVjdGFuZ2xlCE1fQ2lyY2xlCk1fUGVudGFnYW4ITV9MZW5ndGgLTV9QZXJpbWV0ZXIGTV9BcmVhCE1fUmFkaXVzCE1fVm9sdW1lEk1fQ2hhbmdlU2NhbGVSYXRpbwxNX1Byb3BlcnRpZXMJTV9Db21tZW50ClRodW1ic0Rvd24IVGh1bWJzVXALVGh1bWJzRG93bjEJSlBHRXhwb3J0CVBOR0V4cG9ydAlTVkdFeHBvcnQXTV9Db25kaXRpb25hbEZvcm1hdHRpbmcRTV9Gb3JtdWxhRnVuY3Rpb24MSGlkZWhlYWRpbmdzDUhpZGVHcmlkbGluZXMGTV9IaWRlCU1zRXhjZWw5NwlFeHBvcnRDU1YDTURYCEZvcm1hdF9NC09wZW5mb2xkZXIxCE5hbWVkc2V0C08tQXR0cmlidXRlCURpbWVuc2lvbgZMZXZlbDEGTGV2ZWwyBkxldmVsMwZMZXZlbDQGTGV2ZWw1C1VzZXJEZWZpbmVkA0tQSQpNX1NvcnREb3duCk1fU29ydE5vbmUITV9Tb3J0VXAQQ2FsY3VsYXRlZE1lbWJlcgpDdXN0b21Tb3J0DlNvcnREZXNjZW5kaW5nDVNvcnRBc2NlbmRpbmcKQWRkQ29tbWVudAVSZXBseQlTZW5kQXJyb3cLQ29tbWVudE1hcmsRTV9IYW5kV3JpdHRlblNpZ24MTV9NYWluRmlsdGVyBk1fV3JhcApVbmZpbHRlcmVkEEZpbHRlcmVkU29ydERlc2MKRl9Tb3J0RGVzYwpGX1NvcnRBc2NlEEZpbHRlcmVkU29ydEFzY2UIRmlsdGVyZWQNTV9DbGVhcmZpbHRlcglNX1JlYXBwbHkHTV9Hcm91cAlNX1VuZ3JvdXAQTVRfUGFzdGVUZXh0b25seQ1NVF9QYXN0ZVN0eWxlDU1UX1Bhc3RlSW1hZ2URTV9NZXJnZUZvcm1hdHRpbmcMTV9TcGVsbENoZWNrCE1fUmVvcGVuC1dlYkxheW91dF9NDVByaW50TGF5b3V0X00ITm9Cb3JkZXIQTV9EYXRhVmFsaWRhdGlvbg5NX1Byb3RlY3RTaGVldApNX1RleHRmb3JtEE1fRm9ybVByb3BlcnRpZXMLTV9DbGVhcmZvcm0KTV9Ecm9wZG93bgtNX0Zvcm1GaWVsZApNX0NoZWNrQm94DU1fVXBkYXRlRmllbGQPTV9DaGFuZ2VzQWNjZXB0Ek1fRGlzcGxheUZvclJldmlldw9NX0NoYW5nZXNSZWplY3QRTV9DaGFuZ2VzUHJldmlvdXMMTV9TaG93TWFya3VwDU1fQ2hhbmdlc05leHQOTV9UcmFja0NoYW5nZXMNTV9DRm9ybWF0dGluZwtNX0hpZ2hsaWdodBBNX1RvcEJvdHRvbVJ1bGVzCk1fRGF0YUJhcnMNTV9Db2xvclNjYWxlcwpNX0ljb25zZXRzDE1fQ2xlYXJSdWxlcwlNX05ld1J1bGUNTV9HcmVhdGVyVGhhbgpNX0xlc3N0aGFuCU1fQmV0d2VlbglNX0VxdWFsdG8STV9UZXh0dGhhdGNvbnRhaW5zD01fQURhdGVPY2N1cmluZwdNX1RvcDEwD01fQm90dG9tMTBJdGVtcwpNX0JvdHRvbTEwDk1fQWJvdmVBdmVyYWdlDk1fQmVsb3dBdmVyYWdlDU1fQ0ZEdXBsaWNhdGUKTV9Gb290bm90ZQlNX0VuZG5vdGULTV9CYXJfY2hhcnQMTV9EYXRhX1RhYmxlCE1fTGVnZW5kDk1fQnViYmxlX0NoYXJ0DU1fUmFkYXJfQ2hhcnQNTV9VcERvd25fQmFycxNNX0FkZF9DaGFydF9FbGVtZW50C01fR3JpZGxpbmVzEU1fSGllcmFyY2h5X0NoYXJ0DE1fQXJlYV9jaGFydBNNX1N3aXRjaF9Sb3dfQ29sdW1uDE1fRXJyb3JfQmFycwtNX1RyZW5kbGluZQZNX0F4ZXMNTV9TZWxlY3RfRGF0YQdNX0xpbmVzDU1fQXhpc19UaXRsZXMNTV9DaGFydF9UaXRsZQtNX1BpZV9DaGFydBNNX0NoYW5nZV9DaGFydF9UeXBlEU1fU3RhdGlzdGljX0NoYXJ0DU1fRGF0YV9MYWJlbHMNTV9Db21ib19DaGFydBdNX0FUX1ByaW1hcnlfSG9yaXpvbnRhbBFNX0xpbmVhcl9Gb3JlY2FzdAhNX0xfTm9uZQlNX01fUmlnaHQOTV9EYXRhX0NhbGxvdXQYTV9QcmltYXJ5X01pbm9yX1ZlcnRpY2FsEk1fUHJpbWFyeV9WZXJ0aWNhbAhNX0NlbnRlcglNX0RUX05vbmUJTV9ETF9Ob25lGE1fUHJpbWFyeV9NYW5val9WZXJ0aWNhbApNX1RfTGluZWFyDE1fUGVyY2VudGFnZRBNX05vX0xlZ2VuZF9LZXlzDU1fQWJvdmVfQ2hhcnQITV9UX05vbmUSTV9XaXRoX0xlZ2VuZF9rZXlzFE1fUHJpbWFyeV9Ib3Jpem9udGFsFE1fU3RhbmRhcmRfRGV2aWF0aW9uBU1fVG9wGk1fUHJpbWFyeV9NaW5vcl9Ib3Jpem9udGFsCU1fRUJfTm9uZQ5NX1VwX0Rvd25fQmFycwxNX0Ryb3BfTGluZXMMTV9MaW5lc19Ob25lGk1fUHJpbWFyeV9NYWpvcl9Ib3Jpem9udGFsCE1fQm90dG9tCU1fVURfTm9uZQ1NX091dHNpZGVfRW5kFU1fQVRfUHJpbWFyeV9WZXJ0aWNhbAZNX0xlZnQNTV9JbnNpZGVfQmFzZRBNX0hpaGdfTG93X0xpbmVzDU1fRXhwb25lbnRpYWwQTV9Nb3ZpbmdfQXZlcmFnZQxNX0luc2lkZV9FbmQGTV9Ob25lEk1fQ2VudGVyZWRfT3ZlcmxheRBNX1N0YW5kYXJkX0Vycm9yCk1fM0RfQXJlYTEJTV8yRF9CYXIyCk1fU3VyZmFjZTEMTV9IaXN0b2dyYW0yCE1fU3RvY2s0CE1fU3RvY2sxCE1fU3RvY2syCk1fMkRfTGluZTYITV9SYWRhcjMMTV8zRF9Db2x1bW4xCk1fU3VuYnVyc3QJTV9UcmVlbWFwCk1fM0RfQXJlYTMITV8zRF9QaWUMTV8zRF9Db2x1bW40FE1fTW9yZV9Db2x1bW5fQ2hhcnRzCk1fMkRfTGluZTIKTV9Eb3VnaG51dAlNXzNEX0JhcjEITV9GdW5uZWwJTV8yRF9QaWUxCU1fM0RfTGluZQxNXzJEX0NvbHVtbjEKTV8yRF9BcmVhMxJNX01vcmVfTGluZV9DaGFydHMJTV8zRF9CYXIzE01fTW9yZV9TdG9ja19DaGFydHMITV9TdG9jazMJTV8yRF9QaWUzCE1fQ29tYm8yCU1fMkRfQmFyMQhNX1JhZGFyMQxNXzNEX0NvbHVtbjMKTV8yRF9MaW5lNQpNX1N1cmZhY2UyCk1fMkRfTGluZTQNTV9Cb3hfV2hpc2tlchRNX0N1c3RvbV9Db21ib19DaGFydAlNXzJEX0JhcjMKTV9TY2F0dGVyNRlNX01vcmVfc3RhdGlzdGljYWxfY2hhcnRzCk1fM0RfQXJlYTIKTV8yRF9MaW5lMQxNXzJEX0NvbHVtbjMRTV9Nb3JlX1BpZV9DaGFydHMJTV9CdWJibGUxCk1fMkRfTGluZTMMTV9IaXN0b2dyYW0xF01fTW9yZV9IaWVyYXJjaHlfQ2hhcnRzCE1fQ29tYm8xCk1fMkRfQXJlYTIMTV8zRF9Db2x1bW4yBU1fQmFyCk1fU2NhdHRlcjMKTV9TdXJmYWNlNAlNXzNEX0JhcjIJTV8yRF9QaWUyDk1fU3VyZmFjZTFfb3B0Ck1fMkRfQXJlYTEITV9Db21ibzMLTV9XYXRlcmZhbGwKTV9TdXJmYWNlMxVNX01vcmVfU2NhdHRlcl9DaGFydHMMTV8yRF9Db2x1bW4yAAAAAAA=) format("truetype"); }

.e-icons {
  font-family: "e-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none; }

/*! Material theme definitions and variables */
/*! Value element styles */
/*! Tooltip styles */
/*! Tip Content styles */
/*! Title styles */
/*! Wrapper styles */
/*! Component group styles */
/*! Button styles */
/*! inplaceeditor icons */
.e-inplaceeditor .e-save-icon::before,
.e-inplaceeditor-tip .e-save-icon::before {
  content: '\e614'; }

.e-inplaceeditor .e-cancel-icon::before,
.e-inplaceeditor-tip .e-cancel-icon::before {
  content: '\eb36'; }

.e-inplaceeditor .e-editable-overlay-icon::before,
.e-inplaceeditor-tip .e-editable-overlay-icon::before {
  content: '\e891'; }

/*! inplaceeditor layout */
.e-bigger .e-inplaceeditor .e-editable-value-wrapper,
.e-inplaceeditor.e-bigger .e-editable-value-wrapper {
  padding: 8px; }
  .e-bigger .e-inplaceeditor .e-editable-value-wrapper .e-editable-value,
  .e-inplaceeditor.e-bigger .e-editable-value-wrapper .e-editable-value {
    font-size: 14px;
    margin: 0 30px 0 0; }
  .e-bigger .e-inplaceeditor .e-editable-value-wrapper .e-editable-overlay-icon,
  .e-inplaceeditor.e-bigger .e-editable-value-wrapper .e-editable-overlay-icon {
    right: 8px;
    width: 20px; }
    .e-bigger .e-inplaceeditor .e-editable-value-wrapper .e-editable-overlay-icon::before,
    .e-inplaceeditor.e-bigger .e-editable-value-wrapper .e-editable-overlay-icon::before {
      font-size: 16px; }
  .e-bigger .e-inplaceeditor .e-editable-value-wrapper .e-spinner-pane .e-spinner-inner,
  .e-inplaceeditor.e-bigger .e-editable-value-wrapper .e-spinner-pane .e-spinner-inner {
    right: 8px; }

.e-bigger .e-inplaceeditor .e-editable-value-container,
.e-inplaceeditor.e-bigger .e-editable-value-container {
  padding: 8px; }
  .e-bigger .e-inplaceeditor .e-editable-value-container .e-editable-value,
  .e-inplaceeditor.e-bigger .e-editable-value-container .e-editable-value {
    font-size: 14px;
    margin: 0 30px 0 0; }
  .e-bigger .e-inplaceeditor .e-editable-value-container .e-editable-overlay-icon,
  .e-inplaceeditor.e-bigger .e-editable-value-container .e-editable-overlay-icon {
    right: 8px;
    width: 20px; }
    .e-bigger .e-inplaceeditor .e-editable-value-container .e-editable-overlay-icon::before,
    .e-inplaceeditor.e-bigger .e-editable-value-container .e-editable-overlay-icon::before {
      font-size: 16px; }
  .e-bigger .e-inplaceeditor .e-editable-value-container .e-spinner-pane .e-spinner-inner,
  .e-inplaceeditor.e-bigger .e-editable-value-container .e-spinner-pane .e-spinner-inner {
    right: 8px; }

.e-bigger .e-inplaceeditor .e-editable-action-buttons .e-btn-save,
.e-inplaceeditor.e-bigger .e-editable-action-buttons .e-btn-save {
  margin: 0 4px 0 0; }

.e-bigger .e-inplaceeditor .e-editable-action-buttons .e-btn-cancel,
.e-inplaceeditor.e-bigger .e-editable-action-buttons .e-btn-cancel {
  margin: 0 0 0 4px; }

.e-bigger .e-inplaceeditor.e-rtl .e-editable-value-wrapper .e-editable-value,
.e-inplaceeditor.e-bigger.e-rtl .e-editable-value-wrapper .e-editable-value {
  margin: 0 0 0 30px; }

.e-bigger .e-inplaceeditor.e-rtl .e-editable-value-wrapper .e-editable-overlay-icon,
.e-inplaceeditor.e-bigger.e-rtl .e-editable-value-wrapper .e-editable-overlay-icon {
  left: 8px;
  right: auto; }

.e-bigger .e-inplaceeditor.e-rtl .e-editable-value-wrapper .e-spinner-pane,
.e-bigger .e-inplaceeditor.e-rtl .e-editable-value-wrapper .e-spinner-pane .e-spinner-inner,
.e-inplaceeditor.e-bigger.e-rtl .e-editable-value-wrapper .e-spinner-pane,
.e-inplaceeditor.e-bigger.e-rtl .e-editable-value-wrapper .e-spinner-pane .e-spinner-inner {
  left: 8px; }

.e-bigger .e-inplaceeditor.e-rtl .e-editable-value-container .e-editable-value,
.e-inplaceeditor.e-bigger.e-rtl .e-editable-value-container .e-editable-value {
  margin: 0 0 0 30px; }

.e-bigger .e-inplaceeditor.e-rtl .e-editable-value-container .e-editable-overlay-icon,
.e-inplaceeditor.e-bigger.e-rtl .e-editable-value-container .e-editable-overlay-icon {
  left: 8px;
  right: auto; }

.e-bigger .e-inplaceeditor.e-rtl .e-editable-value-container .e-spinner-pane,
.e-bigger .e-inplaceeditor.e-rtl .e-editable-value-container .e-spinner-pane .e-spinner-inner,
.e-inplaceeditor.e-bigger.e-rtl .e-editable-value-container .e-spinner-pane,
.e-inplaceeditor.e-bigger.e-rtl .e-editable-value-container .e-spinner-pane .e-spinner-inner {
  left: 8px; }

.e-bigger .e-inplaceeditor.e-rtl .e-editable-action-buttons .e-btn-save,
.e-inplaceeditor.e-bigger.e-rtl .e-editable-action-buttons .e-btn-save {
  margin: 0 0 0 4px; }

.e-bigger .e-inplaceeditor.e-rtl .e-editable-action-buttons .e-btn-cancel,
.e-inplaceeditor.e-bigger.e-rtl .e-editable-action-buttons .e-btn-cancel {
  margin: 0 4px 0 0; }

.e-inplaceeditor {
  display: inline-block;
  position: relative;
  width: auto; }
  .e-inplaceeditor .e-input-group.e-numeric.e-control-wrapper .e-clear-icon.e-clear-icon-hide {
    display: block;
    visibility: hidden; }
  .e-inplaceeditor .e-input-group.e-numeric.e-control-container .e-clear-icon.e-clear-icon-hide {
    display: block;
    visibility: hidden; }
  .e-inplaceeditor .e-editable-value-wrapper {
    display: inline-block;
    padding: 6px 8px;
    position: relative;
    width: auto;
    word-break: break-word; }
    .e-inplaceeditor .e-editable-value-wrapper .e-editable-value {
      display: inline-block;
      font-family: "Roboto", "Segoe UI", "GeezaPro", "DejaVu Serif", "sans-serif", "-apple-system", "BlinkMacSystemFont";
      font-size: 13px;
      margin: 0 28px 0 0; }
    .e-inplaceeditor .e-editable-value-wrapper .e-editable-overlay-icon {
      bottom: 0;
      cursor: pointer;
      display: -webkit-inline-box;
      display: -ms-inline-flexbox;
      display: inline-flex;
      height: inherit;
      position: absolute;
      right: 8px;
      top: 0;
      visibility: hidden;
      width: 18px; }
      .e-inplaceeditor .e-editable-value-wrapper .e-editable-overlay-icon::before {
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        font-size: 14px; }
    .e-inplaceeditor .e-editable-value-wrapper.e-hide {
      display: none; }
    .e-inplaceeditor .e-editable-value-wrapper.e-editable-open {
      -webkit-user-select: none;
         -moz-user-select: none;
          -ms-user-select: none;
              user-select: none; }
    .e-inplaceeditor .e-editable-value-wrapper.e-loading {
      pointer-events: none; }
    .e-inplaceeditor .e-editable-value-wrapper .e-spinner-pane .e-spinner-inner {
      left: unset;
      right: 8px; }
    .e-inplaceeditor .e-editable-value-wrapper:hover .e-editable-overlay-icon {
      visibility: visible; }
    .e-inplaceeditor .e-editable-value-wrapper:hover.e-editable-open .e-editable-overlay-icon {
      visibility: hidden; }
  .e-inplaceeditor .e-editable-value-container {
    display: inline-block;
    padding: 6px 8px;
    position: relative;
    width: auto;
    word-break: break-word; }
    .e-inplaceeditor .e-editable-value-container .e-editable-value {
      display: inline-block;
      font-family: "Roboto", "Segoe UI", "GeezaPro", "DejaVu Serif", "sans-serif", "-apple-system", "BlinkMacSystemFont";
      font-size: 13px;
      margin: 0 28px 0 0; }
    .e-inplaceeditor .e-editable-value-container .e-editable-overlay-icon {
      bottom: 0;
      cursor: pointer;
      display: -webkit-inline-box;
      display: -ms-inline-flexbox;
      display: inline-flex;
      height: inherit;
      position: absolute;
      right: 8px;
      top: 0;
      visibility: hidden;
      width: 18px; }
      .e-inplaceeditor .e-editable-value-container .e-editable-overlay-icon::before {
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        font-size: 14px; }
    .e-inplaceeditor .e-editable-value-container.e-hide {
      display: none; }
    .e-inplaceeditor .e-editable-value-container.e-editable-open {
      -webkit-user-select: none;
         -moz-user-select: none;
          -ms-user-select: none;
              user-select: none; }
    .e-inplaceeditor .e-editable-value-container.e-loading {
      pointer-events: none; }
    .e-inplaceeditor .e-editable-value-container .e-spinner-pane .e-spinner-inner {
      left: unset;
      right: 8px; }
    .e-inplaceeditor .e-editable-value-container:hover .e-editable-overlay-icon {
      visibility: visible; }
    .e-inplaceeditor .e-editable-value-container:hover.e-editable-open .e-editable-overlay-icon {
      visibility: hidden; }
  .e-inplaceeditor .e-editable-action-buttons {
    margin-top: 4px;
    position: absolute;
    right: 0;
    z-index: 100; }
  .e-inplaceeditor.e-overlay {
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none; }
  .e-inplaceeditor.e-rtl .e-editable-value-wrapper .e-editable-value {
    margin: 0 0 0 28px; }
  .e-inplaceeditor.e-rtl .e-editable-value-wrapper .e-editable-overlay-icon {
    left: 8px;
    right: auto; }
  .e-inplaceeditor.e-rtl .e-editable-value-wrapper .e-spinner-pane {
    right: unset; }
  .e-inplaceeditor.e-rtl .e-editable-value-wrapper .e-spinner-pane,
  .e-inplaceeditor.e-rtl .e-editable-value-wrapper .e-spinner-pane .e-spinner-inner {
    left: 8px; }
  .e-inplaceeditor.e-rtl .e-editable-value-container .e-editable-value {
    margin: 0 0 0 28px; }
  .e-inplaceeditor.e-rtl .e-editable-value-container .e-editable-overlay-icon {
    left: 8px;
    right: auto; }
  .e-inplaceeditor.e-rtl .e-editable-value-container .e-spinner-pane {
    right: unset; }
  .e-inplaceeditor.e-rtl .e-editable-value-container .e-spinner-pane,
  .e-inplaceeditor.e-rtl .e-editable-value-container .e-spinner-pane .e-spinner-inner {
    left: 8px; }
  .e-inplaceeditor.e-rtl .e-editable-action-buttons {
    left: 0;
    right: auto; }

.e-bigger .e-inplaceeditor,
.e-inplaceeditor.e-bigger,
.e-bigger .e-inplaceeditor-tip,
.e-inplaceeditor-tip.e-bigger {
  width: auto; }
  .e-bigger .e-inplaceeditor .e-input-group + .e-editable-loading .e-spinner-inner,
  .e-inplaceeditor.e-bigger .e-input-group + .e-editable-loading .e-spinner-inner,
  .e-bigger .e-inplaceeditor-tip .e-input-group + .e-editable-loading .e-spinner-inner,
  .e-inplaceeditor-tip.e-bigger .e-input-group + .e-editable-loading .e-spinner-inner {
    top: 45%; }

.e-inplaceeditor .e-input-group + .e-editable-loading .e-spinner-inner,
.e-inplaceeditor-tip .e-input-group + .e-editable-loading .e-spinner-inner {
  top: 35%; }

.e-inplaceeditor .e-editable-elements:not(.e-richtexteditor) + .e-editable-loading .e-spinner-pane .e-spinner-inner .e-spin-bootstrap4 .e-path-circle,
.e-inplaceeditor-tip .e-editable-elements:not(.e-richtexteditor) + .e-editable-loading .e-spinner-pane .e-spinner-inner .e-spin-bootstrap4 .e-path-circle {
  stroke-width: inherit; }

.e-inplaceeditor .e-input-group + .e-editable-loading .e-spinner-inner,
.e-inplaceeditor-tip .e-input-group + .e-editable-loading .e-spinner-inner {
  top: 35%; }

.e-inplaceeditor .e-editable-elements:not(.e-richtexteditor) + .e-editable-loading .e-spinner-pane .e-spinner-inner .e-spin-bootstrap4 .e-path-circle,
.e-inplaceeditor-tip .e-editable-elements:not(.e-richtexteditor) + .e-editable-loading .e-spinner-pane .e-spinner-inner .e-spin-bootstrap4 .e-path-circle {
  stroke-width: inherit; }

.e-inplaceeditor .e-editable-loading,
.e-inplaceeditor-tip .e-editable-loading {
  display: none;
  min-height: 100%;
  position: absolute;
  top: 0; }
  .e-inplaceeditor .e-editable-loading.e-show,
  .e-inplaceeditor-tip .e-editable-loading.e-show {
    display: block; }
    .e-inplaceeditor .e-editable-loading.e-show:not(.e-rte-spin-wrap) .e-spinner-inner,
    .e-inplaceeditor-tip .e-editable-loading.e-show:not(.e-rte-spin-wrap) .e-spinner-inner {
      left: auto;
      right: 5px;
      -webkit-transform: translateX(-30%) translateY(-50%);
              transform: translateX(-30%) translateY(-50%); }

.e-inplaceeditor .e-editable-form,
.e-inplaceeditor-tip .e-editable-form {
  width: 100%; }
  .e-inplaceeditor .e-editable-form.e-loading .e-input-group-icon,
  .e-inplaceeditor-tip .e-editable-form.e-loading .e-input-group-icon {
    visibility: hidden; }

.e-inplaceeditor .e-component-group,
.e-inplaceeditor-tip .e-component-group {
  margin-bottom: 4px; }
  .e-inplaceeditor .e-component-group .e-editable-component,
  .e-inplaceeditor-tip .e-component-group .e-editable-component {
    min-width: 150px;
    position: relative; }

.e-inplaceeditor .e-control-overlay,
.e-inplaceeditor-tip .e-control-overlay {
  visibility: hidden; }
  .e-inplaceeditor .e-control-overlay.e-richtexteditor,
  .e-inplaceeditor-tip .e-control-overlay.e-richtexteditor {
    opacity: .5;
    pointer-events: none;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    visibility: visible; }

.e-inplaceeditor .e-editable-action-buttons .e-btn-save,
.e-inplaceeditor-tip .e-editable-action-buttons .e-btn-save {
  margin: 0 4px 0 0; }
  .e-inplaceeditor .e-editable-action-buttons .e-btn-save .e-btn-icon.e-icons,
  .e-inplaceeditor-tip .e-editable-action-buttons .e-btn-save .e-btn-icon.e-icons {
    font-size: 16px; }

.e-inplaceeditor .e-editable-action-buttons .e-btn-cancel,
.e-inplaceeditor-tip .e-editable-action-buttons .e-btn-cancel {
  margin: 0 0 0 4px; }
  .e-inplaceeditor .e-editable-action-buttons .e-btn-cancel .e-btn-icon.e-icons,
  .e-inplaceeditor-tip .e-editable-action-buttons .e-btn-cancel .e-btn-icon.e-icons {
    font-size: 16px; }

.e-inplaceeditor .e-editable-action-buttons.e-hide,
.e-inplaceeditor-tip .e-editable-action-buttons.e-hide {
  visibility: hidden; }

.e-inplaceeditor.e-rtl .e-editable-action-buttons .e-btn-save,
.e-inplaceeditor-tip.e-rtl .e-editable-action-buttons .e-btn-save {
  margin: 0 0 0 4px; }

.e-inplaceeditor.e-rtl .e-editable-action-buttons .e-btn-cancel,
.e-inplaceeditor-tip.e-rtl .e-editable-action-buttons .e-btn-cancel {
  margin: 0 4px 0 0; }

.e-inplaceeditor.e-rtl .e-editable-loading.e-show:not(.e-rte-spin-wrap) .e-spinner-inner,
.e-inplaceeditor-tip.e-rtl .e-editable-loading.e-show:not(.e-rte-spin-wrap) .e-spinner-inner {
  left: 5px;
  right: auto;
  -webkit-transform: translateX(30%) translateY(-50%);
          transform: translateX(30%) translateY(-50%); }

.e-bigger .e-inplaceeditor-tip.e-tooltip-wrap .e-tip-content .e-editable-wrapper,
.e-inplaceeditor-tip.e-bigger.e-tooltip-wrap .e-tip-content .e-editable-wrapper {
  padding: 16px; }

.e-bigger .e-inplaceeditor-tip.e-tooltip-wrap .e-tip-content .e-editable-container,
.e-inplaceeditor-tip.e-bigger.e-tooltip-wrap .e-tip-content .e-editable-container {
  padding: 16px; }

.e-bigger .e-inplaceeditor-tip.e-tooltip-wrap .e-tip-content .e-editable-title + .e-editable-wrapper,
.e-inplaceeditor-tip.e-bigger.e-tooltip-wrap .e-tip-content .e-editable-title + .e-editable-wrapper {
  padding: 10px 16px 16px 16px; }

.e-bigger .e-inplaceeditor-tip.e-tooltip-wrap .e-tip-content .e-editable-title + .e-editable-container,
.e-inplaceeditor-tip.e-bigger.e-tooltip-wrap .e-tip-content .e-editable-title + .e-editable-container {
  padding: 10px 16px 16px 16px; }

.e-bigger .e-inplaceeditor-tip .e-editable-title,
.e-inplaceeditor-tip.e-bigger .e-editable-title {
  font-size: 14px;
  min-height: 36px;
  padding: 0 0 0 12px; }

.e-bigger .e-inplaceeditor-tip.e-rtl.e-tooltip-wrap .e-tip-content .e-editable-title,
.e-inplaceeditor-tip.e-bigger.e-rtl.e-tooltip-wrap .e-tip-content .e-editable-title {
  padding: 0 12px 0 0; }

.e-inplaceeditor-tip {
  opacity: 1;
  width: auto; }
  .e-inplaceeditor-tip.e-tooltip-wrap {
    max-width: 100%; }
    .e-inplaceeditor-tip.e-tooltip-wrap .e-tip-content {
      padding: 0; }
      .e-inplaceeditor-tip.e-tooltip-wrap .e-tip-content .e-editable-title {
        -ms-flex-line-pack: center;
            align-content: center;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        font-family: "Roboto", "Segoe UI", "GeezaPro", "DejaVu Serif", "sans-serif", "-apple-system", "BlinkMacSystemFont";
        font-size: 13px;
        font-weight: 500;
        height: 30px;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        padding: 0 0 0 10px; }
      .e-inplaceeditor-tip.e-tooltip-wrap .e-tip-content .e-editable-wrapper {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        padding: 16px; }
        .e-inplaceeditor-tip.e-tooltip-wrap .e-tip-content .e-editable-wrapper .e-editable-action-buttons {
          float: right;
          margin-top: 4px;
          position: relative;
          right: auto;
          top: auto; }
      .e-inplaceeditor-tip.e-tooltip-wrap .e-tip-content .e-editable-container {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        padding: 16px; }
        .e-inplaceeditor-tip.e-tooltip-wrap .e-tip-content .e-editable-container .e-editable-action-buttons {
          float: right;
          margin-top: 4px;
          position: relative;
          right: auto;
          top: auto; }
      .e-inplaceeditor-tip.e-tooltip-wrap .e-tip-content .e-editable-title + .e-editable-wrapper {
        padding: 10px 16px 16px 16px; }
      .e-inplaceeditor-tip.e-tooltip-wrap .e-tip-content .e-editable-title + .e-editable-container {
        padding: 10px 16px 16px 16px; }
  .e-inplaceeditor-tip.e-hide {
    visibility: hidden; }
  .e-inplaceeditor-tip.e-rtl.e-tooltip-wrap .e-tip-content .e-editable-title {
    padding: 0 10px 0 0; }
  .e-inplaceeditor-tip.e-rtl.e-tooltip-wrap .e-tip-content .e-editable-wrapper .e-editable-action-buttons {
    float: left; }
  .e-inplaceeditor-tip.e-rtl.e-tooltip-wrap .e-tip-content .e-editable-container .e-editable-action-buttons {
    float: left; }

.e-content-placeholder.e-inplaceeditor.e-placeholder-inplaceeditor {
  background-size: 150px 60px;
  min-height: 60px; }

.e-bigger .e-content-placeholder.e-inplaceeditor.e-placeholder-inplaceeditor,
.e-bigger.e-content-placeholder.e-inplaceeditor.e-placeholder-inplaceeditor {
  background-size: 150px 70px;
  min-height: 70px; }

/*! inplaceeditor theme */
.e-inplaceeditor .e-editable-value-wrapper .e-editable-value {
  border-bottom: 1px dashed rgba(0, 0, 0, 0.87);
  color: rgba(0, 0, 0, 0.87); }

.e-inplaceeditor .e-editable-value-wrapper .e-editable-overlay-icon {
  color: rgba(0, 0, 0, 0.54); }

.e-inplaceeditor .e-editable-value-wrapper.e-loading .e-editable-value {
  border-bottom: 0; }

.e-inplaceeditor .e-editable-value-wrapper:hover {
  background: #f5f5f5;
  border-radius: 2px; }
  .e-inplaceeditor .e-editable-value-wrapper:hover .e-editable-value {
    border-bottom-color: transparent; }

.e-inplaceeditor .e-editable-value-container .e-editable-value {
  border-bottom: 1px dashed rgba(0, 0, 0, 0.87);
  color: rgba(0, 0, 0, 0.87); }

.e-inplaceeditor .e-editable-value-container .e-editable-overlay-icon {
  color: rgba(0, 0, 0, 0.54); }

.e-inplaceeditor .e-editable-value-container.e-loading .e-editable-value {
  border-bottom: 0; }

.e-inplaceeditor .e-editable-value-container:hover {
  background: #f5f5f5;
  border-radius: 2px; }
  .e-inplaceeditor .e-editable-value-container:hover .e-editable-value {
    border-bottom-color: transparent; }

.e-inplaceeditor[data-underline='false'] .e-editable-value-wrapper .e-editable-value {
  border-bottom: 0; }

.e-inplaceeditor[data-underline='false'] .e-editable-value-container .e-editable-value {
  border-bottom: 0; }

.e-inplaceeditor.e-disable {
  pointer-events: none;
  -ms-touch-action: none;
      touch-action: none; }
  .e-inplaceeditor.e-disable .e-editable-value-wrapper .e-editable-value {
    border-bottom-color: transparent; }
  .e-inplaceeditor.e-disable .e-editable-value-container .e-editable-value {
    border-bottom-color: transparent; }

.e-inplaceeditor .e-editable-action-buttons .e-btn-save.e-icon-btn .e-btn-icon.e-icons,
.e-inplaceeditor .e-editable-action-buttons .e-btn-cancel.e-icon-btn .e-btn-icon.e-icons,
.e-inplaceeditor-tip .e-editable-action-buttons .e-btn-save.e-icon-btn .e-btn-icon.e-icons,
.e-inplaceeditor-tip .e-editable-action-buttons .e-btn-cancel.e-icon-btn .e-btn-icon.e-icons {
  color: rgba(0, 0, 0, 0.54); }

.e-inplaceeditor-tip.e-tooltip-wrap {
  background: #fff;
  -webkit-box-shadow: 0 5px 5px -3px rgba(0, 0, 0, 0.2), 0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12);
          box-shadow: 0 5px 5px -3px rgba(0, 0, 0, 0.2), 0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12); }
  .e-inplaceeditor-tip.e-tooltip-wrap .e-tip-content {
    border-radius: 2px;
    color: rgba(0, 0, 0, 0.87); }
  .e-inplaceeditor-tip.e-tooltip-wrap .e-arrow-tip-inner {
    color: #fff; }
  .e-inplaceeditor-tip.e-tooltip-wrap .e-arrow-tip-outer.e-tip-top {
    border-bottom-color: #bdbdbd; }
  .e-inplaceeditor-tip.e-tooltip-wrap .e-arrow-tip-outer.e-tip-bottom {
    border-top-color: #bdbdbd; }
  .e-inplaceeditor-tip.e-tooltip-wrap.e-popup {
    border: 1px solid #bdbdbd; }
  .e-inplaceeditor-tip.e-tooltip-wrap .e-editable-title {
    background: #eee;
    border-bottom: 0;
    color: rgba(0, 0, 0, 0.87); }

.e-inplaceeditor-tip.e-editable-tip-title.e-tooltip-wrap .e-arrow-tip-outer.e-tip-top {
  border-bottom-color: #bdbdbd; }

.e-inplaceeditor-tip.e-editable-tip-title.e-tooltip-wrap .e-arrow-tip-inner.e-tip-top {
  color: #eee; }

.e-toast .e-toast-close-icon::before {
  content: "\e7fc"; }

/*! toast layout */
.e-bigger .e-toast-container.e-toast-top-left,
.e-toast-container.e-bigger.e-toast-top-left {
  left: 10px;
  top: 10px; }

.e-bigger .e-toast-container.e-toast-bottom-left,
.e-toast-container.e-bigger.e-toast-bottom-left {
  bottom: 10px;
  left: 10px; }

.e-bigger .e-toast-container.e-toast-top-right,
.e-toast-container.e-bigger.e-toast-top-right {
  right: 10px;
  top: 10px; }

.e-bigger .e-toast-container.e-toast-bottom-right,
.e-toast-container.e-bigger.e-toast-bottom-right {
  bottom: 10px;
  right: 10px; }

.e-bigger .e-toast-container.e-toast-bottom-center,
.e-toast-container.e-bigger.e-toast-bottom-center {
  bottom: 10px; }
  .e-bigger .e-toast-container.e-toast-bottom-center .e-toast,
  .e-toast-container.e-bigger.e-toast-bottom-center .e-toast {
    margin: 0 auto 10px; }

.e-bigger .e-toast-container.e-toast-top-center,
.e-toast-container.e-bigger.e-toast-top-center {
  top: 10px; }
  .e-bigger .e-toast-container.e-toast-top-center .e-toast,
  .e-toast-container.e-bigger.e-toast-top-center .e-toast {
    margin: 0 auto 10px; }

.e-bigger .e-toast-container.e-toast-full-width,
.e-toast-container.e-bigger.e-toast-full-width {
  left: 0;
  right: 0; }
  .e-bigger .e-toast-container.e-toast-full-width .e-toast,
  .e-toast-container.e-bigger.e-toast-full-width .e-toast {
    margin: 0 auto 10px; }

.e-bigger .e-toast-container.e-rtl .e-toast .e-toast-message .e-toast-actions,
.e-toast-container.e-bigger.e-rtl .e-toast .e-toast-message .e-toast-actions {
  text-align: left; }
  .e-bigger .e-toast-container.e-rtl .e-toast .e-toast-message .e-toast-actions &gt; *,
  .e-toast-container.e-bigger.e-rtl .e-toast .e-toast-message .e-toast-actions &gt; * {
    margin-left: initial;
    margin-right: 10px; }

.e-bigger .e-toast-container.e-rtl .e-toast .e-toast-close-icon,
.e-toast-container.e-bigger.e-rtl .e-toast .e-toast-close-icon {
  margin-left: initial;
  margin-right: auto; }

.e-bigger .e-toast-container.e-rtl .e-toast .e-toast-icon,
.e-toast-container.e-bigger.e-rtl .e-toast .e-toast-icon {
  margin-left: 14px;
  margin-right: initial; }

.e-bigger .e-toast-container.e-rtl .e-toast .e-toast-progress,
.e-toast-container.e-bigger.e-rtl .e-toast .e-toast-progress {
  left: auto;
  right: 0; }

.e-bigger .e-toast-container .e-toast,
.e-toast-container.e-bigger .e-toast {
  border-radius: 2px;
  font-size: 14px;
  margin: 0 0 10px;
  min-height: 48px; }
  .e-bigger .e-toast-container .e-toast .e-toast-message .e-toast-content,
  .e-toast-container.e-bigger .e-toast .e-toast-message .e-toast-content {
    padding: 14px 0 10px 0; }
    .e-bigger .e-toast-container .e-toast .e-toast-message .e-toast-content:first-child,
    .e-toast-container.e-bigger .e-toast .e-toast-message .e-toast-content:first-child {
      padding: 0; }
    .e-bigger .e-toast-container .e-toast .e-toast-message .e-toast-content:last-child,
    .e-toast-container.e-bigger .e-toast .e-toast-message .e-toast-content:last-child {
      padding-bottom: 0; }
    .e-bigger .e-toast-container .e-toast .e-toast-message .e-toast-content + .e-toast-actions,
    .e-toast-container.e-bigger .e-toast .e-toast-message .e-toast-content + .e-toast-actions {
      padding: 0; }
  .e-bigger .e-toast-container .e-toast .e-toast-message .e-toast-actions,
  .e-toast-container.e-bigger .e-toast .e-toast-message .e-toast-actions {
    padding: 10px 0 0 0;
    text-align: right; }
    .e-bigger .e-toast-container .e-toast .e-toast-message .e-toast-actions &gt; *,
    .e-toast-container.e-bigger .e-toast .e-toast-message .e-toast-actions &gt; * {
      margin-left: 10px; }
  .e-bigger .e-toast-container .e-toast .e-toast-close-icon,
  .e-toast-container.e-bigger .e-toast .e-toast-close-icon {
    font-size: 14px;
    height: 24px;
    width: 24px; }
  .e-bigger .e-toast-container .e-toast .e-toast-icon,
  .e-toast-container.e-bigger .e-toast .e-toast-icon {
    font-size: 18px;
    height: 24px;
    margin-right: 14px;
    width: 24px; }
  .e-bigger .e-toast-container .e-toast .e-toast-progress,
  .e-toast-container.e-bigger .e-toast .e-toast-progress {
    height: 4px; }

.e-toast-container {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative; }
  .e-toast-container.e-toast-top-left {
    left: 10px;
    top: 10px; }
  .e-toast-container.e-toast-bottom-left {
    bottom: 10px;
    left: 10px; }
  .e-toast-container.e-toast-top-right {
    right: 10px;
    top: 10px; }
  .e-toast-container.e-toast-bottom-right {
    bottom: 10px;
    right: 10px; }
  .e-toast-container.e-toast-bottom-center {
    bottom: 10px;
    pointer-events: none;
    right: 0;
    width: 100%; }
    .e-toast-container.e-toast-bottom-center .e-toast {
      margin: 0 auto 10px;
      pointer-events: auto; }
  .e-toast-container.e-toast-top-center {
    pointer-events: none;
    right: 0;
    top: 10px;
    width: 100%; }
    .e-toast-container.e-toast-top-center .e-toast {
      margin: 0 auto 10px;
      pointer-events: auto; }
  .e-toast-container.e-toast-full-width {
    left: 0;
    right: 0;
    width: 100%; }
    .e-toast-container.e-toast-full-width .e-toast {
      margin: 0 auto 10px;
      width: 96%; }
  .e-toast-container.e-rtl .e-toast .e-toast-actions {
    text-align: left; }
    .e-toast-container.e-rtl .e-toast .e-toast-actions &gt; * {
      margin-left: initial;
      margin-right: 10px; }
  .e-toast-container.e-rtl .e-toast .e-toast-close-icon {
    margin-left: initial;
    margin-right: auto; }
  .e-toast-container.e-rtl .e-toast .e-toast-icon {
    margin-left: 14px;
    margin-right: initial; }
  .e-toast-container.e-rtl .e-toast .e-toast-progress {
    left: auto;
    right: 0; }
  .e-toast-container .e-toast {
    border-radius: 2px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    font-size: 14px;
    margin: 0 0 10px;
    overflow: hidden;
    padding: 14px;
    position: relative; }
    .e-toast-container .e-toast .e-toast-icon,
    .e-toast-container .e-toast .e-toast-message {
      display: -webkit-inline-box;
      display: -ms-inline-flexbox;
      display: inline-flex; }
    .e-toast-container .e-toast &gt; * {
      word-break: break-word;
      word-wrap: break-word; }
    .e-toast-container .e-toast .e-toast-message {
      -ms-flex-item-align: center;
          align-self: center;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      overflow: hidden;
      width: inherit; }
      .e-toast-container .e-toast .e-toast-message .e-toast-title,
      .e-toast-container .e-toast .e-toast-message .e-toast-content {
        overflow: hidden;
        text-overflow: ellipsis; }
        .e-toast-container .e-toast .e-toast-message .e-toast-title:first-child,
        .e-toast-container .e-toast .e-toast-message .e-toast-content:first-child {
          padding: 0; }
        .e-toast-container .e-toast .e-toast-message .e-toast-title:last-child,
        .e-toast-container .e-toast .e-toast-message .e-toast-content:last-child {
          padding-bottom: 0; }
        .e-toast-container .e-toast .e-toast-message .e-toast-title &gt; *,
        .e-toast-container .e-toast .e-toast-message .e-toast-content &gt; * {
          overflow: hidden;
          text-overflow: ellipsis; }
      .e-toast-container .e-toast .e-toast-message .e-toast-title {
        font-size: 15px;
        font-weight: bold;
        letter-spacing: .5px; }
      .e-toast-container .e-toast .e-toast-message .e-toast-content {
        padding: 14px 0 10px 0;
        word-break: break-word;
        word-wrap: break-word; }
        .e-toast-container .e-toast .e-toast-message .e-toast-content + .e-toast-actions {
          padding-top: 0; }
      .e-toast-container .e-toast .e-toast-message .e-toast-actions {
        margin: 1px;
        padding: 10px 0 0 0;
        text-align: right; }
        .e-toast-container .e-toast .e-toast-message .e-toast-actions &gt; * {
          margin-left: 10px; }
    .e-toast-container .e-toast .e-toast-close-icon {
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      cursor: pointer;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      font-size: 14px;
      height: 24px;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      margin-left: auto;
      width: 24px;
      opacity: .7; }
    .e-toast-container .e-toast .e-toast-icon {
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      font-size: 18px;
      height: 24px;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      margin-right: 14px;
      width: 24px; }
    .e-toast-container .e-toast .e-toast-progress {
      bottom: 0;
      height: 4px;
      left: 0;
      position: absolute; }

.e-content-placeholder.e-toast.e-placeholder-toast {
  background-size: 400px 100px;
  min-height: 100px; }

.e-bigger .e-content-placeholder.e-toast.e-placeholder-toast,
.e-bigger.e-content-placeholder.e-toast.e-placeholder-toast {
  background-size: 400px 100px;
  min-height: 100px; }

.e-blazor-toast-hidden {
  visibility: hidden; }

.e-toast-container .e-toast .e-toast-close-icon.blazor-toast-close-icon {
  background-color: transparent;
  border-color: transparent;
  border-radius: 50%;
  bottom: 6px;
  height: 20px;
  position: relative;
  width: 22px; }

.e-toast-container .e-toast {
  background-color: #303030;
  -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
          box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
  color: #fff; }
  .e-toast-container .e-toast.e-toast-success {
    background-color: #4d831e;
    color: #fff; }
    .e-toast-container .e-toast.e-toast-success .e-toast-message .e-toast-title {
      color: #fff; }
    .e-toast-container .e-toast.e-toast-success .e-toast-message .e-toast-content {
      color: #fff; }
    .e-toast-container .e-toast.e-toast-success .e-toast-icon {
      color: #fff; }
    .e-toast-container .e-toast.e-toast-success:hover {
      background-color: #4d831e;
      -webkit-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.26);
              box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.26);
      color: #fff; }
  .e-toast-container .e-toast.e-toast-info {
    background-color: #0677d5;
    color: #fff; }
    .e-toast-container .e-toast.e-toast-info .e-toast-message .e-toast-title {
      color: #fff; }
    .e-toast-container .e-toast.e-toast-info .e-toast-message .e-toast-content {
      color: #fff; }
    .e-toast-container .e-toast.e-toast-info .e-toast-icon {
      color: #fff; }
    .e-toast-container .e-toast.e-toast-info:hover {
      background-color: #0677d5;
      -webkit-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.26);
              box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.26);
      color: #fff; }
  .e-toast-container .e-toast.e-toast-warning {
    background-color: #c15601;
    color: #fff; }
    .e-toast-container .e-toast.e-toast-warning .e-toast-message .e-toast-title {
      color: #fff; }
    .e-toast-container .e-toast.e-toast-warning .e-toast-message .e-toast-content {
      color: #fff; }
    .e-toast-container .e-toast.e-toast-warning .e-toast-icon {
      color: #fff; }
    .e-toast-container .e-toast.e-toast-warning:hover {
      background-color: #c15601;
      -webkit-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.26);
              box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.26);
      color: #fff; }
  .e-toast-container .e-toast.e-toast-danger {
    background-color: #d74113;
    color: #fff; }
    .e-toast-container .e-toast.e-toast-danger .e-toast-message .e-toast-title {
      color: #fff; }
    .e-toast-container .e-toast.e-toast-danger .e-toast-message .e-toast-content {
      color: #fff; }
    .e-toast-container .e-toast.e-toast-danger .e-toast-icon {
      color: #fff; }
    .e-toast-container .e-toast.e-toast-danger:hover {
      background-color: #d74113;
      -webkit-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.26);
              box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.26);
      color: #fff; }
  .e-toast-container .e-toast:hover {
    background-color: #212121;
    -webkit-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.26);
            box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.26); }
  .e-toast-container .e-toast .e-toast-icon {
    color: #fff; }
  .e-toast-container .e-toast .e-toast-close-icon {
    color: #fff; }
    .e-toast-container .e-toast .e-toast-close-icon.e-blazor-toast-close-icon, .e-toast-container .e-toast .e-toast-close-icon.e-blazor-toast-close-icon:focus, .e-toast-container .e-toast .e-toast-close-icon.e-blazor-toast-close-icon:active {
      background-color: transparent;
      border: 0;
      -webkit-box-shadow: none;
              box-shadow: none;
      outline: 0; }
  .e-toast-container .e-toast .e-toast-message .e-toast-title {
    color: #fff; }
  .e-toast-container .e-toast .e-toast-message .e-toast-content {
    color: #fff; }
  .e-toast-container .e-toast .e-toast-progress {
    background-color: #971b1e; }
  .e-toast-container .e-toast .e-toast-actions .e-btn {
    background-color: transparent;
    border-color: transparent;
    -webkit-box-shadow: none;
            box-shadow: none;
    color: #d8272b; }
    .e-toast-container .e-toast .e-toast-actions .e-btn:hover {
      background-color: transparent;
      color: #d8272b; }
    .e-toast-container .e-toast .e-toast-actions .e-btn:focus {
      background-color: transparent;
      color: #d8272b; }
    .e-toast-container .e-toast .e-toast-actions .e-btn:active {
      background-color: transparent;
      color: #d8272b; }

/*! component icons */
.e-time-wrapper .e-time-icon.e-icons::before,
*.e-control-wrapper.e-time-wrapper .e-time-icon.e-icons::before {
  content: '\e20c'; }

.e-time-wrapper.e-outline .e-input-group-icon.e-time-icon,
.e-time-wrapper.e-control-wrapper.e-outline .e-input-group-icon.e-time-icon {
  min-height: 0;
  min-width: 20px; }

.e-bigger .e-time-wrapper.e-outline .e-input-group-icon.e-time-icon,
.e-time-wrapper.e-control-wrapper.e-bigger.e-outline .e-input-group-icon.e-time-icon,
.e-bigger .e-time-wrapper.e-control-wrapper.e-outline .e-input-group-icon.e-time-icon {
  min-height: 0;
  min-width: 24px; }

.e-small .e-time-wrapper.e-outline .e-input-group-icon.e-time-icon,
.e-time-wrapper.e-control-wrapper.e-small.e-outline .e-input-group-icon.e-time-icon,
.e-small .e-time-wrapper.e-control-wrapper.e-outline .e-input-group-icon.e-time-icon {
  min-height: 0;
  min-width: 18px; }

.e-bigger.e-small .e-outline.e-time-wrapper .e-input-group-icon.e-time-icon,
.e-bigger.e-small.e-outline.e-time-wrapper .e-input-group-icon.e-time-icon,
.e-time-wrapper.e-control-wrapper.e-bigger.e-small.e-outline .e-input-group-icon.e-time-icon,
.e-bigger.e-small .e-time-wrapper.e-control-wrapper.e-outline .e-input-group-icon.e-time-icon {
  min-height: 0;
  min-width: 20px; }

.e-input-group.e-control-wrapper.e-time-wrapper.e-non-edit.e-input-focus .e-input:focus ~ .e-clear-icon,
.e-float-input.e-control-wrapper.e-input-group.e-time-wrapper.e-non-edit.e-input-focus input:focus ~ .e-clear-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.e-time-wrapper,
*.e-control-wrapper.e-time-wrapper {
  -webkit-tap-highlight-color: transparent; }
  .e-time-wrapper .e-time-icon.e-icons,
  *.e-control-wrapper.e-time-wrapper .e-time-icon.e-icons {
    font-size: 16px;
    min-height: 20px;
    min-width: 20px; }
  .e-time-wrapper .e-time-icon.e-icons.e-disabled,
  *.e-control-wrapper.e-time-wrapper .e-time-icon.e-icons.e-disabled {
    pointer-events: none; }
  .e-time-wrapper span,
  *.e-control-wrapper.e-time-wrapper span {
    cursor: pointer; }

.e-timepicker.e-time-modal {
  background-color: rgba(0, 0, 0, 0.6);
  height: 100%;
  left: 0;
  opacity: .5;
  pointer-events: auto;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 999; }

.e-timepicker.e-popup {
  border-style: solid;
  border-width: 1px;
  overflow: auto; }
  .e-timepicker.e-popup .e-content {
    position: relative; }
  .e-timepicker.e-popup .e-list-parent.e-ul {
    margin: 0;
    padding: 0 0; }
    .e-timepicker.e-popup .e-list-parent.e-ul .e-list-item {
      cursor: default;
      font-size: 13px;
      overflow: hidden;
      position: relative;
      text-overflow: ellipsis;
      vertical-align: middle;
      white-space: nowrap;
      width: 100%; }
    .e-timepicker.e-popup .e-list-parent.e-ul .e-list-item.e-hover {
      cursor: pointer; }

.e-timepicker.e-popup .e-list-parent.e-ul .e-list-item {
  line-height: 36px;
  text-indent: 16px; }

.e-bigger .e-time-wrapper .e-time-icon.e-icons,
*.e-bigger.e-time-wrapper .e-time-icon.e-icons,
*.e-bigger .e-control-wrapper .e-time-wrapper .e-time-icon.e-icons,
*.e-control-wrapper.e-bigger.e-time-wrapper .e-time-icon.e-icons {
  font-size: 20px;
  min-height: 22px;
  min-width: 22px; }

.e-bigger .e-timepicker.e-popup .e-list-parent.e-ul,
*.e-bigger.e-timepicker.e-popup .e-list-parent.e-ul {
  padding: 0 0; }
  .e-bigger .e-timepicker.e-popup .e-list-parent.e-ul .e-list-item,
  *.e-bigger.e-timepicker.e-popup .e-list-parent.e-ul .e-list-item {
    font-size: 14px;
    line-height: 48px;
    text-indent: 16px; }

.e-small .e-timepicker.e-popup .e-list-parent.e-ul .e-list-item,
*.e-small.e-timepicker.e-popup .e-list-parent.e-ul .e-list-item {
  font-size: 12px;
  line-height: 26px;
  text-indent: 12px; }

.e-small .e-time-wrapper .e-time-icon.e-icons,
*.e-small.e-time-wrapper .e-time-icon.e-icons,
*.e-small .e-control-wrapper.e-time-wrapper .e-time-icon.e-icons,
*.e-control-wrapper.e-small.e-time-wrapper .e-time-icon.e-icons {
  font-size: 14px; }

.e-small.e-bigger .e-timepicker.e-popup .e-list-parent.e-ul .e-list-item,
*.e-small.e-bigger.e-timepicker.e-popup .e-list-parent.e-ul .e-list-item {
  font-size: 13px;
  line-height: 40px;
  text-indent: 16px; }

.e-small.e-bigger .e-time-wrapper .e-time-icon.e-icons,
*.e-small.e-bigger.e-time-wrapper .e-time-icon.e-icons,
*.e-small.bigger .e-control-wrapper.e-time-wrapper .e-time-icon.e-icons,
*.e-control-wrapper.e-small.bigger.e-time-wrapper .e-time-icon.e-icons {
  font-size: 18px; }

.e-content-placeholder.e-timepicker.e-placeholder-timepicker {
  background-size: 250px 33px;
  min-height: 33px; }

.e-bigger .e-content-placeholder.e-timepicker.e-placeholder-timepicker,
.e-bigger.e-content-placeholder.e-timepicker.e-placeholder-timepicker {
  background-size: 250px 40px;
  min-height: 40px; }

.e-time-overflow {
  overflow: hidden; }

.e-timepicker-mob-popup-wrap {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  left: 0;
  max-height: 100%;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1002; }
  .e-timepicker-mob-popup-wrap .e-timepicker.e-popup.e-lib.e-control.e-popup-open {
    left: 0 !important;
    position: relative;
    top: 0 !important; }

/*! timepicker theme */
.e-time-wrapper .e-input-group-icon.e-icons.e-active {
  color: #971b1e; }

.e-time-wrapper.e-input-group:not(.e-disabled) .e-input-group-icon.e-active:active {
  color: #971b1e; }

.e-timepicker.e-popup {
  border: none;
  border-radius: 2px;
  -webkit-box-shadow: 0 5px 5px -3px rgba(0, 0, 0, 0.2), 0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12);
          box-shadow: 0 5px 5px -3px rgba(0, 0, 0, 0.2), 0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12); }
  .e-timepicker.e-popup .e-list-parent.e-ul {
    background-color: #fff; }
    .e-timepicker.e-popup .e-list-parent.e-ul li.e-list-item {
      border: none;
      color: rgba(0, 0, 0, 0.87); }
    .e-timepicker.e-popup .e-list-parent.e-ul .e-list-item.e-disabled {
      color: rgba(0, 0, 0, 0.38);
      opacity: 1;
      pointer-events: none;
      -ms-touch-action: none;
          touch-action: none; }
    .e-timepicker.e-popup .e-list-parent.e-ul .e-list-item.e-hover,
    .e-timepicker.e-popup .e-list-parent.e-ul .e-list-item.e-navigation,
    .e-timepicker.e-popup .e-list-parent.e-ul .e-list-item:focus {
      background-color: #eee;
      border: none;
      color: #000; }
    .e-timepicker.e-popup .e-list-parent.e-ul .e-list-item.e-active {
      background-color: #eee;
      color: #971b1e; }
    .e-timepicker.e-popup .e-list-parent.e-ul .e-list-item.e-active.e-hover {
      background-color: #eee;
      color: #971b1e; }

.e-small .e-timepicker.e-popup .e-list-parent.e-ul .e-list-item,
*.e-small.e-timepicker.e-popup .e-list-parent.e-ul .e-list-item,
.e-bigger.e-small .e-timepicker.e-popup .e-list-parent.e-ul .e-list-item,
*.e-bigger.e-small.e-timepicker.e-popup .e-list-parent.e-ul .e-list-item {
  color: #000; }

/*! recurrence editor theme wise definitions*/
/*! Recurrence-Editor component layout */
.e-recurrenceeditor .e-editor {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  margin-left: auto;
  margin-right: auto;
  max-width: 1240px; }

.e-recurrenceeditor .e-recurrence-table {
  table-layout: fixed;
  width: 100%; }
  .e-recurrenceeditor .e-recurrence-table.e-repeat-content-wrapper td:last-child {
    width: 27%; }
  .e-recurrenceeditor .e-recurrence-table.e-month-expand-wrapper td:first-child {
    width: 24%; }
  .e-recurrenceeditor .e-recurrence-table .e-repeat-content {
    display: inline-block;
    font-weight: normal;
    padding: 18px 0 0 8px; }
  .e-recurrenceeditor .e-recurrence-table .e-input-wrapper {
    float: none;
    width: 100%; }
  .e-recurrenceeditor .e-recurrence-table .e-week-position {
    position: relative;
    right: 16px; }
  .e-recurrenceeditor .e-recurrence-table .e-monthday-element {
    padding-left: 10px; }

.e-recurrenceeditor .e-icons {
  height: 0; }

.e-recurrenceeditor .e-input-wrapper-side.e-form-left {
  padding: 0 8px 10px 0; }

.e-recurrenceeditor .e-form-left {
  padding: 0 8px 16px 0; }

.e-recurrenceeditor .e-form-right,
.e-recurrenceeditor .e-input-wrapper-side.e-form-right {
  padding: 0 0 10px 8px; }

.e-recurrenceeditor .e-input-wrapper {
  float: left;
  width: 50%; }
  .e-recurrenceeditor .e-input-wrapper div {
    margin-bottom: 2.5%; }

.e-recurrenceeditor .e-input-wrapper.e-end-on-date,
.e-recurrenceeditor .e-input-wrapper.e-end-on-count {
  padding-right: 0; }

.e-recurrenceeditor.e-rtl .e-end-on &gt; div,
.e-recurrenceeditor.e-rtl .e-month-expander &gt; div &gt; div {
  float: right; }

.e-recurrenceeditor.e-rtl .e-form-left,
.e-recurrenceeditor.e-rtl .e-input-wrapper-side.e-form-left {
  padding: 0 0 10px 8px; }

.e-recurrenceeditor.e-rtl .e-form-right,
.e-recurrenceeditor.e-rtl .e-input-wrapper-side.e-form-right {
  padding: 0 8px 10px 0; }

.e-recurrenceeditor.e-rtl .e-recurrence-table .e-monthday-element {
  padding-left: 0; }

.e-recurrenceeditor.e-rtl .e-week-position {
  padding-left: 16px;
  right: 0; }

.e-recurrenceeditor.e-rtl .e-input-wrapper-side.e-end-on .e-end-on-label,
.e-recurrenceeditor.e-rtl .e-input-wrapper-side.e-non-week &gt; .e-month-expander-label {
  padding-right: 0; }

.e-recurrenceeditor.e-rtl .e-end-on-label {
  margin-bottom: 5px; }

.e-recurrenceeditor.e-rtl .e-input-wrapper-side.e-end-on .e-end-on-left {
  padding-left: 8px;
  padding-right: 0; }

.e-recurrenceeditor.e-rtl .e-input-wrapper.e-end-on-date,
.e-recurrenceeditor.e-rtl .e-input-wrapper.e-end-on-count {
  padding-left: 0;
  padding-right: 8px; }

.e-recurrenceeditor.e-rtl .e-recurrenceeditor .e-recurrence-table.e-month-expand-wrapper td:first-child {
  width: 0; }

.e-recurrenceeditor .e-days .e-week-expander-label {
  font-size: 12px;
  font-weight: 400;
  margin-bottom: 8px; }

.e-recurrenceeditor .e-days button {
  border-radius: 50%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  height: 35px;
  margin: 0 8px 10px;
  width: 35px; }

.e-recurrenceeditor .e-hide-recurrence-element {
  display: none; }

.e-recurrenceeditor .e-half-space {
  width: 20%; }

.e-recurrenceeditor .e-year-expander {
  margin-bottom: 11px; }

.e-recurrenceeditor .e-month-expander tr:first-child .e-input-wrapper {
  margin-bottom: 11px; }

.e-recurrenceeditor .e-month-expander-checkbox-wrapper.e-input-wrapper {
  margin-top: -3px; }

.e-recurrenceeditor .e-input-wrapper-side {
  float: left;
  padding: 16px 20px 0;
  width: 50%; }
  .e-recurrenceeditor .e-input-wrapper-side.e-end-on .e-end-on-label {
    float: none;
    font-size: 12px;
    font-weight: 400;
    margin-bottom: 1px;
    padding-right: 16px; }
  .e-recurrenceeditor .e-input-wrapper-side.e-end-on .e-end-on-left {
    padding-right: 16px; }
  .e-recurrenceeditor .e-input-wrapper-side.e-non-week &gt; .e-input-wrapper {
    margin: 0; }
  .e-recurrenceeditor .e-input-wrapper-side.e-non-week &gt; .e-month-expander-label {
    font-size: 12px;
    font-weight: 400;
    margin-bottom: 1px;
    padding-right: 16px; }

.e-recurrenceeditor .e-input-wrapper-side .e-days .e-form-left {
  padding-bottom: 6px; }

.e-recurrenceeditor .e-input-wrapper-side .e-non-week .e-form-left {
  padding-bottom: 12px; }

.e-recurrenceeditor .e-input-wrapper-side.e-form-right {
  margin-bottom: 11px; }

.e-bigger .e-recurrenceeditor {
  padding: 0; }
  .e-bigger .e-recurrenceeditor .e-input-wrapper-side.e-form-left {
    padding: 0 12px 11px 0; }
  .e-bigger .e-recurrenceeditor .e-form-left {
    padding: 0 12px 14px 0; }
  .e-bigger .e-recurrenceeditor .e-form-right,
  .e-bigger .e-recurrenceeditor .e-input-wrapper-side.e-form-right {
    padding: 0 0 10px 12px; }
  .e-bigger .e-recurrenceeditor .e-recurrence-table .e-week-position {
    right: 24px; }
  .e-bigger .e-recurrenceeditor .e-input-wrapper-side .e-days .e-form-left {
    padding-bottom: 6px; }
  .e-bigger .e-recurrenceeditor .e-recurrence-table .e-monthday-element {
    padding-left: 70px; }
  .e-bigger .e-recurrenceeditor .e-week-position {
    padding-left: 55px;
    padding-right: 0; }
  .e-bigger .e-recurrenceeditor .e-input-wrapper-side.e-non-week &gt; .e-month-expander-label {
    font-size: 12px;
    margin-bottom: 0; }
  .e-bigger .e-recurrenceeditor .e-end-on-label {
    margin-bottom: 0; }
  .e-bigger .e-recurrenceeditor .e-days .e-week-expander-label {
    font-size: 12px;
    margin-bottom: 8px; }
  .e-bigger .e-recurrenceeditor .e-input-wrapper-side .e-non-week .e-form-left {
    padding-bottom: 12px; }
  .e-bigger .e-recurrenceeditor .e-input-wrapper-side.e-end-on .e-end-on-label {
    font-size: 12px;
    margin-bottom: 1px; }
  .e-bigger .e-recurrenceeditor .e-month-expander tr:first-child .e-input-wrapper,
  .e-bigger .e-recurrenceeditor .e-year-expander,
  .e-bigger .e-recurrenceeditor .e-input-wrapper-side.e-form-right {
    margin-bottom: 11px; }
  .e-bigger .e-recurrenceeditor .e-recurrence-table.e-month-expand-wrapper td:first-child {
    width: 0; }
  .e-bigger .e-recurrenceeditor .e-days button {
    height: 40px;
    width: 40px; }
  .e-bigger .e-recurrenceeditor.e-rtl .e-form-left,
  .e-bigger .e-recurrenceeditor.e-rtl .e-input-wrapper-side.e-form-left {
    padding: 0 0 10px 12px; }
  .e-bigger .e-recurrenceeditor.e-rtl .e-form-right,
  .e-bigger .e-recurrenceeditor.e-rtl .e-input-wrapper-side.e-form-right {
    padding: 0 12px 10px 0; }
  .e-bigger .e-recurrenceeditor.e-rtl .e-recurrence-table .e-monthday-element {
    padding-left: 0;
    padding-right: 64px; }
  .e-bigger .e-recurrenceeditor.e-rtl .e-input-wrapper-side.e-end-on .e-end-on-label,
  .e-bigger .e-recurrenceeditor.e-rtl .e-input-wrapper-side.e-non-week &gt; .e-month-expander-label {
    padding-right: 0; }
  .e-bigger .e-recurrenceeditor.e-rtl .e-end-on-label {
    margin-bottom: 5px; }
  .e-bigger .e-recurrenceeditor.e-rtl .e-input-wrapper-side.e-end-on .e-end-on-left {
    padding-left: 12px;
    padding-right: 0; }
  .e-bigger .e-recurrenceeditor.e-rtl .e-input-wrapper.e-end-on-date,
  .e-bigger .e-recurrenceeditor.e-rtl .e-input-wrapper.e-end-on-count {
    padding-left: 0;
    padding-right: 12px; }
  .e-bigger .e-recurrenceeditor.e-rtl .e-recurrence-table .e-week-position {
    right: 33px; }
  .e-bigger .e-recurrenceeditor.e-rtl .e-week-position {
    padding-left: 46px; }

.e-device .e-recurrenceeditor .e-recurrence-table.e-repeat-content-wrapper td:last-child {
  width: 25%; }

.e-device .e-recurrenceeditor .e-recurrence-table.e-month-expand-wrapper td:first-child {
  width: 20%; }

.e-device .e-recurrenceeditor .e-week-expander-label {
  margin-bottom: 6px; }

.e-device .e-recurrenceeditor .e-month-expander-label {
  font-size: 12px;
  margin-bottom: 5px; }

.e-device .e-recurrenceeditor .e-footer-content {
  padding: 12px; }

.e-device .e-recurrenceeditor .e-form-left,
.e-device .e-recurrenceeditor .e-input-wrapper-side.e-form-left {
  padding: 0 3px 10px 0; }

.e-device .e-recurrenceeditor .e-form-right,
.e-device .e-recurrenceeditor .e-input-wrapper-side.e-form-right {
  padding: 0 0 10px 3px; }

.e-device .e-recurrenceeditor .e-input-wrapper.e-end-on-date,
.e-device .e-recurrenceeditor .e-input-wrapper.e-end-on-count {
  padding-left: 10px;
  padding-right: 0; }

.e-device .e-recurrenceeditor .e-input-wrapper-side.e-end-on .e-end-on-left {
  padding-right: 10px; }

.e-device .e-recurrenceeditor.e-end-on {
  padding-right: 0; }
  .e-device .e-recurrenceeditor.e-end-on .e-end-on-label {
    float: none;
    font-size: 12px;
    font-weight: 400;
    margin-bottom: 1px; }
  .e-device .e-recurrenceeditor.e-end-on .e-end-on-left {
    padding-right: 0; }

.e-device .e-recurrenceeditor.e-rtl .e-input-wrapper-side.e-end-on .e-end-on-left {
  padding-right: 0; }

.e-device .e-recurrenceeditor.e-rtl .e-input-wrapper.e-end-on-date,
.e-device .e-recurrenceeditor.e-rtl .e-input-wrapper.e-end-on-count {
  padding-left: 0;
  padding-right: 10px; }

.e-device .e-recurrenceeditor.e-rtl .e-recurrence-table .e-monthday-element {
  padding-left: 0; }

.e-device .e-recurrenceeditor.e-rtl .e-week-position {
  padding-left: 16px;
  padding-right: 0; }

.e-device .e-recurrenceeditor .e-recurrence-table .e-monthday-element {
  padding-left: 20px; }

.e-device .e-recurrenceeditor .e-week-position {
  padding-left: 0;
  padding-right: 0; }

.e-device .e-recurrenceeditor .e-week-position {
  padding-left: 0; }

.e-device.e-recurrence-dialog .e-dlg-header-content {
  background: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  padding-bottom: 10px; }

.e-device.e-recurrence-dialog .e-editor .e-input-wrapper-side.e-end-on .e-end-on-label {
  margin-bottom: 1px; }

.e-device.e-recurrence-dialog .e-footer-content {
  padding: 16px 8px; }

@media (max-width: 580px) {
  .e-recurrenceeditor {
    margin-left: auto;
    margin-right: auto;
    width: 100%; }
    .e-recurrenceeditor .e-editor {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; }
      .e-recurrenceeditor .e-editor &gt; .e-input-wrapper.e-form-left {
        margin-top: 0; }
      .e-recurrenceeditor .e-editor .e-input-wrapper-side.e-non-week &gt; .e-month-expander-label,
      .e-recurrenceeditor .e-editor .e-input-wrapper-side.e-end-on .e-end-on-label {
        margin-bottom: 1px; }
      .e-recurrenceeditor .e-editor &gt; div {
        margin-top: 20px; }
      .e-recurrenceeditor .e-editor &gt; .e-input-wrapper {
        width: 100%; }
      .e-recurrenceeditor .e-editor .e-input-wrapper-side.e-end-on {
        width: 100%; }
        .e-recurrenceeditor .e-editor .e-input-wrapper-side.e-end-on .e-input-wrapper {
          width: 50%; }
      .e-recurrenceeditor .e-editor .e-form-left,
      .e-recurrenceeditor .e-editor .e-input-wrapper-side.e-form-left {
        padding: 0 0 10px; }
      .e-recurrenceeditor .e-editor .e-input-wrapper.e-end-on-date,
      .e-recurrenceeditor .e-editor .e-input-wrapper.e-end-on-count {
        padding-left: 10px;
        padding-right: 0; }
      .e-recurrenceeditor .e-editor .e-input-wrapper-side.e-end-on .e-end-on-left {
        padding-right: 10px; }
      .e-recurrenceeditor .e-editor .e-form-right,
      .e-recurrenceeditor .e-editor .e-input-wrapper-side.e-form-right {
        padding-left: 0; }
      .e-recurrenceeditor .e-editor .e-input-wrapper-side.e-days {
        width: 100%; }
      .e-recurrenceeditor .e-editor .e-input-wrapper-side.e-non-week {
        width: 100%; }
    .e-recurrenceeditor.e-rtl .e-input-wrapper-side.e-end-on .e-end-on-left {
      padding-right: 0; }
    .e-recurrenceeditor.e-rtl .e-input-wrapper.e-end-on-date,
    .e-recurrenceeditor.e-rtl .e-input-wrapper.e-end-on-count {
      padding-left: 0;
      padding-right: 10px; } }

/*! Recurrence-Editor component theme */
/*! Schedule component's material theme definitions and variables */
.e-schedule .e-schedule-toolbar .e-icon-prev::before {
  content: '\e937'; }

.e-schedule .e-schedule-toolbar .e-icon-next::before {
  content: '\e956'; }

.e-schedule .e-schedule-toolbar .e-icon-add::before {
  content: '\e963'; }

.e-schedule .e-schedule-toolbar .e-icon-today::before {
  content: '\e322'; }

.e-schedule .e-schedule-toolbar .e-icon-down-arrow::before {
  content: '\e969'; }

.e-schedule .e-schedule-toolbar .e-icon-day::before {
  content: '\e31b'; }

.e-schedule .e-schedule-toolbar .e-icon-week::before {
  content: '\e315'; }

.e-schedule .e-schedule-toolbar .e-icon-workweek::before {
  content: '\e314'; }

.e-schedule .e-schedule-toolbar .e-icon-month::before {
  content: '\e93c'; }

.e-schedule .e-schedule-toolbar .e-icon-month-agenda::before {
  content: '\e313'; }

.e-schedule .e-schedule-toolbar .e-icon-agenda::before {
  content: '\e31d'; }

.e-schedule .e-schedule-toolbar .e-icon-year::before {
  content: '\ea8e'; }

.e-schedule .e-schedule-toolbar .e-icon-timeline-year-vertical::before {
  content: '\e423'; }

.e-schedule .e-schedule-toolbar .e-icon-timeline-year-horizontal::before {
  content: '\e422'; }

.e-schedule .e-schedule-toolbar .e-icon-timeline-day::before {
  content: '\ea85'; }

.e-schedule .e-schedule-toolbar .e-icon-timeline-week::before {
  content: '\ea88'; }

.e-schedule .e-schedule-toolbar .e-icon-timeline-workweek::before {
  content: '\ea8b'; }

.e-schedule .e-schedule-toolbar .e-icon-timeline-month::before {
  content: '\ea8e'; }

.e-schedule .e-schedule-toolbar.e-toolbar .e-popup-down-icon::before {
  content: '\e984'; }

.e-schedule .e-schedule-toolbar.e-toolbar .e-popup-up-icon::before {
  content: '\e984'; }

.e-schedule .e-schedule-toolbar.e-rtl .e-icon-prev::before {
  content: '\e956'; }

.e-schedule .e-schedule-toolbar.e-rtl .e-icon-next::before {
  content: '\e937'; }

.e-schedule .e-schedule-resource-toolbar .e-icon-menu::before {
  content: '\e99a'; }

.e-schedule .e-schedule-resource-toolbar .e-icon-next::before {
  content: '\e956'; }

.e-schedule .e-close-icon::before {
  content: '\e7fc'; }

.e-schedule .e-block-indicator::before {
  content: '\e22a'; }

.e-schedule .e-appointment .e-recurrence-icon::before {
  content: '\e308'; }

.e-schedule .e-appointment .e-recurrence-edit-icon::before {
  content: '\e30a'; }

.e-schedule .e-appointment .e-up-icon::before {
  content: '\e306'; }

.e-schedule .e-appointment .e-down-icon::before {
  content: '\e304'; }

.e-schedule .e-appointment .e-left-icon::before {
  content: '\e302'; }

.e-schedule .e-appointment .e-right-icon::before {
  content: '\e300'; }

.e-schedule .e-vertical-view .e-all-day-cells .e-all-day-appointment-section::before {
  content: '\e916'; }

.e-schedule.e-rtl .e-appointment .e-left-icon::before {
  content: '\e300'; }

.e-schedule.e-rtl .e-appointment .e-right-icon::before {
  content: '\e302'; }

.e-schedule .e-resource-tree-icon::before {
  content: '\e22f'; }

.e-schedule-dialog.e-device .e-back-icon::before {
  content: '\e977'; }

.e-schedule-dialog.e-device .e-save-icon::before {
  content: '\e98e'; }

.e-schedule-dialog.e-device .e-recurrence-container .e-recurrence-edit-button .e-recurrence-edit.e-icons::before {
  content: '\e944'; }

.e-schedule-dialog.e-device.e-rtl .e-back-icon::before {
  content: '\e85f'; }

.e-quick-popup-wrapper .e-edit-icon::before {
  content: '\e891'; }

.e-quick-popup-wrapper .e-delete-icon::before {
  content: '\e94a'; }

.e-quick-popup-wrapper .e-close-icon::before {
  content: '\e7fc'; }

.e-quick-popup-wrapper .e-time-icon::before {
  content: '\e20c'; }

.e-quick-popup-wrapper .e-location-icon::before {
  content: '\e30c'; }

.e-quick-popup-wrapper .e-time-zone-icon::before {
  content: '\e30e'; }

.e-quick-popup-wrapper .e-description-icon::before {
  content: '\e30d'; }

.e-quick-popup-wrapper .e-resource-icon::before {
  content: '\e424'; }

.e-quick-popup-wrapper .e-date-time-icon::before {
  content: '\e421'; }

.e-more-popup-wrapper.e-device .e-close-icon::before {
  content: '\e7fc'; }

/*! schedule component layout */
.e-schedule {
  display: block;
  outline: medium none;
  overflow: hidden;
  position: relative;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none; }
  .e-schedule .e-schedule-toolbar {
    background: #fafafa;
    border: 0;
    border-bottom: 0;
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
            box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
    margin-bottom: 3px;
    min-height: 42px; }
    .e-schedule .e-schedule-toolbar .e-active-view .e-tbar-btn-text,
    .e-schedule .e-schedule-toolbar .e-active-view .e-icons {
      color: #971b1e; }
    .e-schedule .e-schedule-toolbar .e-toolbar-pop {
      background: #fafafa;
      overflow: auto; }
    .e-schedule .e-schedule-toolbar .e-tbar-btn {
      background: #fafafa; }
      .e-schedule .e-schedule-toolbar .e-tbar-btn:hover, .e-schedule .e-schedule-toolbar .e-tbar-btn:focus {
        background-color: #e0e0e0; }
      .e-schedule .e-schedule-toolbar .e-tbar-btn:active {
        background: #e0e0e0; }
    .e-schedule .e-schedule-toolbar .e-tbar-btn .e-tbar-btn-text {
      cursor: pointer;
      font-size: 13px;
      text-transform: uppercase; }
    .e-schedule .e-schedule-toolbar .e-toolbar-items {
      background: #fafafa; }
      .e-schedule .e-schedule-toolbar .e-toolbar-items.e-tbar-pos {
        height: 42px;
        min-height: 42px; }
      .e-schedule .e-schedule-toolbar .e-toolbar-items.e-tbar-pos &gt; div {
        height: inherit; }
      .e-schedule .e-schedule-toolbar .e-toolbar-items .e-tbar-btn.e-btn.e-tbtn-txt .e-icons.e-icon-right.e-btn-icon.e-icon-down-arrow {
        font-size: 10px;
        padding-top: 0; }
      .e-schedule .e-schedule-toolbar .e-toolbar-items .e-toolbar-left .e-tbar-btn.e-icon-btn:hover {
        background: #e0e0e0;
        border-radius: 100%; }
      .e-schedule .e-schedule-toolbar .e-toolbar-items .e-toolbar-left .e-tbar-btn.e-icon-btn:focus {
        background: #e0e0e0;
        border-radius: 100%; }
      .e-schedule .e-schedule-toolbar .e-toolbar-items .e-toolbar-item.e-day .e-icon-day,
      .e-schedule .e-schedule-toolbar .e-toolbar-items .e-toolbar-item.e-week .e-icon-week,
      .e-schedule .e-schedule-toolbar .e-toolbar-items .e-toolbar-item.e-work-week .e-icon-workweek,
      .e-schedule .e-schedule-toolbar .e-toolbar-items .e-toolbar-item.e-month .e-icon-month,
      .e-schedule .e-schedule-toolbar .e-toolbar-items .e-toolbar-item.e-year .e-icon-year,
      .e-schedule .e-schedule-toolbar .e-toolbar-items .e-toolbar-item.e-agenda .e-icon-agenda,
      .e-schedule .e-schedule-toolbar .e-toolbar-items .e-toolbar-item.e-month-agenda .e-icon-month-agenda,
      .e-schedule .e-schedule-toolbar .e-toolbar-items .e-toolbar-item.e-timeline-day .e-icon-timeline-day,
      .e-schedule .e-schedule-toolbar .e-toolbar-items .e-toolbar-item.e-timeline-week .e-icon-timeline-week,
      .e-schedule .e-schedule-toolbar .e-toolbar-items .e-toolbar-item.e-timeline-work-week .e-icon-timeline-workweek,
      .e-schedule .e-schedule-toolbar .e-toolbar-items .e-toolbar-item.e-timeline-month .e-icon-timeline-month,
      .e-schedule .e-schedule-toolbar .e-toolbar-items .e-toolbar-item.e-timeline-year .e-icon-timeline-year-vertical,
      .e-schedule .e-schedule-toolbar .e-toolbar-items .e-toolbar-item.e-timeline-year .e-icon-timeline-year-horizontal,
      .e-schedule .e-schedule-toolbar .e-toolbar-items .e-toolbar-item.e-add .e-tbar-btn-text,
      .e-schedule .e-schedule-toolbar .e-toolbar-items .e-toolbar-item.e-today .e-icon-day,
      .e-schedule .e-schedule-toolbar .e-toolbar-items .e-toolbar-item.e-today .e-icon-today + .e-tbar-btn-text {
        display: none; }
      .e-schedule .e-schedule-toolbar .e-toolbar-items .e-toolbar-item.e-hidden {
        display: none; }
      .e-schedule .e-schedule-toolbar .e-toolbar-items .e-toolbar-item.e-prev .e-icon-prev,
      .e-schedule .e-schedule-toolbar .e-toolbar-items .e-toolbar-item.e-next .e-icon-next {
        font-size: 14px; }
      .e-schedule .e-schedule-toolbar .e-toolbar-items .e-toolbar-item.e-separator {
        border-right: 1px solid rgba(0, 0, 0, 0.12); }
      .e-schedule .e-schedule-toolbar .e-toolbar-items .e-toolbar-item.e-date-range .e-tbar-btn .e-tbar-btn-text {
        font-size: 14px;
        text-transform: initial; }
      .e-schedule .e-schedule-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn .e-tbar-btn-text {
        cursor: pointer;
        font-size: 13px;
        text-transform: uppercase; }
      .e-schedule .e-schedule-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-tbtn-txt .e-icons.e-btn-icon {
        padding-left: 0; }
    .e-schedule .e-schedule-toolbar.e-rtl .e-hor-nav {
      background: #fafafa;
      border-left: 0;
      border-right: 1px solid #f5f5f5; }
      .e-schedule .e-schedule-toolbar.e-rtl .e-hor-nav:not(.e-nav-active):hover {
        background-color: #e0e0e0;
        color: rgba(0, 0, 0, 0.87); }
    .e-schedule .e-schedule-toolbar .e-hor-nav {
      background: #fafafa;
      border-left: 1px solid #f5f5f5; }
      .e-schedule .e-schedule-toolbar .e-hor-nav::after {
        content: ''; }
      .e-schedule .e-schedule-toolbar .e-hor-nav:active {
        color: rgba(0, 0, 0, 0.87); }
        .e-schedule .e-schedule-toolbar .e-hor-nav:active::after {
          content: ''; }
      .e-schedule .e-schedule-toolbar .e-hor-nav:hover {
        background: #e0e0e0;
        color: rgba(0, 0, 0, 0.87); }
      .e-schedule .e-schedule-toolbar .e-hor-nav:focus {
        background: #e0e0e0;
        color: rgba(0, 0, 0, 0.87); }
  .e-schedule.e-device .e-schedule-toolbar {
    height: 56px;
    min-height: 56px; }
    .e-schedule.e-device .e-schedule-toolbar .e-toolbar-items .e-toolbar-left .e-tbar-btn.e-icon-btn:hover, .e-schedule.e-device .e-schedule-toolbar .e-toolbar-items .e-toolbar-left .e-tbar-btn.e-icon-btn:focus {
      height: calc(100% - 20px); }
    .e-schedule.e-device .e-schedule-toolbar .e-toolbar-items.e-tbar-pos {
      height: 56px;
      min-height: 56px; }
    .e-schedule.e-device .e-schedule-toolbar .e-toolbar-items.e-tbar-pos &gt; div {
      height: inherit; }
    .e-schedule.e-device .e-schedule-toolbar .e-tbar-btn .e-tbar-btn-text {
      font-size: 14px; }
    .e-schedule.e-device .e-schedule-toolbar .e-date-range .e-tbar-btn .e-tbar-btn-text {
      font-size: 14px; }
  .e-schedule .e-schedule-resource-toolbar {
    background: #fafafa;
    border-bottom: 0;
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
            box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 3px;
    min-height: 42px;
    padding: 10px; }
    .e-schedule .e-schedule-resource-toolbar .e-resource-menu .e-icon-menu {
      color: rgba(0, 0, 0, 0.54);
      font-size: 14px;
      padding: 7px;
      padding-left: 4px; }
    .e-schedule .e-schedule-resource-toolbar .e-resource-menu.e-disable {
      display: none; }
    .e-schedule .e-schedule-resource-toolbar .e-resource-level-title {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
      .e-schedule .e-schedule-resource-toolbar .e-resource-level-title .e-resource-name {
        font-size: 14px;
        padding: 5px;
        color: #000; }
        .e-schedule .e-schedule-resource-toolbar .e-resource-level-title .e-resource-name:not(:last-child) {
          opacity: .6; }
      .e-schedule .e-schedule-resource-toolbar .e-resource-level-title .e-icon-next {
        color: rgba(0, 0, 0, 0.54);
        font-size: 10px;
        line-height: 18px;
        opacity: .4;
        padding: 5px; }
    .e-schedule .e-schedule-resource-toolbar.e-popup-close {
      display: none; }
    .e-schedule .e-schedule-resource-toolbar.e-popup-open {
      display: block; }
  .e-schedule .e-text-ellipsis {
    overflow: hidden;
    text-overflow: ellipsis; }
  .e-schedule .e-text-center {
    text-align: center; }
  .e-schedule .e-table-container {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    position: relative;
    vertical-align: top; }
    .e-schedule .e-table-container.e-translate {
      -webkit-transition: -webkit-transform .3s ease 0s;
      transition: -webkit-transform .3s ease 0s;
      transition: transform .3s ease 0s;
      transition: transform .3s ease 0s, -webkit-transform .3s ease 0s; }
  .e-schedule .e-resource-tree-popup {
    background: #fff;
    -webkit-box-shadow: 0 3px 4px 0.2px rgba(0, 0, 0, 0.4);
            box-shadow: 0 3px 4px 0.2px rgba(0, 0, 0, 0.4);
    height: 100%;
    position: absolute;
    width: 250px; }
    .e-schedule .e-resource-tree-popup .e-resource-tree {
      height: 100%;
      overflow-y: auto; }
    .e-schedule .e-resource-tree-popup .e-resource-tree.e-treeview .e-text-content {
      padding: 0 0 0 12px; }
  .e-schedule .e-resource-tree-popup-overlay.e-enable {
    background-color: #383838;
    height: 100%;
    left: 0;
    opacity: .5;
    position: absolute;
    top: 0;
    width: 100%; }
  .e-schedule .e-new-event {
    background-color: #4d4d4d;
    border: 1px solid #fff;
    border-radius: 5px;
    height: 100%;
    opacity: .9;
    position: relative;
    width: 100%;
    z-index: 1; }
    .e-schedule .e-new-event .e-title {
      color: #fff;
      font-size: 12px;
      line-height: 1.2;
      margin: 0;
      overflow-wrap: break-word;
      padding: 3px;
      position: absolute;
      text-align: left;
      white-space: normal;
      word-wrap: break-word; }
  .e-schedule .e-schedule-table {
    border: 0 none;
    border-collapse: separate;
    border-spacing: 0;
    margin: 0;
    table-layout: fixed;
    width: 100%; }
  .e-schedule .e-schedule-table &gt; tbody &gt; tr &gt; th,
  .e-schedule .e-schedule-table &gt; tbody &gt; tr &gt; td {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    font-weight: normal;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap; }
  .e-schedule .e-outer-table &gt; tbody &gt; tr &gt; td {
    padding: 0;
    vertical-align: top; }
  .e-schedule .e-content-wrap {
    position: relative; }
    .e-schedule .e-content-wrap .e-day-wrapper {
      width: 100%; }
  .e-schedule .e-content-wrap,
  .e-schedule .e-scroll-container {
    -webkit-overflow-scrolling: touch;
    overflow: auto; }
  .e-schedule .e-hide-childs &gt; * {
    display: none; }
  .e-schedule .e-recurrence-icon,
  .e-schedule .e-recurrence-edit-icon {
    font-size: 11px; }
  .e-schedule .e-left-icon,
  .e-schedule .e-right-icon {
    font-size: 8px; }
  .e-schedule .e-m-date {
    cursor: pointer;
    font-size: 20px; }
    .e-schedule .e-m-date:hover {
      text-decoration: underline; }
  .e-schedule .e-m-day {
    font-size: 12px; }
  .e-schedule.e-device .e-m-date:hover {
    text-decoration: none; }
  .e-schedule .e-block-appointment {
    background: rgba(0, 0, 0, 0.08);
    border-radius: 2px;
    color: rgba(0, 0, 0, 0.6);
    cursor: default;
    overflow: hidden;
    position: absolute; }
    .e-schedule .e-block-appointment .e-subject {
      overflow: hidden;
      overflow-wrap: break-word;
      padding: 4px;
      white-space: normal;
      word-wrap: break-word; }
  .e-schedule .e-block-indicator {
    color: rgba(0, 0, 0, 0.6);
    float: right;
    padding: 0 5px;
    z-index: 1; }
  .e-schedule.e-rtl .e-block-indicator {
    float: left; }
  .e-schedule .e-timeline-view .e-block-indicator,
  .e-schedule .e-timeline-month-view .e-block-indicator {
    position: absolute;
    top: 3px; }
  .e-schedule .e-appointment {
    opacity: 1;
    -webkit-transition: opacity 100ms linear;
    transition: opacity 100ms linear; }
    .e-schedule .e-appointment .e-subject.e-disable {
      display: none; }
    .e-schedule .e-appointment .e-inline-appointment {
      z-index: 1; }
    .e-schedule .e-appointment .e-inline-subject {
      background-color: transparent;
      border: 0;
      color: #fff;
      font-size: 13px;
      font-weight: 500;
      line-height: 1.2;
      padding-top: 4px;
      width: 100%; }
    .e-schedule .e-appointment.e-event-action {
      opacity: .4; }
    .e-schedule .e-appointment.e-allow-select {
      pointer-events: none; }
  .e-schedule .e-read-only {
    opacity: .8; }
  .e-schedule.e-event-action .e-appointment:not(.e-schedule-event-clone),
  .e-schedule.e-event-action .e-block-appointment {
    pointer-events: none; }
  .e-schedule.e-event-action .e-drag-clone,
  .e-schedule.e-event-action .e-timeline-view .e-drag-clone {
    cursor: move; }
    .e-schedule.e-event-action .e-drag-clone .e-top-handler,
    .e-schedule.e-event-action .e-drag-clone .e-bottom-handler,
    .e-schedule.e-event-action .e-timeline-view .e-drag-clone .e-top-handler,
    .e-schedule.e-event-action .e-timeline-view .e-drag-clone .e-bottom-handler {
      pointer-events: none; }
  .e-schedule.e-event-action .e-vertical-view .e-appointment-wrapper .e-resize-clone {
    cursor: ns-resize; }
  .e-schedule.e-event-action .e-timeline-view .e-resize-clone,
  .e-schedule.e-event-action .e-timeline-month-view .e-resize-clone,
  .e-schedule.e-event-action .e-all-day-appointment-wrapper .e-resize-clone {
    cursor: ew-resize; }
  .e-schedule.e-device .e-appointment {
    overflow: hidden; }
  .e-schedule.e-device .e-appointment.e-appointment-border .e-top-bottom-resize {
    height: 10px;
    left: 50%;
    position: absolute;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 100%; }
  .e-schedule.e-device .e-appointment.e-appointment-border .e-left-right-resize {
    border-radius: 50%;
    height: 100%;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 10px; }
  .e-schedule.e-device .e-appointment.e-appointment-border .e-top-handler .e-top-bottom-resize {
    margin-top: -8px; }
  .e-schedule.e-device .e-appointment.e-appointment-border .e-bottom-handler .e-top-bottom-resize {
    margin-top: 8px; }
  .e-schedule.e-device .e-appointment.e-appointment-border .e-left-handler .e-left-right-resize {
    margin-left: -8px; }
  .e-schedule.e-device .e-appointment.e-appointment-border .e-right-handler .e-left-right-resize {
    margin-left: 8px; }
  .e-schedule .e-timeline-year-view .e-event-resize.e-left-handler, .e-schedule .e-timeline-year-view .e-event-resize.e-right-handler {
    height: 100%;
    width: 5px; }
  .e-schedule .e-timeline-year-view .e-event-resize.e-top-handler, .e-schedule .e-timeline-year-view .e-event-resize.e-bottom-handler {
    height: 5px;
    width: 100%; }
  .e-schedule .e-event-resize {
    position: absolute; }
    .e-schedule .e-event-resize.e-left-handler, .e-schedule .e-event-resize.e-right-handler {
      height: 100%;
      width: 10px; }
    .e-schedule .e-event-resize.e-left-handler {
      cursor: ew-resize;
      float: left;
      left: 0; }
    .e-schedule .e-event-resize.e-right-handler {
      cursor: e-resize;
      float: right;
      right: 0; }
    .e-schedule .e-event-resize.e-top-handler, .e-schedule .e-event-resize.e-bottom-handler {
      height: 10px;
      width: 100%; }
    .e-schedule .e-event-resize.e-top-handler {
      cursor: ns-resize;
      top: 0; }
    .e-schedule .e-event-resize.e-bottom-handler {
      bottom: 0;
      cursor: ns-resize; }
  .e-schedule .e-vertical-view.e-timescale-disable .e-content-table,
  .e-schedule .e-vertical-view.e-timescale-disable .e-content-wrap {
    height: 100%; }
  .e-schedule .e-vertical-view.e-timescale-disable .e-appointment {
    background: #4d4d4d;
    border: 1px solid #aeaeae;
    border-radius: 2px;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 54px;
    margin-bottom: 2px;
    overflow: hidden;
    position: absolute; }
    .e-schedule .e-vertical-view.e-timescale-disable .e-appointment .e-appointment-details {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-flex: 1;
          -ms-flex: auto;
              flex: auto;
      padding: 2px 4px 0 2px;
      text-align: left; }
    .e-schedule .e-vertical-view.e-timescale-disable .e-appointment .e-inner-wrap {
      -webkit-box-flex: 1;
          -ms-flex: auto;
              flex: auto;
      overflow: hidden; }
    .e-schedule .e-vertical-view.e-timescale-disable .e-appointment .e-subject {
      font-size: 13px;
      font-weight: 500;
      line-height: 1.2;
      margin-left: auto;
      min-height: 18px;
      overflow: hidden;
      overflow-wrap: break-word;
      padding-top: 1px;
      white-space: normal;
      word-wrap: break-word; }
    .e-schedule .e-vertical-view.e-timescale-disable .e-appointment .e-time,
    .e-schedule .e-vertical-view.e-timescale-disable .e-appointment .e-location {
      font-size: 11px;
      overflow: hidden;
      padding-top: 1px;
      text-overflow: ellipsis; }
    .e-schedule .e-vertical-view.e-timescale-disable .e-appointment .e-disable {
      display: none; }
    .e-schedule .e-vertical-view.e-timescale-disable .e-appointment .e-recurrence-icon,
    .e-schedule .e-vertical-view.e-timescale-disable .e-appointment .e-recurrence-edit-icon {
      line-height: 54px;
      padding: 0 5px; }
    .e-schedule .e-vertical-view.e-timescale-disable .e-appointment .e-left-icon,
    .e-schedule .e-vertical-view.e-timescale-disable .e-appointment .e-right-icon {
      line-height: 54px;
      padding: 0 2px; }
    .e-schedule .e-vertical-view.e-timescale-disable .e-appointment.e-appointment-border, .e-schedule .e-vertical-view.e-timescale-disable .e-appointment:focus {
      border: 0;
      -webkit-box-shadow: 0 6px 10px 0 rgba(0, 0, 0, 0.14), 0 1px 18px 0 rgba(0, 0, 0, 0.12), 0 3px 5px -1px rgba(0, 0, 0, 0.2);
              box-shadow: 0 6px 10px 0 rgba(0, 0, 0, 0.14), 0 1px 18px 0 rgba(0, 0, 0, 0.12), 0 3px 5px -1px rgba(0, 0, 0, 0.2); }
    .e-schedule .e-vertical-view.e-timescale-disable .e-appointment.e-allow-select {
      pointer-events: none; }
  .e-schedule .e-vertical-view.e-timescale-disable .e-appointment-wrapper {
    position: absolute;
    width: 0; }
  .e-schedule .e-vertical-view.e-timescale-disable .e-work-cells {
    height: auto;
    vertical-align: top; }
  .e-schedule .e-vertical-view.e-timescale-disable .e-more-indicator {
    color: rgba(0, 0, 0, 0.54);
    cursor: pointer;
    font-size: 11px;
    line-height: 11px;
    overflow: hidden;
    padding: 2px 4px;
    position: absolute;
    text-overflow: ellipsis; }
    .e-schedule .e-vertical-view.e-timescale-disable .e-more-indicator:focus {
      text-decoration: underline; }
  .e-schedule .e-vertical-view .e-left-indent {
    width: 85px; }
    .e-schedule .e-vertical-view .e-left-indent .e-all-day-cells {
      position: relative; }
  .e-schedule .e-vertical-view .e-date-header-wrap table col,
  .e-schedule .e-vertical-view .e-content-wrap table col {
    width: 36px; }
  .e-schedule .e-vertical-view .e-resource-cells {
    color: rgba(0, 0, 0, 0.87);
    font-size: 13px;
    height: 40px;
    padding: 8px;
    padding-left: 15px; }
  .e-schedule .e-vertical-view .e-header-cells {
    font-size: 12px;
    height: 60px;
    padding: 5px; }
    .e-schedule .e-vertical-view .e-header-cells .e-header-day {
      display: table;
      font-size: 13px; }
    .e-schedule .e-vertical-view .e-header-cells .e-header-date {
      cursor: pointer;
      display: table;
      font-size: 18px; }
      .e-schedule .e-vertical-view .e-header-cells .e-header-date:hover {
        text-decoration: underline; }
    .e-schedule .e-vertical-view .e-header-cells.e-disable-dates .e-header-day {
      cursor: default;
      opacity: .35; }
    .e-schedule .e-vertical-view .e-header-cells.e-disable-dates .e-header-date {
      cursor: default;
      opacity: .35; }
      .e-schedule .e-vertical-view .e-header-cells.e-disable-dates .e-header-date:hover {
        text-decoration: none; }
  .e-schedule .e-vertical-view .e-row-count-wrapper {
    display: block;
    height: 100%;
    pointer-events: none;
    position: relative; }
    .e-schedule .e-vertical-view .e-row-count-wrapper .e-more-indicator {
      bottom: 0;
      color: rgba(0, 0, 0, 0.54);
      cursor: pointer;
      overflow: hidden;
      overflow-wrap: normal;
      padding: 2px 4px;
      pointer-events: visible;
      position: absolute;
      text-overflow: ellipsis;
      width: 100%; }
      .e-schedule .e-vertical-view .e-row-count-wrapper .e-more-indicator:focus {
        text-decoration: underline; }
    .e-schedule .e-vertical-view .e-row-count-wrapper.e-disable {
      display: none; }
  .e-schedule .e-vertical-view .e-all-day-appointment-section {
    bottom: 4px;
    color: rgba(0, 0, 0, 0.54);
    cursor: pointer;
    display: block;
    font-size: 11px;
    height: 25px;
    left: 0;
    line-height: 25px;
    margin: 0 auto;
    position: absolute;
    right: 0;
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
    -webkit-transition: -webkit-transform 300ms ease-in-out;
    transition: -webkit-transform 300ms ease-in-out;
    transition: transform 300ms ease-in-out;
    transition: transform 300ms ease-in-out, -webkit-transform 300ms ease-in-out;
    width: 25px; }
    .e-schedule .e-vertical-view .e-all-day-appointment-section.e-disable {
      display: none; }
    .e-schedule .e-vertical-view .e-all-day-appointment-section.e-appointment-expand {
      -webkit-transform: rotate(0deg);
              transform: rotate(0deg); }
    .e-schedule .e-vertical-view .e-all-day-appointment-section.e-appointment-collapse {
      -webkit-transform: rotate(180deg);
              transform: rotate(180deg); }
    .e-schedule .e-vertical-view .e-all-day-appointment-section:hover, .e-schedule .e-vertical-view .e-all-day-appointment-section:focus {
      background: #e0e0e0;
      border-radius: 100%; }
  .e-schedule .e-vertical-view .e-appointment-hide {
    opacity: 0; }
  .e-schedule .e-vertical-view .e-all-day-cells {
    height: 0;
    padding: 0;
    text-align: center;
    vertical-align: top; }
  .e-schedule .e-vertical-view .e-all-day-cells:first-child.e-animate {
    -webkit-transition: 250ms ease-out;
    transition: 250ms ease-out; }
  .e-schedule .e-vertical-view .e-time-cells-wrap table td,
  .e-schedule .e-vertical-view .e-work-cells {
    font-size: 12px;
    height: 36px;
    text-align: center; }
  .e-schedule .e-vertical-view .e-work-cells {
    width: 36px; }
    .e-schedule .e-vertical-view .e-work-cells.e-disable-dates {
      background-color: rgba(0, 0, 0, 0.08); }
      .e-schedule .e-vertical-view .e-work-cells.e-disable-dates:hover {
        background-color: rgba(0, 0, 0, 0.08); }
  .e-schedule .e-vertical-view .e-current-time {
    font-size: 11px; }
  .e-schedule .e-vertical-view .e-clone-time-indicator,
  .e-schedule .e-vertical-view .e-current-time,
  .e-schedule .e-vertical-view .e-previous-timeline,
  .e-schedule .e-vertical-view .e-current-timeline {
    left: 0;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
    width: 100%; }
  .e-schedule .e-vertical-view .e-previous-timeline,
  .e-schedule .e-vertical-view .e-current-timeline {
    z-index: 1; }
  .e-schedule .e-vertical-view .e-date-header-wrap,
  .e-schedule .e-vertical-view .e-time-cells-wrap {
    overflow: hidden; }
  .e-schedule .e-vertical-view .e-content-wrap,
  .e-schedule .e-vertical-view .e-time-cells-wrap {
    position: relative; }
  .e-schedule .e-vertical-view .e-timeline-wrapper,
  .e-schedule .e-vertical-view .e-day-wrapper,
  .e-schedule .e-vertical-view .e-all-day-appointment-wrapper {
    height: 0;
    margin: 0;
    padding: 0;
    position: relative; }
  .e-schedule .e-vertical-view .e-all-day-appointment-wrapper .e-appointment:not(.e-schedule-event-clone) {
    cursor: default; }
  .e-schedule .e-vertical-view .e-all-day-appointment-wrapper .e-appointment {
    background: #4d4d4d;
    border: 1px solid #aeaeae;
    border-radius: 2px;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 22px;
    overflow: hidden;
    position: absolute; }
    .e-schedule .e-vertical-view .e-all-day-appointment-wrapper .e-appointment .e-appointment-details {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-flex: 1;
          -ms-flex: auto;
              flex: auto;
      line-height: 20px;
      overflow: hidden;
      padding: 1px 0 1px 4px; }
      .e-schedule .e-vertical-view .e-all-day-appointment-wrapper .e-appointment .e-appointment-details .e-subject {
        -webkit-box-flex: 1;
            -ms-flex: auto;
                flex: auto;
        font-size: 13px;
        font-weight: 500;
        overflow: hidden;
        text-overflow: ellipsis; }
      .e-schedule .e-vertical-view .e-all-day-appointment-wrapper .e-appointment .e-appointment-details .e-time {
        display: block;
        font-size: 11px;
        padding: 1px 4px 2px 0; }
      .e-schedule .e-vertical-view .e-all-day-appointment-wrapper .e-appointment .e-appointment-details .e-recurrence-icon,
      .e-schedule .e-vertical-view .e-all-day-appointment-wrapper .e-appointment .e-appointment-details .e-recurrence-edit-icon,
      .e-schedule .e-vertical-view .e-all-day-appointment-wrapper .e-appointment .e-appointment-details .e-left-icon,
      .e-schedule .e-vertical-view .e-all-day-appointment-wrapper .e-appointment .e-appointment-details .e-right-icon {
        line-height: 20px;
        padding: 0 2px; }
    .e-schedule .e-vertical-view .e-all-day-appointment-wrapper .e-appointment .e-disable {
      display: none; }
    .e-schedule .e-vertical-view .e-all-day-appointment-wrapper .e-appointment.e-appointment-border, .e-schedule .e-vertical-view .e-all-day-appointment-wrapper .e-appointment:focus {
      border: 0;
      -webkit-box-shadow: 0 6px 10px 0 rgba(0, 0, 0, 0.14), 0 1px 18px 0 rgba(0, 0, 0, 0.12), 0 3px 5px -1px rgba(0, 0, 0, 0.2);
              box-shadow: 0 6px 10px 0 rgba(0, 0, 0, 0.14), 0 1px 18px 0 rgba(0, 0, 0, 0.12), 0 3px 5px -1px rgba(0, 0, 0, 0.2); }
  .e-schedule .e-vertical-view .e-day-wrapper .e-appointment:not(.e-schedule-event-clone) {
    cursor: default; }
  .e-schedule .e-vertical-view .e-day-wrapper .e-appointment {
    background: #4d4d4d;
    border: 1px solid #aeaeae;
    border-radius: 2px;
    color: #fff;
    overflow: hidden;
    position: absolute; }
    .e-schedule .e-vertical-view .e-day-wrapper .e-appointment .e-appointment-details {
      -webkit-box-flex: 1;
          -ms-flex: auto;
              flex: auto;
      padding: 0 4px;
      text-align: left; }
    .e-schedule .e-vertical-view .e-day-wrapper .e-appointment .e-subject {
      font-size: 13px;
      font-weight: 500;
      line-height: 1.2;
      margin-left: auto;
      min-height: 18px;
      overflow: hidden;
      overflow-wrap: break-word;
      padding-top: 4px;
      white-space: normal;
      word-wrap: break-word; }
    .e-schedule .e-vertical-view .e-day-wrapper .e-appointment .e-time,
    .e-schedule .e-vertical-view .e-day-wrapper .e-appointment .e-location {
      font-size: 11px;
      overflow: hidden;
      padding-top: 1px;
      text-overflow: ellipsis; }
    .e-schedule .e-vertical-view .e-day-wrapper .e-appointment .e-time {
      display: block; }
    .e-schedule .e-vertical-view .e-day-wrapper .e-appointment .e-disable {
      display: none; }
    .e-schedule .e-vertical-view .e-day-wrapper .e-appointment .e-recurrence-icon,
    .e-schedule .e-vertical-view .e-day-wrapper .e-appointment .e-recurrence-edit-icon {
      bottom: 5px;
      display: block;
      float: right;
      height: auto;
      left: auto;
      position: absolute;
      right: 5px;
      width: auto; }
    .e-schedule .e-vertical-view .e-day-wrapper .e-appointment .e-indicator {
      display: block;
      margin: 0 45%; }
    .e-schedule .e-vertical-view .e-day-wrapper .e-appointment .e-up-icon,
    .e-schedule .e-vertical-view .e-day-wrapper .e-appointment .e-down-icon {
      font-size: 8px; }
    .e-schedule .e-vertical-view .e-day-wrapper .e-appointment .e-up-icon {
      margin-top: 3px;
      top: 0; }
    .e-schedule .e-vertical-view .e-day-wrapper .e-appointment .e-down-icon {
      bottom: 6px;
      position: absolute; }
    .e-schedule .e-vertical-view .e-day-wrapper .e-appointment.e-appointment-border, .e-schedule .e-vertical-view .e-day-wrapper .e-appointment:focus {
      border: 0;
      -webkit-box-shadow: 0 6px 10px 0 rgba(0, 0, 0, 0.14), 0 1px 18px 0 rgba(0, 0, 0, 0.12), 0 3px 5px -1px rgba(0, 0, 0, 0.2);
              box-shadow: 0 6px 10px 0 rgba(0, 0, 0, 0.14), 0 1px 18px 0 rgba(0, 0, 0, 0.12), 0 3px 5px -1px rgba(0, 0, 0, 0.2); }
  .e-schedule .e-vertical-view.e-day-view .e-header-date {
    cursor: default; }
    .e-schedule .e-vertical-view.e-day-view .e-header-date:hover {
      text-decoration: none; }
  .e-schedule.e-device .e-vertical-view .e-header-cells .e-header-day {
    font-size: 14px; }
  .e-schedule.e-device .e-vertical-view .e-header-cells .e-header-date {
    font-size: 20px; }
    .e-schedule.e-device .e-vertical-view .e-header-cells .e-header-date:hover {
      text-decoration: none; }
  .e-schedule.e-device .e-vertical-view .e-left-indent {
    width: 35px; }
  .e-schedule.e-device .e-vertical-view .e-clone-time-indicator,
  .e-schedule.e-device .e-vertical-view .e-current-time {
    font-size: 9px; }
  .e-schedule.e-device .e-vertical-view .e-time-cells-wrap {
    float: left;
    width: 35px; }
    .e-schedule.e-device .e-vertical-view .e-time-cells-wrap table td {
      font-size: 11px; }
  .e-schedule.e-device .e-vertical-view .e-day-wrapper .e-appointment .e-subject {
    font-weight: 500;
    min-height: auto; }
  .e-schedule.e-rtl {
    text-align: right; }
    .e-schedule.e-rtl .e-vertical-view.e-timescale-disable .e-appointment-details {
      text-align: right; }
    .e-schedule.e-rtl .e-vertical-view .e-all-day-appointment-wrapper .e-appointment .e-appointment-details {
      padding: 1px 4px 1px 0; }
    .e-schedule.e-rtl .e-vertical-view .e-day-wrapper .e-appointment .e-appointment-details {
      line-height: 15px;
      text-align: right; }
    .e-schedule.e-rtl .e-vertical-view .e-day-wrapper .e-appointment .e-subject {
      font-weight: 500;
      margin-left: 15px;
      margin-right: auto; }
    .e-schedule.e-rtl .e-vertical-view .e-day-wrapper .e-appointment .e-recurrence-icon,
    .e-schedule.e-rtl .e-vertical-view .e-day-wrapper .e-appointment .e-recurrence-edit-icon {
      float: left;
      left: 5px;
      right: auto; }
    .e-schedule.e-rtl.e-device .e-vertical-view .e-time-cells-wrap {
      float: right; }
  @media screen and (max-width: 480px) {
    .e-schedule .e-vertical-view .e-left-indent {
      width: 35px; } }
  .e-schedule .e-month-view .e-left-indent,
  .e-schedule .e-month-agenda-view .e-left-indent {
    border-right: 1px solid rgba(0, 0, 0, 0.12);
    width: 36px; }
  .e-schedule .e-month-view .e-week-number-wrapper,
  .e-schedule .e-month-agenda-view .e-week-number-wrapper {
    overflow: hidden;
    position: relative; }
    .e-schedule .e-month-view .e-week-number-wrapper .e-schedule-table,
    .e-schedule .e-month-agenda-view .e-week-number-wrapper .e-schedule-table {
      height: 100%; }
    .e-schedule .e-month-view .e-week-number-wrapper .e-week-number,
    .e-schedule .e-month-agenda-view .e-week-number-wrapper .e-week-number {
      color: rgba(0, 0, 0, 0.54);
      padding-top: 4px;
      text-align: center;
      vertical-align: top;
      width: 36px; }
  .e-schedule .e-month-view .e-content-wrap table tr:last-child td {
    border-bottom-width: 0; }
  .e-schedule .e-month-view .e-date-header-wrap {
    font-size: 13px;
    overflow: hidden; }
  .e-schedule .e-month-view .e-week-number {
    border-bottom: 1px solid rgba(0, 0, 0, 0.12);
    border-right: 1px solid rgba(0, 0, 0, 0.12);
    height: 70px; }
  .e-schedule .e-month-view .e-content-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 13px; }
  .e-schedule .e-month-view .e-date-header-wrap table col {
    width: 36px; }
  .e-schedule .e-month-view .e-resource-cells {
    color: rgba(0, 0, 0, 0.87);
    font-size: 13px;
    height: 40px;
    padding: 8px;
    padding-left: 15px; }
  .e-schedule .e-month-view .e-header-cells {
    cursor: default;
    font-weight: 400;
    height: 30px;
    padding: 3px; }
  .e-schedule .e-month-view .e-content-table {
    height: 100%; }
  .e-schedule .e-month-view .e-work-cells {
    height: 70px;
    vertical-align: top;
    width: 36px; }
    .e-schedule .e-month-view .e-work-cells.e-disable-date .e-date-header {
      visibility: hidden; }
    .e-schedule .e-month-view .e-work-cells.e-disable-dates {
      background-color: rgba(0, 0, 0, 0.08); }
      .e-schedule .e-month-view .e-work-cells.e-disable-dates .e-date-header {
        cursor: default;
        opacity: .35; }
        .e-schedule .e-month-view .e-work-cells.e-disable-dates .e-date-header:hover {
          text-decoration: none; }
      .e-schedule .e-month-view .e-work-cells.e-disable-dates:hover {
        background-color: rgba(0, 0, 0, 0.08); }
  .e-schedule .e-month-view .e-date-header {
    cursor: pointer;
    display: table;
    height: 20px;
    line-height: 20px;
    margin: 3px 3px 2px;
    text-align: center; }
    .e-schedule .e-month-view .e-date-header:hover {
      text-decoration: underline; }
  .e-schedule .e-month-view .e-appointment-wrapper {
    position: absolute; }
  .e-schedule .e-month-view .e-new-event {
    height: calc(100% - 25px); }
  .e-schedule .e-month-view .e-block-indicator {
    margin-top: -20px; }
  .e-schedule .e-month-view .e-inline-appointment {
    z-index: 1; }
  .e-schedule .e-month-view .e-appointment {
    background: #4d4d4d;
    border: 1px solid #aeaeae;
    border-radius: 2px;
    color: #fff;
    cursor: default;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 22px;
    overflow: hidden;
    position: absolute; }
    .e-schedule .e-month-view .e-appointment .e-disable {
      display: none; }
    .e-schedule .e-month-view .e-appointment .e-appointment-details {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-flex: 1;
          -ms-flex: auto;
              flex: auto;
      line-height: 20px;
      overflow: hidden; }
      .e-schedule .e-month-view .e-appointment .e-appointment-details .e-subject {
        -webkit-box-flex: 1;
            -ms-flex: auto;
                flex: auto;
        font-size: 13px;
        font-weight: 500;
        overflow: hidden;
        padding: 1px 2px;
        text-overflow: ellipsis; }
      .e-schedule .e-month-view .e-appointment .e-appointment-details .e-inline-subject {
        padding: 4px;
        text-align: center; }
      .e-schedule .e-month-view .e-appointment .e-appointment-details .e-time {
        font-size: 11px;
        padding: 1.5px; }
      .e-schedule .e-month-view .e-appointment .e-appointment-details .e-recurrence-icon,
      .e-schedule .e-month-view .e-appointment .e-appointment-details .e-recurrence-edit-icon,
      .e-schedule .e-month-view .e-appointment .e-appointment-details .e-left-icon,
      .e-schedule .e-month-view .e-appointment .e-appointment-details .e-right-icon {
        line-height: 22px;
        padding: 0 2px; }
    .e-schedule .e-month-view .e-appointment.e-appointment-border, .e-schedule .e-month-view .e-appointment:focus {
      border: 0;
      -webkit-box-shadow: 0 6px 10px 0 rgba(0, 0, 0, 0.14), 0 1px 18px 0 rgba(0, 0, 0, 0.12), 0 3px 5px -1px rgba(0, 0, 0, 0.2);
              box-shadow: 0 6px 10px 0 rgba(0, 0, 0, 0.14), 0 1px 18px 0 rgba(0, 0, 0, 0.12), 0 3px 5px -1px rgba(0, 0, 0, 0.2); }
    .e-schedule .e-month-view .e-appointment.e-allow-select {
      pointer-events: none; }
    .e-schedule .e-month-view .e-appointment .e-subject {
      padding: 2px;
      width: 100%; }
  .e-schedule .e-month-view .e-more-indicator {
    color: rgba(0, 0, 0, 0.54);
    cursor: pointer;
    font-size: 11px;
    line-height: 11px;
    overflow: hidden;
    padding: 2px 4px;
    position: absolute;
    text-overflow: ellipsis; }
    .e-schedule .e-month-view .e-more-indicator:focus {
      text-decoration: underline; }
  .e-schedule.e-rtl .e-month-view .e-left-indent {
    border-left: 1px solid rgba(0, 0, 0, 0.12);
    border-right-width: 0; }
  .e-schedule.e-rtl .e-month-view .e-week-number {
    border-left: 1px solid rgba(0, 0, 0, 0.12);
    border-right-width: 0; }
  .e-schedule .e-year-view .e-calendar-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
    .e-schedule .e-year-view .e-calendar-wrapper .e-month-calendar.e-calendar {
      border: 0;
      -webkit-box-flex: 0;
          -ms-flex: 0 25%;
              flex: 0 25%;
      max-width: 100%;
      min-width: 260px;
      padding: 10px; }
      .e-schedule .e-year-view .e-calendar-wrapper .e-month-calendar.e-calendar .e-header .e-title {
        cursor: default; }
      .e-schedule .e-year-view .e-calendar-wrapper .e-month-calendar.e-calendar .e-content span.e-day {
        display: block; }
      .e-schedule .e-year-view .e-calendar-wrapper .e-month-calendar.e-calendar .e-other-month {
        color: rgba(0, 0, 0, 0.54);
        pointer-events: visible;
        -ms-touch-action: auto;
            touch-action: auto; }
        .e-schedule .e-year-view .e-calendar-wrapper .e-month-calendar.e-calendar .e-other-month.e-today {
          opacity: .5; }
      .e-schedule .e-year-view .e-calendar-wrapper .e-month-calendar.e-calendar .e-appointment {
        background-color: #4d4d4d;
        border-radius: 50%;
        height: 5px;
        margin-left: 13px;
        margin-top: -6px;
        position: absolute;
        width: 5px; }
  .e-schedule .e-year-view .e-date-header-wrap {
    font-size: 13px;
    overflow: hidden; }
    .e-schedule .e-year-view .e-date-header-wrap table col {
      width: 36px; }
    .e-schedule .e-year-view .e-date-header-wrap table td {
      background-color: #fff;
      border-color: rgba(0, 0, 0, 0.12);
      border-style: solid;
      border-width: 0 0 1px 1px;
      color: rgba(0, 0, 0, 0.87);
      text-align: left; }
      .e-schedule .e-year-view .e-date-header-wrap table td:first-child {
        border-left-width: 0; }
  .e-schedule .e-year-view .e-resource-cells {
    color: rgba(0, 0, 0, 0.87);
    font-size: 13px;
    height: 40px;
    padding: 8px;
    padding-left: 15px; }
  .e-schedule .e-year-view .e-content-wrap table td:first-child {
    border-left-width: 0; }
  .e-schedule .e-year-view .e-calendar-table td:not(.e-cell) {
    border-left: 1px solid rgba(0, 0, 0, 0.12); }
  .e-schedule .e-year-view .e-resource .e-month-calendar {
    max-width: 100%;
    min-width: 100%; }
  .e-schedule .e-timeline-year-view .e-date-header-wrap,
  .e-schedule .e-timeline-year-view .e-month-header-wrapper {
    overflow: hidden;
    position: relative; }
  .e-schedule .e-timeline-year-view .e-date-header-wrap table col,
  .e-schedule .e-timeline-year-view .e-content-wrap table col {
    width: 60px; }
  .e-schedule .e-timeline-year-view .e-resource-left-td,
  .e-schedule .e-timeline-year-view .e-date-header-wrap table td {
    background-color: #fff;
    border-color: rgba(0, 0, 0, 0.12);
    border-style: solid;
    border-width: 0 1px 1px 0;
    color: rgba(0, 0, 0, 0.87);
    text-align: center; }
    .e-schedule .e-timeline-year-view .e-resource-left-td.e-current-day,
    .e-schedule .e-timeline-year-view .e-date-header-wrap table td.e-current-day {
      color: #971b1e; }
  .e-schedule .e-timeline-year-view .e-resource-text {
    color: rgba(0, 0, 0, 0.87);
    font-size: 13px;
    overflow: hidden;
    padding: 4px 15px;
    text-overflow: ellipsis; }
  .e-schedule .e-timeline-year-view .e-resource-left-td {
    vertical-align: middle;
    width: 200px; }
  .e-schedule .e-timeline-year-view .e-left-indent-wrap .e-resource-cells,
  .e-schedule .e-timeline-year-view .e-date-header-wrap .e-resource-cells {
    height: 40px; }
  .e-schedule .e-timeline-year-view .e-resource-column-wrap {
    overflow: hidden;
    position: relative; }
    .e-schedule .e-timeline-year-view .e-resource-column-wrap .e-resource-cells {
      background-color: #fafafa;
      border-color: rgba(0, 0, 0, 0.12);
      border-style: solid;
      border-width: 0 1px 1px 0;
      color: rgba(0, 0, 0, 0.87);
      height: 70px;
      padding-left: 15px;
      padding-right: 0;
      vertical-align: middle; }
      .e-schedule .e-timeline-year-view .e-resource-column-wrap .e-resource-cells.e-child-node {
        background-color: #fff; }
      .e-schedule .e-timeline-year-view .e-resource-column-wrap .e-resource-cells:focus {
        background-color: #f5f5f5; }
  .e-schedule .e-timeline-year-view .e-resource-column-table {
    height: 100%; }
    .e-schedule .e-timeline-year-view .e-resource-column-table.e-auto-height {
      height: auto; }
  .e-schedule .e-timeline-year-view .e-resource-tree-icon {
    color: rgba(0, 0, 0, 0.54);
    cursor: pointer;
    float: left;
    font-family: 'e-icons';
    font-size: 12px;
    padding: 4px 7px; }
  .e-schedule .e-timeline-year-view .e-resource-collapse {
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg); }
  .e-schedule .e-timeline-year-view .e-work-cells {
    background-color: #fafafa;
    border-color: rgba(0, 0, 0, 0.12);
    border-style: solid;
    border-width: 0 1px 1px 0;
    color: rgba(0, 0, 0, 0.87); }
    .e-schedule .e-timeline-year-view .e-work-cells:hover:not(.e-other-month) {
      background: #f5f5f5;
      color: #000; }
    .e-schedule .e-timeline-year-view .e-work-cells.e-work-days {
      background-color: #fff; }
    .e-schedule .e-timeline-year-view .e-work-cells.e-other-month {
      color: rgba(0, 0, 0, 0.54); }
    .e-schedule .e-timeline-year-view .e-work-cells.e-current-day .e-date-header {
      background-color: #971b1e;
      border-radius: 50%;
      color: #fff;
      margin: 2px;
      width: 20px; }
    .e-schedule .e-timeline-year-view .e-work-cells.e-selected-cell {
      background-color: #e0e0e0;
      color: rgba(0, 0, 0, 0.87); }
      .e-schedule .e-timeline-year-view .e-work-cells.e-selected-cell .e-more-indicator {
        color: rgba(0, 0, 0, 0.87); }
      .e-schedule .e-timeline-year-view .e-work-cells.e-selected-cell:hover {
        background-color: #e0e0e0; }
  .e-schedule .e-timeline-year-view .e-content-table {
    height: 100%; }
    .e-schedule .e-timeline-year-view .e-content-table.e-auto-height {
      height: auto; }
  .e-schedule .e-timeline-year-view .e-left-indent td {
    border-color: rgba(0, 0, 0, 0.12);
    border-style: solid;
    border-width: 0 1px 0 0;
    vertical-align: middle; }
  .e-schedule .e-timeline-year-view .e-left-indent tr:last-child td {
    border-width: 0 1px 1px 0; }
  .e-schedule .e-timeline-year-view.e-horizontal .e-left-indent {
    padding: 0;
    width: 100px; }
  .e-schedule .e-timeline-year-view.e-vertical .e-left-indent,
  .e-schedule .e-timeline-year-view.e-vertical .e-left-indent .e-header-cells {
    width: 50px; }
  .e-schedule .e-timeline-year-view .e-month-header {
    border-bottom: 1px solid rgba(0, 0, 0, 0.12);
    border-right: 1px solid rgba(0, 0, 0, 0.12);
    text-align: center; }
    .e-schedule .e-timeline-year-view .e-month-header.e-current-day {
      color: #971b1e; }
  .e-schedule .e-timeline-year-view .e-left-indent,
  .e-schedule .e-timeline-year-view .e-header-cells {
    cursor: default;
    font-weight: 400;
    height: 30px;
    padding: 0;
    text-align: center; }
  .e-schedule .e-timeline-year-view .e-month-header,
  .e-schedule .e-timeline-year-view .e-work-cells {
    height: 70px; }
  .e-schedule .e-timeline-year-view .e-header-cells,
  .e-schedule .e-timeline-year-view .e-work-cells {
    width: 60px; }
  .e-schedule .e-timeline-year-view .e-work-cells {
    vertical-align: top; }
    .e-schedule .e-timeline-year-view .e-work-cells .e-date-header {
      cursor: pointer;
      display: table;
      height: 20px;
      line-height: 20px;
      margin: 3px 3px 2px;
      text-align: center;
      width: 10px; }
      .e-schedule .e-timeline-year-view .e-work-cells .e-date-header:hover {
        text-decoration: underline; }
  .e-schedule .e-timeline-year-view .e-event-table {
    position: absolute;
    top: 0; }
    .e-schedule .e-timeline-year-view .e-event-table .e-appointment-wrapper {
      position: absolute; }
    .e-schedule .e-timeline-year-view .e-event-table .e-inline-appointment {
      z-index: 1; }
    .e-schedule .e-timeline-year-view .e-event-table .e-appointment {
      background: #4d4d4d;
      border: 1px solid #aeaeae;
      border-radius: 2px;
      color: #fff;
      cursor: default;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      height: 22px;
      overflow: hidden;
      position: absolute; }
      .e-schedule .e-timeline-year-view .e-event-table .e-appointment.e-hidden {
        display: none; }
      .e-schedule .e-timeline-year-view .e-event-table .e-appointment .e-appointment-details {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-flex: 1;
            -ms-flex: auto;
                flex: auto;
        line-height: 20px;
        overflow: hidden; }
      .e-schedule .e-timeline-year-view .e-event-table .e-appointment .e-subject {
        -webkit-box-flex: 1;
            -ms-flex: auto;
                flex: auto;
        font-size: 13px;
        font-weight: 500;
        overflow: hidden;
        padding: 1px 2px;
        text-overflow: ellipsis; }
      .e-schedule .e-timeline-year-view .e-event-table .e-appointment .e-time,
      .e-schedule .e-timeline-year-view .e-event-table .e-appointment .e-location {
        font-size: 11px;
        overflow: hidden;
        padding: 1.5px;
        text-overflow: ellipsis; }
      .e-schedule .e-timeline-year-view .e-event-table .e-appointment .e-disable {
        display: none; }
      .e-schedule .e-timeline-year-view .e-event-table .e-appointment .e-recurrence-icon,
      .e-schedule .e-timeline-year-view .e-event-table .e-appointment .e-recurrence-edit-icon {
        line-height: 38px;
        padding: 0 5px; }
      .e-schedule .e-timeline-year-view .e-event-table .e-appointment .e-indicator {
        display: block; }
      .e-schedule .e-timeline-year-view .e-event-table .e-appointment .e-left-icon,
      .e-schedule .e-timeline-year-view .e-event-table .e-appointment .e-right-icon {
        font-size: 10px;
        line-height: 38px;
        padding-right: 7px; }
      .e-schedule .e-timeline-year-view .e-event-table .e-appointment .e-right-icon {
        padding-right: 5px; }
      .e-schedule .e-timeline-year-view .e-event-table .e-appointment.e-appointment-border, .e-schedule .e-timeline-year-view .e-event-table .e-appointment:focus {
        border: 0;
        -webkit-box-shadow: 0 6px 10px 0 rgba(0, 0, 0, 0.14), 0 1px 18px 0 rgba(0, 0, 0, 0.12), 0 3px 5px -1px rgba(0, 0, 0, 0.2);
                box-shadow: 0 6px 10px 0 rgba(0, 0, 0, 0.14), 0 1px 18px 0 rgba(0, 0, 0, 0.12), 0 3px 5px -1px rgba(0, 0, 0, 0.2); }
      .e-schedule .e-timeline-year-view .e-event-table .e-appointment.e-allow-select {
        pointer-events: none; }
    .e-schedule .e-timeline-year-view .e-event-table .e-more-indicator {
      color: rgba(0, 0, 0, 0.54);
      cursor: pointer;
      font-size: 11px;
      line-height: 11px;
      overflow: hidden;
      padding: 2px 4px;
      position: absolute;
      text-overflow: ellipsis; }
      .e-schedule .e-timeline-year-view .e-event-table .e-more-indicator.e-hidden {
        display: none; }
      .e-schedule .e-timeline-year-view .e-event-table .e-more-indicator:focus {
        text-decoration: underline; }
  .e-schedule.e-device .e-year-view .e-month-calendar {
    max-width: 100%;
    min-width: 100%; }
  .e-schedule .e-timeline-view .e-content-wrap,
  .e-schedule .e-timeline-view .e-content-table,
  .e-schedule .e-timeline-month-view .e-content-wrap,
  .e-schedule .e-timeline-month-view .e-content-table {
    height: 100%; }
  .e-schedule .e-timeline-view .e-date-header-wrap,
  .e-schedule .e-timeline-month-view .e-date-header-wrap {
    font-size: 13px;
    overflow: hidden;
    position: relative; }
  .e-schedule .e-timeline-view .e-event-table,
  .e-schedule .e-timeline-month-view .e-event-table {
    position: absolute;
    top: 0; }
  .e-schedule .e-timeline-view .e-date-header-wrap table col,
  .e-schedule .e-timeline-view .e-content-wrap table col,
  .e-schedule .e-timeline-month-view .e-date-header-wrap table col,
  .e-schedule .e-timeline-month-view .e-content-wrap table col {
    width: 50px; }
  .e-schedule .e-timeline-view .e-date-header-wrap table tbody td,
  .e-schedule .e-timeline-month-view .e-date-header-wrap table tbody td {
    height: 36px;
    overflow: hidden;
    padding: 5px;
    text-overflow: ellipsis;
    white-space: nowrap; }
  .e-schedule .e-timeline-view .e-date-header-wrap table tbody td.e-time-slots,
  .e-schedule .e-timeline-month-view .e-date-header-wrap table tbody td.e-time-slots {
    overflow: inherit; }
  .e-schedule .e-timeline-view .e-date-header-wrap table tbody td &gt; span,
  .e-schedule .e-timeline-month-view .e-date-header-wrap table tbody td &gt; span {
    position: relative; }
  .e-schedule .e-timeline-view .e-navigate:hover,
  .e-schedule .e-timeline-month-view .e-navigate:hover {
    cursor: pointer;
    text-decoration: underline; }
  .e-schedule .e-timeline-view .e-navigate:focus,
  .e-schedule .e-timeline-month-view .e-navigate:focus {
    text-decoration: underline; }
  .e-schedule .e-timeline-view .e-work-cells,
  .e-schedule .e-timeline-month-view .e-work-cells {
    height: 60px; }
    .e-schedule .e-timeline-view .e-work-cells.e-disable-dates,
    .e-schedule .e-timeline-month-view .e-work-cells.e-disable-dates {
      background-color: rgba(0, 0, 0, 0.08); }
      .e-schedule .e-timeline-view .e-work-cells.e-disable-dates:hover,
      .e-schedule .e-timeline-month-view .e-work-cells.e-disable-dates:hover {
        background-color: rgba(0, 0, 0, 0.08); }
  .e-schedule .e-timeline-view .e-resource-text,
  .e-schedule .e-timeline-month-view .e-resource-text {
    color: rgba(0, 0, 0, 0.87);
    font-size: 13px;
    overflow: hidden;
    padding: 4px 15px;
    text-overflow: ellipsis; }
  .e-schedule .e-timeline-view .e-resource-left-td,
  .e-schedule .e-timeline-month-view .e-resource-left-td {
    background-color: #fff;
    border-color: rgba(0, 0, 0, 0.12);
    border-style: solid;
    border-width: 0 1px 1px 0;
    color: rgba(0, 0, 0, 0.87);
    vertical-align: middle;
    width: 200px; }
  .e-schedule .e-timeline-view .e-resource-cells,
  .e-schedule .e-timeline-month-view .e-resource-cells {
    background-color: #fafafa;
    border-color: rgba(0, 0, 0, 0.12);
    border-style: solid;
    border-width: 0 1px 1px 0;
    color: rgba(0, 0, 0, 0.87);
    height: 60px;
    padding-left: 15px;
    padding-right: 0;
    vertical-align: middle; }
    .e-schedule .e-timeline-view .e-resource-cells:focus,
    .e-schedule .e-timeline-month-view .e-resource-cells:focus {
      background-color: #f5f5f5; }
      .e-schedule .e-timeline-view .e-resource-cells:focus .e-resource-tree-icon,
      .e-schedule .e-timeline-month-view .e-resource-cells:focus .e-resource-tree-icon {
        background-color: #e0e0e0;
        border-radius: 50%;
        color: #000; }
  .e-schedule .e-timeline-view .e-resource-column-wrap,
  .e-schedule .e-timeline-month-view .e-resource-column-wrap {
    overflow: hidden;
    position: relative; }
  .e-schedule .e-timeline-view .e-resource-column-table,
  .e-schedule .e-timeline-month-view .e-resource-column-table {
    height: 100%; }
  .e-schedule .e-timeline-view .e-auto-height,
  .e-schedule .e-timeline-month-view .e-auto-height {
    height: auto; }
  .e-schedule .e-timeline-view.e-ignore-whitespace .e-work-cells,
  .e-schedule .e-timeline-view.e-ignore-whitespace .e-resource-cells,
  .e-schedule .e-timeline-month-view.e-ignore-whitespace .e-work-cells,
  .e-schedule .e-timeline-month-view.e-ignore-whitespace .e-resource-cells {
    height: 42px; }
  .e-schedule .e-timeline-view .e-resource-tree-icon,
  .e-schedule .e-timeline-month-view .e-resource-tree-icon {
    color: rgba(0, 0, 0, 0.54);
    cursor: pointer;
    float: left;
    font-family: 'e-icons';
    font-size: 12px;
    padding: 4px 7px; }
  .e-schedule .e-timeline-view .e-resource-collapse,
  .e-schedule .e-timeline-month-view .e-resource-collapse {
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg); }
  .e-schedule .e-timeline-view .e-child-node,
  .e-schedule .e-timeline-month-view .e-child-node {
    background-color: #fff; }
  .e-schedule .e-timeline-view .e-appointment-wrapper,
  .e-schedule .e-timeline-month-view .e-appointment-wrapper {
    position: absolute; }
  .e-schedule .e-timeline-view .e-inline-appointment,
  .e-schedule .e-timeline-month-view .e-inline-appointment {
    z-index: 1; }
  .e-schedule .e-timeline-view .e-appointment,
  .e-schedule .e-timeline-month-view .e-appointment {
    background: #4d4d4d;
    border: 1px solid #aeaeae;
    border-radius: 2px;
    color: #fff;
    cursor: default;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 38px;
    overflow: hidden;
    position: absolute; }
    .e-schedule .e-timeline-view .e-appointment .e-appointment-details,
    .e-schedule .e-timeline-month-view .e-appointment .e-appointment-details {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-flex: 1;
          -ms-flex: auto;
              flex: auto;
      overflow: hidden;
      padding: 0 4px; }
      .e-schedule .e-timeline-view .e-appointment .e-appointment-details .e-inner-wrap,
      .e-schedule .e-timeline-month-view .e-appointment .e-appointment-details .e-inner-wrap {
        -webkit-box-flex: 1;
            -ms-flex: auto;
                flex: auto;
        overflow: hidden; }
    .e-schedule .e-timeline-view .e-appointment .e-subject,
    .e-schedule .e-timeline-month-view .e-appointment .e-subject {
      font-size: 13px;
      font-weight: 500;
      line-height: 1.2;
      margin-left: auto;
      min-height: 18px;
      overflow: hidden;
      padding-top: 4px;
      text-overflow: ellipsis; }
    .e-schedule .e-timeline-view .e-appointment .e-time,
    .e-schedule .e-timeline-view .e-appointment .e-location,
    .e-schedule .e-timeline-month-view .e-appointment .e-time,
    .e-schedule .e-timeline-month-view .e-appointment .e-location {
      font-size: 11px;
      overflow: hidden;
      padding-top: 1px;
      text-overflow: ellipsis; }
    .e-schedule .e-timeline-view .e-appointment .e-time,
    .e-schedule .e-timeline-month-view .e-appointment .e-time {
      display: block; }
    .e-schedule .e-timeline-view .e-appointment .e-disable,
    .e-schedule .e-timeline-month-view .e-appointment .e-disable {
      display: none; }
    .e-schedule .e-timeline-view .e-appointment .e-recurrence-icon,
    .e-schedule .e-timeline-view .e-appointment .e-recurrence-edit-icon,
    .e-schedule .e-timeline-month-view .e-appointment .e-recurrence-icon,
    .e-schedule .e-timeline-month-view .e-appointment .e-recurrence-edit-icon {
      line-height: 38px;
      padding: 0 5px; }
    .e-schedule .e-timeline-view .e-appointment .e-indicator,
    .e-schedule .e-timeline-month-view .e-appointment .e-indicator {
      display: block; }
    .e-schedule .e-timeline-view .e-appointment .e-left-icon,
    .e-schedule .e-timeline-view .e-appointment .e-right-icon,
    .e-schedule .e-timeline-month-view .e-appointment .e-left-icon,
    .e-schedule .e-timeline-month-view .e-appointment .e-right-icon {
      font-size: 10px;
      line-height: 38px;
      padding-right: 7px; }
    .e-schedule .e-timeline-view .e-appointment .e-right-icon,
    .e-schedule .e-timeline-month-view .e-appointment .e-right-icon {
      padding-right: 5px; }
    .e-schedule .e-timeline-view .e-appointment.e-appointment-border, .e-schedule .e-timeline-view .e-appointment:focus,
    .e-schedule .e-timeline-month-view .e-appointment.e-appointment-border,
    .e-schedule .e-timeline-month-view .e-appointment:focus {
      border: 0;
      -webkit-box-shadow: 0 6px 10px 0 rgba(0, 0, 0, 0.14), 0 1px 18px 0 rgba(0, 0, 0, 0.12), 0 3px 5px -1px rgba(0, 0, 0, 0.2);
              box-shadow: 0 6px 10px 0 rgba(0, 0, 0, 0.14), 0 1px 18px 0 rgba(0, 0, 0, 0.12), 0 3px 5px -1px rgba(0, 0, 0, 0.2); }
    .e-schedule .e-timeline-view .e-appointment.e-allow-select,
    .e-schedule .e-timeline-month-view .e-appointment.e-allow-select {
      pointer-events: none; }
  .e-schedule .e-timeline-view .e-more-indicator,
  .e-schedule .e-timeline-month-view .e-more-indicator {
    color: rgba(0, 0, 0, 0.54);
    cursor: pointer;
    font-size: 11px;
    line-height: 11px;
    overflow: hidden;
    padding: 2px 4px;
    position: absolute;
    text-overflow: ellipsis; }
    .e-schedule .e-timeline-view .e-more-indicator:focus,
    .e-schedule .e-timeline-month-view .e-more-indicator:focus {
      text-decoration: underline; }
  .e-schedule .e-timeline-view .e-navigate {
    font-size: 13px; }
  .e-schedule .e-timeline-view .e-clone-time-indicator,
  .e-schedule .e-timeline-view .e-current-time {
    bottom: 0;
    position: absolute; }
  .e-schedule .e-timeline-view .e-current-timeline {
    position: absolute;
    top: 0; }
  .e-schedule .e-timeline-month-view .e-date-header-wrap table col,
  .e-schedule .e-timeline-month-view .e-content-wrap table col {
    width: 70px; }
  .e-schedule .e-virtual-scroll .e-content-table {
    position: absolute;
    -webkit-transform: translateY(0);
            transform: translateY(0); }
  .e-schedule .e-virtual-scroll .e-content-wrap.e-transition {
    -webkit-transition: all 1000ms linear;
    transition: all 1000ms linear; }
  .e-schedule.e-rtl .e-timeline-view .e-appointment .e-left-icon,
  .e-schedule.e-rtl .e-timeline-view .e-appointment .e-right-icon,
  .e-schedule.e-rtl .e-timeline-month-view .e-appointment .e-left-icon,
  .e-schedule.e-rtl .e-timeline-month-view .e-appointment .e-right-icon {
    padding: 0 0 0 5px; }
  .e-schedule.e-rtl .e-timeline-view .e-inline-appointment,
  .e-schedule.e-rtl .e-timeline-month-view .e-inline-appointment {
    z-index: 1; }
  .e-schedule.e-rtl .e-timeline-view .e-resource-left-td,
  .e-schedule.e-rtl .e-timeline-month-view .e-resource-left-td {
    border-width: 0 0 1px 1px; }
  .e-schedule.e-rtl .e-timeline-view .e-resource-cells,
  .e-schedule.e-rtl .e-timeline-month-view .e-resource-cells {
    border-width: 0 0 1px 1px;
    padding-right: 15px; }
  .e-schedule.e-rtl .e-timeline-view .e-resource-tree-icon,
  .e-schedule.e-rtl .e-timeline-month-view .e-resource-tree-icon {
    float: right; }
  .e-schedule.e-rtl .e-timeline-view .e-appointment.e-schedule-event-clone .e-appointment-details .e-inner-wrap,
  .e-schedule.e-rtl .e-timeline-month-view .e-appointment.e-schedule-event-clone .e-appointment-details .e-inner-wrap {
    text-align: right; }
  .e-schedule.e-device .e-month-view .e-date-header-wrap,
  .e-schedule.e-device .e-timeline-view .e-date-header-wrap,
  .e-schedule.e-device .e-timeline-month-view .e-date-header-wrap {
    font-size: 13px; }
  .e-schedule.e-device .e-month-view .e-date-header-wrap td,
  .e-schedule.e-device .e-timeline-view .e-date-header-wrap td,
  .e-schedule.e-device .e-timeline-month-view .e-date-header-wrap td {
    border-left-width: 0;
    border-right-width: 0; }
  .e-schedule.e-device .e-month-view .e-content-wrap,
  .e-schedule.e-device .e-timeline-view .e-content-wrap,
  .e-schedule.e-device .e-timeline-month-view .e-content-wrap {
    font-size: 14px; }
  .e-schedule.e-device .e-month-view .e-date-header:hover,
  .e-schedule.e-device .e-timeline-view .e-date-header:hover,
  .e-schedule.e-device .e-timeline-month-view .e-date-header:hover {
    text-decoration: none; }
  .e-schedule.e-device .e-month-view .e-more-indicator,
  .e-schedule.e-device .e-timeline-view .e-more-indicator,
  .e-schedule.e-device .e-timeline-month-view .e-more-indicator {
    font-size: 12px; }
  .e-schedule.e-device .e-month-view .e-navigate:hover,
  .e-schedule.e-device .e-timeline-view .e-navigate:hover,
  .e-schedule.e-device .e-timeline-month-view .e-navigate:hover {
    text-decoration: none; }
  .e-schedule .e-month-agenda-view .e-schedule-resource-toolbar .e-resource-menu {
    margin-top: 6px; }
    .e-schedule .e-month-agenda-view .e-schedule-resource-toolbar .e-resource-menu.e-disable {
      display: none; }
  .e-schedule .e-month-agenda-view .e-schedule-resource-toolbar .e-resource-level-title .e-icon-next {
    margin-top: 4px; }
  .e-schedule .e-month-agenda-view .e-week-number-wrapper .e-week-number {
    border-right: 1px solid rgba(0, 0, 0, 0.12);
    padding-top: 8px; }
  .e-schedule .e-month-agenda-view .e-wrapper-container {
    position: relative; }
  .e-schedule .e-month-agenda-view .e-week-number-wrapper .e-schedule-table,
  .e-schedule .e-month-agenda-view .e-content-table {
    border-bottom: 2px solid rgba(0, 0, 0, 0.12);
    -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.15);
            box-shadow: 0 1px 0 rgba(0, 0, 0, 0.15); }
  .e-schedule .e-month-agenda-view .e-resource-column {
    border-bottom: 1px solid rgba(0, 0, 0, 0.12);
    border-right: 1px solid rgba(0, 0, 0, 0.12);
    vertical-align: top;
    width: 75px; }
  .e-schedule .e-month-agenda-view .e-resource-name {
    color: rgba(0, 0, 0, 0.87);
    font-size: 13px;
    line-height: 26px;
    overflow: hidden;
    padding: 8px;
    text-overflow: ellipsis; }
  .e-schedule .e-month-agenda-view .e-day-padding {
    padding-left: 8px; }
  .e-schedule .e-month-agenda-view .e-day-border {
    border-bottom: 1px solid rgba(0, 0, 0, 0.12); }
  .e-schedule .e-month-agenda-view .e-date-header-wrap {
    font-size: 13px;
    overflow: hidden; }
  .e-schedule .e-month-agenda-view .e-content-wrap {
    font-size: 13px; }
  .e-schedule .e-month-agenda-view .e-header-cells {
    cursor: default;
    font-weight: 400;
    height: 30px;
    padding: 5px;
    text-align: center; }
  .e-schedule .e-month-agenda-view .e-work-cells {
    height: 40px;
    position: relative;
    vertical-align: top; }
    .e-schedule .e-month-agenda-view .e-work-cells.e-disable-dates {
      background-color: rgba(0, 0, 0, 0.08); }
      .e-schedule .e-month-agenda-view .e-work-cells.e-disable-dates:hover {
        background-color: rgba(0, 0, 0, 0.08); }
  .e-schedule .e-month-agenda-view .e-date-header {
    height: 24px;
    line-height: 24.5px;
    margin: 4px auto 0;
    text-align: center;
    width: 24px; }
  .e-schedule .e-month-agenda-view .e-appointment-container {
    min-height: 40px; }
  .e-schedule .e-month-agenda-view .e-appointment-wrap {
    background-color: #fff;
    overflow: auto;
    padding: 0 8px; }
  .e-schedule .e-month-agenda-view .e-appointment {
    border-left: 3px solid #4d4d4d;
    border-right: 0;
    cursor: default;
    padding: 0 8px; }
    .e-schedule .e-month-agenda-view .e-appointment:hover {
      background: #f5f5f5; }
    .e-schedule .e-month-agenda-view .e-appointment.e-appointment-border, .e-schedule .e-month-agenda-view .e-appointment:focus {
      background: #e0e0e0; }
  .e-schedule .e-month-agenda-view .e-subject-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .e-schedule .e-month-agenda-view .e-subject {
    color: rgba(0, 0, 0, 0.87);
    font-size: 14px;
    line-height: 26px;
    overflow: hidden;
    text-overflow: ellipsis; }
  .e-schedule .e-month-agenda-view .e-recurrence-icon,
  .e-schedule .e-month-agenda-view .e-recurrence-edit-icon {
    color: rgba(0, 0, 0, 0.54);
    line-height: 26px;
    padding: 0 10px; }
  .e-schedule .e-month-agenda-view .e-date-time {
    color: rgba(0, 0, 0, 0.54);
    font-size: 12px;
    line-height: 26px;
    overflow: hidden;
    text-overflow: ellipsis; }
  .e-schedule .e-month-agenda-view .e-location {
    color: rgba(0, 0, 0, 0.54);
    font-size: 12px;
    line-height: 26px;
    overflow: hidden;
    padding-left: 8px;
    text-overflow: ellipsis; }
  .e-schedule .e-month-agenda-view .e-no-event {
    color: rgba(0, 0, 0, 0.54);
    cursor: default;
    font-size: 14px;
    height: 100%;
    padding: 8px 4px; }
  .e-schedule .e-month-agenda-view .e-agenda-item.e-month-agenda-view {
    padding: 10px 0; }
  .e-schedule .e-month-agenda-view .e-agenda-parent.e-month-agenda-view {
    margin: 0;
    padding: 0; }
  .e-schedule .e-month-agenda-view .e-appointment-indicator {
    background: #4d4d4d;
    border-radius: 50%;
    height: 6px;
    left: 0;
    margin: 1px auto;
    width: 6px; }
  .e-schedule.e-rtl .e-month-agenda-view .e-left-indent {
    border-left: 1px solid rgba(0, 0, 0, 0.12);
    border-right-width: 0; }
  .e-schedule.e-rtl .e-month-agenda-view .e-week-number {
    border-left: 1px solid rgba(0, 0, 0, 0.12);
    border-right-width: 0; }
  .e-schedule.e-rtl .e-month-agenda-view .e-appointment {
    border-left: 0;
    border-right: 3px solid #4d4d4d; }
  .e-schedule.e-rtl .e-month-agenda-view .e-resource-column {
    border-bottom: 1px solid rgba(0, 0, 0, 0.12);
    border-left: 1px solid rgba(0, 0, 0, 0.12);
    border-right: 0;
    vertical-align: top;
    width: 75px; }
  .e-schedule.e-rtl .e-month-agenda-view .e-day-padding {
    padding-right: 8px; }
  .e-schedule.e-device .e-month-agenda-view .e-date-header-wrap {
    font-size: 13px; }
  .e-schedule.e-device .e-month-agenda-view .e-content-wrap {
    font-size: 14px; }
  .e-schedule .e-agenda-view {
    background-color: #fff; }
    .e-schedule .e-agenda-view .e-content-wrap table td:first-child,
    .e-schedule .e-agenda-view .e-date-column {
      vertical-align: top;
      width: 75px; }
    .e-schedule .e-agenda-view .e-resource-column {
      border-bottom: 1px solid rgba(0, 0, 0, 0.12);
      border-right: 1px solid rgba(0, 0, 0, 0.12);
      color: rgba(0, 0, 0, 0.87);
      vertical-align: top;
      width: 75px; }
    .e-schedule .e-agenda-view .e-month-header {
      background: #4d4d4d;
      height: 100px;
      padding-top: 12px;
      vertical-align: top; }
      .e-schedule .e-agenda-view .e-month-header .e-date-header {
        color: #fff;
        font-size: 18px; }
    .e-schedule .e-agenda-view .e-day-date-header {
      color: rgba(0, 0, 0, 0.87);
      cursor: default;
      padding: 10px 32px 0 16px; }
      .e-schedule .e-agenda-view .e-day-date-header .e-m-date {
        font-size: 18px; }
      .e-schedule .e-agenda-view .e-day-date-header .e-m-day {
        font-size: 13px; }
      .e-schedule .e-agenda-view .e-day-date-header.e-current-day {
        color: #971b1e; }
    .e-schedule .e-agenda-view .e-day-border {
      border-bottom: 1px solid rgba(0, 0, 0, 0.12); }
    .e-schedule .e-agenda-view .e-date-border {
      border-bottom: 1px solid rgba(0, 0, 0, 0.12);
      border-right: 1px solid rgba(0, 0, 0, 0.12); }
    .e-schedule .e-agenda-view .e-day-padding {
      padding-left: 8px; }
    .e-schedule .e-agenda-view .e-date-header {
      font-size: 20px; }
    .e-schedule .e-agenda-view .e-day-header {
      font-size: 12px; }
    .e-schedule .e-agenda-view .e-subject-wrap {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
    .e-schedule .e-agenda-view .e-active-appointment-agenda .e-subject {
      color: rgba(0, 0, 0, 0.87); }
    .e-schedule .e-agenda-view .e-active-appointment-agenda .e-date-time {
      color: rgba(0, 0, 0, 0.87); }
    .e-schedule .e-agenda-view .e-active-appointment-agenda .e-resource-name {
      color: rgba(0, 0, 0, 0.87); }
    .e-schedule .e-agenda-view .e-active-appointment-agenda .e-recurrence-icon,
    .e-schedule .e-agenda-view .e-active-appointment-agenda .e-recurrence-edit-icon {
      color: rgba(0, 0, 0, 0.87); }
    .e-schedule .e-agenda-view .e-active-appointment-agenda .e-location {
      color: rgba(0, 0, 0, 0.87); }
    .e-schedule .e-agenda-view .e-subject {
      color: rgba(0, 0, 0, 0.87);
      font-size: 14px;
      line-height: 23px;
      overflow: hidden;
      text-overflow: ellipsis; }
    .e-schedule .e-agenda-view .e-resource-name {
      color: rgba(0, 0, 0, 0.87);
      font-size: 13px;
      line-height: 26px;
      overflow: hidden;
      padding: 8px;
      text-overflow: ellipsis; }
    .e-schedule .e-agenda-view .e-recurrence-icon,
    .e-schedule .e-agenda-view .e-recurrence-edit-icon {
      color: rgba(0, 0, 0, 0.87);
      line-height: 21px;
      padding: 0 10px; }
    .e-schedule .e-agenda-view .e-date-time {
      color: rgba(0, 0, 0, 0.54);
      font-size: 12px;
      line-height: 21px;
      overflow: hidden;
      text-overflow: ellipsis; }
    .e-schedule .e-agenda-view .e-location {
      color: rgba(0, 0, 0, 0.54);
      font-size: 12px;
      line-height: 23px;
      overflow: hidden;
      padding-left: 8px;
      text-overflow: ellipsis; }
    .e-schedule .e-agenda-view .e-agenda-item {
      padding: 10px 0; }
    .e-schedule .e-agenda-view .e-agenda-parent {
      margin: 0;
      padding: 0; }
    .e-schedule .e-agenda-view .e-appointment {
      border-left: 3px solid #4d4d4d;
      border-right: 0;
      cursor: default;
      padding: 0 8px; }
      .e-schedule .e-agenda-view .e-appointment:hover {
        background: #f5f5f5; }
      .e-schedule .e-agenda-view .e-appointment.e-appointment-border, .e-schedule .e-agenda-view .e-appointment:focus {
        background: #e0e0e0; }
      .e-schedule .e-agenda-view .e-appointment.e-template {
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
            -ms-flex-direction: row-reverse;
                flex-direction: row-reverse; }
    .e-schedule .e-agenda-view .e-no-event {
      color: rgba(0, 0, 0, 0.54);
      cursor: default;
      font-size: 14px;
      line-height: 52px;
      padding: 0 11px; }
    .e-schedule .e-agenda-view .e-empty-event {
      color: rgba(0, 0, 0, 0.54);
      cursor: default;
      font-size: 14px;
      line-height: 52px;
      padding: 0 11px; }
  .e-schedule.e-device .e-agenda-view .e-m-date,
  .e-schedule.e-device .e-month-agenda-view .e-m-date {
    font-size: 20px; }
  .e-schedule.e-device .e-agenda-view .e-resource-name,
  .e-schedule.e-device .e-agenda-view .e-m-day,
  .e-schedule.e-device .e-month-agenda-view .e-resource-name,
  .e-schedule.e-device .e-month-agenda-view .e-m-day {
    color: rgba(0, 0, 0, 0.87);
    font-size: 14px; }
  .e-schedule.e-rtl .e-agenda-view .e-appointment {
    border-left: 0;
    border-right: 3px solid #4d4d4d; }
  .e-schedule.e-rtl .e-agenda-view .e-resource-column {
    border-bottom: 1px solid rgba(0, 0, 0, 0.12);
    border-left: 1px solid rgba(0, 0, 0, 0.12);
    border-right: 0;
    vertical-align: top;
    width: 75px; }
  .e-schedule.e-rtl .e-agenda-view .e-day-padding {
    padding-right: 8px; }
  .e-schedule.e-rtl .e-agenda-view .e-date-border {
    border-bottom: 1px solid rgba(0, 0, 0, 0.12);
    border-left: 1px solid rgba(0, 0, 0, 0.12);
    border-right: 0; }

.e-schedule.e-read-only .e-toolbar-item.e-add.e-overflow-show {
  display: none; }

.e-bigger .e-schedule .e-schedule-toolbar,
.e-bigger.e-schedule .e-schedule-toolbar {
  height: 56px;
  min-height: 56px; }
  .e-bigger .e-schedule .e-schedule-toolbar .e-tbar-btn .e-tbar-btn-text,
  .e-bigger.e-schedule .e-schedule-toolbar .e-tbar-btn .e-tbar-btn-text {
    font-size: 14px; }
  .e-bigger .e-schedule .e-schedule-toolbar .e-toolbar-item.e-date-range .e-tbar-btn-text,
  .e-bigger.e-schedule .e-schedule-toolbar .e-toolbar-item.e-date-range .e-tbar-btn-text {
    font-size: 16px; }
  .e-bigger .e-schedule .e-schedule-toolbar .e-icon-down-arrow,
  .e-bigger.e-schedule .e-schedule-toolbar .e-icon-down-arrow {
    font-size: 10px; }
  .e-bigger .e-schedule .e-schedule-toolbar .e-schedule .e-toolbar .e-hor-nav,
  .e-bigger.e-schedule .e-schedule-toolbar .e-schedule .e-toolbar .e-hor-nav {
    min-height: 56px;
    min-width: 32px;
    z-index: 0; }
  .e-bigger .e-schedule .e-schedule-toolbar .e-toolbar-item .e-tbar-btn-text,
  .e-bigger.e-schedule .e-schedule-toolbar .e-toolbar-item .e-tbar-btn-text {
    line-height: inherit; }
  .e-bigger .e-schedule .e-schedule-toolbar .e-toolbar-items,
  .e-bigger.e-schedule .e-schedule-toolbar .e-toolbar-items {
    min-height: 56px; }
    .e-bigger .e-schedule .e-schedule-toolbar .e-toolbar-items .e-toolbar-item,
    .e-bigger.e-schedule .e-schedule-toolbar .e-toolbar-items .e-toolbar-item {
      min-height: 56px; }
      .e-bigger .e-schedule .e-schedule-toolbar .e-toolbar-items .e-toolbar-item:not(.e-separator),
      .e-bigger.e-schedule .e-schedule-toolbar .e-toolbar-items .e-toolbar-item:not(.e-separator) {
        min-width: 34px; }
      .e-bigger .e-schedule .e-schedule-toolbar .e-toolbar-items .e-toolbar-item.e-separator,
      .e-bigger.e-schedule .e-schedule-toolbar .e-toolbar-items .e-toolbar-item.e-separator {
        height: calc(100% - 15px);
        margin: 7.5px 3px;
        min-height: 27px; }
      .e-bigger .e-schedule .e-schedule-toolbar .e-toolbar-items .e-toolbar-item .e-icons,
      .e-bigger.e-schedule .e-schedule-toolbar .e-toolbar-items .e-toolbar-item .e-icons {
        min-width: 24px; }
      .e-bigger .e-schedule .e-schedule-toolbar .e-toolbar-items .e-toolbar-item button.e-btn,
      .e-bigger .e-schedule .e-schedule-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-control,
      .e-bigger.e-schedule .e-schedule-toolbar .e-toolbar-items .e-toolbar-item button.e-btn,
      .e-bigger.e-schedule .e-schedule-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-control {
        height: auto;
        line-height: 25px;
        margin: 4px 0;
        min-height: 0;
        min-width: 34px;
        padding: 0 1.5px; }
        .e-bigger .e-schedule .e-schedule-toolbar .e-toolbar-items .e-toolbar-item button.e-btn.e-tbtn-txt .e-icons,
        .e-bigger .e-schedule .e-schedule-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-control.e-tbtn-txt .e-icons,
        .e-bigger.e-schedule .e-schedule-toolbar .e-toolbar-items .e-toolbar-item button.e-btn.e-tbtn-txt .e-icons,
        .e-bigger.e-schedule .e-schedule-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-control.e-tbtn-txt .e-icons {
          padding: 0; }
        .e-bigger .e-schedule .e-schedule-toolbar .e-toolbar-items .e-toolbar-item button.e-btn.e-tbtn-txt .e-icons.e-icon-right,
        .e-bigger .e-schedule .e-schedule-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-control.e-tbtn-txt .e-icons.e-icon-right,
        .e-bigger.e-schedule .e-schedule-toolbar .e-toolbar-items .e-toolbar-item button.e-btn.e-tbtn-txt .e-icons.e-icon-right,
        .e-bigger.e-schedule .e-schedule-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-control.e-tbtn-txt .e-icons.e-icon-right {
          padding: 0; }
        .e-bigger .e-schedule .e-schedule-toolbar .e-toolbar-items .e-toolbar-item button.e-btn .e-btn-icon,
        .e-bigger .e-schedule .e-schedule-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-control .e-btn-icon,
        .e-bigger.e-schedule .e-schedule-toolbar .e-toolbar-items .e-toolbar-item button.e-btn .e-btn-icon,
        .e-bigger.e-schedule .e-schedule-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-control .e-btn-icon {
          height: 25px; }

.e-bigger .e-schedule .e-more-popup-wrapper .e-header-day,
.e-bigger.e-schedule .e-more-popup-wrapper .e-header-day {
  font-size: 14px; }

.e-bigger .e-schedule .e-vertical-view .e-header-cells .e-header-day,
.e-bigger.e-schedule .e-vertical-view .e-header-cells .e-header-day {
  font-size: 14px; }

.e-bigger .e-schedule .e-vertical-view .e-header-cells .e-header-date,
.e-bigger.e-schedule .e-vertical-view .e-header-cells .e-header-date {
  font-size: 20px; }

.e-bigger .e-schedule .e-vertical-view .e-resource-cells,
.e-bigger.e-schedule .e-vertical-view .e-resource-cells {
  font-size: 14px; }

.e-bigger .e-schedule .e-vertical-view .e-time-cells-wrap table td,
.e-bigger.e-schedule .e-vertical-view .e-time-cells-wrap table td {
  font-size: 13px; }

.e-bigger .e-schedule .e-vertical-view .e-clone-time-indicator,
.e-bigger .e-schedule .e-vertical-view .e-current-time,
.e-bigger.e-schedule .e-vertical-view .e-clone-time-indicator,
.e-bigger.e-schedule .e-vertical-view .e-current-time {
  font-size: 12px; }

.e-bigger .e-schedule.e-device .e-vertical-view .e-time-cells-wrap table td,
.e-bigger.e-schedule.e-device .e-vertical-view .e-time-cells-wrap table td {
  font-size: 11px; }

.e-bigger .e-schedule.e-device .e-vertical-view .e-clone-time-indicator,
.e-bigger .e-schedule.e-device .e-vertical-view .e-current-time,
.e-bigger.e-schedule.e-device .e-vertical-view .e-clone-time-indicator,
.e-bigger.e-schedule.e-device .e-vertical-view .e-current-time {
  font-size: 9px; }

.e-bigger .e-schedule .e-month-view .e-header-cells,
.e-bigger.e-schedule .e-month-view .e-header-cells {
  height: 35px; }

.e-bigger .e-schedule .e-month-view .e-resource-cells,
.e-bigger .e-schedule .e-month-view .e-date-header-wrap,
.e-bigger.e-schedule .e-month-view .e-resource-cells,
.e-bigger.e-schedule .e-month-view .e-date-header-wrap {
  font-size: 14px; }

.e-bigger .e-schedule .e-month-view .e-content-wrap,
.e-bigger.e-schedule .e-month-view .e-content-wrap {
  font-size: 14px; }

.e-bigger .e-schedule .e-month-view .e-m-date,
.e-bigger.e-schedule .e-month-view .e-m-date {
  font-size: 20px; }

.e-bigger .e-schedule .e-month-view .e-resource-name,
.e-bigger .e-schedule .e-month-view .e-m-day,
.e-bigger.e-schedule .e-month-view .e-resource-name,
.e-bigger.e-schedule .e-month-view .e-m-day {
  font-size: 14px; }

/*! schedule event tooltip */
.e-schedule-event-tooltip .e-subject {
  font-size: 12px; }

.e-bigger .e-schedule-event-tooltip .e-subject,
.e-schedule-event-tooltip.e-bigger .e-subject {
  font-size: 14px;
  font-weight: 500; }

.e-dialog.e-quick-dialog.e-following-events-dialog {
  width: 420px; }
  @media screen and (max-width: 767px) {
    .e-dialog.e-quick-dialog.e-following-events-dialog {
      width: 289px; } }

.e-dialog.e-quick-dialog {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  width: 320px; }
  .e-dialog.e-quick-dialog .e-disable {
    display: none; }
  .e-dialog.e-quick-dialog .e-quick-dialog-cancel {
    -webkit-box-shadow: none;
            box-shadow: none; }
  .e-dialog.e-quick-dialog.e-rtl {
    text-align: right; }

.e-bigger .e-dialog.e-quick-dialog {
  min-width: 370px; }

/*! schedule event window */
.e-schedule-dialog .e-disable {
  display: none; }

.e-schedule-dialog .e-icon-disable {
  opacity: .5; }

.e-schedule-dialog .e-dlg-header-content {
  padding-bottom: 8px; }

.e-schedule-dialog .e-dlg-content {
  padding-bottom: 12px;
  position: relative; }

.e-schedule-dialog .e-event-delete {
  float: left; }

.e-schedule-dialog .e-subject-container,
.e-schedule-dialog .e-start-container,
.e-schedule-dialog .e-start-time-zone-container,
.e-schedule-dialog .e-description-label {
  padding-right: 8px; }

.e-schedule-dialog .e-location-container,
.e-schedule-dialog .e-end-container,
.e-schedule-dialog .e-end-time-zone-container {
  padding-left: 8px; }

.e-schedule-dialog .e-all-day-container {
  padding-right: 16px; }

.e-schedule-dialog .e-time-zone-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 0;
  margin-bottom: 0;
  overflow: hidden;
  padding-bottom: 0;
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
  width: 100%; }
  .e-schedule-dialog .e-time-zone-row .e-start-time-zone-container,
  .e-schedule-dialog .e-time-zone-row .e-end-time-zone-container {
    display: none;
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%); }
  .e-schedule-dialog .e-time-zone-row.e-enable {
    height: 50px;
    margin-bottom: 12px; }
    .e-schedule-dialog .e-time-zone-row.e-enable .e-start-time-zone-container,
    .e-schedule-dialog .e-time-zone-row.e-enable .e-end-time-zone-container {
      display: block;
      -webkit-transform: translateY(0);
              transform: translateY(0); }

.e-schedule-dialog .e-title-location-row,
.e-schedule-dialog .e-start-end-row,
.e-schedule-dialog .e-start-input-container,
.e-schedule-dialog .e-end-input-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 12px;
  width: 100%; }

.e-schedule-dialog .e-resources {
  padding-bottom: 12px;
  width: 100%; }

.e-schedule-dialog .e-all-day-time-zone-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 14px;
  padding-top: 8px;
  width: 100%; }

.e-schedule-dialog .e-subject-container,
.e-schedule-dialog .e-location-container,
.e-schedule-dialog .e-start-container,
.e-schedule-dialog .e-end-container,
.e-schedule-dialog .e-start-time-zone-container,
.e-schedule-dialog .e-end-time-zone-container {
  width: 50%; }

.e-schedule-dialog .e-description,
.e-schedule-dialog .e-float-input .e-description {
  height: 50px;
  resize: vertical; }

.e-schedule-dialog .e-repeat-container,
.e-schedule-dialog .e-input-group .e-input-group-icon.e-icon-disable {
  display: none; }

.e-schedule-dialog .e-footer-content {
  margin-top: 4px; }

.e-schedule-dialog.e-rtl {
  text-align: right; }
  .e-schedule-dialog.e-rtl .e-all-day-container {
    margin-left: 16px;
    margin-right: 0; }
  .e-schedule-dialog.e-rtl .e-subject-container,
  .e-schedule-dialog.e-rtl .e-start-container,
  .e-schedule-dialog.e-rtl .e-start-time-zone-container,
  .e-schedule-dialog.e-rtl .e-description-label {
    padding-left: 8px;
    padding-right: 0; }
  .e-schedule-dialog.e-rtl .e-location-container,
  .e-schedule-dialog.e-rtl .e-end-container,
  .e-schedule-dialog.e-rtl .e-end-time-zone-container {
    padding-left: 0;
    padding-right: 8px; }
  .e-schedule-dialog.e-rtl .e-event-delete {
    float: right; }

.e-ddl.e-popup .e-resource-template {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 10px;
  text-indent: 10px; }
  .e-ddl.e-popup .e-resource-template .e-resource-color {
    height: 14px;
    margin-top: 10px;
    width: 14px; }

.e-bigger .e-ddl.e-popup .e-resource-template {
  padding: 0 15px; }
  .e-bigger .e-ddl.e-popup .e-resource-template .e-resource-color {
    height: 16px;
    margin-top: 14px;
    width: 16px; }

.e-bigger .e-schedule-dialog .e-disable {
  display: none; }

.e-bigger .e-schedule-dialog .e-dlg-header-content {
  padding-bottom: 8px; }

.e-bigger .e-schedule-dialog .e-dlg-content {
  padding-bottom: 12px;
  position: relative; }

.e-bigger .e-schedule-dialog .e-event-cancel,
.e-bigger .e-schedule-dialog .e-event-delete {
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none; }

.e-bigger .e-schedule-dialog .e-footer-content .e-btn.e-event-delete {
  float: left;
  margin-left: 0; }

.e-bigger .e-schedule-dialog .e-subject-container,
.e-bigger .e-schedule-dialog .e-start-container,
.e-bigger .e-schedule-dialog .e-start-time-zone-container,
.e-bigger .e-schedule-dialog .e-description-label {
  padding-right: 12px; }

.e-bigger .e-schedule-dialog .e-location-container,
.e-bigger .e-schedule-dialog .e-end-container,
.e-bigger .e-schedule-dialog .e-end-time-zone-container {
  padding-left: 12px; }

.e-bigger .e-schedule-dialog .e-all-day-container {
  padding-right: 16px; }

.e-bigger .e-schedule-dialog .e-time-zone-row {
  display: none; }
  .e-bigger .e-schedule-dialog .e-time-zone-row.e-enable {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 60px; }

.e-bigger .e-schedule-dialog .e-title-location-row,
.e-bigger .e-schedule-dialog .e-start-end-row,
.e-bigger .e-schedule-dialog .e-start-input-container,
.e-bigger .e-schedule-dialog .e-end-input-container,
.e-bigger .e-schedule-dialog .e-time-zone-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 12px;
  width: 100%; }

.e-bigger .e-schedule-dialog .e-resources {
  padding-bottom: 12px;
  width: 100%; }

.e-bigger .e-schedule-dialog .e-all-day-time-zone-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 20px;
  padding-top: 0;
  width: 100%; }

.e-bigger .e-schedule-dialog .e-subject-container,
.e-bigger .e-schedule-dialog .e-location-container,
.e-bigger .e-schedule-dialog .e-start-container,
.e-bigger .e-schedule-dialog .e-end-container,
.e-bigger .e-schedule-dialog .e-start-time-zone-container,
.e-bigger .e-schedule-dialog .e-end-time-zone-container {
  width: 50%; }

.e-bigger .e-schedule-dialog .e-location-container,
.e-bigger .e-schedule-dialog .e-end-container,
.e-bigger .e-schedule-dialog .e-end-time-zone-container,
.e-bigger .e-schedule-dialog .e-start-container,
.e-bigger .e-schedule-dialog .e-start-time-zone-container,
.e-bigger .e-schedule-dialog .e-subject-container,
.e-bigger .e-schedule-dialog .e-description-row,
.e-bigger .e-schedule-dialog .e-repeat-container {
  padding-top: 0; }

.e-bigger .e-schedule-dialog .e-all-day-time-zone-row {
  padding-bottom: 16px;
  padding-top: 10px; }

.e-bigger .e-schedule-dialog .e-description,
.e-bigger .e-schedule-dialog .e-float-input .e-description {
  height: 50px;
  resize: vertical; }

.e-bigger .e-schedule-dialog .e-time-zone-row,
.e-bigger .e-schedule-dialog .e-repeat-container,
.e-bigger .e-schedule-dialog .e-input-group .e-input-group-icon.e-icon-disable {
  display: none; }

.e-bigger .e-schedule-dialog .e-footer-content {
  padding-top: 8px; }

.e-bigger .e-schedule-dialog.e-rtl .e-all-day-container {
  margin-left: 20px;
  margin-right: 0; }

.e-bigger .e-schedule-dialog.e-rtl .e-subject-container,
.e-bigger .e-schedule-dialog.e-rtl .e-start-container,
.e-bigger .e-schedule-dialog.e-rtl .e-start-time-zone-container,
.e-bigger .e-schedule-dialog.e-rtl .e-description-label {
  padding-left: 12px;
  padding-right: 0; }

.e-bigger .e-schedule-dialog.e-rtl .e-location-container,
.e-bigger .e-schedule-dialog.e-rtl .e-end-container,
.e-bigger .e-schedule-dialog.e-rtl .e-end-time-zone-container {
  padding-left: 0;
  padding-right: 12px; }

.e-bigger .e-schedule-dialog.e-rtl .e-event-delete {
  float: right; }

.e-schedule-dialog.e-device .e-dlg-header,
.e-schedule-dialog.e-device .e-dlg-header * {
  width: 100%; }

.e-schedule-dialog.e-device .e-dlg-header-content {
  background: #fafafa;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
          box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
  margin-bottom: 3px; }

.e-schedule-dialog.e-device .e-title-location-row,
.e-schedule-dialog.e-device .e-start-end-row,
.e-schedule-dialog.e-device .e-time-zone-row,
.e-schedule-dialog.e-device .e-start-input-container,
.e-schedule-dialog.e-device .e-end-input-container {
  display: inline; }

.e-schedule-dialog.e-device .e-time-zone-row.e-enable {
  display: inline; }

.e-schedule-dialog.e-device .e-subject-container,
.e-schedule-dialog.e-device .e-location-container,
.e-schedule-dialog.e-device .e-start-container,
.e-schedule-dialog.e-device .e-end-container,
.e-schedule-dialog.e-device .e-start-time-zone-container,
.e-schedule-dialog.e-device .e-end-time-zone-container {
  padding-left: 0;
  width: 100%; }

.e-schedule-dialog.e-device .e-subject-container,
.e-schedule-dialog.e-device .e-start-container,
.e-schedule-dialog.e-device .e-start-time-zone-container,
.e-schedule-dialog.e-device .e-description-label {
  padding-right: 0; }

.e-schedule-dialog.e-device .e-location-container,
.e-schedule-dialog.e-device .e-end-container,
.e-schedule-dialog.e-device .e-end-time-zone-container,
.e-schedule-dialog.e-device .e-start-container,
.e-schedule-dialog.e-device .e-start-time-zone-container,
.e-schedule-dialog.e-device .e-subject-container,
.e-schedule-dialog.e-device .e-description-row,
.e-schedule-dialog.e-device .e-repeat-container {
  padding-top: 20px; }

.e-schedule-dialog.e-device .e-all-day-time-zone-row {
  padding-top: 20px; }

.e-schedule-dialog.e-device .e-resources {
  padding-bottom: 0;
  padding-top: 20px; }

.e-schedule-dialog.e-device .e-description,
.e-schedule-dialog.e-device .e-float-input .e-description {
  height: 60px;
  resize: vertical; }

.e-schedule-dialog.e-device .e-all-day-time-zone-row {
  margin-top: 0;
  padding-bottom: 0; }

.e-schedule-dialog.e-device .e-repeat-parent-row {
  padding-top: 8px; }

.e-schedule-dialog.e-device .e-all-day-container {
  margin-right: 20px; }

.e-schedule-dialog.e-device .e-title-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%; }

.e-schedule-dialog.e-device .e-save-icon,
.e-schedule-dialog.e-device .e-back-icon,
.e-schedule-dialog.e-device .e-forward-icon {
  cursor: pointer;
  line-height: normal; }

.e-schedule-dialog.e-device .e-save-icon {
  text-align: right; }

.e-schedule-dialog.e-device .e-time-zone-row,
.e-schedule-dialog.e-device .e-input-group .e-input-group-icon.e-icon-disable {
  display: none; }

.e-schedule-dialog.e-device .e-repeat-container {
  display: block; }

.e-schedule-dialog.e-device .e-icon-down-arrow {
  font-size: 10px; }

.e-schedule-dialog.e-device.e-rtl .e-save-icon {
  text-align: left; }

.e-schedule-dialog.e-device.e-rtl .e-all-day-container {
  margin-left: 20px;
  margin-right: 0; }

.e-schedule-dialog.e-device.e-rtl .e-subject-container,
.e-schedule-dialog.e-device.e-rtl .e-start-container,
.e-schedule-dialog.e-device.e-rtl .e-start-time-zone-container,
.e-schedule-dialog.e-device.e-rtl .e-description-label {
  padding-left: 0; }

.e-schedule-dialog.e-device.e-rtl .e-location-container,
.e-schedule-dialog.e-device.e-rtl .e-end-container,
.e-schedule-dialog.e-device.e-rtl .e-end-time-zone-container,
.e-schedule-dialog.e-device.e-rtl .e-all-day-container {
  padding-right: 0; }

.e-schedule-dialog.e-device .e-recurrence-container {
  position: relative; }
  .e-schedule-dialog.e-device .e-recurrence-container.e-hide {
    display: none; }
  .e-schedule-dialog.e-device .e-recurrence-container .e-recurrence-edit-button {
    background: none;
    border: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
    margin: -3px 5px;
    position: absolute; }
    .e-schedule-dialog.e-device .e-recurrence-container .e-recurrence-edit-button .e-recurrence-edit.e-icons {
      font-size: 12px;
      position: relative;
      top: 1px; }

/*! schedule quick popup */
.e-quick-popup-wrapper {
  background-color: #fff;
  border-radius: 2px;
  -webkit-box-shadow: 0 24px 38px 3px rgba(0, 0, 0, 0.14), 0 9px 46px 8px rgba(0, 0, 0, 0.12), 0 11px 15px -7px rgba(0, 0, 0, 0.2);
          box-shadow: 0 24px 38px 3px rgba(0, 0, 0, 0.14), 0 9px 46px 8px rgba(0, 0, 0, 0.12), 0 11px 15px -7px rgba(0, 0, 0, 0.2);
  color: rgba(0, 0, 0, 0.87);
  max-width: 365px;
  min-width: 320px;
  opacity: 1;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  width: 100%; }
  .e-quick-popup-wrapper .e-hidden {
    display: none; }
  .e-quick-popup-wrapper .e-cell-popup .e-popup-header .e-header-icon-wrapper {
    position: absolute;
    right: 6px;
    top: 4px; }
    .e-quick-popup-wrapper .e-cell-popup .e-popup-header .e-header-icon-wrapper .e-edit,
    .e-quick-popup-wrapper .e-cell-popup .e-popup-header .e-header-icon-wrapper .e-delete,
    .e-quick-popup-wrapper .e-cell-popup .e-popup-header .e-header-icon-wrapper .e-close {
      color: #000; }
      .e-quick-popup-wrapper .e-cell-popup .e-popup-header .e-header-icon-wrapper .e-edit:focus, .e-quick-popup-wrapper .e-cell-popup .e-popup-header .e-header-icon-wrapper .e-edit:hover,
      .e-quick-popup-wrapper .e-cell-popup .e-popup-header .e-header-icon-wrapper .e-delete:focus,
      .e-quick-popup-wrapper .e-cell-popup .e-popup-header .e-header-icon-wrapper .e-delete:hover,
      .e-quick-popup-wrapper .e-cell-popup .e-popup-header .e-header-icon-wrapper .e-close:focus,
      .e-quick-popup-wrapper .e-cell-popup .e-popup-header .e-header-icon-wrapper .e-close:hover {
        background: #e0e0e0;
        color: #000; }
      .e-quick-popup-wrapper .e-cell-popup .e-popup-header .e-header-icon-wrapper .e-edit .e-close-icon,
      .e-quick-popup-wrapper .e-cell-popup .e-popup-header .e-header-icon-wrapper .e-delete .e-close-icon,
      .e-quick-popup-wrapper .e-cell-popup .e-popup-header .e-header-icon-wrapper .e-close .e-close-icon {
        font-size: 11px; }
  .e-quick-popup-wrapper .e-cell-popup .e-popup-content {
    padding: 28px 18px 8px; }
    .e-quick-popup-wrapper .e-cell-popup .e-popup-content .e-popup-table {
      width: 100%; }
      .e-quick-popup-wrapper .e-cell-popup .e-popup-content .e-popup-table .e-schedule-form &gt; span {
        margin-bottom: 4px;
        margin-bottom: 8px; }
      .e-quick-popup-wrapper .e-cell-popup .e-popup-content .e-popup-table .e-subject {
        font-size: 22px; }
  .e-quick-popup-wrapper .e-event-popup .e-popup-header {
    background-color: #4d4d4d; }
    .e-quick-popup-wrapper .e-event-popup .e-popup-header .e-header-icon-wrapper {
      padding: 5px 5px 2px; }
      .e-quick-popup-wrapper .e-event-popup .e-popup-header .e-header-icon-wrapper .e-edit,
      .e-quick-popup-wrapper .e-event-popup .e-popup-header .e-header-icon-wrapper .e-delete {
        display: none;
        display: block; }
      .e-quick-popup-wrapper .e-event-popup .e-popup-header .e-header-icon-wrapper .e-edit,
      .e-quick-popup-wrapper .e-event-popup .e-popup-header .e-header-icon-wrapper .e-delete,
      .e-quick-popup-wrapper .e-event-popup .e-popup-header .e-header-icon-wrapper .e-close {
        color: #fff; }
        .e-quick-popup-wrapper .e-event-popup .e-popup-header .e-header-icon-wrapper .e-edit:focus, .e-quick-popup-wrapper .e-event-popup .e-popup-header .e-header-icon-wrapper .e-edit:hover,
        .e-quick-popup-wrapper .e-event-popup .e-popup-header .e-header-icon-wrapper .e-delete:focus,
        .e-quick-popup-wrapper .e-event-popup .e-popup-header .e-header-icon-wrapper .e-delete:hover,
        .e-quick-popup-wrapper .e-event-popup .e-popup-header .e-header-icon-wrapper .e-close:focus,
        .e-quick-popup-wrapper .e-event-popup .e-popup-header .e-header-icon-wrapper .e-close:hover {
          background: rgba(255, 255, 255, 0.15);
          color: #fff; }
      .e-quick-popup-wrapper .e-event-popup .e-popup-header .e-header-icon-wrapper .e-edit-icon,
      .e-quick-popup-wrapper .e-event-popup .e-popup-header .e-header-icon-wrapper .e-delete-icon,
      .e-quick-popup-wrapper .e-event-popup .e-popup-header .e-header-icon-wrapper .e-close-icon {
        font-size: 11px; }
      .e-quick-popup-wrapper .e-event-popup .e-popup-header .e-header-icon-wrapper .e-edit:disabled:hover,
      .e-quick-popup-wrapper .e-event-popup .e-popup-header .e-header-icon-wrapper .e-delete:disabled:hover {
        background: none; }
      .e-quick-popup-wrapper .e-event-popup .e-popup-header .e-header-icon-wrapper .e-edit:disabled &gt; .e-edit-icon,
      .e-quick-popup-wrapper .e-event-popup .e-popup-header .e-header-icon-wrapper .e-edit:disabled &gt; .e-delete-icon,
      .e-quick-popup-wrapper .e-event-popup .e-popup-header .e-header-icon-wrapper .e-delete:disabled &gt; .e-edit-icon,
      .e-quick-popup-wrapper .e-event-popup .e-popup-header .e-header-icon-wrapper .e-delete:disabled &gt; .e-delete-icon {
        opacity: .5; }
    .e-quick-popup-wrapper .e-event-popup .e-popup-header .e-subject-wrap {
      padding: 0 24px 16px; }
      .e-quick-popup-wrapper .e-event-popup .e-popup-header .e-subject-wrap .e-subject {
        cursor: default;
        font-size: 20px;
        font-weight: 500;
        line-height: 1.5;
        max-height: 87px;
        color: #fff; }
  .e-quick-popup-wrapper .e-event-popup .e-popup-content {
    padding: 8px 18px 26px 26px; }
  .e-quick-popup-wrapper .e-cell-popup .e-header-icon-wrapper,
  .e-quick-popup-wrapper .e-event-popup .e-header-icon-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end; }
    .e-quick-popup-wrapper .e-cell-popup .e-header-icon-wrapper .e-edit,
    .e-quick-popup-wrapper .e-cell-popup .e-header-icon-wrapper .e-delete,
    .e-quick-popup-wrapper .e-cell-popup .e-header-icon-wrapper .e-close,
    .e-quick-popup-wrapper .e-event-popup .e-header-icon-wrapper .e-edit,
    .e-quick-popup-wrapper .e-event-popup .e-header-icon-wrapper .e-delete,
    .e-quick-popup-wrapper .e-event-popup .e-header-icon-wrapper .e-close {
      background-color: transparent;
      border: 0; }
  .e-quick-popup-wrapper .e-cell-popup .e-date-time,
  .e-quick-popup-wrapper .e-cell-popup .e-location,
  .e-quick-popup-wrapper .e-cell-popup .e-time-zone,
  .e-quick-popup-wrapper .e-cell-popup .e-description,
  .e-quick-popup-wrapper .e-cell-popup .e-resource,
  .e-quick-popup-wrapper .e-event-popup .e-date-time,
  .e-quick-popup-wrapper .e-event-popup .e-location,
  .e-quick-popup-wrapper .e-event-popup .e-time-zone,
  .e-quick-popup-wrapper .e-event-popup .e-description,
  .e-quick-popup-wrapper .e-event-popup .e-resource {
    color: rgba(0, 0, 0, 0.87);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-top: 16px; }
  .e-quick-popup-wrapper .e-cell-popup .e-date-time-icon,
  .e-quick-popup-wrapper .e-cell-popup .e-location-icon,
  .e-quick-popup-wrapper .e-cell-popup .e-time-zone-icon,
  .e-quick-popup-wrapper .e-cell-popup .e-description-icon,
  .e-quick-popup-wrapper .e-cell-popup .e-resource-icon,
  .e-quick-popup-wrapper .e-event-popup .e-date-time-icon,
  .e-quick-popup-wrapper .e-event-popup .e-location-icon,
  .e-quick-popup-wrapper .e-event-popup .e-time-zone-icon,
  .e-quick-popup-wrapper .e-event-popup .e-description-icon,
  .e-quick-popup-wrapper .e-event-popup .e-resource-icon {
    color: rgba(0, 0, 0, 0.54);
    font-size: 18px;
    padding-right: 13px; }
  .e-quick-popup-wrapper .e-cell-popup .e-date-time-details,
  .e-quick-popup-wrapper .e-cell-popup .e-location-details,
  .e-quick-popup-wrapper .e-cell-popup .e-time-zone-details,
  .e-quick-popup-wrapper .e-cell-popup .e-description-details,
  .e-quick-popup-wrapper .e-cell-popup .e-resource-details,
  .e-quick-popup-wrapper .e-event-popup .e-date-time-details,
  .e-quick-popup-wrapper .e-event-popup .e-location-details,
  .e-quick-popup-wrapper .e-event-popup .e-time-zone-details,
  .e-quick-popup-wrapper .e-event-popup .e-description-details,
  .e-quick-popup-wrapper .e-event-popup .e-resource-details {
    color: rgba(0, 0, 0, 0.87);
    cursor: default;
    font-size: 14px; }
  .e-quick-popup-wrapper .e-popup-table td:last-child {
    padding-top: 0; }
  .e-quick-popup-wrapper .e-popup-footer {
    display: block;
    padding: 8px 18px 8px 22px;
    text-align: right;
    padding-right: 4px; }
    .e-quick-popup-wrapper .e-popup-footer .e-event-edit {
      margin-right: 8px; }
    .e-quick-popup-wrapper .e-popup-footer .e-event-edit,
    .e-quick-popup-wrapper .e-popup-footer .e-event-delete {
      right: auto; }
      .e-quick-popup-wrapper .e-popup-footer .e-event-edit:disabled,
      .e-quick-popup-wrapper .e-popup-footer .e-event-delete:disabled {
        color: rgba(0, 0, 0, 0.26); }
    .e-quick-popup-wrapper .e-popup-footer .e-event-details {
      border: none;
      margin-right: 8px;
      right: auto;
      text-transform: capitalize;
      text-transform: uppercase; }
  .e-quick-popup-wrapper .e-event-popup .e-popup-footer {
    display: none; }
  .e-quick-popup-wrapper.e-rtl {
    text-align: right; }
    .e-quick-popup-wrapper.e-rtl .e-cell-popup .e-header-icon-wrapper {
      left: 6px;
      right: auto; }
    .e-quick-popup-wrapper.e-rtl .e-cell-popup .e-popup-footer {
      padding: 8px 18px 8px 8px;
      text-align: left; }
    .e-quick-popup-wrapper.e-rtl .e-popup-content .e-date-time-wrapper,
    .e-quick-popup-wrapper.e-rtl .e-popup-content .e-location-details,
    .e-quick-popup-wrapper.e-rtl .e-popup-content .e-time-zone-details,
    .e-quick-popup-wrapper.e-rtl .e-popup-content .e-description-details,
    .e-quick-popup-wrapper.e-rtl .e-popup-content .e-resource-details {
      margin-right: 10px; }
  .e-quick-popup-wrapper.e-device {
    bottom: 0;
    height: 100%;
    left: 0;
    margin: 0;
    max-width: 100%;
    overflow: hidden;
    padding: 0;
    position: fixed;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 1004; }
    .e-quick-popup-wrapper.e-device .e-event-popup .e-popup-header .e-header-icon-wrapper .e-edit:focus, .e-quick-popup-wrapper.e-device .e-event-popup .e-popup-header .e-header-icon-wrapper .e-edit:hover,
    .e-quick-popup-wrapper.e-device .e-event-popup .e-popup-header .e-header-icon-wrapper .e-delete:focus,
    .e-quick-popup-wrapper.e-device .e-event-popup .e-popup-header .e-header-icon-wrapper .e-delete:hover,
    .e-quick-popup-wrapper.e-device .e-event-popup .e-popup-header .e-header-icon-wrapper .e-close:focus,
    .e-quick-popup-wrapper.e-device .e-event-popup .e-popup-header .e-header-icon-wrapper .e-close:hover {
      background: none; }
    .e-quick-popup-wrapper.e-device .e-event-popup .e-popup-header .e-edit,
    .e-quick-popup-wrapper.e-device .e-event-popup .e-popup-header .e-delete {
      display: block; }
    .e-quick-popup-wrapper.e-device .e-event-popup .e-popup-header .e-close {
      margin-left: 0;
      margin-right: auto;
      -webkit-box-ordinal-group: 0;
          -ms-flex-order: -1;
              order: -1; }
    .e-quick-popup-wrapper.e-device .e-event-popup .e-popup-header .e-subject-wrap {
      padding: 12px 24px;
      padding: 24px; }
    .e-quick-popup-wrapper.e-device .e-event-popup .e-popup-content {
      padding: 12px 24px; }
    .e-quick-popup-wrapper.e-device .e-multiple-event-popup .e-popup-header {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      padding: 15px; }
      .e-quick-popup-wrapper.e-device .e-multiple-event-popup .e-popup-header .e-close,
      .e-quick-popup-wrapper.e-device .e-multiple-event-popup .e-popup-header .e-edit,
      .e-quick-popup-wrapper.e-device .e-multiple-event-popup .e-popup-header .e-delete {
        background-color: transparent;
        border: 0;
        height: 40px;
        width: 40px; }
        .e-quick-popup-wrapper.e-device .e-multiple-event-popup .e-popup-header .e-close:focus, .e-quick-popup-wrapper.e-device .e-multiple-event-popup .e-popup-header .e-close:hover,
        .e-quick-popup-wrapper.e-device .e-multiple-event-popup .e-popup-header .e-edit:focus,
        .e-quick-popup-wrapper.e-device .e-multiple-event-popup .e-popup-header .e-edit:hover,
        .e-quick-popup-wrapper.e-device .e-multiple-event-popup .e-popup-header .e-delete:focus,
        .e-quick-popup-wrapper.e-device .e-multiple-event-popup .e-popup-header .e-delete:hover {
          background: none; }
      .e-quick-popup-wrapper.e-device .e-multiple-event-popup .e-popup-header .e-subject {
        font-size: 15px;
        font-weight: 500;
        height: 40px;
        line-height: 2.25;
        padding: 4px 5px;
        width: calc(100% - 95px); }
      .e-quick-popup-wrapper.e-device .e-multiple-event-popup .e-popup-header .e-close-icon,
      .e-quick-popup-wrapper.e-device .e-multiple-event-popup .e-popup-header .e-edit-icon,
      .e-quick-popup-wrapper.e-device .e-multiple-event-popup .e-popup-header .e-delete-icon {
        font-size: 14px; }
    .e-quick-popup-wrapper.e-device.e-rtl .e-event-popup .e-popup-header .e-close {
      margin-left: auto;
      margin-right: 0; }

.e-bigger .e-quick-popup-wrapper .e-cell-popup .e-popup-content .e-popup-table .e-subject {
  font-size: 24px; }

.e-bigger .e-quick-popup-wrapper .e-event-popup .e-popup-header .e-header-icon-wrapper .e-close-icon,
.e-bigger .e-quick-popup-wrapper .e-event-popup .e-popup-header .e-header-icon-wrapper .e-edit-icon,
.e-bigger .e-quick-popup-wrapper .e-event-popup .e-popup-header .e-header-icon-wrapper .e-delete-icon {
  font-size: 14px; }

.e-bigger .e-quick-popup-wrapper.e-device .e-event-popup .e-popup-header .e-header-icon-wrapper .e-close-icon,
.e-bigger .e-quick-popup-wrapper.e-device .e-event-popup .e-popup-header .e-header-icon-wrapper .e-edit-icon,
.e-bigger .e-quick-popup-wrapper.e-device .e-event-popup .e-popup-header .e-header-icon-wrapper .e-delete-icon {
  font-size: 14px; }

.e-bigger .e-quick-popup-wrapper.e-device .e-multiple-event-popup .e-popup-header .e-subject {
  padding: 0 5px 0 8px;
  padding: 5px 5px 0 8px; }

.e-appointment.e-schedule-event-clone {
  background: #4d4d4d;
  border-radius: 2px;
  -webkit-box-shadow: 0 6px 10px 0 rgba(0, 0, 0, 0.14), 0 1px 18px 0 rgba(0, 0, 0, 0.12), 0 3px 5px -1px rgba(0, 0, 0, 0.2);
          box-shadow: 0 6px 10px 0 rgba(0, 0, 0, 0.14), 0 1px 18px 0 rgba(0, 0, 0, 0.12), 0 3px 5px -1px rgba(0, 0, 0, 0.2);
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 38px;
  width: 100px;
  z-index: 9; }
  .e-appointment.e-schedule-event-clone.e-drag-clone {
    cursor: move; }
  .e-appointment.e-schedule-event-clone .e-recurrence-icon,
  .e-appointment.e-schedule-event-clone .e-recurrence-edit-icon,
  .e-appointment.e-schedule-event-clone .e-indicator.e-left-icon,
  .e-appointment.e-schedule-event-clone .e-indicator.e-right-icon,
  .e-appointment.e-schedule-event-clone .e-event-resize.e-left-handler,
  .e-appointment.e-schedule-event-clone .e-event-resize.e-right-handler {
    display: none; }
  .e-appointment.e-schedule-event-clone .e-appointment-details {
    -webkit-box-flex: 1;
        -ms-flex: auto;
            flex: auto;
    overflow: hidden;
    padding: 0 4px;
    text-align: left; }
    .e-appointment.e-schedule-event-clone .e-appointment-details .e-inner-wrap {
      -webkit-box-flex: 1;
          -ms-flex: auto;
              flex: auto;
      overflow: hidden; }
    .e-appointment.e-schedule-event-clone .e-appointment-details .e-subject {
      font-size: 13px;
      font-weight: 500;
      line-height: 1.2;
      margin-left: auto;
      min-height: 18px;
      overflow: hidden;
      padding-top: 4px;
      text-overflow: ellipsis; }
    .e-appointment.e-schedule-event-clone .e-appointment-details .e-time {
      font-size: 11px;
      overflow: hidden;
      padding-top: 1px;
      text-overflow: ellipsis; }
    .e-appointment.e-schedule-event-clone .e-appointment-details .e-location {
      display: none; }
  .e-appointment.e-schedule-event-clone.e-month-event .e-appointment-details .e-subject {
    padding: 3px 2px; }
  .e-appointment.e-schedule-event-clone.e-month-event .e-appointment-details .e-time {
    display: none; }

.e-vertical-view .e-all-day-appointment-wrapper .e-appointment.e-schedule-event-clone .e-appointment-details .e-subject {
  padding: 3px 0 1px 4px; }

.e-vertical-view .e-all-day-appointment-wrapper .e-appointment.e-schedule-event-clone .e-appointment-details .e-time {
  display: none; }

.e-bigger .e-schedule .e-month-view .e-current-date .e-date-header {
  width: 26px; }

.e-more-popup-wrapper {
  background-color: #fff;
  border: 1px solid #e0e0e0;
  border-radius: 2px;
  -webkit-box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 0.4);
          box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 0.4);
  opacity: 1;
  padding: 8px 0;
  width: 225px; }
  .e-more-popup-wrapper .e-more-appointment-wrapper {
    margin: 0 4px; }
  .e-more-popup-wrapper .e-more-event-popup {
    height: 100%;
    position: relative;
    width: 100%; }
  .e-more-popup-wrapper .e-more-event-header {
    height: 35px;
    margin: 0 8px 4px 14px; }
  .e-more-popup-wrapper .e-more-event-content {
    height: calc(100% - 35px);
    max-height: 300px;
    overflow-y: auto;
    padding-left: 10px;
    padding-right: 10px; }
    .e-more-popup-wrapper .e-more-event-content .e-appointment-border {
      border: 0;
      -webkit-box-shadow: 0 6px 10px 0 rgba(0, 0, 0, 0.14), 0 1px 18px 0 rgba(0, 0, 0, 0.12), 0 3px 5px -1px rgba(0, 0, 0, 0.2);
              box-shadow: 0 6px 10px 0 rgba(0, 0, 0, 0.14), 0 1px 18px 0 rgba(0, 0, 0, 0.12), 0 3px 5px -1px rgba(0, 0, 0, 0.2); }
  .e-more-popup-wrapper .e-more-event-date-header {
    height: 100%;
    width: calc(100% - 25px); }
    .e-more-popup-wrapper .e-more-event-date-header .e-current-date {
      color: #971b1e; }
  .e-more-popup-wrapper .e-header-day {
    color: rgba(0, 0, 0, 0.87);
    font-size: 13px;
    line-height: 1;
    padding-bottom: 2px; }
  .e-more-popup-wrapper .e-header-date {
    color: rgba(0, 0, 0, 0.87);
    font-size: 18px;
    line-height: 1;
    max-width: 15%; }
    .e-more-popup-wrapper .e-header-date:hover {
      cursor: pointer;
      text-decoration: underline; }
    .e-more-popup-wrapper .e-header-date:focus {
      text-decoration: underline; }
  .e-more-popup-wrapper .e-more-event-close {
    background-color: transparent;
    border: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
    color: #000;
    cursor: pointer;
    height: 25px;
    position: absolute;
    right: 6px;
    width: 25px; }
    .e-more-popup-wrapper .e-more-event-close .e-close-icon {
      font-size: 9px; }
    .e-more-popup-wrapper .e-more-event-close .e-btn-icon {
      margin-top: 0; }
    .e-more-popup-wrapper .e-more-event-close:focus, .e-more-popup-wrapper .e-more-event-close:hover {
      background-color: #e0e0e0;
      border-radius: 50%;
      color: #000; }
  .e-more-popup-wrapper .e-appointment {
    background: #4d4d4d;
    border-radius: 2px;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 22px;
    line-height: 20px;
    margin-bottom: 2px;
    padding: 2px 0;
    width: 100%; }
    .e-more-popup-wrapper .e-appointment .e-subject {
      color: #fff;
      -webkit-box-flex: 1;
          -ms-flex: auto;
              flex: auto;
      font-size: 13px;
      font-weight: 500;
      overflow: hidden;
      padding: 0 2px;
      text-overflow: ellipsis;
      white-space: nowrap; }
    .e-more-popup-wrapper .e-appointment .e-recurrence-icon,
    .e-more-popup-wrapper .e-appointment .e-recurrence-edit-icon {
      line-height: 22px;
      padding: 0 2px; }
    .e-more-popup-wrapper .e-appointment.e-appointment-border, .e-more-popup-wrapper .e-appointment:focus {
      border: 0;
      -webkit-box-shadow: 0 6px 10px 0 rgba(0, 0, 0, 0.14), 0 1px 18px 0 rgba(0, 0, 0, 0.12), 0 3px 5px -1px rgba(0, 0, 0, 0.2);
              box-shadow: 0 6px 10px 0 rgba(0, 0, 0, 0.14), 0 1px 18px 0 rgba(0, 0, 0, 0.12), 0 3px 5px -1px rgba(0, 0, 0, 0.2); }
  .e-more-popup-wrapper.e-device {
    bottom: 0;
    height: 100%;
    left: 0;
    margin: 0;
    max-width: 100%;
    overflow: hidden;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 1002; }
    .e-more-popup-wrapper.e-device .e-more-event-content {
      max-height: unset; }
  .e-more-popup-wrapper.e-rtl .e-more-event-close {
    left: 6px;
    right: auto; }

/*! schedule component theme */
.e-schedule {
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.12); }
  .e-schedule .e-date-header-wrap {
    border-color: rgba(0, 0, 0, 0.12);
    border-style: solid;
    border-width: 0;
    position: relative; }
  .e-schedule .e-vertical-view .e-date-header-wrap table tbody td:first-child,
  .e-schedule .e-vertical-view .e-content-wrap table td:first-child {
    border-left-width: 0; }
  .e-schedule .e-vertical-view .e-date-header-wrap .e-all-day-cells {
    background-color: #fff; }
    .e-schedule .e-vertical-view .e-date-header-wrap .e-all-day-cells:hover {
      background: #f5f5f5; }
  .e-schedule .e-vertical-view .e-left-indent-wrap table tbody td {
    background-color: #fff;
    border-color: rgba(0, 0, 0, 0.12);
    border-style: solid;
    border-width: 0 1px 1px 0;
    color: rgba(0, 0, 0, 0.87); }
    .e-schedule .e-vertical-view .e-left-indent-wrap table tbody td.e-header-cells {
      border-bottom-width: 0; }
      .e-schedule .e-vertical-view .e-left-indent-wrap table tbody td.e-header-cells.e-week-number {
        color: rgba(0, 0, 0, 0.54);
        font-size: 13px;
        padding-top: 10px;
        text-align: center;
        vertical-align: top; }
    .e-schedule .e-vertical-view .e-left-indent-wrap table tbody td.e-resource-cells {
      border-bottom-color: transparent; }
  .e-schedule .e-vertical-view .e-date-header-wrap table tbody td {
    background-color: #fff;
    border-color: rgba(0, 0, 0, 0.12);
    border-style: solid;
    border-width: 0 0 1px 1px;
    color: rgba(0, 0, 0, 0.87);
    text-align: left; }
    .e-schedule .e-vertical-view .e-date-header-wrap table tbody td.e-header-cells {
      border-bottom-width: 0; }
  .e-schedule .e-vertical-view .e-time-cells-wrap table td {
    background-color: #fff;
    border-color: rgba(0, 0, 0, 0.12);
    border-style: solid;
    border-width: 0 1px 1px 0;
    color: rgba(0, 0, 0, 0.54); }
  .e-schedule .e-vertical-view .e-time-cells-wrap table td {
    border-bottom-color: transparent; }
  .e-schedule .e-vertical-view .e-time-cells-wrap .e-time-cells {
    border-bottom-color: rgba(0, 0, 0, 0.12); }
  .e-schedule .e-vertical-view .e-header-cells {
    background-color: #fff; }
    .e-schedule .e-vertical-view .e-header-cells.e-current-day {
      color: #971b1e; }
  .e-schedule .e-vertical-view .e-work-cells {
    background-color: #fafafa;
    border-color: rgba(0, 0, 0, 0.12);
    border-style: solid;
    border-width: 0 0 1px 1px; }
    .e-schedule .e-vertical-view .e-work-cells:hover {
      background: #f5f5f5;
      color: #000; }
  .e-schedule .e-vertical-view .e-alternate-cells {
    border-bottom-style: dotted; }
  .e-schedule .e-vertical-view .e-work-hours {
    background-color: #fff; }
  .e-schedule .e-vertical-view .e-all-day-cells {
    background-color: #fff; }
    .e-schedule .e-vertical-view .e-all-day-cells.e-current-day {
      color: #971b1e; }
    .e-schedule .e-vertical-view .e-all-day-cells.e-selected-cell {
      background-color: #e0e0e0;
      color: #000; }
      .e-schedule .e-vertical-view .e-all-day-cells.e-selected-cell:hover {
        background-color: #e0e0e0; }
  .e-schedule .e-vertical-view .e-selected-cell {
    background-color: #e0e0e0;
    color: #000; }
    .e-schedule .e-vertical-view .e-selected-cell:hover {
      background-color: #e0e0e0; }
  .e-schedule .e-vertical-view .e-clone-time-indicator,
  .e-schedule .e-vertical-view .e-current-time {
    color: #971b1e; }
  .e-schedule .e-vertical-view .e-current-timeline {
    border-top: 1px solid #971b1e; }
  .e-schedule .e-vertical-view .e-previous-timeline {
    border-top: 1px dotted #971b1e; }
  .e-schedule .e-vertical-view.e-by-date .e-date-header-wrap table tbody td.e-header-cells {
    border-bottom-width: 1px; }
  .e-schedule .e-month-view .e-date-header-wrap table td:first-child,
  .e-schedule .e-month-view .e-content-wrap table td:first-child {
    border-left-width: 0; }
  .e-schedule .e-month-view .e-date-header-wrap table td,
  .e-schedule .e-month-agenda-view .e-date-header-wrap table td {
    background-color: #fff;
    border-color: rgba(0, 0, 0, 0.12);
    border-style: solid;
    border-width: 0 0 1px 1px;
    color: rgba(0, 0, 0, 0.87);
    text-align: left; }
    .e-schedule .e-month-view .e-date-header-wrap table td.e-current-day,
    .e-schedule .e-month-agenda-view .e-date-header-wrap table td.e-current-day {
      color: #971b1e; }
  .e-schedule .e-month-view .e-work-cells,
  .e-schedule .e-month-agenda-view .e-work-cells {
    background-color: #fafafa;
    border-color: rgba(0, 0, 0, 0.12);
    border-style: solid;
    border-width: 0 0 1px 1px;
    color: rgba(0, 0, 0, 0.87); }
    .e-schedule .e-month-view .e-work-cells:hover,
    .e-schedule .e-month-agenda-view .e-work-cells:hover {
      background: #f5f5f5;
      color: #000; }
  .e-schedule .e-month-view .e-work-days,
  .e-schedule .e-month-agenda-view .e-work-days {
    background-color: #fff; }
  .e-schedule .e-month-view .e-other-month,
  .e-schedule .e-month-agenda-view .e-other-month {
    color: rgba(0, 0, 0, 0.54); }
  .e-schedule .e-month-view .e-current-date .e-date-header,
  .e-schedule .e-month-agenda-view .e-current-date .e-date-header {
    background-color: #971b1e;
    border-radius: 50%;
    color: #fff;
    width: 20px; }
  .e-schedule .e-month-view .e-selected-cell,
  .e-schedule .e-month-agenda-view .e-selected-cell {
    background-color: #e0e0e0;
    color: rgba(0, 0, 0, 0.87); }
    .e-schedule .e-month-view .e-selected-cell .e-more-indicator,
    .e-schedule .e-month-agenda-view .e-selected-cell .e-more-indicator {
      color: rgba(0, 0, 0, 0.87); }
    .e-schedule .e-month-view .e-selected-cell:hover,
    .e-schedule .e-month-agenda-view .e-selected-cell:hover {
      background-color: #e0e0e0; }
  .e-schedule .e-month-agenda-view .e-date-header-wrap table td {
    border-width: 0 0 1px 0;
    text-align: center; }
  .e-schedule .e-month-agenda-view .e-work-cells {
    border-width: 0; }
  .e-schedule .e-month-agenda-view .e-current-date .e-date-header {
    width: 24px; }
  .e-schedule .e-timeline-view .e-date-header-wrap table td:first-child,
  .e-schedule .e-timeline-view .e-content-wrap table td:first-child,
  .e-schedule .e-timeline-month-view .e-date-header-wrap table td:first-child,
  .e-schedule .e-timeline-month-view .e-content-wrap table td:first-child {
    border-left-width: 0; }
  .e-schedule .e-timeline-view .e-content-wrap table tr:last-child td,
  .e-schedule .e-timeline-month-view .e-content-wrap table tr:last-child td {
    border-bottom-width: 0; }
  .e-schedule .e-timeline-view .e-date-header-wrap table td,
  .e-schedule .e-timeline-month-view .e-date-header-wrap table td {
    background-color: #fff;
    border-color: rgba(0, 0, 0, 0.12);
    border-style: solid;
    border-width: 0 0 1px 1px;
    color: rgba(0, 0, 0, 0.87); }
    .e-schedule .e-timeline-view .e-date-header-wrap table td.e-current-day,
    .e-schedule .e-timeline-month-view .e-date-header-wrap table td.e-current-day {
      color: #971b1e; }
  .e-schedule .e-timeline-view .e-work-cells,
  .e-schedule .e-timeline-month-view .e-work-cells {
    background-color: #fafafa;
    border-color: rgba(0, 0, 0, 0.12);
    border-style: solid;
    border-width: 0 0 1px 1px;
    color: rgba(0, 0, 0, 0.87); }
    .e-schedule .e-timeline-view .e-work-cells:hover:not(.e-resource-group-cells),
    .e-schedule .e-timeline-month-view .e-work-cells:hover:not(.e-resource-group-cells) {
      background: #f5f5f5;
      color: #000; }
  .e-schedule .e-timeline-view .e-work-days,
  .e-schedule .e-timeline-month-view .e-work-days {
    background-color: #fff; }
  .e-schedule .e-timeline-view .e-resource-group-cells,
  .e-schedule .e-timeline-month-view .e-resource-group-cells {
    background-color: #fafafa; }
  .e-schedule .e-timeline-view .e-selected-cell,
  .e-schedule .e-timeline-month-view .e-selected-cell {
    background-color: #e0e0e0;
    color: rgba(0, 0, 0, 0.87); }
    .e-schedule .e-timeline-view .e-selected-cell:hover:not(.e-resource-group-cells),
    .e-schedule .e-timeline-month-view .e-selected-cell:hover:not(.e-resource-group-cells) {
      background-color: #e0e0e0; }
  .e-schedule .e-timeline-view .e-work-hours {
    background-color: #fff; }
  .e-schedule .e-timeline-view .e-resource-group-cells {
    background-color: #fafafa; }
  .e-schedule .e-timeline-view .e-selected-cell {
    background-color: #e0e0e0;
    color: #000; }
    .e-schedule .e-timeline-view .e-selected-cell:hover {
      background-color: #e0e0e0; }
  .e-schedule .e-timeline-view .e-alternate-cells {
    border-left-style: dotted; }
  .e-schedule .e-timeline-view .e-header-row .e-time-cells {
    border-left-width: 0; }
  .e-schedule .e-timeline-view .e-clone-time-indicator,
  .e-schedule .e-timeline-view .e-current-time {
    color: #971b1e;
    font-size: 11px; }
  .e-schedule .e-timeline-view .e-current-timeline {
    border-left: 1px solid #971b1e; }
  .e-schedule.e-rtl .e-vertical-view .e-date-header-wrap table tbody td:first-child,
  .e-schedule.e-rtl .e-vertical-view .e-content-wrap table td:first-child {
    border-right-width: 0; }
  .e-schedule.e-rtl .e-vertical-view .e-date-header-wrap table tbody td,
  .e-schedule.e-rtl .e-vertical-view .e-work-cells {
    border-width: 0 1px 1px 0; }
  .e-schedule.e-rtl .e-vertical-view .e-left-indent-wrap .e-header-cells,
  .e-schedule.e-rtl .e-vertical-view .e-date-header-wrap .e-header-cells {
    border-bottom-width: 0; }
  .e-schedule.e-rtl .e-vertical-view .e-left-indent-wrap table tbody td,
  .e-schedule.e-rtl .e-vertical-view .e-time-cells-wrap table tbody td {
    border-width: 0 0 1px 1px; }
  .e-schedule.e-rtl .e-month-view .e-date-header-wrap table td:first-child,
  .e-schedule.e-rtl .e-month-view .e-content-wrap table td:first-child {
    border-right-width: 0; }
  .e-schedule.e-rtl .e-month-view .e-date-header-wrap table td {
    border-width: 0 1px 1px 0; }
  .e-schedule.e-rtl .e-month-view .e-work-cells,
  .e-schedule.e-rtl .e-month-agenda-view .e-work-cells {
    border-width: 0 1px 1px 0; }
  .e-schedule.e-rtl .e-month-agenda-view .e-work-cells {
    border-width: 0; }
  .e-schedule.e-rtl .e-timeline-view .e-date-header-wrap table td:first-child,
  .e-schedule.e-rtl .e-timeline-view .e-content-wrap table td:first-child,
  .e-schedule.e-rtl .e-timeline-month-view .e-date-header-wrap table td:first-child,
  .e-schedule.e-rtl .e-timeline-month-view .e-content-wrap table td:first-child {
    border-right-width: 0; }
  .e-schedule.e-rtl .e-timeline-view .e-date-header-wrap table td:last-child,
  .e-schedule.e-rtl .e-timeline-view .e-content-wrap table td:last-child,
  .e-schedule.e-rtl .e-timeline-month-view .e-date-header-wrap table td:last-child,
  .e-schedule.e-rtl .e-timeline-month-view .e-content-wrap table td:last-child {
    border-left-width: 0; }
  .e-schedule.e-rtl .e-timeline-view .e-date-header-wrap table td,
  .e-schedule.e-rtl .e-timeline-view .e-content-wrap table td,
  .e-schedule.e-rtl .e-timeline-month-view .e-date-header-wrap table td,
  .e-schedule.e-rtl .e-timeline-month-view .e-content-wrap table td {
    border-width: 0 1px 1px 0; }
  .e-schedule.e-rtl .e-timeline-view .e-alternate-cells {
    border-right-style: dotted; }
  .e-schedule.e-rtl .e-timeline-view .e-header-row .e-time-cells {
    border-right-width: 0; }

.e-tooltip-wrap.e-schedule-error {
  background-color: #fcdbe4;
  border-color: #fcdbe4;
  z-index: 1000; }
  .e-tooltip-wrap.e-schedule-error .e-arrow-tip.e-tip-top {
    left: 44%; }
  .e-tooltip-wrap.e-schedule-error .e-arrow-tip-inner.e-tip-top,
  .e-tooltip-wrap.e-schedule-error .e-arrow-tip-outer.e-tip-top {
    border-bottom: 8px solid #fcdbe4;
    color: #fcdbe4; }
  .e-tooltip-wrap.e-schedule-error .e-arrow-tip-outer.e-tip-bottom,
  .e-tooltip-wrap.e-schedule-error .e-arrow-tip-inner.e-tip-bottom {
    border-top: 8px solid #fcdbe4;
    color: #fcdbe4; }
  .e-tooltip-wrap.e-schedule-error .e-tip-content {
    padding: 3px 6px; }
  .e-tooltip-wrap.e-schedule-error .e-tip-content,
  .e-tooltip-wrap.e-schedule-error .e-tip-content label {
    color: #f44336; }

@media print {
  .e-grid .e-rowcell {
    white-space: normal !important;
    overflow: visible !important;
    text-overflow: initial !important;
    vertical-align: top; }
  .e-grid .e-headercelldiv {
    white-space: normal !important;
    overflow: visible !important;
    text-overflow: clip !important;
    height: auto !important;
    line-height: 1.5em;
    vertical-align: top; } }

.collapsibleList {
  list-style: none;
  padding: 0; }
  .collapsibleList li {
    padding-left: 1.3em;
    cursor: auto; }
    .collapsibleList li:before {
      display: inline-block;
      margin-left: -1.3em;
      width: 1.3em; }
    .collapsibleList li.collapsibleListOpen {
      cursor: pointer; }
      .collapsibleList li.collapsibleListOpen:before {
        content: "\f146";
        font-family: "Font Awesome\ 5 Free"; }
    .collapsibleList li.collapsibleListClosed {
      cursor: pointer; }
      .collapsibleList li.collapsibleListClosed:before {
        content: "\f0fe";
        font-family: "Font Awesome\ 5 Free"; }

.credit-card-form {
  max-width: 700px;
  background-color: #fff;
  margin: 50px auto;
  overflow: hidden;
  padding: 25px;
  color: #4c4e56; }
  .credit-card-form label {
    width: 100%;
    margin-bottom: 10px; }
  .credit-card-form .heading h3 {
    text-align: center;
    color: #4c4e56; }
  .credit-card-form .payment {
    float: left;
    font-size: 18px;
    padding: 10px 25px;
    margin-top: 20px;
    position: relative;
    width: 100%; }
    .credit-card-form .payment .form-group {
      float: left;
      margin-bottom: 15px; }
    .credit-card-form .payment .form-control {
      line-height: 40px;
      height: auto;
      padding: 0 16px; }
    .credit-card-form .payment .btn {
      width: 100%;
      margin-top: 3px;
      font-size: 24px; }
    .credit-card-form .payment select {
      padding: 10px;
      margin-right: 15px; }
  .credit-card-form .name {
    width: 63%;
    margin-right: 10px; }
  .credit-card-form .cvv {
    width: 35%; }
  .credit-card-form #cardNumberField {
    width: 100%; }
  .credit-card-form #expiry {
    width: 49%; }
  .credit-card-form #creditCards {
    width: 50%;
    margin-top: 25px;
    text-align: right; }
  .credit-card-form #payNow {
    width: 100%;
    margin-top: 25px; }
  .credit-card-form .transparent {
    opacity: 0.2; }

@media (max-width: 650px) {
  .credit-card-form .owner,
  .credit-card-form .cvv,
  .credit-card-form #expirationDate,
  .credit-card-form #creditCards {
    width: 100%; }
  .credit-card-form #creditCards {
    text-align: left; } }

@media (min-width: 768px) {
  .modal-dialog-large {
    margin: 30px auto;
    width: 900px; } }

.text-danger {
  color: crimson; }

.progress-bar-success {
  background-color: #5cac00; }

.form-group {
  margin-bottom: 10px; }

.hidden {
  display: none; }

.five-gutter &gt; [class*='col-'] {
  padding-left: 5px;
  padding-right: 5px; }

.ten-gutter-left &gt; [class*='col-'] {
  padding-left: 10px;
  padding-right: 0px; }

.two-gutter &gt; [class*='col-'] {
  padding-left: 2px;
  padding-right: 2px; }

.zero-gutter &gt; [class*='col-'] {
  padding-left: 0;
  padding-right: 0; }

.no-margin {
  margin-bottom: 0; }

.checkbox-container {
  border: 1px solid #dddddd;
  border-radius: 4px;
  padding: 8px 0 10px 0;
  margin-right: -10px; }
  .checkbox-container .form-group .control-label {
    padding-top: 2px; }
  .checkbox-container.field-required {
    background: #fdfdfd; }

.form-horizontal .form-group .left-align {
  text-align: left; }

.boxed {
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 4px;
  margin: 10px 15px;
  padding: 20px; }
  .boxed.no-side-margin {
    margin-left: 0;
    margin-right: 0; }
  .boxed.no-padding {
    padding: 0; }
  .boxed .vertical-group {
    margin-bottom: 15px; }
  .boxed .header-row {
    color: #aaaaaa; }

.section-header {
  color: #971B1E;
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 5px;
  padding-top: 12px;
  text-transform: uppercase; }

.info-popover {
  color: #275b9d; }

.info-popover-input,
label .info-popover-input {
  font-size: 1.1em; }
  .info-popover-input i,
  label .info-popover-input i {
    margin-top: 5px; }

.popover {
  color: #000000; }

h4 .info-popover-input, h3 .info-popover-input {
  font-size: 1em; }

.form-control.field-required {
  background: #fdfdfd; }

.checkbox-label {
  font-weight: normal; }

.table-buttons &gt; .btn-group &gt; .btn.btn-default.table-buttongroup-last {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px; }

.table-buttons &gt; .btn-group &gt; .btn.btn-default.btn-separate {
  margin-left: 7px;
  border-radius: 4px; }

.btn.btn-primary {
  color: #ad1f21;
  background-color: #ffffff;
  border-color: #ad1f21;
  font-weight: 600; }
  .btn.btn-primary:hover, .btn.btn-primary:focus, .btn.btn-primary:active, .btn.btn-primary.active {
    color: #ffffff;
    background-color: #971B1E;
    border-color: #971B1E;
    font-weight: 300; }

.btn.btn-primary-reverse {
  color: #ffffff;
  background-color: #971B1E;
  border-color: #ad1f21;
  font-weight: 600; }
  .btn.btn-primary-reverse:hover, .btn.btn-primary-reverse:focus, .btn.btn-primary-reverse:active, .btn.btn-primary-reverse.active {
    color: #ffffff;
    background-color: #ffffff;
    border-color: #971B1E;
    font-weight: 300; }

.btn.btn-secondary {
  color: #666666;
  background-color: transparent;
  border-color: #666666;
  font-weight: 600; }
  .btn.btn-secondary:hover, .btn.btn-secondary:focus, .btn.btn-secondary:active, .btn.btn-secondary.active {
    color: #ffffff;
    background-color: #4d4d4d;
    border-color: #4d4d4d;
    font-weight: 300; }

.btn.btn-add {
  background-color: #5cac00;
  border-radius: 50%;
  color: #ffffff;
  font-size: 20px;
  padding: 0 9px; }
  .btn.btn-add:hover, .btn.btn-add:focus, .btn.btn-add.active {
    background-color: #4f9400;
    border-radius: 50%;
    color: #ffffff;
    font-size: 20px;
    padding: 0 9px; }

.open &gt; .dropdown-toggle.btn-default.btn-secondary:hover, .open &gt; .dropdown-toggle.btn-default.btn-secondary:focus {
  color: #ffffff;
  background-color: #286194;
  border-color: #21507a; }

.modal-dialog .close {
  color: #ffffff;
  text-shadow: none;
  opacity: 1; }
  .modal-dialog .close:hover, .modal-dialog .close:focus {
    color: #ffffff;
    opacity: 1; }

.modal-dialog .modal-header {
  background-color: #971B1E; }
  .modal-dialog .modal-header .close {
    margin-top: 0; }
  .modal-dialog .modal-header .modal-title {
    color: #e0e0e0;
    font-size: 15px;
    text-transform: uppercase; }
    .modal-dialog .modal-header .modal-title .info-popover {
      color: #e0e0e0; }
    .modal-dialog .modal-header .modal-title .popover {
      color: #000000; }

.modal-dialog .modal-content .control-label {
  color: #585757;
  font-size: 11px;
  text-transform: uppercase; }

.modal-dialog .modal-content .section-header {
  color: #971B1E;
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 5px;
  padding-top: 12px;
  text-transform: uppercase; }

.modal-dialog .modal-footer .btn {
  padding: 4px 8px; }

.e-dlg-content .control-label {
  color: #585757;
  font-size: 11px;
  text-transform: uppercase; }

.open &gt; .dropdown-menu {
  z-index: 2147483647; }

.dropdown-menu {
  cursor: default; }

.select.modal .modal-header &gt; .close {
  color: #245785;
  text-shadow: none;
  opacity: 1; }

/* Fix for modal not getting a scroll bar if previous modal fit the screen */
#procedureHistoryCreateDetailsModal {
  overflow-y: scroll !important; }

.modal-xl {
  width: 90%;
  max-width: 1200px; }

.table-dropdown {
  width: 100%; }
  .table-dropdown .header {
    cursor: default;
    padding-bottom: 5px; }
  .table-dropdown .content {
    cursor: default;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding-top: 3px;
    padding-bottom: 3px; }

.table-dropdown-selector {
  cursor: pointer; }

.col-xs-5ths,
.col-sm-5ths,
.col-md-5ths,
.col-lg-5ths {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px; }

.col-xs-5ths {
  width: 20%;
  float: left; }

@media (min-width: 768px) {
  .col-sm-5ths {
    width: 20%;
    float: left; } }

@media (min-width: 992px) {
  .col-md-5ths {
    width: 20%;
    float: left; } }

@media (min-width: 1200px) {
  .col-lg-5ths {
    width: 20%;
    float: left; } }

.table tbody tr .no-line {
  border-top: none; }

.table tbody tr .thick-line {
  border-top: 2px solid; }

.table thead tr .no-line {
  border-top: none; }

.pagination &gt; .active &gt; a,
.pagination &gt; .active &gt; span,
.pagination &gt; .active &gt; a:hover,
.pagination &gt; .active &gt; span:hover,
.pagination &gt; .active &gt; a:focus,
.pagination &gt; .active &gt; span:focus {
  background-color: #666666;
  border-color: #666666; }

.table-striped &gt; tbody &gt; tr:nth-of-type(odd) {
  background-color: #FFFFFF; }

.m-top-5 {
  margin-top: 5px; }

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

.m-top-15 {
  margin-top: 15px; }

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

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

.m-right-5 {
  margin-right: 5px; }

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

.m-right-15 {
  margin-right: 15px; }

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

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

.m-bottom-5 {
  margin-bottom: 5px; }

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

.m-bottom-15 {
  margin-bottom: 15px; }

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

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

.m-left-5 {
  margin-left: 5px; }

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

.m-left-15 {
  margin-left: 15px; }

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

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

.panel.panel-default .panel-heading {
  background-color: #971B1E;
  color: white; }

.e-templatecell .cell-label {
  font-weight: normal; }

table.dataTable thead th,
table.dataTable thead td {
  padding-left: 8px; }

table.dataTable thead th select {
  font-size: 11px;
  font-weight: bold;
  padding: 5px 0; }

table.dataTable thead th,
table.dataTable tbody td {
  font-size: 12px; }

table.dataTable tbody th,
table.dataTable tbody td {
  border-bottom: 1px solid #ccc; }

table.dataTable tbody tr.odd td {
  background-color: #fafafa; }

table.dataTable td.details-control {
  padding: 0 0 0 10px; }

table.dataTable td.details-control:before {
  content: '\f044';
  font-family: "Font Awesome\ 5 Free";
  cursor: pointer;
  font-size: 22px;
  color: #55a4be; }

table.dataTable tr.shown td.details-control:before {
  content: '\f00d';
  color: black; }

table.dataTable td table.sub-data-table tr td {
  padding: 5px; }

table.dataTable td table.sub-data-table tr:nth-child(2) td {
  vertical-align: top; }

/* DataTable Header &amp; Footer
**************************/
.dataTables_wrapper .dataTables_length,
.dataTables_wrapper .dataTables_filter,
.dataTables_wrapper .dataTables_info {
  font-size: 11px; }

.dataTables_wrapper .dataTables_length {
  margin: 10px 0 0 10px; }

.dataTables_wrapper .dataTables_filter {
  margin: 10px 10px 0 0; }

.dataTables_wrapper .dataTables_info {
  padding: 10px; }

.dataTables_wrapper .dataTables_paginate {
  padding: 10px; }

.dataTables_wrapper .dataTables_length select,
.dataTables_wrapper .dataTables_filter select {
  font-size: 11px;
  font-weight: bold; }

.dataTables_wrapper .dataTables_paginate .paginate_button {
  padding: 0.1em 0.3em;
  font-size: 11px; }

.embedded-form .form-section {
  margin-bottom: 15px; }
  .embedded-form .form-section .form-input-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 4px; }
    .embedded-form .form-section .form-input-row .full-container,
    .embedded-form .form-section .form-input-row .half-container,
    .embedded-form .form-section .form-input-row .third-container {
      padding-right: 8px; }
    .embedded-form .form-section .form-input-row .e-checkbox-wrapper {
      margin-bottom: 5px; }

.embedded-form .full-container {
  width: 100%; }

.embedded-form .half-container {
  width: 50%; }

.embedded-form .third-container {
  width: 33.33%; }

.e-transfer::before {
  content: '\e359'; }

.e-refresh::before {
  content: '\e606'; }

.e-add::before {
  content: '\e823'; }

.e-view::before {
  content: '\e345'; }

.e-complete::before {
  content: '\e614'; }

.e-document::before {
  content: '\e7ac'; }

.e-mail-message::before {
  content: '\e80f'; }

.e-undo::before {
  content: '\e76e'; }

.horse-filter-list {
  position: absolute;
  background-color: white;
  border: 1px solid black;
  padding: 10px;
  z-index: 9999;
  height: 10em;
  overflow-y: auto;
  overflow-x: hidden; }

.horse-filter-list div {
  cursor: pointer; }

.horse-filter-list div:hover {
  background-color: lightgray; }

.steps-container .title {
  font-size: 1.5em;
  font-weight: bold;
  margin-bottom: 20px; }

.steps-container .info,
.steps-container .info-header {
  font-size: 1.1em;
  font-weight: bold;
  margin-bottom: 20px; }

.e-dropdown-popup svg {
  height: 36px; }

/* Custom Magnific CSS */
.mfp-with-fade .mfp-content,
.mfp-with-fade .mfp-arrow, .mfp-with-fade.mfp-bg {
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease; }

.mfp-with-fade.mfp-ready .mfp-content,
.mfp-with-fade.mfp-ready .mfp-arrow {
  opacity: 1; }

.mfp-with-fade.mfp-ready.mfp-bg {
  opacity: 0.8; }

.mfp-with-fade.mfp-removing .mfp-content,
.mfp-with-fade.mfp-removing .mfp-arrow, .mfp-with-fade.mfp-removing.mfp-bg {
  opacity: 0; }

.overview .top-panel .boxed {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 7px;
  padding: 0; }
  .overview .top-panel .boxed .icon {
    background-color: #666666;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    color: #ffffff;
    padding: 13px;
    width: 63px; }
    .overview .top-panel .boxed .icon img {
      margin-left: 6px;
      width: 24px; }
  .overview .top-panel .boxed .info {
    padding: 8px 11px; }
    .overview .top-panel .boxed .info .title {
      font-size: 0.9em;
      color: #aaaaaa; }

.overview .middle-panel .boxed {
  margin: 7px;
  padding: 0; }
  .overview .middle-panel .boxed .icon {
    background-color: #666666;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    color: #ffffff;
    padding: 13px;
    width: 63px; }
    .overview .middle-panel .boxed .icon img {
      margin-left: 6px;
      width: 24px; }
  .overview .middle-panel .boxed .info {
    padding: 8px 11px; }
    .overview .middle-panel .boxed .info .title {
      font-size: 0.9em;
      color: #aaaaaa; }

.overview .bottom-panel .boxed {
  margin: 7px;
  padding: 15px;
  min-height: 500px; }
  .overview .bottom-panel .boxed .title {
    background-color: #ffffff;
    color: #333;
    font-size: 1.1em;
    font-weight: bold;
    padding-bottom: 10px; }
  .overview .bottom-panel .boxed .person-details .person-detail {
    padding: 5px 0; }
    .overview .bottom-panel .boxed .person-details .person-detail i {
      font-size: 1.3em;
      margin-right: 7px; }
    .overview .bottom-panel .boxed .person-details .person-detail .sub-content {
      color: #aaaaaa; }
  .overview .bottom-panel .boxed .financial-details {
    padding-top: 15px; }
    .overview .bottom-panel .boxed .financial-details .financial-detail {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      padding-bottom: 12px; }
      .overview .bottom-panel .boxed .financial-details .financial-detail.outstanding {
        color: #c40000; }
      .overview .bottom-panel .boxed .financial-details .financial-detail.receipt {
        color: #277531; }
      .overview .bottom-panel .boxed .financial-details .financial-detail i {
        font-size: 1.3em;
        margin-top: 1px; }
      .overview .bottom-panel .boxed .financial-details .financial-detail .title {
        color: #aaaaaa;
        font-size: 1em;
        font-weight: normal;
        padding-left: 0;
        margin-left: 0; }
      .overview .bottom-panel .boxed .financial-details .financial-detail .content {
        padding-left: 10px; }

.overview .bottom-panel .title {
  background-color: #971B1E;
  color: #ffffff;
  font-size: 1.1em;
  font-weight: bold;
  margin: 0 7px;
  padding: 5px 15px; }

.overview .bottom-panel .boxed {
  margin-top: 0; }

.tick {
  text-align: center; }
  .tick .fa-times,
  .tick .fa-square {
    color: red; }
  .tick .fa-check,
  .tick .fa-check-square {
    color: green; }

.plus {
  text-align: center; }
  .plus .fa-plus {
    color: green; }
  .plus .fa-minus {
    color: red; }

.no-border,
.no-border &gt; th,
.no-border &gt; td {
  border: 0 !important; }

.no-border-top,
.no-border-top &gt; th,
.no-border-top &gt; th {
  border: 0 !important; }

.table-container {
  background-color: #ffffff;
  /*border: 1px solid $grey;*/
  padding: 15px; }

.table-hide-last tr td:last-child .dropdown-toggle {
  visibility: hidden; }

.table-hide-last tr td:last-child .fa-cog {
  color: #971B1E; }

.table-hide-last tr:hover td:last-child svg {
  visibility: visible; }

.table-hide-last.e-grid td:last-child {
  padding-top: 0;
  padding-bottom: 0; }

.table-header-link th a {
  display: block;
  color: #000000; }
  .table-header-link th a:hover {
    cursor: default;
    text-decoration: none; }

.table .options.dropdown {
  text-align: center;
  vertical-align: middle; }

.table-top {
  margin-bottom: 10px; }
  .table-top .table-left {
    float: left; }
  .table-top .table-right {
    float: right; }
  .table-top .table-viewbys {
    float: left; }
  .table-top .syncfusion-table-viewbys {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    float: left; }
    .table-top .syncfusion-table-viewbys div {
      margin-right: 20px; }
  .table-top .custom-date {
    margin-top: 5px; }
  .table-top .display-inline-block {
    display: inline-block; }

.table-bottom {
  margin-top: 15px; }
  .table-bottom .dataTables_length {
    float: left; }
  .table-bottom .dataTables_info {
    float: left;
    margin-left: 20px;
    margin-top: 9px; }
  .table-bottom .table-buttons {
    float: right; }

.left-body .table-top .table-buttons {
  float: left; }

.left-body .clickable-row:hover {
  cursor: pointer; }

.right-body .table-top .table-buttons {
  float: right; }

.hidden-viewby-container {
  display: none; }

.table-buttons .search-container {
  height: 34px;
  width: 38px;
  overflow: hidden;
  padding: 3px;
  -webkit-transition: width .55s ease;
  transition: width .55s ease; }
  .table-buttons .search-container span {
    display: block; }
  .table-buttons .search-container .table-search:before {
    content: "\e003";
    font-family: 'Glyphicons Halflings';
    position: absolute;
    top: 0.4em;
    left: 12px; }
  .table-buttons .search-container input {
    background-color: rgba(0, 0, 0, 0);
    width: 0;
    height: 26px;
    margin-left: 25px;
    border: 0;
    outline: 0; }
  .table-buttons .search-container:hover {
    background-color: #ffffff;
    width: 200px; }
    .table-buttons .search-container:hover input {
      width: 150px; }
  .table-buttons .search-container.left-nav {
    background-color: #ffffff;
    margin: 10px 0 0 4px;
    width: 188px; }
    .table-buttons .search-container.left-nav input {
      width: 150px; }

tr.group,
tr.group:hover {
  background-color: #ddd !important; }
  tr.group &gt; td,
  tr.group:hover &gt; td {
    font-weight: bold; }

tr.yellow &gt; td {
  background-color: #fffcf4 !important; }

tr.red &gt; td {
  background-color: #f5eded !important; }

table.dataTable tbody tr:hover.selected {
  background-color: #aab7d1; }
  table.dataTable tbody tr:hover.selected td {
    background-color: #B0BED9; }

table.dataTable tbody tr.odd.selected {
  background-color: #acbad4; }
  table.dataTable tbody tr.odd.selected td {
    background-color: #acbad4; }

table.dataTable tbody tr.selected {
  background-color: #B0BED9; }
  table.dataTable tbody tr.selected td {
    background-color: #B0BED9; }

.e-grid .e-gridcontent .e-content .grid-error {
  color: red; }

.e-grid.e-default .e-gridheader.e-stackedheader th {
  border-left-style: solid;
  border-left-width: 1px; }

.table-info {
  font-style: italic;
  margin-bottom: 13px; }

.e-grid .e-altrow {
  background-color: #fafafa; }

.e-table .e-checkbox-wrapper.e-checkbox-disabled .e-frame.e-check,
.e-table .e-css.e-checkbox-wrapper.e-checkbox-disabled .e-frame.e-check {
  background-color: #971B1E;
  border-color: transparent;
  color: #fff; }

.e-table .e-checkbox-wrapper.e-checkbox-disabled .e-frame,
.e-table .e-css.e-checkbox-wrapper.e-checkbox-disabled .e-frame {
  background-color: #fff;
  border-color: #bdbdbd;
  color: #bdbdbd; }

.e-grid tr td:last-child .dropdown-toggle {
  visibility: hidden; }

.e-grid tr td:last-child .fa-cog {
  color: #971B1E; }

.e-grid tr:hover td:last-child svg {
  visibility: visible; }

.tabs-below &gt; .nav-tabs,
.tabs-below &gt; .nav-wrapper &gt; .nav-tabs,
.tabs-right &gt; .nav-tabs,
.tabs-right &gt; .nav-wrapper &gt; .nav-tabs,
.tabs-left &gt; .nav-tabs,
.tabs-left &gt; .nav-wrapper &gt; .nav-tabs {
  border-bottom: 0; }

.tab-content &gt; .tab-pane,
.tab-content &gt; .pill-pane,
.pill-content &gt; .tab-pane,
.pill-content &gt; .pill-pane {
  display: none; }

.tab-content &gt; .active,
.pill-content &gt; .active {
  display: block; }

.tabs-below &gt; .nav-tabs {
  border-top: 1px solid #dddddd; }
  .tabs-below &gt; .nav-tabs &gt; li {
    margin-top: -1px;
    margin-bottom: 0; }
    .tabs-below &gt; .nav-tabs &gt; li &gt; a {
      border-radius: 0 0 4px 4px; }
      .tabs-below &gt; .nav-tabs &gt; li &gt; a:hover, .tabs-below &gt; .nav-tabs &gt; li &gt; a:focus {
        border-top-color: #dddddd;
        border-bottom-color: transparent; }
  .tabs-below &gt; .nav-tabs &gt; .active &gt; a,
  .tabs-below &gt; .nav-tabs &gt; .active &gt; a:hover,
  .tabs-below &gt; .nav-tabs &gt; .active &gt; a:focus {
    border-color: transparent #dddddd #dddddd #dddddd; }

.tabs-left &gt; .nav-wrapper {
  position: relative; }
  .tabs-left &gt; .nav-wrapper &gt; .nav-tabs {
    padding-right: 0;
    position: absolute;
    width: 150px; }
    .tabs-left &gt; .nav-wrapper &gt; .nav-tabs &gt; li {
      float: none; }
      .tabs-left &gt; .nav-wrapper &gt; .nav-tabs &gt; li &gt; a {
        min-width: 74px;
        margin-bottom: 0;
        border-right: 0;
        color: #000000;
        margin-right: -1px;
        border-radius: 2px 0 0 2px; }
        .tabs-left &gt; .nav-wrapper &gt; .nav-tabs &gt; li &gt; a:hover, .tabs-left &gt; .nav-wrapper &gt; .nav-tabs &gt; li &gt; a:focus {
          border-color: #eeeeee #dddddd #eeeeee #eeeeee; }
    .tabs-left &gt; .nav-wrapper &gt; .nav-tabs &gt; .active a,
    .tabs-left &gt; .nav-wrapper &gt; .nav-tabs &gt; .active a:hover,
    .tabs-left &gt; .nav-wrapper &gt; .nav-tabs &gt; .active a:focus {
      border-color: #dddddd; }

.tabs-left &gt; .tab-content {
  border-top: 0;
  padding-left: 150px;
  width: 100%; }

.tabs-right &gt; .nav-tabs {
  float: right;
  margin-left: 19px;
  border-left: 1px solid #dddddd; }
  .tabs-right &gt; .nav-tabs &gt; li {
    float: none; }
    .tabs-right &gt; .nav-tabs &gt; li &gt; a {
      min-width: 74px;
      margin-right: 0;
      margin-bottom: 0;
      margin-left: -1px;
      border-radius: 0 4px 4px 0; }
      .tabs-right &gt; .nav-tabs &gt; li &gt; a:hover, .tabs-right &gt; .nav-tabs &gt; li &gt; a:focus {
        border-color: #eeeeee #eeeeee #eeeeee #dddddd; }
  .tabs-right &gt; .nav-tabs .active a,
  .tabs-right &gt; .nav-tabs .active a:hover,
  .tabs-right &gt; .nav-tabs .active a:focus {
    border-color: #dddddd #dddddd #dddddd transparent;
    *border-left-color: #ffffff; }

.tab-content {
  padding-left: 0; }
  .tab-content &gt; .tab-pane {
    background-color: #ffffff;
    border: 1px solid #dddddd;
    padding: 7px;
    min-height: 1066px; }

.nav-tabs &gt; li.active &gt; a,
.nav-tabs &gt; li.active &gt; a:hover,
.nav-tabs &gt; li.active &gt; a:focus {
  background-color: #ffffff;
  font-weight: bold; }

.nav &gt; li &gt; a:hover,
.nav &gt; li &gt; a:focus {
  background-color: rgbga(216, 229, 240, 0.6); }

.tab-row {
  margin-left: -15px; }

/* Steps specific */
.tabs-left &gt; .nav-wrapper &gt; .steps {
  position: absolute;
  width: 211px;
  padding-right: 0; }
  .tabs-left &gt; .nav-wrapper &gt; .steps &gt; li &gt; div {
    padding: 0; }

.tabs-left &gt; .steps-content {
  padding-left: 210px; }
  .tabs-left &gt; .steps-content &gt; .tab-pane {
    padding: 10px; }

.steps &gt; li {
  padding: 7px 10px; }
  .steps &gt; li &gt; .step-value {
    color: #c6c6c6;
    font-size: 0.9em; }

.steps &gt; .active {
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 2px 0 0 2px;
  border-right: 0; }

.steps &gt; .complete &gt; .step-value {
  color: #5cac00; }

.navbar-header-menu li a img {
  max-height: 19px;
  padding-right: 5px; }
  .navbar-header-menu li a img#navbar-horses-hover {
    display: none; }

.navbar-header-menu li.current a,
.navbar-header-menu li.current a:hover {
  color: #000000; }

.navbar-header-menu li.current, .navbar-header-menu li.current:hover {
  background-color: #fdfdfd; }
  .navbar-header-menu li.current li,
  .navbar-header-menu li.current li &gt; a, .navbar-header-menu li.current:hover li,
  .navbar-header-menu li.current:hover li &gt; a {
    color: #ffffff; }
  .navbar-header-menu li.current li.current &gt; a, .navbar-header-menu li.current:hover li.current &gt; a {
    color: #971B1E; }
  .navbar-header-menu li.current li &gt; a:hover, .navbar-header-menu li.current:hover li &gt; a:hover {
    color: #971B1E; }

.navbar-header-menu li:hover, .navbar-header-menu li:focus {
  background-color: #ffffff;
  color: #971B1E;
  -webkit-transition: all 1s ease;
  transition: all 1s ease; }

.navbar-header-menu .settings-box {
  margin-right: -10px;
  margin-top: 15px;
  min-width: 300px;
  padding: 15px; }
  .navbar-header-menu .settings-box .settings-user-info {
    margin-bottom: 10px;
    color: #ffffff; }
  .navbar-header-menu .settings-box .settings-btn {
    display: inline;
    margin-right: 7px;
    padding: 7px 12px; }
  .navbar-header-menu .settings-box form {
    display: inline;
    margin-left: -1px; }

.navbar-inverse {
  background-color: #971B1E;
  border-color: #971B1E;
  border: 0; }
  .navbar-inverse .navbar-brand {
    color: #ffffff;
    font-size: 25px;
    padding: 5px 15px; }
    .navbar-inverse .navbar-brand &gt; li &gt; a {
      color: #ffffff; }
    .navbar-inverse .navbar-brand &gt; .current &gt; a {
      color: #000000; }
    .navbar-inverse .navbar-brand img {
      max-height: 40px; }
  .navbar-inverse .navbar-nav &gt; li &gt; a {
    color: #ffffff;
    padding: 15px 14px; }
    .navbar-inverse .navbar-nav &gt; li &gt; a:hover, .navbar-inverse .navbar-nav &gt; li &gt; a:focus {
      background-color: #ffffff;
      color: #971B1E; }
  .navbar-inverse .navbar-nav &gt; li div svg {
    font-size: 1.25em; }
  .navbar-inverse .navbar-nav &gt; li &gt; .image {
    padding-bottom: 13px; }
    .navbar-inverse .navbar-nav &gt; li &gt; .image:hover #navbar-horses, .navbar-inverse .navbar-nav &gt; li &gt; .image:focus #navbar-horses {
      display: none;
      -webkit-transition: all 1s ease;
      transition: all 1s ease; }
    .navbar-inverse .navbar-nav &gt; li &gt; .image:hover #navbar-horses-hover, .navbar-inverse .navbar-nav &gt; li &gt; .image:focus #navbar-horses-hover {
      display: inline-block;
      -webkit-transition: all 1s ease;
      transition: all 1s ease; }
  .navbar-inverse .navbar-nav &gt; .current &gt; a {
    color: #000000; }
  .navbar-inverse .navbar-nav &gt; li &gt; div {
    color: #ffffff;
    padding-top: 15px;
    padding-bottom: 15px;
    line-height: 20px; }
    .navbar-inverse .navbar-nav &gt; li &gt; div:hover {
      color: #971B1E;
      -webkit-transition: all 1s ease;
      transition: all 1s ease; }
  .navbar-inverse .navbar-nav &gt; .current &gt; div {
    color: #000000; }
  .navbar-inverse .navbar-nav .dropdown ul &gt; li {
    font-size: 1em; }
    .navbar-inverse .navbar-nav .dropdown ul &gt; li svg {
      font-size: 1em;
      margin-left: 10px; }

.nav &gt; li &gt; div {
  position: relative;
  display: block;
  padding: 15px 10px;
  cursor: pointer; }

ul .dropdown-menu {
  background-color: #ad1f21;
  border: none;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  margin: -1px 0; }
  ul .dropdown-menu &gt; li &gt; a {
    color: #FFF;
    padding: 3px; }

ul.navbar-nav ul.dropdown-menu li form {
  display: inline-block;
  margin: 5px 7px 0;
  vertical-align: top; }

ul.navbar-right ul.dropdown-menu {
  margin: 15px -15px;
  padding: 15px 10px;
  width: 300px; }

@media (min-width: 1181px) {
  .navbar-inverse .navbar-header-menu {
    margin-left: 215px; }
  /* Display sub-menu on hover */
  .navbar-header-menu .dropdown:hover .dropdown-menu {
    display: block;
    margin-top: 0; } }

@media (max-width: 1180px) {
  .navbar-header {
    float: none; }
  .navbar-toggle {
    display: block; }
  .navbar-collapse {
    border-top: 1px solid transparent;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
            box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1); }
  .navbar-collapse.collapse {
    display: none !important; }
  .navbar-nav {
    float: none !important;
    margin: 7.5px -15px; }
  .navbar-nav &gt; li {
    float: none; }
  .navbar-nav &gt; li &gt; a {
    padding-top: 10px;
    padding-bottom: 10px; }
  .navbar-text {
    float: none;
    margin: 15px 0; }
  /* since 3.1.0 */
  .navbar-collapse.collapse.in {
    display: block !important; }
  .collapsing {
    overflow: hidden !important; }
  .navbar-fixed-top .navbar-collapse {
    max-height: 550px; } }

.nav-side-wrapper {
  background-color: #ffffff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 100%;
  width: 100%;
  z-index: 1; }

.nav-side-menu {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow-y: scroll;
  font-size: 12px;
  font-weight: 200;
  background-color: transparent;
  padding: 0;
  height: 95%;
  color: #000000; }
  .nav-side-menu #horseMenuAddButton,
  .nav-side-menu #personMenuAddButton {
    margin-bottom: 10px; }
  .nav-side-menu .e-input-group {
    margin: 5px;
    width: 95%; }
  .nav-side-menu .menu-list-horse .menu-content,
  .nav-side-menu .menu-list .menu-content {
    display: block; }
  .nav-side-menu::-webkit-scrollbar {
    background-color: #ffffff;
    width: 5px; }
  .nav-side-menu::-webkit-scrollbar-thumb {
    background-color: #dddddd;
    border: 1px solid #dddddd; }
  .nav-side-menu #horseMenuListView,
  .nav-side-menu #personMenuListView {
    border-top: 1px solid rgba(0, 0, 0, 0.12);
    font-family: Nunito, Prompt, "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 12px;
    margin-left: 5px;
    margin-top: 5px;
    width: 97%; }
    .nav-side-menu #horseMenuListView .e-list-item:nth-child(odd),
    .nav-side-menu #personMenuListView .e-list-item:nth-child(odd) {
      background-color: #fafafa; }
    .nav-side-menu #horseMenuListView .e-list-item,
    .nav-side-menu #personMenuListView .e-list-item {
      padding: 4px 2px;
      border-bottom: 1px solid rgba(0, 0, 0, 0.12);
      cursor: pointer; }
    .nav-side-menu #horseMenuListView .e-list-item:hover,
    .nav-side-menu #personMenuListView .e-list-item:hover {
      background-color: #eee;
      color: rgba(0, 0, 0, 0.87); }

.collapser div {
  cursor: pointer;
  float: right;
  font-size: 20px;
  margin: 10px 0;
  padding: 0 10px; }

@media (min-width: 768px) {
  .collapsed {
    display: block;
    margin-left: -20%;
    /* same width as sidebar */ }
  .navbar-nav &gt; li &gt; div {
    padding-top: 15px;
    padding-bottom: 15px; } }

.ad-hoc-reports-container .info {
  font-size: 1.1em;
  font-weight: bold; }

.table-container.bank-account {
  padding-left: 0;
  padding-right: 0; }

.daterangepicker .ranges li.active {
  background-color: #971b1ed1; }

.daterangepicker td.active, .daterangepicker td.active:hover {
  background-color: #971b1ed1; }

.end-date {
  background-color: #971b1ed1 !important; }

.daterangepicker td.in-range {
  background-color: #ffefef; }

@media (min-width: 564px) {
  .daterangepicker .ranges ul {
    display: table !important;
    white-space: nowrap !important; } }

.move-left {
  margin-left: -21px;
  margin-right: 21px; }

.bank-account &gt; .account-name,
.bank-account &gt; .account-number,
.bank-account &gt; .manage-account {
  margin: 0 15px 0 15px; }

.bank-account &gt; .account-number {
  color: #aaaaaa; }

.bank-account .bank-detail-container {
  background-color: #f9f7f9;
  margin-top: 10px;
  padding: 15px; }
  .bank-account .bank-detail-container .bank-overview .balance {
    font-size: 18px;
    font-weight: bold;
    margin-top: 5px; }
  .bank-account .bank-detail-container .bank-overview .sub-text {
    font-size: 12px;
    margin-bottom: 20px; }
  .bank-account .bank-detail-container .bank-overview .reconcile-needed,
  .bank-account .bank-detail-container .bank-overview .reconciled {
    border-radius: 4px;
    padding: 4px; }
  .bank-account .bank-detail-container .bank-overview .reconcile-needed {
    background-color: #5cac00; }
    .bank-account .bank-detail-container .bank-overview .reconcile-needed a {
      color: #ffffff; }
  .bank-account .bank-detail-container .bank-overview .reconciled {
    background-color: #ffffff; }
    .bank-account .bank-detail-container .bank-overview .reconciled a {
      color: #5cac00; }

.bank-account .bank-left {
  margin-right: 15px;
  min-width: 130px; }

.bank-account .bank-right {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1; }

.bank-overview {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.reconcile-bank .account-name {
  font-size: 1.5em;
  font-weight: bold; }

.reconcile-bank .account-number {
  color: #aaaaaa;
  margin-left: 15px; }

.reconcile-bank .amount {
  margin-top: 20px;
  font-weight: bold;
  font-size: 1.2em; }

.reconcile-bank .variance {
  color: #c40000; }
  .reconcile-bank .variance .popover {
    color: #000000; }

.reconcile-bank .amount-label {
  margin-top: 5px;
  font-size: 0.9em; }

.bank-rec-container {
  margin-top: 25px; }
  .bank-rec-container .title {
    font-size: 1.5em;
    font-weight: bold; }
  .bank-rec-container .form-horizontal {
    margin-bottom: 20px; }
  .bank-rec-container .info,
  .bank-rec-container .info-header {
    font-size: 1.1em;
    font-weight: bold; }
  .bank-rec-container .statement-page-information .form-group,
  .bank-rec-container .bank-reconciliation-finish .form-group {
    margin-bottom: 0px;
    margin-top: 0px; }
  .bank-rec-container .statement-page-information .control-label,
  .bank-rec-container .bank-reconciliation-finish .control-label {
    text-align: left; }
  .bank-rec-container .bank-reconciliation-finish .indent {
    padding-left: 25px; }
  .bank-rec-container .bank-reconciliation-finish .bank-rec-warning,
  .bank-rec-container .bank-reconciliation-finish .bank-rec-error,
  .bank-rec-container .bank-reconciliation-finish .bank-rec-success {
    display: none; }
  .bank-rec-container #tickAllToggle {
    cursor: pointer; }

.multi-choice-buttons {
  margin-top: 35px;
  text-align: center; }
  .multi-choice-buttons .btn {
    margin: 10px 30px;
    width: 320px; }

#bookingTable .e-rowcell {
  vertical-align: top;
  padding: 8px 10px; }

#bookingTable .e-headercell {
  padding: 8px 10px; }

.bookings .space-right {
  margin-right: 20px; }

.bulk-journal-container {
  margin-top: 25px; }
  .bulk-journal-container .title {
    font-size: 1.5em;
    font-weight: bold; }
  .bulk-journal-container .form-horizontal {
    margin-bottom: 20px; }
  .bulk-journal-container .info,
  .bulk-journal-container .info-header {
    font-size: 1.1em;
    font-weight: bold; }
  .bulk-journal-container .page-information .form-group {
    margin-bottom: 0px;
    margin-top: 0px; }
  .bulk-journal-container .page-information .control-label {
    text-align: left; }
  .bulk-journal-container .bulk-journal-table-container {
    display: none; }

.commsUnsent {
  color: red;
  font-weight: bold; }

.commsSent {
  color: green;
  font-weight: bold; }

.attachmentid {
  font-weight: bold;
  cursor: pointer; }

#comms-table_wrapper #groupBy {
  margin-left: 10px; }

#comms-receipients-table td {
  word-break: normal;
  overflow-wrap: anywhere; }

.workprofile-additem-modal-parms {
  margin-bottom: 10px;
  padding: 10px;
  border-bottom: 1px solid lightgrey; }

.workprofile-additem-modal-horselist {
  border-right: 1px solid lightgrey; }

#workTypeTabs div.e-tab-header {
  display: none; }

#DispatchScreen .e-grid .e-grouptext {
  width: 110px !important; }

#DispatchScreen .e-grid .e-groupdroparea.e-grouped {
  display: none; }

#DispatchScreen #treeparent {
  display: block;
  max-width: 450px;
  max-height: 350px;
  margin: auto;
  overflow: auto;
  border: 1px solid #dddddd;
  border-radius: 3px; }

#DispatchScreen .custom .e-list-item .e-fullrow {
  height: 60px; }

#DispatchScreen #TentativeMovementTree .e-text-content, #DispatchScreen #ScheduledMovementTree .e-text-content {
  height: 60px;
  -webkit-box-shadow: inset -2px -6px 20px 0px #dcdcdc;
          box-shadow: inset -2px -6px 20px 0px #dcdcdc; }

#DispatchScreen .erundescription {
  font-size: 13px;
  padding-top: 5px; }

#DispatchScreen .erundetails {
  font-size: 10px;
  color: steelblue;
  opacity: .87; }

#DispatchScreen .e-treeview .e-text-content {
  padding-left: 0px !important; }

#DispatchScreen #runs-to-schedule-panel-body svg {
  color: black; }

#DispatchScreen #runs-to-schedule-panel-body {
  height: 650px; }

#DispatchScreen #TentativeMovementTree, #DispatchScreen #ScheduledMovementTree {
  height: 580px;
  overflow-y: scroll; }

#DispatchScreen .e-plus-icon::before {
  content: '\e823'; }

#DispatchScreen span.e-list-text {
  width: 100%; }

#DispatchScreen .e-text-content {
  padding: 0px !important; }

#DispatchScreen #runs-to-schedule-panel-body {
  padding: 0px; }

#DispatchScreen ul.e-list-parent.e-ul {
  padding-left: 0px; }

#DispatchScreen .run-data-item {
  line-height: initial; }

#DispatchScreen .custom-tree {
  padding: 0px; }

#DispatchScreen .treeview-container {
  padding: 0px; }

#DispatchScreen .treeview-external-drag {
  padding: 0px; }

#DispatchScreen .flip-card {
  background-color: transparent;
  width: inherit;
  height: inherit;
  -webkit-perspective: 1000px;
          perspective: 1000px; }

#DispatchScreen .flip-card-inner {
  position: relative;
  width: 100%;
  height: 100%;
  -webkit-transition: -webkit-transform 0.6s;
  transition: -webkit-transform 0.6s;
  transition: transform 0.6s;
  transition: transform 0.6s, -webkit-transform 0.6s;
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
  -webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2); }

#DispatchScreen .flip-card-front, #DispatchScreen .flip-card-back {
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

#DispatchScreen .flip-card-front {
  background-color: #bbb;
  color: black; }

#DispatchScreen .flip-card-back {
  background-color: #2980b9;
  color: white;
  -webkit-transform: rotateY(180deg);
          transform: rotateY(180deg); }

#DispatchScreen .form-group.col-md-6 {
  width: 250px; }

#DispatchScreen :-ms-fullscreen, #DispatchScreen .e-grid .e-dialog {
  max-width: 552px; }

#DispatchScreen .dispatch-charge-section {
  border: 1px solid #0000001f;
  padding: 10px;
  border-radius: 9px;
  margin: 2px; }

#DispatchScreen .e-grid .e-groupcaption {
  color: #971b1e;
  font-weight: 900; }

#DispatchScreen .e-splitter.e-splitter-horizontal .e-pane.e-pane-horizontal, #DispatchScreen .e-splitter.e-splitter-vertical .e-pane.e-pane-horizontal {
  overflow: unset; }

#DispatchScreen .statustemp.e-inactivecolor {
  background-color: #ffd7cc;
  width: 64px;
  border: 1px solid #defbde; }

#DispatchScreen .statustemp.e-activecolor {
  background-color: #ccffcc;
  width: 57px;
  border: 1px solid #ecc0b5; }

#DispatchScreen .statustxt.e-activecolor {
  color: #00cc00; }

#DispatchScreen .statustxt.e-inactivecolor {
  color: #e60000; }

#DispatchScreen .statustemp {
  position: relative;
  height: 19px;
  text-align: center; }

#DispatchScreen td.e-rowcell .statustxt.e-activecolor {
  color: #00cc00;
  position: relative; }

#DispatchScreen td.e-rowcell .statustxt.e-inactivecolor {
  color: #e60000;
  position: relative; }

#DispatchScreen .form-title {
  width: 100%;
  text-align: center;
  padding: 10px;
  font-size: 16px;
  font-weight: 500;
  color: rgba(0, 0, 0, 0.7); }

#DispatchScreen .e-error,
#DispatchScreen .e-float-text {
  font-weight: 500; }

#DispatchScreen .e-custom-label {
  font-size: 14px;
  font-weight: 500;
  margin-left: 20px; }

#DispatchScreen .movement-section {
  margin-bottom: 45px;
  border: 1px solid #ccc;
  -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.36);
          box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.36);
  border-radius: 5px;
  background: #f9f9f9; }

#DispatchScreen .highcontrast form,
#DispatchScreen .highcontrast .header {
  color: #fff;
  background: #000000; }

#DispatchScreen .header {
  color: rgba(0, 0, 0, 0.7); }

#DispatchScreen .form-horizontal .form-group {
  margin-left: 20px;
  margin-right: 20px; }

#DispatchScreen .multi-stop-add-button:hover {
  color: #176417; }

#supplierStatementImportTableContainer {
  display: none; }

#expenseCreateUpdatePanel #onchargeTransactionsContainer {
  margin-bottom: 10px; }
  #expenseCreateUpdatePanel #onchargeTransactionsContainer #rowEditText {
    margin-top: 10px;
    font-style: italic;
    font-size: 0.9em; }

#home-racing-table_wrapper &gt; div.table-top {
  display: none; }

#home-racing-table_wrapper &gt; div.table-bottom {
  display: none; }

#home-procedures-table_wrapper &gt; div.table-top {
  display: none; }

#home-procedures-table_wrapper &gt; div.table-bottom {
  display: none; }

#home-communications-table_wrapper &gt; div.table-top {
  display: none; }

#home-communications-table_wrapper &gt; div.table-bottom {
  display: none; }

.btnAlignment {
  display: block;
  text-align: center; }

.onboarding-step {
  color: #f27e1e; }

td.positive-negative {
  color: green;
  font-size: 14px !important;
  font-weight: 900;
  text-align: center; }

.scan-result {
  width: 78px !important; }

.horse-overview .horse-image {
  margin: 10px; }
  .horse-overview .horse-image img {
    max-width: 100%; }
  .horse-overview .horse-image .no-image {
    position: relative;
    width: 100%; }
    .horse-overview .horse-image .no-image:before {
      content: "";
      display: block;
      padding-top: 100%; }
    .horse-overview .horse-image .no-image .text {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      position: absolute;
      top: 0;
      left: 0;
      bottom: 0;
      right: 0;
      background: #f9f7f9;
      border: 2px solid #dddddd;
      color: #aaaaaa;
      text-align: center; }

.horse-overview .bottom-panel .boxed {
  min-height: 550px; }

.horse-overview .bottom-panel .horse-details .horse-detail {
  padding-top: 15px; }
  .horse-overview .bottom-panel .horse-details .horse-detail .title {
    color: #aaaaaa;
    font-size: 0.8em;
    padding-bottom: 0;
    text-transform: uppercase;
    padding-left: 0;
    margin-left: 0; }

.horse-financial-overview .info-section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .horse-financial-overview .info-section .icon {
    color: #666666;
    font-size: 130%;
    margin-top: 1px; }
  .horse-financial-overview .info-section .content {
    font-weight: bold;
    padding-left: 7px; }
    .horse-financial-overview .info-section .content .title {
      color: #aaaaaa;
      display: block;
      font-weight: normal;
      margin-bottom: 5px;
      width: 150px; }
    .horse-financial-overview .info-section .content .no-icon {
      margin-left: 23px; }

.horse-financial-overview .outstanding .icon,
.horse-financial-overview .outstanding .content {
  color: #c40000; }

.horse-financial-overview .prizemoney .icon,
.horse-financial-overview .prizemoney .content {
  color: #277531; }

.horse-edit-header {
  font-size: 20px;
  font-weight: bold;
  padding-bottom: 15px;
  margin-left: 15%; }
  .horse-edit-header::before {
    content: "\f107";
    font-family: "Font Awesome\ 5 Free";
    color: #4f8abd;
    font-size: 22px; }

.collapsed .horse-edit-header::before {
  content: "\f105";
  font-family: "Font Awesome\ 5 Free";
  color: #4f8abd;
  font-size: 22px; }

#brandSearchModal input[type='text']#searchBox {
  width: 400px; }

#Reports #horseDetailSheet {
  cursor: pointer; }

#Reports #horseDetailSheet:hover {
  text-decoration: underline; }

#Reports #horseDetailSheetForm {
  display: none; }

.input-group .form-control {
  z-index: 1; }

#ownerSellModal #newOwnerContainer .row {
  margin-bottom: 8px; }

#ownerSellModal #ownersAddMore {
  text-align: right; }
  #ownerSellModal #ownersAddMore i {
    font-size: 25px;
    color: #971B1E;
    cursor: pointer; }

#ownerSellModal .form-horizontal .control-label {
  text-align: left; }

#ownerSellModal .form-horizontal #shareAmt, #ownerSellModal .form-horizontal #shareAmtLabel {
  color: #800000;
  font-weight: bold; }

#ownerSellModal .form-horizontal #currentlyAssigned, #ownerSellModal .form-horizontal #currentlyAssignedLabel {
  color: #000099;
  font-weight: bold; }

#horseVerifyModal #verify-table, #horseVerifyExistingModal #verify-table {
  display: none; }

#horseVerifyExistingModal .form-group {
  margin-right: 0;
  margin-left: 0; }

#horseRacingFieldsModal #fieldsFrame,
#horseRacingFormModal #formsFrame {
  margin: 0;
  padding: 0;
  border: none;
  width: 100%;
  height: 400px; }

/* Added for add horse on left panel of Horses page*/
.nav-side-wrapper a.btn.btn-default.btn-primary.btn-separate, .nav-side-wrapper button.btn.btn-default.btn-primary.btn-separate {
  margin-top: 15px;
  width: 83%;
  margin-left: 8%; }

/*Reallocate Transaction Step 3 Modal*/
#newOwnerChargedContainer .row {
  margin-bottom: 10px; }

#addMoreOwnersToCharge svg.svg-inline--fa.fa-plus-circle.fa-w-16 {
  float: right; }

#horseCreateProcedureDetails .invoice-details-container .split-inputs &gt; div:not(:last-child),
#horseCreateProcedureDetails .worksheet-details-container .split-inputs &gt; div:not(:last-child) {
  padding-right: 8px; }

#horseCreateProcedureDetails .stack-buttons {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }
  #horseCreateProcedureDetails .stack-buttons div {
    margin-bottom: 10px; }

#horseCreateProcedureDetails .e-upload-actions {
  display: none; }

#horseUpdateProcedureModal .linked-procedure-warning {
  color: red; }

#locationModalForm #locationCreateModalBodyErrorContainer {
  display: none; }

#invoiceContainer {
  background-color: #ffffff;
  border: 1px solid #dbe1ec;
  color: #4d4f50;
  font-size: 1.1em;
  margin: 20px auto;
  padding: 20px 30px;
  max-width: 900px; }
  #invoiceContainer #invoiceCompanyDetails,
  #invoiceContainer #invoiceCustomerDetails,
  #invoiceContainer #invoiceLineItems {
    margin-bottom: 50px; }
  #invoiceContainer #invoiceCompanyDetails img {
    float: left;
    margin-top: 10px;
    width: 160px; }
  #invoiceContainer #invoiceCompanyDetails #ardexDetails {
    float: left;
    margin-left: 25px;
    padding: 5px; }
  #invoiceContainer #invoiceCompanyDetails h2 {
    margin: 13px 0; }
  #invoiceContainer #invoiceCustomerDetails #customerDetails {
    margin: 9px 0; }
  #invoiceContainer #invoiceCustomerDetails .details-section {
    margin: 10px 0; }
    #invoiceContainer #invoiceCustomerDetails .details-section .detail-label,
    #invoiceContainer #invoiceCustomerDetails .details-section .detail {
      display: inline-block;
      width: 95px; }
    #invoiceContainer #invoiceCustomerDetails .details-section .detail-label {
      font-style: italic;
      text-align: left; }
  #invoiceContainer #invoiceLineItems #lineItemTableContainer {
    margin: 0 7px; }
    #invoiceContainer #invoiceLineItems #lineItemTableContainer table .amount-column {
      text-align: right; }
  #invoiceContainer #invoiceTotals #autoDeductInfo {
    margin-top: 5px; }
  #invoiceContainer #invoiceTotals .total-title {
    font-size: 1.25em;
    font-weight: 400; }
  #invoiceContainer #invoiceTotals .totals-section {
    margin: 10px 0; }
    #invoiceContainer #invoiceTotals .totals-section .total-label,
    #invoiceContainer #invoiceTotals .totals-section .total {
      display: inline-block;
      width: 95px; }
    #invoiceContainer #invoiceTotals .totals-section .total-label {
      font-style: italic;
      text-align: left; }

#downloadInvoiceContainer {
  margin: 20px auto;
  max-width: 900px;
  text-align: right; }

.loginpage img {
  display: block;
  margin: 0 auto 25px;
  width: 200px; }

.loginpage h4 {
  color: #ffffff;
  text-align: center;
  text-transform: uppercase; }

.loginpage label {
  color: #ffffff;
  text-transform: uppercase; }

.loginpage p {
  text-align: center; }

.loginpage .checkbox input[type="checkbox"] {
  margin-left: 0; }

.loginpage .field-validation-error {
  color: #ffffff;
  font-weight: bold; }

form#loginForm, form#resendForm {
  background-color: #ad1f21;
  padding: 25px; }
  form#loginForm a, form#resendForm a {
    color: #ffffff; }

.btn-login {
  background-color: #971B1E;
  border-radius: 0;
  color: #ffffff;
  font-weight: bold;
  padding: 10px 25px;
  text-transform: uppercase; }

.btn-login:hover, .btn-login:focus, .btn-login.focus {
  color: #ffffff; }

p.register {
  margin: 10px 0; }

html.media {
  background-color: #e1e1e1;
  margin: 0;
  padding: 0; }
  html.media h1 {
    font-size: 16pt; }
  html.media .page {
    margin: 0;
    padding: 10px; }
    html.media .page .content {
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      background-color: white;
      padding: 10px 40px;
      margin: 10px auto;
      max-width: 800px;
      -webkit-box-shadow: 0 0 30px -7px rgba(0, 0, 0, 0.75);
              box-shadow: 0 0 30px -7px rgba(0, 0, 0, 0.75); }
      html.media .page .content .banner {
        overflow: hidden;
        background-color: white;
        padding: 10px;
        text-align: center; }
        html.media .page .content .banner img {
          max-width: 800px; }
      html.media .page .content .download-file-link {
        margin: 1em;
        text-align: center; }
        html.media .page .content .download-file-link a {
          text-decoration: none;
          font-style: italic;
          color: #aaa; }
  html.media .footer {
    text-align: center;
    margin-top: 4em; }
    html.media .footer img {
      width: 145px; }

@media only screen and (max-width: 800px) {
  html.media {
    background-color: white;
    height: 100%; }
    html.media body {
      position: relative;
      margin: 0;
      padding-bottom: 6rem;
      min-height: 100%;
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      height: auto !important; }
      html.media body .page {
        padding: 0;
        background-color: white;
        min-height: 100%; }
        html.media body .page .content {
          background-color: white;
          padding: 10px;
          margin: 0;
          width: auto;
          -webkit-box-shadow: none;
                  box-shadow: none; }
      html.media body .footer {
        position: absolute;
        right: 0;
        bottom: 0;
        left: 0;
        padding: 20px;
        background-color: white;
        text-align: center; } }

.month-end-header {
  font-size: 1.7em; }

.month-end-error {
  display: none;
  margin-top: 15px; }

.month-end-text,
.month-end-button,
.month-end-form {
  margin: 10px 0; }

#invoiceCreateErrors {
  display: none; }

.invoices-created,
.statements-created {
  display: none; }

#sendStatementsProgress, #exportStatementsProgress {
  margin-top: 8px; }

#copyPreviousStatementComment {
  margin-bottom: 10px;
  margin-top: 6px; }

.month-end-info {
  font-size: 1.1em; }
  .month-end-info .header {
    font-size: 1.4em;
    padding-bottom: 15px; }
  .month-end-info .text {
    padding-bottom: 10px; }
  .month-end-info .video-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 25px;
    margin: 15px 0 40px 0;
    background-color: #dddddd; }
  .month-end-info .video-text-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 50%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    .month-end-info .video-text-container .video-text {
      text-align: center;
      font-size: 1.3em; }
  .month-end-info .box-container {
    margin-bottom: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    .month-end-info .box-container .boxed {
      margin: 10px;
      padding: 10px;
      -webkit-box-flex: 1;
          -ms-flex: 1;
              flex: 1; }
      .month-end-info .box-container .boxed .icon {
        text-align: center;
        color: #f27e1e; }
      .month-end-info .box-container .boxed .text {
        padding-top: 10px;
        text-align: center; }

.movements .e-float-input.e-control-wrapper.e-no-float-label.movement-input-margin-adjust {
  margin-top: 16.4px; }

.movements .primary-button {
  width: 100%;
  background: #e3165b !important;
  color: white !important; }

.movements .add-location-button {
  border: 2px solid #e3165b !important;
  height: 25px !important;
  width: 25px !important;
  color: #e3165b !important; }

.movements .standard-lead {
  text-align: left; }

.movements .location-stop-button {
  font-size: 12px !important; }

.movements .space-right {
  margin-right: 20px; }

.movements input#input-from-location-autocomplete {
  background: transparent;
  border: inherit;
  -webkit-box-shadow: none;
          box-shadow: none;
  border-bottom: 1px solid #919191;
  border-radius: 0px;
  font-size: 13px;
  font-weight: 400;
  color: black; }

.movements #upcoming-meeting-table tr {
  cursor: pointer; }

.movements .e-disabled {
  cursor: initial !important; }

.movements .map-marker {
  float: right;
  margin-top: 22px;
  cursor: pointer; }

.movements .map-marker :hover {
  color: #1e8cbd; }

.movements #FromDateTime-info {
  position: absolute; }

.movements .edit-movement-icon :hover {
  color: #1e8cbd;
  cursor: pointer; }

.movements .delete-movement-icon :hover {
  color: red;
  cursor: pointer; }

.movements .form-title {
  width: 100%;
  text-align: center;
  padding: 10px;
  font-size: 16px;
  font-weight: 500;
  color: rgba(0, 0, 0, 0.7); }

.movements .e-error,
.movements .e-float-text {
  font-weight: 500; }

.movements .e-custom-label {
  font-size: 14px;
  font-weight: 500;
  margin-left: 20px; }

.movements .movement-section {
  margin-bottom: 45px;
  border: 1px solid #ccc;
  -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.36);
          box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.36);
  border-radius: 5px;
  background: #f9f9f9; }

.movements .highcontrast form,
.movements .highcontrast .header {
  color: #fff;
  background: #000000; }

.movements .header {
  color: rgba(0, 0, 0, 0.7); }

.movements table,
.movements td,
.movements th {
  padding: 5px; }

.movements .form-horizontal .form-group {
  margin-left: 20px;
  margin-right: 20px; }

.movements .multi-stop-add-button:hover {
  color: #176417; }

.movements #TripItineraryModalBody h5 {
  padding-top: 15px; }

#procedureHistoryCreateDetailsModalContent #addStallionButton,
#horseCreateProcedureDetails #addStallionButton {
  float: right;
  margin-top: 7px;
  cursor: pointer; }

#procedureHistoryCreateDetailsModalContent .footer-option,
#horseCreateProcedureDetails .footer-option {
  margin-right: 5px; }

#procedureCreationForm {
  /* csslint ignore:start */
  /* csslint ignore:start */
  /* csslint ignore:end */ }
  #procedureCreationForm #procedureHorseList,
  #procedureCreationForm #procedurePersonList {
    margin-top: 15px; }
  #procedureCreationForm #addStallion {
    cursor: pointer; }
  #procedureCreationForm #procedureToButtons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 3px 0px 5px 0px; }
  #procedureCreationForm .procedure-section {
    margin-bottom: 15px; }
    #procedureCreationForm .procedure-section .procedure-input-row {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      margin-bottom: 4px; }
      #procedureCreationForm .procedure-section .procedure-input-row .full-container,
      #procedureCreationForm .procedure-section .procedure-input-row .half-container,
      #procedureCreationForm .procedure-section .procedure-input-row .third-container {
        padding-right: 8px; }
      #procedureCreationForm .procedure-section .procedure-input-row .e-checkbox-wrapper {
        margin-bottom: 5px; }
  #procedureCreationForm .e-listbox-wrapper #procedureHorseList_parent .e-list-item {
    height: 36px;
    padding: 0 16px;
    position: relative; }
    #procedureCreationForm .e-listbox-wrapper #procedureHorseList_parent .e-list-item .info {
      color: slategray;
      font-size: 0.6em;
      font-style: italic; }
  #procedureCreationForm .full-container {
    width: 100%; }
  #procedureCreationForm .half-container {
    width: 50%; }
  #procedureCreationForm .third-container {
    width: 33.33%; }
  #procedureCreationForm .form-group #upload {
    width: 70%; }
  #procedureCreationForm .e-float-input.upload-area {
    width: 69%; }
  #procedureCreationForm .upload-area, #procedureCreationForm .e-bigger .upload-area {
    width: 69%; }
  #procedureCreationForm .e-upload {
    width: 100%;
    position: relative;
    margin-top: 15px; }
  #procedureCreationForm .control_wrapper .e-upload .e-upload-drag-hover {
    margin: 0; }
  #procedureCreationForm .e-upload {
    display: none; }
  #procedureCreationForm .choose-file {
    width: 60%; }
  #procedureCreationForm #browse {
    left: 46%;
    float: right;
    margin-top: 20px; }
  #procedureCreationForm .e-bigger #browse {
    top: -41px; }
  #procedureCreationForm .e-bigger.material #browse {
    top: -35px; }
  #procedureCreationForm .e-bigger.fabric #browse, #procedureCreationForm .e-bigger.highcontrast #browse {
    top: -41px;
    left: 50%; }
  #procedureCreationForm .fabric #browse, #procedureCreationForm .highcontrast #browse {
    top: -32px; }
  #procedureCreationForm .bootstrap #browse {
    top: -34px; }
  #procedureCreationForm .stack-buttons {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
    #procedureCreationForm .stack-buttons div {
      margin-bottom: 10px; }

#procedureLinkEditorForm .procedureLink-input-row {
  margin-bottom: 5px; }

#procedureLinkEditorForm .action-button {
  width: 40px; }

#procedureLinkEditorForm .e-btn.e-flat.e-primary, #procedureLinkEditorForm .e-css.e-btn.e-flat.e-primary {
  background-color: transparent;
  border-color: transparent;
  color: yellow; }

#procedureHistoryDeleteModalContent .linked-procedure-warning {
  color: red;
  margin-top: 20px; }

.person-edit-header {
  font-size: 20px;
  font-weight: bold;
  padding-bottom: 15px;
  margin-left: 15%; }
  .person-edit-header::before {
    content: "\f107";
    font-family: "Font Awesome\ 5 Free";
    color: #4f8abd;
    font-size: 22px; }

.collapsed .person-edit-header::before,
.collapsed .more-info-header::before {
  content: "\f105";
  font-family: "Font Awesome\ 5 Free";
  color: #4f8abd;
  font-size: 22px; }

.more-info-header::before {
  content: "\f107";
  font-family: "Font Awesome\ 5 Free";
  color: #4f8abd; }

.more-info-header {
  color: #4f8abd;
  font-weight: bold;
  text-transform: uppercase; }
  .more-info-header::before {
    font-size: 16px; }

.person-form .vertical-group {
  margin-bottom: 20px; }

.person-form .label-subtext {
  color: #4f8abd;
  font-size: 12px; }

#comms-add-more {
  text-align: right; }
  #comms-add-more i {
    font-size: 25px;
    color: #971B1E;
    cursor: pointer; }

.chart-no-data {
  color: #aaaaaa;
  margin: 15px 0;
  text-align: center; }

.editable-dropdown {
  width: 100%; }

#email-reports-table td {
  word-break: break-word; }

.iframe-container {
  position: relative; }

.iframe-container iframe {
  border: 0;
  left: 0;
  top: 0;
  width: 100%; }

/*New Format */
.credit-card-section.register {
  margin: auto;
  float: none !important; }

.credit-card-section #Expiry {
  max-width: 100px; }

.credit-card-section #payNow {
  width: 100%;
  margin-top: 3px; }
  .credit-card-section #payNow #paymentRegisterSubmit {
    font-size: 24px; }

/***End*****/
.registration-welcome {
  font-style: italic;
  text-align: center; }

.registration-header,
.logged-out-header {
  font-size: 28px;
  margin: 25px 0;
  padding-bottom: 15px;
  text-align: center; }

.logged-out-header {
  margin: 5px 0;
  padding: 0; }

.logged-out-sub-header {
  color: #aaaaaa;
  font-style: italic;
  text-align: center; }

.registration-body {
  margin: 10px 0;
  text-align: center; }

.btn-public {
  background-color: #971B1E;
  border-color: #971B1E;
  color: #ffffff; }
  .btn-public:focus, .btn-public:hover {
    background-color: #971B1E;
    color: #ffffff; }

.btn-public-selector {
  background-color: #ffffff;
  border-color: #971B1E;
  color: #971B1E;
  width: 250px;
  border-radius: 25px;
  margin: 15px 60px; }
  .btn-public-selector:focus, .btn-public-selector:hover, .btn-public-selector.active {
    background-color: #971B1E;
    color: #ffffff; }

.btn-resend-verification {
  background-color: #971B1E;
  border-color: #971B1E;
  color: #ffffff;
  margin-top: 50px; }
  .btn-resend-verification:focus {
    background-color: #337aba;
    color: #ffffff; }
  .btn-resend-verification:hover {
    background-color: #337aba;
    color: #ffffff; }

#CC1, #CC2, #CC3, #CC4 {
  display: inline-block;
  width: 80px; }

#registrationPackageContent .generic-content {
  background-color: #ffffff;
  overflow: hidden;
  position: relative;
  text-align: center; }
  #registrationPackageContent .generic-content .generic-head-price {
    background-color: #f6f6f6;
    margin: 0 0 20px 0; }
    #registrationPackageContent .generic-content .generic-head-price .generic-head-content {
      margin: 0 0 50px 0; }
      #registrationPackageContent .generic-content .generic-head-price .generic-head-content .head-bg {
        border-color: #e4e4e4 rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #e4e4e4;
        border-style: solid;
        border-width: 77px 1311px 23px 399px;
        position: absolute; }
      #registrationPackageContent .generic-content .generic-head-price .generic-head-content .head {
        padding-top: 40px;
        position: relative;
        z-index: 1; }
        #registrationPackageContent .generic-content .generic-head-price .generic-head-content .head span {
          color: #525252;
          font-size: 22px;
          font-weight: 400;
          letter-spacing: 2px;
          margin: 0;
          padding: 0;
          text-transform: uppercase; }
    #registrationPackageContent .generic-content .generic-head-price .generic-price-tag {
      padding: 0 0 20px; }
      #registrationPackageContent .generic-content .generic-head-price .generic-price-tag .price {
        display: block; }
        #registrationPackageContent .generic-content .generic-head-price .generic-price-tag .price .sign, #registrationPackageContent .generic-content .generic-head-price .generic-price-tag .price .currency, #registrationPackageContent .generic-content .generic-head-price .generic-price-tag .price .cent {
          color: #414141; }
        #registrationPackageContent .generic-content .generic-head-price .generic-price-tag .price .sign {
          display: inline-block;
          font-size: 28px;
          font-weight: 400;
          vertical-align: middle; }
        #registrationPackageContent .generic-content .generic-head-price .generic-price-tag .price .currency {
          font-size: 60px;
          font-weight: 300;
          letter-spacing: -2px;
          line-height: 60px;
          padding: 0;
          vertical-align: middle; }
        #registrationPackageContent .generic-content .generic-head-price .generic-price-tag .price .cent {
          display: inline-block;
          font-size: 24px;
          font-weight: 400;
          vertical-align: bottom; }
      #registrationPackageContent .generic-content .generic-head-price .generic-price-tag .month {
        color: #414141;
        font-size: 18px;
        font-weight: 400;
        letter-spacing: 3px;
        vertical-align: bottom; }
  #registrationPackageContent .generic-content .generic-feature-list ul {
    list-style: none;
    padding: 0;
    margin: 0; }
    #registrationPackageContent .generic-content .generic-feature-list ul li {
      color: #a7a7a7;
      font-size: 18px;
      padding: 15px 0;
      -webkit-transition: all 0.3s ease-in-out 0s;
      transition: all 0.3s ease-in-out 0s;
      max-height: 55px; }
      #registrationPackageContent .generic-content .generic-feature-list ul li span {
        color: #414141; }
      #registrationPackageContent .generic-content .generic-feature-list ul li sup {
        font-size: 60%; }
      #registrationPackageContent .generic-content .generic-feature-list ul li s {
        color: #d1d1d1; }
      #registrationPackageContent .generic-content .generic-feature-list ul li:hover {
        background-color: #e4e4e4;
        border-left: 5px solid #971B1E;
        transition: all 0.3s ease-in-out 0s;
        -moz-transition: all 0.3s ease-in-out 0s;
        -ms-transition: all 0.3s ease-in-out 0s;
        -o-transition: all 0.3s ease-in-out 0s;
        -webkit-transition: all 0.3s ease-in-out 0s; }
      #registrationPackageContent .generic-content .generic-feature-list ul li.no-max {
        max-height: none; }
  #registrationPackageContent .generic-content .generic-price-btn {
    margin: 20px 0 32px; }
    #registrationPackageContent .generic-content .generic-price-btn a {
      border: 1px solid #971B1E;
      color: #971B1E;
      border-radius: 50px;
      display: inline-block;
      font-size: 18px;
      outline: medium none;
      padding: 12px 30px;
      text-decoration: none;
      text-transform: uppercase; }
  #registrationPackageContent .generic-content.active .generic-head-price .generic-head-content .head-bg, #registrationPackageContent .generic-content:hover .generic-head-price .generic-head-content .head-bg {
    border-color: #971B1E rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #971B1E;
    color: #ffffff; }
  #registrationPackageContent .generic-content.active .generic-head-price .generic-head-content .head span, #registrationPackageContent .generic-content:hover .generic-head-price .generic-head-content .head span {
    color: #ffffff; }
  #registrationPackageContent .generic-content.active .generic-price-btn a, #registrationPackageContent .generic-content:hover .generic-price-btn a {
    background-color: #971B1E;
    color: #ffffff;
    cursor: pointer; }

#registrationPackageContent .generic-extras-btn {
  margin-top: 20px;
  margin-bottom: 32px; }
  #registrationPackageContent .generic-extras-btn a {
    border: 1px solid #971B1E;
    color: #971B1E;
    border-radius: 50px;
    -webkit-border-radius: 50px;
    display: inline-block;
    font-size: 13px;
    outline: medium none;
    padding: 12px 30px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    width: 100%; }
  #registrationPackageContent .generic-extras-btn.active a, #registrationPackageContent .generic-extras-btn:hover a {
    background-color: #971B1E;
    color: #ffffff;
    cursor: pointer; }

#registrationPackageContent .generic-content,
#registrationPackageContent .generic-content:hover,
#registrationPackageContent .generic-content .generic-head-price .generic-head-content .head-bg,
#registrationPackageContent .generic-content:hover .generic-head-price .generic-head-content .head-bg,
#registrationPackageContent .generic-content .generic-head-price .generic-head-content .head h2,
#registrationPackageContent .generic-content:hover .generic-head-price .generic-head-content .head h2,
#registrationPackageContent .generic-content .price,
#registrationPackageContent .generic-content:hover .price,
#registrationPackageContent .generic-content .generic-price-btn a,
#registrationPackageContent .generic-content:hover .generic-price-btn a {
  transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  -webkit-transition: all 0.3s ease-in-out 0s; }

@media (max-width: 767px) {
  #registrationPackageContent .generic-content {
    margin-bottom: 75px; } }

@media (min-width: 768px) and (max-width: 991px) {
  #registrationPackageContent .col-md-3,
  #registrationPackageContent .col-md-4 {
    float: left;
    width: 50%; }
  #registrationPackageContent .generic-content {
    margin-bottom: 75px; } }

#registrationPackageContent .price-heading {
  text-align: center; }
  #registrationPackageContent .price-heading h1 {
    color: #666666;
    margin: 0;
    padding: 25px 0; }

#registrationLandingContent #view-terms {
  text-align: center; }

#registrationLandingContent a {
  cursor: pointer; }

#forgotPasswordContainer .header-section,
#resetPasswordContainer .header-section {
  margin-bottom: 25px; }

#forgotPasswordContainer .back-section,
#resetPasswordContainer .back-section {
  color: #aaaaaa;
  margin-top: 15px;
  text-align: center; }

/* 1.0 Date Picker: On Report Input Page */
#ui-datepicker-div {
  z-index: 9999 !important; }

.reports-section {
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 5px;
  padding: 10px; }
  .reports-section .reports-header {
    font-size: 1.3em;
    padding-bottom: 5px; }
  .reports-section .reports &gt; li {
    margin-top: 10px; }
    .reports-section .reports &gt; li &gt; i {
      font-size: 1.2em; }
    .reports-section .reports &gt; li &gt; a {
      color: #000000; }

.grid-item.report-grid {
  padding-bottom: 15px;
  padding-top: 15px; }

.bas-container {
  margin-top: 25px; }
  .bas-container .left-container {
    padding-left: 0px; }
  .bas-container .right-container .bas-info {
    background-color: #fdfdfd;
    margin-bottom: 10px;
    padding: 15px; }
    .bas-container .right-container .bas-info ol {
      margin-left: 0;
      padding-left: 15px; }
  .bas-container .title {
    font-size: 1.5em;
    font-weight: bold; }
  .bas-container .info {
    font-size: 1.15em;
    font-weight: bold;
    margin-bottom: 12px; }
  .bas-container .inputs {
    margin-left: -8px; }
  .bas-container .bas-activity-values {
    height: 40px; }
    .bas-container .bas-activity-values .badge {
      background-color: #e2e2e2;
      border-radius: 7px;
      color: #000000;
      margin-right: 7px;
      padding: 7px;
      width: 30px; }
    .bas-container .bas-activity-values.bas-total {
      border: 1px solid black;
      height: 50px;
      padding: 11px; }

.tab-content.settings#overviewContainer .overview-header {
  font-size: 20px;
  font-weight: bold;
  padding-bottom: 15px; }

.tab-content.settings#overviewContainer .overview-text li {
  padding: 5px 0; }

.tab-content.settings#endOfPeriodContainer .end-of-period-text {
  padding: 10px 0; }

.tab-content.settings#endOfPeriodContainer .form-group {
  padding-bottom: 10px; }
  .tab-content.settings#endOfPeriodContainer .form-group input {
    width: 175px; }

.tab-content.settings#undoMonthEndContainer .undo-month-end-text {
  padding-top: 10px; }

.tab-content.settings#communicationsContainer, .tab-content.settings#dashboardContainer, .tab-content.settings#ageCreditorsContainer, .tab-content.settings#ageDebtorsContainer {
  /**
        * For IE 6/7 only
        * Include this rule to trigger hasLayout and contain floats.
        */
  *zoom: 1;
  /* include generated hidden field here */
  /* include generated hidden field here */
  /* include generated hidden field here */
  /* Rounded sliders */ }
  .tab-content.settings#communicationsContainer .communications-header, .tab-content.settings#communicationsContainer .age-creditors-header, .tab-content.settings#communicationsContainer .age-debtors-header, .tab-content.settings#dashboardContainer .communications-header, .tab-content.settings#dashboardContainer .age-creditors-header, .tab-content.settings#dashboardContainer .age-debtors-header, .tab-content.settings#ageCreditorsContainer .communications-header, .tab-content.settings#ageCreditorsContainer .age-creditors-header, .tab-content.settings#ageCreditorsContainer .age-debtors-header, .tab-content.settings#ageDebtorsContainer .communications-header, .tab-content.settings#ageDebtorsContainer .age-creditors-header, .tab-content.settings#ageDebtorsContainer .age-debtors-header {
    font-size: 20px;
    font-weight: bold;
    padding-bottom: 15px; }
  .tab-content.settings#communicationsContainer .communications-text, .tab-content.settings#communicationsContainer .age-creditors-text, .tab-content.settings#communicationsContainer .age-debtors-text, .tab-content.settings#dashboardContainer .communications-text, .tab-content.settings#dashboardContainer .age-creditors-text, .tab-content.settings#dashboardContainer .age-debtors-text, .tab-content.settings#ageCreditorsContainer .communications-text, .tab-content.settings#ageCreditorsContainer .age-creditors-text, .tab-content.settings#ageCreditorsContainer .age-debtors-text, .tab-content.settings#ageDebtorsContainer .communications-text, .tab-content.settings#ageDebtorsContainer .age-creditors-text, .tab-content.settings#ageDebtorsContainer .age-debtors-text {
    padding: 10px 0; }
    .tab-content.settings#communicationsContainer .communications-text label, .tab-content.settings#communicationsContainer .communications-text span, .tab-content.settings#communicationsContainer .age-creditors-text label, .tab-content.settings#communicationsContainer .age-creditors-text span, .tab-content.settings#communicationsContainer .age-debtors-text label, .tab-content.settings#communicationsContainer .age-debtors-text span, .tab-content.settings#dashboardContainer .communications-text label, .tab-content.settings#dashboardContainer .communications-text span, .tab-content.settings#dashboardContainer .age-creditors-text label, .tab-content.settings#dashboardContainer .age-creditors-text span, .tab-content.settings#dashboardContainer .age-debtors-text label, .tab-content.settings#dashboardContainer .age-debtors-text span, .tab-content.settings#ageCreditorsContainer .communications-text label, .tab-content.settings#ageCreditorsContainer .communications-text span, .tab-content.settings#ageCreditorsContainer .age-creditors-text label, .tab-content.settings#ageCreditorsContainer .age-creditors-text span, .tab-content.settings#ageCreditorsContainer .age-debtors-text label, .tab-content.settings#ageCreditorsContainer .age-debtors-text span, .tab-content.settings#ageDebtorsContainer .communications-text label, .tab-content.settings#ageDebtorsContainer .communications-text span, .tab-content.settings#ageDebtorsContainer .age-creditors-text label, .tab-content.settings#ageDebtorsContainer .age-creditors-text span, .tab-content.settings#ageDebtorsContainer .age-debtors-text label, .tab-content.settings#ageDebtorsContainer .age-debtors-text span {
      display: inline-block;
      vertical-align: middle; }
  .tab-content.settings#communicationsContainer button, .tab-content.settings#dashboardContainer button, .tab-content.settings#ageCreditorsContainer button, .tab-content.settings#ageDebtorsContainer button {
    margin-bottom: 10px; }
  .tab-content.settings#communicationsContainer .form-group, .tab-content.settings#dashboardContainer .form-group, .tab-content.settings#ageCreditorsContainer .form-group, .tab-content.settings#ageDebtorsContainer .form-group {
    padding-bottom: 10px; }
  .tab-content.settings#communicationsContainer#communicationsContainer:before, .tab-content.settings#communicationsContainer#communicationsContainer:after, .tab-content.settings#dashboardContainer#communicationsContainer:before, .tab-content.settings#dashboardContainer#communicationsContainer:after, .tab-content.settings#ageCreditorsContainer#communicationsContainer:before, .tab-content.settings#ageCreditorsContainer#communicationsContainer:after, .tab-content.settings#ageDebtorsContainer#communicationsContainer:before, .tab-content.settings#ageDebtorsContainer#communicationsContainer:after {
    content: "\20";
    /* 1 */
    display: table;
    /* 2 */ }
  .tab-content.settings#communicationsContainer#communicationsContainer:after, .tab-content.settings#dashboardContainer#communicationsContainer:after, .tab-content.settings#ageCreditorsContainer#communicationsContainer:after, .tab-content.settings#ageDebtorsContainer#communicationsContainer:after {
    clear: both; }
  .tab-content.settings#communicationsContainer .switch, .tab-content.settings#dashboardContainer .switch, .tab-content.settings#ageCreditorsContainer .switch, .tab-content.settings#ageDebtorsContainer .switch {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 34px; }
  .tab-content.settings#communicationsContainer .switch input, .tab-content.settings#dashboardContainer .switch input, .tab-content.settings#ageCreditorsContainer .switch input, .tab-content.settings#ageDebtorsContainer .switch input {
    display: none; }
  .tab-content.settings#communicationsContainer .slider, .tab-content.settings#dashboardContainer .slider, .tab-content.settings#ageCreditorsContainer .slider, .tab-content.settings#ageDebtorsContainer .slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s; }
  .tab-content.settings#communicationsContainer .slider:before, .tab-content.settings#dashboardContainer .slider:before, .tab-content.settings#ageCreditorsContainer .slider:before, .tab-content.settings#ageDebtorsContainer .slider:before {
    position: absolute;
    content: "";
    height: 26px;
    width: 26px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s; }
  .tab-content.settings#communicationsContainer input[type="checkbox"]:checked + input[type="hidden"] + .slider,
  .tab-content.settings#communicationsContainer input[type="checkbox"]:checked + .slider, .tab-content.settings#dashboardContainer input[type="checkbox"]:checked + input[type="hidden"] + .slider,
  .tab-content.settings#dashboardContainer input[type="checkbox"]:checked + .slider, .tab-content.settings#ageCreditorsContainer input[type="checkbox"]:checked + input[type="hidden"] + .slider,
  .tab-content.settings#ageCreditorsContainer input[type="checkbox"]:checked + .slider, .tab-content.settings#ageDebtorsContainer input[type="checkbox"]:checked + input[type="hidden"] + .slider,
  .tab-content.settings#ageDebtorsContainer input[type="checkbox"]:checked + .slider {
    background-color: #337aba; }
  .tab-content.settings#communicationsContainer input[type="checkbox"]:focus + input[type="hidden"] + .slider,
  .tab-content.settings#communicationsContainer input[type="checkbox"]:focus + .slider, .tab-content.settings#dashboardContainer input[type="checkbox"]:focus + input[type="hidden"] + .slider,
  .tab-content.settings#dashboardContainer input[type="checkbox"]:focus + .slider, .tab-content.settings#ageCreditorsContainer input[type="checkbox"]:focus + input[type="hidden"] + .slider,
  .tab-content.settings#ageCreditorsContainer input[type="checkbox"]:focus + .slider, .tab-content.settings#ageDebtorsContainer input[type="checkbox"]:focus + input[type="hidden"] + .slider,
  .tab-content.settings#ageDebtorsContainer input[type="checkbox"]:focus + .slider {
    -webkit-box-shadow: 0 0 1px #337aba;
            box-shadow: 0 0 1px #337aba; }
  .tab-content.settings#communicationsContainer input[type="checkbox"]:checked + input[type="hidden"] + .slider:before,
  .tab-content.settings#communicationsContainer input[type="checkbox"]:checked + .slider:before, .tab-content.settings#dashboardContainer input[type="checkbox"]:checked + input[type="hidden"] + .slider:before,
  .tab-content.settings#dashboardContainer input[type="checkbox"]:checked + .slider:before, .tab-content.settings#ageCreditorsContainer input[type="checkbox"]:checked + input[type="hidden"] + .slider:before,
  .tab-content.settings#ageCreditorsContainer input[type="checkbox"]:checked + .slider:before, .tab-content.settings#ageDebtorsContainer input[type="checkbox"]:checked + input[type="hidden"] + .slider:before,
  .tab-content.settings#ageDebtorsContainer input[type="checkbox"]:checked + .slider:before {
    -webkit-transform: translateX(26px);
            transform: translateX(26px); }
  .tab-content.settings#communicationsContainer .slider.round, .tab-content.settings#dashboardContainer .slider.round, .tab-content.settings#ageCreditorsContainer .slider.round, .tab-content.settings#ageDebtorsContainer .slider.round {
    border-radius: 34px; }
  .tab-content.settings#communicationsContainer .slider.round:before, .tab-content.settings#dashboardContainer .slider.round:before, .tab-content.settings#ageCreditorsContainer .slider.round:before, .tab-content.settings#ageDebtorsContainer .slider.round:before {
    border-radius: 50%; }
  .tab-content.settings#communicationsContainer textarea.form-control, .tab-content.settings#dashboardContainer textarea.form-control, .tab-content.settings#ageCreditorsContainer textarea.form-control, .tab-content.settings#ageDebtorsContainer textarea.form-control {
    height: 100px; }

.tab-content.settings#userInfoContainer {
  /**
        * For IE 6/7 only
        * Include this rule to trigger hasLayout and contain floats.
        */
  *zoom: 1; }

.tab-content.settings .settings-header {
  font-size: 20px;
  font-weight: bold;
  padding-top: 15px;
  padding-bottom: 15px; }

.tab-content.settings #settings-statement-import-table_wrapper .approved-settings {
  color: #0000ff; }

.tab-content.settings #settings-statement-import-table_wrapper .approved {
  color: #008000; }

.tab-content.settings #settings-statement-import-table_wrapper .declined {
  color: #cc0000; }

.tab-content.settings #settings-statement-import-table_wrapper .pending {
  color: #ffa500; }

.tab-content.settings #settings-statement-approvals-import-table_wrapper .approved {
  color: #008000; }

.tab-content.settings #settings-statement-approvals-import-table_wrapper .declined {
  color: #cc0000; }

.tab-content.settings #settings-statement-approvals-import-table_wrapper .pending {
  color: #ffa500; }

.tab-content.settings .settings-header {
  font-size: 20px;
  font-weight: bold;
  padding-bottom: 15px; }

.tab-content.settings .settings-text {
  padding-bottom: 10px; }

.tab-content.settings #workProfileUpdateAddFilter {
  cursor: pointer; }

.tab-content.settings .workProfileUpdateRemoveFilter {
  color: #971B1E;
  cursor: pointer;
  padding-top: 6px; }

#termsAcceptModalContent .modal-body {
  overflow-y: scroll;
  max-height: 500px; }

#privacyAcceptModalContent .modal-body {
  overflow-y: scroll;
  max-height: 500px; }

input#NewCurrentSeason {
  width: 175px; }

.switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 34px; }

.switch input {
  opacity: 0;
  width: 0;
  height: 0; }

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s; }

.slider:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s; }

input:checked + .slider {
  background-color: #971b1e; }

input:focus + .slider {
  -webkit-box-shadow: 0 0 1px #971b1e;
          box-shadow: 0 0 1px #971b1e; }

input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  transform: translateX(26px); }

/* Rounded sliders */
.slider.round {
  border-radius: 34px; }

.slider.round:before {
  border-radius: 50%; }

label.control-label.switch.white-text {
  color: white; }

.tab-content.settings#communicationsContainer input[type="checkbox"]:checked + input[type="hidden"] + .slider, .tab-content.settings#communicationsContainer input[type="checkbox"]:checked + .slider, .tab-content.settings#ageCreditorsContainer input[type="checkbox"]:checked + input[type="hidden"] + .slider, .tab-content.settings#ageDebtorsContainer input[type="checkbox"]:checked + input[type="hidden"] + .slider {
  background-color: #971b1e; }

textarea#VetSignature {
  width: 100%; }

/* Xero connection */
.xero-connection {
  margin-bottom: 20px; }

#emailContainer .input-container {
  width: 500px; }

.trackwork-grid-container {
  display: grid;
  grid-template-columns: repeat(var(--columns, 5), 1fr);
  grid-auto-rows: auto;
  gap: 4px;
  width: 100%; }

.trackwork-grid-container &gt; div {
  border: 1px solid #000;
  padding: 4px;
  text-align: center; }

.trackwork-grid-container &gt; div.trackwork-grid-header {
  background-color: #dadada;
  cursor: pointer;
  display: grid;
  -ms-flex-line-pack: center;
      align-content: center;
  border-radius: 4px;
  border: none;
  background-color: cornflowerblue;
  color: white;
  font-size: 1.4em; }

.trackwork-grid-container &gt; div.trackwork-grid-header-null {
  background-color: #ffffff;
  border: none; }

.trackwork-work-items &gt; div {
  display: inline-block;
  background-color: blue;
  font-size: 0.8em;
  color: white;
  padding: 1px;
  margin: 1px;
  border-radius: 2px; }

.trackwork-work-items &gt; div.pending-work-item {
  background-color: blue; }

.trackwork-work-items &gt; div.completed-work-item {
  background-color: darkgreen; }

.riderAllocationListContainer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.riderAllocationList {
  border: 1px solid #000;
  padding: 10px;
  display: inline-block;
  margin: 10px; }

.riderAllocationListContainer .riderAllocationList {
  width: 45%; }

.riderChangeListContainer .riderAllocationList {
  width: 90%; }

.riderAllocationControls {
  width: 100px; }

div.riderChangeListContainer div.rider {
  cursor: pointer; }

#trackwork-grid-addTripButton {
  cursor: pointer; }

.textbox-inline-btn {
  border: none;
  height: 28px;
  background-color: transparent; }

.textbox-inline-btn:hover {
  background-color: #dadada; }

.textbox-inline-btn:disabled {
  background-color: transparent; }

.textbox-inline-btn:disabled svg {
  color: #dadada; }

input.trackwork-gear {
  width: 100%;
  height: 30px;
  padding-right: 100px; }

.trackwork-gear-save {
  margin-left: -98px; }

.trackwork-gear-save svg {
  color: darkgreen; }

.trackwork-gear-clear svg {
  color: red; }

.trackwork-gear-use-trackwork svg {
  color: blue; }

.trackwork-gear-use-race svg {
  color: blue; }

input.work-item-comment {
  width: 100%;
  height: 30px;
  padding-right: 50px; }

.work-item-comment-save {
  margin-left: -48px; }

.work-item-comment-save svg {
  color: darkgreen; }

.work-item-comment-clear svg {
  color: red; }

.trackwork-row-completed-status {
  background-color: #e1fce1; }

.trackwork-row-scheduled-status {
  background-color: #bcdaf5; }

.trackwork-row-cancelled-status {
  background-color: #ffc8c7; }

.addwork-workprofile-select {
  display: block;
  margin: 4px;
  width: 100%; }

.trackwork-horse-list-selected {
  background-color: #dadada;
  padding: 2px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: none;
  margin-bottom: 10px; }

.trackwork-unscheduled-horse {
  display: inline-block;
  padding: 10px;
  margin: 10px;
  border: 1px solid #000;
  text-align: center;
  vertical-align: top;
  width: 200px; }

.control-label {
  text-transform: none !important;
  font-size: 14px !important;
  margin-right: 5px; }

#trackworkAllocationDatePicker, #practitionerSelect {
  margin-right: 5px; }

#trackworkAllocationDatePicker {
  z-index: 1000 !important; }

#clearSelectedHorses {
  float: right; }

.trackwork-badge {
  font-size: 80%;
  display: block;
  padding: .2em .6em .3em;
  line-height: 1;
  color: white;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25em;
  margin-right: 2px;
  margin-bottom: 2px; }

.trackwork-badge-section {
  color: black;
  background-color: #f0ad4e; }

.trackwork-badge-section .trackwork-badge {
  font-size: 100%; }

.trackwork-badge-scheduled {
  background-color: #337ab7; }

.trackwork-badge-completed {
  background-color: #5cb85c; }

#unallocatedHorsesTree label {
  font-size: 12px; }

.trackwork-worksection-position {
  margin-right: 4px;
  margin-top: 4px; }

div.trackwork-allocated-horse {
  background-color: #c6ffa4; }

div[data-isallocatedthiswork="true"] {
  background-color: #f0ad4e; }

.permissions-multi-select {
  width: 567px; }
  .permissions-multi-select .ms-list {
    height: 450px; }

#permissionsContainer .awaiting-verification {
  background-color: #ffffcc; }

.credit-card-section {
  /*New codes*/ }
  .credit-card-section .transparent {
    opacity: 0.2; }
  .credit-card-section.payment {
    float: left;
    font-size: 18px;
    margin-top: 20px;
    position: relative;
    width: 100%;
    max-width: 700px; }
  .credit-card-section .form-group label {
    font-size: 18px; }
  .credit-card-section .name {
    float: left;
    width: 63%; }
  .credit-card-section .cvv {
    width: 35%;
    float: right; }
  .credit-card-section #expiry {
    float: left;
    width: 49%; }
  .credit-card-section #creditCards {
    float: right;
    width: 50%;
    margin-top: 25px;
    text-align: right; }
  .credit-card-section #payNow {
    width: 100%;
    float: left;
    margin-top: 25px; }
    .credit-card-section #payNow #paymentUpdateSubmit {
      width: 100%;
      margin-top: 3px;
      font-size: 24px; }

#packageContainer .generic-content {
  background-color: #ffffff;
  overflow: hidden;
  position: relative;
  text-align: center; }
  #packageContainer .generic-content .generic-head-price {
    background-color: #f6f6f6;
    margin: 0 0 20px 0; }
    #packageContainer .generic-content .generic-head-price .generic-head-content {
      margin: 0 0 50px 0; }
      #packageContainer .generic-content .generic-head-price .generic-head-content .head-bg {
        border-color: #e4e4e4 rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #e4e4e4;
        border-style: solid;
        border-width: 77px 1311px 23px 399px;
        position: absolute; }
      #packageContainer .generic-content .generic-head-price .generic-head-content .head {
        padding-top: 40px;
        position: relative;
        z-index: 1; }
        #packageContainer .generic-content .generic-head-price .generic-head-content .head span {
          color: #525252;
          font-size: 22px;
          font-weight: 400;
          letter-spacing: 2px;
          margin: 0;
          padding: 0;
          text-transform: uppercase; }
    #packageContainer .generic-content .generic-head-price .generic-price-tag {
      padding: 0 0 20px; }
      #packageContainer .generic-content .generic-head-price .generic-price-tag .price {
        display: block; }
        #packageContainer .generic-content .generic-head-price .generic-price-tag .price .sign, #packageContainer .generic-content .generic-head-price .generic-price-tag .price .currency, #packageContainer .generic-content .generic-head-price .generic-price-tag .price .cent {
          color: #414141; }
        #packageContainer .generic-content .generic-head-price .generic-price-tag .price .sign {
          display: inline-block;
          font-size: 28px;
          font-weight: 400;
          vertical-align: middle; }
        #packageContainer .generic-content .generic-head-price .generic-price-tag .price .currency {
          font-size: 60px;
          font-weight: 300;
          letter-spacing: -2px;
          line-height: 60px;
          padding: 0;
          vertical-align: middle; }
        #packageContainer .generic-content .generic-head-price .generic-price-tag .price .cent {
          display: inline-block;
          font-size: 24px;
          font-weight: 400;
          vertical-align: bottom; }
      #packageContainer .generic-content .generic-head-price .generic-price-tag .month {
        color: #414141;
        font-size: 18px;
        font-weight: 400;
        letter-spacing: 3px;
        vertical-align: bottom; }
  #packageContainer .generic-content .generic-feature-list ul {
    list-style: none;
    padding: 0;
    margin: 0; }
    #packageContainer .generic-content .generic-feature-list ul li {
      color: #a7a7a7;
      font-size: 18px;
      padding: 15px 0;
      -webkit-transition: all 0.3s ease-in-out 0s;
      transition: all 0.3s ease-in-out 0s;
      max-height: 55px; }
      #packageContainer .generic-content .generic-feature-list ul li span {
        color: #414141; }
      #packageContainer .generic-content .generic-feature-list ul li sup {
        font-size: 60%; }
      #packageContainer .generic-content .generic-feature-list ul li s {
        color: #d1d1d1; }
      #packageContainer .generic-content .generic-feature-list ul li:hover {
        background-color: #e4e4e4;
        border-left: 5px solid #971B1E;
        transition: all 0.3s ease-in-out 0s;
        -moz-transition: all 0.3s ease-in-out 0s;
        -ms-transition: all 0.3s ease-in-out 0s;
        -o-transition: all 0.3s ease-in-out 0s;
        -webkit-transition: all 0.3s ease-in-out 0s; }
      #packageContainer .generic-content .generic-feature-list ul li.no-max {
        max-height: none; }
  #packageContainer .generic-content .generic-price-btn {
    margin: 20px 0 32px; }
    #packageContainer .generic-content .generic-price-btn a {
      border: 1px solid #971B1E;
      color: #971B1E;
      border-radius: 50px;
      display: inline-block;
      font-size: 18px;
      outline: medium none;
      padding: 12px 30px;
      text-decoration: none;
      text-transform: uppercase; }
  #packageContainer .generic-content.active .generic-head-price .generic-head-content .head-bg, #packageContainer .generic-content:hover .generic-head-price .generic-head-content .head-bg {
    border-color: #971B1E rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #971B1E;
    color: #ffffff; }
  #packageContainer .generic-content.active .generic-head-price .generic-head-content .head span, #packageContainer .generic-content:hover .generic-head-price .generic-head-content .head span {
    color: #ffffff; }
  #packageContainer .generic-content.active .generic-head-price .generic-head-content .head div, #packageContainer .generic-content:hover .generic-head-price .generic-head-content .head div {
    color: #ffffff; }
  #packageContainer .generic-content.active .generic-price-btn a, #packageContainer .generic-content:hover .generic-price-btn a {
    background-color: #971B1E;
    color: #ffffff;
    cursor: pointer; }

#packageContainer .generic-extras-btn {
  margin-top: 20px;
  margin-bottom: 32px; }
  #packageContainer .generic-extras-btn a {
    border: 1px solid #971B1E;
    color: #971B1E;
    border-radius: 50px;
    -webkit-border-radius: 50px;
    display: inline-block;
    font-size: 13px;
    outline: medium none;
    padding: 12px 30px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    width: 100%; }
  #packageContainer .generic-extras-btn.active a, #packageContainer .generic-extras-btn:hover a {
    background-color: #971B1E;
    color: #ffffff;
    cursor: pointer; }

#packageContainer .generic-content,
#packageContainer .generic-content:hover,
#packageContainer .generic-content .generic-head-price .generic-head-content .head-bg,
#packageContainer .generic-content:hover .generic-head-price .generic-head-content .head-bg,
#packageContainer .generic-content .generic-head-price .generic-head-content .head h2,
#packageContainer .generic-content:hover .generic-head-price .generic-head-content .head h2,
#packageContainer .generic-content .price,
#packageContainer .generic-content:hover .price,
#packageContainer .generic-content .generic-price-btn a,
#packageContainer .generic-content:hover .generic-price-btn a {
  transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  -webkit-transition: all 0.3s ease-in-out 0s; }

@media (max-width: 767px) {
  #packageContainer .generic-content {
    margin-bottom: 75px; } }

@media (min-width: 768px) and (max-width: 991px) {
  #packageContainer .col-md-3,
  #packageContainer .col-md-4 {
    float: left;
    width: 50%; }
  #packageContainer .generic-content {
    margin-bottom: 75px; } }

#packageContainer .price-heading {
  text-align: center; }
  #packageContainer .price-heading h1 {
    color: #666666;
    margin: 0;
    padding: 25px 0; }

.forgot-password-success-text {
  text-align: center; }

.verify-code {
  text-align: center; }
  .verify-code .form-control {
    padding: 0;
    margin: 0 4px;
    border-radius: 0px;
    border-color: black;
    font-size: 4em;
    text-align: center;
    height: 1.2em;
    width: 0.8em;
    display: inline; }

#welcomeContent .welcome-message {
  text-align: center; }

#workSchedule .e-timeline-view {
  /*        .e-resource-column-wrap {
            .e-resource-column-table {
                .e-resource-cells {
                    height: 52px;
                }
            }
        }*/
  /*        .e-schedule-table {
            .e-work-cells {
                height: 52px;
            }
        }*/ }
  #workSchedule .e-timeline-view .e-resource-left-td {
    vertical-align: bottom;
    width: 350px; }
    #workSchedule .e-timeline-view .e-resource-left-td .e-resource-text {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      font-weight: 500;
      padding: 0; }
      #workSchedule .e-timeline-view .e-resource-left-td .e-resource-text &gt; div {
        border-right: 1px solid rgba(0, 0, 0, 0.12);
        border-top: 1px solid rgba(0, 0, 0, 0.12);
        -webkit-box-flex: 1;
            -ms-flex: 1;
                flex: 1;
        font-weight: 500;
        height: 36px;
        line-height: 34px;
        padding-left: 5px; }
        #workSchedule .e-timeline-view .e-resource-left-td .e-resource-text &gt; div:last-child {
          border-right: 0; }
  #workSchedule .e-timeline-view .e-date-header-wrap table col,
  #workSchedule .e-timeline-view .e-content-wrap table col {
    width: 100px; }

#workSchedule .e-timeline-month-view .e-resource-left-td {
  width: 350px; }

#workSchedule .template-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  text-align: left; }
  #workSchedule .template-wrap &gt; div {
    border-right: 1px solid rgba(0, 0, 0, 0.12);
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    font-weight: 500;
    line-height: 58px;
    overflow: hidden;
    padding-left: 5px;
    text-overflow: ellipsis; }
    #workSchedule .template-wrap &gt; div:last-child {
      border-right: 0; }

#workSchedule .e-timeline-view .e-resource-cells,
#workSchedule .e-timeline-view-month .e-resource-cells {
  padding-left: 0; }

#workSchedule .e-read-only {
  opacity: .8; }

#workSchedule .schedulerColumn {
  display: none; }

.work-container {
  margin-top: 20px; }

.horse-list-view {
  height: 650px;
  overflow-y: scroll; }
  .horse-list-view .e-list-parent {
    padding: 0px 0px 0px 0px; }
    .horse-list-view .e-list-parent .e-text-content {
      padding: 0px 0px 0px 0px; }

#workSchedule_dialog_wrapper .e-dlg-content .scheduler-editor-row,
#workCalendar_dialog_wrapper .e-dlg-content .scheduler-editor-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 12px;
  width: 100%; }
  #workSchedule_dialog_wrapper .e-dlg-content .scheduler-editor-row .full-container,
  #workCalendar_dialog_wrapper .e-dlg-content .scheduler-editor-row .full-container {
    width: 100%; }
  #workSchedule_dialog_wrapper .e-dlg-content .scheduler-editor-row .half-container,
  #workCalendar_dialog_wrapper .e-dlg-content .scheduler-editor-row .half-container {
    width: 50%; }
  #workSchedule_dialog_wrapper .e-dlg-content .scheduler-editor-row .third-container,
  #workCalendar_dialog_wrapper .e-dlg-content .scheduler-editor-row .third-container {
    width: 33.33%; }
  #workSchedule_dialog_wrapper .e-dlg-content .scheduler-editor-row .quarter-container,
  #workCalendar_dialog_wrapper .e-dlg-content .scheduler-editor-row .quarter-container {
    width: 25%; }
  #workSchedule_dialog_wrapper .e-dlg-content .scheduler-editor-row .full-container,
  #workSchedule_dialog_wrapper .e-dlg-content .scheduler-editor-row .half-container,
  #workSchedule_dialog_wrapper .e-dlg-content .scheduler-editor-row .third-container,
  #workSchedule_dialog_wrapper .e-dlg-content .scheduler-editor-row .quarter-container,
  #workCalendar_dialog_wrapper .e-dlg-content .scheduler-editor-row .full-container,
  #workCalendar_dialog_wrapper .e-dlg-content .scheduler-editor-row .half-container,
  #workCalendar_dialog_wrapper .e-dlg-content .scheduler-editor-row .third-container,
  #workCalendar_dialog_wrapper .e-dlg-content .scheduler-editor-row .quarter-container {
    padding-right: 8px; }
  #workSchedule_dialog_wrapper .e-dlg-content .scheduler-editor-row .linked-procedure-warning,
  #workCalendar_dialog_wrapper .e-dlg-content .scheduler-editor-row .linked-procedure-warning {
    color: red; }

#workScheduleOptionsModal .e-chips.scheduled, #workScheduleOptionsModal .e-chips.scheduled:hover {
  background-color: #0378d5; }

#workScheduleOptionsModal .e-chips.completed, #workScheduleOptionsModal .e-chips.completed:hover {
  background-color: #4d841d; }

#workScheduleOptionsModal .e-chips.cancelled, #workScheduleOptionsModal .e-chips.cancelled:hover {
  background-color: #d64113; }

#workScheduleOptionsModal .e-chips.racing, #workScheduleOptionsModal .e-chips.racing:hover {
  background-color: #c15700; }

#workScheduleOptionsModal .e-chips.scheduled .e-chipcontent, #workScheduleOptionsModal .e-chips.scheduled:hover .e-chipcontent, #workScheduleOptionsModal .e-chips.completed .e-chipcontent, #workScheduleOptionsModal .e-chips.completed:hover .e-chipcontent, #workScheduleOptionsModal .e-chips.cancelled .e-chipcontent, #workScheduleOptionsModal .e-chips.cancelled:hover .e-chipcontent, #workScheduleOptionsModal .e-chips.racing .e-chipcontent, #workScheduleOptionsModal .e-chips.racing:hover .e-chipcontent {
  -webkit-text-fill-color: #fff;
  color: #fff; }

.diary-view-picker-container {
  padding-right: 15px; }
  .diary-view-picker-container label.e-float-text {
    text-align: left; }

.e-dlg-content .e-lib.e-btn.e-control.work-profile-button, .e-dlg-content .e-lib.e-btn.e-control.completed-work-profile-button {
  margin: 2px; }

.work-schedule-linked-procedures-container {
  margin-top: 25px; }

#workScheduleScheduleModalContent .linked-procedure-warning,
#workScheduleDeleteModalContent .linked-procedure-warning {
  color: red;
  margin-top: 20px; }

.e-quickinfo-label {
  font-size: 14px; }

</pre></body></html>