﻿.jqTable tr td input[type='submit'], .jqTable tr td input[type='button'] {
    min-height: 20px;
    min-width: 40px;
}

table.dataTable {
    margin: 17px auto 0 auto;
    clear: both;
    width: 100%;
    border: 1px solid #c2c4cb;
    border-spacing: 0px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    overflow: hidden;
}

    table.dataTable thead th {
        white-space: nowrap;
        color: #fff; /*#2a2a2a;*/
        text-shadow: 1px 1px 1px #000;
        padding: 10px 20px 10px 10px;
        border-bottom: 1px solid #DADBE0;
        border-right: 1px solid #DADBE0;
        font-weight: bold;
        cursor: pointer;
        outline: none;
    }

    table.dataTable tr .Button {
        width: 32px;
    }

    table.dataTable tfoot th {
        padding: 3px 18px 3px 10px;
        border-top: 1px solid black;
        font-weight: bold;
    }

    table.dataTable td {
        padding: 10px 5px;
        border-bottom: 1px solid #DADBE0;
        border-right: 1px solid #DADBE0;
    }

    table.dataTable tbody tr:hover {
        color: #000 !important;
        text-decoration: none !important;
        background-color: #b9b9b9;
        background: rgb(240,249,255);
        background: -moz-linear-gradient(top, rgba(240,249,255,1) 0%, rgba(203,235,255,1) 47%, rgba(161,219,255,1) 100%);
        background: -webkit-linear-gradient(top, rgba(240,249,255,1) 0%,rgba(203,235,255,1) 47%,rgba(161,219,255,1) 100%);
        background: linear-gradient(to bottom, rgba(240,249,255,1) 0%,rgba(203,235,255,1) 47%,rgba(161,219,255,1) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f0f9ff', endColorstr='#a1dbff',GradientType=0 );
    }

    table.dataTable td.center,
    table.dataTable td.dataTables_empty {
        text-align: center;
    }

    table.dataTable tr.odd {
        background-color: #fffc;
    }

    table.dataTable tr.even {
        background-color: #defc;
    }

/*table.dataTable tr.odd td.sorting_1 {
        background-color: #d0e0fd;
    }

    table.dataTable tr.odd td.sorting_2 {
        background-color: #d0e0fd;
    }

    table.dataTable tr.odd td.sorting_3 {
        background-color: #d0e0fd;
    }*/

/*table.dataTable tr.even td.sorting_1 {
        background-color: #fff;
    }

    table.dataTable tr.even td.sorting_2 {
        background-color: #F2F3FF;
    }

    table.dataTable tr.even td.sorting_3 {
        background-color: #F9F9FF;
    }*/

.dataTables_wrapper {
    font-size: 0.875rem;
    position: relative;
    clear: both;
    *zoom: 1;
}

.dataTables_length {
    float: right;
    margin-bottom: 5px;
}

    .dataTables_length select {
        width: 55px;
    }

.dataTables_filter {
    float: left;
    text-align: right;
    margin-top: 2px;
}

    .dataTables_filter label {
        /*color: #F00;
        font-weight: bold;
        font-size: medium;*/
    }

/*.dataTables_filter input {
    background-image: ..\..\
}*/

.dataTables_info {
    clear: both;
    float: left;
    margin-top: 10px;
}

.dataTables_paginate {
    float: right;
    text-align: right;
}

    .dataTables_paginate .disabled {
        display: none;
    }

.paginate_disabled_previous,
.paginate_enabled_previous,
.paginate_disabled_next,
.paginate_enabled_next {
    height: 19px;
    float: left;
    cursor: pointer;
    *cursor: hand;
    color: #111 !important;
}

    .paginate_disabled_previous:hover,
    .paginate_enabled_previous:hover,
    .paginate_disabled_next:hover,
    .paginate_enabled_next:hover {
        text-decoration: none !important;
    }

    .paginate_disabled_previous:active,
    .paginate_enabled_previous:active,
    .paginate_disabled_next:active,
    .paginate_enabled_next:active {
        outline: none;
    }

.paginate_disabled_previous,
.paginate_disabled_next {
    color: #666 !important;
}

.paginate_disabled_previous,
.paginate_enabled_previous {
    padding-left: 23px;
}

.paginate_disabled_next,
.paginate_enabled_next {
    padding-right: 23px;
    margin-left: 10px;
}

.paginate_enabled_previous {
    background: url('../Image/DataTable/back_enabled.png') no-repeat top left;
}

    .paginate_enabled_previous:hover {
        background: url('../Image/DataTable/back_enabled_hover.png') no-repeat top left;
    }

.paginate_disabled_previous {
    background: url('../Image/DataTable/back_disabled.png') no-repeat top left;
}

.paginate_enabled_next {
    background: url('../Image/DataTable/forward_enabled.png') no-repeat top right;
}

    .paginate_enabled_next:hover {
        background: url('../Image/DataTable/forward_enabled_hover.png') no-repeat top right;
    }

.paginate_disabled_next {
    background: url('../Image/DataTable/forward_disabled.png') no-repeat top right;
}

.paging_full_numbers {
    height: 22px;
    line-height: 40px;
}

    .paging_full_numbers a:active {
        outline: none;
    }

    .paging_full_numbers a:hover {
        text-decoration: none;
    }

    .paging_full_numbers a.paginate_button,
    .paging_full_numbers a.paginate_active {
        /*border: 1px solid #444;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px;
        padding: 2px 5px;
        margin: 0 3px;
        cursor: pointer;
        *cursor: hand;
        color: #FFF !important;
        font-family: arial, helvetica, sans-serif;
        background-color: #909090;
        background-image: linear-gradient(to bottom, #838383, #1B1B1B);*/
    }

    .paging_full_numbers a.paginate_button {
        padding: 3px 10px 5px 10px;
        border-radius: 99px;
        margin: 0 3px;
        box-shadow: none;
        transition: box-shadow 300ms, background-color 300ms linear, color 300ms linear;
        /*font-size: 14px;*/
        /*border: 1px solid #eee;*/
        border: none;
        color: #FFFFFF;
        background-color: #6495ED;
        box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
        cursor: pointer;
        *cursor: hand;
    }

        .paging_full_numbers a.paginate_button:hover {
            box-shadow: 5px 5px 20px #737373;
            background-color: #FFFFFF;
            color: #6495ED;
        }

    .paging_full_numbers a.current {
        box-shadow: inset 2px 2px 5px #737373;
        background-color: #FFFFFF;
        color: #6495ED;
    }

    .paging_full_numbers a.paginate_active {
        /*background-color: #99B3FF;*/
        background-color: #707070;
        background-image: linear-gradient(to bottom, #1B1B1B, #838383);
    }


.dataTables_processing {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 250px;
    height: 30px;
    margin-left: -125px;
    margin-top: -15px;
    padding: 14px 0 2px 0;
    border: 1px solid #ddd;
    text-align: center;
    color: #999;
    font-size: 14px;
    background-color: white;
}


.sorting {
    background: url(../Image/jqTable/sort_both.png) right 5px center / 15px 15px no-repeat, #468ccf;
    background: url(../Image/jqTable/sort_both.png) right 5px center / 15px 15px no-repeat, -moz-linear-gradient( top, #63b7ee 0%, #468ccf 100%);
    background: url(../Image/jqTable/sort_both.png) right 5px center / 15px 15px no-repeat, -webkit-linear-gradient(top,#63b7ee 0%, #468ccf 100%);
    background: url(../Image/jqTable/sort_both.png) right 5px center / 15px 15px no-repeat, linear-gradient( to bottom, #63b7ee 0%, #468ccf 100%);
}

.sorting_asc {
    background: url(../Image/jqTable/sort_asc.png) right 5px center / 15px 15px no-repeat, #468ccf;
    background: url(../Image/jqTable/sort_asc.png) right 5px center / 15px 15px no-repeat, linear-gradient( to bottom, #63b7ee 0%, #468ccf 100%);
    background: url(../Image/jqTable/sort_asc.png) right 5px center / 15px 15px no-repeat, -moz-linear-gradient( top, #63b7ee 0%, #468ccf 100%);
    background: url(../Image/jqTable/sort_asc.png) right 5px center / 15px 15px no-repeat, -webkit-linear-gradient(top, #63b7ee 0%, #468ccf 100%);
}

.sorting_desc {
    background: url(../Image/jqTable/sort_desc.png) right 5px center / 15px 15px no-repeat, #468ccf;
    background: url(../Image/jqTable/sort_desc.png) right 5px center / 15px 15px no-repeat, linear-gradient( to bottom, #63b7ee 0%, #468ccf 100%);
    background: url(../Image/jqTable/sort_desc.png) right 5px center / 15px 15px no-repeat, -moz-linear-gradient( top, #63b7ee 0%, #468ccf 100%);
    background: url(../Image/jqTable/sort_desc.png) right 5px center / 15px 15px no-repeat, -webkit-linear-gradient(top, #63b7ee 0%, #468ccf 100%);
}

.sorting_asc_disabled {
    background: url(../Image/jqTable/sort_asc_disabled.png) right 5px center / 15px 15px no-repeat, #468ccf;
    background: url(../Image/jqTable/sort_asc_disabled.png) right 5px center / 15px 15px no-repeat, linear-gradient( to bottom, #63b7ee 0%, #468ccf 100%);
    background: url(../Image/jqTable/sort_asc_disabled.png) right 5px center / 15px 15px no-repeat, -moz-linear-gradient( top, #63b7ee 0%, #468ccf 100%);
    background: url(../Image/jqTable/sort_asc_disabled.png) right 5px center / 15px 15px no-repeat, -webkit-linear-gradient(top, #63b7ee 0%, #468ccf 100%);
}

.sorting_desc_disabled {
    background: url(../Image/jqTable/sort_desc_disabled.png) right center / 15px 15px no-repeat, #468ccf;
    background: url(../Image/jqTable/sort_desc_disabled.png) right center / 15px 15px no-repeat, linear-gradient( to bottom, #63b7ee 0%, #468ccf 100%);
    background: url(../Image/jqTable/sort_desc_disabled.png) right center / 15px 15px no-repeat, -moz-linear-gradient( top, #63b7ee 0%, #468ccf 100%);
    background: url(../Image/jqTable/sort_desc_disabled.png) right center / 15px 15px no-repeat, -webkit-linear-gradient(top, #63b7ee 0%, #468ccf 100%);
}

table.dataTable thead th:active,
table.dataTable thead td:active {
    outline: none;
}


.dataTables_scroll {
    clear: both;
}

.dataTables_scrollBody {
    *margin-top: -1px;
    -webkit-overflow-scrolling: touch;
}

table.dataTable thead tr[role='row'] {
    color: #fff;
    background-color: #6495ed;
}


.display input[type='submit'] {
    background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ebebeb), color-stop(1, #d1d1d1) );
    background: -moz-linear-gradient( center top, #ebebeb 5%, #d1d1d1 100% );
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ebebeb', endColorstr='#d1d1d1');
    background-color: #ebebeb;
    -webkit-border-top-left-radius: 0px;
    -moz-border-radius-topleft: 0px;
    border-top-left-radius: 0px;
    -webkit-border-top-right-radius: 0px;
    -moz-border-radius-topright: 0px;
    border-top-right-radius: 0px;
    -webkit-border-bottom-right-radius: 0px;
    -moz-border-radius-bottomright: 0px;
    border-bottom-right-radius: 0px;
    -webkit-border-bottom-left-radius: 0px;
    -moz-border-radius-bottomleft: 0px;
    border-bottom-left-radius: 0px;
    text-indent: 0;
    border: 1px solid #bababa;
    display: inline-block;
    color: #000000;
    font-family: "Lato", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    font-size: 11px;
    font-weight: bold;
    font-style: normal;
    height: 23px;
    width: 60px;
    text-decoration: none;
    text-align: center;
    text-shadow: 1px 1px 0px #bfbfbf;
    margin-left: 2px;
    margin-right: 2px;
    cursor: pointer;
}

    .display input[type='submit']:hover {
        background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #d1d1d1), color-stop(1, #ebebeb) );
        background: -moz-linear-gradient( center top, #d1d1d1 5%, #ebebeb 100% );
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#d1d1d1', endColorstr='#ebebeb');
        background-color: #d1d1d1;
    }

    .display input[type='submit']:active {
        position: relative;
        top: 1px;
    }

.display input[type='button'] {
    background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ebebeb), color-stop(1, #d1d1d1) );
    background: -moz-linear-gradient( center top, #ebebeb 5%, #d1d1d1 100% );
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ebebeb', endColorstr='#d1d1d1');
    background-color: #ebebeb;
    -webkit-border-top-left-radius: 0px;
    -moz-border-radius-topleft: 0px;
    border-top-left-radius: 0px;
    -webkit-border-top-right-radius: 0px;
    -moz-border-radius-topright: 0px;
    border-top-right-radius: 0px;
    -webkit-border-bottom-right-radius: 0px;
    -moz-border-radius-bottomright: 0px;
    border-bottom-right-radius: 0px;
    -webkit-border-bottom-left-radius: 0px;
    -moz-border-radius-bottomleft: 0px;
    border-bottom-left-radius: 0px;
    text-indent: 0;
    border: 1px solid #bababa;
    display: inline-block;
    color: #000000;
    font-family: "Lato", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    font-size: 11px;
    font-weight: bold;
    font-style: normal;
    height: 23px;
    width: 60px;
    text-decoration: none;
    text-align: center;
    text-shadow: 1px 1px 0px #bfbfbf;
    margin-left: 2px;
    margin-right: 2px;
    cursor: pointer;
}

    .display input[type='button']:hover {
        background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #d1d1d1), color-stop(1, #ebebeb) );
        background: -moz-linear-gradient( center top, #d1d1d1 5%, #ebebeb 100% );
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#d1d1d1', endColorstr='#ebebeb');
        background-color: #d1d1d1;
    }

    .display input[type='button']:active {
        position: relative;
        top: 1px;
    }

input, select, check, radio {
    outline: none;
}

.dt-buttons {
    height: 25px;
    width: 200px;
    margin: auto;
}

.dt-button {
    margin: 0px 0px 0px 15px;
    float: left;
    width: 28px;
    height: 28px;
    cursor: pointer;
}

.buttons-copy {
    background-size: contain;
    background-image: url(../Image/jqTable/copy.png);
}

.buttons-csv {
    background-size: contain;
    background-image: url(../Image/jqTable/csv.png);
}

.buttons-excel {
    background-size: contain;
    background-image: url(../Image/jqTable/excel.png);
}

.buttons-pdf {
    background-size: contain;
    background-image: url(../Image/jqTable/pdf.png);
}

.buttons-print {
    background-size: contain;
    background-image: url(../Image/jqTable/print.png);
}

.dt-button:hover:after {
    position: absolute;
    margin: -25px 0px 0px -20px;
    /*font-family: 'Times New Roman';*/
    padding: 4px 8px;
    color: #333;
    white-space: nowrap;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -moz-box-shadow: 0px 0px 4px #222;
    -webkit-box-shadow: 0px 0px 4px #222;
    box-shadow: 0px 0px 4px #222;
    background-image: -moz-linear-gradient(top, #eeeeee, #cccccc);
    background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0, #eeeeee),color-stop(1, #cccccc));
    background-image: -webkit-linear-gradient(top, #eeeeee, #cccccc);
    background-image: -moz-linear-gradient(top, #eeeeee, #cccccc);
    background-image: -ms-linear-gradient(top, #eeeeee, #cccccc);
    background-image: -o-linear-gradient(top, #eeeeee, #cccccc);
}

.gridContent {
    box-shadow: 2px 2px 1px #aaa;
    margin-top: 7px;
    border: 1px solid #9a9a9a;
    padding: 8px 8px 35px 8px;
    background-color: rgba(229,229,229,1) !important;
    background: rgb(255,255,255);
    background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(229,229,229,1) 100%);
    background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(229,229,229,1) 100%);
    background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(229,229,229,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e5e5e5',GradientType=0 );
}

input[type='search' i] {
    background: url(../Image/Other/search.png) right center / 28px 28px no-repeat, #EAECEB !important;
    background: url(../Image/Other/search.png) right center / 28px 28px no-repeat, -moz-linear-gradient(top, #EAECEB 0%, #fcfcfe 100%) !important;
    background: url(../Image/Other/search.png) right center / 28px 28px no-repeat, -webkit-gradient(left top, left bottom, color-stop(0%, #EAECEB), color-stop(100%, #fcfcfe)) !important;
    background: url(../Image/Other/search.png) right center / 28px 28px no-repeat, -webkit-linear-gradient(top, #EAECEB 0%, #fcfcfe 100%) !important;
    background: url(../Image/Other/search.png) right center / 28px 28px no-repeat, -o-linear-gradient(top, #EAECEB 0%, #fcfcfe 100%) !important;
    background: url(../Image/Other/search.png) right center / 28px 28px no-repeat, -ms-linear-gradient(top, #EAECEB 0%, #fcfcfe 100%) !important;
    background: url(../Image/Other/search.png) right center / 28px 28px no-repeat, linear-gradient(to bottom, #EAECEB 0%, #fcfcfe 100%) !important;
}







/*
    Fixed Header Table
*/
.stableTable {
    position: inherit;
    bottom: inherit;
    right: inherit;
    left: inherit;
    top: inherit;
    margin: 5px;
    border: 1px solid #ababab;
    padding-top: 28px;
    background: url(../Image/Other/grid_header.png) top / 100% 29px no-repeat;
}

    .stableTableBody {
        overflow-y: auto;
        height: 100%;
    }

    .stableTable table {
        border-spacing: 0;
        width: 100%;
    }

    .stableTable td {
        border-left: 1px solid #ababab;
        border-bottom: 1px solid #ababab;
        color: #000;
        padding: 0px 5px;
    }

    .stableTable tbody tr td:first-child {
        border-left: none;
    }

    .stableTable th {
        height: 0;
        line-height: 0;
        padding-top: 0;
        padding-bottom: 0;
        color: transparent;
        border: none;
        white-space: nowrap;
    }

        .stableTable th div {
            position: absolute;
            background: transparent;
            color: #000;
            text-shadow: 1px 1px 1px #FFF;
            padding: 7px 4px;
            top: 0;
            margin-left: -1px;
            line-height: normal;
            border-left: 1px solid #ababab;
            height: unset !important;
        }

        .stableTable th:first-child div {
            border: none;
        }

    .stableTable table tr:nth-child(odd) {
        background: #fffc;
    }

    .stableTable table tr:nth-child(even) {
        background: #defc;
    }

    .stableTable table tr:hover {
        background: rgb(240,249,255);
        background: -moz-linear-gradient(top, rgba(240,249,255,1) 0%, rgba(203,235,255,1) 47%, rgba(161,219,255,1) 100%);
        background: -webkit-linear-gradient(top, rgba(240,249,255,1) 0%,rgba(203,235,255,1) 47%,rgba(161,219,255,1) 100%);
        background: linear-gradient(to bottom, rgba(240,249,255,1) 0%,rgba(203,235,255,1) 47%,rgba(161,219,255,1) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f0f9ff', endColorstr='#a1dbff',GradientType=0 );
    }

    .stableTable input[type='button'],
    .stableTable input[type='submit'] {
        min-height: 20px;
        min-width: 40px;
        height: 20px;
        font-size: 12px;
    }

/*
    Fixed Header Table
*/

.datatable-footer {
    height: 35px;
}

.gridContent .ajax__calendar_container td,
.jqTable .ajax__calendar_container td {
    border-left: none !important;
}

.gridContent .ajax__calendar_body table tr td,
.jqTable .ajax__calendar_body table tr td {
    padding: 0px !important;
    border: none !important;
}

.gridContent .ajax__calendar_body table tbody tr:hover, .gridContent .ajax__calendar_body table thead tr:hover,
.jqTable .ajax__calendar_body table tbody tr:hover, .jqTable .ajax__calendar_body table thead tr:hover {
    background-color: unset !important;
    background-image: none !important;
}

.textRed {
    color: red !important;
    /*text-shadow: 1px 1px 1px #6f6f6f;*/
}

.textGreen {
    color: #00FF00 !important;
    /*text-shadow: 1px 1px 2px #4e4e4e;*/
}

.rowRed {
    /*color: #fff !important;*/
    background-color: #ff00002e !important;
}

.rowGreen {
    /*color: #000 !important;*/
    background-color: #00ff002e !important;
}

.rowYellow {
    /*color: #000 !important;*/
    background-color: #ffff002e !important;
}

.rowTurkuaz {
/*    color: #000 !important;*/
    background-color: #00ffff2e !important;
}

.rowGray {
/*    color: #000 !important;*/
    background-color: #8080802e !important;
}

.hiddeMe {
    display: none !important;
}

.invisibleMe {
    visibility: hidden !important;
}

.filterMe {
    display: none !important;
}

.animateMe {
    transition: all .5s;
}

.jqTable {
}

::-ms-clear {
    display: none !important;
}
