
/* ----------- iPhone 4 and 4S ----------- */

/* Portrait and Landscape */

@media only screen and (min-width: 320px) and (max-width: 480px)
{
	
	/**** LOGIN CONTAINER CLIENT ****/
	.login-container.login-client .login_layout_box
	{
		display:block;
	}
	.login-container.login-client .login_layout_box .left-content,
	.login-container.login-client .login_layout_box .right-content
	{
		padding-top:25px;
		padding-bottom:25px;
		display:block;
	}
	.login-container.login-client .login_layout_box .left-content h1,
	.login-container.login-client .login_layout_box .right-content h1
	{
		font-size:22px;
	}
	.login-container.login-client .login_layout_box .right-content
	{
		padding:0;
	}
	/**** LOGIN CONTAINER CLIENT ****/
	
	/************** RISET CSS STYLE ***********************/
	
	/***** MARKET BRIEF ******/
	.market_brief .market_brief_header
	{
		display:block;
		text-align:center;
	}
	.market_brief .market_brief_header .header_left,
	.market_brief .market_brief_header .header_right,
	.market_brief .market_brief_header .header_tools
	{
		margin-bottom:10px;
		display:block;
		text-align:center;
	}
	/***** MARKET BRIEF ******/
	
	/***** TOTD ******/
	.totd .content_header
	{
		display:block;
	}
	.totd .content_header .content_logo,
	.totd .content_header .content_date
	{
		display:block;
	}	
	.totd .content_body .content_inner.no_border_left
	{
		border-left:1px solid #ccc;
	}
	/***** TOTD ******/
	
	/***** CALENDAR IMPACT ******/
	.calendar_impact .calendar_impact_header
	{
		display:block;
		text-align:center;
	}
	.calendar_impact .calendar_impact_header .header_left, 
	.calendar_impact .calendar_impact_header .header_right, 
	.calendar_impact .calendar_impact_header .header_tools
	{
		margin-bottom:10px;
		display:block;
		text-align:center;
	}
	/***** CALENDAR IMPACT ******/
	
	/************** RISET CSS STYLE ***********************/
}
@media only screen and (min-width: 320px) and (max-width: 480px) and (orientation: portrait) 
{
	
}

@media only screen and (min-width: 320px) and (max-width: 480px) and (orientation: landscape) 
{	
	
}



@media only screen and (min-device-width : 375px) and (max-device-width : 812px) and (-webkit-device-pixel-ratio : 3) 
{
	/*iPhone X in portrait & landscape*/
	
}
@media only screen and (min-device-width : 375px) and (max-device-width : 667px)
{
	/*iPhone 6, 7, & 8*/
	

}



/* Portrait and Landscape */
/* ----------- Android Hp ----------- */
@media only screen and (min-width: 681px) and (max-width: 767px)
{
	

}
@media only screen and (min-width: 481px) and (max-width: 680px)
{
	
	
	
}


/* ----------- iPad mini ----------- */
/* Portrait and Landscape */

@media only screen and (min-width: 768px) and (max-width: 1024px)
{

}
@media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) 
{
	

}

@media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) 
{
	
}


/* ----------- Laptop ----------- */
@media screen  and (min-width: 1200px)  and (max-width: 1600px)
{

}



/**** LARGE DESKTOP ****/
@media screen and (min-width: 1900px) 
{
  
}





