﻿/* css */




/* end iconfont------------------------------------------------------------*/



/* end fkw_theme------------------------------------------------------------*/











.EditMain {
    background-color: white;
}

input.text {
    border-bottom: 1px solid #A9C4DD;
    float: right;
}

input.label {
    float: left;
    width: 200px;
}

.ButtonList {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    flex-wrap: wrap;
}

.buttonlist, .ButtonList {
    margin: 10px;
    height: 40px;
    /*background-color: #A9C4DD;*/
}

.buttonitem {
    margin-top: 10px;
    width: 200px;
    float: right;
    margin-right: 10px;
    cursor: pointer;
}

.contentview {
    margin-top: 10px;
    clear: both;
}


.com_view_hide {
    display: none;
}

.com_view_show {
    display: block;
}

/*mask*/
.box_mask {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
    background: #000;
    /*opacity: 0.9;*/
    overflow: hidden;
}

/*content*/
.IDialogBoxWindow {
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1001;
    background: #FAFAFA;
}

.IDialogBoxTitleBar {
    display: none;
}


