﻿

.deactive {
    background-color: #dbdcdb;
    pointer-events: none;
    opacity: 0.5;
}


.hand-click {
    cursor: pointer;
}

.hover-skip {
    visibility: visible;
}

.hover-show {
    visibility: hidden;
}

.icon-tag {
    vertical-align: text-top;
    color: #0094ff;
    transition: all .1s ease-in-out;
}

.hoverhidden {
    background-color: #FFF;
}

.bgcolorhidden tr:nth-child(odd) {
    background-color: #FFF;
}

/*table > tbody > tr:nth-child(odd) {
        background-color: #efebeb;
    }*/

table.sticky-enabled > tbody > tr:hover {
    background-color: #d9f0f7;
}

table.sticky-col > tbody > tr:hover {
    background-color: #d9f0f7;
}



/* tooltip */

[tooltip]:before {
    /* needed - do not touch */
    content: attr(tooltip);
    position: absolute;
    opacity: 0;
    /* customizable */
    transition: all 0.35s ease;
    padding: 10px;
    color: #333;
    border-radius: 10px;
    box-shadow: 2px 2px 1px silver;
}

[tooltip]:hover:before {
    /* needed - do not touch */
    opacity: 1;
    /* customizable */
    background: #dddddd;
    transition: all 0.35s ease;
    margin-top: -50px;
    margin-left: 20px;
}

[tooltip]:not([tooltip-persistent]):before {
    pointer-events: none;
}
/*-------------tooltip end---------------------*/

.filtr {
    cursor: pointer;
}

.xscroll {
    overflow: auto;
    width: 800px;
}

.y_outscroll {
    overflow-y: scroll;
    /*overflow-x: hidden;*/
    height: 460px;
}


div.yscroll {
    max-width: 250px;
    min-height:15px;
    max-height:35px;
    /*height: 35px;*/
    margin: 0;
    /*padding: 0;*/
    overflow-y: auto;
    vertical-align:middle;
}

.xscroll div {
    overflow: auto;
    width: 1200px;
}
/*-----------------------------------------*/
.btn-animate-left {
    position: relative;
    width: 30px;
    height: 30px;
    padding: 5px;
    text-align: left;
    overflow: hidden;
}

    .btn-animate-left span {
        position: absolute;
        left: 60px;
        width: 150px;
        padding: 0px 0 0 5px;
        color: #FFF;
        font: bold 13px Lucida Grande, Arial, sans-serif;
    }

    .btn-animate-left:hover {
        width: 100px;
        position: relative;
        transition-property: background-color, color;
        transition-duration: 1s;
        transition-timing-function: ease-out;
        background-color: white;
        color: black;
        box-shadow: 2px 2px 1px #777;
    }
/*----------------------------------------*/
.btn-search {
    position: relative;
    width: 30px;
    height: 30px;
    padding: 5px;
    text-align: left;
    overflow: hidden;
}

    .btn-search span {
        position: absolute;
        left: 60px;
        width: 150px;
        padding: 0px 0 0 5px;
        color: #FFF;
        font: bold 13px Lucida Grande, Arial, sans-serif;
    }

    .btn-search:hover {
        width: 100px;
        position: relative;
        transition-property: background-color, color;
        transition-duration: 1s;
        transition-timing-function: ease-out;
        background-color: white;
        color: black;
        box-shadow: 2px 2px 1px #777;
    }
/*.btn-search {
        background-color:#f6e08a;
    }*/

body {
    /*background-color: #404040;*/
}

h3 {
    margin-top: 0;
}

.tabs-left {
    margin-top: 3rem;
}

.nav-tabs {
    float: left;
    border-bottom: 0;
}

    .nav-tabs li {
        float: none;
        margin: 0;
    }
        /*.nav > li > a {
        padding-top:15px;
        padding-right:5px;
    }*/
        .nav-tabs li a {
            margin-right: 0;
            border: 0;
            background-color: rgba(0,0,0,0.0);
        }

            .nav-tabs li a:hover {
                background-color: #C8C8C8;
            }

    .nav-tabs .glyphicon {
        color: #fff;
    }

    .nav-tabs .active .glyphicon {
        color: #333;
    }

    .nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
        border: 0;
        background-color: #0094ff;
        padding-right: 1px;
    }

.tab-content {
    margin-left: 45px;
}

    .tab-content .tab-pane {
        display: none;
        background-color: #fff;
        padding: 1.6rem;
        overflow-y: auto;
    }

    .tab-content .active {
        display: block;
    }

.dropdown-menu {
    padding-top: 0px;
}

.panel a {
    color: #777;
}

.panel-scroll {
    max-height: 500px;
    overflow: hidden;
    overflow-y: auto;
}

.panel a:hover {
    text-decoration: none;
    color: #222;
}

.panel .table td {
    border-color: #dddddd;
}



.component {
    line-height: 1.5em;
    margin: 0 auto;
    padding: 2em 0 3em;
    width: 90%;
    max-width: 1000px;
    overflow: hidden;
}

    .component .filler {
        font-family: "Blokk", Arial, sans-serif;
        color: #d3d3d3;
    }

table {
    border-collapse: collapse;
    /*margin-bottom: 3em;*/
    width: 100%;
    /*background: #fff;*/
}

td, th {
    /*padding: 0.75em 1.5em;*/
    text-align: left;
    /*font-weight: bold;*/
}

    td.err {
        background-color: #e992b9;
        color: #fff;
        font-size: 0.75em;
        text-align: center;
        line-height: 1;
    }

thead {
    /*background: #395870;*/
    /*background: linear-gradient(#49708f, #293f50);*/
}

th {
    /*background-color: #31bc86;*/
    font-weight: bold;
    color: #fff;
    white-space: nowrap;
}

tbody th {
    background-color: #2ea879;
}

.sticky-enabled tbody tr:nth-child(2n) {
    /*background-color: #fff;*/
    /*transition: all .125s ease-in-out;*/
}

.sticky-enabled tbody tr:nth-child(2n-1) {
    /*background-color: #efebeb;*/
    /*transition: all .125s ease-in-out;*/
}


.sticky-enabled tbody tr:hover {
    background-color: rgba(129,208,177,.3);
}

/* For appearance */
.sticky-wrap {
    overflow-x: auto;
    overflow-y: hidden;
    position: relative;
    /*margin: 3em 0;*/
    width: 100%;
}

    .sticky-wrap .sticky-thead,
    .sticky-wrap .sticky-col,
    .sticky-wrap .sticky-intersect {
        opacity: 1;
        position: absolute;
        top: 0;
        left: 0;
        /*transition: all .125s ease-in-out;*/
        z-index: 1;
        width: auto; /* Prevent table from stretching to full size */
    }

    .sticky-wrap .sticky-thead {
        /*box-shadow: 0 0.25em 0.1em -0.1em rgba(0,0,0,.125);*/
        z-index: 1;
        width: 100%; /* Force stretch */
    }

    .sticky-wrap .sticky-intersect {
        opacity: 1;
        z-index: 1;
    }

.sticky-intersect thead {
    background-color: #393d41 !important;
    /*/* IE10 Consumer Preview */
    /*background-image: -ms-linear-gradient(bottom, #171717 0%, #79797D 100%);*/
    /* Mozilla Firefox */
    /*background-image: -moz-linear-gradient(bottom, #171717 0%, #79797D 100%);*/
    /* Opera */
    /*background-image: -o-linear-gradient(bottom, #171717 0%, #79797D 100%);*/
    /* Webkit (Safari/Chrome 10) */
    /*background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #171717), color-stop(1, #79797D));*/
    /* Webkit (Chrome 11+) */
    /*background-image: -webkit-linear-gradient(bottom, #171717 0%, #79797D 100%);*/
    /* W3C Markup, IE10 Release Preview */
    /*background-image: linear-gradient(to top, #171717 0%, #79797D 100%);*/
    /*color: #eee;*/
}

.sticky-col tbody tr:nth-child(2n) {
    /*background-color: #efebeb;*/
    /*transition: all .125s ease-in-out;*/
}

.sticky-col tbody tr:nth-child(2n-1) {
    /*background-color: #fff;
        transition: all .125s ease-in-out;*/
}

.sticky-wrap td,
.sticky-wrap th {
    box-sizing: border-box;
}

.sticky-col .sticky-enabled tbody td {
    /*height:40px;*/
    height: 30px;
    max-height: 30px;
    padding-top: 0px;
    padding-bottom: 0px;
}

.sticky-col .sticky-enabled tbody tr {
    height: 30px;
    max-height: 30px;
    padding-top: 0px;
    padding-bottom: 0px;
}
/* Not needed for sticky header/column functionality */
td.user-name {
    text-transform: capitalize;
}

.sticky-wrap.overflow-y {
    overflow-y: auto; /*increased from 75vh because of footer removed */
    /*max-height: 81vh; 
    min-height: 81vh;*/
}

.sticky-intersect thead tr th:nth-child(),
.sticky-col tbody tr td:nth-child() {
    border-right: 1px solid #171717;
}

.sticky-col thead tr th, .sticky-intersect thead tr th {
    padding: 3px;
    margin: 0px;
    border: 1px solid #efebeb;
    border-radius: 4px;
    /*border:none;*/
    /*background-color:#efebeb;*/
    /*color:black;*/
    /*box-shadow: 0 0.25em 0.1em -0.1em rgba(0,0,0,.125);*/
    /*border:1px solid #efebeb;*/
    /*border-radius:4px;*/
    /*background: #395870;*/
    /*background: linear-gradient(#49708f, #293f50);*/
}

#ContentTable thead tr th, .sticky-enabled thead tr th, .sticky-thead thead tr th {
    padding: 3px;
    margin: 0px;
    /*border:none;*/
    /*background-color:#efebeb;*/
    /*color:black;*/
    /*box-shadow: 0 0.25em 0.1em -0.1em rgba(0,0,0,.125);*/
    border: 1px solid #efebeb;
    border-radius: 4px;
    background: #49708f;
    /*background: linear-gradient(#49708f, #293f50);*/
}

#loadingDiv, #loadingDIVOut {
    background-color: black;
    width: 28px;
    height: 28px;
    position: fixed;
    top: 50%;
    left: 50%;
    padding-bottom: 3px;
    padding-right: 3px;
    padding-top: 2px;
    padding-left: 2px;
    z-index:10020;
}

.table-condensed thead {
    background-color: #49708f;
}

.multiForm-span {
    border-radius: 0px;
    font-size: 9px;
    font-weight: 900;
    min-width: 100px;
}

.WJtable-row-even {
    background-color: #efebeb;
}

.WJtable-row-odd {
    background-color: #fff;
}

.hovertr {
    background-color: #d9f0f7;
}

div.jtable-busy-panel-background {
    opacity: 0.1;
    filter: alpha(opacity=50);
    z-index: 998;
    position: absolute;
    background-color: #000;
}

div.jtable-busy-message {
    cursor: wait;
    z-index: 999;
    position: absolute;
    margin: 5px;
    font-size: 1.25em;
    color: #000;
    background-color: #ddd;
}

div.jtable-busy-message {
    -webkit-text-shadow: 0 1px 0 #333333;
    text-shadow: 0 1px 0 #333333;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: 2px 2px 4px rgba(50, 51, 50, 0.75);
    -moz-box-shadow: 2px 2px 4px rgba(50, 51, 50, 0.75);
    box-shadow: 2px 2px 4px rgba(50, 51, 50, 0.75);
    color: #fff;
    border: 1px solid;
    padding: 3px 5px 5px 27px;
    background: url('../../Images/loading.gif') no-repeat;
    background-position: 5px;
}

div.jtable-busy-message {
    border-color: #2B5177;
    background-color: #78B1ED;
}

tr.jtable-row-updated, tr.jtable-row-deleting {
    background-color: #5f9cdc;
}

div.mainclass div.jtable-bottom-panel .jtable-page-list {
    display: inline-block;
}

    div.mainclass div.jtable-bottom-panel .jtable-page-list .jtable-page-number,
    div.mainclass div.jtable-bottom-panel .jtable-page-list .jtable-page-number-space,
    div.mainclass div.jtable-bottom-panel .jtable-page-list .jtable-page-number-first,
    div.mainclass div.jtable-bottom-panel .jtable-page-list .jtable-page-number-last,
    div.mainclass div.jtable-bottom-panel .jtable-page-list .jtable-page-number-previous,
    div.mainclass div.jtable-bottom-panel .jtable-page-list .jtable-page-number-next,
    div.mainclass div.jtable-bottom-panel .jtable-page-list .jtable-page-number-active {
        padding: 2px 5px;
        display: inline-block;
        cursor: pointer;
    }

    div.mainclass div.jtable-bottom-panel .jtable-page-list .jtable-page-number-space,
    div.mainclass div.jtable-bottom-panel .jtable-page-list .jtable-page-number-active {
        cursor: default;
    }

    div.mainclass div.jtable-bottom-panel .jtable-page-list .jtable-page-info {
        display: inline-block;
        margin-left: 5px;
        padding: 2px;
    }

div.mainclass div.jtable-bottom-panel span.jtable-add-record {
    display: inline-block;
}

    div.mainclass div.jtable-bottom-panel span.jtable-add-record a {
        text-decoration: none;
    }

        div.mainclass div.jtable-bottom-panel span.jtable-add-record a:hover {
            text-decoration: underline;
        }


div.mainclass > div.jtable-bottom-panel {
    background-color: #1c78de;
    color: #fff;
    min-height: 22.900000000000002px;
    font-size: 13px;
    border: 1px solid #2d89ef;
    border-top: none;
}

    div.mainclass > div.jtable-bottom-panel .jtable-page-list {
        margin: 1px 0px 0px 0px;
    }

        div.mainclass > div.jtable-bottom-panel .jtable-page-list .jtable-page-number,
        div.mainclass > div.jtable-bottom-panel .jtable-page-list .jtable-page-number-space,
        div.mainclass > div.jtable-bottom-panel .jtable-page-list .jtable-page-number-first,
        div.mainclass > div.jtable-bottom-panel .jtable-page-list .jtable-page-number-last,
        div.mainclass > div.jtable-bottom-panel .jtable-page-list .jtable-page-number-previous,
        div.mainclass > div.jtable-bottom-panel .jtable-page-list .jtable-page-number-next,
        div.mainclass > div.jtable-bottom-panel .jtable-page-list .jtable-page-number-active {
            background-color: #2d89ef;
            margin: 1px;
            padding: 2px 5px;
            color: #fff;
        }

            div.mainclass > div.jtable-bottom-panel .jtable-page-list .jtable-page-number:hover,
            div.mainclass > div.jtable-bottom-panel .jtable-page-list .jtable-page-number-first:hover,
            div.mainclass > div.jtable-bottom-panel .jtable-page-list .jtable-page-number-last:hover,
            div.mainclass > div.jtable-bottom-panel .jtable-page-list .jtable-page-number-previous:hover,
            div.mainclass > div.jtable-bottom-panel .jtable-page-list .jtable-page-number-next:hover {
                background-color: #4fabff;
            }

        div.mainclass > div.jtable-bottom-panel .jtable-page-list .jtable-page-number-active {
            color: #ccc;
            cursor: default;
        }

        div.mainclass > div.jtable-bottom-panel .jtable-page-list .jtable-page-info {
            margin-left: 5px;
            padding: 2px;
        }

    div.mainclass > div.jtable-bottom-panel span.jtable-add-record {
        margin: 4px;
    }

        div.mainclass > div.jtable-bottom-panel span.jtable-add-record a {
            color: #fff;
        }


/*-----------------Grand Total & Sub Total Section start-------------*/

.cls_maincontainertotal {
    overflow-x: hidden;
    overflow-y: hidden;
    position: relative;
    /*margin: 3em 0;*/
    width: 100%;
}

.cls_table_grandtotal td {
    border: 1px solid #b5b2b2;
}

.jtable-fixedLeftcolumn-body {
    border: 1px solid #b5b2b2;
}

.cls_row_grandtotal > td {
    background-color: rgb(239, 235, 235);
    /*background-color: lightblue;*/
    color: #333;
}

.cls_row_subtotal > td {
    background-color: rgb(239, 235, 235);
    /*background-color: lightblue;*/
    color: #333;
}

.GTSTSticky-left {
    height: 30px;
    max-height: 30px;
    padding-top: 0px;
    padding-bottom: 0px;
    opacity: 1;
    position: absolute;
    bottom: 0px;
    left: 0px;
    /*transition: all .125s ease-in-out;*/
    z-index: 1;
    width: auto;
    top:0px;
    border: 1px solid #b5b2b2;
    
}

/*-----------------Grand Total & Sub Total Section End-------------*/

     /*-----------JOB APPLY Begin---------*/ 

tr.wwjtable-bodydata-row a{
    outline:none;

}

tr.wwjtable-bodydata-row a:hover{
    color:#dc4949;

}
tr.wwjtable-bodydata-row a:focus{
    color:#dc4949;

}

/*-----------JOB APPLY End---------*/ 