.g-recaptcha {
    margin: auto;
    width: 330px;
    padding: 10px;
}

/** IE 11 - Kendo Grid Width Collapse Fix */
.k-grid table {
    table-layout: auto;
}

/* IE file upload button fix */
.myLabel > span .file-upload {
    pointer-events: none;
} 

/** Loader Style **/
#loader {
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.25);
    z-index: 10000;
    text-align: center;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.loader-box {
    position: relative;
    width: 100%;
    height: 170px;
    top: 50%;
    margin-top: -85px;
    background-color: rgba(255, 255, 255, 0.85);
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 3px;
    padding-top: 32px;
    box-shadow: 0 0 15px #afafaf;
}

.loader-object {
    position: relative;
    display: block;
    width: 80px;
    height: 80px;
    margin: 0 auto 14px;
    z-index: 20000;
}
/** End of Loader Style **/
