/* The Modal (background) */
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 999!important; /* Sit on top */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: hidden; /* Enable scroll if needed */

	
	background-color: rgba(0, 0, 0, 0.5);

 
}

.modal2 {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 999!important; /* Sit on top */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: hidden; /* Enable scroll if needed */
  	
background-color: rgba(0, 0, 0, 0.5);


 
}


.modalAddOns {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 9999999999999!important; /* Sit on top */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  padding-top: 100px; 
  overflow: hidden; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.6); /* Black w/ opacity */

}


.modalseries {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 9999999999999!important; /* Sit on top */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  padding-top: 100px; 
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.9); /* Black w/ opacity */
	

}

.popfooter {
	margin-top: -10px;
	padding-left: 20px; 
	padding-top: 20px; 
	background: #333 url('../img/Picture2_white.png');
}






/* Modal Content */
.modal-content {

  z-index: 1100; 
	margin-left: auto;
	margin-right: auto;
	
	height: auto;
 
	align-items: center;
  justify-content: center;
	
}

.modal-content100 {

    z-index: 1100; 
	top:0px;
	overflow: hidden;
	width: 100%;
	height: 100vh;
	align-items: center;
    justify-content: center;
	
	
}


.modal-content-webinar {

  z-index: 999999999999999999999; 
	margin: auto;
	width: 100%; /* Full width */
  height: 100%; /* Full height */
	padding: 10px;
	align-items: center;
  justify-content: center;
	background-color: #333;

}

.modal-content-nt {

  z-index: 99; 
	margin: auto;
	width: 300px; /* Full width */
  height: 600px; /* Full height */
	padding: 10px;
	align-items: center;
  justify-content: center;
	background-color: #333;

}


.modal-content-document {

  z-index: 999999999999999999999; 
	margin: auto;
	width: 100%; /* Full width */
  height: 100%; /* Full height */
	padding: 10px;
	align-items: center;
  justify-content: center;
	background-color: #fff;color: #333;

}


.ddmodal-content {
 background: #003366 url("../img/Picture2.png") top right fixed repeat;
  margin: 0 auto;
  padding: 0;
  width: 80%;
  z-index: 1100;
  
}

/* The Close Button */
.close {
  color: #000;
  
  font-size: 14px;
	font-weight: bold;
 
 
}

.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}

.tooltip {
    display:inline-block;
    position:relative;
    text-align:left;
	
	
}





.tooltip h3 {margin:12px 0;}

.tooltip .top {
    min-width: 160px;
    max-width:160px;
    top: 0px;
    left:50%;
    transform:translate(-30%,-100%);
    
    color:#ffffff;
    background-color:#17a8c4;
    font-weight:normal;
    font-size: 11px;
    border-radius: 90px;
    position:absolute;
    z-index:99999999;
    box-sizing:border-box;

    display:none;
	height: 30px;
	line-height: 20px;
	
	text-align: center;
}

.tooltip:hover .top {
    display:block;
}

.tooltip .top i {
    position:absolute;
    top:100%;
    left:30%;
    margin-left:-15px;
    width:30px;
    height:15px;
    overflow:hidden;
}

.tooltip .top i::after {
    content:'';
    position:absolute;
    width:15px;
    height:15px;
    left:50%;
    transform:translate(-50%,-50%) rotate(45deg);
    background-color:#17a8c4;
  
}



.tooltip .right {
    width: 180px;
 
    top:50%;
    left:100%;
    margin-left:30px;
    transform:translate(0, -50%);
    padding:0px 20px ;
    color:#333;
    background-color:#fff;
    font-weight:400;
    font-size:13px;
    border-radius:8px;
    position:absolute;
    z-index:99999999;
    box-sizing:border-box;
    box-shadow:0 1px 8px rgba(0,0,0,0.5);
    display:none;
	height: 40px;
	line-height: 20px;
}

.tooltip:hover .right {
    display:block;
}



.tooltip .right i {
    position:absolute;
    top:50%;
    right:100%;
    margin-top:-12px;
    width:12px;
    height:24px;
    overflow:hidden;
}

.tooltip .right i::after {
    content:'';
    position:absolute;
    width:12px;
    height:12px;
    left:0px;
    top:50%;
    transform:translate(50%,-50%) rotate(-45deg);
    background-color:#fff;
    box-shadow:0 1px 8px rgba(0,0,0,0.5);
}




.tooltip .right2 {
    min-width: 300px;
    max-width: 600px;
    top:50%;
    left:100%;
    margin-left:20px;
    transform:translate(0, -50%);
    padding:10px 20px;
    color:#333;
    background-color:#fff;
    font-weight:normal;
    font-size:13px;
    border-radius:8px;
    position:absolute;
    z-index:99999999;
    box-sizing:border-box;
    box-shadow:0 1px 8px rgba(0,0,0,0.5);
    display:none;
}

.tooltip:hover .right2 {
    display:block;
}



.tooltip .right2 i {
    position:absolute;
    top:50%;
    right:100%;
    margin-top:-12px;
    width:12px;
    height:24px;
    overflow:hidden;
}

.tooltip .right2 i::after {
    content:'';
    position:absolute;
    width:12px;
    height:12px;
    left:0;
    top:50%;
    transform:translate(50%,-50%) rotate(-45deg);
    background-color:#fff;
    box-shadow:0 1px 8px rgba(0,0,0,0.5);
}







