﻿@media screen and (max-width: 1800px) {

    .z-grid-action-panel .btn .label {
        visibility: collapse;
        display: none;
    }

    .z-grid-action-panel .search-box {
        max-width: 200px;
    }

    .action-panel h2.banner {
        width: calc(100% - 770px) !important;
    }

    .z-show-sm {
        display: inherit !important;
    }
}

body {
    height: 100%;
    margin: 0;
}

.custom-row {
    margin-right: 15px;
}

::-webkit-scrollbar {
    width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
    background: #f2f2f2;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #ccc;
    border-radius: 8px;
}

    /* Handle on hover */
    ::-webkit-scrollbar-thumb:hover {
        background: #b3b3b3;
    }


.extra-small-font {
    font-size: .7em;
}

.floatLeft {
    float: left;
}

.floatRight {
    float: right;
}

.clearBoth {
    clear: both;
}

.left-menu {
    margin: 0 0 50px 0 !important;
}

ul.left-menu, ul.left-menu li {
    padding: 0;
    margin: 0;
    list-style: none;
}

    ul.left-menu li button {
        padding: 16px 24px;
        border: 0;
        background-color: transparent;
        border-bottom: 2px solid #fff;
        display: block;
        text-align: left;
        color: white;
        width: 100%;
        background-image: linear-gradient(#0041d8, #305cca); /*linear-gradient(#0041d8, #002a93);*/
        border-radius: 5px;
        font-weight: bold;
    }

        ul.left-menu li button:hover {
            /*background-color: steelblue;*/
            background-image: linear-gradient(#002a93, lightsteelblue);
            border-radius: 10px;
            color: whitesmoke;
        }

        ul.left-menu li button:disabled, ul.left-menu li button[disabled] {
            color: #ccc;
            text-decoration: none !important;
        }

    ul.left-menu li:first-child a {
        border-top: 1px solid #f5f5f5;
    }

    ul.left-menu li button.active {
        background: linear-gradient(lightgray, whitesmoke, white) no-repeat left center;
        font-weight: bold;
        color: #002A93;
        text-decoration: none;
    }

/*tree view start*/
ul.ivh-treeview {
    /*padding-left: 10px;*/
    /*padding-right: 10px;*/
}

    ul.ivh-treeview li {
        margin-left: 10px;
    }

.ivh-treeview {
    list-style-type: none;
    font: normal 12px Verdana, Tahoma, sans-serif;
    padding: 10px;
}

    .ivh-treeview li {
        list-style-type: none;
        margin: 5px 0;
        padding: 3px;
        border-bottom: 1px solid #f2f2f2;
    }

        .ivh-treeview li .glyphicon {
            cursor: pointer;
            padding-left: 10px;
            color: #cccccc;
        }

            .ivh-treeview li .glyphicon:hover {
                color: #335d7e;
            }

.ivh-treeview-twistie-collapsed {
    font-weight: bold;
    cursor: pointer;
    color: whitesmoke;
    /*background-color:lightgreen;
    border:2px solid whitesmoke;
    border-radius:10px;*/
    padding: 2px 0px;
}

.ivh-treeview-twistie-expanded {
    font-weight: bold;
    cursor: pointer;
    color: whitesmoke;
    /*background-color:greenyellow;
    border:2px solid whitesmoke;
    border-radius:10px;*/
    padding: 2px 0px;
}

    .ivh-treeview-twistie-collapsed:hover, .ivh-treeview-twistie-expanded:hover {
        color: #335d7e;
    }

.ivh-treeview-twistie-leaf {
    color: #ccc;
}

.ivh-treeview li {
    border: 0;
    padding: 0;
}

.ivh-treeview {
    list-style-type: none;
    font: normal 12px tahoma;
}

    .ivh-treeview li {
        list-style-type: none;
        margin: 5px 0;
        padding: 3px;
        border-bottom: 1px solid #f2f2f2;
    }

        .ivh-treeview li .glyphicon {
            cursor: pointer;
            padding-left: 10px;
            color: #a6a6a6;
        }

            .ivh-treeview li .glyphicon:hover {
                color: #737373;
            }

.ivh-treeview-twistie-collapsed, .ivh-treeview-twistie-expanded {
    font-weight: bold;
    cursor: pointer;
    color: #a6a6a6;
}

    .ivh-treeview-twistie-collapsed:hover, .ivh-treeview-twistie-expanded:hover {
        color: #737373;
    }

.ivh-treeview-twistie-leaf {
    color: #ccc;
}

.ivh-treeview-node-label {
    display: inline-flex;
    /*width: calc(100% - 35px);*/
    width: 100%;
    margin-left: 5px;
    vertical-align: text-top;
    padding-left: 5px;
}

.ivh-treeview-toggle {
    display: inline-block;
    width: 15px;
    vertical-align: middle;
    text-align: right;
    padding-top: 2px;
    padding-bottom: 4px;
    padding-right: 25px;
}

.ivh-treeview li {
    border: 0;
    padding: 0;
}

check
/*Tree view end */
.action-panel {
    margin: 10px 0;
    vertical-align: middle;
}

.action-panel .search-box {
    display: inline-block;
}

.action-panel h2.banner, .action-panel h1.banner {
    display: inline-block;
    margin: 0px 0 -5px 1px;
    width: calc(100% - 700px);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}



/* h1.h2,h3,h4,h5,h6 start */
h1, h2, h3, h4, h5, h6 {
    color: steelblue;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
}

h2 {
    font-size: 1.3em;
}

h3 {
    font-size: 1.1em;
    margin: 0;
    padding: 0;
}

h1 {
    font-size: 1.7em;
}

    h1.main-title {
        margin: 0 0 10px 0;
    }

.item-head {
    padding-bottom: 10px;
    margin: 20px 0 20px;
    border-bottom: 1px solid #eee;
}
/* h1.h2,h3,h4,h5,h6 end */

/* a start */
a {
    color: #335d7e;
    cursor: pointer;
}

    a:hover {
        color: #f2ae72;
    }


/* a end */

/* Button start */

.custom-button-group {
    display: inline-flex;
}

.btn-primary {
    background-color: #002A93;
    font: 400 14px Verdana, Geneva, Tahoma, sans-serif;
    background-image: -moz-linear-gradient(center top, #0a2583, #071a5f);
    border: 1px solid transparent;
    color: #fff;
    border-radius: 10px;
    text-transform: uppercase;
}

    .btn-primary:disabled {
        background-color: #6c757d;
        border-color: #6c757d;
        background-image: -moz-linear-gradient(center top, #6c757d, #6c757d);
    }

    .btn-primary[disabled]:hover {
        background: #5f666d;
        border-color: #5f666d;
        background-image: -moz-linear-gradient(center top, #5f666d, #5f666d);
    }

    .btn-primary[disabled]:active:focus {
        background: #5f666d;
        border-color: #5f666d;
        background-image: -moz-linear-gradient(center top, #5f666d, #5f666d);
    }

    .btn-primary[disabled]:focus {
        background: #5f666d;
        border-color: #5f666d;
        background-image: -moz-linear-gradient(center top, #5f666d, #5f666d);
    }


    .btn-primary:hover, .btn-primary:active, .btn-primary:focus {
        background-color: #071a5f;
        border: 1px solid #071a5f;
    }

.btn-default {
    background-color: #ced5d6;
    border: 1px solid transparent;
    color: #666;
    border-radius: 10px;
}

.btn-danger {
    border-radius: 10px;
}

.btn-default:hover, .btn-default:active, .btn-default:focus {
    background-color: #cad9db;
    border: 1px solid #ced5d6;
    color: #8c4646;
}

.btn-header-hamburger {
    margin: 5px;
    background-color: transparent !important;
    border-radius: 0;
    color: #fff !important;
    border-top: 0;
    border-bottom: 0;
}

    .btn-header-hamburger:hover {
        background-color: #cad9db !important;
    }

.page-back-link {
    color: #8c4646;
    font-size: 1.1em;
}

    .page-back-link i {
        color: #ccc;
    }
/*button end */


/* Nav-bar start */
.navbar {
    /*background: #002A93;*/
    background-image: linear-gradient(#0041d8, #305cca); /*linear-gradient(#002a93, #0041d8);*/
    color: whitesmoke;
    margin: 0;
    height: 20%;
}

    .navbar img {
        height: 27px;
    }

.navbar-default .navbar-brand, .navbar-default .navbar-brand:hover {
    color: #fff;
}

.navbar-default .navbar-nav > li > a {
    color: /*#f2e394*/ #fff;
}

    .navbar-default .navbar-nav > li > a:hover {
        color: #fff;
    }

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
    color: #8c4646;
    background-color: #e7e7e7;
}

.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
    color: #fff;
    background-color: transparent;
}

/* Nav-bar end */

/* Footer-start*/
footer {
    background-color: #c8c8c8;
    height: 28px;
    padding: 5px 10px;
    color: #555;
    text-align: right;
    position: fixed;
    bottom: 0;
    width: 100%;
    margin-top: 15px;
}
/*Footer end */

/*serviceNode Page start*/
.container-wr {
    display: flex;
    flex-flow: row nowrap;
    flex: 1 0 auto;
    margin-bottom: 6%;
    border-radius: 10px;
}

.machines-database {
    display: inline-flex;
    flex-direction: column;
}


.serviceNode-content .container-wr > .col-md-9 {
    width: auto;
    min-width: 33.33%;
    max-width: 75%;
    border-right: 1px solid #eee;
}

.instance-name {
    display: flex;
    width: 90%;
    min-width: 500px;
    max-width: 800px;
}

    .instance-name:hover {
        background-color: #e6e6e6;
    }

.Databases-nfuntion {
    display: flex;
}



.serviceNode-content h3 ~ div {
    flex: 1 0 auto;
    height: 95%;
    max-height: 280px;
    margin: 10px 0 10px 0;
    border: 1px solid #ccc;
    padding: 10px;
    overflow-x: hidden;
    overflow-y: auto;
}

.container-wr button {
    margin: 10px 0 10px 0;
}

.container-wr .drag-box {
    flex: 1 0 auto;
    height: 44%;
    margin-bottom: 10px;
    padding-bottom: 10px;
}

.drag-box-button button {
    margin-bottom: 0px;
}

.item .page-back-link {
    margin-top: 0px;
}

.category_list_wrapper ul.ivh-treeview {
    padding-left: 0px;
}


/*serviceNode Page end*/

/*Login page start*/
.login-form {
    width: 30%;
    border: 1px solid lightgray;
    background-image: radial-gradient(white 20%, whitesmoke);
    border-radius: 20px;
    padding: 35px;
    margin-top: 35px;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    color: gray;
}

/*Login page end*/

/*Grid-start*/
.grid {
    max-height: calc(100vh - 10px);
    color: steelblue;
}

.scan-result {
    margin-left: -15px;
    margin-right: 0px;
    margin-bottom: 2%;
}

    .scan-result h3 {
        margin-bottom: 10px;
    }

.grid.fixedHeight300 {
    height: 300px;
}

.grid.fixedHeight600 {
    height: 600px;
}

.grid .z-grid-action-panel {
    margin: 0;
    min-width: 200px;
}

.grid .grid-cell-link-item {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
    padding: 5px;
}

/*Grid-end*/

/* Z-page-start*/
.z-page-container {
    min-width: 1340px;
}

.z-page {
    margin: 5px 5px;
    overflow: hidden;
    min-height: calc(100vh - 134px);
}

    .z-page.two-column {
        background: transparent url(images/column-divider.gif) repeat-y 0 0;
    }

.z-page-left-column {
    width: 250px;
    float: left;
}

.z-page-right-column {
    width: calc(100% - 270px);
    float: left;
    padding-left: 60px;
    height:auto;
}

.z-page-scroll {
    overflow-x: hidden;
    overflow-y: auto;
    overflow-y: scroll;
}

.panelbody-scroll {
    overflow-x: hidden;
    overflow-y: scroll;
    max-height: calc(100vh - 385px);
}

.extended .z-page-right-column {
    width: 100%;
}

/*DashBord start*/
#dashboard {
}

.dashboard-left-block {
    border: 1px solid #ddd;
}

    .dashboard-left-block .block-container {
        max-height: 350px;
        overflow-y: auto;
    }

.dashbordicon {
    background-image: url('images/file_icons.png');
}

.dashboard-left-block h2 {
    background: #777;
    color: #eee;
    font-size: 1.1em;
    Padding: 10px;
    margin: 0;
}

.dashboard-left-block ul, li {
    padding: 0;
    margin: 0;
}

.dashboard-left-block li a {
    padding: 10px;
    border-bottom: 1px solid #ddd;
    display: block;
    font-size: 0.9em;
}

    .dashboard-left-block li a:hover {
        background: #f2f2f2;
    }

.dashboard-right-column *, .dashboard-right-column *:before, .dashboard-right-column *:after {
    box-sizing: border-box !important;
}

.dashboard-right-column .container {
    width: 100%;
}

.dashboard-right-column .row {
    -moz-column-width: 18em;
    -webkit-column-width: 18em;
    -moz-column-gap: 1em;
    -webkit-column-gap: 1em;
}

.dashboard-right-column .item {
    display: inline-block;
    padding: .25rem;
    width: 100%;
}

.dashboard-right-column .well {
    position: relative;
    display: block;
    font-size: 0.9em;
    color: #777;
}

    .dashboard-right-column .well strong {
        color: #555;
        font-weight: normal;
    }

    .dashboard-right-column .well h2, .dashboard-right-column .well .row {
        border-bottom: 1px solid #ddd;
        margin: 10px 5px;
    }

/* Dashbord end*/

/*Z-Model Start */
.z-model-header {
    background-color: #335d7e;
    color: #fff0f5;
}

.z-modal-body-newtask {
    padding: 20px 50px;
    height: calc(100vh - 178px);
}

.z-modal-body h3 {
    font-weight: 500;
    display: contents;
}

.z-model-footer {
    background-color: #f2f2f2;
}

.z-modal-body .input-group {
    margin: 5px 0;
}

.z-modal-body .list-group-item {
    background-color: transparent;
    border: none;
    border-bottom: 1px solid #ddd;
}

    .z-modal-body .list-group-item:first-child {
        border-top: 1px solid #ddd;
    }

    .z-modal-body .list-group-item button:hover {
        background-color: transparent;
    }

.z-modal-scrollable-content {
    max-height: calc(100vh - 433px);
    min-height: 230px;
    overflow-y: auto;
    overflow-x: hidden;
}

.LogRF {
    display: flex;
    padding-top: 10px;
}

    .LogRF h3 {
        display: contents;
    }

    .LogRF div:nth-child(2) {
        padding: 0 10px 0 10px;
    }

    .LogRF div input {
        width: 32px;
        height: 26px;
    }

    .LogRF .btn-danger {
        height: 26px;
    }

.z-vertical-spacer {
    margin: 10px 10px;
}

.z-label-required {
    color: #d14836;
    font: normal .8em tahoma;
}

.z-form-label h3 {
    display: contents;
}

.z-form-label-picker {
    display: flex;
}

.z-form-label label {
    margin: 0 10px 0 10px;
}

    .z-form-label label:nth-child(1) {
        margin: 0;
    }

.z-vertical-spacer textarea {
    resize: vertical;
}

.z-form-label-picker button {
    margin-left: -4px;
    border-radius: 0px 4px 4px 0px;
}

.has-search .form-control-feedback {
    color: #ccc;
}

.z-model-heading {
    padding-bottom: 9px;
    margin: 0px 0 20px;
    border-bottom: 1px solid #eee;
    font-size: 1.5em;
}

.z-model-footer button:nth-child(1) {
    float: left;
}

.datePick-area .date-checkbox input {
    margin-left: 15px;
    margin-right: 15px;
}

.datePick-area {
    display: flex;
    align-items: center;
}

    .datePick-area .LogRF {
        margin-left: 15px;
    }

.table-selection-1 {
    
    height: calc(100vh - 390px);
    overflow: auto;
}
.table-selection-2 {
    
    height: calc(100vh - 360px);
    overflow: auto;
}

.table-full-list {
    width: 70%;
}

.table-selected-list {
   
    display: flex;
    flex-direction: column;
    margin-left: 5px;
}

.table-full-list, .table-selected-list-selected {
    overflow: hidden;
    overflow-y: auto;
    overflow-x: hidden;
    margin-bottom: 20px;
}

.table-list-full {
    display: flex;
}

    .table-list-full:hover {
        background-color: #e6e6e6;
    }

.table-list-name {
    display: inline-flex;
}

    .table-list-name img {
        height: 13px;
        width: 13px;
    }

.table-list {
    display: flex;
    width: 70%;
    overflow: hidden;
    word-break: break-all;
}

.table-list-type {
    width: 30%;
    display: flex;
}

.table-list-type-name {
    margin-left: auto;
    text-align: left;
    margin-right: 10px;
}



.modal-content {
    width: calc(100% - -220px);
    position: relative;
    left: -12%;
    top: 0;
}

.table-condensed > thead > tr > th, .table-condensed > tbody > tr > th, .table-condensed > tfoot > tr > th, .table-condensed > thead > tr > td, .table-condensed > tbody > tr > td, .table-condensed > tfoot > tr > td {
    font-size: .7em;
}

.service-execution-logs-table > thead > tr > th,
.service-execution-logs-table > tbody > tr > td {
    padding-top: 4px;
    padding-bottom: 4px;
    vertical-align: top;
}

.service-execution-log-detail-cell {
    width: 80px;
}

.service-execution-log-view-btn {
    min-width: 52px;
}

.service-execution-logs-table .service-execution-log-badge {
    display: inline-block;
    padding: 1px 8px;
    border-radius: 10px;
    border: 1px solid transparent;
    font-size: 11px;
    font-weight: 600;
    line-height: 1.3;
    white-space: nowrap;
}

.service-execution-logs-table .service-execution-log-level-information {
    color: #31708f;
    background-color: #d9edf7;
    border-color: #bce8f1;
}

.service-execution-logs-table .service-execution-log-level-warning {
    color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #faebcc;
}

.service-execution-logs-table .service-execution-log-level-error {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1;
}

.service-execution-logs-table .service-execution-log-level-critical {
    color: #ffffff;
    background-color: #7f1d1d;
    border-color: #5f1515;
}

.service-execution-logs-table .service-execution-log-level-verbose {
    color: #555555;
    background-color: #f5f5f5;
    border-color: #dddddd;
}

.service-execution-logs-table .service-execution-log-level-default {
    color: #666666;
    background-color: #eeeeee;
    border-color: #d8d8d8;
}

.service-execution-logs-table .service-execution-log-outcome-started {
    color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #faebcc;
}

.service-execution-logs-table .service-execution-log-outcome-completed {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6;
}

.service-execution-logs-table .service-execution-log-outcome-failed {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1;
}

.service-execution-logs-table .service-execution-log-outcome-default {
    color: #666666;
    background-color: #eeeeee;
    border-color: #d8d8d8;
}

.service-execution-logs-table .service-execution-log-error-error {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1;
}

.service-execution-logs-table .service-execution-log-error-ok {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6;
}

.service-execution-log-modal-detail-wrap {
    max-height: 60vh;
    overflow: auto;
}

.service-execution-log-modal-detail {
    margin: 0;
    white-space: pre-wrap;
    word-break: break-word;
    line-height: 1.3;
}

.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
    z-index: 0;
}



/*.treeNodeContent :hover {
    display: block;
    background-color: #e6e6e6;    

}


.ivh-treeview ul > li ~ li :hover {    
     background-color: #e6e6e6;    
   }
.ul.ivh-treeview ul > li ~ li  :hover {    
     background-color: #e6e6e6;*/



/*Scan page start*/

.list-group-body {
    margin-bottom: 10px;
    border-bottom: 1px solid #eee;
    /*padding-bottom: 10px;*/
}

    .list-group-body .list-group {
        min-height: 20px;
        max-height:600px;
        padding-right: 10px;
        /*margin-bottom: 10px;*/
        overflow: auto;
        overflow-x: auto;
        overflow-y: auto;
        /*margin-right: 15px;*/
    }



/*Scan page end*/


.tasks-button {
    margin-bottom: 3%;
    margin-top: 20px;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

:-moz-any(#content,#appcontent) browser {
    overflow-y: hidden;
    overflow-x: hidden;
}

.clearable-input {
    position: relative;
}

    .clearable-input > input {
        padding-right: 1.4em;
    }

    .clearable-input > [data-clear-input] {
        position: absolute;
        top: 8px;
        right: 45px;
        font-weight: bold;
        font-size: 1.4em;
        padding: 0 0.2em;
        line-height: 1em;
        cursor: pointer;
        z-index: 4;
    }

    .clearable-input > input::-ms-clear {
        display: none;
    }

input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type=number] {
    -moz-appearance: textfield;
}

/*Execute task page start*/

.panel-title-execute-task h1 {
    color: #333;
    font-size: 2em;
    font-weight: 600;
    margin-top: 0;
}

.panel-title-execute-task p {
    color: #828282;
    font-style: italic;
}

.panel-body-execute-task {
    display: flex;
    justify-content: space-between;
    width: 66%;
    max-width: 100%;
}

.panel-title-execute-task-heading {
    display: flex;
}

.panel-default .panel-title-execute-task-heading {
    background-color: #fff;
    display: flex;
    flex-direction: column;
}

.execute-task-heading-top {
    display: flex;
    /*border-bottom: 1px solid #ddd;*/
    /*padding-bottom: 7px;*/
}

.execute-task-heading-bottom {
    color: #828282;
    font-style: italic;
}

.execute-task-info {
    display: flex;
    justify-content: space-between;
}

.execute-task-info-card {
    box-sizing: border-box;
    width: 45%;
    border: 1px solid #ddd;
    border-radius: 4px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
}

.execute-task-info-card-default-head {
    background-color: #b7dbf9;
    border-bottom: 1px solid #ddd;
    font-weight: 600;
}

.execute-task-info-card-source-head {
    background-color: #ccf9cf;
    border-bottom: 1px solid #ddd;
    font-weight: 600;
}

.execute-task-info-card-destination-head {
    background-color: #f9ca9c;
    border-bottom: 1px solid #ddd;
    font-weight: 600;
}

.execute-task-info-card h2 {
    margin-top: 0px;
}

.taskinfo-custom-body {
    border-bottom: 1px solid #ddd;
}

.table-list-info {
    border-bottom: 1px solid #ddd;
    margin-bottom: 20px;
}

.table-list-info-database-name {
    font-weight: bold;
}

.table-list-info-area {
    padding-bottom: 10px;
}



.execute-task-heading-top div:nth-child(1) {
    flex: 1;
}

.panel-title-execute-task-heading div:nth-child(1) h2 {
    margin-top: 3px;
}

panel-title-execute-task-heading div:nth-child(1) {
    flex: 1 auto;
    width: auto;
}

panel-title-execute-task-heading div:nth-child(2) {
    flex: 0 auto;
    display: flex;
    height: fit-content;
}

.panel-title-execute-task-heading div:nth-child(2) .btn-sm {
    margin-right: 5px;
}

.execute-task-page {
    margin-bottom: 3%;
}

.panel-head-button {
    margin-left: auto;
}

.panel-body-execute-task .panel-body-info-execute-task {
    box-sizing: border-box;
    width: 40%;
}

.panel-body-info-execute-task :nth-child(2) {
    font-size: 1.5em;
    margin-bottom: 0;
}

.panel-body-info-execute-task :nth-child(3) {
    margin-bottom: 0;
}

.panel-body-info-execute-task :nth-child(1) {
    margin-bottom: 0;
}

.execute-task-devider i {
    color: #ccc;
    font-size: 1.5em;
}

.execute-task-devider {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 4.4%;
}

.execute-task-fields {
    background-color: #eee;
    border-radius: 16px;
    padding: 10px 0px 10px 0px;
    margin-top: 20px;
}

.execute-task-fields-head {
    padding-bottom: 4px;
    border-bottom: 1px solid #ccc;
    padding-left: 20px;
}

    .execute-task-fields-head p {
        font-weight: 600;
        font-size: 1.2em;
    }

.execute-task-all-fields {
    overflow-x: hidden;
    overflow-y: scroll;
    height: calc(100vh - 545px);
    margin: 10px 0px 10px 0px;
}

/*Execute task page end*/

/*Machine grid page start*/

.full-machine-list {
    overflow-x: hidden;
    overflow-y: scroll;
    overflow: auto;
    margin-top: 0px;
    margin-bottom: 2%;
    height: 100%;
    /*min-height: 200px;*/
    /*max-height: calc(100vh - 216px);*/
}

.machine-grid-list {
    /*border:1px dashed black;*/
    float: left;
    width: 100%;
    margin-left: 0px;
    padding-left: 0px;
}

.machine-grid-database {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    width: 100%;
    /*border:1px dotted green;*/
}

.machine-grid-database-column {
    display: flex;
    flex-direction: column;
    flex-basis: 100%;
    flex: 1;
}

.machine-grid-database-instance-name {
    display: flex;
    flex-direction: row;
    flex-basis: 100%;
    flex: 1;
}

.machine-grid-database .ivh-treeview-node-label {
    font-size: 1.4em;
    color: steelblue;
}

    .machine-grid-database .ivh-treeview-node-label .cell:first-child {
        display: inline-flex;
        /*background-color:lightgreen;*/
        /*border-right:1px solid lightgray;*/
        font-weight: bold;
        color: steelblue;
        width: 320px;
        max-width: 320px;
        /*text-decoration:underline;*/
        font-size: 14px;
    }

    .machine-grid-database .ivh-treeview-node-label .cell {
        display: inline-flex;
        background-color: white;
        /*border:1px solid lightgray;*/
        margin: 0;
        padding-left: 10px;
        color: gray;
        width: 80px;
        max-width: 80px;
        font-size: 12px;
    }

.machine-grid-database-name {
    /*background-color: #f2f2f2;*/
    border: 1px solid lightgray;
    padding: 10px;
    border-radius: 5px;
}

.machine-grid-database-single-name {
    display: flex;
    padding-left: 10px;
}

    .machine-grid-database-single-name .ivh-treeview-node-label ~ p {
        color: #828282;
    }

/*Machine grid page start*/

.scan-item {
    /*margin-top: 5px;*/
    /*padding: 15px;*/
    /*border-radius: 4px;*/
    background-color: lightgrey;
}

    .scan-item.ng-move,
    .scan-item.ng-enter,
    .scan-item.ng-leave {
        -webkit-transition: all linear 0.5s;
        transition: all linear 0.5s;
    }

        .scan-item.ng-leave.ng-leave-active,
        .scan-item.ng-move,
        .scan-item.ng-enter {
            opacity: 0;
        }

            .scan-item.ng-leave,
            .scan-item.ng-move.ng-move-active,
            .scan-item.ng-enter.ng-enter-active {
                opacity: 1;
            }

.errorItem {
    border: 1px solid red;
}

.custom-panel-group {
    display: flex;
    flex-flow: column;
    height: calc(100vh - 124px);
}

.service-monitor-panels .btn-primary {
    margin: 10px 0;
}

.custom-panel-body {
    padding: 3px 15px 3px 15px;
    overflow-x: hidden;
    overflow-y: auto;
    flex: 1 1 auto;
}

.custom-panel-group .custom-panel {
    display: flex;
    flex-flow: column;
    height: 100%;
}

.service-monitor-panels {
    padding-left: 0px;
}

.custom-panel > .custom-panel-heading {
    background-color: #fff;
    font-size: 1em;
    color: steelblue;
    font-weight: bold;
    padding: 5px 15px 5px 15px;
}

.custom-panel-group .custom-panel {
    margin-bottom: 15px;
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.05), 0 3px 20px 0 rgba(0, 0, 0, 0.19);
}

.custom-panel-group .panel-default {
    margin-bottom: 15px;
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.05), 0 3px 20px 0 rgba(0, 0, 0, 0.19);
}

.custom-panel-list-item {
    padding: 3px 15px 3px 15px;
}

.custom-panel-list-item-g {
    border: 1px solid #b2e2b5;
    background-color: #f5fff6;
}
/*background-color:green;*/
.custom-panel-list-item-r {
    border: 1px solid #ffc8b8;
    background-color: #fff9f8;
}
/*background-color:red;*/
.custom-panel-list-item-y {
    border: 1px solid #ffe082;
    background-color: #fff8e1;
}
/*background-color:yellow;*/
.custom-panel-list-item-b {
    border: 1px solid #8D6E63;
    background-color: #EFEBE9;
}
/*background-color:brown;*/
.custom-panel-list-item .custom-panel-list-item-heading {
    color: steelblue;
    font-size: .95em;
    font-weight: bold;
}

.custom-panel-list-item p {
    color: #5f666d;
    font-size: .95em;
}

.custom-danger {
    color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb;
}

.custom-panel > .custom-danger {
    color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb;
}

.custom-panel-list-item .custom-panel-list-item-heading-danger {
    color: #721c24;
    font-size: .95em;
    font-weight: bold;
}

.custom-panel-list-item-danger {
    border: 1px solid #721c24;
    background-color: #fbaab1;
}
/*background-color:danger;*/

.legend {
    display: inline-flex;
    float: right;
    margin-top: 6px;
    margin-right: 5px;
}

    .legend span {
        display: flex;
        margin-left: 10px;
    }

        .legend span button {
            position: relative;
            top: -3px;
        }

    .legend p:nth-child(1) {
        font-weight: bold;
    }

    .legend p:nth-child(2) {
        height: 20px;
        width: 20px;
        border: 1px solid #ffc8b8;
        background-color: #fff9f8;
        margin-left: 10px;
        margin-right: 10px;
    }
    /*background-color:red;*/
    .legend p:nth-child(3) {
        height: 20px;
        width: 20px;
        border: 1px solid #66bb6a;
        background-color: #e8f5e9;
        margin-left: 10px;
        margin-right: 10px;
    }
    /*background-color:green;*/
    .legend p:nth-child(4) {
        height: 20px;
        width: 20px;
        border: 1px solid #ffe082;
        background-color: #fff8e1;
        margin-left: 10px;
        margin-right: 10px;
    }
    /*background-color:yellow;*/
    .legend p:nth-child(5) {
        height: 20px;
        width: 20px;
        border: 1px solid #8D6E63;
        background-color: #EFEBE9;
        margin-left: 10px;
        margin-right: 10px;
    }
    /*background-color:brown;*/
    .legend p:nth-child(6) {
        height: 20px;
        width: 20px;
        border: 1px solid #f5c6cb;
        background-color: #f8d7da;
        margin-left: 10px;
        margin-right: 10px;
    }
/*background-color:warning;*/

.monitor-item.ng-move,
.monitor-item.ng-enter,
.monitor-item.ng-leave {
    -webkit-transition: all linear 0.5s;
    transition: all linear 0.5s;
}

    .monitor-item.ng-leave.ng-leave-active,
    .monitor-item.ng-move,
    .monitor-item.ng-enter {
        opacity: 0;
    }

        .monitor-item.ng-leave,
        .monitor-item.ng-move.ng-move-active,
        .monitor-item.ng-enter.ng-enter-active {
            opacity: 1;
        }

.grid-cell-error {
    color: red;
}

.ui-grid-cell-contents-break {
    padding: 5px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    overflow: hidden;
    height: 100%;
    word-break: break-all;
}

.task-config-frequency-logrf {
    display: block;
}

    .task-config-frequency-logrf .task-occurs-frequency {
        padding: 10px 0px 10px 0px !important;
    }

    .task-config-frequency-logrf input[type="radio"], input[type="checkbox"] {
        height: 18px;
        vertical-align: bottom;
    }

.task-config-frequency {
    display: flex;
}

.treeview-pagination-grid {
    display: flex;
}

    .treeview-pagination-grid .page-number {
        flex-grow: 1;
        margin-top: auto;
        margin-bottom: auto;
        padding-left: 15px;
    }

.ui-grid-cell-contents-scroll {
    padding: 2px;
    overflow-y: scroll;
    overflow-x: hidden;
    height: 100%;
}


.w-30 {width: 30%}
.w-35 {width: 35%}
.w-5{width: 5%}  
.break-word {
    overflow: hidden;
    word-break: break-all;
   
}

.mt-20 {
    margin-top: 20px;
}

.custom-panel-height {
    min-height: 211px;
}
