body {
    background-color: #000;
    color: #fafafa;
}

.tblbox {
    border: 1px solid;
    background-color: #121212;
    border-collapse: collapse;
    opacity: 0.9;
    filter: alpha(opacity=90);
}

.tblbox td, .tblbox tr {
    border: 0;
    padding: 6px;
}

.tblbox td.darky, .tblbox th {
    background-color: #000000;
    font-weight: bold;
}

.tblbox input, .tblbox textarea {
    border: 1px solid #888888;
    font-weight: normal;
    font-size: 10pt;
    color: white;
    background-color: black;
}

.tblbox select {
    border: 1px solid white;
    color: white;
    background-color: black;
}

.leftnav, .leftnav td, .leftnav th {
    border: 1px solid;
    color: white;
    padding: 6px;
}

a {
    /*    color: white;*/
    text-decoration: none;
    font-size: 1em;
}

a:link {
    /*    color: white;*/
    text-decoration: none;
    font-size: 1em;
}

a:visited {
    /*    color: white;*/
    text-decoration: none;
    font-size: 1em;
}

a:hover {
    /*    color: white;*/
    text-decoration: none;
    font-size: 1em;
}

.outer {
    list-style: none;
    margin: 0;
    padding: 0;
}

#menu {

    border-style: none;

}

#menu ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

#menu li a {
    border: 1px solid #FFFFFF;
    height: 24px;
    text-decoration: none;
    font-weight: bold;
}

#menu li a:link, #menu li a:visited {
    color: #FFFFFF;
    display: block;
    /*    background: url(../pic/icon/_v7.png);*/
    background-repeat: no-repeat;
    padding: 8px 0 0 8px;
}

#menu li a:hover {
    color: #666666;
    /*    background: url(../pic/icon/_v7.png) -32px 0;*/
    background-repeat: no-repeat;
    padding: 8px 0 0 8px;
}

#menu li a:active {
    color: #666666;
    /*    background: url(../pic/icon/_v7.png) -64px 0;*/
    background-repeat: no-repeat;
    padding: 8px 0 0 8px;
}

a[title] {
    color: gray;
    font-style: italic;
    text-decoration: none;
}

h2.alertme {
    color: red;
}

/* NOT SURE BELOW HERE*/
td {
    border-collapse: collapse;
}

.t1 {
    font-size: 14px;
    margin: 0 0 10px 0;
    padding: 0;
}

.t2 {
    font-size: 10px;
}

hr {
    color: #c0c0c0;
    height: 1pt
}

div.pm {
    width: 100%;
    height: 100px;
    border: 0;
    overflow: auto;
}

#sidebar a {
    height: 36px;
}

#sidebar a .icon {
    display: block;
    background: url(../pic/icon/_v10.png);
    width: 34px;
    height: 32px;
    float: left;
    padding: 0;
    margin-top: -8px;
    margin-left: -8px;
}

.icon span {
    display: block;
    position: relative;
    right: -40px;
    width: 100px;
    font-size: 0.8em;
    margin-top: 8px;
    color: #ffffff;
    opacity: 1;
}

#sidebar a:hover .icon {
    background: url(../pic/icon/_v10.png) -34px 0;
    padding: 0;
}

#sidebar a:hover .icon span {
    /*    opacity: 0.9;*/
}

#sidebar a:active .icon {
    background: url(../pic/icon/_v10.png) -68px 0;
    padding: 0;
}

#sidebar a:active .icon span {
    /*    opacity: 0.7;*/
}

/*
#menu li a .icon:hover {
    display: block;
    background: url(../pic/icon/_v7.png) -34px 0;
    width: 34px;
    height: 32px;
    float: left;
}
*/

.turing {
    display: inline;
    width: unset;
    line-height: unset;
}


.popover-title {
    background: black;
    color: white;
    font-size: 1.1em;
}

.popover-content {
    background: black;
    color: white;
    font-size: .9em;
    border-bottom-right-radius: calc(.3rem - 1px);
    border-bottom-left-radius: calc(.3rem - 1px);
}

html {
    position: relative;
    min-height: 100%;
}

body {
    /* Margin bottom by footer height */
    margin-bottom: 80px;
}

.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    /* Set the fixed height of the footer here */
    height: 80px;
    /*    background-color: #f5f5f5;*/
}

.text-container {
    position: relative;
    overflow: hidden;
}

.clearBtn {
    position: absolute;
    top: 8px;
    right: 15px;
}

.bg-none {
    background: black;
}

#sidebar .btn {
    text-align: left;
}

#sidebar a i.gate {
    display: inline-block;
    background: url(../pic/icon/_v10.png);
    width: 34px;
    height: 34px;
    /*    float: left;*/
    padding: 0;
    /*    margin-top: -8px;*/
    margin-left: 3px;
    vertical-align: middle;
}

#sidebar a:hover i.gate {
    background: url(../pic/icon/_v10.png) -34px 0;
    padding: 0;
}

#sidebar a:active i.gate {
    background: url(../pic/icon/_v10.png) -68px 0;
    padding: 0;
}


.row.vertical-divider {
    /*    overflow: hidden;*/
}

.row.vertical-divider > div[class^="col-"] {
    border-left: 1px solid #343a40;
    border-right: 1px solid #343a40;
}

.row.vertical-divider div[class^="col-"]:first-child {
    border-left: none;
}

.row.vertical-divider div[class^="col-"]:last-child {
    border: none;
}

@media (max-width: 768px) {
    .row.vertical-divider > div[class^="col-"] {
        border: none;
    }
}


.popover-title {
    background: black;
    color: white;
    font-size: 1.1em;
}

.popover-content {
    background: black;
    color: white;
    font-size: .9em;
    border-bottom-right-radius: calc(.3rem - 1px);
    border-bottom-left-radius: calc(.3rem - 1px);
}


.info-icon {
    width: 1.5em;
    height: 1.5em;
    text-align: center;
    line-height: .8em;
    border: 1px solid darkgray;
    border-radius: 5px;
    color: darkgray;
    cursor: pointer;
}

.info-icon small {
    font-weight: 900;
}

.bg-transparent {
    background-color: rgba(0, 0, 0, 0);
}

.bg-transparent-dark {
    background-color: rgba(0, 0, 0, 0.9);
}

.bg-transparent-light {
    background-color: rgba(255, 255, 255, 0.1);
}

.form-transparent {
    background-color: rgba(0, 0, 0, 0);
    border: solid 1px #333;
}

.form-transparent:focus {
    background-color: rgba(0, 0, 0, .25);
    border: solid 1px #666;
}

.form-transparent-dark {
    background-color: rgba(0, 0, 0, 0.7);
    border: solid 1px #333;
}

.form-transparent-dark:focus {
    background-color: rgba(0, 0, 0, 0.7);
    border: solid 1px #666;
}

.form-transparent-light {
    background-color: rgba(255, 255, 255, 0.1);
    border: solid 1px #333;
}

.form-transparent-light:focus {
    background-color: rgba(255, 255, 255, 0.2);
    border: solid 1px #666;
}


.collapse.collapseOff {
    display: unset;
    visibility: visible;
}

@media (max-width: 768px) {
    .collapse.collapseOff {
        display: none;
        visibility: unset;
    }
}


.collapsing {
    -webkit-transition: height 0.01s;
    transition: height 0.01s;
}


li.page-item a.page-link {
    cursor: pointer;
}

li.page-item a.page-link.current {
    cursor: default;
    background-color: rgba(48, 48, 48, 0.9);
}

li.page-item.disabled {
    cursor: not-allowed;
}

li.page-item.disabled .page-link.bg-transparent-dark {
    background-color: rgba(0, 0, 0, 0.7);
    color: #666;
}

li.page-item .page-link.bg-transparent-dark {
    background-color: rgba(0, 0, 0, 0.9);
    color: #eee;
}

li.page-item .page-link.bg-transparent-dark:hover {
    background-color: rgba(48, 48, 48, 0.9);
}


.table-transparent {
    /*    background-color: rgba(0,0,0,0.9);*/
    cursor: default;
}

.table-transparent.table-hover tr th {
    background-color: rgba(0, 0, 0, 0);
    border-color: #343a40;
}

.table-transparent.table-hover tfoot tr td {
    background-color: rgba(0, 0, 0, 0);
    border-color: #343a40;
}

.table-transparent.table-hover tfoot tr:hover {
    background-color: rgba(0, 0, 0, 0);
    border-color: #343a40;
}

.table-transparent.table-hover thead tr td {
    background-color: rgba(0, 0, 0, 0);
    border-color: #343a40;
}

.table-transparent.table-hover thead tr:hover {
    background-color: rgba(0, 0, 0, 0);
    border-color: #343a40;
}

.table-transparent.table-hover tr:hover {
    background-color: rgba(32, 32, 32, 0.9);
    border-color: #343a40;
}

.table-transparent td {
    vertical-align: middle;
    font-size: .875rem;
    border-color: #343a40;
}

.noselect {
    -webkit-user-select: none; /* Safari, iOS, and Android */
    -moz-user-select: none; /* Firefox */
    -ms-user-select: none; /* Internet Explorer/Edge */
    user-select: none;
    /* Non-prefixed version, currently
                                     supported by Chrome and Opera */
}

.select {
    -webkit-user-select: text; /* Safari, iOS, and Android */
    -moz-user-select: text; /* Firefox */
    -ms-user-select: text; /* Internet Explorer/Edge */
    user-select: text;
    /* Non-prefixed version, currently
                                     supported by Chrome and Opera */
}

.dropdown-header {
    text-align: center;
}

.dropdown-item {
    text-align: center;
    font-weight: bold;
    background-color: rgba(0, 0, 0, 0.9);
    color: #999;
}

.dropdown-item:hover {
    background-color: rgba(0, 0, 0, 0.9);
    color: #eee;
}

pre {
    white-space: pre-wrap; /* Since CSS 2.1 */
    white-space: -moz-pre-wrap; /* Mozilla, since 1999 */
    /*    white-space: -pre-wrap;      /* Opera 4-6 */
    white-space: -o-pre-wrap; /* Opera 7 */
    word-wrap: break-word; /* Internet Explorer 5.5+ */
}


.popover {
    background-color: rgba(0, 0, 0, 0.6);
    color: white;
    border: 1px solid #333333;
}

.arrow {
    background-color: rgba(0, 0, 0, 0.6);
    color: rgba(0, 0, 0, 0.6);
}

.popover-header {
    background-color: rgba(0, 0, 0, 0.6);
    color: white;
    border-bottom: 1px solid #333333;
}

.popover-body {
    background-color: rgba(0, 0, 0, 0.6);
    color: white;
}

a.hoverthis .row {
    /*    background-color: rgba(0,0,0,0.9);*/
}

a.hoverthis:hover .row {
    background-color: rgba(16, 16, 16, 0.5);
}

a.hoverthis:hover .row .row {
    background-color: rgba(0, 0, 0, 0);
}


.image {
    position: relative;
    display: inline-block;
}

.text {
    left: 0;
    position: absolute;
    text-align: center;
    top: 26px;
    width: 100%;
    color: white;
    font-size: 16px;
    font-weight: bolder;
}