/* Copyright (c) 2016 John Seamons, ZL4VO/KF6VO */

.id-gps-map {
    border: 1px solid #ffffff;
    box-sizing: border-box;
}

hr
{
    border-top: 1px solid #ddd;
}

.cl-cpanel-hr
{
    border-color: #aaa;
    border-width: 3px;
    margin: 12px 16px 12px 10px;
}

x0
{
    padding: 0 2px;
    color: black;
	background: #d9d9d9;
}
			
x1
{
    padding: 0 4px;
    color: black;
	background: #d9d9d9;
}
			
x2
{
    margin-left: 16px;
    padding: 0 5px;
    color: black;
	background: #d9d9d9;
}
			
.id-kiwi-msg-container
{
	display: none;
	overflow: visible;
}

#id-kiwi-msg-logo-container
{
	position: relative;
	height: 80px;
	margin-top: 15px;
}

#id-left-logo
{
	position: absolute;
	top: 0px;
	left: 15px;
}

#id-left-logo-text
{
	position: absolute;
	bottom: 2pt;
	left: 54px;
	font-size: 8pt;
	color: #909090;
}

#id-kiwi-msg
{
	position: relative;
	float: left;	/* so background width tracks rendered text */
	color: black;
	/*background-color: lightSteelBlue;*/
	background-color: #ccffff;
	padding: 10px;
	margin: 15px;
	/*font-size: 15px;*/
	font-size: 85%;
	border-radius: 15px;
	-moz-border-radius: 15px;
}

.id-kiwi-container
{
	display: none;
	/* better not default to auto if our children expect to do height:100% to get full screen height */
	height: inherit;
}

#id-log-not-shown
{
	background-color: yellow;
}


.id-time-display-logo-inner
{
	opacity: 0;
	transition: opacity 1s linear;
}

#id-time-display-logo
{
	position: absolute;
	top: 22px;
	right: 15px;
}

.id-time-display-logo-text
{
	position: absolute;
	top: 2pt;
	right: 15px;
	font-size: 10pt;
	color: #909090;
	width: 200px;
	text-align: center;
}

.id-time-display-inner
{
	transition: opacity 1s linear;
}

.id-time-display-text-inner
{
	position: absolute;
	top: 1pt;
	right: 0px;
	font-size: 10pt;
	color: black;
	width: 200px;
	text-align: left;
	/*background: cyan;	/* debug */
}

.id-time-display-UTC, .id-time-display-local
{
	display: inline-block;
	font-size: 14pt;
	font-weight: bold;
	color: #909090;
}

.cl-time-display-text-suffix
{
	display: inline-block;
	margin-left: 0.5em;
	color: #909090;
}

.id-time-display-tzname
{
	font-size: 8pt;
	color: #909090;
	/*background: cyan;	/* debug */
}

.cl-tbar-bbox
{
    position: absolute;
	opacity: 0.3;
}


#id-9-10-cell a
{
	padding: 0 5px 0 5px;
}

.id-button-9-10
{
	color: lime;
}

.id-step-freq img
{
	margin-right: 3px;
	margin-bottom: -3px;
}

.id-step-freq img:hover 
{
	background: #474747;
	color: #FFFF50;
}

.id-step-freq img:active 
{
	background: #777777;
	color: #FFFF50;	
}


/* appearing in class="..." even though "id-..." */

/*
	w3-sidenav is a fixed element (by default), so it stays put if other page content scrolls.
	So can't use w3_col_percent for side-by-side placement. Do this width / margin-left hack instead.
*/

.id-extensions
{
}

.id-sidenav-ext
{
	width: 10%;
}

.id-extensions-config
{
	margin-left: 12%;
}

.cl-optbar a
{
    padding: 4px 2px;
}

.cl-admin-check
{
	padding: 0px 10px;
	text-decoration: none;
}

/* override the w3-sidenav select/hover styles */
.id-sidenav-dom > .w3int-cur-sel, .id-sidenav-dom > .w3int-cur-sel:hover,
.id-sidenav-fw > .w3int-cur-sel, .id-sidenav-fw > .w3int-cur-sel:hover
{
    color: white;
    background-color: #4CAF50;  /* select green */
    font-weight: bold;
}

.cl-dx-panel
{
	color: yellow;
	overflow: hidden;
}

.cl-dx-filtered
{
	color: black;
	background-color: rgba(255, 182, 193, 0.4) !important;  /* pink */
}

.cl-dx-label
{
	position: absolute;
	/*font-family: Courier;*/
	font-size: 11px;
	/*font-weight: bold;*/
	padding: 3px;
	border: 1px solid black;
	border-radius: 3px !important;
	cursor: pointer;
	-moz-border-radius: 3px;
	/*background-color: cyan;*/
	z-index: 120;
}

.cl-dx-label.cl-dx-label-filtered
{
    border: 1px dashed black;
}

.cl-dx-label.cl-dx-label-ext
{
    /* border: 3px double black; */
	border-width: 1px 4px 1px 1px;
	border-color: black black black black;
}

/* an experiment not currently used */
.cl-dx-label.cl-dx-label-active
{
	border-width: 1px 1px 1px 4px;
	border-color: black black black red;
}

/*
.cl-dx-label:hover
{
	background-color: yellow;
}
*/

.cl-dx-line
{
	width: 1px;
	position: absolute;
	background-color: black;
	z-index: 110;
}

.cl-dx-sig
{
	position: relative;
	top: 70px;
	height: 10px;
}

.cl-ext-help
{
	position: absolute;
	top: 10px;
	right: 40px;
	cursor: pointer;
	z-index:9999;
}

.class-mfg-panel
{
	visibility: hidden;
	width: 50%;
	height: 100%;
	overflow: scroll;
	margin: 10px;
	background-color: #575757;
	padding: 10px;
	color: white;
	font-size: 85%;
	border-radius: 15px;
	-moz-border-radius: 15px;
}

.class-mfg-status
{
	display: inline-block;
	background-color: #b3b3b3;
	overflow: scroll;
	width: 100%;
	height: 100%;
	padding: 10px;
	margin: 5px;
}

.class-mfg-status pre
{
    margin: 0;
}

.class-mfg-button
{
	display: inline-block;
	color: black;
	background-color: #e6ccff;
	padding: 10px;
	margin: 5px;
	border-radius: 10px;
	-moz-border-radius: 10px;
}

.class-sd-status
{
	font-size: 12pt;
	font-weight: bold;
	padding-left: 16px;
}


/* Tooltip container, from: www.w3schools.com/howto/howto_css_tooltip.asp */
.class-tooltip {
    display: inline-block;
}

/* Tooltip text */
.class-tooltip .class-tooltip-text {
	visibility: hidden;
    width: 150px;
    background-color: #555;
    color: white;
    text-align: center;
    padding: 5px 0;
    border-radius: 6px;

    /* Position the tooltip text */
    position: absolute;
    margin-left: -75px;

    /* Fade in tooltip */
    opacity: 0;
    transition: opacity 1s;
}

/* Tooltip arrow */
.class-tooltip .class-tooltip-text::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: #555 transparent transparent transparent;
}

/* Show the tooltip text when you mouse over the tooltip container */
.class-tooltip:hover .class-tooltip-text {
    visibility: visible;
    opacity: 1;
}

/* cl-dx is for the placeholder entries in id-dx-list */
/* They are 37.5px high to match the height of active elements in id-dx-list */
/* This makes the scrolling work properly */
/* mt:8 bt:0.5 pt:4.5 f:19.5 pb:4.5 bb:0.5 mb:0 = 37.5 */
.cl-dx
{
    margin-top: 8px;
    margin-left: 16px;
    padding: 4.5px 0;
    color: black;
	border: 0.5px solid red;
}

.cl-dx-type-test
{
	font-size: 11px;
    border: 1px solid black;
	border-radius: 3px;
    padding: 4.5px 3px;
    color: black;
    background: white;
    text-align: center;
}

.cl-dx-type-test.cl-dx-type-filtered-test
{
    border: 1px dashed black;
}

.cl-band-bar-test
{
    font: bold 12px sans-serif;
    padding: 4.5px 0;
    background: white;
    text-align: center;
}


/* font awesome extensions: https://jsfiddle.net/cherrador/jomgLb2h */

.fa-stack > .fa-left
{
    position: absolute;
	line-height: inherit;
	left: 0;
	font-size: 1.5em
}

.fa-stack > .fa-right
{
    position: absolute;
	line-height: inherit;
	right: 0;
	font-size: 1.5em
}

.fa-stack > .fa-nudge-left
{
	left: auto;
	right: 12%;
}

.fa-stack > .fa-nudge-right
{
	left: 12%;
	right: auto;
}

.fa-stack > .fa-nudge-down
{
	top: 5%;
	bottom: auto;
}

.fa-stack > .fa-nudge-up
{
	bottom: 3px;
}


/* text-security */

input.kiwi-pw
{
    font-family: text-security-disc;
}


/* leaflet marker pin */
.cl-leaflet-marker
{
    /* small icons since satellite map resolution is currently limited */
    width: 14px;
    height: 14px;
    left: -7px;
    top: -7px;
    background-color: red;
    display: block;
    position: relative;
    border-radius: 3rem 3rem 0;
    transform: rotate(45deg);
    border: 1px solid white;
}

.cl-legend-marker
{
    left: 0px;
    top: 0px;
    border: 1px solid black;
    margin: 0 6px 0 16px;
}


/* map marker cluster icons */

.cl-tdoa-cluster-base
{
    height: 25px;
    line-height: 1;
    width: 25px;
    padding: 6px 2px;
    margin: 10px;
    text-align: center;
    cursor: pointer;
    position: absolute;
    border-radius: 50%;
    font-size: 1em;
    font-weight: bold;
}

.cl-tdoa-cluster-kiwi
{
    color: white;
    background: blue;
    border: 2px solid red;
}

.cl-tdoa-cluster-refs
{
    color: black;
    background: white;
    border: 2px solid lime;
}


/* misc */

.id-wf-sp-button
{
    color: orange;
    /* font-weight: normal; */
    /* padding: 1px 3px 1px 3px; */
    /* border: 2px solid orange; */
}

.cl-admin-console-cursor
{
    color: black;
    background: cyan;
}

.ws_keep_conn
{
    position: absolute;
    left: -9999px;
    visibility: hidden;
}


/* coloris color picker */

.coloris-input {
  width: 125px;
  height: 32px;
  padding: 0 10px;
  border: 1px solid #ccc;
  border-radius: 5px;
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  box-sizing: border-box;
}
  
.coloris-square .clr-field button,
.coloris-circle .clr-field button {
  width: 22px;
  height: 22px;
  left: 5px;
  right: auto;
  border-radius: 5px;
}

.coloris-square .clr-field input,
.coloris-circle .clr-field input {
  padding-left: 36px;
}

.coloris-circle .clr-field button {
  border-radius: 50%;
}
