.toolbar .toolbar-icon-show-locks {
  border-left: 1px solid #c9c9c9;
  width: 39px;
  height: 39px;
  cursor: pointer;
}

.toolbar .toolbar-icon-show-locks:before {
  background-image: url(/themes/custom/inaglobal/images/padlock.svg);
}

.toolbar .toolbar-icon-show-locks:hover:before,
.toolbar .toolbar-icon-show-locks.active:before {
  background-image: url(/themes/custom/inaglobal/images/padlock-hover.svg);
}

.lockinfo {
  height: 39px;
  width: 230px;
  position: absolute;
  z-index: 2;
  right: 5%;
  top: -18px;
}

.lockinfo.show {
  height: 500px;
  overflow-y: auto;
  overflow-x: hidden;
}

.toolbar-tray-vertical .lockinfo {
  bottom: 50px;
  left: 0;
  right: inherit;
  width: 200px;
  top: inherit;
}

.toolbar-tray-vertical .lockinfo.show {
  height: inherit;
}

.lockinfo-msg {
  cursor: pointer;
  padding: 10px 30px 10px 10px;
  margin-bottom: 5px;
}

.lockinfo-msg-fade-out {
  animation: fadeOut 1.5s;
  animation-delay: 6s;
  animation-fill-mode: forwards;
}

@keyframes fadeOut {
  0% {
    opacity: 1;
    width: initial;
    height: initial;
  }
  99% {
    opacity: 0.01;
    width: initial;
    height: initial;
  }
  100% {
    opacity: 0;
    width: 0;
    height: 0;
  }
}

.lockinfo-msg.lock {
  /* claro theme */
  background: #353641 url(/themes/custom/inaglobal/images/lock-orange.png) no-repeat right 10px top 5px;
  border-color: #e0ac00;
  border-width: 0 0 0 5px;
  border-style: solid;
  color: #fff;
  border-radius: 2px;

  /* seven theme */
  /*background: #fdf8ed url(/themes/custom/inaglobal/images/lock.png) no-repeat right 5px top 5px;
  border-color: #f4daa6 #f4daa6 #f4daa6 transparent;
  color: #734c00;
  border: 1px solid #e09600;
  border-left-width: 8px;
  border-radius: 2px;*/
}

.lockinfo-msg.unlock {
  /* claro theme */
  background: #353641 url(/themes/custom/inaglobal/images/unlock-green.png) no-repeat right 10px top 5px;
  border-color: #42a877;
  border-width: 0 0 0 5px;
  border-style: solid;
  color: #fff;
  border-radius: 2px;
  
  /* seven theme */
  /*background: #f3faef url(/themes/custom/inaglobal/images/unlock.png) no-repeat right 5px top 5px;
  border-color: #c9e1bd #c9e1bd #c9e1bd transparent;
  color: #325e1c;
  border: 1px solid #77b259;
  border-left-width: 8px;
  border-radius: 2px;*/
}

#gin-toolbar-bar .toolbar-toggle-orientation {
  display: block !important;
}

#gin-toolbar-bar .toolbar-toggle-orientation .toolbar-icon-toggle-vertical {
  display: none !important;
}

#gin-toolbar-bar .lockinfo{
  top: 20px !important;
}

.gin--vertical-toolbar .lockinfo{
  left: 1130px;
}

#gin-toolbar-bar .toolbar-toggle-orientation .toolbar-icon-show-locks::before{
  -webkit-mask-image: none !important;
  mask-image: none !important;
}

#gin-toolbar-bar .toolbar-toggle-orientation .toolbar-icon-show-locks{
  border-left: 0;
  margin-top: 25%;
}

/*@media (min-width: 48em) {
  .is-horizontal .tabs--primary::after, .is-horizontal .tabs--secondary::after, .horizontal-tabs ul.horizontal-tabs-list::after {
    bottom: 12px !important;
  }
}*/

.gin-table-scroll-wrapper table.sticky-header {
  display: none;
}
