﻿.jqmWindow {
    display: none;
    
    position: absolute;
    top: 9%;
    left: 50%;
    
    margin-left: -300px;
    width: 600px;

    border: 1px solid #CCCCCC;  
    
    max-height: 300px;  /*66%;*/
}

.jqmWindow  .popup-window-header {
	background:#fff;
	border-bottom:1px solid #CCCCCC;
	/*height:25px;*/
	height:100%;
	padding:0 10px 0 10px;
}

.jqmWindow  .popup-window-header a{

	color:#000;

}

.jqmWindow  .popup-window-title {
	/*margin-left:10px;*/
	line-height:23px;
	color:#666; /*#DD7814;*/
	display:block;
	/*float:left;*/
	text-align:center;
	font-weight:bold;
	text-transform:uppercase;
}

.jqmWindow  .popup-window-subtitle,
.jqmWindow  .popup-window-subtitle p {
	
	color:#666; /*#DD7814;*/
	
}

.jqmWindow  .jqmClose
{
	/*float:right;*/
	text-align:center;
	margin-right:10px;
	line-height:23px;
}

.jqmWindow  .jqmClose a {
    
    color:#fff !important;
    
    	display: inline-block;
	    padding: 10px 30px 10px 30px;
	    margin-bottom: 5px;
	    background:#666;
	    	    	    
	   -webkit-box-shadow: 0 8px 8px -6px #000;
	   -moz-box-shadow: 0 8px 8px -6px #000;
	   box-shadow: 0 8px 8px -6px #000;
	   
	   
	   	-webkit-transition: all 300ms ease;
		-moz-transition: all 300ms ease;
        -ms-transition: all 300ms ease;
        -o-transition: all 300ms ease;
		transition: all 300ms ease;
	   
	    
	    font-family: Segoe UI, Arial, Helvetica, sans-serif;
	    	    
	    text-transform:uppercase;
	    line-height: 1;
	    color: #ffffff;
	    text-shadow: 0px 0px 0px rgba(000,000,000,0), 0px 0px 0px rgba(255,255,255,0);
	    
	    -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px;
}

   .jqmWindow  .jqmClose a:hover {
	    
	    cursor: pointer;
	    cursor: hand;
	    background:#c5a657;

        -moz-transform: translateY(10px);/* Firefox */
        -webkit-transform: translateY(10px);/* WebKit */
        -o-transform: translateY(10px);/* Opera */
        transform: translateY(10px);/* Standard */
	
}

.jqmWindow .popup-window-content
{
    color: #000;
    position:absolute;
    width: 580px;
    border: 1px solid #CCC;
    margin: -1px 0 0 -1px;
    padding:10px; 
    max-height: 370px;  /*66%;*/
    /*overflow: auto;*/
    background: #fff;

}

.jqmWindow .popup-window-content p,
.jqmWindow .popup-window-content div
{
    color:#000;
    font-size:11px;
    text-align: center;
    font-weight:bolder;
    background:#fff;

}
.jqmOverlay { background-color: #000; }

* html .jqmOverlay {
	position: absolute;
    top: expression((document.documentElement.scrollTop || document.body.scrollTop) + Math.round(17 * (document.documentElement.offsetHeight || document.body.clientHeight) / 100) + 'px');
}

/* Fixed posistioning emulation for IE6
     Star selector used to hide definition from browsers other than IE6
     For valid CSS, use a conditional include instead */
* html .jqmWindow {
     position: absolute;
     top: expression((document.documentElement.scrollTop || document.body.scrollTop) + Math.round(17 * (document.documentElement.offsetHeight || document.body.clientHeight) / 100) + 'px');
}

/* dnn7 edit content wysiwyg expanding limiting */
.ModCodingStaffHtmlPopupC .RadEditor.reWrapper {
    max-width: 100%;
    min-width: 100% !important;
    min-height: 315px !important;
}
.ModCodingStaffHtmlPopupC .RadEditor.reWrapper iframe {
    min-height: 200px;
}
@media screen and (max-width: 767px) {
.jqmWindow {
   left: 9px;
   margin-left:0px; 
   width: 300px;
}
.jqmWindow .popup-window-content {
   width: 280px;
}
.jqmWindow .popup-window-content p {
   width: 93% !important;
}
}