﻿
.editor-dialog {
    background: #fff;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    padding: 12px;
    display: none;
}

    .editor-dialog iframe {
        width: 100% !important;
        height: 100% !important
    }

@media only screen and (max-width: 512px) {

    .editor-dialog {
        left: 8px !important;
        top: 10px !important;
        width: 95% !important;
        height: 95% !important;
    }


}
/* overwrite Boostrap Modal */
.modal-header {
    border: 0px !important;
    background: #fff url(/images/titlebar.jpg) repeat-x !important;
    color: white; padding-top: 3px !important;
    border-radius: 0px !important;
    -moz-border-radius: 0px !important;
    -webkit-border-radius: 0px !important;
}
.modal-content {
    border: solid 2px #3F6C9A !important;
    -moz-border-radius: 5px !important;
    -webkit-border-radius: 5px !important;
    border-radius: 5px !important;
}
.modal-body{
    padding: 8px !important
}
.modal-title {
    font-size: 1rem !important;
}
.modal-header .close {
    color: white !important;
}

.mb10 {
    margin-bottom: 10px
}

.mb15 {
    margin-bottom: 15px
}

.mb20 {
    margin-bottom: 20px
}

.mb30 {
    margin-bottom: 30px
}

.pt10 {
    padding-top: 10px
}
.pt20 {
    padding-top: 20px
}
.pt30 {
    padding-top: 30px
}

.pb10 {
    padding-bottom: 10px
}

.pb20 {
    padding-bottom: 20px
}

.pb30 {
    padding-bottom: 30px
}
