﻿/*Css Added by IDS*/

/* The Modal (background) */
.modalpopup {
    display: none;
    position: fixed;
    z-index: 1;
    padding-top: 100px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0,0.4);
    z-index: 999999;
}

/* Modal Content */
.modalpopup-content {
    background-color: #fefefe;
    margin: auto;
    padding: 20px;
    border: 1px solid #888;
    margin-top: 50px;
    width: 35%;
    border-radius: 10px;
    min-height: 230px;
}

/* The Close Button */
.close {
    color: #aaaaaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

    .close:hover,
    .close:focus {
        color: #000;
        text-decoration: none;
        cursor: pointer;
    }

/*wysiwyg position*/
.redactor-open.template2 .cke_chrome {
    visibility: inherit;
    top: 0 !important;
    position: fixed !important;
}

.template2 .cke_chrome {
    visibility: inherit;
    top: 0vw !important;
    position: fixed !important;
}