﻿input:-webkit-autofill,
    input:-webkit-autofill:hover,
    input:-webkit-autofill:focus,
    input:-webkit-autofill:active {
        transition: background-color 5000s ease-in-out 0s;
    }
/*.ddcurcy .dd .ddArrow {
    background: none !important;
    cursor: default !important;
}*/

select {
    /* for Firefox */
    -moz-appearance: none;
    /* for Chrome */
    -webkit-appearance: none;
}

    /* For IE10 */
    select::-ms-expand {
        display: none;
    }
.ed-currency .ddArrow {
    background:none!important;
}

.ddcurcy .ddChild {
    padding: 7px;
    min-height: inherit;
    top: 54px !important;
    height: inherit !Important;
}
.ddcurcy .dd .ddTitle .ddTitleText {
    cursor: default !important;
    padding: 6px 21px 6px 31px;
}
.ddcurcy .ddcommon.disabledAll {
    opacity:inherit!important;
}
.messges {
    text-align: center;
    margin-top: 12px;
    float: left;
    width: 100%;
    color: #cd3333 !important;
}

    .calmessage {
        color: #000!important;
        background: #ffdddd;
        padding: 10px 9px;
        font-size: 14px;
        border: 1px solid #ffa2a2;
        margin-top: 21px;
        width: 100%;
        float: left;
    }

    .captcha-otr {
        width: 100%;
        height: 66px;
        line-height: 59px;
        text-align: center;
        background-image: url(/Images/ptn.jpg);
        float: left;
        margin-top: 10px;
    }

    .refresh {
        position: absolute;
        right: 12px;
        width: 18px;
        top: 6px;
        opacity: .4;
        cursor: pointer;
    }

    .capt-input {
        float: left;
        width: 100%;
        position: relative;
    }

        .capt-input input {
            border: 1px solid #eae8e8 !important;
            padding: 5px !important;
            margin-bottom: 0px;
            font-size: 14px!Important;
            height: 40px;
            width: 100%;
        }

    .refresh img {
        width: 100%!important;
    }
.signuperrormessage {
    color: #000000 !Important;
    text-align: center;
    font-size: 14px;
    width: 100%;
    float: left;
    border: 1px solid #ffa2a2;
    background: #ffdddd;
    padding: 10px;
}
.form-select input {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: none;
}
/* Preloader */

/*#preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #fff;
  
    z-index: 1000;
}

#status {
    width: 150px;
    height: 150px;
    position: absolute;
    left: 50%;
    
    top: 50%;
 
    /*background-image: url(http://demo.eremit.com.au/images/loading-111.gif);
   
    background-repeat: no-repeat;
    background-position: center;
    margin: -100px 0 0 -100px;
   
}*/

@media only screen and (min-width:769px) and (max-width:1250px) {
    .dd .ddTitle .ddTitleText {
        padding: 6px 14px 6px 15px !Important;
    }
}
    @media only screen and (min-width:320px) and (max-width:425px) {
        #status {
            left: 55% !Important;
        }
    }

    .ed-currency {
        background: #fff;
        height: 55px;
        border-radius: 0px 3px 3px 0px;
    }

        .ed-currency select {
            height: 55px;
            width: 100%;
            float: left;
            border: none;
            box-shadow: none;
        }