body {
  font-family: 'Barlow', 'Helvetica', 'Arial', 'sans-serif';
}

a {
  color: #000;
  -webkit-transition: all .35s;
  transition: all .35s;
}

a:hover, a:focus {
  color: #CD1420  !important;
}

.container {
    max-width: 1440px;
}


.alert-info {
    text-align: center;
	background-color: #f0b1b9;
	color: #000;
	border-color: #f0b1b9;
	font-size:18px;
	width: 80%;
	margin: 50px 10% ;
	
}

/* MAIN NAV
-------------------------------------------------- */

#mainNav {
  background-color: #FFF;
  font-family: 'Barlow Condensed', 'Helvetica', 'Arial', 'sans-serif';
  font-weight: 200;
  padding: 20px 0;	
}



#mainNav .navbar-brand {
  color: #CD1420;
  font-family: 'Barlow Condensed', 'Helvetica', 'Arial', 'sans-serif';

}

#mainNav .navbar-brand:hover, #mainNav .navbar-brand:focus {
  color: #CD1420;
}

#mainNav .navbar-toggler {
  font-size: 18px;
  padding: 8px 10px;
  color: #CD1420;
}

#mainNav .navbar-nav > li > a {
  font-size: 18px;
  font-family: 'Barlow Condensed', 'Helvetica', 'Arial', 'sans-serif';
  text-transform: uppercase;	
}


#mainNav .navbar-nav > li > a.active {
  color: #CD1420 !important;
  background-color: transparent;
}

#mainNav .navbar-nav > li > a.active:hover {
  background-color: transparent;
}

#mainNav .navbar-nav > li > a,
#mainNav .navbar-nav > li > a:focus {
  color: #000;
}

#mainNav .navbar-nav > li > a:hover,
#mainNav .navbar-nav > li > a:focus:hover {
  color: #CD1420;
}

.navbar-expand-lg .navbar-nav .nav-link {
    padding-right: .5rem;
    padding-left: 2rem;
}

.navbar-toggler {
    border: 0px solid transparent; 
}

.bg-light {
    background-color: #FFF !important;
}

#bt-areariservata {
    background-color: #CD1420;
    padding-right: 20px;
    padding-left: 20px;
    margin-left: 2rem;
	border-radius: 2px;
	font-weight: 400;
	color: #FFF !important;
}


/* HOME
-------------------------------------------------- */

.jumbotron {
    margin-right: 15px;
    margin-left: 15px;
    padding: 15px;
    width: 100%;
	background-size:auto;
	min-height: 555px;
	position: relative;
	margin-bottom: 150px;
	background-color: #0d0d0d !important;
}


.boxposition {
    position: absolute;
    width: 80%;
    right: 0;
    bottom: -70px;
    left: 0;
    z-index: 15;
    margin-right: 10%;
    margin-left: 10%;
}

.redbox{
	background-color: #CD1420;
	margin-right: 10px;
	margin-left: 10px;
	padding: 35px;
	box-shadow: 0 34px 31px -15px rgba(0, 0, 0, 0.12);
	text-align: center;
	color: #FFF;	
}

.redbox h3{
	font-size: 1.4rem;
	font-weight: bold;
}
	
.redbox h3 a {
  color: #FFF;
}

.redbox h3 a:hover, .redbox h3 a:focus {
  color: #FFF  !important;
}

/* CARD
-------------------------------------------------- */


.card {
	background: #FFF;
	border-radius: 8px;
    box-shadow: 0 20px 20px -15px rgba(0, 0, 0, 0.08);
	border:0;
	margin-bottom: 25px;
}

.card-label {
	position: absolute;
	right:0;
	text-transform: uppercase;
	font-size: 14px;
	padding: 3px 10px;
	font-weight: 500;
	border: 0;
}

.card-title {
    margin: 30px 0 10px 0;
	font-size:21px;
	font-weight: 600;	
}

.card-text {
	font-size:16px;
	line-height: 21px;
}


.cardbox h3 {
    text-transform: uppercase;
    font-family: 'Barlow', 'Helvetica', 'Arial', 'sans-serif';
    color: #CD1420;
    font-style: italic;
    font-size: 24px;
    margin-bottom: 10px;
}


/* FOOTER
-------------------------------------------------- */

.footer-dark {
     margin-top: 50px;
	 background-color: #202020 !important;
}


.footer p {
	font-size: 1rem;
	width: 100%;
	color: #fff;
	margin: .5rem 0 0 0;
}

.footer a {
    color: #cd1420;
	text-decoration: none;
}

.text-info {
 color:grey !important;
}


/* ELEMENTS
-------------------------------------------------- */


.section-intestazione {
    background-color: #cd1420;
	color:#FFF;
}

.section-intestazione a {
	color:#FFF;
}

.section-intestazione a:hover, .section-intestazione h3 a:focus {
  color: #FFF  !important;
}

.cont-intestazione {
    padding: 50px 0;
    margin-right: 0;
    margin-left: 0;
}

.section-intestazione h2 {
    font-size: 36px;
    font-weight: 400;
    width: 100%;
    font-family: 'Barlow', 'Helvetica', 'Arial', 'sans-serif';
    margin-bottom: 0;
}

.officearea {
    width: 80%;
	margin-top:50px;
    margin-right: 10%;
    margin-left: 10%;
}

.greybox{
	background-color: #d9d4d4;
	margin-right: 10px;
	margin-left: 10px;
	padding: 35px;
	box-shadow: 0 34px 31px -15px rgba(0, 0, 0, 0.12);
	text-align: center;
	color: #000;
	border-radius: 8px;
}

.greybox h3{
	font-size: 1.4rem;
	font-weight: bold;
	color: #cd1420;
}

.greybox h3 a {
  color: #cd1420;
}


.filter-container{
  background-color: #f3f3f3;
  padding:30px;
  border-radius: 8px;
  box-shadow: 0 20px 20px -15px rgba(0, 0, 0, 0.08);
  border: 1px solid #ddd;
  margin-bottom: 25px;
}

.form-control {
    padding: 2px 6px;
}

.filtri-working .form-group input, .filtri-working .form-group select, .filtri-working .form-group > span {
    width: 80% !important;
	max-width: 80% !important;
   min-width: 80% !important;
}

.btn-primary {
    color: #fff;
    background-color: #CD1420;
    border-color: #CD1420;
	font-family: 'Barlow Condensed', sans-serif;
	text-transform: uppercase;
	font-size: 20px;
	padding: 8px 20px;
	overflow: hidden;
	border-radius: .15rem;
}

.btn-primary:hover {
 color:#CD1420;
 background-color:#000;
 border-color:#0062cc
}
.btn-primary.focus,
.btn-primary:focus {
 box-shadow:0 0 0 .2rem rgba(205,20,32,.5)
}
.btn-primary.disabled,
.btn-primary:disabled {
 color:#fff;
 background-color:#CD1420;
 border-color:#CD1420
}
.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active,
.show>.btn-primary.dropdown-toggle {
 color:#fff;
 background-color:#CD1420;
 border-color:#CD1420
}
.btn-primary:not(:disabled):not(.disabled).active:focus,
.btn-primary:not(:disabled):not(.disabled):active:focus,
.show>.btn-primary.dropdown-toggle:focus {
 box-shadow:0 0 0 .2rem rgba(205,20,32,.5)
}

.btn-grey {
    color: #fff;
    background-color: lightgray;
    border-color: lightgray;
	font-family: 'Barlow Condensed', sans-serif;
	text-transform: uppercase;
	font-size: 20px;
	padding: 8px 20px;
	overflow: hidden;
	border-radius: .15rem;
}

.btn-info {
    color: #fff;
    background-color: #b9b0af;
    border-color: #b9b0af;
	font-family: 'Barlow Condensed', sans-serif;
	text-transform: uppercase;
	font-size: 20px;
	padding: 8px 20px;
	overflow: hidden;
	border-radius: .15rem;
}

.btn-info:hover {
 color:#FFF;
 background-color:#715e5b;
 border-color:#715e5b
}

.table .thead-light th {
	background-color: #e3d8d7;
	color: #000;
}

.table .thead-red th {
    color: #fff;
	background-color: #cd1420;
    border-color: #cd1420;
	padding: .75rem;
}

.widcol {
    width: 33%;
	font-weight: bold;
}

.espertit {
    border-bottom: 1px solid #cd1420 !important;
	background-color: #FFF;
	padding-top: 40px !important;
}

.espertxt {
    font-weight: normal;
}

.table thead th {
    vertical-align: bottom;
    border-bottom: 2px solid #CD1420;
    border-bottom-color: rgb(222, 226, 230);
}

.table-responsive {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}

table.table {
    margin-bottom: 50px !important; /* fix for floating action box */
}

.page-item.active .page-link {
    z-index: 1;
    color: #fff;
    background-color: #CD1420;
    border-color: #CD1420;
}

.page-link {
    color: #CD1420;
}

.oi-person {
    left: -5px;
    color: #9a8a87;
}

.bt-scarica {
    padding:15px 20px;
	background-color: #FFF;
	border: 1px solid #CD1420;
	width: auto;
	float: left;
	color: #CD1420;
	font-weight: bold;
}

.bt-scarica:hover {
	background-color: #CD1420;
	color: #FFF;
}

.sidebar {
    background-color: #F4F4F4;
}

.sidebar > h3 {
    background-color: #302725;
    padding: 10px 20px;
    color: #FCECE9;
    font-size: 21px;
    text-transform: uppercase;
    margin-bottom: 0;
}

.sidebar > ul {
    padding: 15px;
    margin-left: 25px;
    line-height: 48px;
}

.list-my {
    padding-left: 15px;
    font-size: 18px;
    line-height: 25px;
    color: #cd1420;
}

/*MOBILE*/


@media (max-width: 991px) {
	
	.jumbotron {
    margin-right: 15px;
    margin-left: 15px;
    padding: 15px;
    width: 100%;
	background-size:200%;
	min-height: 555px;
	position: relative;
	margin-bottom: 80px;
	background-repeat:no-repeat;
	}
	
	
	.jumbtext{
		margin-top: 200px;
		}
	
	.boxposition {
		position: relative;
		width: 100%;
		margin-right: 0;
		margin-left: 0%;
	}
	
	.redbox{
		margin-right: 0;
		margin-left: 0;
		padding: 35	px;
		margin-bottom:20px;
	}	
}	
	
	
	
/*PRECEDENTE*/

.parsley-errors-list {
    background-color: #f8d7da;
    border-color: #f5c6cb;
    border-radius: 5px;
    color: #721c24;
    list-style-type: none;
    margin-top: 10px;
    padding: 0;
}

.parsley-errors-list li {
    padding: 15px 20px;
}

.filtri-working .form-group label {
    min-width: 9em;
    text-align: left;
    align-items: flex-start;
    justify-content: left;
}



.filtri-working .form-group > span {
    display: block;
}

.bottoni {
    margin: 20px 0;
}

.alert.list-results { padding: 0; font-weight: bold}

.img-logo-azienda {
    max-height: 60px;
}

.working-box > div {
    border: 1px solid #ddd;
    margin-top: 30px;
    min-height: 100px;
    padding: 10px;
}

/*.working-box.homeminibox > div {
    background-position-y: 20px !important;
    background-size: auto !important;
    padding-top: 120px;
}*/

.working-box.area-ingegnere > div {
    background-position-x: 0 !important;
    background-size: auto !important;
    border: medium none;
    margin-top: 30px;
    padding-left: 100px;
}

.working-box.area-ingegnere > div > strong a {
    font-size: 28px;
}

.working-box.area-ingegnere > div > div {
    font-size: 16px;
}

.evidenzia > div {
  border-top: 3px solid #cc071e;
  border-bottom: 3px solid #cc071e;
}

input.oidc-logout {padding: 0; color: #000}

.card {
    margin: 10px 0;
}