#contextmenu {
  position: absolute;
  z-index: 1000;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -moz-transform-origin: center top;
  -ms-transform-origin: center top;
  -webkit-transform-origin: center top;
  transform-origin: center top;
  -moz-user-select: -moz-none;
  -ms-user-select: none;
  -webkit-user-select: none;
  user-select: none;
  /*--------------------------------------------*\
   * Transitions
  \*--------------------------------------------*/
}
#contextmenu.contextmenu-arrow-left:before, #contextmenu.contextmenu-arrow-right:before, #contextmenu.contextmenu-arrow-top:before, #contextmenu.contextmenu-arrow-bottom:before {
  content: '';
  position: absolute;
  border-style: solid;
  border-color: transparent;
  border-width: 6px;
}
#contextmenu.contextmenu-arrow-left:after, #contextmenu.contextmenu-arrow-right:after, #contextmenu.contextmenu-arrow-top:after, #contextmenu.contextmenu-arrow-bottom:after {
  content: '';
  position: absolute;
  border-style: solid;
  border-color: transparent;
  border-width: 5px;
}
#contextmenu.contextmenu-arrow-left:before {
  left: -12px;
  top: 19px;
  border-right-color: rgba(0, 0, 0, 0.2);
}
#contextmenu.contextmenu-arrow-left:after {
  left: -9px;
  top: 20px;
  border-right-color: #fff;
}
#contextmenu.contextmenu-arrow-right:before {
  right: -12px;
  top: 19px;
  border-left-color: rgba(0, 0, 0, 0.2);
}
#contextmenu.contextmenu-arrow-right:after {
  right: -9px;
  top: 20px;
  border-left-color: #fff;
}
#contextmenu.contextmenu-arrow-top:before {
  top: -12px;
  left: 19px;
  border-bottom-color: rgba(0, 0, 0, 0.2);
}
#contextmenu.contextmenu-arrow-top:after {
  top: -9px;
  left: 20px;
  border-bottom-color: #fff;
}
#contextmenu.contextmenu-arrow-bottom:before {
  bottom: -12px;
  left: 19px;
  border-top-color: rgba(0, 0, 0, 0.2);
}
#contextmenu.contextmenu-arrow-bottom:after {
  bottom: -9px;
  left: 20px;
  border-top-color: #fff;
}
#contextmenu.contextmenu-visible {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}
#contextmenu.contextmenu-transition-fadeIn {
  -moz-animation-name: fadeIn-off;
  -webkit-animation-name: fadeIn-off;
  animation-name: fadeIn-off;
}
#contextmenu.contextmenu-transition-fadeIn.contextmenu-visible {
  -moz-animation-name: fadeIn-on;
  -webkit-animation-name: fadeIn-on;
  animation-name: fadeIn-on;
}
#contextmenu.contextmenu-transition-slideTop {
  -moz-animation-name: slideTop-off;
  -webkit-animation-name: slideTop-off;
  animation-name: slideTop-off;
}
#contextmenu.contextmenu-transition-slideTop.contextmenu-visible {
  -moz-animation-name: slideTop-on;
  -webkit-animation-name: slideTop-on;
  animation-name: slideTop-on;
}
#contextmenu.contextmenu-transition-slideBottom {
  -moz-animation-name: slideBottom-off;
  -webkit-animation-name: slideBottom-off;
  animation-name: slideBottom-off;
}
#contextmenu.contextmenu-transition-slideBottom.contextmenu-visible {
  -moz-animation-name: slideBottom-on;
  -webkit-animation-name: slideBottom-on;
  animation-name: slideBottom-on;
}
#contextmenu.contextmenu-transition-slideLeft {
  -moz-animation-name: slideLeft-off;
  -webkit-animation-name: slideLeft-off;
  animation-name: slideLeft-off;
}
#contextmenu.contextmenu-transition-slideLeft.contextmenu-visible {
  -moz-animation-name: slideLeft-on;
  -webkit-animation-name: slideLeft-on;
  animation-name: slideLeft-on;
}
#contextmenu.contextmenu-transition-slideRight {
  -moz-animation-name: slideRight-off;
  -webkit-animation-name: slideRight-off;
  animation-name: slideRight-off;
}
#contextmenu.contextmenu-transition-slideRight.contextmenu-visible {
  -moz-animation-name: slideRight-on;
  -webkit-animation-name: slideRight-on;
  animation-name: slideRight-on;
}
#contextmenu.contextmenu-transition-flipHorizontal {
  -moz-animation-name: flipHorizontal-off;
  -webkit-animation-name: flipHorizontal-off;
  animation-name: flipHorizontal-off;
}
#contextmenu.contextmenu-transition-flipHorizontal.contextmenu-visible {
  -moz-animation-name: flipHorizontal-on;
  -webkit-animation-name: flipHorizontal-on;
  animation-name: flipHorizontal-on;
}
#contextmenu.contextmenu-transition-flipVertical {
  -moz-animation-name: flipVertical-off;
  -webkit-animation-name: flipVertical-off;
  animation-name: flipVertical-off;
}
#contextmenu.contextmenu-transition-flipVertical.contextmenu-visible {
  -moz-animation-name: flipVertical-on;
  -webkit-animation-name: flipVertical-on;
  animation-name: flipVertical-on;
}
#contextmenu > .contextmenu-menu {
  position: relative !important;
  z-index: 0 !important;
}
    #contextmenu > .context-menu-root {
        position: relative !important;
        z-index: 50 !important;
    }

#contextmenu .contextmenu-menu {
    position: absolute;
    min-width: 160px;
    padding: 5px 0;
    list-style: none;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, 0.2);
    margin: 0;
    z-index: 50;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    -moz-background-clip: padding;
    -o-background-clip: padding-box;
    -webkit-background-clip: padding;
    background-clip: padding-box;
}
#contextmenu .contextmenu-menu li {
  line-height: 20px;
}
#contextmenu .contextmenu-menu li.contextmenu-title {
  padding: 3px 10px;
  color: #9FA6AF;
  font-weight: bold;
  font-size: 12px;
}
#contextmenu .contextmenu-menu li.contextmenu-divider {
  height: 1px;
  margin: 9px 1px;
  overflow: hidden;
  background-color: #e5e5e5;
  border-bottom: 1px solid #fxff;
}
#contextmenu .contextmenu-menu li.contextmenu-item, #contextmenu .contextmenu-menu li.contextmenu-checkbox {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 20px;
  color: #333;
  white-space: nowrap;
  font-size: 14px;
  position: relative;
}
#contextmenu .contextmenu-menu li.contextmenu-item.active, #contextmenu .contextmenu-menu li.contextmenu-checkbox.active {
  cursor: pointer;
  color: #fff;
  text-decoration: none;
  background-color: #0081c2;
  background-repeat: repeat-x;
  outline: none;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzM0OThkYiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzI5ODBiOSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #3498db), color-stop(100%, #2980b9));
  background-image: -moz-linear-gradient(top, #3498db, #2980b9);
  background-image: -webkit-linear-gradient(top, #3498db, #2980b9);
  background-image: linear-gradient(to bottom, #3498db, #2980b9);
}
#contextmenu .contextmenu-menu li.contextmenu-item.active > .contextmenu-menu, #contextmenu .contextmenu-menu li.contextmenu-checkbox.active > .contextmenu-menu {
  display: block;
}
#contextmenu .contextmenu-menu li.contextmenu-item.contextmenu-disabled, #contextmenu .contextmenu-menu li.contextmenu-checkbox.contextmenu-disabled {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  opacity: 0.5;
}
    #contextmenu .contextmenu-menu li.contextmenu-item .fa,
    #contextmenu .contextmenu-menu li.contextmenu-item .fad,
    #contextmenu .contextmenu-menu li.contextmenu-item .far,
    #contextmenu .contextmenu-menu li.contextmenu-item .fas,
    #contextmenu .contextmenu-menu li.contextmenu-checkbox .fa,
    #contextmenu .contextmenu-menu li.contextmenu-checkbox .fad,
    #contextmenu .contextmenu-menu li.contextmenu-checkbox .far,
    #contextmenu .contextmenu-menu li.contextmenu-checkbox .fas {
        margin-right: 5px;
    }
#contextmenu .contextmenu-menu li.contextmenu-item > .contextmenu-menu {
  display: none;
  top: 0;
  left: 100%;
  margin-top: -6px;
  margin-left: -1px;
  -moz-border-radius: 0 6px 6px 6px;
  -webkit-border-radius: 0;
  border-radius: 0 6px 6px 6px;
}
#contextmenu .contextmenu-menu li.contextmenu-item.contextmenu-submenu:after {
  display: block;
  float: right;
  width: 0;
  height: 0;
  margin-top: 5px;
  margin-right: -10px;
  border-color: transparent;
  border-left-color: #ccc;
  border-style: solid;
  border-width: 5px 0 5px 5px;
  content: " ";
}
#contextmenu .contextmenu-menu li.contextmenu-item.active:after {
  border-left-color: #fff;
}
#contextmenu .contextmenu-menu li.contextmenu-checkbox.contextmenu-checked {
  text-indent: 5px;
}
#contextmenu .contextmenu-menu li.contextmenu-checkbox.contextmenu-checked:before {
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f00c";
  position: absolute;
  left: 0px;
  line-height: 20px;
}

@-moz-keyframes fadeIn-on {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes fadeIn-on {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeIn-on {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-moz-keyframes fadeIn-off {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@-webkit-keyframes fadeIn-off {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes fadeIn-off {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@-moz-keyframes slideTop-on {
  from {
    opacity: 0;
    -moz-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  to {
    opacity: 1;
    -moz-transform: translateY(0);
    transform: translateY(0);
  }
}
@-webkit-keyframes slideTop-on {
  from {
    opacity: 0;
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes slideTop-on {
  from {
    opacity: 0;
    -moz-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  to {
    opacity: 1;
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@-moz-keyframes slideTop-off {
  from {
    opacity: 1;
    -moz-transform: translateY(0);
    transform: translateY(0);
  }
  to {
    opacity: 0;
    -moz-transform: translateY(-30px);
    transform: translateY(-30px);
  }
}
@-webkit-keyframes slideTop-off {
  from {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  to {
    opacity: 0;
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
}
@keyframes slideTop-off {
  from {
    opacity: 1;
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  to {
    opacity: 0;
    -moz-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
}
@-moz-keyframes slideBottom-on {
  from {
    opacity: 0;
    -moz-transform: translateY(30px);
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    -moz-transform: translateY(0);
    transform: translateY(0);
  }
}
@-webkit-keyframes slideBottom-on {
  from {
    opacity: 0;
    -webkit-transform: translateY(30px);
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes slideBottom-on {
  from {
    opacity: 0;
    -moz-transform: translateY(30px);
    -ms-transform: translateY(30px);
    -webkit-transform: translateY(30px);
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@-moz-keyframes slideBottom-off {
  from {
    opacity: 1;
    -moz-transform: translateY(0);
    transform: translateY(0);
  }
  to {
    opacity: 0;
    -moz-transform: translateY(30px);
    transform: translateY(30px);
  }
}
@-webkit-keyframes slideBottom-off {
  from {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  to {
    opacity: 0;
    -webkit-transform: translateY(30px);
    transform: translateY(30px);
  }
}
@keyframes slideBottom-off {
  from {
    opacity: 1;
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  to {
    opacity: 0;
    -moz-transform: translateY(30px);
    -ms-transform: translateY(30px);
    -webkit-transform: translateY(30px);
    transform: translateY(30px);
  }
}
@-moz-keyframes slideLeft-on {
  from {
    opacity: 0;
    -moz-transform: translateX(-30px);
    transform: translateX(-30px);
  }
  to {
    opacity: 1;
    -moz-transform: translateX(0);
    transform: translateX(0);
  }
}
@-webkit-keyframes slideLeft-on {
  from {
    opacity: 0;
    -webkit-transform: translateX(-30px);
    transform: translateX(-30px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes slideLeft-on {
  from {
    opacity: 0;
    -moz-transform: translateX(-30px);
    -ms-transform: translateX(-30px);
    -webkit-transform: translateX(-30px);
    transform: translateX(-30px);
  }
  to {
    opacity: 1;
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@-moz-keyframes slideLeft-off {
  from {
    opacity: 1;
    -moz-transform: translateX(0);
    transform: translateX(0);
  }
  to {
    opacity: 0;
    -moz-transform: translateX(-30px);
    transform: translateX(-30px);
  }
}
@-webkit-keyframes slideLeft-off {
  from {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  to {
    opacity: 0;
    -webkit-transform: translateX(-30px);
    transform: translateX(-30px);
  }
}
@keyframes slideLeft-off {
  from {
    opacity: 1;
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  to {
    opacity: 0;
    -moz-transform: translateX(-30px);
    -ms-transform: translateX(-30px);
    -webkit-transform: translateX(-30px);
    transform: translateX(-30px);
  }
}
@-moz-keyframes slideRight-on {
  from {
    opacity: 0;
    -moz-transform: translateX(30px);
    transform: translateX(30px);
  }
  to {
    opacity: 1;
    -moz-transform: translateX(0);
    transform: translateX(0);
  }
}
@-webkit-keyframes slideRight-on {
  from {
    opacity: 0;
    -webkit-transform: translateX(30px);
    transform: translateX(30px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes slideRight-on {
  from {
    opacity: 0;
    -moz-transform: translateX(30px);
    -ms-transform: translateX(30px);
    -webkit-transform: translateX(30px);
    transform: translateX(30px);
  }
  to {
    opacity: 1;
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@-moz-keyframes slideRight-off {
  from {
    opacity: 1;
    -moz-transform: translateX(0);
    transform: translateX(0);
  }
  to {
    opacity: 0;
    -moz-transform: translateX(30px);
    transform: translateX(30px);
  }
}
@-webkit-keyframes slideRight-off {
  from {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  to {
    opacity: 0;
    -webkit-transform: translateX(30px);
    transform: translateX(30px);
  }
}
@keyframes slideRight-off {
  from {
    opacity: 1;
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  to {
    opacity: 0;
    -moz-transform: translateX(30px);
    -ms-transform: translateX(30px);
    -webkit-transform: translateX(30px);
    transform: translateX(30px);
  }
}
@-moz-keyframes flipHorizontal-on {
  from {
    opacity: 0;
    -moz-transform: rotateY(90deg);
    transform: rotateY(90deg);
  }
  to {
    opacity: 1;
    -moz-transform: rotateY(0);
    transform: rotateY(0);
  }
}
@-webkit-keyframes flipHorizontal-on {
  from {
    opacity: 0;
    -webkit-transform: rotateY(90deg);
    transform: rotateY(90deg);
  }
  to {
    opacity: 1;
    -webkit-transform: rotateY(0);
    transform: rotateY(0);
  }
}
@keyframes flipHorizontal-on {
  from {
    opacity: 0;
    -moz-transform: rotateY(90deg);
    -ms-transform: rotateY(90deg);
    -webkit-transform: rotateY(90deg);
    transform: rotateY(90deg);
  }
  to {
    opacity: 1;
    -moz-transform: rotateY(0);
    -ms-transform: rotateY(0);
    -webkit-transform: rotateY(0);
    transform: rotateY(0);
  }
}
@-moz-keyframes flipHorizontal-off {
  from {
    opacity: 1;
    -moz-transform: rotateY(0);
    transform: rotateY(0);
  }
  to {
    opacity: 0;
    -moz-transform: rotateY(90deg);
    transform: rotateY(90deg);
  }
}
@-webkit-keyframes flipHorizontal-off {
  from {
    opacity: 1;
    -webkit-transform: rotateY(0);
    transform: rotateY(0);
  }
  to {
    opacity: 0;
    -webkit-transform: rotateY(90deg);
    transform: rotateY(90deg);
  }
}
@keyframes flipHorizontal-off {
  from {
    opacity: 1;
    -moz-transform: rotateY(0);
    -ms-transform: rotateY(0);
    -webkit-transform: rotateY(0);
    transform: rotateY(0);
  }
  to {
    opacity: 0;
    -moz-transform: rotateY(90deg);
    -ms-transform: rotateY(90deg);
    -webkit-transform: rotateY(90deg);
    transform: rotateY(90deg);
  }
}
@-moz-keyframes flipVertical-on {
  from {
    opacity: 0;
    -moz-transform: rotateX(90deg);
    transform: rotateX(90deg);
  }
  to {
    opacity: 1;
    -moz-transform: rotateX(0);
    transform: rotateX(0);
  }
}
@-webkit-keyframes flipVertical-on {
  from {
    opacity: 0;
    -webkit-transform: rotateX(90deg);
    transform: rotateX(90deg);
  }
  to {
    opacity: 1;
    -webkit-transform: rotateX(0);
    transform: rotateX(0);
  }
}
@keyframes flipVertical-on {
  from {
    opacity: 0;
    -moz-transform: rotateX(90deg);
    -ms-transform: rotateX(90deg);
    -webkit-transform: rotateX(90deg);
    transform: rotateX(90deg);
  }
  to {
    opacity: 1;
    -moz-transform: rotateX(0);
    -ms-transform: rotateX(0);
    -webkit-transform: rotateX(0);
    transform: rotateX(0);
  }
}
@-moz-keyframes flipVertical-off {
  from {
    opacity: 1;
    -moz-transform: rotateX(0);
    transform: rotateX(0);
  }
  to {
    opacity: 0;
    -moz-transform: rotateX(90deg);
    transform: rotateX(90deg);
  }
}
@-webkit-keyframes flipVertical-off {
  from {
    opacity: 1;
    -webkit-transform: rotateX(0);
    transform: rotateX(0);
  }
  to {
    opacity: 0;
    -webkit-transform: rotateX(90deg);
    transform: rotateX(90deg);
  }
}
@keyframes flipVertical-off {
  from {
    opacity: 1;
    -moz-transform: rotateX(0);
    -ms-transform: rotateX(0);
    -webkit-transform: rotateX(0);
    transform: rotateX(0);
  }
  to {
    opacity: 0;
    -moz-transform: rotateX(90deg);
    -ms-transform: rotateX(90deg);
    -webkit-transform: rotateX(90deg);
    transform: rotateX(90deg);
  }
}
