span {
  line-height: 110%;
}

.colbtn {padding:0 5px 0 5px;}

.btn_filt {margin-right:5px;margin-top:7px;background-color: #FFFFFF;color:#FFFFFF;border-radius: 1px;padding-bottom:6px;font-size:12pt;font-family:Arial,Myriad Pro;width:105px;font-weight: bold;padding-top:5px;}

.btn_diag {color: #24AAE1;border-color: #24AAE1;}
.btn_diag.sel {background-color: #24AAE1;color:#FFFFFF;}
/* .btn_diag:hover {background-color: #24AAE1;color:#FFFFFF;border-radius: 1px;padding-bottom:9px;font-size:12pt;font-family:Myriad Pro;} */

.btn_ther {color: #F1592A;border-color: #F1592A;}
.btn_ther.sel {background-color: #F1592A;color:#FFFFFF;}

/* .btn_explore {color: #939598;border-color: #939598;} */
.btn_explore, .btn_explore:hover{color: #ffc11a;border-color: #ffc11a;background-color: #FFFFFF;}
.btn_explore.sel {background-color: #ffc11a;color:#FFFFFF;border-color: #ffc11a;}

.btn_down {margin-left:0px;margin-top:7px;background-image: url("_pics/download.svg");background-size: auto 100%;background-position: 1.25px center;
		color:#FFFFFF;border-radius: 1px;border:0px;padding:6.7px 0px 8px 0px;font-size:11pt;font-family:Arial-BoldMT,Arial,Myriad Pro;width:39px;}
.btn_down:hover{background-image: url("_pics/download_alt.svg");}


.btn_atom {margin-right:5px;margin-top:7px;background-image: url("_pics/isotope_off.svg");background-size: auto 100%;background-position: 1px center;
  color:#FFFFFF;border-radius: 1px;border:0px;padding:6.7px 0px 8px 0px;font-size:11pt;font-family:Arial-BoldMT,Arial,Myriad Pro;width:39px;}
/* .btn_atom:hover{background-image: url("_pics/isotope_on.svg");} */
.btn_atom.sel{background-image: url("_pics/isotope_on.svg");}
/* .btn_atom:hover{background-image: url("_pics/isotope_on.svg");} */
/* .btn_atom.sel:hover{background-image: url("_pics/isotope_off.svg");} */



/* .btn_lng.sel {margin-right:7px;margin-top:7px;background-color: #58585A;color:#FFFFFF;border-radius: 1px;padding-bottom:9px;font-size:16pt;font-family:Myriad Pro;width:90px;height:30px;} */
.btn_lng {margin-right:5px;margin-top:7px;background-color: #818284;color:#FFFFFF;border-radius: 1px;padding-top:0px;padding-bottom:0px;font-size:12pt;font-family:Arial-BoldMT,Arial;width:50px;height:30px;font-weight: bold;}
.btn_lng:hover {background-color: #818284;}
.btn_lng.sel {background-color: #ffc11a;}

.diagiso {fill:#00a8d9;cursor:pointer}
.theriso {fill:#f15b2b;cursor:pointer}
.diag {cursor:pointer}
.svgtxt {font-family:Arial-BoldMT,Arial;font-size:14px;font-weight:700;fill:#505353;}
.svgtxtright{text-anchor:end;}

.underline{text-decoration:underline;text-decoration-style: solid;position: relative;}

.big-checkbox {width: 25px; height: 25px;border-width: 2.5px;border-radius: 0px;border-color: #58585A;}


.txtgb {color:#58595B;font-weight: bold;font-family:Arial-BoldMT,Arial,Myriad Pro;}
.txtg {color:#58595B;font-weight: normal;font-family:Arial-BoldMT,Arial,Myriad Pro;}
.txt12 {font-size:12px;}
.txt14 {font-size:14px;}
.txt16 {font-size:16px;}


.tooltip-info {--bs-tooltip-bg: rgba(245, 251, 255, 1);--bs-tooltip-color: #000000;--bs-tooltip-max-width: 300px;text-align: left !important;font-family: Arial-BoldMT,Arial;}
.tooltip-info .tooltip-inner{text-align: left !important;border-width: 2px !important;border-color: #939598;border-style: solid;padding-left:15px;color:#58595B;}
.tooltip-info .tooltip-arrow {--bs-tooltip-bg: #939598;}

.tooltip-diagiso {--bs-tooltip-bg: #D7EBEE;--bs-tooltip-color: #000000;--bs-tooltip-max-width: 300px;text-align: left !important;font-family: Arial-BoldMT,Arial;}
.tooltip-diagiso .tooltip-inner{text-align: left !important;border-width: 2px !important;border-color: #00a8d9;border-style: solid;padding-left:15px;}
.tooltip-diagiso .tooltip-arrow {--bs-tooltip-bg: #00a8d9;}
.txt-diagiso {color:#00a8d9;}


.tooltip-down { --bs-tooltip-bg: #D7EBEE;--bs-tooltip-color: #000000;--bs-tooltip-max-width: 300px;	text-align: left !important;font-family: Arial-BoldMT,Arial;}
.tooltip-down .tooltip-inner{text-align: left !important;border-width: 2px !important;border-color: #2BB673;border-style: solid;padding-left:15px;}
.tooltip-down .tooltip-arrow { 	--bs-tooltip-bg: #2BB673;}



.tooltip-theriso {--bs-tooltip-bg: #FDDDC2;	--bs-tooltip-color: #000000;--bs-tooltip-max-width: 300px;text-align: left !important;font-family: Arial-BoldMT,Arial;}
.tooltip-theriso .tooltip-inner{text-align: left !important;border-width: 2px !important;border-color: #f15b2b;border-style: solid;padding-left:15px;}
.tooltip-theriso .tooltip-arrow {--bs-tooltip-bg: #f15b2b;}
.txt-theriso {color:#f15b2b;}


.tooltip-iso-neut {
	font-size:10px;display:inline-flex;margin-top:3px;
}
.tooltip-iso-atome {
	font-size:18px;display:inline-flex;font-weight: bold;
}

.svgfade {
    -webkit-transition: fill-opacity 1s; /* Safari */
    transition: fill-opacity 1s;
}