/*********************************************************************************************************************/ 
/*                    REGINA PLUS ® CLOUD BASED CENTRAL INFORMATION MANAGEMENT SYSTEM PROJECT                        */
/*********************************************************************************************************************/
/*                           by DONE MUHENDISLIK YAZILIM-BILISIM & DANISMANLIK HIZMETLERI                            */
/*********************************************************************************************************************/
/*********************************************************************************************************************/
/* COPYING,SHARING,MODIFYING/EDITING,RE-SELLING and/or PUBLISHING THIS FILE IS FORBIDDEN. ALL RIGHTS RESERVED © 2022 */
/*********************************************************************************************************************/
/* FILE PROCESS : PHONE SET - LANDSCAPE                                                                              */
/*********************************************************************************************************************/

/************************************************************************/
/* Phone Set - Landscape */
@media screen and (min-width: 567px) and (max-width: 897px) and (orientation: landscape) {
	body,html {
		height: auto;
		min-height: max-content;
		padding: 0;
		margin: 0;
		background-color: rgba(255,255,255,1);
		font-size: 16px;
		scroll-behavior: smooth;
	}

	#desktop_detector {
		display: none;
	}

	/********************************************/
	/** ROTATE SCREEN **/
	#rotate_screen_container {
		position: fixed;
		z-index: 1000;
		overflow: hidden;
        width: 100%;
        height: 100%;
		min-height: 100vh;
        background: rgba(198,32,38,1);
        display: flex;
        flex-wrap: wrap;
        flex-direction: column;
        align-items: center;
		align-content: center;
        justify-content: center;
	}

	#rotate_screen_container > #rotate_screen_image_container {
		position: relative;
		overflow: hidden;
        width: 100%;
        height: 50%;
        /*background: rgba(0,0,0,1);*/
        display: flex;
        flex-wrap: wrap;
        flex-direction: column;
        align-items: center;
		align-content: center;
        justify-content: center;
	}

	#rotate_screen_container > #rotate_screen_image_container > img {
		object-fit: contain;
		width: 100%;
		height: 100%;
	}

	#rotate_screen_container > #rotate_screen_text_container {
		position: relative;
		overflow: hidden;
		margin-top: 1%;
        width: 100%;
        height: auto;
        /*background: rgba(0,0,0,1);*/
        display: flex;
        flex-wrap: wrap;
        flex-direction: column;
        align-items: center;
		align-content: center;
        justify-content: center;
		text-align: center;
	}

	#rotate_screen_container > #rotate_screen_text_container > font {
		font-family: 'RobotoBold', Arial, sans-serif;
        font-size: 2.2vw;
        color: #ffffff;
		text-decoration: none;
	}
	/** END OF ROTATE SCREEN **/
	/********************************************/
	
	/********************************************/
	/********************************************/
	/********************************************/
	/********************************************/

	/********************************************/
	/** LOADING SCREEN **/
	#loading_screen_container {
		position: fixed;
		z-index: 2;
		overflow: hidden;
        width: 100%;
        height: 100%;
		min-height: 100vh;
        background: rgba(198,32,38,1);
        display: none;
        flex-wrap: wrap;
        flex-direction: column;
        align-items: center;
		align-content: center;
        justify-content: center;
	}

	/** END OF LOADING SCREEN **/
	/********************************************/

	/********************************************/
	/********************************************/
	/********************************************/
	/********************************************/

	/********************************************/
	/** PROCESSING SCREEN **/
	#processing_screen_container {
		position: fixed;
		z-index: 3;
		overflow: hidden;
        width: 100%;
        height: 100%;
		min-height: 100vh;
        background: rgba(198,32,38,1);
        display: none;
        flex-wrap: wrap;
        flex-direction: column;
        align-items: center;
		align-content: center;
        justify-content: center;
	}
	/** END OF PROCESSING SCREEN **/
	/********************************************/

	/********************************************/
	/********************************************/
	/********************************************/
	/********************************************/
}
/* END OF Phone Set - Landscape */
/************************************************************************/