/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Oct 16, 2020, 11:13:17 AM
    Author     : tarass
*/

textarea:focus, input:focus{
    outline: none;
}
/*override other styles*/
.ui-dialog .ui-dialog-title {
    width: auto;
    margin: .3em 16px .1em 0;
}
.butler {
    background-color: #fff;
    color: #8d8d8d;
    font-family: Helvetica;
    font-size: 14px;
    margin: auto;
    max-width: 380px;
    padding: 28px;
    text-align: left;
    padding-top: 0px;
}
.butler * {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-family: Helvetica!important;
    font-size: 14px;
    /*line-height: normal;*/
    outline: 0;
    margin: 0;
}
.butler .view-header {
    color: #111;
    font-family: Helvetica Neue,Helvetica,Arial,sans-serif; 
    font-size: 26px;
    line-height: 26px;
    margin: 0 auto;
    max-width: 25ch;
    padding: 32px 0 26px;
    text-align: center;
    font-weight: 700;
}
.butler .view-header {
    padding: 32px 0;
}
.butler .view-sub-header {
    font-family: HelveticaNeue,Helvetica!important;
    line-height: 22px;
    font-weight: 400;
    padding-bottom: 27px;
    text-align: center;
    text-transform: none!important;
}
.butler .butler-component input{
    background-color: #fff;
    border: 1px solid #e5e5e5;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    -khtml-border-radius: 3px;
    border-radius: 3px;
    box-sizing: border-box;
    color: #8d8d8d;
    font: 14px Helvetica;
    height: 40px;
    line-height: 17px;
    padding: 0 16px;
    width: 100%;
}
.butler .butler-component input:focus{
    border: 1px solid #a9a9a9;
    color: #8d8d8d;
}
.butler form {
    position: relative;
    overflow: hidden;
}
.butler .butler-component.butler-text-input input {
    left: 0;
    /*position: absolute;*/
    top: 0;
}
.butler .butler-component {
    display: inline-block;
    margin: 5px 0;
    position: relative;
    width: 100%;
}
.submit-override
{
    width: 100%;
}

.submit-override span{
    text-shadow: none !important;
    font-weight: normal !important;
    font-size: 15px;
    margin: auto;

}   
.butler  .error {
    color: #fe0000;
    display: block;
    font-size: 12px;
    padding: 12px 0 8px;
}
.submit-override:hover
{
   border:none;
}
.submit-override span:hover
{
   color: white;
    background: initial;
}
input[type=email]
{box-shadow: none !important;}
input[type=email]:focus
{box-shadow: none !important;}  
input[type=password]
{box-shadow: none;}
input[type=password]:focus
{box-shadow: none;}                                    