﻿.draggable-row {
    cursor: move;
}

.glyph-position {
    width: 50%;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.grid {
    background-color: white;
    border-collapse: collapse;
    display: table;
    font-size: 14px;
    font-weight: normal;
    margin-bottom: 10px;
    margin-top: 10px;
    width: 100%;
}

.grid td, th {
    border: 1px solid #C5C5C5;
    padding: 3px 7px 2px;
}

.grid thead, .header a, th a {
    background-color: #505050;
    color: #ffffff;
    text-align: left;
    text-decoration: none;
    white-space: nowrap;
}

.grid th a:hover {
    background-color: #505050;
    color: #ffffff;
}

.grid tbody tr:nth-child(even) {
    background-color: #fff;
    padding: 3px 7px 2px;
}

.grid tbody tr:nth-child(odd) {
    background-color: #f4f4f4;
    padding: 3px 7px 2px;
}


.gridrow {
    padding: 3px 7px 2px;
}

.gridrow_alternate {
    background-color: #f4f4f4;
    padding: 3px 7px 2px;
}

.gridtab {
    padding-top: 8px;
}

.gridtab-active {
    margin-left: 13px;
    margin-top: 5px;
    font-size: 21px;
    font-weight: 500;
    border-style: solid;
    padding-left: 13px;
    padding-right: 13px;
    padding-top: 0px;
    border-bottom-style: none;
    border-top-left-radius: 10px;
    line-height: 28px;
    border-top-right-radius: 10px;
    border-color: #00b332;
    z-index: 1;
}

.gridtab-filler {
    flex: 1;
    align-items: flex-end;
    display: flex;
    padding-right: 10px;
    margin-left: -3px;
    margin-top: auto;
    font-size: 25px;
    font-weight: 500;
    border-style: solid;
    padding-left: 5px;
    padding-right: 5px;
    border-top-style: none;
    border-right-style: none;
    flex: 1;
    border-color: #00b332;
    z-index: 1;
}

.gridtab-passive {
    margin-left: -3px;
    margin-top: 5px;
    font-size: 21px;
    font-weight: 500;
    border-style: solid;
    padding-left: 13px;
    padding-right: 13px;
    line-height: 28px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    border-color: #BFBFBF;
    border-bottom-color: #00b332;
    color: #BFBFBF;
    z-index: 0;
}

#InsurSysIdentity_tblButtonPermissions th, #InsurSysIdentity_tblCompanies th {
    border: none;
}

.responsive-table-body-cell {
    display: table-cell;
    overflow: hidden;
    text-align: center;
    z-index: 1;
    text-overflow: ellipsis;
}

.responsive-table-body-cell:hover {
    overflow: visible;
    z-index: 2;
}

.responsive-table-body-cell:hover span {
    background: white;
    display: inline-block;
    height: 100%;
    z-index: 2;
    position: relative;
    border-radius: 6px;
}

.sort_desc, .sort_asc {
    height: auto;
    max-width: 100%;
    padding-right: 20px;
}