/* ----- General ----- */
#d3ViewModal .modal-content {
    background-color: #433833;
    color: #fff;
}

#d3ViewModal .modal-header h4 {
    font-weight: 600;
}

#d3ViewModal .modal-header,
#d3ViewModal .modal-footer {
    padding: 10px 15px;
}

#d3ViewModal .modal-header .close {
    color: #fff;
    opacity: 0.5;
}

#d3ViewModal .modal-header .close:hover {
    opacity: 0.8;
}

#d3ViewModal .modal-footer button.btn-primary {
    background-color: #92BF21;
    border-color: #cdd6b7;
}

#d3ViewModal .modal-body {
    padding: 0;
}

/* ----- Iframe ----- */
#d3ViewModal .iframe-container {    
    padding-bottom: 60%;
    padding-top: 30px; height: 0; overflow: hidden;
}

#d3ViewModal .iframe-container iframe,
#d3ViewModal .iframe-container object,
#d3ViewModal .iframe-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* ----- Image ----- */
/*#d3ViewModal .img-container {
    overflow-y: auto;
}*/

#d3ViewModal .img-container img {    
    width: 100%;
}

/* ----- Notice ----- */

#d3ViewModal .notice-container {    
    padding: 15px;
    text-align: center;
    font-size: 1.6rem;
}