﻿
.editor-dialog {
    width: 720px;
    background: #fff;
    border: 2px solid #808080;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
}

    .editor-dialog iframe {
        width: 720px;
    }
  
/*****customize responsive******/
@media only screen and (max-width: 767px) {
    .filter select {
        width: 100% !important;
        margin-bottom: 4px;
        height: 31px !important;
    }

    .editor-dialog {
        left: 8px !important;
        width: 95% !important;
        height: 420px !important;
    }

        .editor-dialog iframe {
            width: 100% !important;
        }

    .popup {
        width: 96%;
        overflow: auto;
        max-height: 500px;
    }
}


@media only screen and (max-width: 512px) {
    .editor-dialog {
        left: 8px !important;
        width: 95% !important;
        /*height: 420px !important;*/
    }

        .editor-dialog iframe {
            width: 100% !important;
        }

        
}

