
/******************************************************/
/***********   MANAGE NCPDP PROFILE - START ***********/
/******************************************************/
#btnNCPDP {
    background-color: #FFF;
    color: #000;
    border: 1px solid #000;
    margin-bottom: 10px;
    float: right;
    font-size:18px;
}

#NCPDPEditorModal {
    width: 300px;
    overflow: visible;
    position: absolute;
    top: 43px !important;
    margin-left: -46px;
    display: block !important;
    padding-right: 0px !important;
    z-index: -10; /*IMPORTANT - this property is the fix to make the parent element button(CMS editor button, enroll button) clickable as the modal div is overlaying on top of the parent window when modal is not displayed.*/
}

/*
    IMPORTANT - this z-index property is the fix to make the parent element button(CMS editor button, enroll button) clickable as the modal div is overlaying on top of the parent window when the modal is not displayed.
*/
#NCPDPEditorModal.show {
    z-index: 10; 
}

#NCPDPEditorModal .modal-content {
    height: auto;
}

#NCPDPEditorModal .modal-title {
    font-size: 18px;
    color: #037AC6;
}

#NCPDPEditorModal .modal-backdrop {
    opacity: 0 !important;
}

#NCPDPEditorModal .modal-body {
    padding: 10px;
}

.modal-open {
    overflow-y: auto; /*When the NCPDP modal is open, makes the parent window scrollable*/
}

    #NCPDPEditorModal .modal-dialog {
        margin-top: -3px !important;
        box-shadow: 0 3px 6px 0 rgba(0,0,0,0.5);
    }

/******************************************************/
/***********   MANAGE NCPDP PROFILE - END ***********/
/******************************************************/

/** Video Player Size **/
.immu-video iframe {
    width: 516px !important;
    height: 290px !important;
}
