

input {
  border-radius:16px !important;
}
select {
  border-radius:16px !important;
}

    .globalpopup {
    position: fixed; 
    bottom: 0px; 
    top: 15%; 
    z-index: 111111112; display: none;
	left: 0px; right: 0px; margin-left: auto; margin-right: auto;  width: 600px;
	
    }
    .getglobalpopupinner {
    position:relative;width:760px;background-color:white;color:black;box-shadow:0px 1px 20px 0px black;
    }
	
	/*
    .getglobalpopupclosebutton {
    position:absolute;float:right;width:20px;height:20px;position:relative;float:right;z-index:1000;left:10px;top:-10px;cursor:pointer;
    background: url(/img/buttons/PopupClose.png) no-repeat;
    }
  */
  
    .getglobalpopuptitle {
    position:relative;height:30px;
	/* background-color:#E8E8E8; */
	
	padding:10px;font-size:18px;line-height:30px;margin-bottom:5px;
	
	color:white;background-color:#2b2b42;
	
    }
	
	.getglobalpopuptitle_whiteback{
		   position:relative;height:30px;
	/* background-color:#E8E8E8; */
	
	padding:10px;font-size:18px;line-height:30px;margin-bottom:5px;
	
	color:black;background-color:white;
	}
	
	.getglobalpopuptitle_whitebackblank {
		
		   position:relative;height:0px;
	/* background-color:#E8E8E8; */
	
	padding:10px;font-size:18px;line-height:30px;margin-bottom:5px;
	
	color:black;background-color:white;
	}

.getglobalpopuptitle_whitebackblankcenter {
		
		   position:relative;height:0px;
	/* background-color:#E8E8E8; */
	
	padding:10px;font-size:18px;line-height:30px;margin-bottom:5px;
	
	color:black;background-color:white;text-align:center;
	}
	
    .getglobalpopupmenudata {
    position:relative;float:right;font-size:11px;
    }

    .getglobalpopupdata {
background-color:white;
    }
	   .globalpopuplowresolution{
    position: fixed; 
    bottom: 0px; 
   margin: 0  !important; 
    top: 15%; 
    z-index: 111111112; display: none;
    }

   @media screen and (max-width: 958px) {
	   
	   .globalpopuplowresolution{
    position: fixed; 
    bottom: 0px; 
    margin: 0  !important; 
    top: 15%; 
    z-index: 111111112; display: block;
    }
	
	}
	
	    .getglobalpopupclosebutton {
      position:absolute;float:right;position:relative;float:right;z-index:1000;left:20px;top:-20px;cursor:pointer;
		
		  background-image: url("data:image/svg+xml;utf8,<svg width='14' height='14' viewBox='0 0 14 14' xmlns='http://www.w3.org/2000/svg'><path d='M14 1.41L12.59 0 7 5.59 1.41 0 0 1.41 5.59 7 0 12.59 1.41 14 7 8.41 12.59 14 14 12.59 8.41 7 14 1.41z' fill='%23FFF' fill-rule='evenodd'></path></svg>") ;	

width:14px;
height:14px;		  
		      background-position: right top;; 
	  /* Firefox */
	-moz-transition: all 1s ease;
	/* WebKit */
	-webkit-transition: all 1s ease;
	/* Opera */
	-o-transition: all 1s ease;
	/* Standard */
	transition: all 1s ease;
    }
	
	
		  .getglobalpopupclosebutton:hover {
	opacity: 1;
	
	/* Firefox */
	-moz-transform: scale(2) rotate(30deg) ;
	/* WebKit */
	-webkit-transform: scale(1.2) rotate(30deg) ;
	/* Opera */
	-o-transform: scale(2) rotate(30deg) ;
	/* Standard */
	transform: scale(2) rotate(30deg) ;
	
	z-index: 1000;
}



@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
     /* IE10+ CSS styles go here */
	 
	   .getglobalpopupclosebutton {
    position:absolute;float:right;width:20px;height:20px;position:relative;float:right;z-index:1000;left:25px;top:-25px;cursor:pointer;
    background: url(/img/buttons/Close_Cross_Transparent.png) no-repeat;
    }
	
}


    .globalpopupwback {
		
		position:absolute;width:300px;z-index:111111114;top:25%;left:-12%;background-color:white;    left: 0px;
    right: 0px;
    margin-left: auto;
    margin-right: auto;
	color:black;
	display:none;
	}
	
    .globalpopupwbackinner {
		
	padding:20px;
	text-align:center;
	}


