pre {
	margin: 0px 0px;
}
.atable {
    font-family: Verdana, Tahoma;
    font-size: 10pt;
    border-collapse: collapse;
    background-color: #EBEBEB;
}
.list {
    padding: 0px 0px;
    border: 1px solid darkgrey;
}
.lhdr {
    background-color: #EFF3F8;
    border: 1px solid darkgrey;
}
.lcell {
    background-color: white;
    color: black;
    border: 1px solid darkgrey;
}
.iblock {
    background-color: white;
    padding: 10px 10px;
}
a {
    color: blue;
}
.main-form {
    margin: 0 auto;
}
input {
    border: 1px solid darkgrey;
}
.table {
    display: table;
    width: 100%;
    border: 0px solid darkgrey;
    margin: 0px 0px;
}
.row {
    display: table-row;
    width: auto;
    clear: both;
}
.cell {
    float: left;
    /*fix for  buggy browsers*/
    
    display: table-column;
    width: auto;
    padding: 3px 10px;
}
body {
    /*margin: 0;*/
    
    font-family: Verdana, Tahoma;
    font-size: 10pt;
    border-collapse: collapse;
    background-color: #FFF;
}
.menu-bar {
    list-style-type: none;
    margin: 0 0 5px 0;
    padding: 0;
    overflow: hidden;
    background-color: #1b327e;
}
.menu-bar li {
    float: left;
    border-right: none;
}
.menu-bar li a {
    display: block;
    color: white;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
}
.menu-bar li a:hover:not(.active) {
    background-color: #888888;
}
.menu-bar .active {
    background-color: #4CAF50;
}
/*form { display: block; margin: 20px auto; background: #ddd; border-radius: 10px; padding: 5px }*/

.progress {
    position: relative;
    width: 100%;
    border: 1px solid #ccc;
    padding: 1px;
    border-radius: 3px;
}
.bar {
    background-color: #B4F5B4;
    width: 0%;
    height: 20px;
    border-radius: 3px;
}
.percent {
    position: absolute;
    display: inline-block;
    top: 3px;
    left: 43%;
}
#codedby {
    position: fixed;
    z-index: 100;
    bottom: 0;
    left: 0;
    text-align: right;
    width: 100%;
    color: darkgrey;
}
.main-table th {
    text-align: left;
	border-bottom: 1px solid #DDDDDD;
}
.main-table th a {
    text-decoration: none;
	color: black;
}
.main-table td {
    vertical-align: top;
}
.main-table tr:hover td {
    background-color: #E0E0E0;
}
.expand-list {
    font-size: 8pt;
    padding: 0px 0px 0px 0px;
    margin: 0px 0px;
}
.expand-list ul {
    list-style-type: none;
    margin: 0px 0px;
    padding: 0px 0px 0px 10px;
}
.login-block {
    width: 320px;
    padding: 20px;
    background: #fff;
    border-radius: 5px;
    border-top: 0px solid #ff656c;
    margin: 10px auto;
}
.login-block h1 {
    text-align: center;
    color: #000;
    font-size: 18px;
    margin-top: 0;
    margin-bottom: 20px;
}
.login-block input {
    width: 100%;
    height: 42px;
    box-sizing: border-box;
    border-radius: 5px;
    border: 1px solid #ccc;
    margin-bottom: 20px;
    font-size: 14px;
    padding: 0 10px 0 10px;
    outline: none;
}
.login-block input:active,
.login-block input:focus {
    border: 1px solid #aaa;
}
.login-block button {
    width: 100%;
    height: 40px;
    background: #3a3;
    box-sizing: border-box;
    border-radius: 5px;
    border: 0px solid #2a2;
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 14px;
    outline: none;
    cursor: pointer;
}
.login-block button:hover {
    background: #494;
}
.black_overlay {
    display: none;
    position: fixed;
    top: 0%;
    left: 0%;
    width: 100%;
    height: 100%;
    background-color: black;
    z-index: 1001;
    -moz-opacity: 0.7;
    opacity: .70;
    filter: alpha(opacity=70);
}
.popup {
    display: none;
    position: fixed;
    top: 25%;
    left: 25%;
    width: 50%;
    height: 50%;
    padding: 16px;
    border: 1px solid black;
    background-color: white;
    z-index: 1002;
    overflow: auto;
    border-radius: 5px;
}
.close {
    position: absolute;
    top: 5px;
    right: 10px;
    font-weight: bold;
    font-size: 24pt;
    cursor: pointer;
}
.white {
    color: white;
}
#status {
    text-align: center;
}
#dropzone {
    text-align: center;
    padding: 3em 0;
    margin: 2em 0;
    border: 2px dashed #777;
    border-radius: 7px;
    cursor: default;
}
#dropzone.hover {
    color: #f00;
    border-color: #f00;
    border-style: solid;
}
#calendar {
    display: none;
    position: absolute;
    top: 0px;
    left: 0px;
    background-color: #ddd;
}
.list-item {
    display: block;
    position: relative;
    cursor: pointer;
    padding: 3px 10px;
}
.list-row {
    display: block;
    position: relative;
    cursor: pointer;
    text-align: center;
    padding: 0px 0px;
}
.month-select {
    display: inline-block;
    cursor: pointer;
    padding: 5px 15px;
}
.cal_day:hover,
.month-select:hover,
.list-item:hover {
    background-color: #ccc;
}
.cal_day {
    cursor: pointer;
}
.cal_weekend {
    color: red;
}
#cal_month {
    display: inline-block;
    font-weight: bold;
    text-align: center;
    padding: 5px 0px;
}
.f-left {
    float: left;
}
.f-right {
    float: right;
}
.datepickr-wrapper {
    display: block;
    position: relative;
}
.datepickr-calendar {
    font-family: Tahoma, Verdana, Arial, sans-serif;
    font-size: 12px;
    background-color: #ddd;
    color: #333;
    border: 1px solid #ccc;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    padding: 2px;
    display: none;
    position: absolute;
    top: 100%;
    right: 0;
    z-index: 100;
}
.datepickr-calendar table {
    border-collapse: collapse;
    padding: 0;
    width: 100%;
}
.datepickr-calendar thead {
    font-size: 90%;
}
.datepickr-calendar th {
    text-align: center;
    padding: 5px;
}
.datepickr-calendar td {
    text-align: right;
    padding: 1px;
}
.server-info {
    font-size: 8pt;
}
.page-number {
	margin-top: 10px;
	margin-bottom: 10px;
    padding: 10px;
    display: inline-block;
    background-color: #DDDDDD;
	border-radius: 3px;
}
.command {
    padding: 1px;
    background-color: #DDDDDD;
	border-radius: 3px;
}
.command:hover {
    cursor: pointer;
    text-decoration: underline;
    text-decoration-style: dashed;
    background-color: #FAFAFA;
}
.spoiler {
    padding: 10px 0px 10px 0px;
    text-decoration: underline;
    text-decoration-style: dashed;
}
.spoiler:hover {
    cursor: pointer;
    text-decoration: underline;
    text-decoration-style: solid;
}
.mono {
    font-family: Courier, monospace, fixed;
}
.boldtext {
    font-weight: bold;
}
.userwithphoto {
    color: blue;
}
.content-box {
	overflow: hidden;
}
.modal-container {
    position: fixed;
    top: 0%;
    left: 0%;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    z-index: 1001;
}
.map-image {
    position: absolute;
    z-index: 1002;
    overflow: auto;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}
.map-marker {
    position: fixed;
    z-index: 1003;
    top: 0px;
    left: 0px;
}
.modal-content {
    background-color: white;
    margin: 10px auto;
    padding: 20px;
    position: fixed;
    left: 50%;
    top: 50%;
    border-radius: 4px;
    transform: translate(-50%, -50%);
	overflow-y: auto;
	max-width: 1200px;
	max-height: 900px;
}
.form-header {
    width: 500px;
}
.form-title {
    margin-bottom: 3px;
    margin-top: 3px;
}
.form-field {
    border: 1px solid #ccc;
    border-radius: 3px;
    padding: 6px;
    margin-bottom: 5px;
    width: 500px;
}
.form-upload {
    border: 1px solid #ccc;
    border-radius: 3px;
    padding: 6px;
    margin-bottom: 5px;
    width: 380px;
    height: 17px;
	display: inline-block;
}
.form-button {
    background-color: #d3f2bf;
    color: black;
    border: 1px solid #ccc;
    border-radius: 3px;
    padding: 5px;
    margin-bottom: 5px;
    width: 130px;
}
.button-accept {
    background-color: #d6f5d6;
    color: black;
    border: 1px solid #ccc;
    border-radius: 3px;
    padding: 5px;
    margin-bottom: 5px;
    width: 130px;
}
.button-decline {
    background-color: #ffe6e6;
    color: black;
    border: 1px solid #ccc;
    border-radius: 3px;
    padding: 5px;
    margin-bottom: 5px;
    width: 130px;
}
.button-other {
    background-color: #f5eaea;
    color: black;
    border: 1px solid #ccc;
    border-radius: 3px;
    padding: 5px;
    margin-bottom: 5px;
    width: 130px;
}
.form-error {
	padding: 5px;
	margin-bottom: 5px;
	border: 1px solid #ebccd1;
	border-radius: 4px;
	color: #a94442;
	background-color: #f2dede;
	display: none;
}
.form-description {
    padding: 5px;
    margin-bottom: 15px;
    border: 1px solid #EEEEEE;
    border-radius: 4px;
    font-size: 8pt;
    color: #aaa;
    background-color: #F5F5F5;
    width: 500px;
}
.tooltip-user {
    position: absolute;
    display: none;
    background: #ffffe6;
    border: 1px solid black;
    border-radius: 5px;
    padding: 10px 84px 10px 10px;
    min-height: 64px;
}
.tooltip-user img {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 64px;
}
.user-photo {
    position: fixed;
    display: none;
    border: 0px solid black;
    padding: 0px;
    margin: 0px;
}
.user-photo img {
    border-radius: 3px;
}


.notifyjs-bootstrap-base {
	font-weight: bold;
	padding: 8px 15px 8px 14px;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
	background-color: #fcf8e3;
	border: 1px solid #fbeed5;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	/*white-space: nowrap;*/
	padding-left: 25px;
	background-repeat: no-repeat;
	background-position: 3px 7px;
	max-width: 100vw;
}
.notifyjs-bootstrap-error {
	color: #B94A48;
	background-color: #F2DEDE;
	border-color: #EED3D7;
	background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAUCAYAAACNiR0NAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAtRJREFUeNqkVc1u00AQHq+dOD+0poIQfkIjalW0SEGqRMuRnHos3DjwAH0ArlyQeANOOSMeAA5VjyBxKBQhgSpVUKKQNGloFdw4cWw2jtfMOna6JOUArDTazXi/b3dm55socPqQhFka++aHBsI8GsopRJERNFlY88FCEk9Yiwf8RhgRyaHFQpPHCDmZG5oX2ui2yilkcTT1AcDsbYC1NMAyOi7zTX2Agx7A9luAl88BauiiQ/cJaZQfIpAlngDcvZZMrl8vFPK5+XktrWlx3/ehZ5r9+t6e+WVnp1pxnNIjgBe4/6dAysQc8dsmHwPcW9C0h3fW1hans1ltwJhy0GxK7XZbUlMp5Ww2eyan6+ft/f2FAqXGK4CvQk5HueFz7D6GOZtIrK+srupdx1GRBBqNBtzc2AiMr7nPplRdKhb1q6q6zjFhrklEFOUutoQ50xcX86ZlqaZpQrfbBdu2R6/G19zX6XSgh6RX5ubyHCM8nqSID6ICrGiZjGYYxojEsiw4PDwMSL5VKsC8Yf4VRYFzMzMaxwjlJSlCyAQ9l0CW44PBADzXhe7xMdi9HtTrdYjFYkDQL0cn4Xdq2/EAE+InCnvADTf2eah4Sx9vExQjkqXT6aAERICMewd/UAp/IeYANM2joxt+q5VI+ieq2i0Wg3l6DNzHwTERPgo1ko7XBXj3vdlsT2F+UuhIhYkp7u7CarkcrFOCtR3H5JiwbAIeImjT/YQKKBtGjRFCU5IUgFRe7fF4cCNVIPMYo3VKqxwjyNAXNepuopyqnld602qVsfRpEkkz+GFL1wPj6ySXBpJtWVa5xlhpcyhBNwpZHmtX8AGgfIExo0ZpzkWVTBGiXCSEaHh62/PoR0p/vHaczxXGnj4bSo+G78lELU80h1uogBwWLf5YlsPmgDEd4M236xjm+8nm4IuE/9u+/PH2JXZfbwz4zw1WbO+SQPpXfwG/BBgAhCNZiSb/pOQAAAAASUVORK5CYII=);
}
.notifyjs-bootstrap-success {
	color: #468847;
	background-color: #DFF0D8;
	border-color: #D6E9C6;
	background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAUCAYAAACNiR0NAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAutJREFUeNq0lctPE0Ecx38zu/RFS1EryqtgJFA08YCiMZIAQQ4eRG8eDGdPJiYeTIwHTfwPiAcvXIwXLwoXPaDxkWgQ6islKlJLSQWLUraPLTv7Gme32zoF9KSTfLO7v53vZ3d/M7/fIth+IO6INt2jjoA7bjHCJoAlzCRw59YwHYjBnfMPqAKWQYKjGkfCJqAF0xwZjipQtA3MxeSG87VhOOYegVrUCy7UZM9S6TLIdAamySTclZdYhFhRHloGYg7mgZv1Zzztvgud7V1tbQ2twYA34LJmF4p5dXF1KTufnE+SxeJtuCZNsLDCQU0+RyKTF27Unw101l8e6hns3u0PBalORVVVkcaEKBJDgV3+cGM4tKKmI+ohlIGnygKX00rSBfszz/n2uXv81wd6+rt1orsZCHRdr1Imk2F2Kob3hutSxW8thsd8AXNaln9D7CTfA6O+0UgkMuwVvEFFUbbAcrkcTA8+AtOk8E6KiQiDmMFSDqZItAzEVQviRkdDdaFgPp8HSZKAEAL5Qh7Sq2lIJBJwv2scUqkUnKoZgNhcDKhKg5aH+1IkcouCAdFGAQsuWZYhOjwFHQ96oagWgRoUov1T9kRBEODAwxM2QtEUl+Wp+Ln9VRo6BcMw4ErHRYjH4/B26AlQoQQTRdHWwcd9AH57+UAXddvDD37DmrBBV34WfqiXPl61g+vr6xA9zsGeM9gOdsNXkgpEtTwVvwOklXLKm6+/p5ezwk4B+j6droBs2CsGa/gNs6RIxazl4Tc25mpTgw/apPR1LYlNRFAzgsOxkyXYLIM1V8NMwyAkJSctD1eGVKiq5wWjSPdjmeTkiKvVW4f2YPHWl3GAVq6ymcyCTgovM3FzyRiDe2TaKcEKsLpJvNHjZgPNqEtyi6mZIm4SRFyLMUsONSSdkPeFtY1n0mczoY3BHTLhwPRy9/lzcziCw9ACI+yql0VLzcGAZbYSM5CCSZg1/9oc/nn7+i8N9p/8An4JMADxhH+xHfuiKwAAAABJRU5ErkJggg==);
}
.notifyjs-bootstrap-info {
	color: #3A87AD;
	background-color: #D9EDF7;
	border-color: #BCE8F1;
	background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAUCAYAAACNiR0NAAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH3QYFAhkSsdes/QAAA8dJREFUOMvVlGtMW2UYx//POaWHXg6lLaW0ypAtw1UCgbniNOLcVOLmAjHZolOYlxmTGXVZdAnRfXQm+7SoU4mXaOaiZsEpC9FkiQs6Z6bdCnNYruM6KNBw6YWewzl9z+sHImEWv+vz7XmT95f/+3/+7wP814v+efDOV3/SoX3lHAA+6ODeUFfMfjOWMADgdk+eEKz0pF7aQdMAcOKLLjrcVMVX3xdWN29/GhYP7SvnP0cWfS8caSkfHZsPE9Fgnt02JNutQ0QYHB2dDz9/pKX8QjjuO9xUxd/66HdxTeCHZ3rojQObGQBcuNjfplkD3b19Y/6MrimSaKgSMmpGU5WevmE/swa6Oy73tQHA0Rdr2Mmv/6A1n9w9suQ7097Z9lM4FlTgTDrzZTu4StXVfpiI48rVcUDM5cmEksrFnHxfpTtU/3BFQzCQF/2bYVoNbH7zmItbSoMj40JSzmMyX5qDvriA7QdrIIpA+3cdsMpu0nXI8cV0MtKXCPZev+gCEM1S2NHPvWfP/hL+7FSr3+0p5RBEyhEN5JCKYr8XnASMT0xBNyzQGQeI8fjsGD39RMPk7se2bd5ZtTyoFYXftF6y37gx7NeUtJJOTFlAHDZLDuILU3j3+H5oOrD3yWbIztugaAzgnBKJuBLpGfQrS8wO4FZgV+c1IxaLgWVU0tMLEETCos4xMzEIv9cJXQcyagIwigDGwJgOAtHAwAhisQUjy0ORGERiELgG4iakkzo4MYAxcM5hAMi1WWG1yYCJIcMUaBkVRLdGeSU2995TLWzcUAzONJ7J6FBVBYIggMzmFbvdBV44Corg8vjhzC+EJEl8U1kJtgYrhCzgc/vvTwXKSib1paRFVRVORDAJAsw5FuTaJEhWM2SHB3mOAlhkNxwuLzeJsGwqWzf5TFNdKgtY5qHp6ZFf67Y/sAVadCaVY5YACDDb3Oi4NIjLnWMw2QthCBIsVhsUTU9tvXsjeq9+X1d75/KEs4LNOfcdf/+HthMnvwxOD0wmHaXr7ZItn2wuH2SnBzbZAbPJwpPx+VQuzcm7dgRCB57a1uBzUDRL4bfnI0RE0eaXd9W89mpjqHZnUI5Hh2l2dkZZUhOqpi2qSmpOmZ64Tuu9qlz/SEXo6MEHa3wOip46F1n7633eekV8ds8Wxjn37Wl63VVa+ej5oeEZ/82ZBETJjpJ1Rbij2D3Z/1trXUvLsblCK0XfOx0SX2kMsn9dX+d+7Kf6h8o4AIykuffjT8L20LU+w4AZd5VvEPY+XpWqLV327HR7DzXuDnD8r+ovkBehJ8i+y8YAAAAASUVORK5CYII=);
}
.notifyjs-bootstrap-warn {
	color: #C09853;
	background-color: #FCF8E3;
	border-color: #FBEED5;
	background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAUCAMAAAC6V+0/AAABJlBMVEXr6eb/2oD/wi7/xjr/0mP/ykf/tQD/vBj/3o7/uQ//vyL/twebhgD/4pzX1K3z8e349vK6tHCilCWbiQymn0jGworr6dXQza3HxcKkn1vWvV/5uRfk4dXZ1bD18+/52YebiAmyr5S9mhCzrWq5t6ufjRH54aLs0oS+qD751XqPhAybhwXsujG3sm+Zk0PTwG6Shg+PhhObhwOPgQL4zV2nlyrf27uLfgCPhRHu7OmLgAafkyiWkD3l49ibiAfTs0C+lgCniwD4sgDJxqOilzDWowWFfAH08uebig6qpFHBvH/aw26FfQTQzsvy8OyEfz20r3jAvaKbhgG9q0nc2LbZxXanoUu/u5WSggCtp1anpJKdmFz/zlX/1nGJiYmuq5Dx7+sAAADoPUZSAAAAAXRSTlMAQObYZgAAAAFiS0dEAIgFHUgAAAAJcEhZcwAACxMAAAsTAQCanBgAAAAHdElNRQfdBgUBGhh4aah5AAAAlklEQVQY02NgoBIIE8EUcwn1FkIXM1Tj5dDUQhPU502Mi7XXQxGz5uVIjGOJUUUW81HnYEyMi2HVcUOICQZzMMYmxrEyMylJwgUt5BljWRLjmJm4pI1hYp5SQLGYxDgmLnZOVxuooClIDKgXKMbN5ggV1ACLJcaBxNgcoiGCBiZwdWxOETBDrTyEFey0jYJ4eHjMGWgEAIpRFRCUt08qAAAAAElFTkSuQmCC);
}

.notifyjs-corner {
	position: fixed;
	margin: 5px;
	z-index: 1050;
}

.notifyjs-corner .notifyjs-wrapper,
.notifyjs-corner .notifyjs-container {
	position: relative;
	display: block;
	height: inherit;
	width: inherit;
	margin: 3px;
}

.notifyjs-wrapper {
	z-index: 1;
	position: absolute;
	display: inline-block;
	height: 0;
	width: 0;
}

.notifyjs-container {
	display: none;
	z-index: 1;
	position: absolute;
}

.notifyjs-hidable {
	cursor: pointer;
}

[data-notify-text],[data-notify-html] {
	position: relative;
}

.notifyjs-arrow {
	position: absolute;
	z-index: 2;
	width: 0;
	height: 0;
}
.left-menu .active {
    background-color: #DDDDDD;
}
.left-menu {
	float: left;
	width: 300px;
    background-color: #FAFAFA;
	border-radius: 4px;
    margin-right: 10px;
}
.left-menu ul {
	list-style-type: none;
	margin: 5px;
	overflow-wrap: break-word;
	padding-left: 0px;
}
/*
.left-menu li a {
    display: block;
    color: #000;
    padding: 8px 16px;
    text-decoration: none;
}
*/
.left-menu li a {
    text-decoration: none;
}
.left-menu li span {
    cursor: pointer;
    display: block;
	float: left;
    color: #000;
    /*padding: 8px 5px;*/
	padding-left: 8px;
	padding-right: 8px;
    text-decoration: none;
}
/*
.left-menu li a:hover {
    background-color: #555;
    color: white;
}
*/
.left-menu li a:hover {
    text-decoration: underline;
}
.doc-info {
    background-color: #FAFAFA;
	border-radius: 4px;
	padding: 10px;
}
.contact-menu {
	display: none;
	z-index: 1;
	position: absolute;
	width: 200px;
    background-color: #FAFAFA;
	border-radius: 4px;
    margin-right: 10px;
    border: 1px solid #CCC;
}
.contact-menu ul {
	list-style-type: none;
	margin: 5px;
	overflow-wrap: break-word;
	padding-left: 0px;
}
.contact-menu li a {
    display: block;
    color: #000;
    padding: 2px 10px;
    text-decoration: none;
}
.contact-menu li a:hover {
    background-color: #555;
    color: white;
}
.h-center {
	align: center;
}

.status-ok {
	color: darkgreen;
    font-weight: bold;
}

.status-warn {
	color: orange;
    font-weight: bold;
}

.status-err {
	color: red;
    font-weight: bold;
}

#job_table td {
	vertical-align: top;
	border-bottom: thin solid lightgrey;
}

#job_table a {
    text-decoration: none;
}

#job_table a:hover {
    text-decoration: underline;
}

#activity_table td {
	vertical-align: top;
	border-bottom: thin solid lightgrey;
}

.tree-menu
{
	float: left;
	width: 300px;
    background-color: #FAFAFA;
	border-radius: 4px;
    padding: 10px;
	margin: 10px 10px 10px 0px;
    font-size: 8pt;
}

.tree-menu ul {
  margin:0 0 0 0.5em; /* indentation */
  padding:0;
  list-style:none;
  color:#369;
  position:relative;
}

.tree-menu ul:before {
  content:"";
  display:block;
  width:0;
  position:absolute;
  top:0;
  bottom:0;
  left:4px;
  border-left:1px dashed;
    border-color: #CCC;
}

ul.tree-menu:before {
  border-left:none
}

.tree-menu li {
  margin:0 0 0 0;
  padding:0 0 0 1.5em; /* indentation + .5em */
  line-height:18px; /* default list item's `line-height` */
  font-weight:bold;
  position:relative;
}

.tree-menu .disabled {
	display:block;
    color: gray;
}

.tree-menu .active {
	display:block;
    background-color: #555;
    color: white;
}
.tree-menu li a {
	display:block;
    text-decoration: none;
}

.tree-menu a:hover {
	display:block;
    background-color: #555;
    color: white;
}

.tree-menu li:before {
  content:"";
  display:block;
  width:10px; /* same with indentation */
  height:0;
  border-top:1px dashed;
  margin-top:-1px; /* border top width */
  position:absolute;
  top:1em; /* (line-height/2) */
  left:4px;
  border-color: #CCC;
}

.tree-menu li:last-child:before {
  background:white; /* same with body background */
  height:auto;
  top:1em; /* (line-height/2) */
  bottom:0;
}

/*w3school*/

.autocomplete-items {
  position: absolute;
  border: 1px solid #d4d4d4;
  z-index: 99;
  overflow: auto;
  max-height: 140px;
}
.autocomplete-items div {
  font-size: 8pt;
  padding: 3px;
  cursor: pointer;
  background-color: #f5f5f5;
  border-bottom: 1px solid #d4d4d4;
  max-width: 490px;
}
.autocomplete-items div:hover {
  background-color: #e9e9e9;
}
.autocomplete-active {
  background-color: DodgerBlue !important;
  color: #ffffff;
}
