/* 
    Created on : 20 May 2020, 12:28:05
    Author     : adavidson
    Comment    : ESA specific overrides
*/
/*
 * Full page backdrop for things like login pages
 */
.ecurl-backdrop {
    background-image: url(../images/ecurl-background-large-blur.png) !important ;
    background-repeat: no-repeat !important;
    background-size: cover !important;
}

/*
 * icon/image wrappers
 */
.icon16 .hammer {
    display:inline-block;
    height:16px;
    width:16px;
}

.icon32 .hammer {
    display:inline-block;
    height:32px;
    width:32px;
}

.icon16 .has-hammer {background: url(../images/hammer_32x32.png) no-repeat; background-size: cover; }
.icon32 .has-hammer {background: url(../images/hammer_32x32.png) no-repeat; background-size: cover; }

/*
 * Grid-view tweaks
 */
.grid-view .pagination{
    margin: 0;
}

