html,
body {
    height: 100%;
}

ul,
li {
    list-style: none;
    margin: 0;
    padding: 0;
}

.w40 {
    width: 40px;
}

.w50 {
    width: 50px;
}

.w60 {
    width: 60px;
}

.w70 {
    width: 70px;
}

.w80 {
    width: 80px;
}

.w90 {
    width: 90px;
}

.w100 {
    width: 100px;
}

.w150 {
    width: 150px;
}

.w200 {
    width: 200px;
}

.w300 {
    width: 300px;
}

.w350 {
    width: 350px;
}

.w400 {
    width: 400px;
}

.wt80 {
    width: 80px !important;
}

.margin-t15 {
    margin-top: 15px;
}

.margin-b15 {
    margin-bottom: 15px;
}

.error {
    color: red;
}

.bg-gray {
    background-color: #f0f0f0;
}

.pre-wrap {
    white-space: pre-wrap;
    word-break: break-all;
    word-wrap: break-word;
}

.table th {
    text-align: center;
}

.table-vcenter > tbody > tr > td, .table-vcenter > thead > tr > th {
    vertical-align: middle;
}

.table .switch label {
    padding: 0;
    height: 30px;
}

.chart-container {
    min-height: 500px;
}

/*============= search start */
.search-inline {
    /*margin-bottom: 15px;*/
}

    .search-inline > .search-group {
        display: inline-block;
        margin-right: 5px;
        margin-bottom: 10px;
    }

        .search-inline > .search-group > input, .search-inline > .search-group > select {
            display: inline-block;
            width: 120px;
        }

@media (min-width: 1024px) {
    .search-inline {
        float: right;
        vertical-align: middle;
    }

    .search-left-fixed {
        float: none;
    }
}

.tools-group {
    margin-bottom: 15px;
}
/* search end =============*/

/*============= detail view start */
.dl-line {
    margin-top: 10px;
    margin-bottom: 20px;
}

    .dl-line > dt {
        float: left;
        clear: left;
        width: 150px;
        display: block;
        overflow: hidden;
        white-space: nowrap;
        font-weight: bold;
        text-overflow: ellipsis;
        line-height: 200%;
        text-align:left;
    }

    .dl-line > dd {
        display: block;
        margin-left: 180px;
        line-height: 200%;
    }

        .dl-line > dd::before, .dl-line > dd::after {
            display: inline-block;
            content: "";
        }

.dl-detail {
}
    .dl-detail label{
        margin:0;
    }
    .dl-detail > dt {
        float: left;
        clear: left;
        width: 150px;
        display: block;
        overflow: hidden;
        white-space: nowrap;
        font-weight: bold;
        text-overflow: ellipsis;
        line-height: 30px;
    }

    .dl-detail > dd {
        margin-left: 180px;
        line-height: 30px;
        min-height: 30px;
        word-break: break-all;
    }

.table-detail th{
    text-align:left;
    width:120px;
}

.table-detail td {
    text-align: left;
}
/* detail view end =============*/

/*============= create or edit by table start */
.table-modify {
    width: 100%;
    min-width: 800px;
}

    .table-modify th {
        width: 16%;
        text-align: right;
        padding: 5px 10px;
    }

    .table-modify td {
        width: 34%;
        padding: 5px 10px;
    }
/* create or edit by table end =============*/

/****=========================================================****/
/****=========================================================****/
