@font-face {
  font-family: Supply;
  font-weight: 100;
  src: url('./font/Supply/Supply-UltraLight.otf') format("opentype");
}

@font-face {
  font-family: Supply;
  font-weight: 200;
  src: url('./font/Supply/Supply-Light.otf') format("opentype");
}

@font-face {
  font-family: Supply;
  src: url('./font/Supply/Supply-Regular.otf') format("opentype");
}

@font-face {
  font-family: Supply;
  font-weight: 600;
  src: url('./font/Supply/Supply-Medium.otf') format("opentype");
}

@font-face {
  font-family: Supply;
  font-weight: 700;
  src: url('./font/Supply/Supply-Bold.otf') format("opentype");
}

::-moz-placeholder          {opacity: .6;}
:-moz-placeholder           {opacity: .6;}
:-ms-input-placeholder      {opacity: .6;}
::-webkit-input-placeholder {opacity: .6;}

::-webkit-scrollbar {
  background-color: #272727;
  /*width: 8px;
  height: 8px;*/
  width: 12px;
  height: 12px;
}

/*::-webkit-scrollbar-track {
  padding: 2px;
}*/

/*::-webkit-scrollbar-thumb {
  background: #363636;
  min-height: 20px;
}*/

::-webkit-scrollbar-thumb {
  background-color: #4d4d4d;
  /*border: 1px solid #222;*/
  min-height: 20px;
}

::-webkit-scrollbar-thumb:vertical {
  box-shadow: inset 1px 0 0 #555;
  border-left: 1px solid #222;
  border-right: 1px solid #222;
}

::-webkit-scrollbar-thumb:horizontal {
  box-shadow: inset 0 1px 0 #555;
  border-top: 1px solid #222;
  border-bottom: 1px solid #222;
}

::-webkit-scrollbar-corner {
  /*background-image: linear-gradient(#333,#444);*/
  /*background-color: #383838;*/
  background-color: #222;
}

* {
  font-family: Supply, sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

body {
  display: flex;
  flex-direction: column;
  justify-content: center;
  font-family: Supply, sans-serif;
  background: #000;
  height: 100%;
}
a {
  transition: 0.3s ease all;
}
.viewport {
  display: flex;
  flex: 1 1 auto;
  flex-direction: row;
  /*width: 100%;
  height: 100%;*/
  border: none;
  width: auto;
}
.viewport > .fx-panel-mask > .fx-loadmask > .fx-loadmask-icon {
  margin: 0 auto;
}
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:active,
input:-webkit-autofill:focus {
    background-color: #000 !important;
    color: #fff !important;
    -webkit-box-shadow: 0 0 0 1000px black inset !important;
    -webkit-text-fill-color: #fff !important;
    }
.auth-container {
  flex: 1 1 auto;
  justify-content: center;
  align-items: center;
  padding: 100px;
  background-color: #000;
  border: none;
}
.auth-container > .fx-panel-body {
  justify-content: center;
  align-items: center;
  padding: 0;
}

.auth-container .auth-field {
  flex-direction: column;
  align-items: stretch;
  margin: 0 0 40px 0;
}
.auth-container .auth-field > .fx-field-label {
  display: flex;
  flex: 1 1 auto;
  justify-content: center;
  width: auto !important;
  font-size: 24px;
  color: #ddd;
  font-family: Supply;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 30px;
}
.auth-container .auth-field .fx-field-input {
  text-align: center;
  height: 40px;
  font-size: 16px;
  font-family: Supply;
  background-color: transparent;
  border-width: 0 0 1px 0;
  border-radius: 0;
  border-color: #979797;
  color: #ffffff;
}
.auth-container .auth-field .fx-field-input:focus {
  border-color: #fff !important;
}
.auth-container .auth-field.uppercase > .fx-field-body > .fx-field-input {
  text-transform: uppercase;
}
.auth-container .auth-field.invalid > .fx-field-body > .fx-field-input {
  color: #f7d732;
}
.auth-container .fx-field-text.value > .fx-field-body > .fx-field-input {
  padding-right: 3px !important;
}
.auth-container .auth-field.fx-field-password > .fx-field-body > .fx-field-input {
  text-transform: none;
}
.auth-container .auth-field > .fx-field-body > .fx-clear-btn {
  bottom: 11px;
  top: auto;
}
.auth-container .auth-field > .fx-field-body > .fx-clear-btn:hover {
  background-color: #353535;
}
.auth-container .fx-field-password {
  position: relative;
}
.auth-container .fx-field-password > .fx-field-body > .fx-field-btn {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 40px;
  height: 40px;
  background-size: 24px;
  background-color: transparent;
  border: none;
  opacity: .3;
  z-index: 1;
}
.auth-container .fx-field-password > .fx-field-body > .fx-field-btn.masked {
  background-image: url(./images/mubert/pass_close.svg);
  z-index: 1;
}
.auth-container .fx-field-password > .fx-field-body > .fx-field-btn.unmasked {
  background-image: url(./images/mubert/pass_open.svg);
  z-index: 1;
}
.auth-container .fx-field-password:not(.fx-disabled) > .fx-field-body > .fx-field-btn.masked:hover {
  background-image: url(./images/mubert/pass_close.svg);
  background-color: transparent;
  opacity: .5;
}
.auth-container .fx-field-password:not(.fx-disabled) > .fx-field-body > .fx-field-btn.unmasked:hover {
  background-image: url(./images/mubert/pass_open.svg);
  background-color: transparent;
  opacity: .5;
}
.auth-container .error-container {
  margin-bottom: 40px;
  color: #999;
  /*color: #bf8234;*/
  /* color: #ca4343; */
  font-size: 12px;
  font-family: Supply, sans-serif;
  text-transform: uppercase;
  max-width: 450px;
  white-space: pre-line;
}
.auth-container .fx-button {
  background-color: #ffffff;
  background-image: none;
  color: #000000;
  border: none;
  text-transform: uppercase;
  /*padding: 12px 60px 12px 20px;*/
  padding: 12px 20px;
  margin: 0;
  opacity: 1;
  border-radius: 100px;
  border: 2px solid #fff;
}
.auth-container .fx-button:hover {
  /*background-color: #202020;*/
  background-color: transparent;
  background-image: none;
  box-shadow: none;
  opacity: 1;
  color: #fff;
}
.auth-container .fx-button.back {
  flex: 0 0 auto;
  width: 50px;
  margin-right: 10px;
}
.auth-container .fx-button.forgot-password, .auth-container .fx-button.resend-mail {
  flex: 0 0 auto;
  margin-right: 10px;
}
.auth-container .fx-button.continue {
  flex: 1 1 auto;
  min-width: 200px;
}
.left-panel {
  display: flex;
  flex: 0 0 auto;
  flex-direction: column;
  align-self: stretch;
  width: 120px;
  box-sizing: border-box;
  padding-top: 20px;
}
.right-panel {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  align-self: stretch;
  overflow: auto;
  padding: 20px;
}
.main-panels {
  display: flex;
  flex: 1 1 auto;
  overflow: auto;
}
.left-menu {
  margin: 0;
  padding: 0;
}
.left-menu > li {
  display: block;
  padding: 5px 15px;
  margin-top: 20px;
  font-size: 11px;
  line-height: 14px;
  color: #969696;
  text-align: left;
  text-transform: uppercase;
  border-left: 3px solid transparent;
  letter-spacing: 4px;
}
.left-menu > li.active {
  color: #fff;
  border-left: 3px solid #ff1a65;
}
.left-menu > li:hover {
  cursor: pointer;
  color: #ccc;
}
.left-menu > li > a {
  color: inherit;
  text-decoration: none;
}
.left-panel > .theme {
  display: flex;
  flex: 0 0 auto;
  padding: 17px 0;
  justify-content: center;
}
.left-panel > .theme > .dark {
  display: flex;
  flex: 0 0 auto;
  width: 10px;
  height: 10px;
  background-color: #363636;
  margin: 0 5px;
}
.left-panel > .theme > .dark:hover {
  cursor: pointer;
}
.left-panel > .theme > .light {
  display: flex;
  flex: 0 0 auto;
  width: 10px;
  height: 10px;
  background-color: #B9B9B9;
  margin: 0 5px;
}
.left-panel > .theme > .light:hover {
  cursor: pointer;
}
.left-panel > .notification {
  width: 24px;
  height: 24px;
  align-self: center;
  margin: auto 0 12px 0;
  background-image: url(./images/mubert/notifications.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 16px;
  opacity: .5;
}
.left-panel > .notification:hover {
  opacity: .8;
  cursor: pointer;
}
.left-panel > .log-out {
      width: 60px;
    height: 60px;
    align-self: center;
    margin: 0 !important;
    background-image: url(./images/mubert/log-out.svg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 60px;
    opacity: .5;
    bottom: 0;
    position: absolute;
}
.left-panel > .log-out:hover {
  opacity: .8;
  cursor: pointer;
}
.menu-item-panel {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  overflow: auto;
}
.menu-item-panel.hidden {
  display: none;
}
.samples > .tabpanel, .streams > .tabpanel {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  overflow: auto;
}
.samples > .tabpanel > .tabbar, .streams > .tabpanel > .tabbar {
  display: flex;
  flex: 0 0 auto;
  height: 35px;
  padding: 0px;
  margin: 0;
  box-sizing: border-box;
/*
  border-top: 1px solid #232323;
  border-bottom: 1px solid #232323;
  border-left: 1px solid #232323;
*/
}
.tabpanel .layout-column {
  background: #232323 !important;
}
.samples > .tabpanel > .tabbar > .tab, .streams > .tabpanel > .tabbar > .tab {
  color: #989898;
  font-size: 11px;
  line-height: 32px;
  background: #171717;
  border: none;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  text-transform: uppercase;
  cursor: default;
  flex-grow: 1;
  text-align: center;
  margin: 0;
  position: relative;
  transition: 0.3s ease all;
  list-style: none;
}
.samples > .tabpanel > .tabbar > .tab:hover, 
.streams > .tabpanel > .tabbar > .tab:hover {
  background: #1c1c1c;
}
.samples > .tabpanel > .tabbar > .tab:last-child, .streams > .tabpanel > .tabbar > .tab:last-child {
  border-right: 0;
}
.samples > .tabpanel > .tabbar > .tab.user-tab {
  align-items: center;
}
.samples > .tabpanel > .tabbar > .tab.user-tab > a {
  width: 32px;
  flex-grow: 0;
}
.samples > .tabpanel > .tabbar > .tab.user-tab > span {
  margin-right: 0;
}
.samples > .tabpanel > .tabbar > .tab.active, .streams > .tabpanel > .tabbar > .tab.active {
  color: #fff;
  background-color: #232323;
}
.samples > .tabpanel > .tabbar > .tab:not(.active):hover {
  background: #202020;
}
.samples > .tabpanel > .tabbar > .tab:not(.active):hover > span {
  color: #ccc;
  /*cursor: pointer;*/
}
.samples > .tabpanel > .tabbar > .tab.btn {
  flex: 0 0 auto;
  width: auto;
  line-height: 32px;
  border-radius: 0;
  box-sizing: border-box;
  text-align: center;
  font-size: 11px;
  font-weight: 400;
  margin-right: 0px;
  cursor: pointer;
  flex-grow: 0;
  background: #3f3f3f;
  padding: 0 20px;
}
.samples > .tabpanel > .tabbar > .tab.user-tab > .close-tab-btn {
  display: block;
  width: 31px;
  height: 31px;
  background-image: url(./images/mubert/close.filter.svg);
  background-size: 8px;
  background-position: center;
  background-repeat: no-repeat;
  opacity: .3;
  position: absolute;
  left: 0;
  top: 0;
}
.samples > .tabpanel > .tabbar > .tab.user-tab > .close-tab-btn:hover {
  opacity: .7;
  cursor: pointer;
}
.samples > .tabpanel > .tabbar > .tab.user-tab > .filter-tab-btn {
  width: 31px;
  height: 31px;
  background-image: url(./images/mubert/filter.svg);
  background-size: 10px;
  background-position: center;
  background-repeat: no-repeat;
  display: none;
  position: absolute;
  right: 0;
  top: 0;
}
.samples > .tabpanel > .tabbar > .tab.user-tab.active > .filter-tab-btn {
  display: block;
  opacity: .3;
}
.samples > .tabpanel > .tabbar > .tab.user-tab.active > .filter-tab-btn.active {
  opacity: 1;
}
.samples > .tabpanel > .tabbar > .tab.user-tab.active > .filter-tab-btn:not(.active):hover {
  opacity: .7;
  cursor: pointer;
}
.samples > .tabpanel > .tabbar > .tab.uploader {
  flex-grow: 0;
  margin-left: auto;
  padding: 0 79px;
}
.samples > .tabpanel > .tabpanel-body, .streams > .tabpanel > .tabpanel-body {
  display: flex;
  flex: 1 1 auto;
  background-color: #777;
  overflow: auto;
}
.samples > .tabpanel > .tabpanel-body > .panel, .streams > .tabpanel > .tabpanel-body > .panel {
  position: relative;
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  overflow: auto;
  background-color: #232323;
}
.samples > .tabpanel > .tabpanel-body > .hidden, .streams > .tabpanel > .tabpanel-body > .hidden {
  display: none;
}
.samples > .tabpanel > .tabpanel-body > .panel > .uploader-dnd {
  display: flex;
  flex: 0 0 auto;
  height: 150px;
  padding: 120px 20px 20px 20px;
  background-color: #141414;
  background-image: url(./images/mubert/drop.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 64px;
  color: #fff;
  font-size: 11px;
  justify-content: center;
  text-transform: uppercase;
  border: 2px dashed;
  border-radius: 5px;
  margin: 20px 20px 0 20px;
  opacity: .14;
  box-sizing: border-box;
}
.samples > .tabpanel > .tabpanel-body > .panel > .dragover {
  background-color: #333;
  opacity: .35;
}
.samples > .tabpanel > .tabpanel-body > .panel > .upload-btn {
  width: 40px;
  height: 40px;
  background-color: #ff1a65;
  position: absolute;
  right: 32px;
  bottom: 32px;
  border-radius: 50%;
  text-align: center;
  font-size: 48px;
  font-weight: 100;
  color: #FFFFFF;
  display: flex;
  line-height: 9px;
  justify-content: center;
  align-content: center;
  padding: 10px;
  box-sizing: border-box;
}
.samples > .tabpanel > .tabpanel-body > .panel > .upload-btn:hover {
  -webkit-transform: scale(1.1);
  cursor: pointer;
}
.samples > .tabpanel > .tabpanel-body > .panel > .uploader-form {
  display: flex;
  flex: 0 0 auto;
  /*height: 90px;*/
  padding: 20px;
  background-color: #141414;
  box-sizing: border-box;
}
.samples > .tabpanel > .tabpanel-body > .panel > .uploader-form.hidden {
  display: none;
}
.fx-grid-body > .fx-cell-editor {
  z-index: 10;
}
.fx-grid-body > .fx-cell-editor.grid-cell-genre-editor > .fx-field-input {
  padding: 0 20px;
  align-items: center;
}
.fx-grid-cell.player-cell, .fx-grid-cell.delete-cell {
  padding: 0 !important;
}
/*.fx-grid .fx-grid-row.focus:not(.active) > .fx-grid-cell.play {
  padding: 7px 8px;
}*/
.player-cell > .play {
  display: block;
  width: 100%;
  height: 100%;
  background-image: url(./images/mubert/play.svg);
  background-size: 10px;
  background-repeat: no-repeat;
  background-position: center;
  opacity: .2;
}

.player-cell > .play:hover {
  opacity: .5;
  cursor: pointer;
}

.player-cell > .stop {
  display: block;
  width: 100%;
  height: 100%;
  background-image: url(./images/mubert/pause.svg);
  background-size: 9px;
  background-repeat: no-repeat;
  background-position: center;
  cursor: pointer;
}

/*.loop-status {
  display: flex;
  align-items: center;
  justify-content: center;
}*/



.fx-grid-row .fx-grid-cell.controls-cell, .fx-grid-row .fx-grid-cell.name-cell {
  background-color: #191919;
  text-transform: uppercase;
}

.fx-grid-row:nth-child(2n) .fx-grid-cell.controls-cell, .fx-grid-row:nth-child(2n) .fx-grid-cell.name-cell {
  background-color: #202020;
}

.fx-grid-row:hover .fx-grid-cell.controls-cell, .fx-grid-row:hover .fx-grid-cell.name-cell {
  background-color: #333;
}

.fx-grid-row.active .fx-grid-cell.controls-cell, .fx-grid-row.active .fx-grid-cell.name-cell {
  background-color: #333333;
}
.fx-grid-row.focus:not(.active) .fx-grid-cell.controls-cell, .fx-grid-row.focus:not(.active) .fx-grid-cell.name-cell {
  background-color: #444;
}
.fx-grid-row.focus:not(.active) .fx-grid-cell.controls-cell {
  padding: 0;
}

.fx-grid-cell.status-cell {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0;
}

.fx-grid-cell.controls-cell {
  display: flex;
  align-items: center;
  padding: 0;
  justify-content: flex-start;
}

.fx-grid-column.controls-cell, .fx-grid-cell.controls-cell {
  position: sticky !important;
  position: -webkit-sticky !important;
  top: 0;
  left: 0;
  z-index: 10;
}

.fx-grid .fx-grid-header .fx-grid-column.controls-cell > .fx-grid-header-text {
  display: flex;
  margin: 0;
  padding: 0;
}

.fx-grid .fx-grid-header .fx-grid-column.controls-cell > .fx-grid-header-text > .checkbox {
  width: 24px;
  height: 24px;
  background-image: url(./images/mubert/checkbox.svg);
  background-size: 13px;
  background-repeat: no-repeat;
  background-position: center;
  opacity: .6;
  margin: 8px;
}

.fx-grid .fx-grid-header .fx-grid-column.controls-cell > .fx-grid-header-text > .checkbox.all {
  opacity: 1;
}

.fx-grid .fx-grid-header .fx-grid-column.controls-cell > .fx-grid-header-text > .search {
  width: 24px;
  height: 24px;
  background-image: url(./images/mubert/search.svg);
  background-size: 13px;
  background-repeat: no-repeat;
  background-position: center;
  opacity: .6;
  display: none;
  margin: 8px;
}

.fx-grid .fx-grid-header .fx-grid-column.controls-cell > .fx-grid-header-text > .search:hover {
  opacity: 1;
  cursor: pointer;
}

.fx-grid .fx-grid-header .fx-grid-column.controls-cell > .fx-grid-header-text > .settings {
  width: 24px;
  height: 24px;
  background-image: url(./images/mubert/settings.svg);
  background-size: 13px;
  background-repeat: no-repeat;
  background-position: center;
  opacity: .6;
  margin: 8px;
}

.fx-grid .fx-grid-header .fx-grid-column.controls-cell > .fx-grid-header-text > .settings:hover {
  opacity: 1;
  cursor: pointer;
}

.fx-grid .fx-grid-header .fx-grid-column.controls-cell > .fx-grid-header-text > .reload {
  width: 24px;
  height: 24px;
  background-image: url(./images/mubert/reload.svg);
  background-size: 14px;
  background-repeat: no-repeat;
  background-position: center;
  opacity: .6;
  margin: 8px;
}

.fx-grid .fx-grid-header .fx-grid-column.controls-cell > .fx-grid-header-text > .reload:hover {
  opacity: 1;
  cursor: pointer;
}


.fx-grid-column.name-cell, .fx-grid-column.controls-cell {
  background-color: #232323;
}

.fx-grid-column.name-cell, .fx-grid-cell.name-cell {
  position: sticky !important;
  position: -webkit-sticky !important;
  top: 0;
  left: 180;
  z-index: 10;
}

.fx-grid-cell.status-cell > .status-ok, .fx-grid-cell.controls-cell > .status-ok {
  display: block;
  width: 24px;
  height: 24px;
  /*border-radius: 50%;*/
  /*background-color: #aaa;*/
  /*margin: 18px;*/
  padding: 10px;
  margin: 8px;
  box-sizing: border-box;
}

.fx-grid-cell.status-cell > .status-ok > span, .fx-grid-cell.controls-cell > .status-ok > span {
  display: block;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background-color: #aaa;
}

.fx-grid-cell.controls-cell > .status-uploading {
  display: block;
  width: 24px;
  height: 24px;
  background-image: url(./images/mubert/uploader.loading.svg);
  background-size: 20px 10px;
  background-position: center;
  background-repeat: no-repeat;
  margin: 8px;
}

.fx-grid-cell.controls-cell > .status-error {
  display: block;
  width: 24px;
  height: 24px;
  /*border-radius: 50%;*/
  /*background-color: #c22c28;*/
  /*margin: 18px;*/
  padding: 10px;
  margin: 8px;
  box-sizing: border-box;
}
.fx-grid-cell.controls-cell > .status-error > span {
  display: block;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background-color: #c22c28;
}

.fx-grid-cell.controls-cell > .play {
  display: block;
  flex: 0 0 auto;
  width: 24px;
  height: 24px;
  background-image: url('./images/mubert/stream.play.svg');
  background-size: 14px;
  background-repeat: no-repeat;
  background-position: center;
  opacity: .2;
  margin: 8px;
  box-sizing: border-box;
}
.fx-grid-cell.controls-cell > .play:not(.error):hover {
  opacity: .5;
  cursor: pointer;
}
.fx-grid-cell.controls-cell > .play.error {
  opacity: .1;
}
.fx-grid-cell.controls-cell > .play.loading, .fx-grid-cell.controls-cell > .stop.loading {
    background-image: url(./images/mubert/uploader.loading.svg);
    background-size: 20px 10px;
    opacity: 1;
}

.fx-grid-cell.controls-cell > .stop {
  display: block;
  width: 24px;
  height: 24px;
  background-image: url('./images/mubert/stream.stop.svg');
  background-size: 14px;
  background-repeat: no-repeat;
  background-position: center;
  margin: 8px;
  cursor: pointer;
  opacity: .5;
}

.fx-grid-cell.controls-cell > .lock {
  display: block;
  width: 24px;
  height: 24px;
  background-image: url('./images/mubert/stream.lock.svg');
  background-size: 14px;
  background-repeat: no-repeat;
  background-position: center;
  margin: 8px;
  cursor: pointer;
  opacity: .1;
}

.fx-grid-row .fx-grid-cell.controls-cell > .status-1 { /* :hover */
  display: block;
  flex: 0 0 auto;
  width: 40px;
  height: 100%;
  background-image: url(./images/mubert/m-upload.svg);
  background-size: 12px;
  background-repeat: no-repeat;
  background-position: center;
  opacity: .2;
  display: none;
}

.fx-grid-row .fx-grid-cell.controls-cell > .status-2 { /* :hover */
  display: block;
  flex: 0 0 auto;
  width: 40px;
  height: 100%;
  background-image: url(./images/mubert/m-upload.svg);
  background-size: 12px;
  background-repeat: no-repeat;
  background-position: center;
  opacity: .6;
  display: none;
}

.fx-grid-row .fx-grid-cell.controls-cell > .status-3 { /* :hover */
  display: block;
  flex: 0 0 auto;
  width: 40px;
  height: 100%;
  background-image: url(./images/mubert/m-upload.svg);
  background-size: 12px;
  background-repeat: no-repeat;
  background-position: center;
  display: none;
}

.fx-grid-row:hover .fx-grid-cell.controls-cell > .status-1:hover {
  opacity: .5;
  cursor: pointer;
}

.fx-grid-row .fx-grid-cell.controls-cell > .delete, .fx-grid-row .fx-grid-cell.controls-cell.stream > .delete {
  display: block;
  flex: 0 0 auto;
  width: 24px;
  height: 24px;
  background-image: url('./images/mubert/stream.delete.svg');
  background-size: 14px;
  background-repeat: no-repeat;
  background-position: center;
  opacity: .1;
  margin: 8px;
}

.fx-grid-row:hover .fx-grid-cell.controls-cell > .delete:hover {
  opacity: .5;
  cursor: pointer;
}

.fx-grid-cell.controls-cell > .to-all, .fx-grid-cell.controls-cell > .stream-link {
  display: block;
  width: 24px;
  height: 24px;
  background-image: url('./images/mubert/stream.url.svg');
  background-size: 14px;
  background-repeat: no-repeat;
  background-position: center;
  opacity: .2;
  margin: 8px;
}
.fx-grid-cell.controls-cell > .stream-link {
  opacity: .1;
}
.fx-grid-cell.controls-cell > .public-stream {
  display: block;
  width: 24px;
  height: 24px;
  background-image: url('./images/mubert/stream.public.svg');
  background-size: 14px;
  background-repeat: no-repeat;
  background-position: center;
  opacity: .1;
  margin: 8px;
}
.fx-grid-cell.controls-cell > .public-stream.public {
  opacity: .8;
}
.fx-grid-cell.controls-cell > .to-all:hover, .fx-grid-cell.controls-cell > .stream-link:hover, .fx-grid-cell.controls-cell > .public-stream:not(.public):hover {
  opacity: .5;
  cursor: pointer;
}
.fx-grid-cell.controls-cell > .public-stream:hover {
  cursor: pointer;
}
.share-stream-win {
  -webkit-user-select: text;
  user-select: text;
  min-width: 500px !important;
}
.share-stream-win > .body {
  padding: 20px;
}
.share-stream-link {
  -webkit-user-select: text;
  user-select: text;
  margin-bottom: 40px !important;
  text-align: center;
  overflow: visible;
  width: auto;
}
.share-stream-link > a {
  color: #aaa;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 16px;
}
.share-stream-link > a:hover {
  text-decoration: underline;
  color: #ff1a65;
}
.fx-grid-cell.controls-cell > .edit-stream, .fx-grid-cell.controls-cell > .new-edit-stream {
  display: block;
  width: 24px;
  height: 24px;
  background-image: url('./images/mubert/stream.edit.svg');
  background-size: 14px;
  background-repeat: no-repeat;
  background-position: center;
  opacity: .1;
  margin: 8px;
}
.fx-grid-row .fx-grid-cell.controls-cell > .edit-sample {
  display: block;
  flex: 0 0 auto;
  width: 24px;
  height: 24px;
  background-image: url(./images/mubert/stream.edit.svg);
  background-size: 14px;
  background-repeat: no-repeat;
  background-position: center;
  opacity: .1;
  margin: 8px;
}
.fx-grid-cell.controls-cell > .edit-stream:hover, .fx-grid-cell.controls-cell > .new-edit-stream:hover, .fx-grid-row:hover .fx-grid-cell.controls-cell > .edit-sample:hover {
  opacity: .5;
  cursor: pointer;
}

.fx-grid-cell > .tag-genre {
  padding: 3px 10px;
  border-radius: 2px;
}

.filter-settings {
  position: absolute;
  display: flex;
  flex-direction: column;
  background-color: #1b1b1b;
  width: calc(100% - 160px);
  height: calc(100% - 40px);
  left: 140px;
  top: 20px;
  z-index: 100;
  /*border-radius: 5px;*/
  outline: none;
}

.multi-edit-form {
  border: none;
  flex: 0 0 auto;
  margin: 0;
  max-height: 65%;
}

.multi-edit-form > .fx-panel-body {
  padding: 20px !important;
}

.multi-edit-form > .fx-panel-mask {
  background-color: rgba(23, 23, 23, 0.6);
}

.multi-edit-form .fx-field-combobox.batch > .fx-field-body > .fx-field-input {
  display: flex;
  background-color: #363636;
  border: none;
  height: 40px;
  border-radius: 0;
  color: #eee;
  align-items: center;
  padding: 0 20px;
  /*padding: 16px;*/
  font-family: Supply;
  font-size: 11px;
  box-shadow: none;
  cursor: pointer;
  text-transform: uppercase;
}

.multi-edit-form .fx-field-combobox.batch.fx-list-showed > .fx-field-body > .fx-field-input {
  border-radius: 0;
}

.multi-edit-form .fx-field-combobox.batch > .fx-field-body > .fx-field-btn {
  background-color: #363636;
  background-image: none;
  border: none;
  height: 40px;
  width: 40px;
  border-radius: 0;
  background-image: url(./images/arrow-down.svg);
  background-size: 17px;
  background-position: center;
}

.multi-edit-form .fx-field-combobox.batch:not(.fx-disabled):not(.fx-readonly) > .fx-field-body > .fx-field-btn:hover {
  background-color: #363636;
  background-image: url(./images/arrow-down.svg);
  background-size: 17px;
  background-position: center;
  border: none;
}

.multi-edit-form .fx-field-combobox.batch.fx-list-showed > .fx-field-body > .fx-field-btn {
  background-color: #363636;
  border-radius: 0;
  background-image: url(./images/arrow-up.svg);
  background-size: 17px;
  background-position: center;
}
.multi-edit-form .fx-field-combobox.batch > .fx-field-body > .fx-field-btn:after {
  content: none;
}

.multi-edit-form .fx-field-combobox.batch.fx-list-showed:not(.fx-disabled):not(.fx-readonly) > .fx-field-body > .fx-field-btn:hover {
  background-image: url(./images/arrow-up.svg);
}

.fx-field-combobox > .fx-field-list {
  background-color: #3B3B3B;
  border: none;
  border-radius: 0;
  color: #ccc;
  font-family: Supply;
}

.fx-field-combobox > .fx-field-list .list-item {
  padding: 0 10px;
  font-family: Supply;
  font-size: 14px;
  text-transform: uppercase;
}

.fx-field-combobox > .fx-field-list > .fx-list-container > .list-item:hover, .fx-field-combobox > .fx-field-list > .fx-list-container > .list-item.focus {
  background-color: #444;
}

.fx-field-combobox > .fx-field-list > .fx-list-container > .list-item.active {
  background-image: none;
  background-color: #666;
}


.multi-edit-form .fx-button, .filter-settings .fx-button {
  align-items: center;
  background-color: transparent;
  background-image: none;
  border: none;
  height: 40px;
  color: #fff;
  font-size: 11px;
  text-transform: uppercase;
  padding: 0 20px;
  border: 2px solid #ff1a65;
  border-radius: 100px;
}
.multi-edit-form .fx-button.apply-btn {
  background-color: #ff1a65;
}

/*.close-circle-btn {
  align-items: center;
    background-color: #363636;
    color: #eee;
    border: none;
    font-size: 11px;
    text-transform: uppercase;
  margin: 0 0 0 auto;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  padding: 0;
  background-image: url(./images/mubert/close.batch.svg);
  background-repeat: no-repeat;
  background-position: center;
}*/

.multi-edit-form .fx-button:hover, .filter-settings .fx-button:hover {
  background-color: #ff1a65 !important;
  border-color: #ff1a65;
}

.multi-edit-form .fx-button.close-batch, .filter-settings .fx-button.close {
  margin: 0 0 0 20px;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  padding: 0;
  background-image: url(./images/mubert/close.batch.svg);
  background-repeat: no-repeat;
  background-position: center;
}

.multi-edit-form .fx-button:not(.fx-disabled):active, .filter-settings .fx-button:not(.fx-disabled):active {
  box-shadow: none;
  background-image: none;
}

.multi-edit-form .fx-button.close-batch:not(.fx-disabled):active, .filter-settings .fx-button.close:not(.fx-disabled):active {
  background-image: url(./images/mubert/close.batch.svg);
}

.multi-edit-form .fx-button:not(.fx-disabled):hover, .filter-settings .fx-button:not(.fx-disabled):hover {
  background-color: #ff1a65;
  background-image: none;
}

.multi-edit-form .fx-button.close-batch:not(.fx-disabled):hover, .filter-settings .fx-button.close:not(.fx-disabled):hover {
  background-image: url(./images/mubert/close.batch.svg);
}

.multi-edit-form .fx-button.upload-btn {
  display: flex;
  margin: 0;
  margin-left: auto;
  width: 40px;
  height: 40px;
  background-color: #ff1a65;
  border-radius: 50%;
  text-align: center;
  font-size: 48px;
  font-weight: 100;
  color: #FFFFFF;
  line-height: 9px;
  justify-content: center;
  align-content: center;
  padding: 10px;
  box-sizing: border-box;
  padding: 10px 0;
}

.multi-edit-form .fx-button.upload-btn > .fx-button-text {
  height: 20px;
}

.multi-edit-form .fx-button.upload-btn:hover {
  /*-webkit-transform: scale(1.1);*/
  background-color: #ff1a65;
  cursor: pointer;
}

.fields-container .fields-container-half {
  flex: 1 1 auto;
  width: 50%;
}

/*.multi-edit-form .fields-container .fx-field-text, .multi-edit-form .fields-container .fx-field-combobox {
  flex: 0 1 auto;
  border-bottom: 1px solid #404040;
  width: initial;
}

.multi-edit-form .fields-container .fx-field-text > .fx-field-label, .multi-edit-form .fields-container .fx-field-combobox > .fx-field-label {
  color: #777;
  font-family: Supply;
  line-height: 18px;
  padding: 3px;
}

.multi-edit-form .fields-container .fx-field-text > .fx-field-input {
  border: none;
  background-color: transparent;
  text-align: right;
  color: #aaa;
  font-family: Supply;
  text-transform: uppercase;
}

.multi-edit-form .fields-container .fx-field-combobox > .fx-field-body > .fx-field-input {
  border: none;
  background-color: transparent;
  background-image: none;
  justify-content: flex-end;
  color: #888;
  font-family: Supply;
  padding: 3px;
}

.multi-edit-form .fields-container .fx-field-combobox.without-picker > .fx-field-body > .fx-btn {
  display: none;
}*/

.multi-edit-form .fields-container .fx-field-text, .multi-edit-form .fields-container .fx-field-combobox, .samples-win .body .fx-field-combobox {
  /*flex: 0 1 auto;*/
  border-bottom: 1px solid #404040;
  width: initial;
}

.multi-edit-form .fields-container .fx-field-text > .fx-field-label, .multi-edit-form .fields-container .fx-field-combobox > .fx-field-label, .samples-win .body .fx-field-combobox > .fx-field-label {
  align-self: stretch;
  align-items: flex-start;
  color: #777;
  font-family: Supply;
  line-height: 18px;
  padding: 3px;
  border-right: 1px solid #404040;
}

.multi-edit-form .fields-container .fx-field-text > .fx-field-input {
  border: none;
  background-color: transparent;
  text-align: right;
  color: #aaa;
  font-family: Supply;
  text-transform: uppercase;
}

.multi-edit-form .fields-container .fx-field-combobox > .fx-field-body > .fx-field-input, .samples-win .body .fx-field-combobox > .fx-field-body > .fx-field-input {
  border: none;
  background-color: transparent;
  background-image: none;
  /*justify-content: flex-end;*/
  color: #888;
  font-family: Supply;
  padding: 1px;
  box-shadow: none !important;
}

.multi-edit-form .fields-container .fx-field-combobox.editable:not(.multi) > .fx-field-body > .fx-field-input, .samples-win .body .fx-field-combobox.editable:not(.multi) > .fx-field-body > .fx-field-input {
  padding-left: 6px;
  text-transform: uppercase;
}

.multi-edit-form .fields-container .fx-field-combobox > .fx-field-body > .fx-field-input > .fx-value, .samples-win .body .fx-field-combobox > .fx-field-body > .fx-field-input > .fx-value {
  margin-right: 1px;
  text-transform: uppercase;
  height: 20px;
}

.multi-edit-form .fields-container .fx-field-combobox > .fx-field-body > .fx-field-input > .fx-value > .fx-close, .samples-win .body .fx-field-combobox > .fx-field-body > .fx-field-input > .fx-value > .fx-close {
  background-size: 11px;
  margin-left: 4px;
}

.multi-edit-form .fields-container .fx-field-combobox > .fx-field-body > .fx-field-input > input, .samples-win .body .fx-field-combobox > .fx-field-body > .fx-field-input > input {
  color: #aaa;
  text-transform: uppercase;
  font-family: Supply, sans-serif;
  font-size: 13px;
}

.multi-edit-form .fields-container .fx-field-combobox.without-picker > .fx-field-body > .fx-field-btn, .samples-win .body .fx-field-combobox.without-picker > .fx-field-body > .fx-field-btn {
  display: none;
}

.samples-win {
  background-color: #232323;

}
.samples-win .header .title {
  font-size: 16px;
  line-height: 32px;
  margin: 5px;
}

.fx-form .fx-field-text.invalid {
  border-radius: 0px;
}

.fx-form .fx-field-text.invalid input {
  border-color: red;
  color: #fff;
}

.my-profile > .fx-panel-header {
  height: 50px;
  background-color: #1b1b1b;
  border: none;
  color: #ffffff;
  align-items: center;
  padding: 10px 20px;
  font-size: 13px;
  font-weight: 400;
}

.my-profile > .fx-panel-body {
  background-color: #171717;
}

.filter-settings .fx-container:nth-child(2) {
  flex-direction: row;
  align-items: inherit !important;
}

.filter-header {
  display: flex;
  flex: 0 0 auto;
  flex-direction: column;
  background-color: transparent;
  padding: 0 0 0 20px;
}

.filter-header > .title {
  display: flex;
  flex: 0 0 auto;
  align-items: center;
  width: 100px;
  height: 40px;
  font-size: 11px;
  color: #aaa;
  box-sizing: border-box;
  border-bottom: 1px solid #212121;
  /*display: none;*/
}
.filter-header > .title:first-child {
}

.filter-body {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  /*display: none;*/
}

.filter-body > .items {
  display: flex;
  flex: 0 0 auto;
  flex-direction: row;
  border-bottom: 1px solid #212121;
  box-sizing: border-box;
  height: 40px;
  padding: 4px;
}

.filter-body > .items > .item {
  display: flex;
  flex: 0 0 auto;
  align-items: center;
  justify-content: center;
  height: 30px;
  padding: 0 10px;
  color: #777;
  background-color: #232323;
  box-sizing: border-box;
  overflow: hidden;
  cursor: pointer;
  text-transform: uppercase;
  margin-right: 1px;
}

.filter-body > .items > .item:not(.active):hover {
  background-color: #313131;
}

.filter-body > .items > .item.active {
  background-color: #363636;
  color: #eee;
}


.filters {
  flex-direction: column !important;
}
.filters > .tag {
  display: flex;
  flex: 0 0 auto;
  border-bottom: 1px solid #212121;
}
.filters > .tag > .name {
  display: flex;
  flex: 0 0 auto;
  align-items: center;
  width: 100px;
  height: 40px;
  font-size: 11px;
  color: #aaa;
  padding: 0 0 0 20px;
  box-sizing: border-box;
}
.filters > .tag > .items {
  display: flex;
  flex: 1 1 auto;
  flex-direction: row;
  flex-wrap: wrap;
  box-sizing: border-box;
  padding: 4px;
}
.filters > .tag > .items > .item {
  display: flex;
  flex: 0 0 auto;
  align-items: center;
  justify-content: center;
  height: 30px;
  padding: 0 10px;
  color: #777;
  background-color: #232323;
  box-sizing: border-box;
  overflow: hidden;
  cursor: pointer;
  text-transform: uppercase;
  margin: 2px;
}
.filters > .tag > .items > .item.active {
  background-color: #363636;
  color: #eee;
}

.my-profile .fx-field-text, .my-profile .fx-field-combobox {
  flex: 1 1 auto;
  border-bottom: 1px solid #373737;
  /*width: initial;*/
  /*margin: 0 0 25px 0;*/
  flex-wrap: nowrap;
}

.my-profile .fx-field-text.fx-readonly, .my-profile .fx-field-combobox.fx-readonly {
  opacity: 1;
  border-bottom: 1px solid rgb(55, 55, 55);
}

.my-profile .fx-field-text > .fx-field-label, .my-profile .fx-field-combobox > .fx-field-label {
  color: #777;
  font-family: Supply;
  line-height: 18px;
  padding: 3px;
}

.my-profile .fx-field-text > .fx-field-body > .fx-field-input {
  border: none;
  background-color: transparent;
  color: #aaa;
  font-family: Supply;
  text-transform: uppercase;
  box-shadow: none;
}

.my-profile .fx-field-text.align-right > .fx-field-input {
  text-align: right;
}

.my-profile .fx-field-combobox > .fx-field-body > .fx-field-input {
  border: none;
  background-color: transparent;
  background-image: none;
  justify-content: flex-end;
  color: #888;
  font-family: Supply;
  padding: 3px;
}

.my-profile .fx-field-combobox.without-picker > .fx-field-body > .fx-field-btn {
  display: none;
}

.my-profile .fx-button {
  background-color: #121212;
  background-image: none;
  color: #979797;
  border: none;
  text-transform: uppercase;
  /*padding: 12px 60px 12px 20px;*/
  padding: 12px 20px;
  margin: 0;
  opacity: .5;
}
.my-profile .fx-button:hover {
  /*background-color: #202020;*/
  background-color: #121212;
  background-image: none;
  box-shadow: none;
  opacity: 1;
}

.my-profile .fx-button.change {
  padding: 5px;
  width: 24px;
  height: 24px;
  background-image: url(./images/mubert/settings.svg);
  background-size: 13px;
  background-repeat: no-repeat;
  background-position: center;
  background-color: transparent;
}

.my-profile .fx-button.change:hover {
  opacity: .7;
}

.fx-field-password.mubert {
  flex: 1 1 auto;
  border-bottom: 2px solid #373737;
  width: initial;
  margin: 0 0 25px 0;
}
.fx-field-password.mubert > .fx-field-label {
  color: #777;
  font-family: Supply;
  line-height: 18px;
  padding: 3px;
}
.fx-field-password.mubert > .fx-field-body > .fx-field-input {
  border: none;
  background-color: transparent;
  color: #aaa;
  font-family: Supply;
  box-shadow: none;
  /*text-transform: uppercase;*/
}
.fx-field-password.mubert.align-right > .fx-field-body > .fx-field-input {
  text-align: right;
}
.fx-field-password.mubert > .fx-field-body > .fx-field-btn {
  /*position: absolute;
  right: 0;
  bottom: 0;*/
  background-size: 18px;
  background-color: transparent;
  border: none;
  opacity: .3;
}
.fx-field-password.mubert > .fx-field-body > .fx-field-btn.masked {
  background-image: url(./images/mubert/pass_close.svg);
}
.fx-field-password.mubert > .fx-field-body > .fx-field-btn.unmasked {
  background-image: url(./images/mubert/pass_open.svg);
}
.fx-field-password.mubert:not(.fx-disabled) > .fx-field-body > .fx-field-btn.masked:hover {
  background-image: url(./images/mubert/pass_close.svg);
  background-color: transparent;
  opacity: .5;
}
.fx-field-password.mubert:not(.fx-disabled) > .fx-field-body > .fx-field-btn.unmasked:hover {
  background-image: url(./images/mubert/pass_open.svg);
  background-color: transparent;
  opacity: .5;
}

.fx-button.mubert-btn {
  align-items: center;
  background-color: transparent;
  background-image: none;
  border: none;
  height: 40px;
  border-radius: 0px;
  color: #eee;
  font-size: 11px;
  text-transform: uppercase;
  padding: 0 20px;
  border: 2px solid #ff1a65;
  border-radius: 100px;
}
.fx-button.mubert-btn.fill {
  background-color: #ff1a65;
}
.fx-button.mubert-btn:not(.fx-disabled):active {
  box-shadow: none;
  background-image: none;
}
.fx-button.mubert-btn:not(.fx-disabled):hover {
  background-color: #ff1a65;
  background-image: none;
  border: 2px solid #ff1a65;
}
.mubert-btn.fx-disabled {
  opacity: .2;
}
.fx-button.mubert-btn.black {
  background-color: #191919;
}
.fx-button.mubert-btn.black:not(.fx-disabled):hover {
  background-color: #131313;
}

.fx-button.mubert-btn.close {
  border-radius: 50%;
  width: 40px;
  height: 40px;
  padding: 0;
  background-image: url(./images/mubert/close.batch.svg);
  background-repeat: no-repeat;
  background-position: center;
}
.fx-button.mubert-btn.close:not(.fx-disabled):active {
  background-image: url(./images/mubert/close.batch.svg);
}
.fx-button.mubert-btn.close:not(.fx-disabled):hover {
  background-image: url(./images/mubert/close.batch.svg);
}

.stream-form {
  position: absolute;
  display: flex;
  flex-direction: column;
  background-color: #1b1b1b;
  width: calc(100% - 120px);
  height: calc(100% - 60px);
  left: 120px;
  top: 0;
  z-index: 100;
  /*border-radius: 5px;*/
  outline: none;
}

/* ------------------- */

.stream-form-new-bg {
  position: absolute;
  display: flex;
  flex-direction: column;
  background-color: rgba(27, 27, 27, .9);
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 10;
  /*border-radius: 5px;*/
  outline: none;
  z-index: 100;
}
.stream-form-new {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  display: flex;
  flex-direction: column;
  flex: 1 1 auto;
  /*margin-left: 120px;*/
  background-color: #1b1b1b;
  /*margin-bottom: 60px;*/
  z-index: 100;
  margin: 20px;
}
.stream-form-new > .layout-column {
  background: #222;
  padding: 20px !important;
}
.stream-form-new.left-bar {
  left: 120px;
  bottom: 60px;
}
.stream-form-new > .stream-title {
  background-color: #222222;
  text-align: center;
  font-size: 12px;
  padding: 8px;
  color: #999;
  text-transform: uppercase;
  border-bottom: 1px solid #333 !important;
  display: none;
}
.stream-form-new .multi-edit-form {
  margin: 0;
}
.stream-form-new .stream-params {
  position: initial;
  height: auto;
}
.stream-form-new .stream-params > .fx-panel-body {
  flex: 1 1 auto;
  flex-direction: row;
}
.stream-form-new .stream-info {
  flex-direction: row;
  width: 400px;
}
.stream-form-new .stream-info .stream-photo {
  width: 60px;
  height: 60px;
  background-image: url(./images/mubert/ava.svg);
  background-size: 20px;
  background-repeat: no-repeat;
  background-position: center;
  background-color: #555;
  opacity: .5;
}
.stream-form-new .stream-info .stream-desc {
  flex: 1 1 auto;
  justify-content: center;
  margin-right: 40px;
  border: none;
  border-width: 0;
}
.stream-form-new .stream-info .stream-desc .stream-name {
  flex: 0 0 auto;
  width: 100%;
  margin: 0;
}
.stream-form-new .stream-info .stream-desc .stream-name .fx-field-input {
  border-width: 0 0 0 0;
  border: none;
  background-color: transparent;
  border-radius: 0;
  color: #fff;
  font-family: 'Supply';
  font-size: 24px;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 1px;
  padding: 0;
  height: 40px;
  line-height: 40px;
}
.stream-form-new .stream-info .stream-desc .stream-params {
  display: none;
  height: 18px;
  color: #777;
  text-transform: uppercase;
  font-size: 10px;
  justify-content: center;
  overflow: hidden;
  text-overflow: ellipsis;
}
.stream-form-new .multi-edit-form .fx-button.close-batch {
  margin: 0 0 0 20px;
}
.stream-form-new .multi-edit-form .fx-button.edit-tags {
  margin: 0 0 0 auto;
}
.stream-form-new .multi-edit-form .fx-button.edit-tags > .fx-button-text {
  letter-spacing: 0px;
}
.stream-form-new .multi-edit-form .fx-button.close-stream {
  margin: 0 0 0 20px;
  /*padding: 0 50px;*/
}
.stream-form-new .multi-edit-form .fx-button.close-stream > .fx-button-text {
  letter-spacing: 0px;
}
.stream-form-new .multi-edit-form .add-samples, .multi-edit-form .add-samples {
  /*width: 40px;
  background-color: #ff1a65;
  border-radius: 50%;
  font-size: 48px;
  font-weight: 100;
  color: #FFFFFF;
  line-height: 40px;
  padding: 0;
  margin: 0 0 0 20px;*/

  width: auto;
  height: 40px;
  background-color: #ff1a65;
  border-radius: 100px;
  text-align: center;
  font-size: 11px;
  font-weight: 400;
  color: #FFFFFF;
  display: flex;
  flex-direction: row;
  line-height: 40px;
  justify-content: center;
  align-content: center;
  padding: 0 20px;
  margin-left: 20px;
  overflow: hidden;
  box-sizing: border-box;
  border: none;
}
.multi-edit-form .add-samples {
  margin: 0 0 0 auto;
}
.stream-form-new .multi-edit-form .add-samples:hover, .multi-edit-form .add-samples:hover {
  /*-webkit-transform: scale(1.1);*/
  cursor: pointer;
}
.stream-form-new .stream-params .fx-field-text > .fx-field-input {
  text-transform: uppercase;
}
.stream-form-new .stream-params .fx-field-text.no-uppercase > .fx-field-input {
  text-transform: unset;
}
/*.stream-form-new .fx-grid.dragover > .fx-grid-body {
  width: 100%;
  height: 100%;
  background-color: rgba(26,26,26,.8);
  z-index: 20;
  position: absolute;
  top: 0;
  left: 0;
  background-image: url(images/player/play_2-play.svg);
  background-position: center;
  background-size: 300px;
}*/

.stream-params .fx-field-text, .stream-params .fx-field-combobox {
  flex: 1 1 auto;
  border-bottom: 1px solid #404040;
  width: initial;
  margin: 0 0 25px 0;
}
.stream-params .fx-field-text > .fx-field-label, .stream-params .fx-field-combobox > .fx-field-label {
  color: #777;
  font-family: Supply;
  line-height: 18px;
  padding: 3px;
}
.stream-params .fx-field-text > .fx-field-body > .fx-field-input {
  border: none;
  background-color: transparent;
  text-align: right;
  color: #aaa;
  font-family: Supply;
}
.stream-params .fx-field-combobox > .fx-field-body > .fx-field-input {
  border: none;
  background-color: transparent;
  background-image: none;
  justify-content: flex-end;
  color: #888;
  font-family: Supply;
  padding: 3px;
}
.stream-params .fx-field-combobox.without-picker > .fx-field-body > .fx-field-btn {
  display: none;
}

.fx-grid-body > .dragover {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  color: #777;
  font-size: 17px;
  background-color: rgba(27, 27, 27, .7);
  border: 2px dashed #777;
  box-sizing: border-box;
  z-index: 100;
}

/* ------------------- */

.fx-field-text.mubert-field {
  border-bottom: 2px solid #373737;
  width: initial;
  margin: 0 0 25px 0;
}
.fx-field-text.mubert-field > .fx-field-label {
  color: #777;
  font-family: Supply;
  line-height: 18px;
  padding: 3px;
}
.fx-field-text.mubert-field > .fx-field-input {
  border: none;
  background-color: transparent;
  text-align: right;
  color: #aaa;
  font-family: Supply;
  box-shadow: none;
  text-transform: uppercase;
}
.fx-field-text.mubert-field.align-left > .fx-field-input {
  text-align: left;
}

.fx-button.mubert-button {
  background-color: transparent;
  background-image: none;
  color: #fff;
  display: flex;
  border: 2px solid #ff1a65;
  text-transform: uppercase;
  padding: 0 20px;
  margin: 20px;
  width: calc(100% — 40px);
  text-align: center;
  opacity: 1;
  border-radius: 100px;
  background-color: transparent;
  background-image: none;
  color: #fff;
  display: flex;
  border: 2px solid #ff1a65;
  text-transform: uppercase;
  padding: 0 20px;
  margin: 10px !important;
  width: calc(50% - 20px);
  text-align: center;
  opacity: 1;
  border-radius: 100px;
  line-height: 40px;
}
.fx-button.mubert-button .fx-button-text {
  line-height: 40px;
}
.fx-button.mubert-button:hover {
  background-color: #ff1a65;
  background-image: none;
  box-shadow: none;
  opacity: 1;
  border: 2px solid #ff1a65 !important;
}

.fx-container.mubert {
  color: #777;
  font-family: Supply;
  white-space: normal;
}

.field-qtip {
  width: 16px;
  height: 16px;
  background-color: #464646;
  border-radius: 50%;
  margin-left: 5px;
  text-align: center;
  font-size: 11px;
  line-height: 16px;
  color: #848484;
  overflow: hidden;
  cursor: help;
}
.field-qtip::after {
  content: '?';
}

.batch-row, .form-row {
  position: initial;
  align-items: center;
  margin: 0 0 25px 0;
  width: auto;
}
.batch-row {
  margin: 20px 0 !important;
  align-items: baseline;
}

.profile-photo {
  margin: 0 0 0 100px;
  width: 300px;
  height: 300px;
  border-radius: 50%;
  cursor: pointer;
}
.profile-photo > img {
  width: 100%;
  height: 100%;
}
.profile-photo > .photo-mask {
  align-items: center;
  justify-content: center;
  display: none;
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(20,20,20,.65);
  color: #ccc;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 300;
}
.profile-photo:hover > .photo-mask {
  display: flex;
}
.profile-photo > a {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}

.position-initial {
  position: initial;
}

.fx-container.readonly {
  opacity: .5;
}

.login-label {
  border: none;
  display: flex;
  /* flex: 1 1 auto; */
  justify-content: center;
  width: auto !important;
  font-size: 24px;
  color: #ddd;
  font-family: Supply;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 30px;
}


.stream-field:not(.with-margin) {
  margin: 0 !important;
}
.stream-field > .fx-field-label {
  border-right: 1px solid #404040;
}
.stream-field:not(.with-label-width) > .fx-field-label {
  width: 80px !important;
}
.stream-field input {
  text-align: left !important;
}

.fx-msg > .body > .buttons > .fx-button.msg-btn {
  background: #fff;
  border: none;
  border-radius: 100px;
  color: #000;
  border: 2px solid #000;
  padding: 0 30px;
  margin: 0 10px;
}
.fx-msg > .body > .buttons > .fx-button.msg-btn:hover, .fx-msg > .body > .buttons > .fx-button.msg-btn:active {
  background: #000;
  color: #fff;
  box-shadow: none;
}

.stream-toolbar > .fx-field-text {
  margin: 0 0 0 20px;
}
.stream-toolbar > .fx-field-text > .fx-field-body > .fx-field-input {
  height: 40px;
  border: none;
  border-radius: 20px;
  background-color: #323232;
  padding: 0 20px 0 16px;
  line-height: 39px;
  font-family: Supply;
  font-size: 12px;
  line-height: 16px;
  color: #ccc;
}
.stream-toolbar > .fx-field-text.value:not(.fx-readonly):not(.fx-disabled) > .fx-field-body > .fx-field-input {
  padding-right: 40px !important;
}
.fx-field-text.toolbar-field.value:not(.fx-readonly):not(.fx-disabled) .fx-field-body .fx-clear-btn {
  background-color: #1d1d1d;
  border-radius: 100px;
  height: 40px;
  width: 40px;
  top: 0px;
  right: 0px;
  border: 2px solid #323232;
  box-sizing: border-box;
}
.fx-field-text.toolbar-field.value:not(.fx-readonly):not(.fx-disabled) .fx-field-body .fx-clear-btn:hover {
  opacity: .6;
}

@media only screen and ( max-width : 750px ) {
  
  .left-panel {
    display: none;
  }
}

/* new fields */

.fx-field-combobox.m-form {
  align-self: flex-start;
}
.fx-field-combobox.m-form .fx-field-label {
  color: #ccc;
  font-family: 'Roboto', sans-serif;
  font-size: 15px;
  padding: 0 0 6px 0;
}
.fx-field-combobox.m-form .fx-field-body .fx-field-input {
  height: 30px !important;
  line-height: 30px;
  background-color: #555;
  border: none;
  color: #eee !important;
  font-family: 'Roboto', sans-serif;
  font-size: 15px;
  padding: 0 5px;
  box-shadow: none;
}
.fx-field-combobox.m-form .fx-field-body .fx-field-input .fx-value {
  align-items: center;
  background-color: #2b2b2b;
  line-height: 17px;
  color: #999;
  font-size: 13px;
  height: 26px;
}
.fx-field-combobox.m-form .fx-field-body .fx-field-input .fx-value .fx-close {
  background-image: url(./images/mubert/close.filter.svg);
  /*background-size: 11px;*/
  background-size: 7px;
  opacity: 0.6;
  margin: 0 2px 0 4px;
  transition: opacity .2s ease;
}
.fx-field-combobox.m-form .fx-field-body .fx-field-input .fx-value .fx-close:hover {
  opacity: 0.8;
}
.fx-field-combobox.m-form .fx-field-body .fx-field-input:focus {
  background: #505050;
}
.fx-field-combobox.m-form .fx-field-body .fx-field-input > input {
  color: #ddd;
  font-size: 14px;
}
.fx-field-combobox.m-form .fx-field-body .fx-field-btn {
  height: 30px;
  background-color: #555;
  background-image: none;
  border: none;
  border-left: 1px solid #333;
  padding: 0px;
  margin: 0px;
}
.fx-field-combobox.m-form .fx-field-body .fx-field-btn:after {
  content: '';
  display: inline-block;
  border: 5px solid #909090;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
  border-bottom: none;
  transition: transform .3s ease;
  transform: translate(8px, 13px);
}
.fx-field-combobox.m-form .fx-field-list.down {
  border-top: none !important;
}
.fx-field-combobox.m-form .fx-field-list {
  background-color: #333;
  border: 1px solid #555 !important;
}
.fx-field-combobox.m-form .fx-field-list .list-item {
  color: #aaa !important;
  font-family: 'Roboto', sans-serif !important;
  font-size: 13px !important;
}
.fx-field-combobox.m-form .fx-field-list .list-item.focus, .list-item:hover {
  background-color: #444 !important;
}
.fx-field-combobox.m-form .fx-field-list .list-item.active {
  background-image: none;
}
.fx-field-combobox.m-form .fx-field-list .list-item.active:after {
  content: '';
  position: absolute;
  left: 5px;
  top: 8px;
  width: 11px;
  height: 4px;
  // border: 2px solid #a9a9a9;
  border: 2px solid #eacc77;
  border-top: 0px;
  border-right: 0px;
  transform: rotate(-45deg);
}
.fx-field-combobox.m-form:not(.fx-disabled):not(.fx-readonly) .fx-field-body .fx-field-btn:hover {
  background-color: #505050 !important;
  background-image: none !important;
  border: none !important;
  border-left: 1px solid #333 !important;
}
.fx-field-combobox.fx-list-showed.m-form .fx-field-body .fx-field-btn {
  background-color: #505050;
  background-image: none;
  border: none;
  border-left: 1px solid #333;
}
.fx-field-combobox.fx-list-showed.m-form .fx-field-body .fx-field-btn:after {
  transform: rotate(-180deg) translate(-8px, -12px);
}

/*.fx-field-combobox.m-form {
  align-self: flex-start;
}
.fx-field-combobox.m-form .fx-field-label {
  color: #ccc;
  font-family: 'Roboto', sans-serif;
  font-size: 15px;
  padding: 0 0 6px 0;
}
.fx-field-combobox.m-form .fx-field-body .fx-field-input {
  height: 30px !important;
  line-height: 30px;
  background-color: #555;
  border: none;
  color: #eee !important;
  font-family: 'Roboto', sans-serif;
  font-size: 15px;
  padding: 0 5px;
  box-shadow: none;
}
.fx-field-combobox.m-form .fx-field-body .fx-btn {
  height: 30px;
  background-color: #555;
  background-image: none;
  border: none;
  border-left: 1px solid #333;
  padding: 0px;
  margin: 0px;
}
.fx-field-combobox.m-form .fx-field-body .fx-btn:after {
  content: '';
  display: inline-block;
  border: 5px solid #909090;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
  border-bottom: none;
  transition: transform .3s ease;
  transform: translate(8px, 13px);
}*/