.wrap-page-mask .modal{
    overflow: auto;
}
a.link-danger{
    color: red;
    text-decoration: underline;
}
a.blue-link{
    color: blue;
}
.m-5{
    margin: 5px;
    display: block;
}
.radio-group input{
    margin-right: 5px;
}
.fr{
    float: right;
}
/*
#ios smooth scrolling issue --> -webkit-overflow-scrolling: touch;
*/
html, body{
    /*overflow: hidden;*/
    -webkit-overflow-scrolling: touch;
}
body:not(.bg-white) #page-container{
    position: relative;
    overflow: auto;
    width: 100%;
    height: 100%;
}
section.page-section{
    /*overflow: hidden;*/
}
.copiable.box{
    line-height: 20px;
    padding: 5px;
    border: 1px solid #DDD;
    display: inline-block;
    margin: 5px;
}
.s-13{
    font-size: 13px;
}
a.black{
    color: #000!important;
}
.html-content img{
    max-width: 100%!important;
}
.pointer{
    cursor: pointer;
}
.wrap-page-mask .modal.show{
    display: block;
    overflow: hidden;
}
.wrap-page-mask {
    background: rgba(39, 39, 39, 0.6);
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1049;
}
.wrap-loading{
    text-align: center;
    z-index: 9999999;
    position: fixed;
    top: 50%;
    left: 50%;
}
.site-left-right{
    padding-left: 15px;
    padding-right: 15px;
}