﻿.linkButton {
    text-decoration: underline !important;
}

form label {
    color: #333 !important;
}

.btn.btn-block.waves-effect.waves-light.btn-primary.coloredButton {
    height: 40px !important;
    font-size: 14px !important;
    vertical-align: middle;
    font-weight: 400;
    font-family: "Helvetica Neue","Segoe UI",helvetica,verdana,sans-serif;
}

.pluginSkinLight.pluginFontHelvetica {
    align-items: center;
    justify-content: center;
    display: flex;
}

#fbSignInWrapper span {
    /*width: 100% !important;*/
}

    #fbSignInWrapper span iframe {
        width: 100% !important;
    }

/*iframe {
            width: 500px
        }*/

.grecaptcha-badge {
    z-index: 1;
}

#txtTermsValidation {
    color: #d9534f;
    border-bottom: 1px dashed;
}


#txtTermsValidation2 {
    color: #d9534f;
    border-bottom: 1px dashed;
}

#customBtn {
    display: inline-block;
    justify-content: center;
    align-items: center;
    height: 40px;
    /*background: #DB4437;*/
    /*background: #4285F4;*/
    /*background: white;*/
    color: #626262;
    /*color: #DB4437;*/
    width: 100%;
    border-radius: 4px;
    /*border: thin solid #888;*/
    /*box-shadow: 1px 1px 1px grey;*/
    box-shadow: 0 0 4px 0 rgba(95, 95, 95, 0.14), 0 3px 4px 0 rgba(95, 95, 95, 0.12), 0 1px 5px 0 rgba(95, 95, 95, 0.2)
}

    #customBtn:hover {
        cursor: pointer;
    }

span.label {
    font-family: serif;
    font-weight: normal;
}

span.gIcon {
    background: url('../../images/icons/GoogleLogo.png') transparent 16px 50% no-repeat;
    display: inline-block;
    vertical-align: middle;
    width: 43px;
    height: 23px;
    background-size: contain;
    background-color: white;
    /*border: solid 1px #4285F4;*/
}

span.buttonText {
    display: inline-block;
    vertical-align: middle;
    padding-left: 10px;
    padding-right: 10px;
    font-weight: bold;
    font-size: 14px;
    font-family: "Helvetica Neue","Segoe UI",helvetica,verdana,sans-serif;
    /*text-transform: uppercase;*/
}



.abcRioButton.abcRioButtonLightBlue {
    width: 100% !important;
}

.disabledbutton {
    pointer-events: none;
    opacity: 0.6;
}

.dx-first-col.dx-last-col.dx-field-empty-item {
    border-bottom: 1px solid rgba(0, 0, 0, 0.12);
    margin-bottom: 10px;
}

input::-ms-reveal,
input::-ms-clear {
    display: none;
}

.dx-texteditor.dx-editor-outlined .dx-placeholder::before, .dx-texteditor.dx-editor-outlined .dx-texteditor-input {
    padding-left: 35px;
    padding-right: 35px;
}

#loginLoadPanel {
    position: absolute;
    z-index: 9999999;
    color: #4db8f8;
    top: 40%;
    bottom: 60%;
}

#loginLoadPanelContainer {
    position: absolute;
    z-index: 999999;
    -webkit-transition: background .5s ease-out;
    -moz-transition: background .5s ease-out;
    -o-transition: background .5s ease-out;
    transition: background .5s ease-out;
}

/*ICONS*/
.dx-button-text {
    margin-left: 10px;
    margin-right: 10px;
}

.dx-icon.la.la-facebook {
    font-size: 30px;
    color: white
}

.dx-icon.la.la-google {
    font-size: 30px;
    color: white
}

/*BTN COLOR*/
#btnContinueWithFacebook {
    /*background-color: #4267B2;*/
    background-color: #4267B2;
    color: white
}

#btnContinueWithGoogle {
    background-color: #DB4437;
    color: white
}
