/* CSS Document */

.saga-block-dark
{
	display: flex;
	align-items: center;
	justify-content:center;
	text-align: center;
	background-color:#FFDC77;
	width: 100%;
	border-radius:5px;
	height: 250px;
	padding: 10px;
	margin-bottom: 20px;
	}

.saga-block-light
{
	display: flex;
	align-items: center;
	justify-content:center;
	text-align: center;
	background-color: #bbedfc/*ffb24f #F7CD56*/;
	width: 100%;
	border-radius:5px;
	height: 250px;
	padding: 10px;
	margin-bottom: 20px;
	}
	
.saga-block-normal
{
	display: flex;
	align-items: center;
	justify-content:center;
	text-align: center;
	background-color: #F7CD56/*#F7CD56*/;
	width: 100%;
	border-radius:5px;
	height: 250px;
	padding: 10px;
	margin-bottom: 20px;
	}	
	
	/*
	-------------------------
	Special Container
	-------------------------
	*/
.saga-special-notes-container
	{
	font-size: 9pt;
	color: #666;		
	background-color: #eee;
	margin-top: 30px;
	padding: 10px;
		}	
	
	/*
	-------------------------
	Flex Box
	-------------------------
	*/
.saga-dashboard-block
{
	display: flex;
	flex-wrap: wrap;
	background-color: DodgerBlue;
	}
	
.saga-dashboard-block-item
{
	background-color: #f1f1f1;
	margin: 10px;
	padding: 10px;
	font-size: 30px;
	flex: 33%;
	}

/* Make a one column-layout instead of a three-column layout */
@media (max-width: 600px) {
  .saga-dashboard-block-item {
    flex: 100%;
  }
}	

	/*
	-------------------------
	Login Styles
	-------------------------
	*/
.saga-login-image
{
	max-width:100%;
	margin: 10px 0px;
	border:0px solid #FFF;
	border-radius:10px;
}

.saga-loginPage-header
{
	font-family:'Lato', sans-serif;
	font-weight:bold;
	font-size:18pt;
	margin-top:20px;
	margin-left:10px;
	margin-right:10px;
	border-bottom: 1px dotted #ddd;
	width:100%;
	color:#FFFFFF;
}
