/*
<!---------------------------------------------------------------------------->
<!--                                                                        -->
<!--  (C) Copyright PIXEL software CO.,LTD. 2018 All Rights Reserved.       -->
<!--                                                                        -->
<!--  System Name  : TMAurora Site Monitoring                               -->
<!--                                                                        -->
<!--  File Name    : Main.css                                               -->
<!--                                                                        -->
<!--  Revision     : 01.00  [ 2018/05/10 ]              By Developer.Pixel  -->
<!--                 New                                                    -->
<!--                 -----------------------------------------------------  -->
<!--                                                                        -->
<!---------------------------------------------------------------------------->
*/

/*-----------------------------------------------------------------------------
 body
-----------------------------------------------------------------------------*/
body{
	display: flex;
	flex-direction:column;
	overflow:auto;
	height: 100%;
	width:100%;
	
}

/*-----------------------------------------------------------------------------
  Header Frame
-----------------------------------------------------------------------------*/
.header_frame{
	position:relative;
	display:flex;
	align-items: center;
	width:calc(100% - 0px);
	height: 48px;
	color: #fff;
	background-color: #013a8b;
	padding: 0px 0px 0px 0px;
}
	.hf_title{
		margin: 10px 30px 0px 20px;
	}


/*-----------------------------------------------------------------------------
  Main Frame
-----------------------------------------------------------------------------*/
.content_frame{
	width: 100%;
	height: 100%;
}
	.cf_mess{
		margin: 20px 0px 0px 20px;
		color:#b22222;

	}
