/*@charset "utf-8";*/

body {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    line-height: 1.5em;
    margin: 0;
    height: 90%;
}

input[type="button"] {
    cursor: pointer;
}

a, a:visited {
    color: #406377;
    text-decoration: none;
}

    a:hover {
        color: #993300;
        text-decoration: underline;
    }

body.cma_background {
    background-attachment: fixed;
    background-color: #9cbfb9;
    background-image: url("../images/blend.png");
    background-position: left top;
    background-repeat: repeat-x;
}

.container {
    /*min-height: 400px;
	height: 600px;
	border:1px dotted #ffffff;*/
    max-width: 1280px;
    min-width: 360px;
    margin: auto;
}

.ep_login_main {
    background-color: #ffffff;
    border: 8px solid #ffffff;
    border-radius: 4px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.5), 0 1px 0 rgba(255, 255, 255, 0.4) inset;
    margin: 50px auto;
    max-width: 400px;
    padding: 20px;
    background-attachment: fixed;
    background-color: #C5D3E1;
    background-image: url("../images/blend3.png");
    background-position: top;
    background-repeat: repeat-x;
}

.ep_login_header {
    text-align: center;
    font-size: 24px;
    font-weight: bold;
}

.logo_cma {
    padding-bottom: 20px;
    text-align: left;
    border-bottom: 2px dotted #cccccc;
    margin: 0 0 20px;
}

.logo_epo {
    margin: 0 0 20px;
}

.ep_login_body {
    margin-bottom: 30px;
    text-align: center;
}

.ep_login_footer {
    font-size: 0.9em;
    color: #666666;
    text-align: center;
}

.ep_login_inpbox {
    border: 1px solid #999999;
    background-color: #ffffff;
    margin-bottom: 10px;
    font-size: 24px;
    text-align: center;
    color: #009fd4;
    border-radius: 6px;
}

.ep_user, .ep_psw {
    text-align: center;
    font-size: 20px;
    width: 75%;
    padding: 10px 15px;
    border: 0px dotted #999999;
}

a.btn:hover {
    text-decoration: underline;
    background-image: linear-gradient(#66ccff, #09c, #0086b2);
}

a.btn, a.btn:visited {
    background-color: #09c;
    background-image: linear-gradient(#009fd4, #09c, #0086b2);
    /*border: 5px solid #009fd4;*/
    border: 3px solid #ffffff;
    border-radius: 4px;
    box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.5), 0 1px 0 rgba(255, 255, 255, 0.4) inset;
    cursor: pointer;
    display: block;
    padding: 5px;
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 10px;
    color: #ffffff;
    font-size: 14px;
    font-weight: bold;
    line-height: 1.5em;
    text-align: center;
    text-decoration: none;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.5);
}

a.btnBig {
    max-width: 400px;
    font-size: 20px;
    padding: 10px;
    border: 5px solid #ffffff;
    border-radius: 6px;
    box-shadow: 0px 3px 8px rgba(0, 0, 0, 0.5), 0 1px 0 rgba(255, 255, 255, 0.4) inset;
}

a.btnGreen:hover {
    text-decoration: underline;
    background-image: linear-gradient(#BAEC51, #6A9610, #6A9610);
}

a.btnGreen, a.btnGreen:visited {
    background-color: #92CD16;
    background-image: linear-gradient(#92CD16, #6A9610, #6A9610);
}

a.btnForgetPsw {
    display: inline;
    line-height: 3em;
    margin-left: 5px;
    font-size: 12px;
    padding: 6px 14px;
    border: 2px solid #ffffff;
    border-radius: 3px;
    box-shadow: 0px 3px 4px rgba(0, 0, 0, 0.5), 0 1px 0 rgba(255, 255, 255, 0.4) inset;
}

::-webkit-input-placeholder { /* WebKit browsers */
    color: #cccccc;
}

:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: #cccccc;
    opacity: 1;
}

::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: #cccccc;
    opacity: 1;
}

:-ms-input-placeholder { /* Internet Explorer 10+ */
    color: #cccccc;
}

/**************/

.ep_app_main {
    /*background-color:#CCFFCC;*/
    background-color: #ffffff;
    /*border: 2px solid #ffffff;*/
    border-radius: 4px 4px 0 0;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.5), 0 1px 0 rgba(255, 255, 255, 0.4) inset;
    margin: 8px 8px 0 8px;
    min-width: 800px;
    padding: 20px;
}

.ep_app_header {
    padding-bottom: 10px;
    text-align: left;
    background-color: #FFFFFF;
    border-bottom: 3px dotted #406377;
    height: 50px;
    margin: 0;
}

.ep_app_logos {
    float: left;
}

.ep_app_headright {
    float: right;
    margin-top: 10px;
    width: 50%;
}

.ep_app_sidebar {
    width: 16%;
    background-color: #FFFFFF;
    border-top: 2px solid #6A9610;
    padding: 20px 10px 20px 5px;
    clear: both;
    float: left;
    position: absolute;
    z-index: 9999;
    /*border: 3px solid rgba(0, 0, 0, 0.5);*/
    /*border-top: 0px;*/
    border-radius: 5px;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
    box-shadow: inset -2px -2px 2px 1px #6A9610;
    margin-left: 2px;
    margin-top: 145px;
    height: 250px;
}


.ep_app_body {
    float: left;
    min-width: 450px;
    width: 98%;
    background-color: #FFFFFF;
    padding: 20px 0px 20px 17px;
    border-left: 1px dotted #406377;
    min-height: 70%;
}

.ep_bodyTitle {
    float: left;
    font-size: 24px;
    font-weight: bold;
    color: #406377;
    padding-top: 10px;
}

.clear, lnBreak {
    clear: both;
}

.ep_footer {
    background-color: #406377;
    /*border: 0px solid #ffffff;*/
    border-radius: 0 0 4px 4px;
    box-shadow: 0 4px 5px rgba(0, 0, 0, 0.5), 0 1px 0 rgba(255, 255, 255, 0.4) inset;
    margin: 0 8px 30px 8px;
    padding: 20px;
    min-width: 800px;
    color: #FFFFFF;
    font-size: 0.9em;
}


/*--------------------------create Sam 2015-03-06--------------------------*/
.sublevel_bodyTitle {
    padding-top: 10px;
    font-size: 24px;
    font-weight: bold;
    color: #406377;
    width: 500px;
    position: relative;
    float: left;
}

.txt_special {
    border: 0px;
    width: 170px;
    border-bottom: 1px solid #808080;
}


.div_container {
    margin-bottom: 15px;
}

    .div_container table tr th {
        text-align: right;
        width: auto;
    }

.div_container_title {
    padding-top: 30px;
    margin-bottom: 15px;
}

.mandatory {
    color: #009fd4;
}

/*table style*/
.table-striped {
    width: 94%;
    border-collapse: collapse;
    border: none;
    table-layout: fixed;
}

    .table-striped thead tr {
        line-height: 25px;
        background-color: rgb(204, 204, 204);
    }

        .table-striped thead tr th {
            border: 1px solid #808080;
            text-align: center;
            font-size: 16px;
        }

    .table-striped tbody tr:nth-child(even) {
        background: #e8e8e8;
    }

    .table-striped tbody tr {
        height: 25px;
    }

        .table-striped tbody tr td {
            border: 1px solid #808080;
            /*word-break: keep-all;*/ /* 不换行 */
            /*white-space: nowrap;*/ /* 不换行 */
            /*overflow: hidden;*/ /* 内容超出宽度时隐藏超出部分的内容 */
            /*text-overflow: ellipsis;*/ /* 当对象内文本溢出时显示省略标记(...) ；需与overflow:hidden;一起使用。*/
        }

        .table-striped tbody tr:hover {
            background-color: rgb(228, 245, 255);
        }

        .table-striped tbody tr input[type="text"] {
            width: 100%;
            border: none;
            border-bottom: 1px solid rgba(0, 0, 0, 0.5);
        }

/*-------------带边框的基本表格---------------*/
.table_basic {
    border-collapse: collapse;
    border: none;
}

    .table_basic thead tr {
        line-height: 25px;
        background-color: rgb(204, 204, 204);
    }

    .table_basic tbody tr {
        vertical-align: top;
    }

    .table_basic thead tr th {
        border: solid #000 1px;
        border-color: #808080;
        text-align: center;
    }

    .table_basic td {
        border: solid #000 1px;
        border-color: #808080;
    }

    .table_basic tbody tr input[type="text"] {
        /*width: 100%;*/
        border: none;
        border-bottom: 1px solid rgba(0, 0, 0, 0.5);
    }


.tr_selected {
    background-color: rgb(124, 197, 229);
}

/*------------------无边框表格--------------------*/
.border_none tbody tr th {
    font-weight: normal;
    border: none;
}

.border_none tbody tr td {
    border: none;
    line-height: 10px;
}



/*－－－－－－－－－－－遮罩層－－－－－－－－－－－*/
.mask_layer_fullbg {
    background-color: gray;
    left: 0;
    opacity: 0.5;
    position: absolute;
    top: 0;
    z-index: 10000;
    filter: alpha(opacity=50);
    -moz-opacity: 0.5;
    -khtml-opacity: 0.5;
    width: 100%;
    height: 100%;
    display: none;
    z-index: 2147483640;
}

.mask_layer_dialog {
    background-color: #fff;
    border: 2px solid rgba(0,0,0, 0.4);
    /*width: 400px;*/
    /*height: 400px;*/
    /*top: 50%;
    left: 55%;
    margin: -200px 0 0 -200px;*/
    top: 50%;
    left: 50%;
    margin:-100px 0 0 0;
    padding: 1px;
    position: fixed !important;
    position: absolute;
    z-index: 2147483647;
    border-radius: 5px;
    display: none;
}

.tab {
    overflow: auto;
}

/*------------------------分页控件----------------------------*/
.fpage {
    width: 595px;
    margin: 0px auto;
    padding: 10px 0px 30px;
    font-size: 12px;
}

    .fpage span {
        border: 1px solid #ccc;
        border-radius: 3px;
        padding: 6px 10px;
        margin-left: 3px;
    }

        .fpage span a {
            text-decoration: none;
        }

        .fpage span:hover {
            background: #3B99FC;
            color: #fff;
            border: 1px solid #3B99FC;
        }

            .fpage span:hover a {
                color: #fff;
            }

        .fpage span.active {
            background: #3B99FC;
            color: #fff;
            border: 1px solid #3B99FC;
        }

            .fpage span.active a {
                color: #fff;
            }



/*----------new table------------------------*/
.SortDescCss {
    background-image: url(../images/sort_desc.png);
    background-repeat: no-repeat;
    background-position: right center;
}

.SortAscCss {
    background-image: url(../images/sort_asc.png);
    background-repeat: no-repeat;
    background-position: right center;
}

.NormalCss {
    background-image: url(../images/sort_both.png);
    background-repeat: no-repeat;
    background-position: right center;
}

.new_table {
    border-collapse: collapse;
}

    .new_table th {
        border:1px solid rgba(0, 0, 0, 0.5);
        background-color: #d9d9d9;
    }

    .new_table tbody td {
        border:1px solid rgba(0, 0, 0, 0.5);
        word-break: break-all;
        word-wrap: break-word;
    }
