     .tabs input[type=radio] {
	          position: absolute;
	          top: -9999px;
	          left: -9999px;
	      }
	      .tabs {
		   
	     /*   min-width:1250px;
			max-width:95%;  */
			width:1250px;
	        float: none;
	        list-style: none;
	        position: relative;
	        padding: 0;
	        margin: 2px auto;
			z-index:2;
	      }
	      .tabs li{
	        float: left;
	      }
	      .tabs label {
		      /* display: block; */
	          padding: 5px 18px;
		
			border-radius: 22px 12px 0 0;
			box-shadow:0 5px 10px 0 #333333;
	         
	          color: white;
	          font-size: 12px;
	          /* font-weight: bold;*/
	          background: #F08143;
	          cursor: pointer;
	          position: relative;
			  left:-4px;
	          top: 0px;
	          -webkit-transition: all 0.2s ease-in-out;
	          -moz-transition: all 0.2s ease-in-out;
	          -o-transition: all 0.2s ease-in-out;
	          transition: all 0.2s ease-in-out;
	      }
		  
		  
		  
		    .containerDataTablND{
		  display: block;
		  padding: 2px 2px;
		  box-shadow:0 5px 10px 0 #333333;
		  border-radius: 8px;
		  
		  } 
		  
		  .containerDataTabl{
		  display: block;
		  padding: 2px 2px;
		  box-shadow:0 5px 10px 0 #333333;
		  border-radius: 8px;
		  
		  } 
		 
		 		 .containerDataTablND  label {
		  /* display: block;*/
		  padding: 4px 8px; 
		    box-shadow:0 0px 0px 0 #333333;
		 border-radius: 0px;
		  background: #F08143;
		  font-size: 12px;
		  font-family: Verdana, Geneva, sans-serif;

		  } 
		 
		 
		 
		 
		 .containerDataTabl  label {
		  /* display: block;*/
		  padding: 4px 8px; 
		    box-shadow:0 0px 0px 0 #333333;
		 border-radius: 0px;
		  background: #F08143;
		  font-size: 12px;
		  font-family: Verdana, Geneva, sans-serif;

		  } 
		  
	      .tabs label:hover {
	        background: #AEACAC;
	        top: 0;
	      }
	      
	      [id^=tab]:checked + label {
	        background: #f08143;
	        color: white;
	        top: 0;
	      }
	      
	      [id^=tab]:checked ~ [id^=tab-content] {
	          display: block;
	      }
	      .tab-content{
	        z-index: 2;
			min-width:1250px;
			max-width:1251px;					
			overflow-y:hidden;
			 display: none;
			/*text-align: top;*/
	        text-align: left;
	        width: 1250px;
	        font-size: 12px;
	        /* line-height: 100%;*/
	        padding-top: 15px;
	        background: #ede0d9;
	        padding: 5px;
	        color: black;
			border:2px solid #f08143;
			border-radius:0 8px 8px 8px;
			box-shadow:0 5px 10px 0 #333333;
	        position: absolute;
    		top: 24px;
			min-height:750px;
			max-height:751px;
	        left: 0;
	        box-sizing: border-box;
	       
	      }
	

.menuClass{
	position: fixed;

	z-index: 45; 

	min-width:150px;
	color:#858282;	
	font-size:12px;  
	font-weight:bold;
	        margin: 0px;
	        background: #ede0d9;
	        padding: 20px;
	     
	   opacity:0.80;

		    border:1px solid #f08143;
			border-radius:8px 8px 8px 8px;
			box-shadow:0 5px 10px 0 #333333;
	}

.menuClass:hover {
	display:block;
visibility:visible;
}
	


.status{
	position: fixed;
	display:block;
	z-index: 45; 
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	  margin: 0 auto;
	  
	   background-image: url(../images/preloader.gif);

 background-repeat: no-repeat; 
background-position: center; 	  
 
background-color:#CCCCCC;  
opacity:0.3;
	}



 .pageOn{
		      /* display: block; */
	       
			position: relative;
			 padding: 5px;
			border-radius: 2px 2px 2px 2px;     
			box-shadow:0 2px 2px 0 #333333;
	         width:15px;
			 height:20px;
	          color: #F08143;
	          font-size: 12px;
	          /* font-weight: bold;*/
	          background: #EDE0D9;
	          cursor: pointer;
			 
margin-left:5px;			  
margin-right:2px;
			

	       
	      }
		  


	
.statusOLD{
	position: fixed;
	display:block;
	z-index: 45; 
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	  margin: 0 auto;
	  
	   background-image: url(../images/preloader.gif);

 background-repeat: no-repeat; 
background-position: center;  
background-color:#CCCCCC;  
opacity:0.5;
	}

  .statusABS{
	position: absolute;
	display:block;
	z-index: 45; 
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	  margin: 0 auto;
	  
	   background-image: url(../images/preloader.gif);

 background-repeat: no-repeat; 
background-position: center;  
background-color:#CCCCCC;  
opacity:0.5;
	}
		  
		  
		  
		  