#jquery-loader.blue-with-image-2{
    border:none;
    padding-top:35px;
    background-color: transparent;
    text-align: center;
    background-image: url(/static/img/ajax-loader.gif);
    background-position: center center;
    background-repeat: no-repeat;
}

#gSignInWrapper {position:absolute;top:27px;right:20px;}
#customBtn {
    display: none;
    background: #202124;
    color: #b7babe;
    white-space: nowrap;
    font-size:14px;
    font-weight:normal;
    letter-spacing:0px;
}
#customBtn:hover {
    cursor: pointer;
}
span.label {
    font-family: serif;
    font-weight: normal;
}
span.icon {
    background: url('/identity/sign-in/g-normal.png') transparent 5px 50% no-repeat;
    display: inline-block;
    vertical-align: middle;
    width: 42px;
    height: 42px;
}
span.buttonText {
    display: inline-block;
    vertical-align: middle;
    padding-left: 42px;
    padding-right: 42px;
    font-size: 14px;
    font-weight: bold;
    /* Use the Roboto font that is loaded in the <head> */
    font-family: 'Roboto', sans-serif;
}
.usericon {height:30px;width:30px;background-size:100%;border-radius: 50%;margin-top:-7px;}
.userinfopopup {display:none;position: fixed;top: 49px;right: 19px;z-index: 100;background-color: #202124;font-size: 15px;width: 200px;color: #b7babe;height: 50px;font-weight: normal;border: 1px solid #777;border-radius: 5px;padding: 10px;text-align: center;letter-spacing: 0px;}
.logouttxt {cursor:pointer}

.quick_navi {background-color: #202124;border-top: 1px solid #333;}
.quick_navi a {color:#b7babe}