body {
    margin: 0;
    padding: 0;
    background-color: #F2F2F2;
    min-width: 768px;
    font-family: sans-serif !important;
    overflow-x: hidden;
    height: 100%;
    color: #666;
    /* min-width: 1366px; */
}

xmp {
    font-family: sans-serif;
    padding: 6px 0;
    margin: 0;
}

.index_nav {
    background-color: #fff;
    box-shadow: 0px 1px 1px 2px #DEDEDE;
    height: 70px;
    line-height: 70px;
}

.index_nav>div {
    display: inline-block;
    line-height: 70px;
}

.nav_brand_t {
    font-size: 18px;
    color: #169BD5;
    font-weight: 600;
    margin-left: 10px;
}

.nav_brand_t>img {
    height: 60px;
    width: 60px;
    display: inline-block;
    margin-top: 10px;
}

.nav_brand_t>p {
    display: inline-block;
}

.nav_search {
    width: 40%;
    text-align: center;
    margin-left: 20%;
    padding: 0;
}

.nav_search>input,
.rlist_search_input {
    width: 98%;
    border: 1px solid #D5D5D5;
    border-radius: 2px;
    display: inline-block;
}

.nav_search>i,
.rlist_search_input_li {
    display: inline-block;
    margin-left: -30px;
    width: 20px;
    height: 20px;
    color: #333333;
    font-weight: 600;
    font-size: 1.1em;
}

.nav_login_btn {
    width: 200px;
    float: right;
}

.panel {
    margin-bottom: 0 !important;
    margin-top: 0 !important;
    /* border: none !important; */
    padding-top: 10px;
    border-color: white;
}

.login_btn {
    border: 1px solid #20A1D9;
    background-color: white;
    height: 27px;
    width: 54px;
    line-height: 27px;
    color: #20A1D9;
    border-radius: 2px;
    font-size: 0.9em;
    margin-left: 20px;
}

.reg_btn {
    border: 1px solid #20A1D9;
    background-color: #20A1D9;
    height: 27px;
    width: 54px;
    line-height: 27px;
    color: #fff;
    border-radius: 2px;
    font-size: 0.9em;
    margin-left: 10px;
}

.menu_hamburger {
    margin-top: -5px;
    cursor: pointer;
}

@media (max-width:1000px) {
    .charge_top_div {
        min-height: 280px !important;
    }
    .profile_right {
        overflow: hidden;
        display: none;
    }
    body {
        min-width: 1366px;
    }
}


/*********************************************************TIA_USER_LOGIN*********************************************************/


/* 
.login_container {
padding: 0;
margin: 0;
background: #F3F3F3;
height: 100%;
} */

.login_header,
.login_center,
.login_footer {
    width: 100%;
    padding: 0;
    margin: 0;
}

.login_header {
    height: 100px;
    background: #F7F7F7;
}

.login_center {
    width: 100%;
    background: #199ED8;
    text-align: center
}

.login_footer {
    width: 100%;
    background: #F7F7F7;
    text-align: center;
}

.center_wrap {
    width: 1200px;
    margin: 0 auto;
    padding-top: 70px;
    padding-bottom: 70px;
}

.user_reg_header {
    height: 100px;
    background: #F7F7F7;
}

.user_reg_center {
    width: 100%;
    background: #199ED8;
    text-align: center
}

.login_form {
    padding: 35px 35px;
    background-color: #fff;
    /* border: 1px solid #1381BC; */
    color: #666;
    /* box-shadow: 1px 1px 2px #89BFDB; */
}

.login_input {
    color: #666;
    width: 80%;
    margin: 0 auto;
    margin-top: 20px;
    height: 40px;
}

.auth_code_login_input {
    color: #666;
    width: 50%;
    margin: left;
    /* margin-top: 20px; */
    height: 40px;
    margin-left: 10%;
    float: left;
}

.auth_code_canvas {
    margin-left: 2%;
    width: 28%;
    height: 40px;
    /* border: 1px solid red; */
    /* display: inline-block; */
    float: left;
}

.reg_login_input {
    color: #666;
    width: 80%;
    margin: 0 auto;
    margin-top: 15px;
    height: 35px;
}

.sms_login_input {
    color: #666;
    width: 80%;
    margin: 0 auto;
    margin-top: 15px;
    height: 35px;
}

.sms_login_btn {
    position: absolute;
    bottom: 5px;
    right: 12%;
    border: 1px solid #00A0EA;
    background: #00A0EA;
    color: #fff;
    border-radius: 3px;
}

.sms_login_btn_click {
    position: absolute;
    bottom: 5px;
    right: 12%;
    background: #DDDDDD !important;
    color: #fff;
    border-radius: 3px;
    border: none
}

.color_warn {
    color: #FF9911;
    float: left;
    margin-left: 10%;
    margin: 5px 0 10px 10%;
    color: #FF9911;
    width: 100%;
    text-align: left;
}

.color_error {
    color: red;
}

.usr_login_btn {
    border: 1px solid #20A1D9;
    border-radius: 2px;
    background-color: #00A0EA;
    height: 40px;
    line-height: 40px;
    width: 80%;
    margin: 20px auto;
    color: #fff;
    font-weight: 600;
}

.login_title {
    margin: 0 auto;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 20px;
    padding-top: 40px;
}


/*********************************************************TIA_USER_LOGIN*********************************************************/

.div_wrap {
    padding-top: 30px;
    padding-left: 30px;
}

.bk_blue {
    background: #199ED8 !important;
    color: #fff !important;
}

.related_threat_ul {
    list-style: none;
    padding: 10px 0px 0 8px;
}

.related_threat_ul li {
    /* float: left; */
    display: inline-block;
    margin-top: 10px;
    background: #E4E4E4;
    padding: 3px 10px;
    color: #3D3D3D;
    width: 120px;
    text-align: center;
    font-size: 13px;
    cursor: pointer;
    margin-left: 10px
}


/* .related_threat_ul li:hover {
background: #199ED8 !important;
color: #fff;
} */

.forget_pwd:hover {
    text-decoration: underline;
    color: red;
    cursor: pointer;
    /* font-family: serif */
}

.showpwd {
    display: inline-block;
    width: 16px;
    height: 16px;
    background: url(../images/showPwd.png) no-repeat center center;
    background-size: 16px 16px;
    position: absolute;
    bottom: 10px;
    right: 12%;
    cursor: pointer;
}

.showpwd.hidepwd {
    background-image: url(../images/hidePwd.png);
}

.save {
    display: inline-block;
    width: 16px;
    height: 16px;
    margin-left: 10px;
    margin-top: -3px;
    margin-right: 3px;
    cursor: pointer;
}

.saved {
    color: #00A0EA !important;
    cursor: pointer;
}

.hand {
    cursor: pointer;
}

.pic_mes {
    color: #666;
    font-size: 13px;
    margin-top: 20px;
    display: inline-block;
    margin-left: 80px;
}

.pic_mes p {
    color: #666;
    font-size: 13px;
    margin-top: 20px;
    margin-left: 10px;
    display: inline-block;
}

.pic_btn button {
    width: 120px;
    background: #199ED8;
    height: 25px;
    line-height: 25px;
    color: white;
    border: none;
    border-radius: 3px;
    display: inline-block;
    margin-top: 10px;
}


/* qtip */

.qtip-bootstrap .qtip-content {
    border: none !important;
    background-color: #929292;
    color: white;
    padding: 10px 40px !important;
}

.qtip-bootstrap .qtip-content label {
    color: white
}


/* ----------------------------------------------------index_search--start-------------------------------------------------- */

.index_search_body {
    /* border: 1px solid red; */
    margin-top: 120px;
    text-align: center;
}

.index_search_title {
    font-size: 30px;
    text-align: center;
    color: #199ED8;
}

.index_page_search_input {
    width: 80%;
    text-align: left !important;
    height: 40px;
    /* line-height: 40px; */
    border: 2px solid #199ED8;
    margin: left;
    margin-top: 40px;
    display: inline-block;
    text-align: center;
    padding: 0 0 0 10px;
}

.index_page_search_div {
    padding: 0 10px;
    height: 40px;
    line-height: 40px;
    background: #199ED8;
    display: inline-block;
    margin: right;
    margin-left: 20px;
    border-radius: 5px;
    color: white;
    text-align: center;
    /* margin-top: 10px; */
}

.index_search_sample {
    margin-top: 15px;
    font-size: 13px;
}

.index_search_sample>div a {
    display: inline-block;
    margin-left: 10px;
    color: #999999;
}

.index_search_sample>div {
    display: inline-block;
    margin-left: 10px;
    color: #999999;
}

.index_search_bot_t {
    /* clear: both;
    display: block;
    position: fixed;
    bottom: 10px; */
    width: 100%;
    text-align: center;
    bottom: 10px;
    clear: both;
    display: block;
    height: 30px;
    margin-top: 350px;
}

.index_search_bot_t_img {
    width: 120px;
    height: 50px;
    display: inline-block;
    border-right: 2px solid #B7B7B7;
}

.index_search_bot_tid {
    font-size: 20px;
    margin-left: 10px;
    height: 50px;
    display: inline-block;
    color: #333;
    line-height: 50px;
    vertical-align: middle;
}

.laq_png {
    width: 15px;
    /* height: 20px; */
    vertical-align: middle;
    display: inline-block;
    margin-right: 3px;
}

.bottomhr {
    width: 100%;
    border-top: 1px solid #DEDEDE;
}

.bottomhr_txt {
    text-align: center;
    margin-top: 10px;
    color: #999999;
    font-size: 0.9em;
}

.pic_tip_show_text i {
    margin-right: 5px;
    vertical-align: middle;
}

.pic_tip_show_relate_type {
    /* border: 1px solid #D5D5D5; */
    /* box-shadow: 3px 5px 10px #878787; */
    margin-top: 10px;
    padding: 0 20px;
}

.pic_tip_show_relate_type_content {
    max-width: 480px;
    padding: 10px 0;
}

.layui-form-checkbox[lay-skin=primary] span {
    font-size: 12px !important;
}

.layui-form-checkbox[lay-skin=primary] {
    width: 120px !important;
    display: inline-block;
    /* padding: 0; */
}

.layui-form-item {
    margin-bottom: 10px !important;
}

.relate_type_label {
    text-align: left;
    width: 60px;
}

.type_save_btn {
    margin: right;
    background: #199EDE;
    /* padding: 3px 10px; */
    text-align: center;
    cursor: pointer;
    height: 25px;
    line-height: 25px;
    color: #fff;
    padding: 0 25px;
    margin-top: 5px;
    width: 80px;
    float: right;
    margin: 0 10px 10px 0;
}

.type_bottom {
    border-top: 1px solid #D5D5D5;
}

.trace_type_div {
    margin-top: 20px;
}

.do_icon {
    margin-right: 3px;
}

.pic_tip_show_text {
    color: #199EDE;
    font-weight: 600;
    font-size: 14px;
}

.fail {
    color: red !important;
}

.pic_tip_show_text i {
    margin-right: 5px;
    vertical-align: middle;
}

.pic_tip_show_div {
    border: 1px solid #D5D5D5;
    box-shadow: 3px 5px 10px #878787;
    height: 40px;
    margin-top: 10px;
    line-height: 40px;
}

.pic_tip_show_div>div {
    display: inline-block;
    vertical-align: middle;
}

.relate_type_title {
    border-bottom: 1px solid #D5D5D5;
    height: 40px;
    line-height: 40px;
}

.relate_type_title>div {
    display: inline-block;
    vertical-align: middle;
}

.common_btn,
.common_close {
    margin: right;
    float: right
}

.common_btn {
    margin-right: 20px;
    margin-top: 7.5px;
}

.common_close {
    margin-right: 10px;
    display: inline-block;
    /* position: relative; */
    /* float: right */
}


/* ----------------------------------------------------index_search--end-------------------------------------------------- */


/* ----------------------------------------------------track_search-start-------------------------------------------------- */

.track_label {
    margin-top: 40px;
    font-size: 0.9em;
    color: #666666;
}

.track_label>div {
    display: inline-block;
    vertical-align: middle;
}

.track_label>div:first-child {
    margin-right: 35px;
}

.track_line_ul {
    background-color: #F2F2F2;
    height: 35px;
    line-height: 35px;
    margin-top: 10px;
    padding: 0;
    margin-bottom: 0;
}

.track_line_ul li {
    list-style: none;
    color: #1E1E1E;
    font-weight: 600;
    text-align: center;
    float: left;
    border-left: 1px solid #fff;
    padding: 0 3px;
}

.width_l {
    width: 20%;
}

.width_s {
    width: 12%;
}

.track_line {
    color: #666666;
    margin-top: 0px;
}

.track_line>div {
    display: inline-block;
    text-align: center;
    /* height: 30px;
    line-height: 30px; */
    padding: 0 4px;
    margin-left: -3px;
    /* margin-bottom: 5px; */
}

.track_line_ioc {
    text-align: left !important;
}

.track_line_ioc_content {
    color: #199ED8;
    margin-left: 10px;
    max-width: 200px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    display: inline-block;
}

.line_ioc {
    max-width: 300px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    display: block;
}

.icon_link {
    margin-left: 10px;
    color: #199ED8;
}

.icon_do i {
    display: inline-block;
    width: 30px;
    text-align: center;
    color: #282828;
    font-size: 16px;
}

.icon_new {
    color: #D81E06;
    font-size: 28px;
}


/* ----------------------------------------------------track_search-end-------------------------------------------------- */


/* ----------------------------------------------------track_index-start-------------------------------------------------- */

.tarck_index_body {
    width: 75%;
    margin: 0 auto;
    /* border: 1px solid rgb(224, 148, 148); */
    margin-top: 50px;
}

.div_hr {
    border-top: 1px solid #E4E4E4;
}

.tarck_index_more_btn_div {
    width: 40px;
    height: 20px;
    margin: 0 auto;
    border: 1px solid #E4E4E4;
    text-align: center;
    margin-bottom: -1px;
}

.tarck_index_title {
    font-weight: 600;
    font-size: 16px;
}

.tarck_index_des {
    color: #999999;
    margin-top: 10px;
}

.tarck_index_des span:first-child {
    margin-right: 30px;
}

.tarck_index_basic {
    margin-top: 10px;
}

.timeline_head {
    font-size: 1em;
    font-weight: 600 !important;
    display: inline-block;
    /* vertical-align: middle; */
}

.port_div p {
    display: inline-block;
    padding: 2px 10px;
    color: #fff !important;
    background: #3FA9F5;
    font-size: 0.9em;
    margin-right: 8px;
    border-radius: 2px;
    font-weight: 600 !important;
}

.tags_div p {
    display: inline-block;
    padding: 2px 10px;
    color: #D10808 !important;
    background: #FDEBEB;
    font-size: 0.9em;
    margin-right: 8px;
    border-radius: 2px;
    font-weight: 600 !important;
}

.timeline_head_more {
    /* display: inline-block; */
    color: #666;
    font-size: 0.9em;
    float: right;
    /* vertical-align: middle; */
}

.timeline_head_more span {
    margin-left: 3px;
}

.timeline_head_more i {
    margin-top: 20px !important;
}

.div_overflow {
    float: left;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    /* min-width: 100px !important; */
    text-align: left;
    width: 65%;
}

.div_i {
    width: 5%;
    text-align: left;
    float: left;
}

.static_mes_name {
    width: 150px;
    display: inline-block;
    height: 30px;
    line-height: 30px;
    color: #333;
    text-align: left;
    font-size: 13px;
    /* padding-right: 30px; */
}

.static_mes_val {
    width: 80%;
    display: inline-block;
    display: inline-block;
    color: #333;
    text-align: left;
    font-size: 13px;
}

.datatable_grey>thead>tr>th {
    background-color: #f2f2f2 !important;
    padding: 2px 8px !important;
    height: 25px !important;
    font-size: 13px;
    white-space: nowrap;
}

.datatable_grey>tbody>tr>td {
    font-size: 12px;
    padding: 2px 8px !important;
    border-bottom: 1px solid #f2f2f2;
    height: 28px;
    line-height: 28px;
    word-wrap: break-word;
    overflow: hidden;
    /* word-break: break-all!important; */
    /* max-width: 500px; */
}

.datatable_add thead tr th:last-child {
    min-width: 140px;
}

.datatable_add tbody tr td {
    text-align: left;
    /* padding-left: 20px !important; */
    word-break: break-all;
}

.datatable_add {
    color: #666;
    margin-bottom: 20px;
    /* float: left; */
}

td.details-control {
    background: url('../images/details_open.png') no-repeat center center;
    cursor: pointer;
}

tr.shown td.details-control {
    background: url('../images/details_close.png') no-repeat center center;
}

.datatable_add thead tr th,
.datatable_node_add thead tr th {
    background-color: #CAE8F5;
    text-align: left;
    padding-left: 20px;
    margin: 0;
    height: 32px;
    line-height: 32px;
    padding-top: 0;
    padding-bottom: 0;
    border: none !important;
    white-space: nowrap
}

.datatable_add>thead tr,
.datatable_node_add>thead tr {
    background-color: #CAE8F5;
    text-align: left;
    padding-left: 20px;
    margin: 0;
    height: 32px;
    line-height: 32px;
    padding: 0;
    margin: 0;
    border: none !important;
}

.div_key {
    width: 30%;
    float: left;
}

.icon_btn {
    font-size: 14px;
    margin-right: 3px;
}

.tarck_index_basic>div>div {
    padding-top: 5px;
    display: block;
    /* color: #5F5F5F; */
}

.tarck_index_basic {
    width: 70%;
}

.tarck_index_more_btn {
    clear: both;
}

.back_list {
    display: inline-block;
    float: right;
    border: 1px solid #E4E4E4;
    color: #666;
    font-size: 14px;
    padding: 3px 10px;
    margin-right: 10%;
}

.timeline_event {
    padding: 10px;
}

.tarck_index_tip {
    color: #999999;
    font-size: 0.9em;
}

.track_line_open_ul {
    background-color: #F2F2F2;
    height: 28px;
    line-height: 28px;
    margin-top: 10px;
    padding: 0;
    margin-bottom: 0;
}

.track_line_open_ul li {
    list-style: none;
    color: #1E1E1E;
    text-align: center;
    float: left;
    border-left: 1px solid #fff;
    padding: 0 3px;
}

.layui_p {
    width: 40%;
    display: inline-block;
    text-align: left;
    font-size: 0.9em;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.tag_no_hand {
    background: #f2f2f2;
    color: #333;
    border: none;
    /* padding: 3px 10px; */
    /* border-radius: 2px; */
    font-size: 12px;
    height: 23px;
    line-height: 23px;
    padding: 0 8px;
    white-space: nowrap;
    display: inline-block;
    margin-right: 5px;
    border: 1px solid #B2B2B2;
    margin-bottom: 5px;
    /* font-weight: 600; */
    font-family: Arial, Helvetica, sans-serif;
}

.tag_hand {
    /* font-weight: 600; */
    font-family: Arial, Helvetica, sans-serif;
    background: #f2f2f2;
    color: #333;
    border: none;
    height: 23px;
    line-height: 23px;
    padding: 0 8px;
    /* border-radius: 2px; */
    font-size: 11px;
    margin-bottom: 5px;
    white-space: nowrap;
    display: inline-block;
    cursor: pointer;
    margin-right: 5px;
    border: 1px solid #B2B2B2;
}

.color_red {
    background: #FCE3E3!important;
    color: #CE0808 !important;
    border: none !important;
    font-weight: 600;
}

.color_green {
    background: #CDE4CD!important;
    color: #16A116 !important;
    border: none !important;
    font-weight: 600;
}

.color_light {
    opacity: 0.7;
}

.color_blue {
    background: #DEF2FF!important;
    color: #0A89C6 !important;
    border: none !important;
    font-weight: 600;
}

.tooltip_type_info {
    float: left;
    width: 75%;
}

.update_time {
    font-size: 0.9em;
    color: #666;
    float: right;
    font-weight: 400;
}


/* ----------------------------------------------------track_index-end-------------------------------------------------- */


/*********************************************************TIA_USER_LOGIN*********************************************************/


/* 
.login_container {
    padding: 0;
    margin: 0;
    background: #F3F3F3;
    height: 100%;
} */

.login_header,
.login_center,
.login_footer {
    width: 100%;
    padding: 0;
    margin: 0;
}

.login_header {
    height: 100px;
    background: #F7F7F7;
}

.login_center {
    width: 100%;
    background: #199ED8;
    text-align: center
}

.login_footer {
    width: 100%;
    background: #F7F7F7;
    text-align: center;
}

.center_wrap {
    width: 1200px;
    margin: 0 auto;
    padding-top: 70px;
    padding-bottom: 70px;
}

.user_reg_header {
    height: 100px;
    background: #F7F7F7;
}

.user_reg_center {
    width: 100%;
    background: #199ED8;
    text-align: center
}

.login_form {
    padding: 35px 35px;
    background-color: #fff;
    /* border: 1px solid #1381BC; */
    color: #666;
    /* box-shadow: 1px 1px 2px #89BFDB; */
}

.login_input {
    color: #666;
    width: 80%;
    margin: 0 auto;
    margin-top: 20px;
    height: 40px;
}

.auth_code_login_input {
    color: #666;
    width: 50%;
    margin: left;
    /* margin-top: 20px; */
    height: 40px;
    margin-left: 10%;
    float: left;
}

.auth_code_canvas {
    margin-left: 2%;
    width: 28%;
    height: 40px;
    /* border: 1px solid red; */
    /* display: inline-block; */
    float: left;
}

.reg_login_input {
    color: #666;
    width: 80%;
    margin: 0 auto;
    margin-top: 15px;
    height: 35px;
}

.sms_login_input {
    color: #666;
    width: 80%;
    margin: 0 auto;
    margin-top: 15px;
    height: 35px;
}

.sms_login_btn {
    position: absolute;
    bottom: 5px;
    right: 12%;
    border: 1px solid #00A0EA;
    background: #00A0EA;
    color: #fff;
    border-radius: 3px;
}

.sms_login_btn_click {
    position: absolute;
    bottom: 5px;
    right: 12%;
    background: #DDDDDD !important;
    color: #fff;
    border-radius: 3px;
    border: none
}

.color_warn {
    color: #FF9911;
    float: left;
    margin-left: 10%;
    margin: 5px 0 10px 10%;
    color: #FF9911;
    width: 100%;
    text-align: left;
}

.color_error {
    color: red;
}

.usr_login_btn {
    border: 1px solid #20A1D9;
    border-radius: 2px;
    background-color: #00A0EA;
    height: 40px;
    line-height: 40px;
    width: 80%;
    margin: 20px auto;
    color: #fff;
    font-weight: 600;
}

.login_title {
    margin: 0 auto;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 20px;
    padding-top: 40px;
}

.more_bth {
    border: 1px solid #CCCCCC;
    background: #fff;
    color: #666666;
    padding: 0px 10px;
    display: inline-block;
    font-size: 13px;
    height: 28px;
    line-height: 28px;
}

.layui-flow-more a {
    height: 28px;
    line-height: 28px;
}

.search_btn {
    display: inline-block;
    float: right;
    border: 1px solid #E4E4E4;
    color: #666;
    font-size: 14px;
    /* margin-right: 10%; */
    padding: 2px 10px;
}


/*********************************************************TIA_USER_LOGIN*********************************************************/

.type_tab_div>div {
    display: inline-block;
    width: 100px;
    text-align: center;
    height: 30px;
    cursor: pointer;
}

.type_tab_hover {
    border-bottom: 3px solid #20A1D9 !important;
    color: #20A1D9 !important;
    font-weight: 600 !important;
}


/*whois*/

.dns_title {
    /* height: 20px; */
    line-height: 20px;
    padding-top: 20px;
    color: black;
    width: 100%;
    /* height: 60px; */
}

.dns_title p {
    font-size: 14px;
    font-weight: 600;
    color: #199ED8;
    display: inline-block;
    /* border-left: 3px solid #199ED8; */
    /* padding-left: 10px; */
    font-size: 15px;
}

.timeline .timeline-item>.timeline_event_red {
    border-color: red !important;
}

.timeline .timeline-item>.timeline_event_red:before {
    border-left-color: red !important;
    border-right-color: red !important;
}

.datatable_ip tbody tr td {
    text-align: left;
    padding-left: 20px !important;
    word-break: break-all;
    font-size: 13px;
}

.datatable_list>thead>tr>th {
    background-color: #f2f2f2 !important;
    padding: 2px 8px !important;
    height: 35px;
    line-height: 35px;
    color: #666 !important;
    white-space: nowrap;
}

.datatable_list>tbody>tr>td {
    padding: 2px 8px !important;
    border-bottom: 1px solid #f2f2f2;
    height: 35px;
    line-height: 35px;
    font-size: 13px;
    /* color: #2C3E4D; */
}

.pre_td {
    background: #fff;
    border: none;
}

.port {
    display: inline-block;
    background: #199EDE;
    color: #fff;
    border: none;
    width: 70px;
    height: 25px;
    line-height: 25px;
    border-radius: 2px;
    font-size: 12px;
    text-align: center;
    cursor: pointer;
}

.in_bl {
    display: inline-block;
    margin-right: 5px;
}

.dataTables_paginate a {
    padding: 4px 6px!important;
    border-color: #ddd!important
}

.paging_full_numbers a.paginate_active {
    background-color: rgba(38, 185, 154, .59)!important;
    border-color: rgba(38, 185, 154, .59)!important
}

.dataTables_wrapper .dataTables_paginate .paginate_button.current {
    background: #108ECB;
    color: #fff;
}

.dataTables_wrapper {
    position: relative;
    /* clear: both; */
    zoom: 1;
    width: 100%;
    margin: 0 auto;
}

.dataTables_processing {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 250px;
    height: 30px;
    margin-left: -125px;
    margin-top: -15px;
    padding: 14px 0 2px;
    border: 1px solid #ddd;
    text-align: center;
    color: #999;
    font-size: 14px;
    background-color: #fff
}