.bigger_height{
	height: 20px !important;
}

.bold
{
	font-weight: bold; 
}

.static
{
	width: 20em !important; 
}
.antennaSelect
{
	/*width: 9.3em;*/
	width: 9em;
	
}
#TableWidth
{
	width: auto;
}

#calc_details ul li
{
	float:left;
	display: inline-block;
}
#calc_details h5
{
	float:left;
}

#calc_details table{
	float:left;
}

.calc_details{
	overflow-x: auto;
	margin: 20px; 
}
#calc_details ul
{
	list-style-type: none;
	float:left;
	margin-left: 0px;
	padding-left:0px;
}

#calc_details table tr td{
	padding: 5px;
	width:250px !important;
}
#calc_details table tr th{
	padding: 5px;
	width:250px !important;
}

.circle{
    background: #dddddd;
    border-radius: 50%;
}
.float_Left{
	
	float: left; 
	margin-right: 13px;
	margin-top: 5px;
}
.float_Right{
	
	float: left; 
	margin-top: 5px;
	
}
.sec_Line{
	clear: left;
}
.table-nonfluid {
   width: 36.1em !important;
}

.input-width{
	/*width: 9.3em;*/
	width: 9em;
}
.float-right{
	float: right; 
}
.center{
	    
	margin-left: auto;
    margin-right: auto;
    width: 6em
}
.query-table{
	float: left;
	margin: 3em; 
	
}
.nav-bar-width{
	 width: 6em !important;
}
.text-width{
	 width: 15em !important;
}

.width{
	padding-left: 20px !important;
	width: 110em !important;	
}

.fixedLayout{
	table-layout: fixed;
}
.clean_Button{
	border: none !important; 
	background-color: white; 
	text-align: left; 
}
.clean_Button_gray{
	border: none !important; 
	background-color: #C8C8C8; 
}
.main_Block{
	position:relative;
	margin: auto;
	width: 30%;
	padding-top: 20px;
	padding-left: 10px;
	padding-right: 10px; 
	padding-bottom: 10px; 
}
.one_third{
	width: 33%;
}
.two_thirds{
	width: 66%;
} 
.center_text{
	text-align:center; 
    vertical-align:middle;
}
.one_third_ext{
	width: 35%;
}
.two_thirds_dec{
	width: 65%;
} 
.dropdown_static_width {
    min-width: 80px !important;
    max-width: 80px !important;	
}
/*
.dropdown_static_width_2 {
    min-width: 200px !important;
    max-width: 200px !important;	
}*/
.menu_width {
	min-width: 205px !important;
    max-width: 205px !important;	
	font-size: 16px;
	font-weight: 500;
}
.smaller-static
{
	width: 16em !important; 
	margin-top: 15px; 
}
.table-marg
{
	padding-left: 11px; 
}
.gliph_size
{
	font-size: 2em !important;
}
.gliph_size_menu
{
	font-size: 2em !important;
}
.dropdown-menu
{
	position: static !important;
	margin-bottom: 10px !important; 
}
.Dist_Format
{
	display:inline;
    font-size: 16px;
}

#save_edit
{
    cursor: pointer;
}

#InfoIco {
	width: 28px;
	height: 28px;
	background-color:white;
	border-radius: 40px;
	cursor: pointer;
}

#warning {
	cursor: pointer;
	width: 30px;
	height: 28px;
}

.dropdown_static_width_3
{
	min-width: 204px !important;
    max-width: 204px !important;
}
.switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 34px;
}

.switch input {display:none;}

input{
	box-shadow: none;
	/*box-shadow: 0 0 5px rgba(81, 203, 238, 1);*/
}

.slider {
	height: 25px; 
	width: 50px; 
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #00aaff;
  -webkit-transition: .4s;
  transition: .4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 17px;
  width: 17px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

input:focus + .slider {
  box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}
.table_row
{
	width: 60px; 
}
.switch_Height
{
	 min-height: 30px;
	 max-height: 30px; 
	 margin-top: 3px; 
}
.Info_Table
{
	float: left; 
	margin-bottom: 10px; 
}

select, input{
    border-radius: 4px;
}

select{
    height: 25px;
	border-color: #cccccc;
	background-color: white;
}

input{
    border: solid 1px #cccccc;
	padding-left: 2px;
}

.list-inline {
  float: left; 
  padding-left: 0;
  margin-left: 5px !important;
  list-style: none;
}

.list-inline > li {
  display: inline-block;
  padding-right: 9px !important;
  padding-left: 9px !important;
  z-index: 1;
}

.antennaSelect{
    width: 100% !important;
    
}

div#points span.point_name {
	font-family: Roboto, sans-serif;
	color: #003355; 
    font-size: 28px;
	padding: 11.5px 19px;
    border-radius: 200px;
	border: 1px solid #DADCE0;
	line-height: 36px;
	font-weight: 400;
}

#test_tbl {
	display:none;
}

.option_btns {
	width:30px;
	height:30px;
	background-color:white;
	border-radius: 60px;
	cursor:pointer;
}

#page_title {
	font-size: 15px;
    font-weight: bold;
	vertical-align: middle;
	padding-left: 8px;
}

#seperator {
	height: 30px;
	margin: 0px 10px;
	width: 1px;
	background-color: #596e8b;
	display: inline-block;
	vertical-align: middle;
}

#measurement_info {
	text-align: right;
	padding-right: 5px;
    flex: 1;
}

#weather_stations {
	width: 170px;
	height: 40px;
}

#rain_temp_tbl {
	border: none;
	margin: 4px; 
	margin-left: 15px;
}

#rain_temp_tbl tr td {
	border: none;
	padding: 3px;
	vertical-align: middle;
}

#temp_tbl {
	border: none;
}

#temp_tbl tr td {
	padding: 0px;
}

.custom-infowindow {
	background-color: white;
	padding: 5px;
	border-radius: 5px;
	font-size: 14px;
}

.infowindow-content {
	margin-bottom: 5px;
}

#dist_rain {
	background-color:#E8E8E8;
	justify-content: space-between;
    padding: 16px;
}

#dist_rain > div {
	display: flex;
	align-items: center;
	gap: 8px;
}

#dist_rain img {
	width: 16px;
	height: 16px;
	margin-right: 4px;
}

.distance-section {
	margin-right: auto;
}

.distance-section span,
.distance-section #km_mi {
	font-family: Archivo, sans-serif;
	font-weight: 600;
	font-size: 18px;
	line-height: 19.58px;
}

#dist, #km_mi {
	color: #003355;
}
#km_mi {
	margin-left: 6px;
}

.rainzone-section span,
.temperature-section span {
	font-family: Archivo, sans-serif;
	font-weight: 400;
	font-size: 16px;
	line-height: 24px;
	color: #070707;
}

.rainzone-section img,
.temperature-section img {
	/* filter: invert(13%) sepia(76%) saturate(1964%) hue-rotate(181deg) brightness(92%) contrast(105%); */
}

#dist_rain input,
#dist_rain .distance_input {
	width: 80px;
	border: 1px solid #BEBEBE;
	border-radius: 4px;
	padding: 5px 12px;
	font-family: Archivo, sans-serif;
	font-weight: 400;
	font-size: 16px;
	line-height: 24px;
	color: #070707;
	background-color: #FFFFFF;
}

#weather_stations_sec {
	display: none;
	border-bottom: 0px;
	padding: 24px;
	align-items: center;
	border-bottom: 1px solid #BDC1C6;
	gap: 26px;
}

#weather_stations_sec p,
.topo-error p {
	margin: 0px;
	padding: 8px 0px;
	font-family: Roboto;
	font-weight: 400;
	font-size: 14px;
	line-height: 20px;
	letter-spacing: 0.25px;
	color: #3C4043;
}

#weather_stations_sec select {
	width: 280px;
	border-radius: 4px;
	border-width: 1px;
	padding: 10px 12px;
	margin-top: 4px;
}

#weather_stations_sec div span {
	font-family: Archivo, sans-serif;
	font-weight: 400;
	font-size: 16px;
	line-height: 24px;
	color: #070707;
}

#weather_stations_sec>.weather-station-info:nth-child(2) {
	display: flex;
	gap: 12px;
}

.weather-station-error, 
.topo-error {
	display: flex;
	gap: 8px;
	align-items: center;
	width: 100%;
	background: #FDF1F1;
    padding: 8px 12px;
    color: #070707;
}

.topo-error.warning {
	background: #FEEFC3;
	border: 1px solid #E37400;
}

.weather-station-error img {
	width: 24px;
	height: 24px;
}

.topo-error img {
	width: 20px;
	height: 20px;
}

.weather-station-error p {
	font-family: Roboto;
	font-weight: 500;
	font-size: 14px;
	line-height: 20px;
	letter-spacing: 0.25px;
	color: #3C4043;
}

/* start google maps info window changes */
div.gm-style-iw.gm-style-iw-c {
	/* padding-inline-end: 12px !important; */
	padding: 0px; /* availavbility izmaiņas*/
	background: #3A3E42;
	color: #D7DBDE;
}
.gm-style-iw-chr { display: none; }
.gm-style-iw-d {
	overflow: hidden !important;
	/* padding: 10px 0px; adding availability info*/
}
.gm-style .gm-style-iw-tc::after{
	background: #3A3E42;
}
/* end google maps info window changes */

.availability_charts {
	display: none;
	position: relative;
  	overflow: hidden;
	height: 470px;
}

#availability_by_month {
	width: 828px;
}

#availability_by_distance {
	width: 1335px;
	height: 530px;
	border: none;
}

#availability_by_selected_distance {
	width: 552px;
}

#availability_modal_link {
	display: none;
}

#availability_modal .modal-dialog {
	width: 1348px;
}
#availability_modal .modal-body {
    padding: 0px;
}
#availability_modal .modal-header, 
#availability_modal .modal-footer {
	border: none;
	height: 0;
	padding: 0 !important;
}

#availability_modal .modal-header {
	position: relative;
}

#availability_modal .modal-header button { 
	position: absolute;
	top: 13px;
    right: 15px;
	z-index: 1055;
	color: #246096; /*#24629A;*/
	align-items: center;
    display: flex;
	opacity: 1;
    font-size: 15px;
}

#availability_modal .modal-header button span {
	font-size: 12px;
    vertical-align: middle;
	padding-right: 12px;
	font-weight: normal;
}

#availability_modal .modal-content {
	padding: 5px;
}

#availability_modal .modal-header button:hover {
	color: #1d4e7a;
}

.modal-content {
	padding: 8px 24px;
	border-radius: 8px;
}

@media (min-width: 768px) {
	#Edit_Project>.modal-dialog,
	#myModal>.modal-dialog {
		width: 408px !important;
        margin: 100px auto !important;
	}
	#remove_Project>.modal-dialog,
	#Edit_Link>.modal-dialog,
	#Remove_Link>.modal-dialog,
	#Add_Link>.modal-dialog {
        width: 408px !important;
        margin: 130px auto !important;
    }
	#Share>.modal-dialog {
        width: 508px !important;
        margin: 130px auto !important;
    }
}

#information-panel,
#error-panel {
	padding: 13px 16px;
	align-items: center;
}

#information-panel {
	background-color: #F8F9FA;
	border: 1px solid #BDC1C6;
}

#availability_recommendations {
	border: 1px solid #BDC1C6;
	padding: 18.8px 16px;
}

#information-panel, 
#max_link_capacity,
#availability_recommendations,
#error-panel {
    font-size: 12px;
	gap: 12px;
}

#availability_recommendations {
	align-items: flex-start;
}

#information-panel img,
#information-panel span,
#error-panel img,
#error-panel>span {
	display: inline-block;
	vertical-align: middle;
	line-height: normal;
}

#information-panel img {
	filter: invert(22%) sepia(8%) saturate(477%) hue-rotate(163deg) brightness(91%) contrast(85%);
}

#information-panel img, 
#max_link_capacity img,
#availability_recommendations img,
#no_availaiblity_data img,
#error-panel img {
	width: 24px;
	height: 24px;
}

#information-panel span,
#error-panel span {
	font-family: Roboto;
	font-weight: 400;
	font-size: 14px;
	line-height: 20px;
	letter-spacing: 0.25px;
	color:#3C4043;
}

#error-panel {
	background-color: #F9DEDC99;
	border: 1px solid #8C1D1899;
	display: none;
}

#error-panel img {
	margin-right: 8px;
}

#availability_recommendations h5 {
	margin: 0;
	font-family: Google Sans;
	font-weight: 500;
	font-size: 14px;
	line-height: 20px;
	letter-spacing: 0.25px;
	color: #3C4043;
	margin-bottom: 4px;
}

#availability_recommendations p {
	margin: 0;
	font-family: Roboto;
	font-weight: 400;
	font-size: 14px;
	line-height: 20px;
	letter-spacing: 0.25px;
	color: #5F6368;
}

#max_link_capacity,
#availability_recommendations {
	color: #3C4043;
	background: #F8F9FA;
}

#max_link_capacity {
    font-weight: bold;
	margin: 5px 0px;
	align-items: flex-end;
}

#no_availaiblity_data {
	color: #9BA0A6;
	text-align: center;
	padding: 50px 0px;
	display: none;
}

#no_availaiblity_data p {
	margin: 16px 0px 0px 0px;
	font-family: Roboto;
	font-weight: 400;
	font-size: 14px;
	line-height: 20px;
	letter-spacing: 0.25px;
	color: #9AA0A6;
}

.bordered {
	border: 1px solid #CCCFD3;
}

.rounded-border {
	border-radius: 4px;
}

.table-rounded-border {
	border-collapse: separate;
	border-spacing: 0;
	border: 1px solid #ddd;
	border-radius: 4px;
	overflow: hidden;
	margin-bottom: 5px !important;
	margin-right: 5px !important;
	margin-top: 0px !important;
	width: 510px !important;
}

.table-rounded-border td {
	border: 1px solid #ddd;
}

.table-rounded-border tr:nth-child(2) td {
	border-top: none;
    border-bottom: none;
    border-left: none;
}
.table-rounded-border tr:nth-child(2) td:nth-child(2) {
    border-right: none;
}

#taara_logo, #logos #seperator {
	display: none;
}

#topo_title {
	font-family: Roboto;
	font-weight: 400;
	font-size: 18px;
	line-height: 24px;
	margin-bottom: 12px;
	color: #202124;
}

.gm-style-iw.opened, .gm-style-iw-tc.opened::after {
	background-color: white !important;
	color: #3A3E42 !important;
}

.info_window_availability_error {
	display: none;
	background: #FDEBEE;
    color: #AF2823;
    font-size: 12px;
    align-items: center;
	padding: 8px;
}

.info_window_availability_error img {
	margin-right: 6px;
}

.info_window_availability_error p {
	margin: 0px;
}

.info_window_availability_error.opened {
	display: inline-flex;
}

.info_window_content {
	text-align: center;
	font-size: 14px;
	padding: 7.5px 12px;
    font-weight: normal;
}

.gm-style-iw .static_marker {
	padding: 7.5px;
}

#googleMap {
	width: 692px;
    height: 535px;
}

#info>div:not(:first-child) {
	margin-top: 10px;
}

#info p {
	margin: 0px;
}

.modal-title {
	font-family: Roboto;
	font-weight: 400;
	font-size: 22px;
	line-height: 24px;
	letter-spacing: 0px;
	color: #3C4043;
}

.modal input {
	width: 100%;
	border-radius: 4px;
	padding: 10px;
	height: 44px;
	border: 1px solid #BDC1C6;
	font-family: Roboto;
	font-weight: 400;
	font-size: 16px;
	line-height: 24px;
	letter-spacing: 0.5px;
	color: #3C4043;
}

.modal select {
	height: 44px;
	width: 100%;
	border: 1px solid #BDC1C6;
	border-radius: 4px;
	padding: 10px;
	font-family: Roboto;
	font-weight: 400;
	font-size: 16px;
	line-height: 24px;
	letter-spacing: 0.5px;
	color: #3C4043;
}

.modal table {
	border-collapse: separate;
	border-spacing: 0 26px;
}

.modal-header, .modal-footer {
	border: 0 !important;
}

.modal-header {
	padding: 18px 0px !important;
}

.modal-body {
	padding: 0px 0px 18px 0px !important;
}

.modal-body p {
	font-family: Roboto;
	font-weight: 400;
	font-size: 14px;
	line-height: 20px;
	letter-spacing: 0.25px;
	color: #5F6368;	
}

.modal-body img {
	width: 100%;
}

.modal-footer {
	padding: 8px 0px !important;
}

.modal-footer .btn-success {
	border-color: #E21A1A !important;
	background: #E21A1A !important;
	box-shadow: 0px 1px 3px 0px #1018281A;
    box-shadow: 0px 1px 2px -1px #0000001A;
}

.btn-danger {
	color: #09090B !important;
    background-color: #FFFFFF !important;
    border: none !important;
}

.btn {
	font-family: Archivo, sans-serif;
	font-weight: 500 !important;
	font-size: 14px !important;
	line-height: 20px !important;
	border-radius: 200px !important;
	/* width: 115px; */
	padding: 10px 36px !important;
}

#Edit_Project .modal-body>div,
#myModal .modal-body>div {
	padding: 8px 0px;
}

.progress {
	height: 24px !important;
	margin-bottom: 5px !important;
}

.progress-bar {
	font-family: Archivo, sans-serif;
    font-weight: 400;
	font-size: 15px !important;
	padding: 2px;
}

.max_cap_text {
	font-family: Archivo, sans-serif;
    font-weight: 400;
	font-size: 14px;
}

#calculated-results {
	display: grid;
    grid-template-columns: 1fr 1fr;
}


.decimal-degrees {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 10px;
	padding: 12px 0px;
}

.decimal-degrees>div {
	display: flex;
    flex-direction: column;
}

#line-of-sight-chart {
	height: 444px; 
	width: 640px;
	margin-bottom: 6px;
}

.topo-distance {
	display: flex;
	align-items: center;
	/* justify-content: center; */
	font-size: 12px;
	margin-left: 25px;
}
.topo-distance-range {
	background-image: url('../Images/distance_range.svg');
	background-repeat: no-repeat;
	background-size: 100%;
	background-position: center;
	display: flex;
	width: 610px;
    height: 12px;
}

.line {
	flex: 1;
	height: 0.5px;
	background-color: black;
	position: relative;
}
.distance-text {
	font-family: 'Roboto';
    line-height: 16px;
	font-size: 12px;
	color: black;
	text-align: center;
    background-color: white;
    padding: 4px 8px;
	letter-spacing: 0.4px;
	position: absolute;
	left: 336px;
}

select {
	appearance: none;
  	-webkit-appearance: none; /* for Safari/Chrome */
  	-moz-appearance: none;    /* for Firefox */
	background-image: url("../Images/chevron-down.svg");
	background-repeat: no-repeat;
	background-position: right 12px top 50%;
	border: 1px solid #BEBEBE;
}

hr#line-of-sight-line {
    display: none;
	margin: 0px;
}

#link_distance_error_img_section {
	position: relative;
    text-align: center;
}
#link_distance_error_label {
	position: absolute;
    top: 65px;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #8C1D18;
    font-family: 'Roboto';
    font-size: 12px;
    line-height: 16px;
    letter-spacing: 0.4px;
    color: white;
    border-radius: 4px;
    padding: 4px 8px;
    z-index: 1;
}

#link_distance_error_img_section hr {
	border: 1px solid #8C1D18;
    position: absolute;
    width: 75.5%;
    top: 45px;
    left: 50%;
    transform: translate(-50%, -50%);
}

.field-error {
	border-color: #DC2626 !important;
}

.field-warning {
	border-color: #EF9103 !important;
}

#saf_logo {
	display: none;
}