@charset "utf-8";
/* CSS Document */
/* The Modal (background) */
.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 3; /* Sit on top */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.8); /* Black w/ opacity */
}

/* Modal Content/Box */
.modal-content {
    background-color: #fefefe;
    margin: 3% auto; /* 15% from the top and centered */
    border: 1px solid #888;
    width: 55%; /* Could be more or less, depending on screen size */
	border-radius:0px;
}

.modal2 {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 2; /* Sit on top */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.8); /* Black w/ opacity */
}

/* Modal Content/Box */
.modal-content2 {
    background-color: #fefefe;
    margin: 3% auto; /* 15% from the top and centered */
    border: 1px solid #888;
    width: 40%; /* Could be more or less, depending on screen size */
	border-radius:0px;
}
/* The Close Button */
.close {
	top:-8px;
	position:absolute;
	right:-8px;
	margin:0px;
	z-index: 3;
	
}

.close2 {
	top:-8px;
	position:absolute;
	right:-8px;
	margin:0px;
}


.close:hover,
.close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
	}
	
	.close2:hover,
.close2:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
	}

input, label, textarea, select{	    
	   padding:10px; 
	   font-size:18px; 
	   font-family:Raleway; 
	   border:#efefef solid thin; 
	   box-shadow:#fff;
	   border-radius:5px;
	   margin-bottom:10px;
	   font-family:Raleway;
	   width:80%;
	   
	   
	   }
/*ul{
	list-style-type:none; 
	margin:0px; 
	padding:0px; 
	color:white;
	overflow:hidden;
	}
li{ float:left;
	}
li a {
    display: block;
    color:white;
    text-align: center;
    padding: 7px 20px;
    text-decoration: none;
	font-family:Raleway;
	
}

li a:hover {
    background-color:#07d5c9;
    color: white;
}

*/

.tabs {	
	float:left; 
	padding:3px;
	padding-top:10px;
	padding-bottom:10px; 
	font-family:Raleway;
	float: left;
    display: block;
	overflow:hidden;
    text-decoration: none;
    transition: 0.3s;
    font-size: 13px;
	border: 1px solid #ccc;
    background-color: #f1f1f1;
	cursor:pointer;
}

.tabs2 {
		float:left; 
		margin:5px;
		border-radius:5px; 
		padding:5px; 
		font-family:Raleway;
		font-size:12px;
}

.pay {
		background:#fff;
		margin:15px;
		border:thin solid #efefef;  
		padding:10px; 
		font-family:Raleway;
		width:90%;
		font-size:18px;
		text-align:justify;
		color:#07d5c9;
		
}

.pay2 {
		background:#fff; 
		padding:10px; 
		font-family:Raleway;
		width:100%;
		font-size:18px;
		text-align:justify;
		border:thin solid #efefef; 
		width:90%; 
}

tr{ font-size:14px; }

td{ padding:10px;  
	font-size:16px;
	text-align:center;
	}
	
th{ padding:10px;  
	font-size:16px; 
	text-align:right; 
	background:#07d5c9; 
	color:white; }
	
table {   
		border:thin solid #efefef; 
		font-family:Raleway; 
		border-top-left-radius:10px;
		margin:10px;
		width:90%;
		border-top-right-radius:10px; }
.invite{ cursor:pointer;}
		
.titleStarter{background-color:#e67e22; display:block; width:12px; height:45px; float:left; margin-right:5px;}

/* Remove margins and padding from the list, and add a black background color */
ul.topnav {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    background-color: #333;
}

/* Float the list items side by side */
ul.topnav li {float: left;}

/* Style the links inside the list items */
ul.topnav li a {
    display: inline-block;
    color: #f2f2f2;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
    transition: 0.3s;
    font-size: 17px;
}

/* Change background color of links on hover */
ul.topnav li a:hover {background-color: #555;}

/* Hide the list item that contains the link that should open and close the topnav on small screens */
ul.topnav li.icon {display: none;}


/* When the screen is less than 680 pixels wide, hide all list items, except for the first one ("Home"). Show the list item that contains the link to open and close the topnav (li.icon) */
@media screen and (max-width:680px) {
  ul.topnav li {display: none;}
  ul.topnav li.icon {
    float: right;
    display: inline-block;
  }
}

/* The "responsive" class is added to the topnav with JavaScript when the user clicks on the icon. This class makes the topnav look good on small screens */
@media screen and (max-width:680px) {
  ul.topnav.responsive {position: relative;}
  ul.topnav.responsive li.icon {
    position: absolute;
    right: 0;
    top: 0;
  }
  ul.topnav.responsive li {
    float: none;
    display: inline;
  }
  ul.topnav.responsive li a {
    display: block;
    text-align: left;
  }
}