/* BLOCCO REPORT */
.page-content-wrapper .page-content{background-color:transparent; border: none;}

body {
	background: #2ba6df; /* Old browsers */
}

body.nobackground {
	background: #F5F5F5;

}

.page-header.navbar.navbar-fixed-top.nobackground, .page-footer.nobackground{box-shadow:none;}

.page-footer
{
    position: relative;
}

.page-footer:not(.nobackground){
    position: fixed;
    bottom: 0;
    width: 100%;
}
.report a:hover,a:focus {
	text-decoration: none;
}

.vertical-center {
  min-height: 100%;  /* Fallback for browsers do NOT support vh unit */
  /*min-height: 80vh;*/ /* These two lines are counted as one :-)       */
  display: flex;
  align-items: center;
}

.report:hover{opacity:0.6;}

.report {
	background: #FFFFFF;
	overflow: hidden;
	transition: all 0.5s ease 0s;
	width: 220px;
	margin: 0 auto;
	margin-top: 30px;
	height: 210px;
    /* box-shadow: 1px 1px 4px 0px #7B7B7B; */
	/* border-radius: 2px !important; */
	/* border: 1px solid #CDCDCD; */
    display:none;
}

.report a {
    display: block;
    position: relative;
}

.name_report {
    color: #ffffff;
    height: 30px;
    font-size: 12px;
    font-weight: 600;
    padding: 6px 5px 6px;
    text-align: center;
    text-transform: uppercase;
    background: #2870a6;
}

.brands_report {
	text-align: center;
		height: 172px;
		display: table-cell;
		vertical-align: middle;
		width: 220px;
}

.brands_report img {
	width: 100%;
}

.update_report {

}

.current_date {
	color: #888888;
	font-size: 12px;
	text-shadow: 0 0 0;
	font-weight: 500;
}

.tooltip_report {
	margin-left: 183px;
	margin-top: -25px;
	opacity: 0.5;
	padding: 4px 2px;
	position: absolute;
	width: 23px;
}

.tooltip_report:hover {
	opacity: 1;
}

.next_update {
	color: #AAAAAA;
	font-size: 12px;
	text-align: center;
	text-transform: none;
	font-weight: normal;
}

.brands {
	background-position: center center;
	background-repeat: no-repeat;
	height: 47px;
	margin: 0 auto;
	width: 180px;
}

.update_report .tooltip {
	width: 300px;
}

.update_report .tooltip.top>.tooltip-inner {
	background-color: #5083C1;
}

.update_report .tooltip.top>.tooltip-arrow {
	border-top-color: #5083C1;
}

ul.nextupdates {
	list-style-type: inherit;
	list-style-color: #fff;
	padding: 0px;
	margin: 0px;
}

ul.nextupdates li {
	background: none;
	border: none;
	display: block;
	float: none;
	height: auto;
	list-style: auto;
	margin: 0px;
	text-align: center;
	width: 100%;
	clear: both;
}


.report.offline{
	background: none repeat scroll 0 0 #FFDA49;
}

.report.offline .acronimo{
	color: #2870A6;
}

.report.offline .acronimo{
	font-weight: bold;
    font-size: 12px;
    display: flex;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    align-items: center;
    justify-content: center;
    margin-bottom: 30px;
    background: rgba(255,255,255,0.8);
}


.report.offline a, .report.disabled a {
	cursor:default;
}

#homepage{padding-top: 35px;}

/* FINE BLOCCO REPORT */


/*REPORT ROTONDI */
.brands_report{
padding-top: 23px;
}


.report {
    width: 212px;
    border-radius: 10px !important;
    border: 0px solid #fff;
    /* box-shadow: 1px 1px 4px -1px #0000005e; */
}


.name_report {
    margin-top: -10px;
}


.acronimo{
    font-size: 27px;
    color: #2870a6;
    font-weight: bold;
    padding: 0px 5px;
}

.brands_report {
    padding: 0px 4px 22px 4px;
}

body{
	background: #F7F7F7;
	background-size: cover;
}

.users-table-icon{cursor:pointer; margin-right: 7px;}


/* #container-masters div.report.offline div.name_report{background:#efefef; color:#333;} */

body{
    color: #2870A6;
    /* background: url(../img/background-full.jpg) !important; */
    background-size: cover !important;
    background-color: transparent !important;
}

.group-title{
    margin-top: 10px;
    color: #FFF;
    /* border-bottom: 2px solid #ffffff; */
}

.group-title h3{
    font-weight: bold;
}

.group-body{
    padding-bottom: 20px;
    border: none;
    background: rgba(255, 255, 255, 0.18);
    box-shadow: 1px 1px 1px -1px rgba(0, 0, 0, 0.369);
    border-radius: 10px !important;
}

h3{
    margin-top: 10px;
    margin-bottom: 0px;
    /* text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.149); */
}

div#background-body{
    background: url(../img/background-full.jpg) !important;
    background-size: cover !important;
    background-repeat: no-repeat;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.report .title{
    font-size: 24px;
    color: #2870a6;
    font-weight: bold;
    padding: 0px 5px;
    text-transform: uppercase;
}

.report.offline .name_report{
    background-color: #fac909 !important;
}

.report.disabled{
    opacity: 0.5;
}

.report.disabled.no-admin{
    pointer-events: none;
    cursor: default;
}

.updating_date_report{
    text-align: right;
    font-style: italic;
    margin-right: 10px;
    font-size: 10px;
    padding-top: 4px;
}

.flex-center
{
    display: flex;
    align-items: center;
    flex-direction: column;
}

html,
body,
h1, h2, h3, h4, h5, h6
{
    font-family: "Inter" !important;
}