.modal-hidden{
    display: none !important;
}

.adult-modal-open{
overflow: hidden;
}

.adult-modal-backdrop{
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 999999999;
    background-color: #000;
    opacity: 0.75;
}

.adult-modal{
    position: fixed;
    z-index: 9999999999;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow-x: hidden;
    overflow-y: auto;
    text-align:left;
}

.adult-modal-dialog{
    max-width: 650px;
    margin: 1.5em auto;
    position:relative;
    transition: -webkit-transform .3s ease-out;
    transition: transform .3s ease-out;
    transition: transform .3s ease-out,-webkit-transform .3s ease-out;
}

.adult-modal-content{
    background-color: rgba(255,255,255,1);
    color: rgba(0,0,0,1);
    border-radius: 6px;
    box-shadow: 0 5px 15px rgba(0,0,0,.5);
    margin: 0 5px;
}

.adult-modal-header{
    background-color: #f5f5f5;
    padding: 15px;
    border-radius: 6px 6px 0 0;
}

.adult-modal-header h3{
    color:#dc3545!important;
    text-align: center;
    font-size: 20px;
    margin: 5px 0;
    font-family: Arial, Helvetica, sans-serif !important;
    text-shadow: none;
    padding: 0;
    font-weight: normal;
}

.adult-modal-body{
    padding: 15px;
}

.adult-modal-body .scrollbox{
    max-height: 200px;
    overflow-y: scroll;
}

.adult-modal-body p{
    margin: 0 0 5px 0;
    font-size: 14px;
    color:#000;
    line-height: 1.6em;
    font-family: Arial, Helvetica, sans-serif !important;
    text-shadow: none;
    font-weight: normal;
}

.adult-modal-body p a, .adult-modal-body li a, .adult-modal-footer label a{
    color: #000;
    text-decoration: underline;
    text-shadow: none;
}

.adult-modal-body p a:hover, .adult-modal-body li a:hover, .adult-modal-footer label a:hover{
    color: #000;
    text-decoration: underline;
    text-shadow: none;
}

.adult-modal-body ul{
    margin: 10px 0 10px 20px;
    list-style-type: disc !important;
    padding: 0;
    font-family: Arial, Helvetica, sans-serif !important;
}

.adult-modal-body li{
    font-size: 14px;
    color:#000;
    line-height: 1.6em;
    margin: 0 0 5px 0;
    font-family: Arial, Helvetica, sans-serif !important;
    text-shadow: none;
    height: auto;
    padding: 0;
    font-weight: normal;
    width: auto;
    border: 0;
}

.adult-modal-footer{
    padding: 15px;
    border-top: 1px solid #f5f5f5;
    text-align: center;
}

.adult-modal-footer label{
    font-size: 12px;
    line-height: 1.6em;
    margin-bottom: 10px;
    text-align: left;
    font-weight: bold;
    text-shadow: none;
    font-family: Arial, Helvetica, sans-serif !important;
}

.adult-modal-footer label input{
    height: auto;
    width:auto;
    position: relative;
}

.adult-modal-footer:after{
    display: table;
    content: "";
    clear: both;
}

.green-btn, .red-btn{
    padding: 6px 12px;
    border-radius: 3px;
    border: 0;
    color:#fff;
    line-height: 1.6em;
    font-size: 14px;
    text-transform: none;
    margin: 0;
    font-family: Arial, Helvetica, sans-serif !important;
    text-shadow: none;
    width: auto;
    height: auto;
    display: inline-block;
}

.green-btn:hover, .red-btn:hover{
    color: #fff;
    text-decoration: none;
    cursor: pointer;
}

.green-btn{
    background-color: #28a745;
    float: left;
}

.green-btn:hover{
    background-color: #218838;
}

.red-btn{
    background-color:#dc3545;
    float: right;
}

.red-btn:hover{
    background-color: #c82333;
}