/* 
 ------------------------------------------------------------------------------
 ------------------------------------------------------------------------------

    This file cleans up some of general LIMS styles. Integrate if necessary.

 ------------------------------------------------------------------------------
 ------------------------------------------------------------------------------
 */

 .atk-wrapper {
    box-sizing: border-box;
    padding-left: 30px;
    padding-right: 30px;
    width: 100%;
 }
.atk-grid {
    /*border-radius: 3px;*/
}
.atk-grid>.atk-grid-panel {
    /*border-radius: 3px 3px 0 0;*/ 
}
.atk-grid>.lims-bar + .ui-widget-content.atk-box {
    border-top: none;
}
.atk-grid>.lims-bar + .ui-widget-content.atk-box + .lims-bar {
    margin-top: -1px;
}

*[class*=icon-16] {
    display: inline-block;
    height: 16px;
    width: 16px;
}
.icon-16-refresh {
    background: url(../images/icon-16-refresh.png) no-repeat;
}