﻿/*Start - CSS of uploading images by adding an ad */
label.filebutton {
    width:192px;
    height:26px;
    overflow:hidden;
    position:relative;
    background-color:#052d9b;
    border-radius:3px;
    -webkit-box-shadow: 1px 1px 2px 1px #ccc;  /* Safari 3-4, iOS 4.0.2 - 4.2, Android 2.3+ */
    -moz-box-shadow:    1px 1px 2px 1px #ccc;  /* Firefox 3.5 - 3.6 */
    box-shadow:         1px 1px 2px 1px #ccc;  /* Opera 10.5, IE 9, Firefox 4+, Chrome 6+, iOS 5 */
    cursor: pointer;
}
label.filebutton:hover {

    background-color:#1c43b0;
    -webkit-box-shadow: 0px 0px 0px 0px #ccc;  /* Safari 3-4, iOS 4.0.2 - 4.2, Android 2.3+ */
    -moz-box-shadow:    0px 0px 0px 0px #ccc;  /* Firefox 3.5 - 3.6 */
    box-shadow:         0px 0px 0px 0px #ccc;  /* Opera 10.5, IE 9, Firefox 4+, Chrome 6+, iOS 5 */
}

label span input {
    z-index: 999;
    /*line-height: 0;*/
    /*font-size: 20px;*/
    position: absolute;
    /*top: -2px;
    left: -700px;*/
    opacity: 0;
    filter: alpha(opacity = 0);
    -ms-filter: "alpha(opacity=0)";
    /*cursor: pointer;*/
    /*_cursor: hand;*/
    margin: 0;
    padding:0;
}

#loaderMoran {
    position: absolute;
    left: 50%;
    /*top: 50%;*/
    border: 16px solid #f3f3f3; /* Light grey */
    border-top: 16px solid #FFC50A; /* Blue */
    border-radius: 50%;
    width: 120px;
    height: 120px;
    animation: spin 2s linear infinite;
    visibility:hidden;
    z-index:9999;
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

/*End - CSS of uploading images by adding an ad */

.Googlerecaptcha
{
    position:relative;text-align:center;padding-right: 0; background-position-x: 575px;
}

.g-recaptcha {
    display: inline-block;
}

.Text4Googlerecaptcha{
    position:absolute;display:inline-block;top:45%;text-align:right;right:40px;font-family: arial !important;
}

