::-webkit-input-placeholder {color: #555;}
::-moz-placeholder          {color: #555;}
:-moz-placeholder           {color: #555;}
:-ms-input-placeholder      {color: #555;}

.fx-mask {
  background-color: rgba(0,0,0,.9);
}
.fx-panel-mask {
  background-color: rgba(0,0,0,.9);
}
.fx-panel-mask > .fx-window {
  border: none;
  background: transparent;
}
.fx-loadmask {
  border-top: 1px solid #3a3a3a;
  border-left: 1px solid #353535;
  border-right: 1px solid #353535;
  border-bottom: 1px solid #2f2f2f;
  background-color: #555;
  color: #bbb;
  width: 50px;
  height: 50px;
}
.fx-loadmask-icon {
  border-right: solid 1px #444;
  border-top: solid 1px #444;
  border-left: solid 1px #bbb;
  border-bottom: solid 1px #444; /*border-bottom: solid 2px #7d7d8e;*/
  width: 60px;
  height: 60px;
}
.fx-panel-mask > .fx-loadmask > .fx-loadmask-text {
  display: none;
}
/*.fx-container {
  align-items: flex-start;
}*/
.fx-dev-window {
  border: none;
  box-shadow: none;
  background-color: unset;
}
.fx-dev-window > .header {
  background-color: transparent;
  border: none;
  height: auto;
}
.fx-dev-window > .header > .title {
  color: #fff;
  font-family: 'Supply';
  font-size: 30px;
  line-height: 30px;
  text-transform: uppercase;
  font-weight: 500;
  margin-bottom: 40px;
}
.fx-dev-window > .header > .tools > .close {
  background-image: url('./images/mubert/close.filter.svg');
  background-size: 20px;
  background-position: center;
  opacity: 1;
  position: fixed;
  right: 0;
  top: 0;
  width: 50px;
  height: 50px;
  margin: 0px !important;
}
.fx-dev-window > .header > .tools > .close:hover {
  background-color: #232323 !important;
  opacity: 1;
}
.fx-dev-window > .body {
  background-color: transparent;
  border-radius: 0;
}
.fx-dev-window > .fx-toolbar.bottom, .fx-dev-window > .fx-toolbar.top {
  background-color: #292929;
  border: none;
}
.fx-panel > .fx-panel-header {
  font-family: Supply;
}
.fx-grid > .fx-grid-header {
  height: 40px;
  background-image: none;
  background-color: #232323;
  box-shadow: 0px 0px 10px rgba(0,0,0,0.3);
  position: relative;
  z-index: 20;
  border-bottom: none;
}
.fx-grid .fx-grid-header .fx-grid-column {
  height: 40px;
  border-right: 0px solid #232323;
  background-image: none;
}
.fx-grid .fx-grid-header .fx-grid-column:not(.resize):hover {
  background-image: none;
  /*background-color: transparent;*/
  background-color: #232323;
}
.fx-grid .fx-grid-header .fx-grid-column > .fx-grid-header-text {
  margin: 0;
  padding: 0 20px;
  color: #fff;
  opacity: .5;
  font-family: 'Supply';
  text-transform: uppercase;
  border-bottom: 1px solid transparent;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.fx-grid .fx-grid-header .fx-grid-column:hover > .fx-grid-header-text {
  border-color: #999 !important;
}
.fx-grid .fx-grid-header .fx-grid-column > .fx-grid-header-text.sort-ASC:after {
  border: 5px solid #999;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 0px solid transparent;
  top: 17px;
  right: 6px;
}
.fx-grid .fx-grid-header .fx-grid-column > .fx-grid-header-text.sort-DESC:after {
  border: 5px solid #999;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-bottom: 0px solid transparent;
  top: 18px;
  right: 6px;
}
/*.fx-grid-header-text.sort-ASC {
  background-image: url(./images/arrow-up.svg);
  background-size: 17px;
  padding-right: 14px;
  background-position: right 10px center;
  border-color: #999 !important;
}
.fx-grid-header-text.sort-DESC {
  background-image: url(./images/arrow-down.svg);
  background-size: 17px;
  padding-right: 14px;
  background-position: right 10px center;
  border-color: #999 !important;
}*/
.fx-grid .fx-grid-header .fx-grid-column.controls-cell > .fx-grid-header-text {
  flex-direction: row;
  justify-content: flex-start;
}
.fx-grid .fx-grid-body {
  background-color: #191919;
  height: 1px;
}
.fx-grid .fx-grid-row {
  color: #939393;
}
.fx-grid .fx-grid-body.fx-grid-with-row-lines .fx-grid-row {
  border-bottom: 1px solid #777;
}
.fx-grid .fx-grid-stripe-rows .fx-grid-row:nth-child(2n) {
  background-color: #202020;
}
.fx-grid > .fx-grid-body.fx-row-hover .fx-grid-row:hover { /* .fx-grid .fx-grid-row:hover */
  background-color: #333 !important;
}
.fx-grid > .fx-grid-body .fx-grid-row.active {
  background-color: #333333 !important;
  border-bottom: 1px solid #333333;
  color: #ddd;
}
.fx-grid.multi-select > .fx-grid-body .fx-grid-row.focus:not(.active) {
  border-top: 1px dotted #999;
  border-bottom: 1px dotted #999;
  background-color: #444 !important;
  color: #939393;
}
.fx-grid .fx-grid-cell {
  padding: 12px 20px;
  font-size: 11px;
  line-height: 16px;
  text-transform: uppercase;
  text-overflow: ellipsis;
}
.fx-grid.multi-select .fx-grid-row.focus > .fx-grid-cell:not(.fx-grid-treecolumn-cell):not(.without-padding):not(.fx-cell-selection):not(.controls-cell) {
  /*padding: 11px 20px;*/
  display: flex;
  padding: 0 20px;
  align-items: center;
}
.fx-grid.multi-select .fx-grid-row.focus.active {
  border: none;
}
.fx-grid .fx-grid-row > .fx-grid-cell.controls-cell {
  padding: 0 !important;
}
.fx-grid .fx-grid-row.focus:not(.active) > .fx-grid-cell.fx-cell-selection {
  padding: 12px 0 !important;
}
.fx-grid .fx-grid-row > .fx-grid-cell.fx-canvas {
  padding: 0 !important;
}
.fx-grid .fx-grid-row.focus:not(.active) > .fx-grid-cell.fx-canvas {
  margin-top: -1px;
}
.fx-grid > .fx-grid-body.fx-grid-with-col-lines .fx-grid-cell {
  border-right: 1px solid #333;
}
.fx-grid > .fx-grid-body.fx-grid-with-col-lines .fx-grid-row.active .fx-grid-cell {
  border-color: #64758c;
}

.fx-grid-cell.fx-cell-selection {
  background-color: transparent !important;
  padding: 13px 0;
}
.fx-grid.multi-select .fx-grid-row.focus.active .fx-grid-cell.fx-cell-selection {
  padding: 13px 0;
  
}
.fx-grid.multi-select .fx-grid-row.active .fx-grid-cell.fx-cell-selection .fx-grid-checkcolumn {
  background-color: #191919;
  border: none;
}
.fx-grid.multi-select .fx-grid-row.active .fx-grid-cell.fx-cell-selection .fx-grid-checkcolumn:after {
  position: absolute;
  border-color: #999;
  border-style: solid;
  border-width: 0 2px 2px 0;
  content: '';
  display: block;
  height: 6px;
  transform: rotate(45deg);
  width: 2px;
  margin: 2px 5px;
}

.fx-grid .fx-grid-stripe-rows .fx-grid-row:nth-child(2n) .fx-grid-cell.fx-cell-selection {
  /*background-color: transparent !important;*/
  background-color: inherit !important;
}

.fx-grid-checkcolumn {
  background-image: none;
  background-position: none;
  /*border: solid 1px #202020;*/
  border: none;
  background-color: #404040;
  border-radius: 2px;
  box-sizing: border-box;
}
.fx-grid-row:hover .fx-grid-checkcolumn {
  background-color: #555;
}
.fx-grid-row.focus:not(.active) .fx-grid-checkcolumn {
  background-color: #606060;
}
.fx-grid-checkcolumn-checked {
  background-position: none;
  border-color: #ddd !important;
}
.fx-grid-row.active > .fx-grid-cell:not(.fx-cell-selection) > .fx-grid-checkcolumn.fx-grid-checkcolumn-checked {
  background-position: none;
}
.fx-selection-column > .fx-grid-checkcolumn {
  /*border: solid 1px #333;
  background-color: #404040;*/

  background-color: #444;
  border: none;
}
.fx-grid-checkcolumn.fx-grid-checkcolumn-checked::after {
  border-color: #ddd;
  border-style: solid;
  border-width: 0 2px 2px 0;
  content: '';
  display: block;
  height: 6px;
  transform: rotate(45deg);
  width: 2px;
  margin: 0 4px;
  margin: 2px 5px;
}
.fx-grid-checkcolumn.fx-grid-checkcolumn-checked::after {
  border-color: #ddd;
}
.fx-grid-checkcolumn.fx-grid-checkcolumn-selected::after {
  border-color: #999;
  border-style: solid;
  border-width: 0 2px 2px 0;
  content: '';
  display: block;
  height: 6px;
  transform: rotate(45deg);
  width: 2px;
  margin: 0 4px;
  margin: 2px 5px;
}

.fx-msg {
  background-color: transparent;
  border: none;
  box-shadow: none;
  text-transform: uppercase;
  text-align: center;
  min-width: 500px;
  background: #fff;
  border-radius: 10px;
  padding: 30px;
}

.fx-msg > .header {
  font-family: Supply;
  font-weight: 500;
  padding: 0;
  font-size: 30px;
  display: block;
}

.fx-msg > .header > .title {
  padding: 0px 10px;
  color: #000;
}

.fx-dev-window > .header > .tools > .close {
  position: absolute;
  right: 6px;
  height: 30px;
  width: 30px;
}
.fx-dev-window > .header > .tools > .close:not(:hover) {
  filter: invert(100%);
}

.fx-msg > .body {
  color: #bbb;
  font-family: Supply;
  padding: 0;
  text-align: center;
  display: block;
  font-size: 12px;
}

.fx-dev-window.fx-msg > .body > .fx-container.fx-content {
  margin: 40px auto;
  color: #000;
}

.fx-msg > .body > .buttons {
  margin: 0 auto;
  flex-direction: row;
  justify-content: center;
}

.fx-msg > .body > .buttons > .fx-button > .fx-button-text {
  line-height: 40px;
}

.fx-msg .fx-btn {
  background: transparent;
  border: none;
  border-radius: 0;
  color: #000;
  font-family: 'Supply';
  padding: 10px 20px;
  margin: 10px;
  width: calc(50% - 20px);
  text-transform: uppercase;
  border: 2px solid #fff;
  color: #fff;
  transition: 0.3s ease all;
  font-size: 12px;
}

.fx-msg .fx-btn:last-child {
  background: #fff;
  color: #000;
}

.fx-msg .fx-btn:hover {
  background: #fff;
  color: #000;
  transform: scale(1.1);
}

.fx-msg .toolbar {
  padding: 0;
  margin-top: 20px;
}

.fx-msg > .body > .icon-box {
  display: none !important;
}

.fx-notify {
  font-family: 'Supply';
  font-size: 12px;
  text-transform: uppercase;
  line-height: 1.6;
  border-radius: 0;
  box-shadow: none;
}

.fx-notify .header {
  background-color: #757575;
  padding: 0 10px;
}

.fx-notify .header .title {
  font-family: 'Supply';
}

.fx-notify .body {
  background-color: #454545;
  color: #ffffff;
  padding: 10px;
}

.fx-field-combobox > .fx-field-body > .fx-field-input > .fx-value {
  padding: 1px 4px;
  background-color: #535353;
  /*border-color: #5a5a5a;*/
  border: none;
  border-radius: 2px;
  /*color: #999;*/
  color: rgba(255,255,255,.8);
  align-items: center;
  margin-right: 3px;
  height: 19px;
  box-sizing: border-box;
}

.fx-field-combobox > .fx-field-body > .fx-field-input > .fx-value:last-child {
  margin-right: 0;
}

.fx-field-combobox > .fx-field-body > .fx-field-input > .fx-value > .fx-close {
  background-image: url(./images/mubert/close.filter.svg);
  background-position: center;
  opacity: .5;
  cursor: default;
}
.fx-field-combobox > .fx-field-body > .fx-field-input > .fx-value > .fx-close:hover {
  opacity: .8;
  cursor: pointer;
}
/*.fx-field-combobox.fx-list-showed.up > .fx-field-body > .fx-field-input {
  border-radius: 0 0 0 5px;
}
.fx-field-combobox.fx-list-showed.down > .fx-field-body > .fx-field-input {
  border-radius: 5px 0 0 0;
}
.fx-field-combobox.fx-list-showed.up > .fx-field-body > .fx-btn {
  border-radius: 0 0 5px 0;
}
.fx-field-combobox.fx-list-showed.down > .fx-field-body > .fx-btn {
  border-radius: 0 5px 0 0;
}*/
.fx-field-combobox > .fx-field-list.up {
  border: none;
  border-radius: 0;
}
.fx-field-combobox > .fx-field-list.down {
  border: none;
  border-radius: 0;
}
.fx-field-combobox > .fx-field-list > .fx-list-container > .list-item {
  user-select: none;
  font-family: Supply;
  color: #ccc;
}

.fx-grid-body > .fx-cell-editor > .fx-field-input, .fx-grid-body > .fx-cell-editor > .fx-field-body > .fx-field-input {
  height: 40px;
  box-sizing: border-box;
  border: #232323;
  background-color: #5f5f5f;
  color: #eee;
  padding: 12px 20px;
  /*text-transform: uppercase;*/
  font-family: Supply;
  font-size: 11px;
  box-shadow: none;
  /*border-top: none;*/
}

/*.fx-grid-body > .fx-cell-editor.fx-field-combobox {
  border-radius: 2px;
}
.fx-grid-body > .fx-cell-editor.fx-field-combobox.fx-list-showed {
  border-radius: 2px 2px 0 0;
}
.fx-grid-body > .fx-cell-editor.fx-field-combobox.fx-list-showed > .fx-field-list.down {
  border-radius: 0 0 2px 2px;
}*/
.fx-grid-body > .fx-cell-editor.fx-field-combobox.fx-list-showed > .fx-field-body > .fx-field-input, .fx-grid-body > .fx-cell-editor.fx-field-combobox.fx-list-showed > .fx-field-body > .fx-btn {
  border-radius: 0;
}
.fx-grid-body > .fx-cell-editor.fx-field-combobox > .fx-field-body > .fx-field-btn {
  height: 40px;
  border: none;
  /*border-color: #232323;*/
  /*border-left: none;*/
  background-color: #5f5f5f;
  background-image: url(./images/arrow-down.svg);
  background-size: 17px;
  background-position: center;
}
.fx-grid-body > .fx-cell-editor.fx-field-combobox.fx-list-showed > .fx-field-body > .fx-field-btn {
  height: 40px;
  background-color: #5f5f5f;
  background-image: url(./images/arrow-up.svg);
  background-size: 17px;
  background-position: center;
}
.fx-grid-body > .fx-cell-editor.fx-field-combobox > .fx-field-body > .fx-field-btn:hover {
  background-color: #5f5f5f;
  background-image: url(./images/arrow-down.svg);
  background-size: 17px;
  background-position: center;
}
.fx-grid-body > .fx-cell-editor.fx-field-combobox.fx-list-showed > .fx-field-body > .fx-field-btn:hover {
  border-color: #232323;
  background-color: #5f5f5f;
  background-image: url(./images/arrow-up.svg);
  background-size: 17px;
  background-position: center;
}

.fx-menu {
  background-color: #353535;
  border: 1px solid #414141;
  color: #a1a1a1;
  box-shadow: 0 0 6px rgba(0,0,0,.6);
}
.fx-menu .fx-menu-btn {
  display: flex;
  background-color: #353535;
}
.fx-menu .fx-menu-btn .fx-menu-btn-hot-key {
  color: #666;
}
.fx-menu .fx-menu-btn:hover, .fx-menu .fx-menu-btn.focus {
  background-color: #414141;
}
/*.fx-menu .fx-menu-btn.checked {
  background-image: url(./images/mubert/checkbox.svg);
  background-repeat: no-repeat;
  background-position: 6px center;
}
*/.fx-menu .fx-menu-btn.disabled {
  background-color: #303030;
  color: #444;
  -webkit-filter: none;
  filter: none;
}
.fx-menu > .fx-split {
  border-bottom: 1px solid #444;
}

/* QTIP */

.fx-dev-qtip > .content {
  background-color: #232323;
  background-color: #777;
  color: #999;
  color: #232323;
  /*box-shadow: none;*/
  box-shadow: 0 2px 5px rgba(0,0,0,.3);
  text-transform: uppercase;
}
.fx-dev-qtip.top > .cursor {
  border-top: 5px solid #232323;
  border-top: 5px solid #777;
}
.fx-dev-qtip.bottom > .cursor {
  border-bottom: 5px solid #232323;
  border-bottom: 5px solid #777;
}
.fx-field-text > .fx-field-body > .fx-clear-btn {
  background-image: url(./images/mubert/close.filter.svg);
  background-size: 10px;
  background-position: center;
  opacity: 0.3;
  border-radius: 50%;
}

/* QTIP */

.fx-form .fx-field-text.invalid > .errors, .fx-form .fx-field-number.invalid > .errors {
  display: none;
}

.fx-button > .fx-button-text {
  font-family: Supply;
  text-transform: uppercase;
}