/**
 * URL shortener system stylesheet
 *
 * @author Andy Harbach <andy@snowdoniait.com>
 * @copyright (c) 2018, Snowdonia IT Services
 */

div.striped:nth-child(even){
    background: lightgoldenrodyellow;
}

div.striped:nth-child(odd){
    background: lightgrey;
}

.bold{
    font-weight: bold;
}

.site_logo{
    max-height: 50px;
}

header div.logo {
    width: 100%;
    height: 100px;
    background: url('/images/branding/logo_top.png') center center no-repeat;
    background-size: contain;
}

.form-inline{
    display: inline-block;
}

.hidden{
    display:none;
}

.italic{
    font-style: italic;
}

#loader_image {
    background: url("/images/ajax-loader.gif") no-repeat scroll center #FFF;
    opacity:    0.5;
    width:      100%;
    height:     100%;
    top:        0;
    left:       0;
    position:   fixed;
    background-color: gray;
    display: none;
}
