#popup{
	position:fixed;
	z-index:9999999;
	background-color:#fff;
	border-radius:3px;
	overflow:auto;
	word-break: break-word;
}

.popup-not{
	display:none;
}

.popup-in{
	display:block;
}

#cancle{
	z-index:99999999;
    /*background-color: #000;
    width: 35px;
    height: 35px;
    text-align: center;
    border: 3px solid #fff;
    border-radius: 50%;*/
    position: fixed;
    color: #000;
    cursor:pointer;
    padding-top: 1px;
    font-weight: bold;
    font-size: 40px;
}

#strip-button{
	border-radius: 7px;
	cursor:pointer;
	display:none;
	padding :10px;
}

#strip{
	text-align:center;
	width:100%;
	padding:10px;
	z-index: 999999;
	position: fixed;
	display: none;
	left: 0;
}

#strip-text{
	margin-bottom: 10px;
}

/* The Modal (background) */
.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 999999999; /* Sit on top */
    padding-top: 100px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content */
.modal-content {
    background-color: #fefefe;
    margin: auto;
    padding: 20px;
    border: 1px solid #888;
    width: 80%;
}

/* 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;
}

/*
#wpadminbar{
	top:20 !important;
}
*/

#adminmenu #toplevel_page_medma-matix div.wp-menu-image::before {
    content: '\f159';
}

.modal-popup{
    position: fixed; /* Stay in place */
    z-index: 9999999; /* Sit on top */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

#wp-popup_image_content-editor-container{
	display: none;
}

.wp-editor-tabs{
	display: none;
}

.media-modal {
    z-index: 9999999999 !important;
}

#insert-media-button{
	z-index: 999999999;
	position: absolute;
	top: -40px;
}
