
/* Country Coverage revise */


#myTable tr.even {
    background-color: #f9f9f9;
}

#myTable tr.odd {
    background-color: #ffffff;
}



.coverage-container {
	display: flex;
	gap: 30px;
	max-width: 1200px; 
	margin: 0 auto; 
	padding: 20px;
	}
.filter-sidebar {width: 250px; flex-shrink: 0;}
.filter-sidebar button {
    border: 1px solid;
    border-color: #ccc #ccc #bbb;
    border-radius: 3px;
    background: #6aa6d2;
    color: rgba(255, 255, 255, .8);
    font-size: 14px;
    font-size: 1rem;
    line-height: 1;
    padding: .6em 1em .4em;
	text-align: left;
}


.table-content { flex-grow: 1; }

.filter-group { background: #f9f9f9; padding: 15px; border-radius: 5px; border: 1px solid #ddd; position: sticky; top: 20px; }
.filter-group h4 {margin-top: 0; color: #333; font-size: 16px; border-bottom: 1px solid #ccc; padding-bottom: 10px; text-align: left; }

.region-label { display: block; margin: 8px 0; cursor: pointer; font-size: 14px; text-align: left; }
.region-label input { margin-right: 10px; }
    
.fa-check-circle {color: #0fc636; font-size: 14px;}
.fa-times {color: #36567A; font-size: 14px; padding-right: 4px;}
.fa-question-circle-o {color: #999; font-size: 12px;}

.far {color: #999!important; font-weight: 300;}
.fa-question-circle {font-size: 12px!important;}

.fa-questionxxxx {color: red; font-size: 12px;} 

	
	@media (max-width: 768px) {
        .coverage-container { flex-direction: column; }
        .filter-sidebar { width: 100%; }
    }
	
	.spacer-240 {height: 240px;}
	
	
.mobile {background: #feffe0;}	

	
	/* old */

.coverage-wrap-top {display: block; width: 1000px; left: 10px; padding: 10px; margin: -25px auto 0 auto;}

.coverage-wrap {display: block; width: 1010px; margin: 0 auto; padding: 0 14px 0 3px; box-sizing: border-box;}

.spacer-210 {display: block; height: 210px;}

.country-row-static {
	display: block;
	position: fixed;
	background: #fff;
	z-index: 100;
	left: 0;
    width: 100%;
	padding-left: 4px;
	margin: -12px 0 0 -6px;
    border: 0px solid #ccc;
}
.country-row-static2 {
	display: block;
	position: fixed;
	background: #fff;
	z-index: 100;
	left: 0;
    width: 100%;
	padding-left: 4px;
	margin: -30px 0 0 -6px;  
}

.country-row-static2.stop { /* added 4/26 */
    position: absolute;
}
.country-row-wrap {display: block; width:1200px; margin: 0 auto; border: solid 0px purple;}

.country-row-head {
	display: table;
    width: 918px;
    margin: 0 0 0 280px;
	padding: 8px 0 0 0;
    border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}
 
.country-row {
	display: table;
    width: 100%;
    margin: 0;
    border-bottom: 1px solid #f5f5f5;
}

.country-row:hover {
	display: table;
    background: #d9f5fa;
}

.col-cell-cty {
	display: table-cell;
    vertical-align: middle;
    float: none;
    padding-bottom: 10px;
    padding-top: 10px;
    word-break: break-word;
    hyphens: auto;
	
}

.col-cell {
	display: table-cell;
    vertical-align: middle;
	text-align: center;
    float: none;
    padding-bottom: 10px;
    padding-top: 10px;
    word-break: break-word;
    hyphens: auto;
}

.tablex2 {with: auto; background: #f5f5f5;}

/* New table search styles -*/
.table-wrap {display: block; margin: 0 auto; width: 75%;}

#myInput {
  background-image: url('https://uwt-public.s3.us-east-1.amazonaws.com/2025/03/searchicon.png')!important;
  background-position: 10px 12px!important;
  background-repeat: no-repeat!important;
  background-size: 88%;
  width: 80%; 
  font-size: 16px; 
  padding: 12px 2px 12px 40px;
  border: 1px solid #ccc; 
  border-radius: 5px;
  background: #fff;
  color: #555;
  margin: 0 0 12px 0;
}
 
#myTable {
  border-collapse: collapse; /* Collapse borders */
  width: 100%; /* Full-width */
  border: 1px solid #ddd; /* Add a grey border */
  font-size: 16px; /* Increase font-size */
}

#myTable th, #myTable td {
  text-align: left; /* Left-align text */
  padding: 12px; /* Add padding */
 
}

#myTable tr {
  /* Add a bottom border to all table rows */
  border-bottom: 1px solid #ddd;
  width: 100%;
}

#myTable tr.header, #myTable tr:hover {
  /* Add a grey background color to the table header and on hover */
  background-color: #f1f1f1;
}

#myTable td {
  border: solid 1px white;
  text-align: center;
  padding: 12px;
}
#myTable .titleleft {
  text-align: left;
}


/* end */

.flag-icon {margin: 0 12px 5px 5px;}
.coverage-wrap .fa-check-circle {color: #0fc636; font-size: 24px;}
.coverage-wrap .fa-times {color: #36567A; font-size: 22px; padding-right: 4px;}
.coverage-wrap-top .fa-question-circle-o {color: #999999; font-size: 12px;}



.table-wrap .fa-check-circle {color: #0fc636; font-size: 24px;}
.table-wrap .fa-times {color: #36567A; font-size: 22px; padding-right: 4px;}

.odd { background: #f5f5f5; background: #e9ecef;}
.width18 {width: 18%;}
.width12 {width: 12%; margin: 0 10px 0 5px;}

.heading {color: #f0bf6a; color: #3fb1e6; line-height: 18px; font-weight: bold;}

 .pricing-plans-fullwidth {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap; 
	justify-content: center; 
	margin: 0 auto; 
	}
.pricing-plans {
	display: flex;
	float: left; 
	text-align: left;
 	margin: -10px 42px 10px 0;
	width: 300px; 
	height: 150px;
}
.pricing-plans ul {
	list-style: none;
	margin-left: -15px;
}
.pricing-plans li {
	font-size: 18px;
	margin: 10px 10px 10px -15px;
	padding-left: 25px;
	list-style: none;
}
.pricing-plans li img {
	border: solid 0px #ccc;
	margin: 0 5px -3px 0;
}

@media (max-width:768px) {
 
	 .spacer-240 {height: 210px;}
	.coverage-wrap-top {display: block; width: 100%; left: 10px; padding: 10px; margin: -55px auto 0 auto;}
	.coverage-wrap-top h1 {font-size: 28px; line-height: 32px;}
	.coverage-wrap {display: block; width: 100%; margin: 0 auto; padding-left: 3px; }
	.spacer-210 {display: block; height: 240px;}
	
	.country-row-wrap {display: block; width:100%; margin: 0;}
	
	.country-row-head, .country-row-head2 {
		display: table;
		width: 100%;
		margin: 0;
	}
	

	.heading {color: #3fb1e6; font-size: 12px; line-height: 14px; font-weight: bold;}
	.coverage-wrap .fa-check-circle {color: #e69506; font-size: 14px;}
	.coverage-wrap .fa-times {color: #36567A; font-size: 14px; padding-right: 4px;}
	
	.mobile-spacer {display: block; height: 140px;}
	
	h1 { font-size: 28px; line-height: 30px; width: 80%; margin: 1px auto 5px auto; }
	p {width: 80%; margin: 0 auto;}
	
	.country-row-static2 h1 {line-height: 30px; margin: 25px auto 5px auto;}
	.country-row-static2 p {line-height: 16px; margin-top: 5px;}

	h4.prices {margin: 1px 0 8px 0;}
	
	
	.heading {color: #3fb1e6; font-size: 10px; line-height: 14px; font-weight: bold;}
	.coverage-wrap .fa-check-circle {color: #e69506; font-size: 16px;}
	.coverage-wrap .fa-times {color: #36567A; font-size: 16px; padding-right: 4px;}
	h4.prices {margin: 1px 0 8px 0;}
	
	#myInput {
		background-image: url('https://uwt-public.s3.us-east-1.amazonaws.com/2025/03/searchicon.png')!important;
		background-position: 10px 12px!important;
		background-repeat: no-repeat!important;
		width: 78%;
		font-size: 16px; 
		padding: 12px 20px 12px 40px; 
		border: 1px solid #ccc; 
		border-radius: 5px;
		background: #fff;
		color: #555;
		margin: 10px auto 18px auto;
	}

	.table-wrap {margin: 4px; width: 98%;}
	
	#myTable {
		width: 100%; 
		border: 1px solid #ddd; 
		font-size: 16px; 
	}

	#myTable th, #myTable td {
		font-size: 12px;
		padding: 5px;  
	}

	.fa-check-circle {color: #0fc636; font-size: 18px;}
	.fa-times {font-size: 18px;}



	.pricing-plans-fullwidth {
		display: flex;
		flex-direction: row;
		flex-wrap: wrap; 
		justify-content: center; 
		margin: 0 auto; 
		}
	.pricing-plans {
		display: flex;
		float: left; 
		text-align: left;
		margin: 0 22px 3px 0;
		width: 285px; 
		height: auto;
		padding: 0;
	}
 
}

/* ipad */

@media screen and (min-width: 670px) and (max-width: 1088px){
	
	.coverage-wrap-top {width: 99%;}
	.country-row-head {width: 99%;}
	.coverage-wrap {width: 99%;}
	
	.pricing-plans {
		margin: -10px 12px 10px 0;
		width: 30.5%;
		height: auto;
	}

	.pricing-plans li {
		font-size: 16px;
		margin: 10px 10px 7px -15px;
	}

	
}