﻿/* FACEBOOK BUTTON */
div#u_0_1 {
    width: 240px;
    background: #4c69ba;
    background: linear-gradient(#4c69ba, #3b55a0);
    border-color: #4c69ba;
    border-radius: 2px;
    color: #fff;
    font-family: "Helvetica neue";
    -webkit-font-smoothing: antialiased;
    text-shadow: 0 -1px 0 #354c8c;
}

    div#u_0_1:hover {
        background: linear-gradient(#5b7bd5, #4864b1);
        border-bottom-color: #365899;
        border-left-color: #4961a8;
        border-right-color: #4961a8;
        border-top-color: #5874c3;
        box-shadow: inset 0 1px 0 #607fd6;
        cursor: pointer;
    }


svg._55a2 {
    width: 32px;
    height: 32px;
    display: inline-block;
    vertical-align: middle;
    margin: 10px;
}

span._4z_f.fwb {
    color: #fff;
    font-weight: bold;
    font-size: 15px;
    display: inline;
    font-family: Arial, Helvetica, sans-serif;
}

.facebook_icon {
    background: url(/glue/images/fb_s.png) no-repeat;
    width: 37px;
    height: 37px;
    display: inline-block;
    vertical-align: middle;
}

/* GOOGLE BUTTON */
.abcRioButton {
    -webkit-border-radius: 1px;
    border-radius: 1px;
    box-shadow: 0 2px 4px 0 rgba(0,0,0,.25);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: background-color .218s,border-color .218s,box-shadow .218s;
    transition: background-color .218s,border-color .218s,box-shadow .218s;
    -webkit-user-select: none;
    -webkit-appearance: none;
    background-color: #fff;
    background-image: none;
    color: #262626;
    cursor: pointer;
    outline: none;
    overflow: hidden;
    position: relative;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;

    height:50px;
    width:240px;
}

.abcRioButtonBlue {
    background-color: #4285f4;
    border: none;
    color: #fff;
}

.abcRioButtonIcon {
    padding: 15px; background-color: #fff; -webkit-border-radius: 1px; border-radius: 1px; float: left;
}

    .abcRioButtonBlue .abcRioButtonContentWrapper {
        border: 1px solid transparent;
    }

.abcRioButtonContentWrapper {
    width: 100%;
    height: 100%;
    background-color: #4285f4;
    color: #fff;
}

.abcRioButtonContents {
    font-size: 15px !important;
    line-height: 48px;
    font-weight: bold;
    font-family: Arial, Helvetica, sans-serif;
    text-align: left;
    text-indent: 10px;
}

.abcRioButton:hover {
    -webkit-box-shadow: 0 0 3px 3px rgba(66,133,244,.3);
    box-shadow: 0 0 3px 3px rgba(66,133,244,.3);
}


/* ===========================================================================================================
// LOADER SPIN */
.loader-wrapper {
    z-index: 10000;
    background: #ffffff;
    position: fixed;
    opacity: .5;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
}
.loader-wrapper     .loader-container {
        position: relative;
        left: 48%;
        top: 30%;
        width: 11em;
    }


.loader-wrapper     .loader1 {
        font-size: 10px;
        margin: 50px auto;
        text-indent: -9999em;
        width: 11em;
        height: 11em;
        border-radius: 50%;
        /*background: #ffffff;
    background: -moz-linear-gradient(left, #ffffff 10%, rgba(255, 255, 255, 0) 42%);
    background: -webkit-linear-gradient(left, #ffffff 10%, rgba(255, 255, 255, 0) 42%);
    background: -o-linear-gradient(left, #ffffff 10%, rgba(255, 255, 255, 0) 42%);
    background: -ms-linear-gradient(left, #ffffff 10%, rgba(255, 255, 255, 0) 42%);
    background: linear-gradient(to right, #ffffff 10%, rgba(255, 255, 255, 0) 42%);*/
        background: #000000;
        background: -moz-linear-gradient(left, #000000 10%, rgba(255, 255, 255, 0) 42%);
        background: -webkit-linear-gradient(left, #000000 10%, rgba(255, 255, 255, 0) 42%);
        background: -o-linear-gradient(left, #000000 10%, rgba(255, 255, 255, 0) 42%);
        background: -ms-linear-gradient(left, #000000 10%, rgba(255, 255, 255, 0) 42%);
        background: linear-gradient(to right, #000000 10%, rgba(255, 255, 255, 0) 42%);
        position: relative;
        -webkit-animation: load3 1.4s infinite linear;
        animation: load3 1.4s infinite linear;
        -webkit-transform: translateZ(0);
        -ms-transform: translateZ(0);
        transform: translateZ(0);
    }

.loader-wrapper     .loader1:before {
        width: 50%;
        height: 50%;
        background: #000000;
        border-radius: 100% 0 0 0;
        position: absolute;
        top: 0;
        left: 0;
        content: '';
    }

.loader-wrapper     .loader1:after {
        background: #ffffff;
        width: 75%;
        height: 75%;
        border-radius: 50%;
        content: '';
        margin: auto;
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
    }

    @-webkit-keyframes load3 {
        0% {
            -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
        }

        100% {
            -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
        }
    }

    @keyframes load3 {
        0% {
            -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
        }

        100% {
            -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
        }
    }



