@charset "utf-8";

/* Main */
@import url('https://fonts.googleapis.com/css?family=Roboto:400,700');
body {
	background-color: #FFF;
	font-family: 'Roboto', sans-serif;
}

/* Utility */
::selection {
  background: #F37D76; /* Testo evidenziato */
}
::-moz-selection {
  background: #F37D76; /* Testo evidenziato mozilla */
}
.red-logo{
	position: fixed;
	bottom: 30px;
	right: 30px;
}

/* Login*/
.login-form{
	padding-top: 150px;
}
.form-signin {
	max-width: 330px;
	margin: 0 auto;
	background-color: #ee4036;
	border: solid 1px #ee4036;
	border-radius: 5px;
	padding:25px 0 0 0;
}
.form-signin .form-signin-heading{
	padding:25px 0 55px 0;

}
.form-signin .form-control {
  position: relative;
  height: auto;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  padding: 10px;
  font-size: 16px;
}
.form-signin .form-control:focus {
  z-index: 2;
}
.form-signin input[type="email"] {
	margin-bottom: -1px;
	border-radius:0px;
	padding: 15px 0 15px 0;
}
.form-signin input[type="password"] {
	border-radius:0px;
	padding: 15px 0 15px 0;
	
}
.form-control{
	border:0px;
	color: #ee4036;
}
.red-btn{
	background-color: #ee4036;
	border-color: #ee4036;
	border-radius: 0px;
}
.red-btn:hover, .red-btn:active, .red-btn:focus, .red-btn:target {
	background-color: #FFF;
	color: #ee4036;
	border-color: #FFF;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	border-top:solid 1px #ee4036
}
.btn-primary.active.focus, .btn-primary.active:focus, .btn-primary.active:hover, .btn-primary:active.focus, .btn-primary:active:focus, .btn-primary:active:hover, .open>.dropdown-toggle.btn-primary.focus, .open>.dropdown-toggle.btn-primary:focus, .open>.dropdown-toggle.btn-primary:hover{
	background-color: #FFF;
	color: #ee4036;
	border-color: #FFF;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	border-top:solid 1px #ee4036
}

/* Navbar*/
.navbar-red-repo{
	background-color:#ee4036;
	color: #fff;
	border:0px;
}
.navbar-red-repo a{
	color:#fff;
}
.navbar-toggle .icon-bar{
	background-color:#fff;
}

/* Top Navbar*/
.top-navbar{
	font-size: 12px;
}
.top-navbar a:hover{
	background-color: #fff;
	color:#ee4036;
}
.top-navbar a:focus{
	background-color: #fff;
	color:#ee4036;
}
.top-navbar li a:hover{
	background-color: #fff ;
	color:#ee4036;
}
.profilo{
	padding:5px 11px 5px 15px !important;
	margin: 0;
}
.profilo img{
	margin-right: 8px;
}
.cerca-mobile{
	border-top: 0px !important;
}
.dropdown-menu{
	min-width: 165px;
	border-top: 0px;
}

/* Bot Navbar*/
#bot-navbar{
	padding:0 15px 20px 0;
	border:0px;
	margin: 0px;
	text-align: right;
}
.logo-header{
	padding-top: 8px;
}
.ricerca{
	padding-right:9px;
}
.notifica{
	padding-left:0px;
}
nav.navbar-red-repo span.badge {
	background: #f14444;
	font-weight: normal;
	margin: 0 4px;
}
nav.navbar-red-repo span.badge.new {
	background: rgba(255, 0, 0, 0.8);
	color: #fff;
}
.btn-cerca{
	background-color: #FFE11B;
	border-color: #FFE11B;
}
.btn-new{
	background-color: #FFF !important;
	color: #ee4036 !important;
	padding-top: 12px;
}
.form-cerca, .btn-cerca, .btn-new{
	height: 43px;
}
.navbar-form{
	padding-top:0px;
}

/* Area Personale */
.btn-download{
	background-color: #ee4036;
	border-color: #ee4036;
}
.btn-download:focus{
	background-color: #ee4036;
	border-color: #ee4036;
}
.btn-download:hover{
	color: #ee4036;
	border-color: #ee4036;
	background-color: #fff;
}
.label-info{
	border-radius: 8px;
	background-color: #F0756E;
	font-size: 11px;
	cursor: default;
}
.label-date{
	color: #555;
	border: 1px solid rgba(0, 0, 0, 0.15);
	border-radius: 0.25rem;
	background-color: #fff;
	font-size:13px;
	font-weight: 500;
	padding:5px;
	position: absolute;
	top:15px;
}
.categoria{
	position: absolute;
	bottom: 6px;
	left: 15px;
	width: 150px;
}
.img-thumb-download{
	width: auto;
	position: relative
}

/* Progetto */
.progetto-header{
	background-color: #fff;
	position: relative;
}
.progetto-backgroud{
	width: 50%;
	height: 350px;
	float: left;
	display: block;
	position: relative;
	border-top-left-radius: 0.25rem;
	border-bottom-left-radius: 0.25rem;	
}
.progetto-area-dx{
	height: 350px;
	width: 50%;
	float: left;
	border:1px solid rgba(0, 0, 0, 0.125);
	border-top-right-radius: 0.25rem;
	border-bottom-right-radius: 0.25rem;
}
.progetto-profilo{
	max-width: 100px;
	margin-left: -50px;
	margin-top: 125px;
	border: 3px solid #fff;
	border-radius:100%;
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
	position: absolute;
}
.progetto-descrizione{
	padding: 50px 75px;
}
.label-date-progetto{
	color: #555;
	border: 1px solid rgba(0, 0, 0, 0.15);
	border-radius: 0.25rem;
	background-color: #fff;
	font-size:13px;
	font-weight: 500;
	padding:5px;
	top:15px;
	
}
.progetto-media{
	padding-top: 10px;
}
.progetto-media p {
	font-size: 15px;
	background-color: #ee4036;
}
.progetto-contenuto{
	padding: 45px 15px 5px 15px;
}
.progetto-download{
	text-align: center;
	padding: 35px;
}
.progetto-video{
	padding:10px ;
	
}
.progetto-doc img{
	width: 100%;
	height: auto;
	padding-bottom: 10px;
}
.progetto-doc img:hover{
	
}


/* XS MEDIA QUERIES */

@media only screen and (max-width : 768px) {
	.progetto-area-dx{
		width: 100% !important;
		border-radius: 0.25rem;
	}
	.progetto-media p {
		font-size: 13px;
	}
	
    }
