﻿#__cameraModalId iframe {
    width: 100%;
    height: 100%;
}
#__cameraModalId .modal-dialog {
    width: 100%;
    max-width: 1000px;
}

#__cameraModalId .modal-header, #__cameraModalId .modal-footer {
    background-color: #295287;
    color: #c5cbce;
}
#__cameraModalId .modal-header button {
    color: #ffffff; 
}
#__cameraModalId .modal-header {
    padding: 0;
    height: 40px;
    padding-top: 10px;
    padding-left: 5px;
    padding-right: 10px;
}

#__cameraModalId .modal-footer {
    padding: 0;
    height: 40px;
    padding-right: 8px;
    padding-top: 2px;
}

#__cameraModalId .modal-content {
    /*width: 1000px;*/
    height: 736px;
}

#__cameraModalId .modal-body {
    height: 640px;
}
