﻿.pagestart {
    list-style: none;
    float: left;
    width: 100%;
   /* border-bottom: solid 1px #666666;*/
    padding-top:10px;
}

.pageend {
    /*justify-content: center;*/
    display: flex;
    list-style: none;
    float: left;
    width: 100%;
    /*border-top: solid 1px #666666;*/
    /*font-size: 0.93em;*/
    font-size: 17px;
    padding-top: 10px;
    padding-inline-start: 0;
    position:absolute;
    /*bottom:10px;*/
    bottom:10px;
    overflow:hidden;
}

/*.resizeablearea {
    background-color: red;
}
*/
.resizeablearea .pageend {
    bottom: 0px !important;
    padding-top: 0px !important;
    margin-bottom: 0px !important;
}


.pagestart a {
    float: left;
    display: block;
    padding: 5px 10px;
    margin: 4px;
    text-decoration: none;
    /* background-color: #919090;*/
    /*color: white;*/
    background-color: transparent;
    color: var(--normaltextcolor);
    /*border-radius: 5px;*/
    border-radius: 50%;
    width: 28px;
    height: 28px;
}



.pagestart p {
    float: left;
    display: block;
    padding: 7px 10px 5px 10px;
    margin: 4px;
    background-color: transparent;
    text-decoration: none;
    color: var(--textcolor);
}

.pageend a {
    float: left;
    display: block;
    padding: 4.75px 9.5px;
    margin: 3.8px;
    text-decoration: none;
    /*background-color: #919090;*/
    /*background-color: red;*/
    /*color: white;*/
    background-color: transparent;
    color: var(--normaltextcolor);
    /*border-radius: 4.75px;*/
    border-radius: 50%;
    width: 28px;
    height: 28px;
}

/*.pageend img:hover,
.pagestart img:hover {
    color: pink;
}*/

.pageend p {
    float: left;
    display: block;
    padding: 7px 10px 5px 10px;
    margin: 4px;
    background-color: transparent;
    text-decoration: none;
    color: var(--textcolor);
}


.pageend a.current {
    /* background-color: #ddd;*/
    background-color: transparent;
    color: var(--normaltextcolor);
}


.pagestart a.current {
    /*background-color: #ddd;*/
    background-color: transparent;
    color: var(--normaltextcolor);
}

.pagestart img
{
    width:11.4px;
    height:11.4px;
}

.pageend img {
    /*width: 11.4px;
    height: 11.4px;*/
    width: 24px;
    height: 24px;
    margin-left: -7px;
    margin-top: -3.3px;
}



.pagestart .input-group {
    top: 2px;
}


.pageend .input-group {
    top: 2px;
}



.nav-input {
    width:50px !important;
    margin-top: 1px !important;
}

#row-edit,
#row-delete,
#row-readonly,
#row-run {
    cursor: pointer;
}

.formgrid a {
    cursor: pointer;
    color: currentColor;
}


.formgrid a:hover {
    color: currentColor;
    text-decoration: underline;
}


.glyphicon {
    top: 0px;
}

.formgrid {
    clear:both;
    /*font-size: 1em;*/
    font-size: 17px;
    font-weight: normal;
    /*padding-top:10px;*/
    overflow:auto;
}

/*
.formgrid table th {
    position: sticky;
    top: 0;
}*/


.formgrid .table > thead > tr > th,
.formgrid .table > tbody > tr > th,
.formgrid .table > tfoot > tr > th,
.formgrid .table > thead > tr > td,
.formgrid .table > tbody > tr > td,
.formgrid .table > tfoot > tr > td {
    border: 0;
    line-height: 1;
    font-weight: normal !important;
    vertical-align: middle;
}

.formgrid .table > thead {
    position: sticky;
    top: 0;
    z-index: 1;
}


/*.proportional-columns {
    clear: both;
    font-size: 1em;
    padding-top: 10px;
    overflow-x: hidden !important;
}
*/


.formgrid span {
   /* margin-top: 2px;*/
    margin-right: 12px;
}

.formgrid .table {
    table-layout: fixed;
    width: auto;
}

/*.proportional-columns .table {
    overflow-x: hidden !important;
}*/


/*.formgrid td:last-child {*/
    /*width: 100%;*/
    /*position: relative;
}*/

.proportional-columns td:last-child {
    width: auto !important; 
    position: relative;
}

.formgrid td {
    display: table-cell;
}


.formgrid .table th {
    position: relative;
}

.glyph-hide {
    display: none;
}

.resizer {
    /* Displayed at the right side of column */
    position: absolute;
    top: 0;
    right: 0;
    width: 5px;
    cursor: col-resize;
    user-select: none;
}



.resizer:hover,
.resizing {
    border-right: 2px solid var(--confirmcolor);
}

.sortable:hover {
    cursor: pointer;
    color: var(--confirmcolor) !important;
}


.sort-asc:after {
    content: " \2191"
}


.sort-desc:after {
    content: " \2193"
}

.table {
    margin-bottom:10px;
}

.formgrid .table > tbody> tr > td .awesomecheckbox {
    /*margin:0 !important;*/
    margin-top:-3px;
    padding:0 !important;
}


.formnewbutton {
    color: var(--normaltextcolor);
    background-color: var(--confirmcolor);
    margin-top: -4px;
}

.plus-btn {
    border:none;
    display: inline-block;
    height: 28px;
    width: 33px;
}

/* new added for Content Security Policy */

.datagrid-row {
    color: var(--normaltextcolor);
}

.datagrid-row:hover {
    color: var(--confirmcolor);
    background: var(--td-hover-background-color);
}

.datagrid-row.selected {
    color: var(--confirmcolor);
}

.dataformgrid-row-lefttd {
    white-space: nowrap; 
    padding: 0px 5px 0px 10px;
}

.dataformgrid-pencil,
.dataformgrid-eye,
.dataformgrid-trash,
.formgridrow-icon,
.awesomegrid-pencil,
.awesomegrid-trash {
    top: -4px;
    width: 16px;
    height: 16px;
}


.dataformgrid-pencil.tdvisible,
.dataformgrid-eye.tdvisible,
.dataformgrid-trash.tdvisible {
    display: inline-block;
}


.dataformgrid-pencil.not-tdvisible,
.dataformgrid-eye.not-tdvisible,
.dataformgrid-trash.not-tdvisible {
    display: none;
}


.awesomegrid-visibility {
    top: -4px;
    width: 16px;
    height: 16px;
    font-size: 14px;
    top: 1px;
}

.glyphicon-repeat {
    top: 0px; 
    left: 1px; 
    font-size: 14px; 
    display:none;
}

.align-right-grid-row,
.align-left-grid-row {
    white-space: nowrap;
}

tr.filtered {
    display: none !important;
}


/************* Addedd for Content Security Policy **************/
.dataformgrid-header {
    /*margin-top: 0px;*/
    color: var(--normaltextcolor);
    font-size:17px;
}

.dataformgrid-image {
    display:inline;padding-right:10px;
}

.gridtitle-span {
    padding-left:20px;
}

.gridupdatetitle-span {
    padding-left: 0px;
}

.dataformgrid-newbutton {
    margin-bottom: 0px;
}


.grid-padding {
    height: 17px;
    display: block;
}

.gridfiller {
    height: 50px;
}


.gridcol-visible {
    white-space: nowrap !important; 
}

.gridcol-notvisible {
    white-space: nowrap !important; 
    display: none !important;
}

.gridcol-number {
    text-align:right !important; 
    white-space: nowrap !important;
}

.awesomegrid-grid {
   /* height:240px;*/
}

.awesomegrid-grid tr {
    white-space: nowrap;color:var(--textcolor);
}

.awesomelookup-grid .awesomegrid-grid tr {
    color: var(--normaltextcolor);
}


.awesomegrid-grid tr:hover {
    color: var(--confirmcolor) !important;
    cursor: pointer !important;
}

.awesomegrid-td {
    white-space: nowrap; padding: 0px 5px 0px 10px;
}

.modal-dialog .awesomegrid-grid th {
    /* if awersomegrid appears under a dialog box parent, then assume the bachground color of the dialog box*/
    background-color: var(--sectioncolor);
}

.gridtotals-header-visible {
    white-space: nowrap;
}

.gridtotals-header-notvisible {
    white-space: nowrap; display: none;
}

.sectionarea_grid_update {
    display:none;
}

.gridfilter-header {
    display: grid;
    grid-template-columns: max-content auto;
}

.gridfilter-body {
    /* height: 100%; */
    grid-column: 1;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
}

.gridfiltertabs-body {
    grid-column: 2;
    width: 100%;
    /* background-color: lavender; */
}

.filtertabs {
    height: 30px;
    min-width: 0;
    overflow-x: scroll;
    /* display: inline; */
    grid-column: 2;
}

.resetbutton {
    /*display: inline;*/
    grid-column: 1;
}


.filtertabs::-webkit-scrollbar {
    display: none;
}


.filtertabrow {
    height: 30px;
    display: grid;
    grid-template-columns: auto 1fr auto;
    padding: 0 !important;
    position: relative;
    border-color: var(--textcolor);
}

.filterarrowtabs {
    /*    height: 30px; */
    grid-column: 3;
    font-size: 0;
    display: inline;
    /*position:absolute;
    right:0;*/
    top: 0;
    height: 30px;
}

.filterflds_span {
    height: 32px;
}

.separator-right {
    border-right: 2px solid var(--textcolor);
    margin-right: 10px;

}

.filterfld_label {
    vertical-align: top;
    padding-top: 7px;
    padding-right: 3px;
    color: var(--textcolor);
}