#hr_prospect h6, #hr_clienti h6, #risultatocerca h6, #elencopersone h5{
        text-transform: uppercase;
}
input:invalid, select:invalid {
  border: 1px solid red;
}
.theme-rouge ::selection{color:#fff;background:#307bc4}
.theme-rouge .page-loader-wrapper{background:#307bc4}
.theme-rouge #left-sidebar .nav-tabs .nav-link.active{color:#307bc4}
.theme-rouge:before,.theme-rouge:after{background:#307bc4}
.theme-rouge #wrapper:before,.theme-rouge #wrapper:after{background:#307bc4}
.theme-rouge .sidebar-nav .metismenu>li.active>a{border-left-color:#307bc4}
.theme-rouge .navbar-nav ul.menu-icon{background:#307bc4}
.theme-rouge .fancy-checkbox input[type="checkbox"]:checked+span:before{background:#307bc4;border-color:#307bc4}
.theme-rouge .chat-widget li.right .chat-info{background:#307bc4;color:#fff}
.theme-rouge .chat-widget li.right .chat-info:before{border-left:10px solid #307bc4}
.theme-rouge .fc .fc-view-container .fc-view.fc-basic-view>table>thead tr th.fc-widget-header{background:#307bc4;border-color:#307bc4;color:#fff}
.theme-rouge .blog-page .single_post .footer .stats li a:hover{color:#307bc4}
.theme-rouge .auth-main .btn-primary{background:#307bc4;border-color:#307bc4}
.theme-rouge .sidebar-nav .metismenu>li i{color:#307bc4}
.theme-rouge .right_chat li a:hover .media-object{border-color:#307bc4}
.theme-rouge .chat_app .chat .chat-history .other-message{background:#307bc4;color:#fff}
.theme-rouge .chat_app .chat .chat-history .other-message::after{border-bottom-color:#307bc4}
.theme-rouge .chat_app .people_list .chat-list li.active,.theme-rouge .chat_app .people_list .chat-list li:hover{border-color:#307bc4}
.fill-current {
    fill: #FFF;
}
.fancy-checkbox{
	margin-top:10px;
}
.hidden{
	display:none;
}
#autorizzazione_privacy{
  z-index: 99999999;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background: rgba(0,102,204, 0.8);
}
#autorizzazione_privacy .modal-content{
	width: 500px;
	margin-left: -250px;
	left: 50%;
	height:300px;
	top:50%;
	margin-top:-150px;
}