/*弹出框最外层*/
#promptWinContainer {
    background: #fff;
    font-size: 12px;
    font-family: '宋体';
    /*filter: progid:DXImageTransform.Microsoft.Shadow(Color=#ff666666, Strength=5, Direction=135);*/
    border: 1px solid gray;
    border-radius: 5px;
    border: 0px;
    border-top: 1px solid #eff1f6;
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.29);
}
/*标题*/
#titleContainer {
    height: 35px;
    line-height: 35px;
    /*background: #CFD7EC url(../Images/title_bg_left.gif) no-repeat top left;*/
    text-align: center;
    /*border-bottom: 1px solid #eeecef;*/
    /*background-image: linear-gradient(to bottom, #f8f9fa, #efefef);*/
    border: 0px;
    /*border-bottom: 1px solid #eff1f6;*/
    /*box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.29);*/
}

#titleText {
    font-size: 14px;
    font-weight: bold;
    color: #424e5f;
    margin-left: 5px;
    float:none !important;
    text-align:center;
}

#titleCtrl {
    padding: 4px 5px 0px;
    height: 25px;
    /*background: #CFD7EC url(../Images/title_bg_right.gif) no-repeat right top;*/
}

#promptContentTable {
    /*background: #ffffff url(../Images/content_bg.gif) repeat-x left top;*/
    border: 0px;
    margin: 0px;
    padding: 0px;
    color: #424e5f;
}
   /* #promptContentTable:after {
        content: "";
        display: block;
        width: 100%;
        border-top: 1px solid #d2d2d2;
        position: absolute;
        bottom: 40px;
    }*/
#winMiddleLeft, #winBtnLineLeft {
    width: 3px;
    font-size: 3px;
    /*background: url(../Images/win_l.gif) repeat-y;*/
}

#winMiddleRight, #winBtnLineRight {
    width: 3px;
    font-size: 3px;
    /*background: url(../Images/win_r.gif) right repeat-y;*/
}

#winBottomCenter {
    height: 3px;
    font-size: 3px;
    /*background: url(../Images/win_b.gif) repeat-x;*/
}

#winBottomLeft {
    width: 3px;
    font-size: 3px;
    height: 3px;
    /*background: url(../Images/win_lb.gif) repeat-y;*/
}

#winBottomRight {
    width: 3px;
    font-size: 3px;
    height: 3px;
    /*background: url(../Images/win_rb.gif) repeat-y;*/
}

#winMiddleCenter {
    font-size: 14px;
    /*padding: 10px 0px;*/
    padding-left: 0px; /*此处数值要大于提示图标的大小，否则会显示很难看*/
    /*text-align:center;*/
    text-align: left;
    display: inline-block;
    overflow-y: auto;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin-top: 5px;
    word-break: break-all;
    word-wrap: break-word;
}

.ymPrompt_alert {
    /*background: url(../Images/info.gif) no-repeat 20px 50%*/
}

.ymPrompt_succeed {
    /*background: url(../Images/right.gif) no-repeat 20px 50%*/
}

.ymPrompt_error {
    /*background: url(../Images/err.gif) no-repeat 20px 50%*/
}

.ymPrompt_confirm {
    /*background: url(../Images/ask.gif) no-repeat 20px 50%*/
}

.ymPrompt_close {
    position:absolute;
    cursor: pointer;
   /* background: url(../Images/close.gif) no-repeat 0 0;*/
    width: 16px;
    height: 16px;
    top:0px;
    right:20px;
    font-weight:bold;
    display:none;
}
.ymPrompt_close::after {
    content: "×";
}
.ymPrompt_close:hover {
    color: #3880ff;
}
/*取消确认按钮样式*/
input .btnStyle {
    /*background:url(../Images/btn_bg.gif) no-repeat;*/
    width: 80px;
    height: 21px;
    line-height: 21px;
    font-size: 14px;
    color: #424e5f;
    border: 0px;
    background-color: #fff;
}
#promptContentTable input[type="button"] {
    border: 0px;
    color: #3880ff;
    font-size:15px;
}
#promptContentTable input[type="button"]:nth-of-type(1) {
    /*margin-right: 5%;*/
}
#promptContentTable input[type="button"]:nth-of-type(2) {
   /* margin-left: 5%;*/
}
#promptContentTable input[type="button"]:hover {
    border: 0px !important;
    box-shadow: 0 0 0px #79b8ff !important;
    font-weight:bold;
    color:#007aff;
}
#promptContentTable input[type="button"]:focus {
    border: 0px !important;
    box-shadow: 0 0 0px #79b8ff !important;
}
#winBtnLineCenter {
    padding-bottom: 15px;
    border-top: 1px solid #d0d0d0;
}
#winBtnLineLeft {
    border-top: 1px solid #d0d0d0;
}
#winBtnLineRight {
    border-top: 1px solid #d0d0d0;
}
#winBtnLineCenter input {
    padding: 3px;
    padding-left: 8px;
    padding-right: 8px;
    background-color: #fff;
    margin-top: 8px;
}
#winBtnLineCenter input:hover {
    color: #3880ff;
    border-color:#526ecc;
}
.WarnSepFontStyle {
    color: #4587f2;
    font-size: 14px;
    transform: scale(3.5,2.5);
    display: inline-block;
    margin-right:10px;
    width:40px;
    text-align:center;
}
.WarnSepFontStyle.ConfirmSepFontStyle {
    color: #4587f2;
}
.WarnSepFontStyle.SuccessSepFontStyle {
    color: #8ed2ac;
}
.WarnSepFontStyle.FailSepFontStyle {
    color: #f2686e;
}
