/* ---- general ---- */
#navbar-brand{padding-top:5px !important;}
#navtop, #navtop a.dropdown-toggle:visited,#navtop a.dropdown-toggle {background-color:#cc1c08 !important}
#navbar-custom.navbar-default .navbar-nav > li > a {background-color:#cc1c08 !important}
#navbar-custom.navbar-default {background-color:#cc1c08 !important}
.btn.btn-primary{background-color:#cc1c08 !important; color: white !important;border:none !important}

/*---- login ---- */
div.card.card-inverse.card-primary{background-color:#FF0000 !important; border:none !important}
div.card-block.text-xs-center  a.btn.btn-primary.active {background-color:#bfa5a5 !important; color:#574141 !important; font-weight: 600 !important; border:1px solid #bfa5a5 !important}
div.card-block.text-xs-center div p{margin: 12px 0 10px !important;}
#navbar-brand img{width:32px !important; margin-top:5px !important}
div#links,div#navbottom,div#navbottom ul li a{background-color:#FF0000 !important}
/* ---- font ---- */

#ricerche-items li a { font-size:16px !important; font-weight:600 !important; text-transform: uppercase !important;}

div.container-fluid.it-header-slim-wrapper-content
{
    background-color:#8e1305 !important;
}

/*div.container > div.it-brand-wrapper.row,.navbar-header {background-color: #cc1c08!important}*/
div.container > div.it-brand-wrapper.row {background-color: #cc1c08!important}

/**
DIV che conterrà la tastiera da inserire nella vista
*/
#keyboard{
    display:none;
    background-color: black;
    background-image: none;
    opacity: 0.7; 
    position:fixed;
    bottom:0px;
    left:0px;
    width:100%;
    z-index:98;
}
        

.jkeyboard {
  display: inline-block;
  margin: 0 auto;
}
.jkeyboard, .jkeyboard .jline, .jkeyboard .jline ul {
  display: block;
  margin: 0;
  padding: 0;
}
.jkeyboard .jline {
  text-align: center;
  margin-left: -14px;
}
.jkeyboard .jline ul li {
  font-family: arial, sans-serif;
  font-size: 20px;
  display: inline-block;
  border: 1px solid #FFFFFF;
  -webkit-box-shadow: 0 0 3px #468db3;
  -webkit-box-shadow: inset 0 0 3px #468db3;
  margin: 10px 0 1px 14px;
  color: #ffffff;
  border-radius: 5px;
  width: 52px;
  height: 52px;
  box-sizing: border-box;
  text-align: center;
  line-height: 52px;
  overflow: hidden;
  cursor: pointer;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: -moz-none;
  -ms-user-select: none;
  user-select: none;
}
.jkeyboard .jline ul li.uppercase {
  text-transform: uppercase;
}
.jkeyboard .jline ul li:hover, .jkeyboard .jline ul li.active {
  background-color: #185a82;
}
.jkeyboard .jline .return {
  width: 120px;
}
.jkeyboard .jline .space {
  width: 456px;
}
.jkeyboard .jline .numeric_switch {
  width: 84px;
}
.jkeyboard .jline .layout_switch {
  background: url("../../../assets/js/plugincustom/jquery.visual.keyboard/lib/css/../image/locale.png") no-repeat center right;
}
.jkeyboard .jline .shift {
  width: 100px;
  background: url("../../../assets/js/plugincustom/jquery.visual.keyboard/lib/css/../image/shift.png") no-repeat center center;
}
.jkeyboard .jline .backspace {
  width: 69px;
  background: url("../../../assets/js/plugincustom/jquery.visual.keyboard/lib/css/../image/backspace.png") no-repeat center center;
}

/* Real Person jQuery plugin styles v2.0.1. */
.realperson-challenge {
	display: block;
	color: #000;
}
.realperson-text {
	font-family: "Courier New",monospace !important;
	font-size: 6px;
	font-weight: bold;
	letter-spacing: -1px;
	line-height: 3px;
}
.realperson-regen {
	padding-top: 4px;
	font-size: 12px;
	text-align: center;
	cursor: pointer;
}
.realperson-disabled {
	opacity: 0.5;
	filter: Alpha(Opacity=50);
}
.realperson-disabled .realperson-regen {
	cursor: default;
}
