﻿.gridCell{
    border-right: 1px solid lightgray;
    border-bottom: 1px solid lightgray;
}
 
.alignLeft {  /* Should have this in a common file used by all */
    text-align: left;
}
 
.alignCenter {  /* Should have this in a common file used by all */
    text-align: center;
}


.tablesContainer .ui-igcombo-wrapper{
    width: 0px;
    height:1px;
    margin: 0px;
    padding: 0px;
    border: 0px;
}


.tablesContainer .ui-igcombo-button {
    display: none;
}

.tablesContainer .ui-igcombo-clearicon {
    display: none;
}

.tablesContainer .ui-igcombo-wrapper .ui-igcombo{
    border: 0px;
}

.tablesContainer .ui-iggrid-header{
    border-right: 1px solid lightgray;
    border-left: 0px;
    border-top: 0px;
    border-bottom: 0px;
    background:  #ffffff;
    color: #626469;
}
