﻿

/* Modal Divs */
	img {
		border: none;
	}
    #modal_main {
         visibility: hidden;
         position: fixed;
         left: 0px;
         top: 0px;
         width:100%;
         height:100%;
         text-align:center;
         z-index: 9900001;
    }
	
    #modal_main div {
	     width: 800px;
	     height: 600px;
         margin: 50px auto;
         padding:0px;
         text-align:center;
	     background-image:url('/images/admin/admin_modal.png');
         z-index: 9900001;
    }
			
    
    .ConfirmDiv 
	{
		height: 100%;
		width: 100%;
		visibility: hidden;
		position:fixed;
		left:0px;
		top:0px;
		font-family:verdana;
		font-weight:bold;
		padding:40px;
		z-index:100;
		background-image:url(/images/mask.png);
		/* ieWin only stuff */
		_background-image:none;
		_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale src='../images/Mask.png');
	}

	.ModalPopup {
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 11px;
		font-style: normal;
		background-color: #FFFFFF;
		border: 1px solid #ACACAC;
		position:fixed;
		/* set z-index higher than possible */
		z-index:10000;
		visibility: hidden;
		color: Black;
		width: 300px;
		height :auto;
		overflow-y:inherit;
	}
	#ModalLoading
	{
		text-align: center;
	}
#ModalPopupDiv {
    height: 580px !important;
}


/* Mobile Devices----------- */
        @media only screen 
        and (min-device-width : 320px) 
        and (max-device-width : 767px)
        and (orientation: portrait) { 
         .device-popup {
			left: 22px !important;
			top: 40% !important;
			width: 280px !important;   
			height: 145px !important;
		   }
         .device-popup label{
			 font-size: 12px !important;
			 width: auto !important;
		 }
		           
        }
        
        @media only screen 
        and (min-device-width : 320px) 
        and (max-device-width : 767px)
        and (orientation: landscape) {  
	 .device-popup {
			left: 150px !important;
			top: 25% !important;
			width: 280px !important;   
			height: 145px !important;
		   }
      .device-popup label{
			 font-size: 12px !important;
			 width: auto !important;
		 }
		       
            
        }    
		
	/* tab Device portrait----------- */	
		@media only screen 
        and (min-device-width : 768px) 
        and (max-device-width : 1024px)
        and (orientation: portrait) {  
	 .device-popup {
			left: 200px !important;
			top: 35% !important;
	 }
	            
        }        
		
	/* tab Devices landscap----------- */		
		@media only screen 
       and (min-device-width : 768px) 
        and (max-device-width : 1024px)
        and (orientation: landscape) {  
	 .device-popup {
			left: 322px !important;
			top: 35% !important;
		
		 }
                
        	}        
		
