
.body_wrap{
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-bottom: 10px;
}

.body_wrap div{
	align-self: center;
}

#mylogo{
	margin-top: 20px;
	margin-bottom: 20px;
}

.mbutton2{
	font-family: 'cs_prakasregular';
	width: 200px;
	height: 50px;
	margin-top: 20px;
	margin-bottom: 20px;
	padding-top: 8px;
	border: 1px solid #666666;
	border-radius: 10px;
	color: black;
	text-align: center;
	cursor: pointer;
	/*background-color: #8CA24D;
	background-color: #fcb040;*/
	background-color: #E2E2E2;
}

.mbutton2:hover {
	background-color: #B5B5B5;
}





.trans_head{
	width: 300px; 
	/*height: 60px; */
	margin-top: 30px;
	margin-bottom: 30px;
	text-align: center;
	font-size: 22px;
	font-weight: bold;
}

thead{
	background-color: #BCCE88;
}

table{
	/*border: 1px solid blue;*/
	width: 1024px;
	/*margin-top: 80px;*/
	font-size: 18px;
}

thead tr td{
	font-size: 22px;
	/*font-weight: bold;*/
}

td{
	text-align: center;
}

button {
	width: 100px;
	/*background-color: green;*/
}

#mystat{
	height: 30px;
	background-color: white;
	margin-top: 30px;
	margin-bottom: 10px;
	font-size: 20px;
}

#msg_1, #msg_2, #msg_3{
	height: 30px;
	background-color: white;
	/*margin-top: 30px;*/
	margin-bottom: 10px;
	font-size: 20px;
}

#btn_clr_msg{
	width: 135px;
	margin-bottom: 30px;
	margin-top: 30px;
}


.sysmgr_wrap {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100vw;

    
}

.sysmgr_frame{
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-self: center;
    text-align: center;
    /* margin-top: 25px; */
    padding-top: 5px;
    padding-bottom: 20px;
    padding-left: 10px;
    padding-right: 10px;
    border: 0px solid #909090;
    border-radius: 5px;
    /* background-color: #e6d8f7; */
    /* background-color: aquamarine; */
    cursor: pointer;
}

.sysmgr_font{
    color: #FE6695;
}

.sysmgr_font:hover{
    color: #000;
    /* background-color: #FE6695;; */
}
