/* SusiDNS "Camo" theme (aka "dark") */
/* Author: dr|z3d */

body {
     font-family: "Droid Sans", "Noto Sans", Ubuntu, "Bitstream Vera Sans", "Lucida Grande", "DejaVu Sans", "Segoe UI", Verdana, Helvetica, sans-serif;
     line-height: 120%;
     background: #1F1A24;
     color: #e6e6e7;
     padding-top: 5px;
     margin: 0 10px;
     min-width: 650px;
}

body.iframed {
/*     background: transparent !important;*/
     margin: 0;
}

::selection {
     background: rgba(0,187,0,0.99) !important;
     color: #000;
     text-shadow: none;
}

::-moz-selection {
     background: #0b0 !important;
     color: #000;
     text-shadow: none;
}

#navi, .buttons, #buttons, #host_list tr:first-child, #host_list img, #host_list td:nth-child(n+2) a {
     -moz-user-select: none;
     -webkit-user-select: none;
     -ms-user-select: none;
     user-select: none;
}

.page {
     color:#e6e6e7;
     margin: 10px 0;
     padding: 0 5px;
     font-size: 9pt !important;
}

.iframed .page {
     margin: 0;
     padding: 0 15px;
     background: transparent !important;
}

#logo {
     display: none;
}

#logo img {
     display: none;
}

/* topnav */

#navi  {
     margin: -10px auto 30px;
     padding: 10px 3px;
     position: sticky;
     top: -1px;
     z-index: 999;
     text-align: center;
     border: 1px solid #292929;
     border-radius: 0 1px 2px 2px;
     box-shadow: inset 0 0 0 1px #000, 0 2px 2px 2px rgba(0,0,0,0.7);
     background: #1F1A24 !important;
     /*url(/themes/console/dark/images/header.png) repeat-x scroll center center !important;*/
     background-blend-mode: exclusion, exclusion, normal, normal;
}

.iframed #navi  {
     margin: -6px -15px 30px;
     padding: 13px 0;
     position: static;
     border-right: none;
     border-left: none;
     border-radius: 0;
     box-shadow: inset 0 0 0 1px #000;
     background: #1F1A24;
     background-blend-mode: exclusion, normal;
}

#navi a:link {
     text-transform: capitalize;
}

#navi .active,
#navi.private .private,
#navi.local .local,
#navi.router .router,
#navi.published .published {
     border: 2px solid #7F1A24 !important;
}

#navi a, #navi a:visited {
     color: #494 !important;
     border: 1px solid #4F1A24;
     display: inline-block;
     margin: 1px -2px;
     box-shadow: inset 0 0 0 1px #000, 0 0 0 1px #000;
     box-shadow: inset 0 0 0 1px #000, 0 0 0 1px rgba(0,8,0,0.5);
     padding: 2px 6px 3px 24px;
     position: relative;
     text-shadow: 0 1px 1px #000;
     border-radius: 12px;
     background-color: #2c4e8f;
     color: #7b7;
}

#navi a:hover, #navi a:focus  {
    border: 1px solid #da736b;
    color: #da736b !important;
    background: #000;
    z-index: 10;
}

.invisible {
     visibility: hidden;
     display: none;
}

#navi a:active {
    border: 1px solid #da736b;
    box-shadow: inset 3px 3px 3px #000;
    box-shadow: inset 0 0 0 1px #000, inset 3px 3px 3px #000;
    color: #e6e6e7 !important;
    background-blend-mode: luminosity;
}

#navi a.abook {
     background: #332940 url(../images/abook.png) 5px center no-repeat;
     background: url(../images/abook.png) 5px center no-repeat, #332940;
}

#navi a.abook:hover, #navi a.abook:focus {
     background: #332940 url(../images/abook.png) 5px center no-repeat !important;
}

#navi a.abook:active {
     background: #da736b url(../images/abook.png) 5px center no-repeat !important;
}

#navi a#subs {
     background: #332940 url(../images/subs.png) 5px center no-repeat;
     background: url(../images/subs.png) 5px center no-repeat, #1F1A24;
}

#navi a#subs:hover, #navi a#subs:focus {
     background: #332940 url(../images/subs.png) 5px center no-repeat !important;
}

#navi a#subs:active {
     background: #da736b url(../images/subs.png) 5px center no-repeat !important;
}

#navi a#config {
     background: url(/themes/console/images/buttons/configure.png) 5px center no-repeat, #1F1A24;
}

#navi a#config:hover, #navi a#config:focus {
     background: #1F1A24 url(/themes/console/images/buttons/configure.png) 5px center no-repeat !important;
}

#navi a#config:active {
     background: #da736b url(/themes/console/images/buttons/configure.png) 5px center no-repeat !important;
}

#navi a#overview {
     background: #1F1A24 url(../images/overview.png) 5px center no-repeat;
     background: url(../images/overview.png) 5px center no-repeat, #1F1A24;
}

#navi a#overview:hover, #navi a#overview:focus {
     background: #1F1A24 url(../images/overview.png) 5px center no-repeat !important;
}

#navi a#overview:active {
     background: #1F1A24 url(../images/overview.png) 5px center no-repeat !important;
}

.notifbubble {
    background-color: #e33;
    border: 1px solid #e33;
    border-radius: 9px;
    color: #fff;
    margin: -16px 0 0 -4px;
    padding: 0 4px;
    position: absolute;
}

/* end topnav */

hr {
     color: #494;
     background: #494;
     height: 1px;
     border: 0px solid #494;
     width: 100%;
     margin: 5px 0;
     text-align: center;
     display: none;
}

div#filter {
     border: 1px solid #292929;
     padding: 0 5px 15px;
     text-align: center;
     background: #332940;
}

div#filter + div#search {
     border: 1px solid #292929;
     margin: -1px 0 14px !important;
}

div#filter + div#search > form {
     margin: 0;
     padding: 0;
}

#filter p + p {
     display: none;
}

#search {
     padding: 0 10px;
     margin-top: 5px !important;
     margin-bottom: 15px;
}

#booksearch {
     padding: 6px 5px 5px;
     text-align: center;
}

#filter a:link {
     text-transform: capitalize;
}

#filter p:first-child {
     padding-bottom: 0;
}

#filter p {
     line-height: 210%;
     word-spacing: 0.1em;
     font-weight: bold;
     text-align: center;
     text-transform: capitalize;
     margin: 10px 0 -7px;
     padding: 0;
}

#filter a {
     border: 1px solid #292929;
     color: #494;
     margin: 1px 0 3px;
     padding: 1px 8px;
     min-width: 12px;
     border-radius: 10px;
     background: #1F1A24;
     /*background: linear-gradient(to bottom, #010 0%, #000 100%);*/
     font-size: 10pt;
     text-transform: uppercase;
     white-space: nowrap;
     display: inline-block;
     line-height: 160%;
}

#filter a:hover {
     text-decoration: none;
     color: #da736b;
     border: 1px solid #da736b;
     background: #332940;
}

#filter a:active {
     box-shadow: inset 3px 3px 3px #000;
}

#filterheader {
     display: inline-block;
     border: 1px solid #292929;
     min-width: 300px;
     white-space: nowrap;
     margin-top: -1px;
     padding: 5px;
     font-size: 10pt;
     font-weight: bold;
     text-transform: capitalize;
     background-image: linear-gradient(to bottom, #1F1A24 0%, #222730 100%) !important;
}

#filterheader a, #filterheader a:hover {
     border: none;
     background: none;
     margin: 0 0 0 10px;
     padding: 0;
}

#filterheader a:active {
     box-shadow: none;
}

#filterheader b {
     text-transform: uppercase;
     font-size: 10pt;
     margin: 0 0 0 5px;
}

p {
     color:#e6e6e7;
     margin: 16px 0 24px 8px;
     font-size: 9pt;
     text-align: justify;
}

span.addrhlpr {
     font-size: 9pt;
}

h3 {
     color: #e6e6e7;
     font-size: 10pt;
     font-weight: bold;
     border: 1px solid #292929;
     padding: 7px 10px;
     /*background: #000 url(/themes/console/dark/images/header.png) repeat-x scroll center center;
     background: linear-gradient(to bottom, #1a261a 0%, #223022 7%, #212f21 9%, #172317 21%, #091109 49%, #050d05 50%, #020602 51%, #010301 53%, #000000 56%, #000000 100%);
     background: linear-gradient(to bottom, rgba(0,0,0,0) 50%, #000 50%), repeating-linear-gradient(to right, rgba(0,0,0,0.5) 1px, rgba(0,0,0,0.5) 2px, rgba(0,16,0,0.5) 2px, rgba(0,16,0,0.5) 4px), linear-gradient(to bottom, #004000, #000 75%);*/
     background: #1F1A24;
     letter-spacing: 0.08em;
     word-spacing: 0.1em;
     text-shadow: 0 0 2px #001100;
     text-transform: uppercase;
     box-shadow: inset 0 0 0 1px #000;
}

ul.howtouse {
     margin-left: 32px;
}

.headline h3 {
     margin-top: -10px;
}

.headline h3:first-child {
     margin-bottom: 24px;
}

#content {
     padding-bottom: 10px;
}

#content h3 {
     border: none;
     border-bottom: 1px dotted #494;
     background: none;
     box-shadow: none;
     background: url(/themes/console/images/info/question.png) 5px center no-repeat;
     background-size: 18px 18px;
     padding-left: 30px;
}

#content h3:first-child {
     margin-top: -15px;
}

#content p {
     line-height: 150%;
}

.headline h3:first-child + h4 {
     margin-top: -25px;
     margin-bottom: 26px !important;
}

.headline {
     margin-top: -16px;
}

div#messages {
     bottom: 0;
     left: 0;
     position: fixed;
     right: 0;
     text-align: center;
     margin: 0 -20px;
     padding: 10px 15px;
     z-index: 10;
     opacity: 0.85;
     border: 2px solid #f44;
     background: #d22;
     width: 25%;
     margin: auto !important;
     bottom: 5% !important;
     padding-bottom: 2% !important;
     height: 3%;
}

.iframed div#messages {
     bottom: 22px;
     border: none;
     margin: 0 1px;
}

p.messages {
     color: #8ff;
     text-align: center;
     font-weight: bold;
     margin: 7px 0 4px;
}

#messages:empty {
     display: none;
}

p#filtered {
     background: #332940 url(/themes/console/images/buttons/filter.png) 8px center no-repeat;
     padding: 10px 250px 10px 35px !important;
     font-size: 10pt;
     margin: -14px 0 10px;
}

div#book p, p.messages {
     font-size: 10pt;
}

.book th:first-child, .book td:first-child {
     padding: 0 10px !important;
}

.book td {
     padding: 0;
}

.book td:nth-child(2) {
     padding: 2px 0 2px 5px !important;
     width: 30px;
}

.book td:nth-child(3) {
     text-align: center;
     width: 20px;
     padding: 2px 25px 2px 0 !important;
}

h4 {
     font-size: 9pt;
     margin-top: -15px;
     word-spacing: 0.1em;
     border: 1px solid #292929;
     padding: 8px 10px 8px 35px;
     margin-bottom: 30px !important;
     background: url(../images/drive.png) 9px center no-repeat #332940 !important;
}

a {
    color: e6e6e7;
}

a:link {
     color: #e6e6e7;
     text-decoration: none;
     font-weight: bold;
     outline: none;
}

a:hover, a:focus {
     text-decoration: none;
     color: #da736b !important;
}

a:visited {
     color: #e6e6e7;
     text-decoration: none;
}

a:active {
     color: #da736b !important;
}

th {
     color: #e6e6e7;
     font-size: 9pt;
     padding: 5px 10px;
     text-align: left;
}

td {
     color: #e6e6e7;
     padding: 5px;
     font-size: 9pt;
     vertical-align: middle;
}

td.checkbox {
     width: 32px !important;
}

input[type="checkbox"], input[type="radio"] {
     filter: invert(100%) sepia(100%) hue-rotate(70deg) saturate(170%); /* colorize radios and checkboxes */
     min-width: 16px;
     min-height: 16px;
     background: none;
     cursor: pointer;
}

input[type="checkbox"]:hover, input[type="radio"]:hover, input[type="checkbox"]:focus, input[type="radio"]:focus {
     filter: invert(100%) sepia(100%) hue-rotate(70deg) saturate(200%) drop-shadow(0 0 3px #da736b);
}

.iframed #visualid {
     margin-top: 16px;
}

#visualid h3 {
     margin-bottom: -1px;
}

#idAddress {
     text-transform: none;
}

#visualid table {
     width: 100%;
     border: 1px solid #292929;
     border-collapse: collapse;
     background: #332940;
}

#visualid tr:first-child td {
     padding: 15px 5px !important;
}

#visualid td:first-child {
     text-align: right;
}

#visualid td {
     text-align: left;
}

#visualid td[colspan="2"] {
     padding: 15px 3px;
     border-top: 1px solid #292929;
}

#visualid tr:last-child {
     background: #1F1A24;
}

form[action="addressbook"] > p.buttons {
     margin-bottom: -16px;
}

td > img[width="320"], td > img[src^="/imagegen"] {
     border-radius: 4px;
     width: 240px;
     height: 240px;
     border: 1px solid #292929;
     padding: 5px;
     margin: 10px 3px;
     background: #292929;
}

img[src="/imagegen/id?s=256&c="], img[src="/imagegen/id?s=20&c="] {
     opacity: 0; /* hide broken identicons but ensure hostlist remains intact */
}

ol, ul {
     margin: 0 20px 0 10px;
     display: table-row;
}

li {
     color: #e6e6e7;
     margin: 0 20px 0 20px;
     font-size: 9pt;
     list-style: square;
     line-height: 150%;
}

tr.list1 {
     background-color: #332940;
}

tr.list0 {
     background-color: #1F1A24;
}

.help {
     border: 1px solid #292929;
     padding: 20px 30px;
}

.help h3 {
     margin: 10px -31px;
}

.expanded {
     background: url(/themes/console/dark/images/dropdown_active.png) !important;
     background-repeat: no-repeat !important;
     background-position: .5%, 15% !important;
}

.unexpanded {
     background: url(/themes/console/dark/images/dropdown.png) !important;
     background-repeat: no-repeat !important;
     background-position: .5%, 15% !important;
}

#addrtitle.expanded {
     background: url(../images/addressbook.png) 6px center no-repeat #fcfcff !important;
}

.help h3:first-child {
     margin-top: -21px;
}

.help ul li:last-child {
     margin-bottom: -10px;
}

#helpsubs {
     padding: 0 0 0 40px;
     background: #332940 url(/themes/console/dark/images/infohelp.png) 15px center no-repeat !important;
}

#helpsubs p {
     border: none;
     line-height: 130%;
     padding: 15px;
}

#helpconfig {
     background: #332940;
}

#helpconfig ul {
     display: block;
     -moz-columns: 2 500px;
     -webkit-columns: 2 500px;
     columns: 2 500px;
     -moz-column-gap: 40px;
     -webkit-column-gap: 40px;
     column-gap: 40px;
     margin: 0 0 -5px -40px;
}

#helpconfig li {
     margin: 0 3px;
}

#helpconfig li b {
     font-family: "Droid Sans Mono", "Noto Mono", "Lucida Console", monospace;
     color: #990;
}

#helpconfig h3 {
    background-image: none;
    padding: 6px 16px;
}

div#content p {
     padding: 0 10px;
}

p.footer {
     font-size: 7pt;
     text-align: center;
     display: none;
}

.iframed #footer {
     display: none;
}

p.buttons, #buttons {
     text-align: right;
     margin: 5px 0 -5px;
     padding: 4px 3px;
}

div#book + div#buttons {
     border: 1px solid #292929;
     padding: 0 0 10px;
     margin-top: 3px;
     background: #1F1A24;
}

form[action="export"] > div#buttons {
     border: 1px solid #292929;
     padding: 0 0 10px;
     margin-top: 15px;
     background: #000;
}

div#config > textarea, div#content > textarea {
     border-radius: 0;
     margin-top: -27px;
}

textarea[name="config"] {
     height: 280px;
     overflow-y: scroll;
     resize: none;
}

div#config + div#buttons, div#content + div#buttons {
     border: 1px solid #292929;
     margin-top: -3px;
     padding: 5px;
     margin-bottom: 15px;
     background: #1F1A24;
}

div#content + div#buttons {
     margin-top: -13px;
}

.illustrate {
     max-width: 700px;
     height: auto;
     margin: 20px auto 10px;
     padding: 10px;
     border-radius: 4px;
     border: 1px solid #fff;
     font-size: 10pt;
     box-shadow: inset 0px 0px 1px 0px #332940;
     /*background: #1F1A24;*/
     /*background: rgba(255,255,255,0.3);*/
     opacity: 0.8;
     filter: invert(1) sepia(100%) hue-rotate(30deg);
}

.illustrate:hover {
     background: #fff;
     border: 1px solid #000;
     opacity: 1;
}

_:-ms-lang(x), img.illustrate {
     width: auto;
     max-width: 600px;
}

div#book, #emptybook {
     padding: 0;
     margin: -15px 0 -5px;
}

#emptybook {
     margin-bottom: -7px;
}

#book table {
     width: 100%;
     border: 1px solid #292929;
     border-collapse: separate;
}

#book tr.head {
     background: #1F1A24;
     /*background: linear-gradient(to bottom, rgba(0,0,0,0) 50%, #000 50%), repeating-linear-gradient(to right, rgba(0,0,0,0.5) 1px, rgba(0,0,0,0.5) 2px, rgba(0,16,0,0.5) 2px, rgba(0,16,0,0.5) 4px), linear-gradient(to bottom, #002000, #000 75%) !important;*/
}

#book table th {
     padding: 10px 0;
     border-bottom: 1px solid #292929;
}


#book th:last-child {
     background: #1F1A24;
     background: url(images/bin.png) center center no-repeat #1F1A24 !important;
}


#book table td {
     border-bottom: 1px solid #121;
     border-top: 1px solid #000;
}

#book table tr:hover td {
     background: #7778bf;
     border-bottom: 1px solid #292929;
     border-top: 1px solid #292929;
}

#book table tr:nth-child(2):hover td {
     border-top: 1px solid transparent;
     background: #7778bf;
}

#book table tr:hover td textarea {
     color: #e6e6e7;
}

#book input[type="checkbox"] {
     margin: 0;
}

div#add, div#import {
     border: 1px solid #292929;
     padding: 0 0 10px;
     margin-top: 23px;
     background: #332940;
}

#add h3, #import h3 {
     margin-top: -6px;
     margin-left: -1px;
     margin-right: -1px;
     padding: 8px 32px;
     font-size: 10pt;
}

#add table, #import table {
     width: 100%;
     width: calc(100% - 1px);
     margin: -10px 10px 0 0;
}

#add td:first-child,
#import table td:first-child {
     text-align: right;
}

#add td:last-child,
#import td:last-child {
     width: 94%;
}

#add p.buttons, #import p.buttons {
     margin-top: 5px;
     border-top: 1px solid #292929;
     padding-top: 5px;
     background: #1F1A24;
}

input[type="submit"]:hover, input[type="reset"]:hover, input[type="submit"]:focus, input[type="reset"]:focus, .fakebutton:hover, #fakebutton:focus {
     background: #332940;
     color: #da736b;
     border: 1px solid #da736b;
     box-shadow: inset 0 1px 1px 0 #e6e6e7;
}

.fakebutton, .fakebutton:visited {
     color: #494;
}

.fakebutton:hover, .fakebutton:focus {
     color: #da736b;
}

input[type="submit"]::-moz-focus-inner, input[type="reset"]::-moz-focus-inner {
     border: none;
     outline: none;
}

input {
     font-size: 9pt;
     font-weight: bold;
     text-align: left;
     padding: 5px !important;
     border-radius: 2px;
     border: 1px solid #292929;
     color: #494;
     margin: 2px 4px 2px 0;
     font: bold 8pt "Droid Sans", "Noto Sans", Ubuntu, "Bitstream Vera Sans", "Lucida Grande", "DejaVu Sans", "Segoe UI", Verdana, Helvetica, sans-serif;
     min-width: 64px !important;
     border-radius: 12px;
}

input[type="submit"], input[type="reset"], .fakebutton {
     border: 1px outset #332940;
     border-radius: 12px;
     margin: 5px;
     padding: 5px 12px !important;
     font: bold 8pt "Droid Sans", "Noto Sans", Ubuntu, "Bitstream Vera Sans", "Lucida Grande", "DejaVu Sans", "Segoe UI", Verdana, Helvetica, sans-serif;
     text-align: center;
     min-height: 22px !important;
     min-width: 80px !important;
     cursor: pointer;
}

input[type=submit]:active, input[type=reset]:active, .fakebutton:active {
     background: #da736b !important;
     color: #e6e6e7 !important;
     border: 1px solid #da736b;
     filter: none;
     box-shadow: inset 3px 3px 3px #000;
     box-shadow: inset 0 0 0 1px #000, inset 3px 3px 3px #000;
}

input[type="submit"], input[type="reset"], select, button { /* webkit/blink fix for oversaturated colors */
     border: 1px groove #552990;
     background: #1F1A24 !important;
     border-radius: 12px;
}

input[type="text"] {
     padding: 4px !important;
}

input[type="text"], textarea {
     background: #000;
     /*background: linear-gradient(to bottom, #000 0%, #010 100%) !important;*/
     box-shadow: inset 0 0 3px 3px #000;
     color: #bb7;
     border-radius: 2px;
}

textarea {
     color: #bb7;
     border: 1px solid #292929;
     padding: 3px 5px;
     font: bold 8.5pt "Droid Sans Mono", "Noto Mono", "Lucida Console", "DejaVu Sans Mono", monospace;
     border-radius: 2px;
     width: calc(100% - 12px);
     height: 120px;
     line-height: 140%;
     resize: none;
}

textarea[cols="70"] {
     width: 100% !important;
     height: 40px;
}

input:focus, textarea:focus {
     color: #e6e6e7;
     filter: drop-shadow(0 0 1px #880);
     transition: ease filter 0.3s;
     outline: none;
}

textarea:focus {
     filter: none;
     box-shadow: inset 0 0 1px #880;
}

input[name="search"] {
     background: url(/themes/console/images/buttons/search.png) 5px center no-repeat, #000 !important;
     padding: 5px 5px 5px 25px !important;
}

input[name="search"]:focus {
     background: #000 url(/themes/console/images/buttons/search.png) 5px center no-repeat !important;
     padding: 5px 5px 5px 25px !important;
}

/* page titles */

.headline h3 {
     padding: 10px 5px 10px 35px;
     background: url(../images/addressbook.png) 5px center no-repeat, #1F1A24;
     font-size: 11pt;
     text-transform: uppercase;
     letter-spacing: 0.08em;
     word-spacing: 0.1em;
}

.headline#subscriptions h3 {
     background: url(../images/subs_24.png) 5px center no-repeat;
     /*linear-gradient(to bottom, #1a261a 0%, #223022 7%, #212f21 9%, #172317 21%, #091109 49%, #050d05 50%, #020602 51%, #010301 53%, #000000 56%, #000000 100%);*/
     background: url(../images/subs_24.png) 5px center no-repeat;
     /*linear-gradient(to bottom, rgba(0,0,0,0) 50%, #000 50%), repeating-linear-gradient(to right, rgba(0,0,0,0.5) 1px, rgba(0,0,0,0.5) 2px, rgba(0,16,0,0.5) 2px, rgba(0,16,0,0.5) 4px), linear-gradient(to bottom, #004000, #000 75%);*/
}

.headline#configure h3 {
     background: url(../images/configure_24.png) 5px center no-repeat ;
     /*, linear-gradient(to bottom, #1a261a 0%, #223022 7%, #212f21 9%, #172317 21%, #091109 49%, #050d05 50%, #020602 51%, #010301 53%, #000000 56%, #000000 100%);*/
     background: url(../images/configure_24.png) 5px center no-repeat;
     /*, linear-gradient(to bottom, rgba(0,0,0,0) 50%, #000 50%), repeating-linear-gradient(to right, rgba(0,0,0,0.5) 1px, rgba(0,0,0,0.5) 2px, rgba(0,16,0,0.5) 2px, rgba(0,16,0,0.5) 4px), linear-gradient(to bottom, #004000, #000 75%);*/
}

/* export hosts button adjustments */

#export {
     text-align: right;
     margin-top: -52px;
     margin-bottom: 23px;
     padding-right: 4px;
     float: right;
     clear: left !important;
}

#export input[type="submit"] {
     display: inline-block;
}

p.book {
     padding-left: 35px !important;
     border: 1px solid #292929;
     background: #332940 url(../images/addressbook.png) 5px center no-repeat;
}

/* hide export button on published addressbook if empty */

#messages + form[action="export"] {
     display: none;
}

/* host details page */

#host_details td {
     padding: 6px 10px !important;
}

#host_details td:first-child {
     min-width: 10px !important;
     width: 10%;
     white-space: nowrap;
     font-weight: bold;
     text-align: right;
}

#host_details td:last-child {
     width: 90%;
     text-align: left;
     border-left: none !important;
     border-right: none !important;
}

#host_details td.destinations {
     background: none;
}

#host_details tr:hover {
     background: #ffd;
}

#host_details .destaddress {
     font-family: "Droid Sans Mono", "Noto Mono", "Lucida Console", "DejaVu Sans Mono", monospace !important;
     word-break: break-all !important;
     white-space: normal !important;
}

/* end host details */

.names img {
     width: 20px;
     height: 20px;
     vertical-align: middle;
     margin: 6px 8px 6px 2px;
     padding: 1px;
     border: 1px solid #141;
     border-radius: 2px;
     background: #000;
}

.names img:hover, .names a:focus img {
     border: 1px solid #da736b;
}

.names a:active img, .names a:focus img {
     transform: rotate(45deg) scale(0.8);
     transition: ease all 0.1s;
}

/* hostname list */

.book td:nth-child(3) a:not(old) {
     font-size: 0 !important;
}

.book td:nth-child(3) .addrhlpr a::after {
     content: url(/themes/console/images/buttons/fullview.png);
     text-align: center;
     padding: 0 10px !important;
     filter: drop-shadow(0 0 1px #555);
}

#host_list {
     margin-top: 28px;
}

#host_list th:first-child, #host_list td:first-child {
     width: 150px;
     width: 30%;
     white-space: nowrap;
     padding-left: 5px !important;
}

#host_list th:first-child {
     padding-left: 39px !important;
}

#host_list td:last-child {
     width: 16px;
     white-space: nowrap;
     font-weight: bold;
}

#host_list th:nth-child(2), #host_list td:nth-child(2),
#host_list th:nth-child(3), #host_list td:nth-child(3),
#host_list th:nth-child(4), #host_list td:nth-child(4) {
     width: 35px;
     width: 8%;
     padding: 0 5px !important;
     white-space: nowrap;
     text-align: center;
}

#host_list td:nth-child(2) a, #host_list td:nth-child(3) a, #host_list td:nth-child(4) a {
     filter: drop-shadow(0 0 1px #353);
}

#host_list td:nth-child(2) a:not(old) {
     font-size: 0 !important;
}

#host_list td:nth-child(2) a::after {
     content: url(/themes/console/images/buttons/link.png);
     text-align: center;
     cursor: pointer;
}

#host_list td:nth-child(3) a:not(old) {
     font-size: 0 !important;
}

#host_list td:nth-child(3) a::after {
     content: url(/themes/console/images/buttons/helper.png);
     cursor: pointer;
}

#host_list th:nth-child(4), #host_list td:nth-child(4) {
     padding-right: 30px !important;
}

#host_list td:nth-child(4) a:not(old) {
     font-size: 0 !important;
}

#host_list td:nth-child(4) .addrhlpr a::after {
     content: url(/themes/console/images/buttons/fullview.png);
     text-align: center;
     padding: 0 10px !important;
     cursor: pointer;
}

#host_list td:nth-child(2) a:hover, #host_list td:nth-child(3) a:hover, #host_list td:nth-child(4) a:hover,
#host_list td:nth-child(2) a:focus, #host_list td:nth-child(3) a:focus, #host_list td:nth-child(4) a:focus {
     filter: drop-shadow(0 0 1px #da736b);
}

.destaddress:focus {
     background: #001a00;
     outline: none;
}

#host_list .destaddress {
     white-space: nowrap;
     font-family: "Droid Sans Mono", "Noto Mono", "Lucida Console", "DejaVu Sans Mono", monospace !important;
     font-weight: normal;
     padding: 3px 10px !important;
     -moz-user-select: all;
     -webkit-user-select: all;
     -ms-user-select: all;
     user-select: all;
     overflow: hidden;
     text-overflow: ellipsis;
}

#host_list .destaddress:focus {
     overflow: auto;
     text-overflow: clip;
}

/* end hostname list */

td.destinations {
     max-width: 50px !important;
     border-left: 1px solid #121;
     border-right: 1px solid #121;
}

tr:hover .destinations {
     color: #bb0;
}

/* MS Edge fix */
_:-ms-lang(x), * {
     filter: none !important;
}

/* responsive layout */

@media screen and (max-width: 710px) {
#navi a {
     background: linear-gradient(to bottom, #332940 0%, #332940 50%, #000 50%, #000 100%) !important;
     padding: 2px 8px !important;
}

#navi a.abook:hover, #navi a#overview:hover, #navi a#subs:hover, #navi a#config:hover,
#navi a.abook:focus, #navi a#overview:focus, #navi a#subs:focus, #navi a#config:focus {
     background: #000 !important;
     padding: 2px 8px !important;
}

#navi a.abook:active, #navi a#overview:active, #navi a#subs:active, #navi a#config:active {
     background: #da736b !important;
}
}

@media screen and (max-width: 1000px) {
.illustrate {
     margin: 15px auto 10px;
     min-width: 450px;
     width: 90%;
}
}

@media screen and (max-width: 1200px) {
#filter {
     padding: 0 5px;
}

#filter p {
     margin-left: 0;
     margin-right: 0;
}

#filter a {
     min-width: 6px;
     padding: 0 6px;
}
}

@media screen and (min-width: 1400px) {

body, input[type="submit"], input[type="reset"], .fakebutton, input, select, h4, td.names a, p, li, #filter a, #host_details td, textarea, th, #search td, .destaddress {
     font-size: 10pt !important;
}

#navi {
     padding: 10px 5px !important;
}

#navi a {
     font-size: 10pt !important;
     padding: 4px 7px 5px 25px !important;
}

h3, #filter a, #filterheader {
     font-size: 11pt !important;
}

#filter a {
     margin: 0 2px -2px !important;
     min-width: 14px;
}

div#filter {
     background: #332940;
}

form[action="addressbook"] > p.buttons {
     margin-bottom: -20px;
}
}

/* end responsive layout */
