body{
    background-color: #FFFFFF;
}

body.flat-layout{ background-color: #F2F2F2 !important; }

.k-list>.k-state-selected i{
    color: white;
}

.k-widget.k-tooltip {
    /*border-color: #000;*/
    background-color: #f3f3f4;
    color: #000;
    -webkit-box-shadow: 0px 7px 8px 0px rgba(168, 165, 165, 0.75);
    -moz-box-shadow:    0px 7px 8px 0px rgba(168, 165, 165, 0.75);
    box-shadow:         0px 7px 8px 0px rgba(168, 165, 165, 0.75);
}

#formRegistrazione .form-control,
#formRegistrazione .k-dropdown-wrap,
#formLogin .form-control,
#formLogin .k-dropdown-wrap
{
    background-color: #F4F4F4 !important;
    border: 1px solid #EAEAEA !important;
}

.k-dropdown-wrap{
    height: 32px !important;
    padding-top: 6px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
}
.form-control{
    height: 40px !important;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
}
textarea.form-control{ height: auto !important; }

.barra_header{
    /*min-height: 180px;*/
    padding-bottom: 30px;
    background-color: #4b4b4b;
    color: white !important;
}

.btn-colore{
    color:white;
    border:none !important;
    margin-top: 3px;
}
.btn-colore.selected{
    margin-top: 0px;
    border-top:solid 3px #000 !important;
    border-bottom:solid 3px #000 !important;;
}

button.verde-sm {
    background-color: #008c36;
    text-transform: uppercase;
    font-weight: lighter;
    font-size: 10px;
    border: 0px;
    border-radius: 5px;
    color: #ffffff;
    padding-top: 6px;
}
button.verde-sm:hover{
    color: #FFF;
}

.form-control-sm {
    height: 24px !important;
    padding: 0px 4px;
    font-size: 12px;
    width: 45px !important;
}

.no-margin { margin: 0px !important; }

.text-verde { color: #008C36 !important; }
.text-azzurro { color: #3CA6D8 !important; }
.text-bianco { color: #FFFFFF !important; }
.text-grigio { color: #E6E6E6 !important; }
.text-grigio-chiaro { color: #F5F5F5 !important; }

.bg-verde { background-color: #008C36 !important; }
.bg-azzurro { background-color: #3CA6D8 !important; }
.bg-azzurro-chiaro { background-color: rgba(60, 166, 216, 0.48) !important; }
.bg-bianco { background-color: #FFFFFF !important; }
.bg-grigio { background-color: #E6E6E6 !important; }
.bg-grigio-chiaro { background-color: #F5F5F5 !important; }

.foto-chat{
    border-color: #3CA6D8 !important;
    background-color: #3CA6D8 !important;
}

.radius-right4{
    -webkit-border-top-right-radius: 4px;
    -webkit-border-bottom-right-radius: 4px;
    -moz-border-radius-topright: 4px;
    -moz-border-radius-bottomright: 4px;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}
.radius5{
    -webkit-border-radius: 5px !important;
    -moz-border-radius: 5px !important;;
    border-radius: 5px !important;;
}

.popover.tour{ z-index: 10010; }

.lang-dropdown span {
    margin-right: 10px;
}
.lang-dropdown .lang {
    vertical-align: middle;
}