/*!
 * @名称：common.css
 * @功能：1、sso项目公用css
 */
/* 防止用户自定义背景颜色对网页的影响，添加让用户可以自定义字体 */
body{
    font-family: "Microsoft YaHei", 微软雅黑, "Microsoft JhengHei", 华文细黑;
    behavior: url("csshover.htc");
    font-size: 20px;
    background-color: #f1f5f8;
    height: 100%;
    min-width: 1200px;
}
button,.ngiam-button,.ngiam-btn{
    border:none;
    cursor: pointer;
}
.ngiam-button-disabled
{
    cursor: not-allowed;
    opacity: .7;
    pointer-events: none;
    filter: alpha(opacity=70);
    -webkit-box-shadow: none;
    box-shadow: none;
}

/*--------------------------弹出窗--------------------------*/
.ngiam-popup-modal {
    background-color: #676a6c;
    filter: alpha(opacity = 50);
    opacity: 0.5;
    position: fixed;
    *position:absolute;
    z-index: 10000;
    width: 100%;
    height: 100%;
    top: 0px;
    display: none;
}

div.ngiam-popup-body {
    background-color: #FFF;
    position: fixed;
    *position:absolute;
    z-index: 10001;
}


.ngiam-dialog {
    font-family: "Microsoft Yahei", "微软雅黑", Arial;
    background-color: #ffffff;
    z-index: 10001;
    border-color: #3872ff;
    border-style: solid;
    border-width: 1px;
    position: relative;
}


.ngiam-dialogheader {
    text-align: center;
    width: 100%;
    height: 40px;
    line-height: 40px;
    background-color: #3872ff;
    color: white;
    margin-top:0px;
    font-size: 16px;
}

.ngiam-dialogfooter {
    text-align: center;
    padding: 20px;
    size: 15px
}

.ngiam-dialogfooter .ngiam-button {
    color:white;
    background-color: #3872ff;
    padding: 10px 20px;
    margin:0px 10px;
    font-size:15px;
}

.ngiam-closebutton {
    float: right;
    color: #fff;
    cursor: pointer;
}
.ngiam-closebutton:hover {
    text-decoration: none;
}


.ngiam-dialogmain {
    text-align: center;
    padding: 40px;
    size: 30px;
    clear: both;
}


/* no data */
.content-no-data {
    text-align: center;
    height: 150px;
    background-color: white;
    margin-top: 20px;
    padding-top: 50px;
    border: solid 1px #e0e0e0;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

/*register*/
button.disabled {background-color: #FAEBD7 !important; border-color: #FAEBD7!important;}
/*button.disabled:hover {cursor: wait;}*/
button.disabled:hover {cursor: not-allowed;}

/*export audit*/
#exportSetup .row {width: 100%; line-height: 34px; margin-top: 5px; margin-bottom: 5px; overflow: hidden; zoom: 1;}
#exportSetup .title {width: 20%; float: left;}
#exportSetup .info {width: 80%; float: left;}
#exportSetup input {width: 90%; padding: 0 10px;}


