﻿
.tbl-head .tbl-td {
    cursor: pointer;
}

.tbl-body-div {
    width: 100%;
}

.tbl-body {
    width: 100%;
}

.z-info-circle {
    background-image: url('../images/notification_default.png')
}
.tbl-head {
    display: flex;
    height: inherit;
}
.tbl-row {
    border-bottom: 1px solid rgba(212, 212, 212, 0.50);
    cursor: pointer;
    display: flex;
    height: inherit;
}

.tbl-t-head {
    border: 1px solid #dee2e6;
}

.tbl-td {
    display: inline-flex;
    text-align: left;
    /*border: 1px #333 solid;*/
    /*min-height: 35px;*/
 
    min-height: 30px;
    height: inherit;
    overflow:visible;
}

.tbl-body .tbl-td {
    /*line-height: 100%;*/
    text-align: left;
    padding-left: 5px;
}

.dont-break-out {
    /* These are technically the same, but use both */
    overflow-wrap: break-word;
    word-wrap: break-word;
    -ms-word-break: break-all;
    /* This is the dangerous one in WebKit, as it breaks things wherever */
    word-break: break-all;
    /* Instead use this non-standard one: */
    word-break: break-word;
    /* Adds a hyphen where the word breaks, if supported (No Blink) */
    -ms-hyphens: auto;
    -moz-hyphens: auto;
    -webkit-hyphens: auto;
    hyphens: auto;
}

.tbl-head {
    background-color: rgb(238, 238, 238);
}

    .tbl-head .tbl-td {
        color: #4c4c4c;
    }

        .tbl-head .tbl-td.selector {
            color: #696969;
        }

.tbl-td.selector {
    text-align: center;
    margin-left: 0px;
    color: #fff;
    font-size: large;
}

.tbl-body .tbl-td.selector i {
    border-radius: 100px;
}

.tbl-body .tbl-row:hover > .selector i, .activecircle {
    color: #DA291C !important;
}

.tbl-td.selector-opts {
    text-align: center;
    margin-left: 0px;
    font-size: x-small;
    color: #afafaf;
    padding-left:0px !important;
}

.tbl-body .tbl-row:hover, .active-row {
    color: #101820;
    background-color: rgba(207, 207, 207, 0.25);
}

.active-row
{
    border-bottom:1px solid #fff !important;
}

.open-opts {
    display: none;
}

.tbl-body .tbl-row:hover > .tbl-td .open-opts {
    color: #DA291C;
    font-size: x-small;
    display: inline-flex;
}


.open-opts-td {
    text-align: center !important;
}

.selector-opts {
    color: #c2c2c2;
}
.selector-opts:hover {
    color:#DA291C !important;
}

.open-opts-td:hover {
    background-color: rgba(174, 174, 174, 0.25);
}

.tbl-toolbar {
    background-color: rgba(212, 212, 212, 0.15);
    line-height: 35px;
    color: #686B6D;
    font-size: small;
}

.tbl-toolbar-item {
    line-height: 35px;
    /*border-right: 1px solid rgba(212, 212, 212, 0.75);*/
    padding-right: 5px;
    display: inline-block;
    user-select: none;
}

    .tbl-toolbar-item.float-right {
        border-right: 0px;
        padding-right: 10px;
        /*border-left: 1px solid rgba(212, 212, 212, 0.75);*/
        padding-left: 10px;
        margin-top:4px;
        line-height:35px;
    }

.tbl-toolbar-item-btn {
    cursor: pointer;
    padding-left: 5px;
    padding-right: 5px;
    line-height: 35px;
    display: inline-block;
    min-width: 35px;
    text-align: center;
    color: #333;
}

    .tbl-toolbar-item-btn:hover {
        background-color: rgba(212, 212, 212, 0.25);
    }

.grid-selected{
    background-color:#1e87e7;
    color:#fff !important;
}

.grid-selected .btn{
    color: #fff !important;
}
.grid-selected:hover {
    background-color: #1e87e7;
    color: #fff;
}

.grid-a {
    color: inherit;
    text-decoration: none;
}

a.grid-a:hover
{
    text-decoration:underline !important;
}

.btn-ignore-right-padding {
  
    padding-right: 0px !important;
}
.btn-ignore-padding{
    padding-left:0px !important;
    padding-right:0px !important;
}

.link-style {
    color: inherit;
    text-decoration: none;
}

.link-style:hover {
    text-decoration: underline !important;
}

.tbl-toolbar-item-tag-selected
{
    background-color:#e9e9e9;
    margin-bottom:-3px;
}


.unselectable {
    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
   
    -ms-user-select: none;
    user-select: none;
}


.tbl-td-search-result {

}
.tbl-td-search-result span
{
   margin-left:60px;
   font-size:11px;
   color:#707070;
}

    .tbl-td-search-result b {      
        color: #DA291C;
    }
    .tbl-td-search-result i {
        color: rgba(0, 0, 0, 0.30);
    }
    
.page-count-indicator {
    cursor: pointer;
    transition: color ease-in-out 0.3s;
}

.page-count-indicator:hover {
    background-color: rgba(212, 212, 212, 0.25);
    color: #e45142;
}
    
.page-selector-dropdown {
    width: 0;
    opacity: 0;
    /*position: relative;
    right: 110px;*/
}

.page-selector-container > .bootstrap-select {
    width: 0 !important;
}

.new-indicator {
    display: inline-block;
    margin-left: 5px;
    color: #007bff;
}

@keyframes change-colour {
    0% {
        color: #007bff;
    }

    50% {
        color: #8dc2ff;
    }

    100% {
        color: #007bff;
    }
}

#grid-fixed-div {
    background-color: #FFF;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 20000;
}

.locked-row {
    background-color: rgba(150, 150, 150, 0.15);
}

.locked-row:hover {
    background-color: rgba(150, 150, 150, 0.25) !important;
}

#bulk-action-div {
    position: absolute;
    top: 0;
    width: 100%;
    padding-right: 16px;
    left: 8px;
}

#saved_filters > .dropdown {
    display: flex;
    align-items: center;
}

/* Document Preview */
.pfi-lookup-tooltip {
    position: fixed;
    display: flex;
    padding: 8px;
    flex-direction: column;
    flex-shrink: 0;
    border-radius: 12px;
    background: #FFF;
    box-shadow: 0px 6px 36px 0px rgba(112, 144, 173, 0.20);
    border: 1px solid rgb(214, 214, 214);
    z-index: 98;
    color: var(--pfi-medium-blue-30);
    font-size: 16px;
}

.triangleSvg {
    position: absolute;
    left: 20px;
    top: -20px;
    height: 20px;
    width: 44px;
}