.cmdMain{
    width: 100%;
    height: 48px;
    line-height: 48px;
    border-bottom: 1px solid #ccc;
    background-color: #F0f0f0;
    position: absolute;
}
#PageMain{
    width: 100%;
    height: 100%;
    height: -moz-calc(100%-50px);
	height: -webkit-calc(100% - 50px);
	height: calc(100% - 50px);
    top: 50px;
    display: flex;
    padding: 0;
    position: relative;
    border-radius: 5px;
}
/*
.cmdMain{
    width: 100%;
    height: 48px;
    line-height: 48px;
    border-left: 3px solid #ccc;
    border-bottom: 1px solid #ccc;
    background-color: #F0f1f1;
    position: absolute;
    box-shadow: 0px 2px 0px 0px rgba(0,0,0,0.1);
}
    */
.PageMain{
    width: 100%;
    height: 100%;
    height: -moz-calc(100%-50px);
	height: -webkit-calc(100% - 50px);
	height: calc(100% - 50px);
    top: 50px;
    display: flex;
    padding: 5px 5px 0px 5px;
    position: relative;
    border-radius: 5px;
}
.ShowCenter{
    width: 100%;
    height: -moz-calc(100%-48px);
	height: -webkit-calc(100% - 48px);
	height: calc(100% - 48px);
    top: 48px;
    padding: 2px 2px 0px 2px;
    position: relative;
}
.ShowRight{
    width: 100%;
    height: -moz-calc(100%-48px);
	height: -webkit-calc(100% - 48px);
	height: calc(100% - 48px);
    top: 48px;
    padding: 2px 2px 0px 2px;
    position: relative;
}
.txtname_search{
    outline: 0px;
    background-color:white;
    color:blue;
    font-style: italic;
    width:240px;
    border:1px solid white !important;
    font-size: 12px;
    padding-left: 5px;
}

#MainCenter{
    position: relative;
    width: 435px;
    height: 100%;
    padding-right: 2px;
    border-right: 1px solid #ccc;
    box-shadow: 2px 0 5px 0 rgba(0,0,0,0.3);
    border-radius: 5px;
}
#MainRight{
    position: relative;
    width: -moz-calc(100%-440px);
	width: -webkit-calc(100% - 440px);
	width: calc(100% - 440px);
    background-color:white;
   /* margin-left: 5px;*/
    box-shadow: 2px 0 2px 0 rgba(0,0,0,0.3);
    border-radius: 5px;
}
#MainAll{
    width: 100%;
    height: 100%;
    border-radius: 5px;
    box-shadow: 2px 2px 2px 2px rgba(0,0,0,0.3);
}


.ul_content_menu{
	list-style-type: none;
    margin: 0;
    padding: 0;	
    display: flex;
    float: right;
	}
.ul_content_menu li{
	height:48px;
	text-align:center;
	cursor:default;
	line-height:48px;	
	}	
.ul_content_menu li a{
    padding-left: 10px;
    padding-right: 10px;
    font-size: 12px;
}
.ul_content_menu li a i{
    color: darkorchid;
    font-weight: bold;
}

.ul_content_menu li:hover{
	color: darkorchid;
	}	
.DataList{
    width: 100%;
    height: auto !important;
    background-color: white;
    position: absolute;
}
.DataList>tr{
    height: 60px !important;
    border-bottom: 1px solid #ccc !important;
}
.DataList>tr>td{
    height: 60px !important;
    border-bottom: 1px solid #ccc !important;
}
.DataList>td:first{
    width: 40px !important;
    align-items: center;
}
.Title{
    height: 30px;
    text-align: center;
    line-height: 30px;
    font-weight: bold;
    width: 100%;
    background-color:#106EBE;
    color: white;
    font-size: 13px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}
.ContenEdit{
    width: 100%;
    top:30px;
    position: absolute;
    background-color: white;
    padding: 5px;
    overflow-y: auto !important;
}
.CommandEdit{
    height: 30px;
    border-top: 1px solid #ccc;
    text-align: right;
    bottom: 0px;
    position: absolute;
    width: 100%;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    padding-right: 20px;
    line-height: 30px;
}

.CommandEdit button{
    width: 100px;
    height: 21px;
    border-radius: 5px;
    margin-right: 3px;
    border: 1px solid #ccc;
    font-size: 12px;
}
.pageEdit{
    width:100%;
    height:100%;
    z-index:99999;
    top:0px;
    display: none;
    position:absolute;
}
#cmdBack{
    display:none;
}
@media screen and (max-width:1000px) {
    #MainCenter{
        width: 100%;
    }
    #MainRight{
        display: none;
        width:100%;
        height:100%;
        position:absolute;
        z-index:999;
        left:0px !important;
    }
    .pageEdit{
        left:0px !important;
        z-index:99999999999;
        position:absolute;
    }
    #cmdBack{
        display:block;
    }
}
@media screen and (min-width:1001px) and (max-width:1210px) {
    #MainCenter{
        width: 300px;
    }
    #MainRight{
        width: -moz-calc(100%-305px);
        width: -webkit-calc(100% - 305px);
        width: calc(100% - 305px);
        display:block !important;
    }
}
