#adminLink
{
  display:none;
}

#adminLink a{
      font-weight: bold;
    font-size: 1rem;
}

.asset-edit .field input 
{
  width: 30rem;
}
.popup_overlay {
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    display: none;
    background-color: rgba(255,255,255,0.8);
    z-index: 9999;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}
.popup_content
{
    width:50vw;
    background-color:white;
    border:2px solid #41A7CA;
   padding: 2rem;
}

.col-x3-3 {
    display: none !important;
}

.col-x3-2 {
    width: calc(100% - 264px) !important;
}

.buttons_line .right a.button.print
{
  display:none;
}

.buttons_line .right a.button.miniContact{
  display:none;
}

.buttons_line .right a.button.download{
  background-image:none;
  padding:6px 30px;
}

.buttons_line .right a.button.notify_change, .buttons_line .right a.button.archive{
  background-image:none;
  padding:6px 30px;
}

.add-item-list
{
  display:none;
}

.col-x3-1 .tree h4, .col-x3-1 #editForm h4{
  display: block;
}

.col-x3-1 h4
{
  display:none;
}

.topName h2
{
  color:white;
}
.icon-packtags-wrap, .icon-360-wrap, #nav-main, .editor-languages, .supplier-info, .add-to-fav, .button-triangle.yellow
{
  display:none !important;
}
a.logo.tiny img
{
  display:none;
}
header div.container{
  background: linear-gradient(90deg, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 10%, rgba(0,74,152,1) 100%);
  color: white;
  border-bottom: 2px solid #004a98;
}


#header div.submenu.submenu-nav h2{
  height: auto !important;
}


#header.webpac-user div.submenu {
    right: 99px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.button.download{

 background-color: #cddd00 !important;

}

#main .container{
  overflow-y: hidden;
}

.dataTables_wrapper .dataTables_filter
{
  float:left;
  text-align: left;
}
.dataTables_wrapper .dataTables_filter input {
   width: 100%;
    height: 35px;
    padding: 0px 12px;
    border: 1px solid #ddd;
    box-shadow: inset rgba(0,0,0,0.1) 1px 1px 4px;
    margin: 9px 0px;
    color: #555;
    font-size: 0.9em;
    font-weight: normal;
    background-color: white;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
}