#logo{
	height: 60px;
}

body{
	background-color: #ebeff5;
}

.btn-outline-info:hover {
    color: #fff;
}

#total-orders{
	background-color: #4cb4c7;
}

#orders-delivered{
	background-color: #7abecc;
}

#orders-pending{
	background-color: #7CD1C0;
}

.section-nav .nav-link {
	font-size: 1.25rem;
}	

.section-nav .nav-link:active {
	font-size: 1.25rem;
}

.section-nav .nav-link a {
	color: #212529 !important;
}

@keyframes fa-blink {
     0% { opacity: 1; }
     50% { opacity: 0.5; }
     100% { opacity: 0; }
}
 
.fa-blink {
   -webkit-animation: fa-blink .75s linear;
   -moz-animation: fa-blink .75s linear;
   -ms-animation: fa-blink .75s linear;
   -o-animation: fa-blink .75s linear;
   animation: fa-blink .75s linear;
   animation-iteration-count: 10;
}

.ref-column {
	min-width: 150px;
}

.bg-past-period {
	background-color: #a7aaab2e !important;	
}

.bg-current-week { 
	background-color: #0dcaf02e !important;
}
.bg-fixed-period {
	background-color: #dc35452e !important;
}
.bg-flexible-period {
	background-color: #ffc1072e !important;
}
.bg-forecast-period {
	background-color: #1987542e !important
}

.accordion-button:not(.collapsed){
        box-shadow: none;
}

.bg-demand-summary {
	background-color: #547ca5fc !important;
}

.bg-demand-new {
	background-color: #0088cc !important;
}

.bg-demand-existing {
	background-color: #6f7275 !important;
}

.footer .text-muted {
	color: rgba(0,0,0,0.4)
}

.pointer {
	cursor: pointer;
}


/*#demand-import-tbl tr:nth-child(odd) td:nth-child(1), #demand-import-tbl tr:nth-child(odd) td:nth-child(2) {*/
/*    background-color: #f0f9ff;*/
/*    visibility: hidden !important;*/
/*}*/


/*charts and graphs*/
/*.chartWithOverlay {*/
/*       position: relative;*/
/*}*/
/*.overlay {*/
/*       width: 200px;*/
/*       height: 200px;*/
/*       position: absolute;*/
/*       top: 60px;*/   /* chartArea top  */
/*       left: 180px;*/ /* chartArea left */
/*}*/