
div .g_chart_type select,
div .g_chart_type input {
    vertical-align: middle;
}

.g_chart_type {
  font-size: 11px;
  margin-left: auto;
}

.g_chart_type.dark{
  color: #fff;
}

h1 {
  text-align: center;
  font-family: Tahoma, Arial, sans-serif;
  color: #06D85F;
  margin: 80px 0;
}
.box {
  background-clip: padding-box;
}
.button {
  color: #000;
  border-radius: 3px;
  text-decoration: none;
  cursor: pointer;
}


.pinned_filter{
	margin: 0 auto;
	width: 70vw;
	height: 3px;
    padding-top: 5px;
    padding-bottom: 25px;
    background-color: #F2F2F2;
    display:none;
}

.pinned{
	opacity:0.5;
}

.button i{
	display: inline-block;
    font: normal normal normal 14px/1 FontAwesome !important;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
}

/* Toggle this class - hide and show the popup */
.showPopup {
  /* visibility: visible; */
  display: block;
  -webkit-animation: fadeIn 1s;
  animation: fadeIn 1s;
}

.tooltip {
    pointer-events:none; /*let mouse events pass through*/
    opacity:0;
    transition: opacity 0.3s;
}

.tooltip_text{
	pointer-events:none; /*let mouse events pass through*/
    opacity:0;
    transition: opacity 0.3s;
    text-shadow:1px 1px 0px gray;
}

div.tooltip {
    background: #fff;
    /* background: #663300; */
	border: #989DA5 1px outset;
	position: absolute;
	color: #fff;
	font-weight: 400;
	font-size: 11px !important;
    font-family: Arial, Verdana, Tahoma, sans-serif !important;
	
}
g.tooltip:not(.css) {
  fill:currentColor;
}


svg {
    overflow:visible; 
}
button{
  display:block;
  margin: 0 auto 20px;
  padding: 0.5em;
  box-shadow: 0 0 2px 2px navy;
}

h1{
  text-align:center;

}

#v_head{	
	margin:0;
	font-size: 20px;
	color: #323232;
	text-align: center;
	font-weight : normal;
	font-family: Arial, Verdana, Tahoma, sans-serif;
}

#svg_id, #svg_continents, #svg_isps {
	font-size: 11px !important;
    font-family: Arial, Verdana, Tahoma, sans-serif !important;
	
}

.infotip {
  position: relative;
  display: inline-block;
}

.infotip .infotiptext {
  visibility: hidden;
  width: 390px;
  border: 1px solid #bfbfbf;
  background-color: #f2f2f2;
  color: #323232;
  text-align: center;
  border-radius: 6px;
  padding: 5px 0;
  position: absolute;
  z-index: 1;
  right: -95%;
  top: 150%;
  opacity: 0;
  transition: opacity 0.3s;
}

.infotip .infotiptext::after {
  content: "";
  position: absolute;
  right: 10%;
  border-width: 5px;
  border-style: solid;
  bottom: 100%;
  border-color: transparent transparent #323232  transparent ;
}
.show_tooltip{
  visibility: visible !important;
  opacity: 1 !important;
}

.show_param_tooltip{
  display: block !important;
  opacity: 1 !important;
}

.t_head_col{
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	width: 50%;
	color: #5C5C5C;
}
.t_value_col{
		padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	text-align: left;
}

.filter_parent{
    width: 67vw;
    /* display: flex; */
    position: relative;
    margin: 0 auto;
}

.filter_parent > div{
	float: right;
}

.label_container{
	/*display:inline;
	width:260px;*/
	display: inline-flex;
	width:30%;
	padding-left:10px; 
	padding-right:10px;
	margin-top: 10px;
	font-size: 11px;
}

.label_container > select{
	width: 140px;
	height: 22px;
    padding: 3px 10px 4px 4px;
    border-radius: 3px;
	font-size: 11px;
}

.label_container > input:not([type='checkbox']){
	width: 128px;
    border: 1px solid #ccc;
    height: 17px;
    padding: 1px 5px 1px 6px;
    border-radius: 3px;
	font-size: 11px;
	
}

.label_container > input[type="checkbox"]
{
	margin-top : 2px;
}

.full_width{
	height: auto;
	width: 100%;
	padding: 8px 10px;
    line-height: 1.2;

}
div.full_width > a {
    float: right;
    margin-left: 5px;
}

.popup_cancel > span, .popup_done > span{
cursor: pointer;
    line-height: 12px;
}
	
.popup_cancel, .popup_done{
	font-size: 11px;
    color: #707070;
	padding: 2px 10px;
    line-height: 1.2;
	background-color: #FBFBFB;
    border: 1px solid #CCCCCC;
    text-decoration: none;

}

.settings-btn-close
{
    width: 19px;
    height: 19px;
    position: absolute;
    top: -8px;
    right: -6px;
    z-index: 5;
}

.settingHeader {
    flex: 1;
    color: #000;
    font-size: 11px;
    text-align: left;
    padding:8px 10px;
	background-color: #e8f0f5;
}
#setting_modal_popup{
	padding: 4px 20px 20px 8px;
    background: #e8f0f5;
}

.popup .close:hover {
  color: #06D85F;
}
.popup .content {
  height: 86%;
  overflow: auto;
}
@media screen and (max-width: 700px) {
  .box {
    width: 70%;
  }
  .popup {
    width: 70%;
  }
}
@-webkit-keyframes popup {
  from {top: 0px;}
  to {top: 200px;}
}

@keyframes popup {
  from {top: 0px;}
  to {top: 200px;}
}


.filter_header{
	display: flex;
    padding-left: 10px;
    padding-bottom: 3px;
    border-bottom: 1px solid #036bab;
    font-size: 12px;
    color: #238ddc;
	    font-weight: bold;
}

.filter_container{
	/*display:flex;
	margin-top:15px;*/
	width: 100%;
/*     height: 85%; */
}

.filter{
	display:flex;
}


.overlay {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.7);
  transition: opacity 500ms;
  visibility: hidden;
  opacity: 0;
}
.overlay:target {
  visibility: visible;
  opacity: 1;
  z-index: 25;
}
.popup {
  margin: 70px auto;
  background: #f2f2f2;
  width: 1100px;
  top: 100px;
  position: relative;
  transition: all 5s ease-in-out;
  height: 60%;
}

.popup:after {
  bottom: 100%;
  width: 0;
  height: 0;
  border-style: solid;
  border-color: transparent transparent white transparent;
}
.overlay:target .popup {
  animation: popup 0.7s;
}
.popup h2 {
  margin-top: 0;
  color: #333;
  font-family: Tahoma, Arial, sans-serif;
}

.popup .close{
	display: block;
    height: 19px;
    padding-left: 19px;
    overflow: hidden;
    background: url(https://cpprod.catchpoint.com/ui/App_Themes/NewUI/images/icons/btn-close.png) no-repeat;
    cursor: pointer;

}

.label_div{
	display: inline-flex;
	width: 35%
}

#clear_
{
	font-size: 11px;
}
#clear_.disabled{
	opacity: 0.5;
	display:none;
	pointer-events: none;
}
.CDN_loader {
  border: 16px solid #f3f3f3;
  border-radius: 50%;
  border-top: 16px solid #3498db;
  width: 80px;
  height: 80px;
  -webkit-animation: spin 2s linear infinite; /* Safari */
  animation: spin 2s linear infinite;
}

/* Safari */
@-webkit-keyframes spin {
  0% { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

.param_tooltip{
	border: 1px solid grey;
	position: fixed;
	height: 60px;
	width: 180px;
	background-color: white;
	margin-top: 10px;
	margin-left: 10px;
	z-index: 20;
	padding: 5px;
}

#url_param_info > tbody > tr > td:nth-child(1) {
	width:20%;
	
}
#url_param_info > tbody > tr > td:nth-child(2) {
	width:30%;
	
}
#url_param_info > tbody > tr > td:nth-child(3) {
	width:50%;
	
}
#url_param_info > thead > tr > th {
	text-align: left !important;
	
}

#url_param_info_div{
	text-align: left;
	padding: 10px;
}

.infotip .acceptanceinfo {
  visibility: hidden;
  width: 390px;
  border: 1px solid #bfbfbf;
  background-color: #f2f2f2;
  color: #323232;
  text-align: center;
  border-radius: 6px;
  padding: 5px 0;
  position: absolute;
  z-index: 1;
  right: -95%;
  top: 150%;
  opacity: 0;
  transition: opacity 0.3s;
}

.infotip .acceptanceinfo::after {
  content: "";
  position: absolute;
  right: 10%;
  border-width: 5px;
  border-style: solid;
  bottom: 100%;
  border-color: transparent transparent #323232  transparent ;
}

#acceptance_table  {
  margin-top: 5px;
  border: 1px solid black;
  border-collapse: collapse;
}

#acceptance_table table {
  border: 1px solid black;
  margin-left: 3px;

}
#acceptance_table  th{
  margin-top: 10px;
  font-size: 13px;
  padding: 2px;
  background-color: #465046;color: white;
  border: 1px solid black;
 
}
#acceptance_table td {
  text-align: center; 
  font-size: 12px;
  vertical-align: middle;
  border: 1px solid black;

}