html, div, h1, h2, h3, h4, p, ul, ol, li, dl, dt, dd, td, input, select, textarea
{
	font-family: Tahoma, Helvetica, Geneva, Arial, sans-serif;
	font-size: 12px;
}

body
{
	background: #CCDCE2;
	font-size: 12px; font-family:
	Arial; margin: 0px;
}

hr {
    border: 0;
    border-top: 2px solid #000000;
    margin: 5px 0px;
    width: 330px;
    text-align: left;
}

#top-menu {
    min-width: 750px;
}

.container-content {
    text-align: left;
    margin: 0;
    height: 100%;
    vertical-align: top;
    padding: 0;
}

.container-content .content {
    border-bottom: #909090 2px solid;
    text-align: left;
    border-left: #fff 2px solid;
    margin: 0;
    background: none;
    height: 100%;
    vertical-align: top;
    border-top: #fff 2px solid;
    border-right: #909090 2px solid;
    padding: 5px 3px;
}

.container-content .content .page-title {
    background-image: url(/img/light_blue1.jpg);
    color: #000;
    padding: 1.5px 10px;
    border: #1e4c7d 1px solid;
    border-bottom: 0px;
    font-size: 18px;
    font-weight: normal;
    text-indent: 6px;
    height: 30px;
}

.container-content .content .form {
    border: #1e4c7d 1px solid;
    vertical-align: top;
    overflow: auto;
    padding: 2px 4px;
    font-family: arial, helvetica, sans-serif;
    font-size: 12px;
    background: #e4eaeb;
    min-height: calc(100vh - 120px);
}

.container-content .content .box {
    border: #1e4c7d 1px solid;
    padding: 2px 4px;
}

.container-content .content .box.gray {
    border: rgb(204, 204, 204) 1px solid;
}

.container-content .content .form .header {
    background-color: #acb2c0;
    padding-left: 16px;
    padding: 8px 8px;
    width: 512px;
}

.container-content .content .form .gRadius {
    margin-bottom: 20px;
}

.container-content .content .form .field {
    display: flex;
    margin: 15px 0px;
}

.container-content .content .form .field .title {
    width: 160px;
}

.container-content .content .form .field .title.bold {
    font-size: 12px;
    font-weight: bold;
}

.info-table {
    border-spacing: 0px;
    border-collapse: separate;
}

.info-table thead tr {
    color: #000!important;
    background-color: #acb2c0!important;
}

.info-table thead tr th {
    font-weight: normal;
    padding: 0px 10px !important;
    text-align: center;
}

.info-table tbody tr td {
    padding: 5px 5px !important;
}

.info-table .line tr td {
    border-bottom: #ffffff 1px solid;
}

.info-table .no-padding td {
    padding-top: 2px !important;
    padding-bottom: 2px !important;
}

.loading-bar {
    font-size: 18px;
    color: #004a81;
    font-weight: bold;
    margin: 10px;
}

.loading-bar img {
    width: 20px;
}

.main-container.w3-cell-row {
    padding: 5px 1px;
    font-size: 12px
}

.top.title {
    font: bold 12pt "Arial";
}

.w3-theme-d4 {
    color: #fff !important;
    background-image: url(/img/tool_bar.jpg);
}

.w3-theme-d5 {
    color: #fff !important;
    background-image: url(/img/dlink_ap_bar.jpg);
}

.top-bar-nav {
    width: 16.5%;
    height: 20px;
}

.top-bar-nav .top-bar-item {
    position: relative!important;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: left;
    align-items: center;
    padding-left: 2vw !important;
}

.top-bar-nav .top-bar-item .tool-bar-v {
    position: absolute;
    top: 50%;
    right: 0;
    margin-top: -8.5px;
    margin-bottom: 0;
}

.top-bar-nav .top-bar-item .icon {
    margin: 0px 10px;
}

.top-bar-nav .fa.fa-caret-down {
    position: absolute;
    top: 50%;
    right: 0.8vw;
    margin-top: -6px;
    margin-bottom: 0;
}

.top-bar-nav.w3-dropdown-hover {
    background-color: transparent;
    color: #FFFFFF;
}

.top-bar-item {
    border: none;
    display: inline-block;
    outline: 0;
    padding: 0px 0px 0px 0px !important;
    /*8px 16px for w3-btn w3-button*/
    vertical-align: middle;
    overflow: hidden;
    text-decoration: none;
    color: inherit;
    background-color: inherit;
    text-align: center;
    cursor: pointer;
    white-space: nowrap;
    font-size: 12px;
    font-family: Arial;
}

.w3-dropdown-content {
    box-shadow: inherit !important;
}

.w3-dropdown-content .w3-bar-item {
    font-family: Arial;
    font-size: 14px;
    text-indent: 3px;
    border: 1px solid #1e4c7d !important;
    border-top: 0px !important;
    padding: 1px 0 !important;
    text-decoration: none;
    font-weight: normal;
}

.w3-dropdown-content .w3-bar-item:hover {
    background-color: #ccdce2 !important;
}

.sub-item .node {
    min-width: 50px;
    display: table;
}

.sub-item .node .icon.line {
    background-image: url(/ftv2vertline.gif);
    height: 100%;
    line-height: 1;
}

.sub-item .node .icon {
    display: table-cell;
    width: 16px;
    vertical-align: top;
    line-height: 10px;
}

.sub-item .node .text {
    margin-top: -1.5px;
    font-family: Arial;
    font-size: 12px;
    color: #000000;
    margin-bottom: 4px;
}

.sub-item .node .text.title {
    text-decoration: none;
    font-family: Arial;
    font-size: 12px;
}

.sub-item .node .icon.img {
    height: 16px;
    margin-bottom: 0px;
}

left-menu {
    display: table-cell;
    width: 190px;
    height: 98%;
    background-color: #FFFFFF;
    border: #808080 2px solid;
    vertical-align: top;
}

.left-menu {
    width: 190px;
    color: #000000;
    text-decoration: none;
    font-family: Arial;
    font-size: 12px;
    background-color: #FFFFFF;
    padding-top: 1px;
    padding-left: 1px;
}

.left-menu .dlink-w3-button {
    border: none;
    display: inline-block;
    outline: 0;
    padding: 0px 0px 0px 0px !important;
    /*8px 16px for w3-btn w3-button*/
    vertical-align: middle;
    overflow: hidden;
    text-decoration: none;
    color: inherit;
    background-color: inherit;
    cursor: pointer;
}

.w3-cell .w3-table .container-outer {
    padding-top: 0px;
    padding-left: 10px;
    padding-right: 5px;
    padding-bottom: 0px;
    line-height: normal;
}

.two-cols-table {
    padding-left: 0px;
    padding-top: 5px;
    border-spacing: 0;
    min-width: 350px;
    width:100%;
}

.two-cols-table th, .two-cols-table td {
    padding: 3px 2px 2px 2px !important;
}

.two-cols-table hr {
    margin: 5px 0px;
    border-top: 2px solid #000000;
}

.two-cols-table .blank-block {
    height: 15px;
}

.scan_table {
    border-left: #696969 2px solid;
    border-bottom: #f8f8f8 2px solid;
    border-right: #f8f8f8 2px solid;
    padding-left: 0px;
    padding-top: 0px;
    border-spacing: 0;
    min-width: 350px;
    width: 100%;
}

.scan_table th {
    background: #4D4D4D;
    text-align: center;
    color: #FFFFFF;
    position: sticky;
    top: 0px;
}

.scan_table td {
    text-align: center;
    word-wrap: break-word;
}

.scan_table tr:nth-child(odd) {
    background-color: #CCCCCC;
}

.scan_table tr:nth-child(even) {
    background-color: #B3B3B3;
}

.vlan_edit_tbl {
    border: #CCCCCC 1px solid;
    padding-left: 0px;
    padding-top: 0px;
    border-spacing: 0;
    min-width: 350px;
    width: 100%;
}

.vlan_edit_tbl th {
    background: #4D4D4D;
    text-align: center;
    color: #FFFFFF;
    position: sticky;
    top: 0px;
}

.vlan_edit_tbl td {
    text-align: center;
    word-wrap: break-word;
}

.vlan_edit_tbl tr:nth-child(odd) {
    background-color: #FFFFFF;
}

.vlan_edit_tbl tr:nth-child(even) {
    background-color: #B3B3B3;
}

.wizard_tbl {
    border: #136393 1px solid;
    padding-left: 0px;
    padding-top: 5px;
    border-spacing: 0;
    min-width: 350px;
    width:100%;
}
.wizard_tbl td {
    padding: 3px 10px 2px 10px !important;
}

.up_down_table {
    padding-left: 0px;
    padding-top: 5px;
    border-spacing: 0;
    min-width: 350px;
    width:100%;
}

.up_down_table td {
    vertical-align: middle;
}

.small-box {
    border-bottom: #acb2c0 1px solid;
    border-left: #acb2c0 1px solid;
    padding-bottom: 3px;
    padding-left: 3px;
    padding-right: 3px;
    vertical-align: top;
    border-top: #acb2c0 1px solid;
    border-right: #acb2c0 1px solid;
    padding-top: 0px;
}

.small-box .header {
    text-align: left;
    padding-bottom: 3px;
    background-color: #acb2c0;
    padding-left: 3px;
    padding-right: 3px;
    white-space: nowrap;
    font-size: 12px;
    font-weight: normal;
    padding-top: 3px;
}

.page-header {
    font-size: 12px;
    font-weight: bold;
}

.border-tbl {
    padding: 3px;
    border: 1px solid black;
    border-collapse: collapse;
}

.border-tbl tr, .border-tbl td {
    border: 1px solid black;
    border-collapse: collapse;
}

.login-tbl {
    width: 100%;
    border: #136393 1px solid;
    background-color:#e4eaeb;
    font: 10pt Tahoma;
    border-collapse: collapse;
    padding: 0px 10px 10px 10px;
}

.table_tool_td {
	font-family: Arial;
	height: 25px;
	color: #ffffff;
	font-size: 15px;
	background: #6595b9;
	padding-left: 5px;
}

.dlink_btn {
    background-image: linear-gradient(white, rgba(192, 192, 192, 0.2), white);
    font-weight: bold;
    text-align: center;
    vertical-align: middle;
    color: black;
    border: gray 2px solid;
    border-radius: 12px;
    border-style: ridge;
    height: 20px;
    width: 90px;
    cursor: pointer;
}

.dlink_btn:hover {
    background-image: linear-gradient(#B0E0E6, rgba(192, 192, 192, 0.5), #B0E0E6);
    background-color: #80ced6;  /*#B0E0E6;*/
}

.dlink_btn:disabled {
    background-image: linear-gradient(white, rgba(192, 192, 192, 0.2), white);
    background-color: white;
    opacity: 0.5;
    cursor: auto;
}

.dlink_btn_save {
    background-image: url("/img/save1.gif");
    background-color: white;
    color: black;
    border: 1px solid gray;
    border-radius: 12px;
    width: 90px;
    height: 20px;
    cursor: pointer;
}

.dlink_btn_save:hover {
    background-image: url("/img/save2.gif");
}

.dlink_btn_save:disabled {
    background-image: url("/img/save1.gif");
    opacity: 0.5;
    cursor: auto;
}

.dlink_btn_add {
    background-image: url("/img/add1.gif");
    color: black;
    border: 1px solid gray;
    border-radius: 12px;
    width: 60px;
    height: 20px;
    cursor: pointer;
}

.dlink_btn_add:hover {
    background-image: url("/img/add2.gif");
}

.dlink_btn_add:disabled {
    background-image: url("/img/add1.gif");
    opacity: 0.5;
    cursor: auto;
}

.dlink_btn_edit {
    background-image: url("/img/edit.jpg");
    /*background-color: white;*/
    color: black;
    border: 0px solid gray;
    width: 15px;
    height: 17px;
    cursor: pointer;
}

.dlink_btn_edit:disabled {
    background-image: url("/img/edit.jpg");
    opacity: 0.5;
    cursor: auto;
}

.dlink_btn_del {
    background-image: url("/img/delete.jpg");
    /*background-color: white;*/
    color: black;
    border: 0px solid gray;
    width: 15px;
    height: 18px;
    cursor: pointer;
}

.dlink_btn_del:disabled {
    background-image: url("/img/delete.jpg");
    opacity: 0.5;
    cursor: auto;
}

.dlink_btn_download {
    background-image: url("/img/config.gif");
    background-color: white;
    color: black;
    border: 0px solid gray;
    width: 16px;
    height: 16px;
    cursor: pointer;
}

.logTbl {
    border: 1px solid #ffffff;
    border-spacing: 0px;
    background-color: #dfdfdf;
}

.logTbl td, .logTbl th {
    border: 1px solid #ffffff;
    padding: 1px;
    height: 100%;
    vertical-align: middle !important;
}