fieldset[disabled] .multiselect{pointer-events:none}.multiselect__spinner{position:absolute;right:1px;top:1px;width:48px;height:35px;background:#fff;display:block}.multiselect__spinner:after,.multiselect__spinner:before{position:absolute;content:"";top:50%;left:50%;margin:-8px 0 0 -8px;width:16px;height:16px;border-radius:100%;border:2px solid transparent;border-top-color:#41b883;box-shadow:0 0 0 1px transparent}.multiselect__spinner:before{animation:spinning 2.4s cubic-bezier(.41,.26,.2,.62);animation-iteration-count:infinite}.multiselect__spinner:after{animation:spinning 2.4s cubic-bezier(.51,.09,.21,.8);animation-iteration-count:infinite}.multiselect__loading-enter-active,.multiselect__loading-leave-active{transition:opacity .4s ease-in-out;opacity:1}.multiselect__loading-enter,.multiselect__loading-leave-active{opacity:0}.multiselect,.multiselect__input,.multiselect__single{font-family:inherit;font-size:16px;-ms-touch-action:manipulation;touch-action:manipulation}.multiselect{box-sizing:content-box;display:block;position:relative;width:100%;min-height:40px;text-align:left;color:#35495e}.multiselect *{box-sizing:border-box}.multiselect:focus{outline:none}.multiselect--disabled{background:#ededed;pointer-events:none;opacity:.6}.multiselect--active{z-index:50}.multiselect--active:not(.multiselect--above) .multiselect__current,.multiselect--active:not(.multiselect--above) .multiselect__input,.multiselect--active:not(.multiselect--above) .multiselect__tags{border-bottom-left-radius:0;border-bottom-right-radius:0}.multiselect--active .multiselect__select{transform:rotate(180deg)}.multiselect--above.multiselect--active .multiselect__current,.multiselect--above.multiselect--active .multiselect__input,.multiselect--above.multiselect--active .multiselect__tags{border-top-left-radius:0;border-top-right-radius:0}.multiselect__input,.multiselect__single{position:relative;display:inline-block;min-height:20px;line-height:20px;border:none;border-radius:5px;background:#fff;padding:0 0 0 5px;width:100%;transition:border .1s ease;box-sizing:border-box;margin-bottom:8px;vertical-align:top}.multiselect__input:-ms-input-placeholder{color:#35495e}.multiselect__input::placeholder{color:#35495e}.multiselect__tag~.multiselect__input,.multiselect__tag~.multiselect__single{width:auto}.multiselect__input:hover,.multiselect__single:hover{border-color:#cfcfcf}.multiselect__input:focus,.multiselect__single:focus{border-color:#a8a8a8;outline:none}.multiselect__single{padding-left:5px;margin-bottom:8px}.multiselect__tags-wrap{display:inline}.multiselect__tags{min-height:40px;display:block;padding:8px 40px 0 8px;border-radius:5px;border:1px solid #e8e8e8;background:#fff;font-size:14px}.multiselect__tag{position:relative;display:inline-block;padding:4px 26px 4px 10px;border-radius:5px;margin-right:10px;color:#fff;line-height:1;background:#41b883;margin-bottom:5px;white-space:nowrap;overflow:hidden;max-width:100%;text-overflow:ellipsis}.multiselect__tag-icon{cursor:pointer;margin-left:7px;position:absolute;right:0;top:0;bottom:0;font-weight:700;font-style:normal;width:22px;text-align:center;line-height:22px;transition:all .2s ease;border-radius:5px}.multiselect__tag-icon:after{content:"\D7";color:#266d4d;font-size:14px}.multiselect__tag-icon:focus,.multiselect__tag-icon:hover{background:#369a6e}.multiselect__tag-icon:focus:after,.multiselect__tag-icon:hover:after{color:#fff}.multiselect__current{min-height:40px;overflow:hidden;padding:8px 30px 0 12px;white-space:nowrap;border-radius:5px;border:1px solid #e8e8e8}.multiselect__current,.multiselect__select{line-height:16px;box-sizing:border-box;display:block;margin:0;text-decoration:none;cursor:pointer}.multiselect__select{position:absolute;width:40px;height:38px;right:1px;top:1px;padding:4px 8px;text-align:center;transition:transform .2s ease}.multiselect__select:before{position:relative;right:0;top:65%;color:#999;margin-top:4px;border-color:#999 transparent transparent;border-style:solid;border-width:5px 5px 0;content:""}.multiselect__placeholder{color:#adadad;display:inline-block;margin-bottom:10px;padding-top:2px}.multiselect--active .multiselect__placeholder{display:none}.multiselect__content-wrapper{position:absolute;display:block;background:#fff;width:100%;max-height:240px;overflow:auto;border:1px solid #e8e8e8;border-top:none;border-bottom-left-radius:5px;border-bottom-right-radius:5px;z-index:50;-webkit-overflow-scrolling:touch}.multiselect__content{list-style:none;display:inline-block;padding:0;margin:0;min-width:100%;vertical-align:top}.multiselect--above .multiselect__content-wrapper{bottom:100%;border-bottom-left-radius:0;border-bottom-right-radius:0;border-top-left-radius:5px;border-top-right-radius:5px;border-bottom:none;border-top:1px solid #e8e8e8}.multiselect__content::webkit-scrollbar{display:none}.multiselect__element{display:block}.multiselect__option{display:block;padding:12px;min-height:40px;line-height:16px;text-decoration:none;text-transform:none;vertical-align:middle;position:relative;cursor:pointer;white-space:nowrap}.multiselect__option:after{top:0;right:0;position:absolute;line-height:40px;padding-right:12px;padding-left:20px;font-size:13px}.multiselect__option--highlight{background:#41b883;outline:none;color:#fff}.multiselect__option--highlight:after{content:attr(data-select);background:#41b883;color:#fff}.multiselect__option--selected{background:#f3f3f3;color:#35495e;font-weight:700}.multiselect__option--selected:after{content:attr(data-selected);color:silver}.multiselect__option--selected.multiselect__option--highlight{background:#ff6a6a;color:#fff}.multiselect__option--selected.multiselect__option--highlight:after{background:#ff6a6a;content:attr(data-deselect);color:#fff}.multiselect--disabled .multiselect__current,.multiselect--disabled .multiselect__select{background:#ededed;color:#a6a6a6}.multiselect__option--disabled{background:#ededed!important;color:#a6a6a6!important;cursor:text;pointer-events:none}.multiselect__option--group{background:#ededed;color:#35495e}.multiselect__option--group.multiselect__option--highlight{background:#35495e;color:#fff}.multiselect__option--group.multiselect__option--highlight:after{background:#35495e}.multiselect__option--disabled.multiselect__option--highlight{background:#dedede}.multiselect__option--group-selected.multiselect__option--highlight{background:#ff6a6a;color:#fff}.multiselect__option--group-selected.multiselect__option--highlight:after{background:#ff6a6a;content:attr(data-deselect);color:#fff}.multiselect-enter-active,.multiselect-leave-active{transition:all .15s ease}.multiselect-enter,.multiselect-leave-active{opacity:0}.multiselect__strong{margin-bottom:8px;line-height:20px;display:inline-block;vertical-align:top}[dir=rtl] .multiselect{text-align:right}[dir=rtl] .multiselect__select{right:auto;left:1px}[dir=rtl] .multiselect__tags{padding:8px 8px 0 40px}[dir=rtl] .multiselect__content{text-align:right}[dir=rtl] .multiselect__option:after{right:auto;left:0}[dir=rtl] .multiselect__clear{right:auto;left:12px}[dir=rtl] .multiselect__spinner{right:auto;left:1px}@keyframes spinning{0%{transform:rotate(0)}to{transform:rotate(2turn)}}
@-webkit-keyframes passing-through{0%{opacity:0;-webkit-transform:translateY(40px);-moz-transform:translateY(40px);-ms-transform:translateY(40px);-o-transform:translateY(40px);transform:translateY(40px)}30%, 70%{opacity:1;-webkit-transform:translateY(0px);-moz-transform:translateY(0px);-ms-transform:translateY(0px);-o-transform:translateY(0px);transform:translateY(0px)}100%{opacity:0;-webkit-transform:translateY(-40px);-moz-transform:translateY(-40px);-ms-transform:translateY(-40px);-o-transform:translateY(-40px);transform:translateY(-40px)}}@-moz-keyframes passing-through{0%{opacity:0;-webkit-transform:translateY(40px);-moz-transform:translateY(40px);-ms-transform:translateY(40px);-o-transform:translateY(40px);transform:translateY(40px)}30%, 70%{opacity:1;-webkit-transform:translateY(0px);-moz-transform:translateY(0px);-ms-transform:translateY(0px);-o-transform:translateY(0px);transform:translateY(0px)}100%{opacity:0;-webkit-transform:translateY(-40px);-moz-transform:translateY(-40px);-ms-transform:translateY(-40px);-o-transform:translateY(-40px);transform:translateY(-40px)}}@keyframes passing-through{0%{opacity:0;-webkit-transform:translateY(40px);-moz-transform:translateY(40px);-ms-transform:translateY(40px);-o-transform:translateY(40px);transform:translateY(40px)}30%, 70%{opacity:1;-webkit-transform:translateY(0px);-moz-transform:translateY(0px);-ms-transform:translateY(0px);-o-transform:translateY(0px);transform:translateY(0px)}100%{opacity:0;-webkit-transform:translateY(-40px);-moz-transform:translateY(-40px);-ms-transform:translateY(-40px);-o-transform:translateY(-40px);transform:translateY(-40px)}}@-webkit-keyframes slide-in{0%{opacity:0;-webkit-transform:translateY(40px);-moz-transform:translateY(40px);-ms-transform:translateY(40px);-o-transform:translateY(40px);transform:translateY(40px)}30%{opacity:1;-webkit-transform:translateY(0px);-moz-transform:translateY(0px);-ms-transform:translateY(0px);-o-transform:translateY(0px);transform:translateY(0px)}}@-moz-keyframes slide-in{0%{opacity:0;-webkit-transform:translateY(40px);-moz-transform:translateY(40px);-ms-transform:translateY(40px);-o-transform:translateY(40px);transform:translateY(40px)}30%{opacity:1;-webkit-transform:translateY(0px);-moz-transform:translateY(0px);-ms-transform:translateY(0px);-o-transform:translateY(0px);transform:translateY(0px)}}@keyframes slide-in{0%{opacity:0;-webkit-transform:translateY(40px);-moz-transform:translateY(40px);-ms-transform:translateY(40px);-o-transform:translateY(40px);transform:translateY(40px)}30%{opacity:1;-webkit-transform:translateY(0px);-moz-transform:translateY(0px);-ms-transform:translateY(0px);-o-transform:translateY(0px);transform:translateY(0px)}}@-webkit-keyframes pulse{0%{-webkit-transform:scale(1);-moz-transform:scale(1);-ms-transform:scale(1);-o-transform:scale(1);transform:scale(1)}10%{-webkit-transform:scale(1.1);-moz-transform:scale(1.1);-ms-transform:scale(1.1);-o-transform:scale(1.1);transform:scale(1.1)}20%{-webkit-transform:scale(1);-moz-transform:scale(1);-ms-transform:scale(1);-o-transform:scale(1);transform:scale(1)}}@-moz-keyframes pulse{0%{-webkit-transform:scale(1);-moz-transform:scale(1);-ms-transform:scale(1);-o-transform:scale(1);transform:scale(1)}10%{-webkit-transform:scale(1.1);-moz-transform:scale(1.1);-ms-transform:scale(1.1);-o-transform:scale(1.1);transform:scale(1.1)}20%{-webkit-transform:scale(1);-moz-transform:scale(1);-ms-transform:scale(1);-o-transform:scale(1);transform:scale(1)}}@keyframes pulse{0%{-webkit-transform:scale(1);-moz-transform:scale(1);-ms-transform:scale(1);-o-transform:scale(1);transform:scale(1)}10%{-webkit-transform:scale(1.1);-moz-transform:scale(1.1);-ms-transform:scale(1.1);-o-transform:scale(1.1);transform:scale(1.1)}20%{-webkit-transform:scale(1);-moz-transform:scale(1);-ms-transform:scale(1);-o-transform:scale(1);transform:scale(1)}}.dropzone,.dropzone *{box-sizing:border-box}.dropzone{min-height:150px;border:2px solid rgba(0,0,0,0.3);background:white;padding:20px 20px}.dropzone.dz-clickable{cursor:pointer}.dropzone.dz-clickable *{cursor:default}.dropzone.dz-clickable .dz-message,.dropzone.dz-clickable .dz-message *{cursor:pointer}.dropzone.dz-started .dz-message{display:none}.dropzone.dz-drag-hover{border-style:solid}.dropzone.dz-drag-hover .dz-message{opacity:0.5}.dropzone .dz-message{text-align:center;margin:2em 0}.dropzone .dz-message .dz-button{background:none;color:inherit;border:none;padding:0;font:inherit;cursor:pointer;outline:inherit}.dropzone .dz-preview{position:relative;display:inline-block;vertical-align:top;margin:16px;min-height:100px}.dropzone .dz-preview:hover{z-index:1000}.dropzone .dz-preview:hover .dz-details{opacity:1}.dropzone .dz-preview.dz-file-preview .dz-image{border-radius:20px;background:#999;background:linear-gradient(to bottom, #eee, #ddd)}.dropzone .dz-preview.dz-file-preview .dz-details{opacity:1}.dropzone .dz-preview.dz-image-preview{background:white}.dropzone .dz-preview.dz-image-preview .dz-details{-webkit-transition:opacity 0.2s linear;-moz-transition:opacity 0.2s linear;-ms-transition:opacity 0.2s linear;-o-transition:opacity 0.2s linear;transition:opacity 0.2s linear}.dropzone .dz-preview .dz-remove{font-size:14px;text-align:center;display:block;cursor:pointer;border:none}.dropzone .dz-preview .dz-remove:hover{text-decoration:underline}.dropzone .dz-preview:hover .dz-details{opacity:1}.dropzone .dz-preview .dz-details{z-index:20;position:absolute;top:0;left:0;opacity:0;font-size:13px;min-width:100%;max-width:100%;padding:2em 1em;text-align:center;color:rgba(0,0,0,0.9);line-height:150%}.dropzone .dz-preview .dz-details .dz-size{margin-bottom:1em;font-size:16px}.dropzone .dz-preview .dz-details .dz-filename{white-space:nowrap}.dropzone .dz-preview .dz-details .dz-filename:hover span{border:1px solid rgba(200,200,200,0.8);background-color:rgba(255,255,255,0.8)}.dropzone .dz-preview .dz-details .dz-filename:not(:hover){overflow:hidden;text-overflow:ellipsis}.dropzone .dz-preview .dz-details .dz-filename:not(:hover) span{border:1px solid transparent}.dropzone .dz-preview .dz-details .dz-filename span,.dropzone .dz-preview .dz-details .dz-size span{background-color:rgba(255,255,255,0.4);padding:0 0.4em;border-radius:3px}.dropzone .dz-preview:hover .dz-image img{-webkit-transform:scale(1.05, 1.05);-moz-transform:scale(1.05, 1.05);-ms-transform:scale(1.05, 1.05);-o-transform:scale(1.05, 1.05);transform:scale(1.05, 1.05);-webkit-filter:blur(8px);filter:blur(8px)}.dropzone .dz-preview .dz-image{border-radius:20px;overflow:hidden;width:120px;height:120px;position:relative;display:block;z-index:10}.dropzone .dz-preview .dz-image img{display:block}.dropzone .dz-preview.dz-success .dz-success-mark{-webkit-animation:passing-through 3s cubic-bezier(0.77, 0, 0.175, 1);-moz-animation:passing-through 3s cubic-bezier(0.77, 0, 0.175, 1);-ms-animation:passing-through 3s cubic-bezier(0.77, 0, 0.175, 1);-o-animation:passing-through 3s cubic-bezier(0.77, 0, 0.175, 1);animation:passing-through 3s cubic-bezier(0.77, 0, 0.175, 1)}.dropzone .dz-preview.dz-error .dz-error-mark{opacity:1;-webkit-animation:slide-in 3s cubic-bezier(0.77, 0, 0.175, 1);-moz-animation:slide-in 3s cubic-bezier(0.77, 0, 0.175, 1);-ms-animation:slide-in 3s cubic-bezier(0.77, 0, 0.175, 1);-o-animation:slide-in 3s cubic-bezier(0.77, 0, 0.175, 1);animation:slide-in 3s cubic-bezier(0.77, 0, 0.175, 1)}.dropzone .dz-preview .dz-success-mark,.dropzone .dz-preview .dz-error-mark{pointer-events:none;opacity:0;z-index:500;position:absolute;display:block;top:50%;left:50%;margin-left:-27px;margin-top:-27px}.dropzone .dz-preview .dz-success-mark svg,.dropzone .dz-preview .dz-error-mark svg{display:block;width:54px;height:54px}.dropzone .dz-preview.dz-processing .dz-progress{opacity:1;-webkit-transition:all 0.2s linear;-moz-transition:all 0.2s linear;-ms-transition:all 0.2s linear;-o-transition:all 0.2s linear;transition:all 0.2s linear}.dropzone .dz-preview.dz-complete .dz-progress{opacity:0;-webkit-transition:opacity 0.4s ease-in;-moz-transition:opacity 0.4s ease-in;-ms-transition:opacity 0.4s ease-in;-o-transition:opacity 0.4s ease-in;transition:opacity 0.4s ease-in}.dropzone .dz-preview:not(.dz-processing) .dz-progress{-webkit-animation:pulse 6s ease infinite;-moz-animation:pulse 6s ease infinite;-ms-animation:pulse 6s ease infinite;-o-animation:pulse 6s ease infinite;animation:pulse 6s ease infinite}.dropzone .dz-preview .dz-progress{opacity:1;z-index:1000;pointer-events:none;position:absolute;height:16px;left:50%;top:50%;margin-top:-8px;width:80px;margin-left:-40px;background:rgba(255,255,255,0.9);-webkit-transform:scale(1);border-radius:8px;overflow:hidden}.dropzone .dz-preview .dz-progress .dz-upload{background:#333;background:linear-gradient(to bottom, #666, #444);position:absolute;top:0;left:0;bottom:0;width:0;-webkit-transition:width 300ms ease-in-out;-moz-transition:width 300ms ease-in-out;-ms-transition:width 300ms ease-in-out;-o-transition:width 300ms ease-in-out;transition:width 300ms ease-in-out}.dropzone .dz-preview.dz-error .dz-error-message{display:block}.dropzone .dz-preview.dz-error:hover .dz-error-message{opacity:1;pointer-events:auto}.dropzone .dz-preview .dz-error-message{pointer-events:none;z-index:1000;position:absolute;display:block;display:none;opacity:0;-webkit-transition:opacity 0.3s ease;-moz-transition:opacity 0.3s ease;-ms-transition:opacity 0.3s ease;-o-transition:opacity 0.3s ease;transition:opacity 0.3s ease;border-radius:8px;font-size:13px;top:130px;left:-10px;width:140px;background:#be2626;background:linear-gradient(to bottom, #be2626, #a92222);padding:0.5em 1.2em;color:white}.dropzone .dz-preview .dz-error-message:after{content:'';position:absolute;top:-6px;left:64px;width:0;height:0;border-left:6px solid transparent;border-right:6px solid transparent;border-bottom:6px solid #be2626}

@charset "utf-8";
/*! fileicon.css v0.1.1 | MIT License | github.com/picturepan2/fileicon.css */
/* fileicon.basic */
.file-icon {
  font-family: Arial, Tahoma, sans-serif;
  font-weight: 300;
  display: inline-block;
  width: 24px;
  height: 32px;
  background: #018fef;
  position: relative;
  border-radius: 2px;
  text-align: left;
  -webkit-font-smoothing: antialiased;
}
.file-icon::before {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 0;
  height: 0;
  border-bottom-left-radius: 2px;
  border-width: 5px;
  border-style: solid;
  border-color: #fff #fff rgba(255,255,255,.35) rgba(255,255,255,.35);
}
.file-icon::after {
  display: block;
  content: attr(data-type);
  position: absolute;
  bottom: 0;
  left: 0;
  font-size: 10px;
  color: #fff;
  text-transform: lowercase;
  width: 100%;
  padding: 2px;
  white-space: nowrap;
  overflow: hidden;
}
/* fileicons */
.file-icon-xs {
  width: 12px;
  height: 16px;
  border-radius: 2px;
}
.file-icon-xs::before {
  border-bottom-left-radius: 1px;
  border-width: 3px;
}
.file-icon-xs::after {
  content: "";
  border-bottom: 2px solid rgba(255,255,255,.45);
  width: auto;
  left: 2px;
  right: 2px;
  bottom: 3px;
}
.file-icon-sm {
  width: 18px;
  height: 24px;
  border-radius: 2px;
}
.file-icon-sm::before {
  border-bottom-left-radius: 2px;
  border-width: 4px;
}
.file-icon-sm::after {
  font-size: 7px;
  padding: 2px;
}
.file-icon-lg {
  width: 48px;
  height: 64px;
  border-radius: 3px;
}
.file-icon-lg::before {
  border-bottom-left-radius: 2px;
  border-width: 8px;
}
.file-icon-lg::after {
  font-size: 16px;
  padding: 4px 6px;
}
.file-icon-xl {
  width: 96px;
  height: 128px;
  border-radius: 4px;
}
.file-icon-xl::before {
  border-bottom-left-radius: 4px;
  border-width: 16px;
}
.file-icon-xl::after {
  font-size: 24px;
  padding: 4px 10px;
}
/* fileicon.types */
.file-icon[data-type=zip],
.file-icon[data-type=rar] {
  background: #acacac;
}
.file-icon[data-type^=doc] {
  background: #307cf1;
}
.file-icon[data-type^=xls] {
  background: #0f9d58;
}
.file-icon[data-type^=ppt] {
  background: #d24726;
}
.file-icon[data-type=pdf] {
  background: #e13d34;
}
.file-icon[data-type=txt] {
  background: #5eb533;
}
.file-icon[data-type=mp3],
.file-icon[data-type=wma],
.file-icon[data-type=m4a],
.file-icon[data-type=flac] {
  background: #8e44ad;
}
.file-icon[data-type=mp4],
.file-icon[data-type=wmv],
.file-icon[data-type=mov],
.file-icon[data-type=avi],
.file-icon[data-type=mkv] {
  background: #7a3ce7;
}
.file-icon[data-type=bmp],
.file-icon[data-type=jpg],
.file-icon[data-type=jpeg],
.file-icon[data-type=gif],
.file-icon[data-type=png] {
  background: #f4b400;
}

.noty_layout_mixin, #noty_layout__top, #noty_layout__topLeft, #noty_layout__topCenter, #noty_layout__topRight, #noty_layout__bottom, #noty_layout__bottomLeft, #noty_layout__bottomCenter, #noty_layout__bottomRight, #noty_layout__center, #noty_layout__centerLeft, #noty_layout__centerRight {
  position: fixed;
  margin: 0;
  padding: 0;
  z-index: 9999999;
  -webkit-transform: translateZ(0) scale(1, 1);
          transform: translateZ(0) scale(1, 1);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-font-smoothing: subpixel-antialiased;
  filter: blur(0);
  -webkit-filter: blur(0);
  max-width: 90%; }

#noty_layout__top {
  top: 0;
  left: 5%;
  width: 90%; }

#noty_layout__topLeft {
  top: 20px;
  left: 20px;
  width: 325px; }

#noty_layout__topCenter {
  top: 5%;
  left: 50%;
  width: 325px;
  -webkit-transform: translate(-webkit-calc(-50% - .5px)) translateZ(0) scale(1, 1);
          transform: translate(calc(-50% - .5px)) translateZ(0) scale(1, 1); }

#noty_layout__topRight {
  top: 20px;
  right: 20px;
  width: 325px; }

#noty_layout__bottom {
  bottom: 0;
  left: 5%;
  width: 90%; }

#noty_layout__bottomLeft {
  bottom: 20px;
  left: 20px;
  width: 325px; }

#noty_layout__bottomCenter {
  bottom: 5%;
  left: 50%;
  width: 325px;
  -webkit-transform: translate(-webkit-calc(-50% - .5px)) translateZ(0) scale(1, 1);
          transform: translate(calc(-50% - .5px)) translateZ(0) scale(1, 1); }

#noty_layout__bottomRight {
  bottom: 20px;
  right: 20px;
  width: 325px; }

#noty_layout__center {
  top: 50%;
  left: 50%;
  width: 325px;
  -webkit-transform: translate(-webkit-calc(-50% - .5px), -webkit-calc(-50% - .5px)) translateZ(0) scale(1, 1);
          transform: translate(calc(-50% - .5px), calc(-50% - .5px)) translateZ(0) scale(1, 1); }

#noty_layout__centerLeft {
  top: 50%;
  left: 20px;
  width: 325px;
  -webkit-transform: translate(0, -webkit-calc(-50% - .5px)) translateZ(0) scale(1, 1);
          transform: translate(0, calc(-50% - .5px)) translateZ(0) scale(1, 1); }

#noty_layout__centerRight {
  top: 50%;
  right: 20px;
  width: 325px;
  -webkit-transform: translate(0, -webkit-calc(-50% - .5px)) translateZ(0) scale(1, 1);
          transform: translate(0, calc(-50% - .5px)) translateZ(0) scale(1, 1); }

.noty_progressbar {
  display: none; }

.noty_has_timeout.noty_has_progressbar .noty_progressbar {
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 3px;
  width: 100%;
  background-color: #646464;
  opacity: 0.2;
  filter: alpha(opacity=10); }

.noty_bar {
  -webkit-backface-visibility: hidden;
  -webkit-transform: translate(0, 0) translateZ(0) scale(1, 1);
  -ms-transform: translate(0, 0) scale(1, 1);
      transform: translate(0, 0) scale(1, 1);
  -webkit-font-smoothing: subpixel-antialiased;
  overflow: hidden; }

.noty_effects_open {
  opacity: 0;
  -webkit-transform: translate(50%);
      -ms-transform: translate(50%);
          transform: translate(50%);
  -webkit-animation: noty_anim_in 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
          animation: noty_anim_in 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards; }

.noty_effects_close {
  -webkit-animation: noty_anim_out 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
          animation: noty_anim_out 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards; }

.noty_fix_effects_height {
  -webkit-animation: noty_anim_height 75ms ease-out;
          animation: noty_anim_height 75ms ease-out; }

.noty_close_with_click {
  cursor: pointer; }

.noty_close_button {
  position: absolute;
  top: 2px;
  right: 2px;
  font-weight: bold;
  width: 20px;
  height: 20px;
  text-align: center;
  line-height: 20px;
  background-color: rgba(0, 0, 0, 0.05);
  border-radius: 2px;
  cursor: pointer;
  -webkit-transition: all .2s ease-out;
  transition: all .2s ease-out; }

.noty_close_button:hover {
  background-color: rgba(0, 0, 0, 0.1); }

.noty_modal {
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: #000;
  z-index: 10000;
  opacity: .3;
  left: 0;
  top: 0; }

.noty_modal.noty_modal_open {
  opacity: 0;
  -webkit-animation: noty_modal_in .3s ease-out;
          animation: noty_modal_in .3s ease-out; }

.noty_modal.noty_modal_close {
  -webkit-animation: noty_modal_out .3s ease-out;
          animation: noty_modal_out .3s ease-out;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards; }

@-webkit-keyframes noty_modal_in {
  100% {
    opacity: .3; } }

@keyframes noty_modal_in {
  100% {
    opacity: .3; } }

@-webkit-keyframes noty_modal_out {
  100% {
    opacity: 0; } }

@keyframes noty_modal_out {
  100% {
    opacity: 0; } }

@keyframes noty_modal_out {
  100% {
    opacity: 0; } }

@-webkit-keyframes noty_anim_in {
  100% {
    -webkit-transform: translate(0);
            transform: translate(0);
    opacity: 1; } }

@keyframes noty_anim_in {
  100% {
    -webkit-transform: translate(0);
            transform: translate(0);
    opacity: 1; } }

@-webkit-keyframes noty_anim_out {
  100% {
    -webkit-transform: translate(50%);
            transform: translate(50%);
    opacity: 0; } }

@keyframes noty_anim_out {
  100% {
    -webkit-transform: translate(50%);
            transform: translate(50%);
    opacity: 0; } }

@-webkit-keyframes noty_anim_height {
  100% {
    height: 0; } }

@keyframes noty_anim_height {
  100% {
    height: 0; } }
.noty_theme__mint.noty_bar {
  margin: 4px 0;
  overflow: hidden;
  border-radius: 2px;
  position: relative; }
  .noty_theme__mint.noty_bar .noty_body {
    padding: 10px;
    font-size: 14px; }
  .noty_theme__mint.noty_bar .noty_buttons {
    padding: 10px; }

.noty_theme__mint.noty_type__alert,
.noty_theme__mint.noty_type__notification {
  background-color: #fff;
  border-bottom: 1px solid #D1D1D1;
  color: #2F2F2F; }

.noty_theme__mint.noty_type__warning {
  background-color: #FFAE42;
  border-bottom: 1px solid #E89F3C;
  color: #fff; }

.noty_theme__mint.noty_type__error {
  background-color: #DE636F;
  border-bottom: 1px solid #CA5A65;
  color: #fff; }

.noty_theme__mint.noty_type__info,
.noty_theme__mint.noty_type__information {
  background-color: #7F7EFF;
  border-bottom: 1px solid #7473E8;
  color: #fff; }

.noty_theme__mint.noty_type__success {
  background-color: #AFC765;
  border-bottom: 1px solid #A0B55C;
  color: #fff; }

.vdr{touch-action:none;border:1px dashed #000}.handle,.vdr{position:absolute;box-sizing:border-box}.handle{width:10px;height:10px;background:#eee;border:1px solid #333}.handle-tl{top:-10px;left:-10px;cursor:nw-resize}.handle-tm{top:-10px;left:50%;margin-left:-5px;cursor:n-resize}.handle-tr{top:-10px;right:-10px;cursor:ne-resize}.handle-ml{left:-10px;cursor:w-resize}.handle-ml,.handle-mr{top:50%;margin-top:-5px}.handle-mr{right:-10px;cursor:e-resize}.handle-bl{bottom:-10px;left:-10px;cursor:sw-resize}.handle-bm{bottom:-10px;left:50%;margin-left:-5px;cursor:s-resize}.handle-br{bottom:-10px;right:-10px;cursor:se-resize}@media only screen and (max-width:768px){[class*=handle-]:before{content:"";left:-10px;right:-10px;bottom:-10px;top:-10px;position:absolute}}
/* The input */
.tags-input {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.tags-input input {
    flex: 1;
    background: transparent;
    border: none;
}

.tags-input input:focus {
    outline: none;
}

.tags-input input[type="text"] {
    color: #495057;
}

.tags-input-wrapper-default {
    padding: .5em .25em;

    background: #fff;

    border: 1px solid transparent;
    border-radius: .25em;
    border-color: #dbdbdb;
}

.tags-input-wrapper-default.active {
    border: 1px solid #8bbafe;
    box-shadow: 0 0 0 0.2em rgba(13, 110, 253, 0.25);
    outline: 0 none;
}

/* The tag badges & the remove icon */
.tags-input span {
    margin-right: 0.3em;
}

.tags-input-remove {
    cursor: pointer;
    position: absolute;
    display: inline-block;
    right: 0.3em;
    top: 0.3em;
    padding: 0.5em;
    overflow: hidden;
}

.tags-input-remove:focus {
    outline: none;
}

.tags-input-remove:before, .tags-input-remove:after {
    content: '';
    position: absolute;
    width: 75%;
    left: 0.15em;
    background: #5dc282;
    
    height: 2px;
    margin-top: -1px;
}

.tags-input-remove:before {
    transform: rotate(45deg);
}
.tags-input-remove:after {
    transform: rotate(-45deg);
}

/* Tag badge styles */
.tags-input-badge {
    position: relative;
    display: inline-block;
    padding: 0.25em 0.4em;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 0.25em;
    overflow: hidden;
    text-overflow: ellipsis;
}

.tags-input-badge-pill {
    padding-right: 1.25em;
    padding-left: 0.6em;
    border-radius: 10em;
}
.tags-input-badge-pill.disabled {
    padding-right: 0.6em;
}

.tags-input-badge-selected-default {
    color: #212529;
    background-color: #f0f1f2;
}

/* Typeahead */
.typeahead-hide-btn {
    color: #999 !important;
    font-style: italic;
}

/* Typeahead - badges */
.typeahead-badges > span {
    margin-top: .5em;
}

.typeahead-badges > span {
    cursor: pointer;
    margin-right: 0.3em;
}

/* Typeahead - dropdown */
.typeahead-dropdown {
    list-style-type: none;
    padding: 0;
    margin: 0;
    position: absolute;
    width: 100%;
    z-index: 1000;
}

.typeahead-dropdown li {
    padding: .25em 1em;
    cursor: pointer;
}

/* Typeahead elements style/theme */
.tags-input-typeahead-item-default {
    color: #fff;
    background-color: #343a40;
}

.tags-input-typeahead-item-highlighted-default {
    color: #fff;
    background-color: #007bff !important;
}

html,
body {
  height: 100%;
  font-size: 14px;
}
body {
  font-family: 'Open Sans';
  background-color: #333435;
  color: #e3e3e3;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
h1,
.h1 {
  font-size: 1.4rem;
}
h2,
h3,
h4,
h5,
.h2,
.h3,
.h4,
.h5 {
  font-size: 1.2rem;
}
h6,
.h6 {
  text-transform: uppercase;
  font-size: 0.8rem;
  font-weight: bold;
}
label {
  font-weight: normal;
  opacity: 0.6;
}
a,
button {
  transition: 0.1s ease-out;
}
a {
  color: #00a5cf;
}
a:hover {
  text-decoration: none;
}
*::-webkit-scrollbar {
  width: 6px;
}
*::-webkit-scrollbar-button {
  width: 0px;
  height: 0px;
}
*::-webkit-scrollbar-thumb {
  background: #5b5b5b;
  border: none;
}
*::-webkit-scrollbar-thumb:hover,
*::-webkit-scrollbar-thumbactive {
  background: #5b5b5b;
}
*::-webkit-scrollbar-track {
  background: #2d2d2d;
  border: none;
}
*::-webkit-scrollbar-track:hover,
*::-webkit-scrollbar-trackactive {
  background: inherit;
}
*::-webkit-scrollbar-corner {
  background: transparent;
}
::placeholder {
  color: #555 !important;
}
.text-muted {
  color: #e3e3e3 !important;
  opacity: 0.5;
}
.text-danger {
  color: #f8333c !important;
}
.text-warning {
  color: #fcab10 !important;
}
.text-success {
  color: #00bb70 !important;
}
.btn {
  color: #e3e3e3;
  font-size: 13px;
  padding: 0.25rem 0.375rem;
  border-radius: 0;
  border: 0;
}
.btn:hover {
  background-color: rgba(0,0,0,0.1);
  color: #e3e3e3;
}
.btn-primary {
  background-color: #004e64 !important;
}
.btn-primary:hover {
  background-color: #003e50 !important;
}
.btn-secondary {
  background-color: #262728 !important;
}
.btn-secondary:hover {
  background-color: #1d1d1e !important;
}
.btn-info {
  background-color: #00a5cf !important;
}
.btn-info:hover {
  background-color: #0084a6 !important;
}
.btn-lg {
  padding: 0.25rem 0.5rem;
}
.dropdown-menu {
  background-color: #333435;
  border-color: #262728;
  border-radius: 0;
}
.dropdown-item {
  color: #e3e3e3;
  background-color: #333435;
  font-size: 13px;
}
.dropdown-item:hover {
  background-color: rgba(255,255,255,0.05);
  color: #e3e3e3;
}
.form-control {
  background-color: #262728 !important;
  border: none;
  font-size: 1rem;
  padding: 0.25rem !important;
  border-radius: 0;
  color: #e3e3e3 !important;
}
.form-control[disabled] {
  opacity: 0.5;
}
.custom-control label {
  opacity: 1;
}
.custom-control-input:checked~.custom-control-label::before {
  color: #00a5cf;
  border-color: #00a5cf;
  background-color: #00a5cf;
}
.container-narrow {
  max-width: 640px;
  margin: 0 auto;
}
.table {
  color: #e3e3e3;
}
.table td,
.table th {
  border-top: none;
  vertical-align: middle;
  padding: 0.5rem 0.75rem;
}
.table thead th {
  border: none;
  font-weight: normal;
  opacity: 0.5;
  font-size: 80%;
}
.spinner-grow {
  width: 1.5rem;
  height: 1.5rem;
}
.mdi {
  font-size: 1rem;
  line-height: 1;
}
.mdi::before {
  vertical-align: middle;
}
.pointer {
  cursor: pointer;
}
.hover-block {
  opacity: 0;
  transition: ease-out 0.2s;
}
.hover:hover .hover-block {
  opacity: 1;
}
.box {
  background: #fff;
  color: #333435;
  margin: 1rem auto;
  max-width: 704px;
  padding: 2rem;
  border-radius: 0.25rem;
}
.box-title {
  display: flex;
  align-items: center;
  margin-bottom: 0.5rem;
}
.box-title > span:first-child {
  font-size: 0.7rem;
  font-weight: bold;
  text-transform: uppercase;
}
.box-dark {
  background-color: #262728;
  color: #e3e3e3;
}
.panel {
  background-color: #333435;
}
.panel-darker {
  background-color: #262728;
}
.panel-darkest {
  background-color: #1a1a1a;
}
.panel-toolbar,
.panel-item {
  display: flex;
  align-items: center;
  padding: 0.375rem;
}
.panel.inactive {
  opacity: 0.75;
  transition: ease-out 0.2s;
}
.panel.inactive:hover {
  opacity: 1;
}
.panel.active {
  opacity: 1 !important;
  background-color: #00a5cf;
}
.noty_theme__mint.noty_type__warning {
  background-color: #fcab10;
}
.noty_theme__mint.noty_type__error {
  background-color: #f8333c;
}
.noty_theme__mint.noty_type__info,
.noty_theme__mint.noty_type__information {
  background-color: #00a5cf;
}
.noty_theme__mint.noty_type__success {
  background-color: #00bb70;
}
.tags-input input[type="text"] {
  color: #e3e3e3;
}
.tags-input-remove:before,
.tags-input-remove:after {
  background-color: #fff;
}
.tags-input-wrapper-default.active {
  border: none;
}
.tags-input-wrapper-default {
  border-radius: 0;
  background-color: #262728;
  border: none;
}
.tags-input-badge {
  font-size: 1rem;
  margin-bottom: 2px;
  background-color: #333435;
  color: #e3e3e3;
  font-weight: normal;
}
.tags-input-badge-pill {
  border-radius: 0;
}
.typeahead-dropdown .tags-input-typeahead-item-default {
  background: #262728;
}
.typeahead-dropdown .tags-input-typeahead-item-highlighted-default {
  background: #00a5cf !important;
}

.main {
  padding-top: 75px;
}
.app-navbar {
  background: #000;
  position: fixed;
  z-index: 10;
  top: 0;
  left: 0;
  right: 0;
  height: 45px;
}
a.app-navbar-item {
  color: #fff;
  font-size: 80%;
  font-weight: bold;
  display: inline-block;
  text-transform: uppercase;
  padding: 1rem;
  margin: 0 1rem;
  opacity: 0.8;
}
a.app-navbar-item:hover {
  opacity: 1;
}

.job-item {
  color: #e3e3e3;
}
.job-item-image {
  width: 100px !important;
  flex-shrink: 0;
  margin-right: 1rem;
}

.activity {
  color: #e3e3e3 !important;
}
.activity:hover {
  background-color: #222223;
}

.asset-activity-content {
  max-height: 400px;
  overflow-y: scroll;
}
.asset-activity-content .activity {
  padding: 5px !important;
}
.asset-activity-content .activity-user-avatar {
  width: 20px !important;
  height: 20px !important;
}
.asset-activity-content .media-body {
  font-size: 12px;
  margin-top: 0px !important;
}

.inspector-heading {
  margin: 0.25rem 0;
  padding: 0.25rem 0;
  background-color: #3d3e3f;
  color: rgba(255,255,255,0.6) !important;
  text-align: center;
}
.inspector-form,
.inspector-row {
  padding: 0.25rem 0;
}
.inspector-input,
.inspector-textarea,
.inspector-action {
  padding: 0.25rem 0;
}
.inspector-input {
  display: flex;
}
.inspector-input > label,
.inspector-input > input,
.inspector-input > div {
  width: 50%;
}
.inspector-action {
  display: flex;
  align-items: center;
}

.comment-uploader .dropzone {
  border: 0;
  padding: 0.5rem;
  cursor: pointer;
  border: 2px dashed rgba(255,255,255,0.2);
  background-color: transparent;
}
.comment-uploader .dropzone:hover {
  border-color: rgba(255,255,255,0.3);
}
.comment-uploader .comment-upload-success {
  display: none;
}
.comment-uploader .dz-success .progress {
  display: none;
}
.comment-uploader .dz-success .comment-upload-success {
  display: block;
}

.comments-form-content {
  position: relative;
}
.comments-form-content textarea {
  padding-right: 30px;
}
.comments-form-content-btn {
  position: absolute;
  z-index: 3;
  bottom: 3px;
  right: 5px;
}
.tribute-container {
  position: absolute;
  top: 0;
  left: 0;
  height: auto;
  max-height: 300px;
  max-width: 500px;
  overflow: auto;
  display: block;
  z-index: 999999;
}
.tribute-container ul {
  margin: 0;
  margin-top: 2px;
  padding: 0;
  list-style: none;
  background: $colorDarker !important;
}
.tribute-container li {
  padding: 5px 5px;
  cursor: pointer;
  color: $colorText;
}
.tribute-container li span {
  font-weight: bold;
}
.tribute-container li.no-match {
  cursor: default;
}
.tribute-container .menu-highlighted {
  font-weight: bold;
}
.tribute-container li.highlight,
.tribute-container li:hover {
  background: #0a91ab;
}

.comment-file {
  display: inline-block;
  width: 80px;
  height: 80px;
  position: relative;
  cursor: pointer;
  border: 1px solid rgba(255,255,255,0.2);
  transition: ease-out 0.2s;
}
.comment-file-action {
  opacity: 0;
  position: absolute;
  right: 0.5rem;
  bottom: 0.5rem;
}
.comment-file:hover .comment-file-action {
  opacity: 1;
}

.comment {
  font-size: 14px;
}
.comment p {
  margin-bottom: 1rem;
}
.comment p:last-child {
  margin: 0;
}
.comment-body {
  background-color: #434446;
  padding: 0.375rem 0.75rem;
  word-break: break-word;
}
.comment-right-menu {
  opacity: 0;
}
.comment-right-menu .mdi {
  font-size: 14px;
}
.comment:hover > .comment-content > .comment-right-menu {
  opacity: 1;
}
.comment-menu a {
  font-size: small;
  cursor: pointer;
  opacity: 0.5;
  color: #e3e3e3;
}
.comment-menu a:hover {
  opacity: 1;
}
.comment-replies {
  padding: 0.5rem 0;
}

.comments {
  background: #242425;
  position: fixed;
  z-index: 2000;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
}
.comments-preview {
  position: fixed;
  top: 0;
  bottom: 0;
  right: 30%;
  left: 0;
  overflow-y: auto;
  padding: 1rem;
}
.comments-thread {
  position: fixed;
  right: 0;
  width: 30%;
  top: 0;
  bottom: 0;
  padding: 0.25rem 0.5rem;
  background-color: #333435;
}
.comments-form {
  padding: 0.75rem 0;
}
.comments-form-input {
  background-color: #292a2a !important;
  color: #e3e3e3 !important;
  border: none;
  height: calc(1.5em + 0.5rem + 2px);
  padding: 0.375rem 0.75rem;
}

.jobs-list,
.jobs-main,
.jobs-right {
  position: fixed;
  top: 45px;
  bottom: 0;
  z-index: 1;
  background: #1a1a1a;
  padding: 0.5rem;
}
.jobs-list {
  position: static;
  background: #333435;
  padding: 75px 1rem 1rem 1rem;
}
.jobs-list.compact {
  position: fixed;
  padding: 0;
  padding-top: 1rem;
  width: 350px;
  overflow: hidden;
  overflow-y: auto;
}
.jobs-main {
  left: 350px;
  right: 300px;
  overflow: hidden;
  overflow-y: auto;
}
.jobs-right {
  position: fixed;
  right: 0;
  bottom: 0;
  overflow: hidden;
  overflow-y: auto;
  width: 300px;
  background: #333435;
}
.jobs-item {
  padding: 0.75rem;
  display: block;
  border-bottom: 1px solid rgba(255,255,255,0.1);
}
a.jobs-item:hover,
a.jobs-item.router-link-active {
  background: #262728;
}
a.jobs-item.router-link-exact-active {
  background: #00a5cf;
}

.project {
  min-height: 100%;
  background-color: #333435;
  color: #e3e3e3;
  padding-left: 50px;
  padding-top: 45px;
}
.project-left {
  position: fixed;
  z-index: 1;
  left: 0;
  top: 45px;
  bottom: 0;
  width: 50px;
  background-color: #333435;
  border-right: 1px solid #292a2a;
}
.project-left-item {
  position: relative;
  display: block;
  padding: 1rem 0.5rem;
  text-align: center;
  color: #e3e3e3;
}
.project-left-item:hover {
  color: #fff;
}
.project-left-item.router-link-active {
  background-color: #00a5cf;
}
.project-left-item .mdi {
  font-size: 24px;
}
.project-left-item .badge {
  position: absolute;
  right: 0;
  bottom: 2px;
}
.project-top {
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  right: 0;
  height: 45px;
  background-color: #000;
}
.project-top-logo {
  height: 45px;
  width: 50px;
  line-height: 45px;
  text-align: center;
}
.project-top-notif {
  padding: 1rem;
}
.project-main {
  margin-left: 0px;
}

.shot-list-item {
  position: relative;
}
.shot-list-item .btn-group {
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -20px 0 0 -51px;
  z-index: 1;
}
.shot-list-item:hover .btn-group {
  opacity: 1;
}
.shot-list-item .btn {
  padding: 1rem;
}

.tree-shots {
  margin-top: 0.25rem;
}
.tree-shots .list-item-drag {
  cursor: move !important;
  opacity: 0.3;
}
.tree-shots .list-item-drag .mdi::before {
  font-size: 18px !important;
}
.tree-shots .list-item:last-child {
  border-bottom: none !important;
}
.tree-shots .list-item-ghost {
  opacity: 0.5;
  background: #ccc;
}

.tree-scenes .list-item-drag {
  cursor: move !important;
  opacity: 0.3;
}
.tree-scenes .list-item-drag .mdi::before {
  font-size: 18px !important;
}
.tree-scenes .list-item:last-child {
  border-bottom: none !important;
}
.tree-scenes .list-item-ghost {
  opacity: 0.5;
  background: #ccc;
}

.tree {
  font-size: 13px;
}
.tree-folder-children {
  padding-top: 0.25rem;
}
.tree-folder,
.tree-file {
  cursor: pointer;
  display: block;
  color: inherit;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}
.tree-file {
  color: #e3e3e3 !important;
}
.tree-file.router-link-exact-active,
.tree-file.router-link-active:not(.tree-root) {
  background: #00a5cf;
}
.tree .mdi::before {
  font-size: 24px;
  margin-top: -2px;
  line-height: 1rem;
}
.tree .btn {
  padding: 0;
  line-height: 1rem;
}
.tree .btn .mdi::before {
  font-size: 1rem;
  line-height: 1rem;
}
.tree .mdi-chevron-right,
.tree .mdi-chevron-down {
  opacity: 0.5;
}

.explorer-left,
.explorer-main,
.explorer-right {
  position: fixed;
  top: 45px;
  bottom: 0;
  z-index: 0;
  overflow: hidden;
  overflow-y: auto;
  background: #1a1a1a;
  padding: 0.5rem;
}
.explorer-left {
  left: 50px;
  width: 250px;
  background: #333435;
}
.explorer-main {
  left: 300px;
  right: 300px;
}
.explorer-right {
  position: fixed;
  right: 0;
  width: 300px;
  background: #333435;
}

.script-editor .form-control {
  background-color: #fff !important;
  color: #353535 !important;
}

.file-list .table-dark {
  background-color: #333435;
}
.file-list .table-dark tr:hover {
  background-color: inherit;
}
.file-list .file {
  background-color: #242425;
  color: #fff;
  border: none !important;
}
.file-list .file .file-icon::before {
  border-color: #242425 #242425 rgba(255,255,255,0.35) rgba(255,255,255,0.35);
}
.file-list .file .btn {
  background: #333435 !important;
  color: #e3e3e3 !important;
}

.explorer-tab {
  height: 100%;
  z-index: 1;
  flex: 1;
  position: relative;
}
.explorer-tab-body {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  overflow: hidden;
  overflow-y: auto;
}
.explorer-tab-content {
  padding: 1.5rem 1rem !important;
}

.kf-inspector .form-control {
  background: #333435;
  border-color: transparent !important;
  color: #e3e3e3;
}

.kf-clip-container {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -180px 0 0 -320px;
  width: 640px;
  height: 360px;
  background-color: #fff;
}
.kf-clip {
  display: flex;
  align-items: center;
  justify-content: center;
}
.kf-clip img {
  position: absolute;
  width: 100%;
  height: 100%;
}
.kf-clip.vdr {
  border: none;
  outline: 1px dashed #fff;
}
.kf-screen-outline {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -180px 0 0 -320px;
  width: 640px;
  height: 360px;
  border: 1px solid #f00;
  pointer-events: none;
}

.kfplayer {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -180px 0 0 -320px;
  width: 640px;
  height: 360px;
  background: #fff;
  overflow: hidden;
}
.kfplayer-clip {
  display: flex;
  align-items: center;
  justify-content: center;
}
.kfplayer-clip img {
  position: absolute;
  width: 100%;
  height: 100%;
}

.kf-track {
  background: #333435;
  position: relative;
  height: 38px;
  display: flex;
}
.kf-kf {
  flex: 1 1 auto !important;
  display: flex;
  width: 100%;
  height: 100%;
  align-items: center;
  background: #262728;
  margin-right: 2px;
  padding: 0 5px;
  cursor: pointer;
  position: relative;
  overflow: hidden;
}
.kf-kf.active {
  background: #00637c;
}
.kf-delete {
  display: none;
}
.kf-kf:hover .kf-delete {
  display: block;
}
.kf-progress {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 5px;
  background: rgba(0,0,0,0.5);
}
.kf-duration {
  background: none !important;
  border: none;
  font-size: 85%;
  width: 25px;
  padding: 0 0.125rem;
}
.kf-duration:focus {
  background: #fff !important;
  color: #000 !important;
}

.kf-audio-track {
  display: flex;
  align-items: center;
  background: #333435;
  display: flex;
  margin-top: 0.25rem;
  height: 38px;
}
.kf-audio {
  flex: 1 1 auto !important;
  display: flex;
  align-items: center;
  width: 100%;
  height: 38px;
  padding: 0 5px;
  background: #262728;
  margin-right: 2px;
}

.kf-editor {
  background: #1a1a1a;
  position: fixed;
  left: 50px;
  top: 45px;
  right: 0;
  bottom: 0;
  z-index: 1;
}
.kf-main {
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  right: 300px;
  bottom: 240px;
  overflow: hidden;
  border-bottom: 1px solid #292a2a;
}
.kf-controls {
  overflow: hidden;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 300px;
  height: 240px;
  background: #262728;
}
.kf-right {
  overflow: hidden;
  overflow-y: auto;
  position: absolute;
  top: 0px;
  width: 300px;
  right: 0;
  bottom: 0;
  background: #333435;
  border-left: 1px solid #292a2a;
  overflow: hidden;
}
.kf-container {
  max-width: 640px;
  margin: 0 auto;
}
.kf-snap-points {
  width: 36px;
  position: relative;
}
.kf-snap-point {
  font-size: 12px;
  cursor: pointer;
  opacity: 0.3;
}
.kf-snap-point:hover {
  opacity: 1;
}

.script-shots {
  color: #353535 !important;
}

.avatar-initial {
  pointer-events: none;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  width: 100%;
  background: #999;
  color: #fff;
  text-transform: uppercase;
  font-size: 80%;
  font-weight: bold;
  background: #e3e3e3;
  color: #333435;
}

.file {
  height: 50px;
  background-color: #262728;
}
.file-action {
  display: none;
}
.file:hover .file-action {
  display: block;
}
.file .file-icon::before {
  border-color: #262728 #262728 rgba(255,255,255,0.35) rgba(255,255,255,0.35);
}

.gallery {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(0,0,0,0.9);
  z-index: 2000;
  display: flex;
  align-items: center;
  justify-content: center;
}
.gallery img,
.gallery video {
  max-width: 90%;
  max-height: 90%;
}
.gallery img {
  background: url("/img/bg-transparent.png");
}
.gallery-top {
  position: absolute;
  top: 1rem;
  left: 1rem;
  right: 1rem;
  display: flex;
  color: #fff;
}
.gallery-top .mdi::before {
  font-size: 2rem;
  color: #fff !important;
}
.gallery-bottom {
  position: absolute;
  bottom: 1rem;
  left: 1rem;
  right: 1rem;
  display: flex;
  justify-content: flex-end;
}
.gallery-bottom .file {
  background: rgba(0,0,0,0.7);
  color: #fff;
  border: none !important;
}
.gallery-left,
.gallery-right {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 25%;
  display: flex;
  align-items: center;
  cursor: pointer;
  opacity: 0;
  transition: ease-out 0.1s;
}
.gallery-left:hover,
.gallery-right:hover {
  opacity: 1;
}
.gallery-left .mdi::before,
.gallery-right .mdi::before {
  font-size: 4rem;
  background: rgba(0,0,0,0.5);
  color: #fff;
}
.gallery-left {
  left: 0;
  display: flex;
  justify-content: flex-start;
  margin-left: 2rem;
}
.gallery-right {
  width: 50%;
  display: flex;
  right: 0;
  justify-content: flex-end;
  margin-right: 2rem;
}

.modal-header {
  background-color: #434446;
}
.modal-content {
  border: none;
  border-radius: 0;
  background: #333435;
}
.modal-header,
.modal-footer {
  border: none;
}
.close {
  color: rgba(255,255,255,0.8) !important;
}

.embed-reponsive-image {
  max-width: 100%;
  max-height: 100%;
}
.embed-responsive-item.transparent {
  background-image: url("/img/bg-transparent.png") !important;
}

.image-uploader .dz-processing {
  display: none !important;
}

.dropzone {
  border: 0;
  padding: 0.5rem;
  min-height: 100px;
  cursor: pointer;
  border: 2px dashed rgba(255,255,255,0.2);
  background-color: transparent;
}
.dropzone:hover {
  border-color: rgba(255,255,255,0.3);
}
.dropzone .dz-file-preview .dz-image img {
  display: none !important;
}
.dropzone .dz-preview {
  margin: 0.125rem;
  min-height: auto;
  border: 1px solid #f5f5f5;
}
.dropzone .dz-preview .dz-image {
  height: 70px;
  width: 70px;
  border-radius: 0 !important;
}
.dropzone .dz-preview .dz-image img {
  width: 100%;
  height: 100%;
}
.dropzone .dz-preview .dz-details {
  padding: 0;
  top: auto;
  bottom: 0;
}
.dropzone .dz-preview .dz-details .dz-size {
  margin-bottom: 0;
}
.dropzone .dz-preview .dz-progress {
  width: 50px;
  margin-left: -25px;
}
.dropzone .dz-preview .dz-success-mark svg,
.dropzone .dz-preview .dz-error-mark svg {
  width: 20px;
  height: 20px;
}
.dropzone .dz-preview .dz-success-mark,
.dropzone .dz-preview .dz-error-mark {
  top: 30%;
  margin-left: -10px;
  margin-top: -10px;
}
.dropzone .dz-preview .dz-error-message {
  display: none !important;
}
.dropzone .dz-preview .dz-remove {
  position: absolute;
  right: 0;
  top: 0;
  font-size: 16px;
  font-family: "Material Design Icons";
  line-height: inherit;
  color: #222;
  padding: 0 5px;
  text-decoration: none !important;
  z-index: 500;
  background: #fff;
}

.notifications-item {
  font-size: 14px;
  line-height: 20px;
  min-height: 50px;
  position: relative;
}
.notifications-item.unread .notifications-item-link {
  opacity: 1;
  border-left: 10px solid #00a5cf;
}
.notifications-item-link {
  opacity: 0.6;
  display: block !important;
  padding: 1rem;
  text-decoration: none !important;
  color: #e3e3e3 !important;
  background: #333435;
}
.notifications-item-link:hover {
  opacity: 1;
}
.notifications-item:hover .notifications-item-menu {
  display: block;
}
.notifications-item-menu {
  display: none;
  position: absolute;
  top: 10px;
  right: 10px;
  width: 25px;
}
.nitem {
  position: relative;
  padding-left: 40px;
}
.nitem-avatar {
  position: absolute;
  left: 0;
  top: 0;
  width: 30px;
  height: 30px;
  border-radius: 100%;
}

.notifications {
  text-transform: none !important;
  position: relative;
  display: inline-block;
}
.notifications-toggle {
  position: relative;
}
.notifications-count {
  display: block;
  position: absolute !important;
  top: 5px !important;
  right: 0;
}
.notifications-panel {
  position: absolute;
  top: 40px;
  background: #fff;
  border-radius: 3px;
  width: 400px;
  z-index: 1000;
  border: 1px solid #262728;
  background-color: #000;
}
.notifications-panel-right {
  right: 0;
}
.notifications-panel-left {
  left: 0;
}
.notifications-items {
  overflow: hidden;
  overflow-y: auto;
  max-height: calc(100vh - 200px);
}

