tr.subheader>th {
    background-color: rgba(238, 238, 238, 0.76) !important;
    color: #2c343f;
    font-style: italic;
}

th.border-1-l {
    border-left: 1px solid #2c343f;
}

th.border-1-r {
    border-right: 1px solid #2c343f;
}

.nav-tabs>li>a.subtile.active {
    color: #4e8edc;
    background-color: #fff;
    border-top: 1px solid #e9e9e9 !important;
    border-left: 1px solid #e9e9e9 !important;
    border-right: 1px solid #e9e9e9 !important;
}

/*.subtile.active:hover {
    color: #fff;
    background-color: #348fe2;
}*/

.subtile.active h4 {
    color: #fff;
}

.cluster-tab {
    font-size: 1.5em;
}

.widget-chart .widget-chart-sidebar {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 230px;
    padding: 15px;
}

.widget-chart-sidebar .chart-number {
    font-size: 24px;
    font-weight: 300;
    margin-bottom: 10px;
}

.widget-chart-sidebar .chart-number small {
    font-size: 12px;
    color: #616D72;
    color: rgba(255, 255, 255, .3);
    display: block;
}

.font-s-13 {
    font-size: 13px !important;
}

.content.head-bg-gray {
    background-color: rgba(245, 245, 245, 0.66);
}

.text-disabled {
    color: rgb(190, 190, 190);
}

.content.contenthead {
    padding: 5px 15px;
}

.block-head {
    background-color: #cfd3d8;
    color: #2d353c;
    padding: 2px 5px;
}

.help-block {
    margin-top: 0px;
    margin-bottom: 0px;
    font-size: 12px;
}

.block .bottom-btn-bar {
    margin-top: -50px;
    margin-bottom: 20px;
}

.bottom-btn-bar .btn {
    padding: 5px;
}

.add-block {
    margin: 60px;
    padding: 60px;
}

.ibox-content h1,
.ibox-content h2,
.ibox-content h3,
.ibox-content h4,
.ibox-content h5,
.ibox-title h1,
.ibox-title h2,
.ibox-title h3,
.ibox-title h4,
.ibox-title h5 {
    margin-top: 5px;
}

.ibox {
    clear: both;
    margin-bottom: 10px;
    margin-top: 0;
    padding: 0;
}

.ibox-content.hover {
    border: 2px solid #f3f3f4
}

.ibox-content.hover:hover {
    cursor: pointer;
    border: 2px solid #4E8EDC;
    padding:15px;
}

.ibox-content.last {
    /*height: 332px;*/
    line-height: 312px;
    border: 2px dashed #d4d4de;
    padding:13px;
    background-color: rgba(255, 255, 255, 0.7);
    color: #e0e0e0
}

.ibox-content.last:hover {
    border: 2px dashed #4E8EDC;
}

.ibox.collapsed .ibox-content {
    display: none;
}

.ibox.collapsed .fa.fa-chevron-up:before {
    content: "\f078";
}

.ibox.collapsed .fa.fa-chevron-down:before {
    content: "\f077";
}

.ibox:after,
.ibox:before {
    display: table;
}

.ibox-title {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background-color: #ffffff;
    border-color: #e7eaec;
    border-image: none;
    border-style: solid solid none;
    border-width: 3px 0 0;
    color: inherit;
    margin-bottom: 0;
    padding: 10px 10px 0px;
    min-height: 40px;
}

.no-ibox-title {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background-color: #ffffff;
    border-color: #e7eaec;
    border-image: none;
    border-style: solid solid none;
    border-width: 3px 0 0;
    color: inherit;
    margin-bottom: 0;
    padding: 0px;
    min-height: 0px;
}

.ibox-content {
    background-color: #ffffff;
    color: inherit;
    padding: 15px ;
    /*padding: 10px 15px;*/
    border-color: #e7eaec;
    border-image: none;
    border-style: solid solid none;
    border-width: 1px 0;
}

.ibox-footer {
    color: inherit;
    border-top: 1px solid #e7eaec;
    font-size: 90%;
    background: #ffffff;
    padding: 10px 15px;
}

.ibox-content {
    clear: both;
}

.ibox-heading {
    background-color: #f3f6fb;
    border-bottom: none;
}

.ibox-heading h3 {
    font-weight: 200;
    font-size: 24px;
}

.ibox-title h5 {
    display: inline-block;
    font-size: 14px;
    margin: 0 0 10px;
    padding: 0;
    text-overflow: ellipsis;
    float: left;
}

.ibox-title .label {
    float: left;
    margin-left: 4px;
}

.ibox-tools {
    display: block;
    float: none;
    margin-top: 0;
    position: relative;
    padding: 0;
    text-align: right;
}

.ibox-tools a {
    cursor: pointer;
    margin-left: 5px;
    color: #c4c4c4;
}

.ibox-tools a.btn-primary {
    color: #fff;
}

.ibox-tools .dropdown-menu>li>a {
    padding: 4px 10px;
    font-size: 12px;
}

.ibox .ibox-tools.open>.dropdown-menu {
    left: auto;
    right: 0;
}

.border-1 {
    border-width: 1px !important;
}

.border-b-1 {
    border-bottom-width: 1px !important;
}

.panel-heading-btn .btn {
    padding: 4px 10px;
    margin-top: 6px;
    margin-right: 10px;
}


/* BACKGROUNDS */

.gray-bg {
    background-color: #f3f3f4;
}

.white-bg {

}

.navy-bg {
    background-color: #1ab394;
    color: #ffffff;
}

.blue-bg {
    background-color: #1c84c6;
    color: #ffffff;
}

.lazur-bg {
    background-color: #23c6c8;
    color: #ffffff;
}

.yellow-bg {
    background-color: #f8ac59;
    color: #ffffff;
}

.red-bg {
    background-color: #ed5565;
    color: #ffffff;
}

.black-bg {
    background-color: #262626;
}

.btn-primary.btn-outline {
    /* color: #1ab394;*/
    color: #1c84c6;
}

.btn-success.btn-outline {
    color: #1c84c6;
}

.btn-info.btn-outline {
    color: #23c6c8;
}

.btn-warning.btn-outline {
    color: #f8ac59;
}

.btn-danger.btn-outline {
    color: #ed5565;
}

.btn-primary.btn-outline:hover,
.btn-success.btn-outline:hover,
.btn-info.btn-outline:hover,
.btn-warning.btn-outline:hover,
.btn-danger.btn-outline:hover {
    color: #fff;
}

.btn-outline {
    color: inherit;
    background-color: transparent;
    transition: all .5s;
}

a.no-underline:hover {
    text-decoration: none;
}

li.tabs-border.active {
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    border-left: 1px solid #e9e9e9;
    border-right: 1px solid #e9e9e9;
    border-top: 1px solid #e9e9e9;
}

.tbody-bordered-t tbody {
    border-top-style: solid;
    border-top-width: 2px;
    border-top-color: #ddd
}

.panel.table-panel {
    padding: 0px;
    border-width: 0;
}

.panel-heading.table-panel {
    border-width: 1px;
    border-style: solid;
}

.border-0 {
    border-width: 0px !important;
}

.widget-resource {
    border-radius: 5px;
    margin-bottom: 20px;
    border-style: solid;
    padding: 15px;
    overflow: hidden;
    border-width: 1px;
    border-color: #999;
    background-color: rgba(238, 238, 238, 0.17);
    color: #5b8bc1;
    height: 100px;
}

.table_div  {
    overflow: hidden;
}

.dataTables_wrapper .dataTables_paginate .paginate_button {
    padding: 0 0.1em;
}

.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
    color: white !important;
    border: 1px solid rgba(17, 17, 17, 0);
    background-color: rgba(255, 255, 255, 0);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #585858), color-stop(00%, rgba(17, 17, 17, 0)));
    background: -webkit-linear-gradient(top, rgba(88, 88, 88, 0) 0%, rgba(17, 17, 17, 0) 0%);
    background: -moz-linear-gradient(top, #585858 0%, rgba(17, 17, 17, 0) 0%);
    background: -ms-linear-gradient(top, #585858 0%, rgba(17, 17, 17, 0) 0%);
    background: -o-linear-gradient(top, #585858 0%, rgba(17, 17, 17, 0) 0%);
    background: linear-gradient(to bottom, #242a30 0%, rgba(17, 17, 17, 0) 0%);
}

table.selectTable.table tbody tr.selected td {
    background: #ffc !important;
}

table.selectTable.table tbody tr.selected:hover td {
    background: #ffc !important;
}
#basic_res_network_mng_content .dataTables_scroll{
    overflow-x:auto;
    overflow-y: auto

}
#basic_res_network_mng_content .dataTables_scrollBody,#basic_res_network_mng_content .dataTables_scrollHead{
    overflow: visible  !important;
}
#basic_res_network_mng_content .table tbody tr td {
    padding:0 5px
}
.dataTables_scrollHead,
.dataTables_scrollHead table {
    width: 100% !important;
}

.dataTables_scrollHeadInner {
    width: 100% !important;
}

.dataTables_scrollBody .table thead>tr th {
    height: 0px !important;
}

.dataTables_scrollBody {
    position: inherit !important;
}

.ibox.panel {
    background-color: transparent !important;
}

.leftbottom {
    position: absolute;
    bottom: 30px;
    left: 30px;
    display: inline-flex;
    z-index: 15000;
    color: #fff;
    font-size: 15px;
    font-family: "Microsoft YaHei", 'Verdana', 'Tahoma', 'Arial', 'Helvetica', 'sans-serif';
}

.versionbottom {
    position: absolute;
    bottom: 30px;
    right: 30px;
    display: inline-flex;
    z-index: 15000;
    color: #fff;
    font-size: 15px;
    font-family: "Microsoft YaHei", 'Verdana', 'Tahoma', 'Arial', 'Helvetica', 'sans-serif';
}

#firefoxlogo {
    width: 25px;
    height: 25px;
    margin: 0px 5px;
    background: url(../images/firefox.png) 50% 0px no-repeat;
    background-size: 25px;
}
#chromelogo {
    width: 25px;
    height: 25px;
    margin: 0px 5px;
    background: url(../images/chrome.png) 50% 0px no-repeat;
    background-size: 25px;
}

.explorename {
    font-weight: 600;
}

.jstree-default .jstree-disabled > .fa-user {
    opacity: 0.8;
    filter: none;
    /* Firefox 10+ */
    filter: none;
    /* IE6-9 */
    -webkit-filter: none;
    /* Chrome 19+ & Safari 6+ */
}
/*.table{
    table-layout: fixed
}

.table td, 
.table th{
     white-space: nowrap; 
}*/

/* 用于dialog中最后的输入项，margin-bottom设为0保持元素纵向居中 */
#modal-body .form-group:last-child {
    margin-bottom: 0px;
}

.img-paramon {
    display: inline-flex;
    width: 25px;
    height: 25px;
    margin: 0px 5px;
    padding: 5px;
    background: url(../images/paramon-logo.png) 50% 0px no-repeat;
    background-size: 25px;
}

.index_logo_img {
    position: relative;
    margin-top:-10px;
    height:50px;
}

.login_logo_img {
    position: relative;
    margin-top:-20px;
    height:70px;
}

.register.login-v2 {
    top: 40%;
}

img#pb_randImage {
    height: 26px;
}

.table-header-left thead tr th{
    text-align: left;
}

/* mui-switch */
.mui-switch-con {
    margin-top: 10px;
    font-size: 16px;
}

.mui-switch-con label {
    display: block
}

.mui-switch {
    width: 43px;
    height: 22px;
    position: relative;
    border: 1px solid #dfdfdf;
    background-color: #fdfdfd;
    box-shadow: #dfdfdf 0 0 0 0 inset;
    border-radius: 20px;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    background-clip: content-box;
    display: inline-block;
    -webkit-appearance: none;
    user-select: none;
    outline: none;
}

.mui-switch:before {
    content: '';
    width: 20px;
    height: 20px;
    position: absolute;
    top: 0px;
    left: 0;
    border-radius: 20px;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    background-color: #fff;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.4);
}

.mui-switch:checked {
    border-color: #64bd63;
    box-shadow: #64bd63 0 0 0 16px inset;
    background-color: #64bd63;
}

.mui-switch:checked:before {
    left: 21px;
}

.mui-switch.mui-switch-animbg {
    transition: background-color ease 0.4s;
}

.mui-switch.mui-switch-animbg:before {
    transition: left 0.3s;
}

.mui-switch.mui-switch-animbg:checked {
    box-shadow: #dfdfdf 0 0 0 0 inset;
    background-color: #64bd63;
    transition: border-color 0.4s, background-color ease 0.4s;
}

.mui-switch.mui-switch-animbg:checked:before {
    transition: left 0.3s;
}

.mui-switch.mui-switch-anim {
    transition: border cubic-bezier(0, 0, 0, 1) 0.4s, box-shadow cubic-bezier(0, 0, 0, 1) 0.4s;
}

.mui-switch.mui-switch-anim:before {
    transition: left 0.3s;
}

.mui-switch.mui-switch-anim:checked {
    box-shadow: #64bd63 0 0 0 16px inset;
    background-color: #64bd63;
    transition: border ease 0.4s, box-shadow ease 0.4s, background-color ease 1.2s;
}

.mui-switch.mui-switch-anim:checked:before {
    transition: left 0.3s;
}

.property-grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-content: flex-start;
}
.property-item {
    max-width: 300px;
    width: 33%;
    padding-right: 32px;
    min-height: 60px;
}
.property-title {
    color: #4d4d4d;
    font-family: 'Microsoft YaHei UI Light';
    font-size: 14px;
}
.property-value {
    color: black;
    font-size: 14px;
    word-break: break-all;
}