.win-warning-content {
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    text-align: center;
    overflow-x: auto;
    overflow-y: scroll;
    padding: 20px;
    z-index: 200;
		font-family:Verdana, Geneva, sans-serif;
		

}
.cover-warning {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.6;
    z-index: 100;
}
.container-modal-warning {
    max-width: 400px;
    margin: 200px auto;
    padding: 30px;
    background: #fff;
    max-height: 300px;
    overflow: hidden;
}
#b_yes, #b_no {
    padding: 10px 20px;
	border:1px solid black;
}
#b_yes {
    background: #086311;
    color:#fff; font-weight:bold;
}
#b_no {
    background: #961515;
    color:#fff; font-weight:bold;
}
.text-warning {
    margin-top:20px;
    color:red;
}
@media (max-height: 860px) {
    .container-modal-warning {
        max-width: 100%;
        margin: 100px 20px;
        padding: 19px;
        height: auto;
        min-height: 320px;
        background: #fff;
        overflow: hidden;
    }
 
}