﻿html, body, .body-content, form {
    width: 100%;
    height: 100%;
    font-size: 12px;
}
th, td {
    white-space: nowrap;
}
.form-must,.x-must {
    border-color: red;
}
.XTable a {
    font-size: 14px;
    font-weight: bold;
}
.panel-body{
    padding:5px;
}
a {
    text-decoration: none;
}

    a:hover {
        text-decoration: none;
    }

.XEditTable > tbody > tr > td {
    padding: 2px;
}
.input-group select{
    height:34px;
}
.XEditTable input {
    width: 100%;
}

.XEditTable select {
    width: 100%;
    padding: 2px;
    min-width: 40px;
}

.XEditTable a {
    font-weight: bold;
}

.container-center, .row-center {
    height: 100%;
}

.body-content .row-center {
    margin: 0px;
}

.input-group-addon-img {
    padding: 2px;
}

.form-control {
    height: 35px;
}

.nav-container-fluid .navbar-header {
    padding-left: 10px;
}

.input-group:not(:first-child) {
    padding-top: 15px;
}

.file-input .input-group {
    padding-top: 0px;
}

.panel-footer .btn-default:not(:first-child) {
    margin-left: 20px;
}

.panel-footer .input-group-btn .btn-default {
    margin-left: 0px;
}

.center-block {
    float: none;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: auto;
    margin-bottom: auto;
}

.login_head {
    padding: .75rem 1.25rem;
    width: 405px;
    font-family: "微软雅黑";
    font-size: 25px;
    font-weight: bold;
    margin: 0 auto;
    border-top: 0px;
    letter-spacing: 8px;
    text-align: center;
    border-radius: 0px 0px 5px 5px;
}

.pages {
    border: 0px;
    width: 50px;
    background: transparent;
}

.text-right {
    text-align: right;
}

.login_logo {
    padding: 8px;
    border-radius: 50%;
    border: 2px solid rgb(0,185,239);
    width: 80px;
    height: 80px;
    max-width: 80px;
    max-height: 80px;
    vertical-align: middle;
    font-size: 56px;
    color: rgb(0,185,239);
}

    .login_logo:hover {
        border: 2px solid rgb(0,160,233);
        color: rgb(0,160,233);
    }

.xsoar-logo {
    padding: 8px;
    border-radius: 50%;
    border: 2px solid rgb(0,185,239);
    width: 60px;
    height: 60px;
    max-width: 60px;
    max-height: 60px;
    vertical-align: middle;
    font-size: 30px;
}

    .xsoar-logo:hover {
        border: 2px solid rgb(0,160,233);
        color: rgb(0,160,233);
    }

.login_form {
    width: 565px;
    position: absolute;
    margin: auto;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}

    .login_form .panel-body {
        padding: 13px;
    }

.pop_form {
    width: 100%;
    height: 100%;
    border-radius: 0px;
}

    .pop_form .row, .pop_form .row-fuild {
        margin-left: 0px;
        margin-right: 0px;
    }

        .pop_form .row:not(:last-child), .pop_form .row-fuild:not(:last-child) {
            margin-bottom: 10px;
        }

        .pop_form .row .col {
            padding-left: 5px;
            padding-right: 5px;
        }

            .pop_form .row .col:first-child {
                padding-left: 0px;
            }

            .pop_form .row .col:last-child {
                padding-right: 0px;
            }

    .pop_form .panel-footer {
        position: absolute;
        bottom: 0px;
        left: 0px;
        right: 0px;
    }

.panel-default > .panel-heading {
    font-family: "微软雅黑";
    text-align: center;
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 4px;
}

.panel-footer {
    padding: 6px 10px;
    text-align: center;
}

    .panel-footer .btn:not(:first-child) {
        padding-left: 15px;
    }

.login_img_left {
    float: left;
    margin-left: 20px;
    margin-top: 25px;
    color: RGB(0,185,239);
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    font-size: 80px;
}

.login_img_right {
    margin-top: 25px;
    position: absolute;
    right: 35px;
    top: 50%;
    transform: translateY(-50%);
}

.login_body {
    margin-left: 120px;
    width: 270px;
}

.btnlogin {
    padding: 20px;
    -webkit-box-shadow: inset 0 0 10px #0CC;
    -moz-box-shadow: inset 0 0 10px #0CC;
    box-shadow: inset 0 0 10px #0CC;
}

.poweredby {
    clear: both;
    text-align: right;
    padding-right: 10px;
    padding-bottom: 5px;
    border: 0px;
    font-family: Verdana;
    font-size: 12px;
}

.nav > li > a {
    padding: 6px;
}

.nav-tabs {
    height: 40px;
    overflow: hidden;
}

.xsoar-nav {
    color: #666;
    background: #f5f5f5;
}

.xsoar-brand {
    font-size: 24px;
    font-weight: bold;
    padding: 15px;
}

.nav-container-fluid {
    padding-right: 0px;
}

.dropdown-header strong {
    display: block;
}

.nav .nav-divider {
    margin: 5px 0;
}

.dropdown-submenu {
    position: relative;
}

    .dropdown-submenu > .dropdown-menu {
        top: 0;
        left: 100%;
        margin-top: -6px;
        margin-left: -1px;
        -webkit-border-radius: 0 6px 6px 6px;
        -moz-border-radius: 0 6px 6px;
        border-radius: 0 6px 6px 6px;
    }

    .dropdown-submenu:hover > .dropdown-menu {
        display: block;
    }

    .dropdown-submenu > a:after {
        display: block;
        content: " ";
        float: right;
        width: 0;
        height: 0;
        border-color: transparent;
        border-style: solid;
        border-width: 5px 0 5px 5px;
        border-left-color: #ccc;
        margin-top: 5px;
        margin-right: -10px;
    }

    .dropdown-submenu:hover > a:after {
        border-left-color: #fff;
    }

    .dropdown-submenu.pull-left {
        float: none;
    }

        .dropdown-submenu.pull-left > .dropdown-menu {
            left: -100%;
            margin-left: 10px;
            -webkit-border-radius: 6px 0 6px 6px;
            -moz-border-radius: 6px 0 6px 6px;
            border-radius: 6px 0 6px 6px;
        }

.xsoar-menu {
    position: absolute;
    left: 0px;
    top: 50px;
    width: 100%;
    bottom: 0px;
}

    .xsoar-menu .body {
        position: absolute;
        width: 100%;
        top: 1px;
        bottom: 1px;
        margin-right: 0px;
        margin-left: 0px;
    }

.xsoarmenu .body {
    top: 50px;
}

.xsoar-menu .foot {
    position: absolute;
    bottom: 0px;
    width: 100%;
    height: 25px;
    line-height: 25px;
    text-align: center;
    background: red;
}

.tab-content {
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: 0px;
    top: 36px;
    overflow-y: auto;
}

    .tab-content iframe {
        width: 100%;
        height: 99%;
        height: calc(100% - 1px);
        height: -webkit-calc(100% - 1px);
        height: -moz-calc(100% - 1px);
        border: 0px;
        margin: 0px;
    }

.tab-pane {
    height: 100%;
}

.nav .nav-header {
    padding: 10px 15px;
    text-align: center;
    border-bottom: 1px double #d1d1d1;
}


.dropdown-navbar {
    padding: 0;
    width: 240px;
    -webkit-box-shadow: 0 2px 4px rgba(30, 30, 100, 0.25);
    box-shadow: 0 2px 4px rgba(30, 30, 100, 0.25);
    border-color: #bcd4e5;
}

    .dropdown-navbar > li {
        padding: 0 8px;
        background-color: #FFF;
    }

        .dropdown-navbar > li.dropdown-header {
            text-shadow: none;
            padding-top: 0;
            padding-bottom: 0;
            line-height: 34px;
            font-size: 13px;
            font-weight: bold;
            text-transform: none;
            border-bottom: 1px solid;
        }

        .dropdown-navbar > li > .fa,
        .dropdown-navbar > li > a > .fa {
            margin-right: 5px !important;
            color: #555;
            font-size: 14px;
        }

        .dropdown-navbar > li > a {
            padding: 10px 2px;
            margin: 0;
            border-top: 1px solid;
            font-size: 12px;
            line-height: 16px;
            color: #555 !important;
            background-color: transparent !important;
            white-space: normal;
        }

            .dropdown-navbar > li > a .progress {
                margin-bottom: 0;
                margin-top: 4px;
            }

            .dropdown-navbar > li > a .badge {
                line-height: 16px;
                padding-right: 4px;
                padding-left: 4px;
                font-size: 12px;
            }

        .dropdown-navbar > li:first-child > a,
        .dropdown-navbar > li.dropdown-header + li > a {
            border-top-width: 0;
        }

        .dropdown-navbar > li.dropdown-footer > a {
            color: #4F99C6 !important;
            text-align: center;
            font-size: 13px;
        }

            .dropdown-navbar > li.dropdown-footer > a:hover {
                background-color: #FFF;
                text-decoration: underline;
            }

                .dropdown-navbar > li.dropdown-footer > a:hover > .fa {
                    text-decoration: none;
                }

        .dropdown-navbar > li:hover {
            background-color: #f4f9fc;
        }

        .dropdown-navbar > li.dropdown-header {
            background-color: #ecf2f7;
            color: #8090a0;
            border-bottom-color: #bcd4e5;
        }

            .dropdown-navbar > li.dropdown-header > .fa {
                color: #8090a0;
            }

        .dropdown-navbar > li > a {
            border-top-color: #e4ecf3;
        }

    .dropdown-navbar.navbar-pink {
        border-color: #e5bcd4;
    }

        .dropdown-navbar.navbar-pink > li:hover {
            background-color: #fcf4f9;
        }

        .dropdown-navbar.navbar-pink > li.dropdown-header {
            background-color: #f7ecf2;
            color: #b471a0;
            border-bottom-color: #e5bcd4;
        }

            .dropdown-navbar.navbar-pink > li.dropdown-header > .fa {
                color: #c06090;
            }

        .dropdown-navbar.navbar-pink > li > a {
            border-top-color: #f3e4ec;
        }

    .dropdown-navbar.navbar-grey {
        border-color: #e5e5e5;
    }

        .dropdown-navbar.navbar-grey > li:hover {
            background-color: #f8f8f8;
        }

        .dropdown-navbar.navbar-grey > li.dropdown-header {
            background-color: #f2f2f2;
            color: #3a87ad;
            border-bottom-color: #e5e5e5;
        }

            .dropdown-navbar.navbar-grey > li.dropdown-header > .fa {
                color: #3a87ad;
            }

        .dropdown-navbar.navbar-grey > li > a {
            border-top-color: #eeeeee;
        }

    .dropdown-navbar.navbar-green {
        border-color: #b4d5ac;
    }

        .dropdown-navbar.navbar-green > li:hover {
            background-color: #f4f9ef;
        }

        .dropdown-navbar.navbar-green > li.dropdown-header {
            background-color: #ebf7e4;
            color: #88aa66;
            border-bottom-color: #b4d5ac;
        }

            .dropdown-navbar.navbar-green > li.dropdown-header > .fa {
                color: #90c060;
            }

        .dropdown-navbar.navbar-green > li > a {
            border-top-color: #ecf3e4;
        }

    .dropdown-navbar [class*="btn"].fa {
        display: inline-block;
        margin: 0 5px 0 0;
        width: 24px;
        text-align: center;
        padding-left: 0;
        padding-right: 0;
    }

    .dropdown-navbar .msg-photo {
        max-width: 42px;
        float: left;
        margin-top: 2px;
    }

    .dropdown-navbar .msg-body {
        display: block;
        line-height: 20px;
        white-space: normal;
        vertical-align: middle;
        margin-left: 50px;
    }

    .dropdown-navbar .msg-title {
        display: inline-block;
        line-height: 14px;
    }

    .dropdown-navbar .msg-time {
        display: block;
        font-size: 11px;
        color: #777;
    }

        .dropdown-navbar .msg-time > .fa {
            font-size: 14px;
            color: #555;
        }

    .dropdown-navbar > .dropdown-content {
        padding: 0;
    }

        .dropdown-navbar > .dropdown-content .dropdown-navbar {
            list-style: none;
            margin: 0;
            padding: 0 !important;
            -webkit-box-shadow: none;
            box-shadow: none;
            width: auto;
            display: block;
            float: none;
            border-width: 0;
            position: static;
            z-index: auto;
        }

    .dropdown-navbar .nav-tabs {
        border-width: 0;
        box-shadow: none;
        background-color: #F9F9F9 !important;
        top: auto;
        width: 100%;
    }

        .dropdown-navbar .nav-tabs > li {
            display: table-cell;
            width: 1%;
            float: none !important;
        }

            .dropdown-navbar .nav-tabs > li > a {
                margin: 0 0 0 1px !important;
                text-align: center;
                box-shadow: none !important;
                background-color: #F9F9F9 !important;
                border-width: 0 !important;
                border-bottom: 2px solid #BECAD1 !important;
            }

                .dropdown-navbar .nav-tabs > li > a:before {
                    display: block;
                    content: "";
                    position: absolute;
                    left: -1px;
                    top: 3px;
                    bottom: 3px;
                    width: 1px;
                    background-color: #BECAD1;
                }

            .dropdown-navbar .nav-tabs > li:first-child > a {
                margin-left: 0 !important;
            }

                .dropdown-navbar .nav-tabs > li:first-child > a:before {
                    display: none;
                }

            .dropdown-navbar .nav-tabs > li.active > a {
                border-bottom: 2px solid #79B0CE !important;
                color: #5085AF !important;
                background-color: #ECF2F7 !important;
            }

    .dropdown-navbar .tab-content {
        padding: 0 !important;
        border-color: #FFF !important;
    }

        .dropdown-navbar .tab-content .dropdown-menu {
            display: block;
            position: static;
            margin: 0 !important;
            padding-top: 2px;
            border-color: #FFF !important;
            box-shadow: none !important;
            width: 100%;
        }

    .dropdown-navbar.navbar-pink .nav-tabs > li.active > a {
        border-bottom: 2px solid #E5BCD4 !important;
        color: #C06090 !important;
        background-color: #F7ECF2 !important;
    }

    .dropdown-navbar.navbar-pink .nav-tabs > li:not(.active) > a:hover {
        color: #BA7396;
    }

    .dropdown-navbar.navbar-pink .nav-tabs > li > a:before {
        background-color: #CEBBCB;
    }

    .dropdown-navbar.navbar-pink .nav-tabs > li > a {
        border-bottom-color: #CEBBCD !important;
    }

.xsoar-nav-tab {
    height: 47px;
    padding-left: 0px;
    margin-bottom: 0px;
}

    .xsoar-nav-tab > li {
        list-style-type: none;
    }

    .xsoar-nav-tab .xsoar-nav-tabs {
        height: 47px;
        float: left;
        overflow: hidden;
        position: relative;
        white-space: nowrap;
    }

        .xsoar-nav-tab .xsoar-nav-tabs .nav-tabs {
            display: flex;
        }

    .xsoar-nav-tab .xsoar-nav-backward {
        position: relative;
        height: 47px;
        float: left;
    }

    .xsoar-nav-tab .xsoar-nav-forward {
        height: 47px;
        float: right;
        line-height: 2.6;
        position: relative;
    }

        .xsoar-nav-tab .xsoar-nav-backward a i, .xsoar-nav-tab .xsoar-nav-forward a i {
            padding-top: 17px;
            padding-bottom: 16px;
            padding-right: 8px;
            border: 1px solid #ddd;
        }

        .xsoar-nav-tab .xsoar-nav-backward a:hover, .xsoar-nav-tab .xsoar-nav-backward a:focus, .xsoar-nav-tab .xsoar-nav-forward a:hover, .xsoar-nav-tab .xsoar-nav-forward a:focus {
            text-decoration: none;
        }


.nav-tabs li a {
    line-height: 2;
    border: 0px;
    margin-right: -1px;
    border-radius: 0;
    border: 1px solid #ddd;
}

    .nav-tabs li a .fa-times-circle:hover {
        color: red;
        cursor: pointer;
    }

    .nav-tabs li a i:first-child {
        margin-right: 3px;
    }

.modal.in .modal-dialog {
    -webkit-transform: translate(0,-50%);
    -ms-transform: translate(0,-50%);
    -o-transform: translate(0,-50%);
    transform: translate(0,-50%)
}

.modal-dialog {
    position: absolute;
    width: auto;
    margin: 10px auto;
    left: 0;
    right: 0;
    top: 50%
}

@media (min-width:768px) {
    .modal-dialog {
        width: 600px
    }
}

.panel-center {
    position: absolute;
    top: 0px;
    right: 0px;
    left: 0px;
    margin: 0px;
}

    .panel-center .panel-heading {
        position: fixed;
        left: 0px;
        right: 0px;
        top: 0px;
        z-index: 3;
    }

        .panel-center .panel-heading .breadcrumb {
            padding: 0px;
            margin: 0px;
            letter-spacing: 1px;
            font-weight: normal;
            font-size: 12px;
            background: none;
        }

    .panel-center .panel-body {
        position: absolute;
        padding: 10px;
        left: 0px;
        right: 0px;
        top: 38px;
    }

    .panel-center .panel-footer {
        position: fixed;
        left: 0px;
        right: 0px;
        bottom: 0px;
        z-index: 3;
    }

.XTableField li {
    padding: 5px 10px;
}

    .XTableField li:not(:last-child) {
        border-bottom: 1px solid;
    }

.table thead tr th {
    text-align: center;
    vertical-align: middle !important;
}

.XTable {
    margin-bottom: 0px;
    margin-top: 10px;
}

.SearchTextBox {
    width: 300px;
}

.SearchFilt {
    margin-left: 10px;
}

.pagination {
    margin-bottom: 5px;
    margin-top: 5px;
    padding: 0px;
    display: block;
    margin: 0px;
}

.panel-footer .pull-left {
    padding-top: 5px;
    padding-bottom: 5px;
}

.prepage {
    margin-left: -4px;
}

.totalpage {
    margin-left: -4px;
}

.curpage {
    text-align: right;
}

.Memo {
    width: 300px;
    word-wrap: break-word;
}

.container-fluid {
    padding-right: 0px;
    padding-left: 0px;
}

.panel-list {
    background-color: #fff;
    border: 1px solid transparent;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 1px rgba(0,0,0,.05);
    box-shadow: 0 1px 1px rgba(0,0,0,.05);
    margin-bottom: 0px;
}

.input-group-btn:last-child > .btn, .input-group-btn:last-child > .btn-group {
    margin-left: -5px;
    height: 35px;
}

.panel-list .panel-heading {
    padding: 5px;
}

.panel-list .panel-body {
    padding: 5px;
    height: calc(100% - 80px);
    overflow-y: auto;
}

.panel-list .panel-footer {
    padding: 5px;
    height: 40px;
}

.panel-hasfoot {
    margin-bottom: 40px;
}

.xsoar-treelist-list .panel-list .panel-heading {
    height: 45px;
}

.xsoar-treelist-list .panel-list .panel-body {
    height: calc(100% - 85px);
}

.panel-err {
    min-height: 250px;
}

    .panel-err .panel-footer {
        position: absolute;
        left: 0px;
        right: 0px;
        bottom: 0px;
    }

.table-center {
    text-align: center;
}

    .table-center > thead > tr > td {
        vertical-align: middle;
    }

.xsoar-treelist > .container-fluid, .xsoar-treelist > .container-fluid > .row {
    height: 100%;
}

.xsoar-treelist-tree {
    float: left;
    width: 250px;
    overflow-y: auto;
    overflow-x: hidden;
    height: 530px;
    height: calc(100% - 1px);
    height: -webkit-calc(100% - 1px);
    height: -moz-calc(100% - 1px);
    background-color: white;
    border: solid 1px rgb(0,185,239);
    /*border-radius: 4px;*/
}

    .xsoar-treelist-tree .active {
        font-weight: bold;
    }

.xsoar-treelist-center {
    float: left;
    width: 2px;
    background: #ccc;
    height: 530px;
    height: calc(100% - 1px);
    height: -webkit-calc(100% - 1px);
    height: -moz-calc(100% - 1px);
    cursor: ew-resize;
}

.xsoar-treelist-list {
    float: left;
    width: -moz-calc(100% - 252px);
    width: -webkit-calc(100% - 252px);
    width: calc(100% - 252px);
    height: 530px;
    height: calc(100% - 1px);
    height: -webkit-calc(100% - 1px);
    height: -moz-calc(100% - 1px);
}

.xsoar-treelist-heading {
    position: fixed;
    left: 280px;
    right: 20px;
    top: 35px;
    padding-top: 10px;
    background-color: #fff;
    padding-bottom: 5px;
    z-index: 2;
}

.xsoar-treelist-body {
    position: absolute;
    left: 280px;
    right: 20px;
    margin-top: 30px;
    overflow-y: auto;
    height: 630px;
    height: calc(100% - 50px);
    height: -webkit-calc(100% - 50px);
    height: -moz-calc(100% - 50px);
}

.xsoar-tree-left {
    width: 50%;
    position: absolute;
    overflow-y: auto;
    height: 430px;
    height: calc(100% - 55px);
    height: -webkit-calc(100% - 55px);
    height: -moz-calc(100% - 55px);
    border: solid 1px #d1d1d1;
}

.xsoar-tree-right {
    right: 0px;
    width: 50%;
    padding-left: 12px;
    position: absolute;
    overflow-y: auto;
    height: 430px;
    height: calc(100% - 55px);
    height: -webkit-calc(100% - 55px);
    height: -moz-calc(100% - 55px);
    border: solid 1px #d1d1d1;
}

    .xsoar-tree-right h6 {
        float: left;
    }

.xsoar-pagetree {
    width: 730px;
    width: calc(100% - 50px);
    width: -webkit-calc(100% - 50px);
    width: -moz-calc(100% - 50px);
    position: absolute;
    overflow-y: auto;
    height: 430px;
    height: calc(100% - 35px);
    height: -webkit-calc(100% - 35px);
    height: -moz-calc(100% - 35px);
    border: solid 1px #d1d1d1;
}

.panelcol2 .row, .panelcol2 .row-fuild {
    padding-bottom: 10px;
}

    .panelcol2 .row:last-child, .panelcol2 .row-fuild:last-child {
        padding-bottom: 0px;
    }

.select2-container .select2-selection--single {
    height: 34px;
}

.xsoar-edit {
    height: 400px;
    height: calc(100% - 42px);
    height: -webkit-calc(100% - 42px);
    height: -moz-calc(100% - 42px);
    padding:5px;
}

.xsoar-edit-left {
    float: left;
    width: 65%;
    height: 100%;
}

    .xsoar-edit-left > div {
        padding-top: 5px;
    }

    .xsoar-edit-left .input-group {
        width: 100%;
    }

.xsoar-edit-body {
    height: 50%;
    border: 1px solid red;
}

.xsoar-edit-right {
    float: right;
    width: 34%;
    border: 1px solid red;
    height: 100%;
    padding: 1px;
}

.panel-table {
    padding: 0px;
    margin: 0px;
}

.InfoTable .data td {
    padding: 0px;
    margin: 0px;
    text-align: center;
    vertical-align: middle;
}

.data .input-group {
    padding: 0px;
}

.xsoar-list-memo {
    min-width: 120px;
    word-wrap: break-word;
}

.sidebar {
    overflow-y: auto;
    overflow-x: hidden;
    height: 100%;
}

.menu-min.sidebar {
    overflow-x: initial;
    overflow-y: initial;
}

.panel-nofoot {
    position: absolute;
    top: 0px;
    bottom: 1px;
    right: 0px;
    left: 0px;
    margin: 0px;
}

    .panel-nofoot .panel-heading {
        position: fixed;
        left: 0px;
        right: 0px;
        top: 0px;
        z-index: 3;
    }

        .panel-nofoot .panel-heading .breadcrumb {
            padding: 0px;
            margin: 0px;
            letter-spacing: 1px;
            font-weight: normal;
            font-size: 12px;
            background: none;
        }

    .panel-nofoot .panel-body {
        position: absolute;
        padding: 10px;
        left: 0px;
        right: 0px;
        top: 38px;
        height: calc(100% - 32px);
        height: -webkit-calc(100% - 32px);
        height: -moz-calc(100% - 32px);
    }

.xsoar-panel {
    margin-bottom: 0px;
}

.xsoar-list-heading-nohead {
    top: 1px;
    padding-top: 5px;
}

.xsoar-list-body-nohead {
    margin-top: 0px;
    height: 630px;
    height: calc(100% - 20px);
    height: -webkit-calc(100% - 20px);
    height: -moz-calc(100% - 20px);
}

.panel-body-nohead {
    padding-top: 2px;
}

.xsoar-tabvert {
    position: absolute;
    overflow: auto;
    top: 0px;
    left: 0px;
    bottom: 0px;
    right: 0px;
    padding: 5px;
    margin-bottom: 0px;
}

.xsoar-tabvert-left {
    float: left !important;
    width: 250px;
    bottom: 0px;
    top: 0px;
    left: 0px;
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
}

    .xsoar-tabvert-left .xsoar-tabvert-left-title {
        line-height: 50px;
        padding: 0 10px;
        font-size: 15px;
        color: #666666;
    }

    .xsoar-tabvert-left .nav-pills > li.active > a, .xsoar-tabvert-left .nav-pills > li.active > a:focus, .xsoar-tabvert-left .nav-pills > li.active > a:hover {
        padding-left: 3px;
        border-left: 5px solid rgb(0,120,215);
        color: rgb(0,120,215);
        background-color: transparent;
    }

    .xsoar-tabvert-left .nav-pills > li > a {
        border-radius: 0px;
    }

.xsoar-tabvert-right {
    position: absolute;
    left: 260px;
    bottom: 0px;
    top: 0px;
    right: 0px;
    width: calc(100% - 260px);
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
}

    .xsoar-tabvert-right .tab-content {
        left: 0px;
        right: 0px;
        top: 0px;
        bottom: 0px;
        padding: 0px;
        
    }
        .xsoar-tabvert-right .tab-content iframe {
            height: calc(100% - 2px);
            height: -webkit-calc(100% - 2px);
            height: -moz-calc(100% - 2px);
        }
        .xsoar-tabvert-right .tab-pane .panel-body {
            padding: 0px;
            height: calc(100% - 45px);
            overflow-y: auto;
        }
    .xsoar-tabvert-right .tab-pane .panel-footer {
        bottom: 0px;
        position: absolute;
        left: 0px;
        right: 0px;
    }

        .xsoar-tabvert-right .tab-pane .panel-body .row, .xsoar-tabvert-right .tab-pane .panel-body .row-fuild {
            padding-left: 0px;
            padding-right: 0px;
            padding-bottom: 5px;
            padding-top: 5px;
            margin-right: 0px;
            margin-left: 0px;
        }

            .xsoar-tabvert-right .tab-pane .panel-body .row-fuild .col, .xsoar-tabvert-right .tab-pane .panel-body .row .col {
                padding-bottom: 0px;
                padding-top: 0px;
            }

                .xsoar-tabvert-right .tab-pane .panel-body .row-fuild .col:first-child, .xsoar-tabvert-right .tab-pane .panel-body .row .col:first-child {
                    padding-left: 0px;
                    padding-right: 5px;
                }

                .xsoar-tabvert-right .tab-pane .panel-body .row-fuild .col:not(:first-child), .xsoar-tabvert-right .tab-pane .panel-body .row .col:not(:first-child) {
                    padding-left: 5px;
                    padding-right: 5px;
                }

                .xsoar-tabvert-right .tab-pane .panel-body .row-fuild .col:last-child, .xsoar-tabvert-right .tab-pane .panel-body .row .col:last-child {
                    padding-right: 0px;
                }



.xsoar-shsp {
    width: 100% !important;
    height: 100% !important;
    border: solid 1px red;
    margin-left: 0px;
    margin-right: 0px;
}

    .xsoar-shsp .xsoar-shspnav {
        height: 100%;
        padding-left: 1px;
        padding-right: 1px;
        border-right: solid 1px red;
    }

    .xsoar-shsp .xsoar-shspcontent {
        height: 100%;
        padding-left: 0px;
        padding-right: 0px;
    }

    .xsoar-shsp .xsoar-shsppills > li > a {
        padding: 10px;
        border-radius: 2px;
    }

    .xsoar-shsp .xsoar-shspcontent .xsoar-shsptabcontent {
        top: 0px;
    }