@font-face {
  font-family: 'fontello';
  src: url('https://www.psyalive.com/consultorioonline/res-plc/stylesheet/fonts/fontello.eot?18389958');
  src: url('https://www.psyalive.com/consultorioonline/res-plc/stylesheet/fonts/fontello.eot?18389958#iefix') format('embedded-opentype'),
       url('fonts/fontello.woff') format('woff2'),
       url('https://www.psyalive.com/consultorioonline/res-plc/stylesheet/fonts/fontello.woff?18389958') format('woff'),
       url('fonts/fontello_18389958.ttf') format('truetype'),
       url('fonts/fontello_18389958-fontello.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}
/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: 'fontello';
    src: url('fonts/fontello_98384267-fontello.svg') format('svg');
  }
}
*/
 
 [class^="icon-"]:before, [class*=" icon-"]:before {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: none;
 
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  /* opacity: .8; */
 
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
 
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
 
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: .2em;
 
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
 
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
 
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}

.icon-cancel:before { content: '\e800'; } /* '' */
.icon-ok:before { content: '\e801'; } /* '' */
.icon-whatsapp:before { content: '\f232'; } /* '' */
.icon-twitter-circled:before { content: '\f30a'; } /* '' */
.icon-facebook-circled:before { content: '\f30d'; } /* '' */
.icon-linkedin-circled:before { content: '\f319'; } /* '' */

.alert-info {
    border-radius: 0;
    border: none;
}

.formulario .campo {
    position: relative;
}
.formulario .campo input {
    padding: 0 32px;;
}
.formulario .campo.erro input{
    border:1px solid red;
}
.formulario .campo.ok input{
    border:1px solid #62b1c1;
}
.formulario .campo.erro .icon-cancel{
	display:block;
}
.formulario .campo.erro .icon-ok{
	display:none;
}
.formulario .campo.ok .icon-cancel{
	display:none;
}
.formulario .campo.ok .icon-ok{
	display:block;
}
.formulario .campo i{
    position: absolute;
    font-size: 16px;
    top: 9px;
    right: 10px;
	display:none;
}
.formulario .campo .icon-ok{
    color:green;
}
.formulario .campo .icon-cancel{
    color:red;
}

.formulario .campo .form-control-icon {
    position: absolute;
    z-index: 5;
    top: 0px;
    left: 0px;
    width: 34px;
    line-height: 33px;
    text-align: center;
    color: #777777;
    display: block;
}

.cadastro-paciente .pv-input{
    height: 43px;
}

.cadastro-paciente .formulario .campo .form-control-icon {
    top: 4px;
    left: 5px;
}

.cadastro-paciente .formulario .campo i {
    top: 13px;
}
.cadastro-paciente .panel {
    border-radius: 0;
}

.open-codigo {
    display: block;
    text-align: center;
    margin: 5px 0 10px;
    color:#007bff !important;
    cursor: pointer;
}
.open-codigo:hover {
    text-decoration: underline !important;
}

.codigo {
    display: none;
}

.link-cadPsicologo {
    text-align: center;
    margin: 5px 0 10px;
}

.pv-formSignin .pv-checkbox {
    margin: 0 auto;
}

#entrarFb {
    text-align: center;
}

.pv-formSignin.formulario .campo i {
    position: absolute;
    font-size: 16px;
    top: 15px;
    right: 10px;
    display: none;
}

@media screen and (max-width: 768px) { 
    .pv-formSignin .pv-buttonText {
        display: block;
        text-align: center;
    }
    
    .pv-formSignin .pv-buttonText.ajuste {display: flex;}
}