/* GENERALE */

body
{
    font-family: "Montserrat" ;
}

.orienta-blue
{
    color: #003671;
}

.orienta-green
{
    color: #417b3a;
}

.orienta-red
{
    color: #e70a03;
}

.orienta-orange
{
    color: #f3912d;
}

.background-white
{
    background-color: #ffffff;
}

.ucfirst
{
    text-transform: capitalize;
}

.img-responsive
{
    width: 100%;
    height:auto;
}

.img-responsive-ale
{
    width: 100%;
    height: auto;
}

.text-opacited
{
    color: #ffffff;
    opacity:0.6;
}

.text-opacited:hover
{
    color: #ffffff;
    opacity:0.6;
    text-decoration: underline;
}


.orienta-background-0
{
    background-color: #003671;
}

.orienta-background-1
{
    background-color: #179bc3;
}

.orienta-background-2
{
    background-color: #0066cc;
}

.background-light-gray
{
    background-color: #f5f5f5;
}

.break-flex
{
    flex-basis: 100%;
    height: 0;
}

.rotate-45-right {
    display: inline-block;
    -webkit-transform: rotate(-40deg);
    transform: rotate(-40deg);
}

.ui-autocomplete-loading {
    background: white url('../Images/ajax-loader.gif') right center no-repeat;
}

/* ICONE */
.general-icon
{
    width: 30px;
    vertical-align: bottom;
}

.icon-white
{

}

.background-share
{
    background: white url('../Images/icone/ico_share.png') right center no-repeat;
    background-size: 24px;
    background-position: top 10px right 20px;
}

/* CARDS */
.card-text
{
    min-height: 145px;
}
.card-title
{
    min-height: 70px;
}


/* CREDENTIALS */
#ProfileDetailLodContainer .form-error
{
    color: #ff0000;
}

/* FORM */
.customized-form .help-block
{
    display: none;
}

.customized-form label
{
    color: #003671;
    font-weight: bold;
}


.w-max-500px
{
    max-width: 500px;
}


/* GESTIONE ACCOUNT */
.btn-gestione-account
{
    background: none !important;
    margin: 0;
    padding: 10px;
    padding-left: 0;
    padding-top: 0;
    border: none;
    font-size: 1.2rem;
    margin-right:10px;
}

.submenu-gestione-account
{
    list-style: none;
    margin: 15px;
    padding: 0;

}

.submenu-gestione-account li a:visited, .submenu-gestione-account li a:link, .submenu-gestione-account li a:hover
{
    color: #ffffff;

}

#Help-1, #ProfileImageButtonHelp
{
    cursor: pointer;
    width: 30px;
    vertical-align: -3px;
}


.button-family-care
{
    padding: 15px 15px 5px 15px;
    text-align: center;
    width: 120px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.button-family-care-Arancione
{
    background-color: orange;
}

.button-family-care-Blue
{
    background-color: #1d416e;
}

.button-family-care-centered
{
    margin: auto;
}

.button-family-care a
{
    color: white;
    font-weight: bold;
}

.logo-fledro{
    max-width: 170px !important;
}
.logo-yokee{
    max-width: 160px !important;
}
.logo-healthcare{
    max-width: 175px !important;
}

.not-match-error{
    border-color: red;
}