.crossbtn {
  	background: none repeat scroll 0 0 #012369;
    border: medium none;
    border-radius: 5px;
   	color: #fff;
    font-family: "OpenSansBold",sans-serif;
    font-size: 14px;
    margin: 0 0 10px 5px;
    padding: 10px 18px;
    text-transform: uppercase;
	text-decoration: none;
	display: inline-block; 
	position: absolute;
    top: -35px; 
	margin-left: 595px
}
.crossbtn:hover {
  background-color: #019cde;
  color: #012369;
}
.borderiframe{
	border: 0.3rem outset #019cde !important;
	filter:opacity(100%);
  	background:white;
} 

#modalTncId{
    /* left: 468px !important;
     top: 150px !important; */
    z-index: 9999999999 !important;
}

/* Spinner  */
.loader {
  position: fixed;
  border: 5px solid #f3f3f3;
  border-radius: 50%;
  border-top: 5px solid #3498db;
  width: 50px;
  height: 50px;
  left:48%;
  top:50%;
  transform: translate(-50%, -50%);
  -webkit-animation: spin 2s linear infinite; /* Safari */
  animation: spin 2s linear infinite;
  z-index: 99999999999 !important;
}

.borderiframe{
	position: absolute;
}

/* Safari */
@-webkit-keyframes spin {
  0% { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}


