.vg_mdl_view{
    display:none;
    position: fixed;
    width:1140px;
    top:0px;
    left:0px;
    z-index:1502;    
    background-color: white;
    border-radius: 5px;
}

.vg_mdl_hdr{
    background-color: orange;
    color:white;
    padding:10px 20px 10px 20px;
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-content: center;
    align-items: center;
    flex-wrap: wrap;    
}

.vg_mdl_bdy{
    padding: 20px 20px 20px 20px;
}

.vg_mdl_bdy_info{
    margin: 0px;
    padding: 0px 15px 0px 0px;
    overflow-y: auto;
}

.vg_mdl_bdy_ttl{
    font-size: 25px;
    font-weight: bold;
    font-family: 'Montserrat';
    text-align: left;
    line-height: 29px;
}

.vg_mdl_bdy_rmsn{
    width:100%; 
    overflow-y:auto;
    font-family: 'Montserrat';    
    font-size: 16px;
    text-align: justify;
    padding-top:10px;
    line-height: 20px;
}

.vg_mdl_bdy_hr{
    margin:16px 0px 20px 0px;
}

.vg_mdl_bdy_div_img{
    padding:12px 0px 0px 0px;
    height: 312px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
}

.vg_mdl_bdy_img{
    border-radius: 10px;
    height: 300px;
    width:auto;
}

.vg_mdl_bdy_dtll{
    width:100%; 
    overflow-y: hidden;
    overflow-x: hidden;
}

.vg_mdl_ftr{
    display:none;    
    width:100%; 
    overflow-y:hidden;
    overflow-x:hidden; 
}

.vg_mdl_ftr_vsbl{
    background-color: #edecec;
    width:100%; 
    height:50px;
    padding: 8px 20px 8px 20px;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;    
    display: flex;
    flex-direction: row;
    align-content: center;
    align-items: center;
    justify-content: flex-end;
}

.vg_mdl_hdr_ttl{
    font-size: 16px;
    font-weight: bold;
    font-family: 'Montserrat';
    text-align: left;
}

.vga_mdl_div_row{
    display: flex;
    flex-direction:row;
    justify-content: space-between;
    align-content: center;
    align-items: center;
    flex-wrap:nowrap;  
}

.vga_mdl_box{
    border: 1px solid #d9dbe0;
    border-radius: 12px;
    /*
    max-width: 350px;
    min-width: 315px;
    */
    width:100%;
    padding: 10px;
}

/*-----------------------------------------*/

.vga_mdl_view{
    display:none;
    position: fixed;
    width:1140px;
    top:0px;
    left:0px;
    z-index:1501;    
    background-color: white;
    border-radius: 5px;
}

.vga_mdl_bdy_info{
    margin: 0px;
    padding: 0px 05px 0px 0px;
    overflow-y: auto;
}

.vga_mdl_bdy_info_dcmnts{
    margin: 0px;
    padding: 0px;
    overflow-y: hidden;
}

.vga_mdl_box_fchHr{
    font-size: 10px;
    font-family: 'Montserrat';
    text-align: left;
    padding-top: 10px;
    cursor: default;
    font-style: italic;
    color: grey;    
}

.vga_mdl_box_ttl{
    font-size: 14px;
    font-family: 'Montserrat';
    font-weight: bold;
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
    cursor: default;
}

.vga_mdl_box_rsmn{
    font-size: 12px;
    font-family: 'Montserrat';
    text-align: justify;
    line-height: 15px;
    padding-bottom: 10px;
    height: 100px;
    cursor: default;
}

.vga_mdl_box_div_btn{
    /* text-align: center; */
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    align-items: center;
    align-content: center;
    flex-wrap: nowrap;
}


.vga_mdl_box_btn {
    border-radius: 5px;
    background-color: #ffc107;
    border: 1px solid #ffc107;
    text-align: center;
    font-size: 12px;
    font-weight: bold;
    font-family: 'Montserrat';
    padding-top: 4px;
    padding-bottom: 4px;
    padding-left: 10px;
    padding-right: 10px;
    cursor: pointer;
}

.vga_mdl_box_btn:hover{
    background-color: #d19e05;
}

.vga_mdl_box_img{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.vga_mdl_box_img_dtll{
    height:153px; 
    width:100%; 
    border-radius:5px;
    display:none;
}

.vga_mdl_box_vds{
    border: 1px solid #d9dbe0;
    border-radius: 12px;
    width: 100%;
    padding: 10px;    
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    align-content: center;
}

.adm_flex_dstrbd{
    display: flex;
    justify-content: flex-end;
    align-items: center;
    flex-wrap: nowrap;
    flex-direction: row;    
}

.adm_flex_extrms{
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: nowrap;
    flex-direction: row;  
    padding:10px 0px 20px 0px;
}

.adm_input_fnt12{
    font-family:Montserrat!important; 
    font-size:12px!important; 
}

.vga_slctd_bnfcs{
    font-family: 'Montserrat';
    font-size: 16px;
    font-weight: bold;
    padding: 5px 20px 5px 20px;
    border-radius: 5px;
    height:34px;
    background-color:#17a2b8;
    border-color:#17a2b8;    
    color:white;
    cursor:pointer;
    /*letter-spacing: 1.5px;*/
}

.vga_slctd_bnfcs:hover{
    background-color:#138496;
    border-color:#138496;        
}

.vga_ttl_SIB{
    font-size: 16px;
    font-family: 'Montserrat';
    font-weight: bold;
    text-align: left;
    padding-top: 10px;
    padding-bottom: 10px;
    cursor: default;
}

.vga_mdl_ssl_btn {
    border-radius: 5px;
    background-color:#17a2b8;
    border: 1px solid #17a2b8;
    color:white;  
    text-align: center;
    font-size: 12px;
    font-weight: bold;
    font-family: 'Montserrat';
    padding-top: 4px;
    padding-bottom: 4px;
    padding-left: 10px;
    padding-right: 10px;
}

.vga_mdl_ssl_btn:hover{
    background-color:#138496;
}

/*-----------------------------------------*/

.sbg_mdl_fnd_view{
    background-color: black;
    opacity: 0.35;
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 1600;
    width:100%;
    height:100%;
}

.sbg_mdl_view{
    display:none;
    position: fixed;
    width:940px;
    top:0px;
    left:0px;
    z-index:1652;    
    background-color: white;
    border-radius: 5px;
}

.sbg_mdl_hdr{
    background-color: #1e5099;
    color:white;
    padding:10px 20px 10px 20px;
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-content: center;
    align-items: center;
    flex-wrap: wrap;    
}

.sbg_mdl_bdy{
    padding: 20px 20px 20px 20px;
}

.sbg_mdl_bdy_info{
    margin: 0px;
    padding: 0px 15px 0px 0px;
    overflow-y: auto;
}

.sbg_mdl_bdy_ttl{
    font-size: 25px;
    font-weight: bold;
    font-family: 'Montserrat';
    text-align: left;
    line-height: 29px;
}

.sbg_mdl_bdy_rmsn{
    width:100%; 
    overflow-y:auto;
    font-family: 'Montserrat';    
    font-size: 16px;
    text-align: justify;
    padding-top:10px;
    line-height: 20px;
}

.sbg_mdl_bdy_hr{
    margin:16px 0px 20px 0px;
}

.sbg_mdl_bdy_div_img{
    padding:12px 0px 0px 0px;
    height: 312px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
}

.sbg_mdl_bdy_img{
    border-radius: 10px;
    height: 300px;
    width:auto;
}

.sbg_mdl_bdy_dtll{
    width:100%; 
    overflow-y: hidden;
    overflow-x: hidden;
}

.sbg_mdl_ftr{
    display:none;    
    width:100%; 
    overflow-y:hidden;
    overflow-x:hidden; 
}

.sbg_mdl_ftr_vsbl{
    background-color: #edecec;
    width:100%; 
    height:50px;
    padding: 8px 20px 8px 20px;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;    
    display: flex;
    flex-direction: row;
    align-content: center;
    align-items: center;
    justify-content: flex-end;
}

.sbg_mdl_hdr_ttl{
    font-size: 16px;
    font-weight: bold;
    font-family: 'Montserrat';
    text-align: left;
}

.vga_mdl_div_row{
    display: flex;
    flex-direction:row;
    justify-content: space-between;
    align-content: center;
    align-items: center;
    flex-wrap:nowrap;  
}

.vga_mdl_box{
    border: 1px solid #d9dbe0;
    border-radius: 12px;
    /*
    max-width: 350px;
    min-width: 315px;
    */
    width:100%;
    padding: 10px;
}

/*-----------------------------------------*/