﻿/* - - - - - - cWebFormChgPass Styles - - - - - - */
/* Author: João Maurício Rinardo (DALA)
/* Date: 25/07/2019
/* This custom control uses the FontAwesome's "Font Awesome 5 Free" font (solid.css). */
/* Add it to your application's HTML: <link href="[path]/solid.css" rel="stylesheet"> */

/* Password Ok icon */

.WebFrmChgPass_PassOkIcon .WebLabel_content:before
{
	font-family: 'Font Awesome 5 Free' !important;
    font-style: normal !important;
    font-weight: normal !important;
    font-variant: normal !important;
    text-transform: none !important;
    speak: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
/*    display: inline-block;*/
	/*content: "\i";*/
	content: "\f00c";
	vertical-align: bottom;
	font-size: 12px;
	color: green;
}

.Df_Abaco19 .WebFrmChgPass_PassOkIcon .WebLabel_content:before {
	font-family: "dataflex-mobile" !important;
}

.Df_Abaco19 .WebFrmChgPass_PassOkIcon .WebLabel_content:before {
	font-family: "material-icons" !important;
}

/* Password Show/Hide button */
.WebFrmChgPass .WebFrm_Prompt {
    width: 24px;
    background-color: transparent;
    height: 22px;
    padding: 0 3px;
    vertical-align: text-top;
}

.WebFrmChgPass .WebFrm_Prompt:before {
    font-family: 'Font Awesome 5 Free' !important;
    font-weight: 900;    
    color: #000000;
}

.LoginView .WebFrmChgPass .WebFrm_Prompt:before {
	/*top: 45%;*/
}

.WebFrmChgPass .WebFrm_Prompt.ShowPass:before {
    content: "\f06e";
}

.WebFrmChgPass .WebFrm_Prompt.HidePass:before {
    content: "\f070";
}

.WebFrmChgPass .Web_Disabled .WebFrm_Prompt{
    opacity: 0.5;
    filter: alpha(opacity=50);
}


.WebForm .WebFrmChgPass input{
    background-color: transparent;
    height: 22px;
    padding: 0 3px;
    vertical-align: text-top;
}
