:root {
  --bluePadel: #1854b8;
}
.bg-padelaro {
    background-color: #343a40!important;
}
table.qryList {width:100%; border-collapse:collapse; font: normal 13px 'Open Sans',Arial; border-right:1px solid #aaa}
table.qryList .addr {font:normal .8em Arial}
table.qryList tr td {vertical-align:middle}
table.qryList tr.l0 td:not(:last-child),table.qryList tr.l1 td:not(:last-child) {padding:.4em .3em; border-right:1px solid white}
table.qryList tr.l0 {background:#fff}
table.qryList tr.l1 {background:#f8f8f8} 
table.qryList tr:hover {background:#668fc3; cursor:pointer; color:white}
table.qryList tr.read0 {background:#f0f0f0; padding:.2em}
table.qryList tr.read1 {background:#fafafa; padding:.2em}
table.qryList .sort {font:bold 9pt sans-serif; height:24px; }
table.qryList em {font:normal .8em verdana; border:1px solid #eaea ea; padding:1px 6px; background:rgba(0,0,0,.1); margin-top:-1px; float:right;}
table.qryList tr td.sortOut, table.qryList tr td.sortNo  { 
	font:normal 8pt sans-serif; color:#333;
	white-space:nowrap;
	padding-left:4px; background:#eaeaea; border-bottom:2px solid #c0c0c0; 
	background: -webkit-linear-gradient(top, white, #e0e0e0); 
	background:    -moz-linear-gradient(top, white, #e0e0e0); 
	background:     -ms-linear-gradient(top, white, #e0e0e0); 
	background:      -o-linear-gradient(top, white, #e0e0e0); 
	background:         linear-gradient(to bottom, white, #e0e0e0);
}
table.qryList tr td.sortOut:not(:last-child), 
table.qryList tr td.sortNo:not(:last-child) {border-right:1px solid #eee; cursor:default !important;}
table.qryList tr td.sortOut:hover {background:white; border-bottom:2px solid orange;}
table.qryList tr td.sortNo {border-bottom:2px solid #c8c8c8;}
table.qryList tr td.sel  { 
	font:bold 9pt sans-serif;
	border-right:1px solid #fff; color:#4c7ee3;
	text-shadow: 1px 1px 0px #fff;	
	background: -webkit-linear-gradient(top, #e0e0e0, white); 
	background:    -moz-linear-gradient(top, #e0e0e0, white); 
	background:     -ms-linear-gradient(top, #e0e0e0, white); 
	background:      -o-linear-gradient(top, #e0e0e0, white); 
	background:         linear-gradient(to bottom, #e0e0e0, white);

}
table.qryList tr.ghost {background:#ecdada; font-style:italic} 
table.qryList tr.ghost:hover {opacity:.6; background:#668fc3;}
.qryList .fa-trash {font-size:20px; padding:3px;}
.qryList .fa-trash:hover {background:white; color:orange}

td.b {font-weight:bold}
.tr,.tdr {text-align:right !important;}
.tc,.tdc {text-align:center !important;}
.nowrap {white-space:nowrap}
.red {color:red}
.gray {color:gray;}
.backy {background:yellow;}
.backb {background:red; color:white}
.redtop {border-top:2px solid red;}
.bold {font-weight:bold;}
.block {display:inline-block; min-width:100px; margin-right:3px; font-size: 13px;}
.block.left {float:left;}
.id {font-size:.9em; opacity:.8; text-align:center; font-family:'Lucida console'}
.in_number {text-align:right;}

#divTagFilter {
	
    display: block;
    /* float: right; */
    text-align: right;
    padding: 4px 0;
	
}
#divTagFilter .tag, #divTagFilter .tag:hover 
{
    display: inline-block;
    margin: 1px 1px;
    background: #f70;
    color: white;
    padding: 3px 7px 4px;
    font: bold .9em 'open sans',arial;
    border-radius: 12px;
}
#divTagFilter .tag:hover {background:#f60;}
#divTagFilter  .close
{
	margin-left: 10px;
	margin-right: -1px;
    margin-top: -5px;
    vertical-align: middle;
    display: inline-block;
    cursor: pointer;
    color: white;
    opacity: .8;
}
#divTagFilter  .close:hover
{
	opacity: 1;
}
#divTagFilter  .close:before
{
	font: normal normal normal 14px/1 FontAwesome;
	content:'\f057';
	font-size:.8em;
}



/* ehOverlay  ---------------------------------------------- */
.ehOverlay {
    position: fixed;
    z-index: 10000;
    top: 0px;
    left: 0px;
    height: 100%;
    width: 100%;

    background-color: #000;
    filter: alpha(opacity=75);
    -moz-opacity: 0.75;
    opacity: 0.75;
}

* html .ehOverlay {
    /* ie6 hack */
    position: absolute;
    height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}

.ehOverWin {
    position: fixed;
    z-index: 10002;
    color: #000000;
    display: none;
    text-align: left;
    top: 50%;
    left: 50%;
	background: #ffffff; border: 4px solid #525252;
}

* html .ehOverWin {
    /* ie6 hack */
    position: absolute;
    margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}

.ehAlert {
	background: #ffffff; border: 1px solid #525252;
	box-shadow: 2px 2px 16px #777;  
	-moz-box-shadow: 2px 2px 16px #777;
	-webkit-box-shadow: 2px 2px 16px #777;
}

.ehOverWin .oTitle {background:#0090ff; color:white; padding:3px; font:bold 13px Arial}
.ehOverWin .oContent {position:absolute; background:#ffffff; color:#303030; font:normal 1.5em Arial; top:32px; left:0; bottom:48px; right:0px; overflow:auto;}
.ehOverWin .oContent div {margin:8px;}
.ehOverWin .oButtons {position:absolute; background:#ffffff; color:#303030; padding:3px; font:normal 1em Arial; left:0; right:0; bottom:0; overflow:hidden; height:44px; text-align:center}
.ehOverWin .oButtons input {margin:3px; padding:4px; padding-left:8px; padding-right:8px; min-width:80px}
.ehOverWin .oIcone {position:absolute; top: 40px; left: 12px; width:64px; height:64px; z-index:10004}


/* ehDropDown ----------------------------------------------- */
.ehDropDown, .ehDropDownActive {
	text-decoration:none;
	font:normal 14px sans-serif;
	position:relative; display:inline-block; border:none;
	transition: all 0.300s ease 0s;
	-moz-transition: all 0.300s ease 0s;
	-o-transition: all 0.300s ease 0s;
	-webkit-transition: all 0.300s ease 0s;
	box-shadow: none;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;	
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;	
	text-decoration:none;
	color:black;
	vertical-align:middle;
}
.ehDropDown:hover, .ehDropDownActive:hover {background-color:white; border-top:none; text-decoration:none;}
.ehDropDownActive {
	box-shadow: inset 2px 2px 6px rgba(0, 0, 0, .28); 
}
.ehDropDown img, .ehDropDownActive img {display:inline-block; vertical-align:middle}

.ehDropDownContent {
font:normal 15px  "Open-sans",Arial;
position:absolute; width:240px; border:1px solid #ddd; background:white; z-index:12000; visibility:hidden;
box-shadow:0px 4px 4px rgba(0,0,0,0.2); 
}
.ehDropDownContent ul#menuDrop {
    margin: 0;
    padding: 0;
    list-style: none;
	text-shadow:none;
	white-space:normal !important;
}

.ehDropDownContent ul#menuDrop li {
	position:relative;
    background-color: white;
    display: block;
   /* height: 30px; */
    margin: 2px;
	
}
  
.ehDropDownContent ul#menuDrop li a {
    color: #000;
    display: block;
    line-height: 30px;
    text-decoration: none;
    /*height: 30px;*/
    text-align: left;
	padding-left:32px;
	padding-right:24px;
	cursor: pointer;
}
.ehDropDownContent ul#menuDrop li .arrow {position:absolute; right:2px; top:0; }
.ehDropDownContent ul#menuDrop li .icone {position:absolute; left:10px; top:0; opacity:.8}
/*
.ehDropDownContent ul#menuDrop li:hover {
    background-color:#668fc3;
	color:white;
}
*/
.ehDropDownContent ul#menuDrop li.active {
    background-color:#99a;
	/*color:black;*/
}
.ehDropDownContent ul#menuDrop li.active a {
    background-color:#99a;
	color:white;
}

.ehDropDownContent ul#menuDrop li a:hover {
    background-color:#668fc3;
	color:white;
}
.ehDropDownContent ul#menuDrop li.disabled a {color:#aaa;}

.ehDropDownContent ul#menuDrop li.sep {background:#eee; height:1px}
.ehDropDownContent ul#menuDrop li img {position:absolute; left:3px; top:50%; margin-top:-12px;}
.ehDropDownContent  .checked {position:absolute; font-size:1.5em; margin-left:-24px; margin-top:1px; font-weight:bold}
.ehDropDownContent  .unchecked {position:absolute; font-size:1.5em; margin-left:-24px; margin-top:1px; font-weight:normal; opacity:.4}
.ehDropDownContent  .unchecked {position:absolute; font-size:1.5em; margin-left:-24px; margin-top:1px; font-weight:normal; opacity:.4}


/* Dropdown nested */
.dropdown-submenu {
  position: relative;
}

.dropdown-submenu a::after {
  transform: rotate(-90deg);
  position: absolute;
  right: 6px;
  top: .8em;
}

.dropdown-submenu .dropdown-menu {
  top: 0;
  left: 100%;
  margin-left: .1rem;
  margin-right: .1rem;
}		
.dropdown-item .dwIcon {
    position: absolute;
    margin-left: -18px;
    margin-top: 4px;
}
/* Switch ---------- Toggle ----------------- */
.switch {
  font-size: 1rem;
  position: relative;
}
.switch input {
  position: absolute;
  height: 1px;
  width: 1px;
  background: none;
  border: 0;
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  overflow: hidden;
  padding: 0;
}
.switch input + label {
  position: relative;
  min-width: calc(calc(2.375rem * .8) * 2);
  border-radius: calc(2.375rem * .8);
  height: calc(2.375rem * .8);
  line-height: calc(2.375rem * .8);
  display: inline-block;
  cursor: pointer;
  outline: none;
  user-select: none;
  vertical-align: middle;
  text-indent: calc(calc(calc(2.375rem * .8) * 2) + .5rem);
}
.switch input + label::before,
.switch input + label::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: calc(calc(2.375rem * .8) * 2);
  bottom: 0;
  display: block;
}
.switch input + label::before {
  right: 0;
  background-color: #dee2e6;
  border-radius: calc(2.375rem * .8);
  transition: 0.2s all;
}
.switch input + label::after {
  top: 2px;
  left: 2px;
  width: calc(calc(2.375rem * .8) - calc(2px * 2));
  height: calc(calc(2.375rem * .8) - calc(2px * 2));
  border-radius: 50%;
  background-color: white;
  transition: 0.2s all;
}
.switch input:checked + label::before {
  background-color: #08d;
}
.switch input:checked + label::after {
  margin-left: calc(2.375rem * .8);
}
.switch input:focus + label::before {
  outline: none;
  box-shadow: 0 0 0 0.2rem rgba(0, 136, 221, 0.25);
}
.switch input:disabled + label {
  color: #868e96;
  cursor: not-allowed;
}
.switch input:disabled + label::before {
  background-color: #e9ecef;
}
.switch.switch-sm {
  font-size: 0.875rem;
}
.switch.switch-sm input + label {
  min-width: calc(calc(1.9375rem * .8) * 2);
  height: calc(1.9375rem * .8);
  line-height: calc(1.9375rem * .8);
  text-indent: calc(calc(calc(1.9375rem * .8) * 2) + .5rem);
  margin-top:7px;
}
.switch.switch-sm input + label::before {
  width: calc(calc(1.9375rem * .8) * 2);
}
.switch.switch-sm input + label::after {
  width: calc(calc(1.9375rem * .8) - calc(2px * 2));
  height: calc(calc(1.9375rem * .8) - calc(2px * 2));
}
.switch.switch-sm input:checked + label::after {
  margin-left: calc(1.9375rem * .8);
}
.switch.switch-lg {
  font-size: 1.25rem;
}
.switch.switch-lg input + label {
  min-width: calc(calc(3rem * .8) * 2);
  height: calc(3rem * .8);
  line-height: calc(3rem * .8);
  text-indent: calc(calc(calc(3rem * .8) * 2) + .5rem);
}
.switch.switch-lg input + label::before {
  width: calc(calc(3rem * .8) * 2);
}
.switch.switch-lg input + label::after {
  width: calc(calc(3rem * .8) - calc(2px * 2));
  height: calc(calc(3rem * .8) - calc(2px * 2));
}
.switch.switch-lg input:checked + label::after {
  margin-left: calc(3rem * .8);
}
.switch + .switch {
  margin-left: 1rem;
}
