.backgrid .cell-centered {
    text-align: center;
}

.backgrid tr.selected {

    /*background-color: #f5f5f5;*/
    border: 1px solid #999999;
    background: #dadada

    /*#eedc94*/

}


.backgrid th.editor,
.backgrid tbody tr:nth-child(odd) th.editor {
    background-color: rgba(82, 168, 236, 0.1);
    outline: 1px solid rgba(82, 168, 236, 0.8);
    outline-offset: -1px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition-duration: 200ms;
    -moz-transition-duration: 200ms;
    -o-transition-duration: 200ms;
    transition-duration: 200ms;
    -webkit-transition-property: width, outline, background-color;
    -moz-transition-property: width, outline, background-color;
    -o-transition-property: width, outline, background-color;
    transition-property: width, outline, background-color;
    -webkit-transition-timing-function: ease-in-out;
    -moz-transition-timing-function: ease-in-out;
    -o-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out;
}

.backgrid th.editor input[type=text] {
    display: block;
    width: 100%;
    height: 20px;
    padding: 0;
    margin: 0;
    background-color: transparent;
    border: 0;
    outline: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-appearance: none;
    -moz-appearance: none;
}

.backgrid th.error,
.backgrid tbody tr:nth-child(odd) th.error {
    background-color: rgba(255, 210, 77, 0.1);
    outline: 1px solid #ffd24d;
}


.backgrid td {
    text-overflow: ellipsis;
}

.backgrid th{
    text-align: center;
}
.backgrid .integer-cell{
    text-align: center;
    width: 25px;
}

.backgrid .datetime-cell{
    text-align: center;
}

.backgrid .IDCell{
    width: 60px;
    text-align: center;
}

.backgrid .LangCode{
    width: 40px;
}

.backgrid .refernece-cell{
    text-align: center;
    width: 150px;
}

.backgrid .requirement-cell{
    text-align: center;
    width: 60px;
}

.dropdown-menu .select-list{
    left: auto;
    right: 0;
}

.backgrid td {
    white-space: normal;
}

.backgrid th[style='display: block;'] {
    display: table-cell !important;
}

.backgrid td[style='display: block;'] {
    display: table-cell !important;
}

.select-cell{
    width: 40px;
    text-align: left;
    word-wrap: normal;
}

.backgrid .action-cell-left .btn-group-wrapper .dropdown-menu{
    left: auto;
    right: 0;
}

.backgrid .btn-group-wrapper{
    width: 30px;
    margin: auto;
    vertical-align: middle;
}

.backgrid .action-cell-right .btn-group-wrapper .dropdown-menu{
    left: 0;
    right: auto;
}
.btn-group-wrapper {
    position: static;
    min-height: 28px;
    width: 15px;
}

.backgrid .action-cell-left, .backgrid .action-cell-right {
    overflow: visible;
}

/* one soluiotn to handle backgrid column spacing
.backgrid td {
    word-break: break-all;
    white-space: normal;
}

.backgrid .someCustomClass {
    width: 10%;
}
*/
