<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
.custom-count-pos{
    font-size: 11px;
    font-weight: bold;
    padding: 0.2em 0.5em;
    float: right;
}

label {
	font-weight:bold;
}

label.error {
	color: red;
	padding-top: .5em;
	vertical-align: top;
	font-weight:bold
}

#popupPanel-popup {
    right: 0 !important;
    left: auto !important;
}
#popupPanel {
    width: 200px;
    border: 1px solid #000;
    border-right: none;
    background: rgba(0,0,0,.5);
    margin: -1px 0;
}
#popupPanel .ui-btn {
    margin: 2em 15px;
}

#navPanel-popup {
    right: 0 !important;
    left: auto !important;
}
#navPanel {
    width: 200px;
    border: 1px solid #000;
    border-right: none;
    background: rgba(0,0,0,.5);
    margin: -1px 0;
    padding: 15px;
}
#navPanelList &gt; .ui-li {
	padding: 10px 0px;
}


img.magnify {background: url(../../images/sprites16.png) no-repeat -48px 0px;width:16px;height:16px;}
img.google {background: url(../../images/sprites16.png) no-repeat -720px 0px;width:16px;height:16px;}
img.warning {background: url(../../images/sprites16.png?v=042220221748) no-repeat -576px 0px;width:16px;height:16px;}
img.danger {background: url(../../images/sprites16.png?v=04222022) no-repeat -1648px 0px;width:16px;height:16px;}
img.enable {background: url(../../images/sprites16.png) no-repeat -176px 0px;width:16px;height:16px;}

.warning {
    color:#e87824;font-weight:bold;
    }
    
.requiredLabel { color: red; }

.fieldset-border {
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	border: 1px #31708f solid !important;
    padding: 10px !important;
}

.fieldset-white {
	background-color: #ffffff;
}

.fieldset-gray {
	background-color: #f5f5f5;
}

.fieldset-border legend {
	display: block;
	width: auto;
	padding: 0 5px;
	margin-bottom: 0;
	font-size: 0.8em;
	line-height: inherit;
	border: auto;
	border-bottom: none;
	font-weight:bold; 
	color:#31708f;
}

.margin-top-sm {
	margin-top: 10px !important;
}

.margin-left-sm {
	margin-left: 10px !important;
}

.alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
}
.alert h4 {
  margin-top: 0;
  color: inherit;
}
.alert .alert-link {
  font-weight: bold;
}
.alert &gt; p,
.alert &gt; ul {
  margin-bottom: 0;
}
.alert &gt; p + p {
  margin-top: 5px;
}
.alert-dismissable,
.alert-dismissible {
  padding-right: 35px;
}
.alert-dismissable .close,
.alert-dismissible .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}
.alert-success {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #3c763d;
}
.alert-success hr {
  border-top-color: #c9e2b3;
}
.alert-success .alert-link {
  color: #2b542c;
}
.alert-info {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #31708f;
}
.alert-info hr {
  border-top-color: #a6e1ec;
}
.alert-info .alert-link {
  color: #245269;
}
.alert-warning {
  background-color: #fcf8e3;
  border-color: #faebcc;
  color: #8a6d3b;
}
.alert-warning hr {
  border-top-color: #f7e1b5;
}
.alert-warning .alert-link {
  color: #66512c;
}
.alert-danger {
  background-color: #f2dede;
  border-color: #ebccd1;
  color: #a94442;
}
.alert-danger hr {
  border-top-color: #e4b9c0;
}
.alert-danger .alert-link {
  color: #843534;
}

.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}
</pre></body></html>