.loading_large {
        display:block;
        width:100%;
        height:100%;
        margin-left:auto;
        margin-right:auto;
        padding-top:10px;
        padding-bottom:10px;
        background-image: url('../../../assets/core/load_img.gif');
        background-size: 200px 200px;
        background-position: center center;
        background-repeat: no-repeat;
}

.loading_medium {
        display:block;
        width:100%;
        height: 100px;
        margin-left:auto;
        margin-right:auto;
        padding-top:10px;
        padding-bottom:10px;
        background-image: url('../../../assets/core/load_img.gif');
        background-size: 100px 100px;
        background-position: center center;
        background-repeat: no-repeat;
}


.loading_tabs_border {
        display: inline-block;
        position: absolute;
        border: 0;
        margin: 0;
        padding: 0;
        width: 16px;
        height: 13px;
        right: 0px;
}
.loading_tabs {
        position: absolute;
        display: inline-block;
        width: 15px;
        height: 14px;
        background-image: url('../../../assets/core/load_img.gif');
        background-repeat: no-repeat;
        background-position: center;
        background-size: 11px 11px;
        right: 0px;
}
/*
 * If there is a close button then move the loading down
 */ 
.loading_with_close {
        top: 16px;
} 

.loading_tabs_no_close {
        display:inline-block;
        width:16px;
        height:12px;
        margin-left:auto;
        margin-right:auto;
        padding-left:0px;
        padding-top:0px;
        padding-bottom:0px;
        background-image: url('../../../assets/core/load_img.gif');
        background-size: 12px 12px;
        background-position: 4px;
        background-repeat: no-repeat;
}
