#device-camera-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    overflow: hidden;
    z-index: 9;
    background-color: #fff;
}

#device-camera-button-capture {
    float: right;
    height: 34px !important;
    width: 34px !important;
}

#device-camera-button-capture .dx-button-content {
    padding: 6px !important;
}

#device-camera-button-switch {
    float: right;
    height: 34px !important;
    width: 34px !important;
    margin-right: 5px;
    margin-left: 0;
}

#device-camera-button-switch .dx-button-content {
    padding: 6px !important;
}


#device-camera-button-cancel {
    float: right;
    margin-right:5px
}

div#device-camera-button-bar {
    background: #eee;
    padding: 5px;
}

#device-camera-screen-title {
    float: left;
    height: 36px;
    padding-left: 10px;
    padding-right: 10px;
}

#device-camera-screen-title span{
    line-height: 36px;
    vertical-align: middle;
    font-size: 18px;
}

div#device-camera-container {
    margin: 0;
    padding: 5px;
    border: 1px solid;
    background: #888;
    height: calc(100% - 58px);
    overflow: auto;
}

#device-camera-canvas {
    display: none;
}