/*
NOTE:
------
PLACE HERE YOUR OWN SCSS CODES AND IF NEEDED, OVERRIDE THE STYLES FROM THE OTHER STYLESHEETS.
WE WILL RELEASE FUTURE UPDATES SO IN ORDER TO NOT OVERWRITE YOUR STYLES IT'S BETTER LIKE THIS.  */


.auth-page {
    background-image: url("../images/background.jpg");
    background-size: cover;
    background-repeat: no-repeat;
	background-position: center;
}


#divFormLogin {
    max-width: 300px;
    background-color: #feb03b;
	color: #ffffff;
    padding: 30px;
    border-radius: 15px;
}


#divFormLogin label {
    color: #ffffff;
	font-size: 24px;
}


#divFormLogin .form-control {
	border-radius: 0.6rem !important;
	background-color: #fff !important;
}


#divFormLogin .btn-lg {
    padding: 0.8rem 1.5rem;
    font-size: 1.5rem;
    line-height: 1.5;
    border-radius: 0.5rem;
	font-weight: 900;
}

.help-block {
    color: #000000;
	font-size: 1.1rem;
}

.sub-heading {
    color: #000000;
	font-size: 1.2rem;
	font-style: italic;
}

.inc-dec-percentage {
    color: #feb03b;
	font-size: 1.6rem;
}

.power-consumption-stats-title {
    color: #feb03b;
	font-size: 1.4rem;
}


.table thead th {
    color: #feb03b;
}

.table-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(255, 247, 235, 0.7);
}

div.dataTables_length label,
div.dataTables_filter label,
div.dataTables_info {
    color: #c6c5c5;
}

div.dataTables_filter input {
    border: 1px solid #feb03b;
}

.page-item.disabled .page-link {
    color: #c6c5c5;
    border-color: #c6c5c5;
}


 .main-menu .fa, .main-menu .fab, .main-menu .fad, .main-menu .fal, .main-menu .far, .main-menu .fas {
	line-height:1.8;
 }
 
.widget-timeline .timeline-items {
    padding: 0.8rem 0;
}

.widget-timeline .timeline-items:before {
    background-color: #BABFC7;
}

 .timeline-time-cris {
    float: none;
	color: #BABFC7;
	font-size: 1.2rem;
}


.cd-horizontal-timeline .events a::after {
    bottom: -14px;
    height: 30px;
    width: 30px;
    background-color: #dfdfdf;
}

.cd-horizontal-timeline .events a.older-event::after {
    border-color: #feb03b;
	background-color: #feb03b;
}

.cd-horizontal-timeline .events-content li {
    padding: 0;
}

.cd-horizontal-timeline .events a {
    color: #ffffff;
}

.cd-horizontal-timeline .events a.selected {
    color: #feb03b;
}

.older-event a.selected {
    color: #ffffff;
}

.cd-horizontal-timeline .timeline {
    max-width: 460px;
}

.events-content ol {
	margin-left:0;
	padding-left:0;
}

.events-title {
    color: #feb03b;
    font-size: 1.6rem;
	font-weight: 500;
	text-align: center;
	padding-bottom: 50px;
}

.timeline-main {
    color: #feb03b;
    font-size: 1.4rem;
	font-weight: 500;
}

.timeline-title {
	font-size: 1.4rem;
	line-height: 1.42857;
	font-weight: 600;
}

.timeline-time {
    color: #dfdfdf;
    font-size: 1.1rem;
	line-height: 1.42857;
}

.timeline-details-title {
	font-size: 1.6rem;
	line-height: 1.42857;
	font-weight: 600;
}

.timeline-details-time {
    color: #dfdfdf;
    font-size: 1.1rem;
	line-height: 1.42857;
}

.table-consegne {
	font-size: 1.6rem;
}
.table-consegne thead th {
    border-bottom: 2px solid #feb03b;
	border-top: none;
}

.table-consegne th, .table-consegne td {
    border-bottom: none;
}

.table-consegne td, .table-consegne thead th{
   border-left: 2px solid #feb03b;
}

.table-consegne td:nth-of-type(1), .table-consegne thead th:nth-of-type(1)  {
   border-left:0;
   border-right:0;
}

.table-consegne th, .table-consegne td {
    border-top: 1px solid #dfdfdf;
}

.card-header {
    padding: 1.5rem 1.5rem 0;
}
