/* Modal Content */
.modal-content {
    background-color: #fefefe;
    margin: auto;
    padding: 20px;
    border: 1px solid #888;
    width: 30%;
    font-size:16px;
}

/* The Modal (background) */
.qna_pop_modal
{
    font-family: Arial, Helvetica, sans-serif;
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    padding-top: 200px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* The Close Button */
.qna_pop_close {
    color: #aaaaaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.qna_pop_close:hover,
.qna_pop_close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}

.qna_pop_title {
    /*font-size:20px;*/
    margin-bottom:20px;
}
        

/* The Modal (background) */
.main_pop_modal
{
    font-family: Arial, Helvetica, sans-serif;
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    padding-top: 120px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* The Close Button */
.main_pop_close {
    color: #aaaaaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.main_pop_close:hover,
.main_pop_close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}

.main_pop_title {
    /*font-size:20px;*/
    margin-bottom:20px;
}

/* Check latest Version Modal (background) */
.version_pop_modal {
    font-family: Arial, Helvetica, sans-serif;
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    padding-top: 150px;  /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
    }

/* Check latest Version Modal Content */
.version_modal-content {
    background-color: #fefefe;
    margin: auto;
    padding: 20px;
    border: 1px solid #888;
/*            width: 40%;*/
/*    width: 600px;*/
    font-size: 16px;
    }

/* The Close Button */
.version_pop_close {
    color: #aaaaaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
    }

.version_pop_close:hover,
.version_pop_close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
    }

.version_pop_title {
    margin-bottom:20px;
    font-weight: 700;
    }        

.version_pop_title_v {
    margin-bottom:10px;
    font-weight: 700;
    color: cadetblue;
    }        

.version_pop_sub {
    margin-bottom:10px;
    padding-bottom: 10px;
    border-bottom: 1px dotted #ddd;
    color: cadetblue;
    font-weight: 700;
    }        

.version-scroll-bar>dt { 
/*  background-color: #cdd; */
    border: 1px solid #000;
    border-radius: 6px;
    margin-bottom: 10px; 
    padding: 5px;
    cursor: pointer;
}
.version-scroll-bar>dt span { 
    display: inline-block; 
    width: 5px; 
    height: 5px; 
    background-color: black;
    vertical-align: middle; 
    margin-right: 10px; 
    margin-left: 5px; 
}
.version-scroll-bar>dt.on span { 
    background-color: red; 
}
.version-scroll-bar>dd { 
/*  background-color: #eee; */
    margin: 5px; 
    padding: 5px; 
    display: none; 
    } 
.version-scroll-bar p.line_text{
  border-bottom: 1px dotted #ddd;  
  margin-bottom: 10px;
    padding-bottom: 10px; 
    color: cadetblue; 
    font-weight: 700;
}

@media all and (min-width:768px) and (max-width:1279px) {    
    .modal-content {
        width: 40%;
    }    
}
@media (max-width: 767px) and (min-width: 200px) {
    .modal-content {
        width: 80%;
    }
}
