
/**
 * 
 *Copyright (c) 2016 12stars All Rights Reserved.
 *
 *
 *### hoon jo | 20161017 ###
 *@last_modified: 20161017
 *
 *@desc: 
 *@include: 
 *
 */


/***
 * suppress scrollbar from being rendered
 * this overrides the default bootstrap css
 ***/
.modal{
    overflow-y: auto;
}
.modal-open{
    overflow: auto;
}
.modal-open[style]{
    padding-right: 0px !important;
}


/***
 * common use modal
 ***/
.wbm_modal{
    /* bootstrap vertical scrollbar problem work-around */
    overflow: hidden;
    /*z-index: 41000;*/
}
.wbm_modal-content{
    /*background-color: #f7f7f7;*/
    border: solid 1px #fff;
}
.wbm_modal-header{
    color: #fff;
    padding: 8px 8px 8px 10px;
    background-color: /*#30557d*/ #999;
    border-top-right-radius: inherit;
    border-top-left-radius: inherit;
}
.wbm_modal-title{
    font-size: 14px;
}
.wbm_modal-body{
    font-size: 12px;
    padding: 14px 22px;
    padding-bottom: 4px !important;
}
.wbm_modal-footer{
    
}


