﻿.full-height {
    height: calc(100% - 25px) !important;
}

.incident-main-header {
    font-family: sans-serif;
    font-size: 32px;
    font-weight: 700;
}

.incident-header {
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 24px;
    font-weight: 600;
}

table.dataTable thead th, table.dataTable thead td {
    padding-left: 17.5px;
}

table.dataTable tbody th, table.dataTable tbody td {
    padding-left: 5px;
}

table.dataTable thead .sorting_asc {
    background-position: left;
}

table.dataTable thead .sorting_desc {
    background-position: left;
}

table.dataTable thead .sorting {
    background-position: left;
    width: auto !important;
}

.gear-icon {
    background-repeat: no-repeat !important;
    background-position-y: center;
    background-size: 15px 15px;
    background-image: url('../images/TransparentGear.png') !important;
    height: 15px;
    width: 15px;
    display: inline-block;
}

.tree-item-text {
    background-repeat: no-repeat !important;
    background-position-y: center;
    background-size: 15px 15px;
    padding-left: 24px;
}

.work-item-tasks-tree .tree-item-default, .tree-item-default:hover {
    color: #bdc3c7 !important;
}

.tree-item-available, .tree-item-active:hover {
    background-image: url('../images/blackNotAvailable.png') !important;
}

.tree-item-active, .tree-item-active:hover {
    background-image: url('../images/black_inProgress.png') !important;
}

.tree-item-complete, .tree-item-complete:hover {
    background-image: url('../images/blackComplete.png') !important;
}

a.jstree-clicked .tree-item-default, a.jstree-clicked .tree-item-default:hover {
    color: #337ab7 !important;
}

a.jstree-clicked .tree-item-available, a.jstree-clicked .tree-item-active:hover {
    background-image: url('../images/blueActiveNotAvailable.png') !important;
    font-weight: bold;
    color: #337ab7;
}

a.jstree-clicked .tree-item-active, a.jstree-clicked .tree-item-active:hover {
    background-image: url('../images/blue_inProgress.png') !important;
    font-weight: bold;
    color: #337ab7;
}

a.jstree-clicked .tree-item-complete, li.tree-itemclicked .tree-item-complete:hover {
    background-image: url('../images/blueActiveComplete.png') !important;
    font-weight: bold;
    color: #337ab7;
}

a.create-child-task {
    display: none;
}

a.jstree-clicked a.create-child-task, a.jstree-hovered a.create-child-task {
    display: block;
}

.tree-menu {
    display: none;
}

a.jstree-clicked div.tree-menu, a.jstree-hovered div.tree-menu {
    display: block;
}

.jstree-default .jstree-clicked {
    background: none;
    border: none;
    box-shadow: none;
}

.tree-item-predecessor, .tree-item-predecessor:hover {
    background-repeat: no-repeat !important;
    background-position-y: center;
    background-image: url('../images/exclamationBlue.png') !important;
}

.tree-item-indicator {
    height: 24px;
    width: 24px;
    display: block;
}

.task-header-icon {
    font-size: medium;
    color: dodgerblue;
    border: 2px solid dodgerblue;
    padding: 5px;
}

.task-menu-icon {
    cursor: pointer;
    font-size: large;
    padding-right: 0px;
}

.dropdown-menu .task-menu-icon {
    cursor: pointer;
    font-size: small;
    padding: 0px;
    margin: 0px !important;
}

.glyphicons {
    width: 25px;
}

.glyphicons-sm {
    width: 20px;
}

.task-menu-icon.glyphicon {
    width: 25px;
    padding-left: 7.5px;
}

div.icon-wrapper {
    display: inline-block;
    position: relative;
}

a span.icon-desc,
span span.icon-desc {
    background-color: #3498db;
    color: white;
    position: absolute;
    font-size: 15px;
    font-family: 'Courier New';
    border-radius: 25px; /* or 50% */
    line-height: 18px;
    text-align: center;
    margin: auto;
    height: 18px;
    width: 18px;
    top: -12px;
    left: 10px;
    opacity: 0.60;
}

.jstree-anchor {
    width: 95%;
}

a.parent-nav {
    font-weight: normal;
}

.vakata-context, .vakata-context ul {
    background-color: white;
    /*box-shadow:none;*/
}

.dataTables_filter input {
    border: 1px solid rgb(169, 169, 169);
}

.link-plain, .link-plain:hover {
    font-style: normal;
    text-decoration: none;
    color: #333;
    cursor: pointer;
}

.text-ellipse {
    padding: 0;
    overflow-x: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.panel-header-text {
    font-size: large;
    font-family: 'Source Sans Pro';
}

.case-flow-item {
    font-family: sans-serif;
}


.treeitem-overflow {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    width: 200px;
    display: inline-block;
}

.connectedSortable {
    background-color: white;
    list-style: none;
    padding: 0px;
}

    .connectedSortable li {
        padding: 5px;
    }

.border-grey-rounded {
    border: 1px solid #ccc;
    padding: 10px;
    border-radius: 4px;
    margin: 20px 0px 20px 0px;
}

.border-white-rounded {
    border: 2px solid #ddd;
    background-color: white;
    padding: 20px;
    border-radius: 4px;
}

.tab-frame {
    border: 2px solid white;
    background-color: white;
}

.long-input {
    max-width: 90%;
}

.nav-link {
    font-weight: bold;
}

.toggler h3 {
    border-radius: 10px;
    padding-top: 5px;
}

.toggler h4 {
    border-radius: 10px;
    background-color: #f3f3f3;
    padding: 5px;
}

.info-block {
    background-color: #4c9be3;
    display: inline-block;
    width: 20rem;
    border: 1px solid #dcdcdc;
    padding: 5px 20px 5px 20px;
    border-radius: 4px;
    margin: 0 5px;
    color: white;
}

    .info-block.inactive {
        background-color: #8fbee9;
    }

    .info-block.info-block-enhanced {
        background-color: #fff;
        border-bottom: none;
        border-radius: 4px 4px 0 0;
        color: #333;
        box-shadow: 1px -1px 3px 2px #ddd;
    }

        .info-block.info-block-enhanced .info-block-title {
            font-size: 18px;
        }

        .info-block.info-block-enhanced .badge-circle {
            background-color: #A5CCEC;
            color: #fff;
        }

        .info-block.info-block-enhanced.inactive {
            background-color: #A5CCEC;
            color: #fff;
            box-shadow: none;
            margin-top: 5px;
        }

            .info-block.info-block-enhanced.inactive .badge-circle {
                background-color: #fff;
                color: #A5CCEC;
            }

            .info-block.info-block-enhanced.inactive .three-dots-icon {
                color: #fff;
            }

    .info-block .info-block-title {
        font-size: 22px;
        overflow: hidden;
    }

        .info-block .info-block-title .title-text {
            display: block;
            margin-bottom: 10px;
            white-space: nowrap;
            text-overflow: ellipsis;
            overflow: hidden;
        }

    .info-block .info-block-text {
        height: 50px;
    }

    .info-block .info-block-footer {
        margin: auto;
        text-align: center;
        vertical-align: bottom;
    }

.section {
    padding-top: 5px;
}

.badge-circle {
    display: inline-block;
    font-size: 16px;
    padding: 5px 10px;
    border-radius: 4px;
    font-weight: 700;
}


/* width */
div::-webkit-scrollbar {
    width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
    background: #ecf0f1;
    border-radius: 10px;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #bdc3c7;
    border-radius: 10px;
}

    /* Handle on hover */
    ::-webkit-scrollbar-thumb:hover {
        background: #95a5a6;
    }

.hide-input input, .hide-input span {
    display: none;
}

.slot {
    padding: 15px 0;
    border-top: 1px solid #eee;
}

    .slot .col-md-12 + .col-md-12 {
        margin-top: 15px;
    }

.soft-removed {
    text-decoration: line-through;
    color: #aaa;
}

a.jstree-clicked .soft-removed.tree-item-available,
a.jstree-clicked .soft-removed.tree-item-active:hover {
    font-weight: bold;
    color: #aaa;
}

.tree-dropdown {
    position: relative;
    display: inline-block;
    width: 100%;
}

.tree-dropdown-content {
    display: none;
    position: absolute;
    left: 160px;
    top: 0;
    background-color: #f1f1f1;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
}

    .tree-dropdown-content a {
        color: black;
        padding: 3px 6px;
        text-decoration: none;
        display: block;
    }

        .tree-dropdown-content a:hover {
            background-color: #ddd;
        }

.tree-dropdown:hover .tree-dropdown-content {
    display: block;
}

.tree-dropdown-content .dropdown-content {
    display: block;
}

.case-flow-tree-print ul {
    list-style: none;
}

    .case-flow-tree-print ul li {
        max-width: 450px;
        margin-bottom: 2.5px;
        padding-bottom: 2.5px;
    }

.report-block {
    padding: 15px;
    border: 1px solid #ddd;
    margin-bottom: 15px;
}

.tooltip-inner {
    word-break: break-all;
    text-overflow: ellipsis;
}

.btn-frameless {
    padding: 1px 0px;
    border: none;
    background: transparent;
}

.shadow-card {
    border: none;
    background: #fff;
    box-shadow: 1px -2px 6px 3px #ddd;
}

.header-underline {
    border-bottom: 2px solid #A5CCEC;
    padding: 10px 0;
    margin-bottom: 15px;
}

.three-dots-icon {
    color: #4c9be3;
    vertical-align: middle;
}

.add-new-filter {
    position: absolute;
    top: 30px;
    right: 80px;
    height: 42px;
    width: 42px;
    z-index: 2;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 21px;
    border: 2px dotted #5D7599;
    transition: all ease-in 0.2s;
}

    .add-new-filter i {
        font-size: x-large;
        color: #5D7599;
        width: 42px;
    }

    .add-new-filter:hover {
        background: #455772;
    }

        .add-new-filter:hover i {
            color: #f5f5f5;
        }

.filter-slider {
    margin: auto;
    height: 100px;
    overflow: hidden;
    text-align: center;
    padding-top: 4px
}

option.disabled {
    pointer-events: none;
}
