.clearfix {
        clear: both;
}
body::-webkit-scrollbar {
        cursor: pointer !important;
        width: 10px;  /* for vertical scrollbars */
        height: 10px; /* for horizontal scrollbars */
}

body::-webkit-scrollbar-track {
        -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
        border-radius: 15px;
        cursor: pointer !important;
}

body::-webkit-scrollbar-thumb {
        background-color: #7d7d7d;
        border-radius: 15px;
        outline: 1px solid slategrey;
        cursor: pointer !important;
}
body::-webkit-scrollbar-thumb:hover {
        outline: 1px solid slategrey;
        border-radius: 0px;
        cursor: pointer !important;
}

@media print {
        .noprint { display:none; }
}
.system_icon i{
}
body{
        background:rgb(250, 250, 251);
}

@media screen and (max-width: 960px) {

  #headerLinks{
        min-width:80px !important;
        padding:5px 0 7px !important;

  }

 .actionsContainer{
        display : none !important;
  }

  .mediumNav_QuickSearch{
        display : block !important;
  }

}

#headerLinksCompact .btn-navbar {
    background: rgba(255, 255, 255, 0) !important;

}

