.logoName {
    color: #fff;
    font-weight: 600;
    padding-left: 5px;
}

.vl {
    border-left: 1px solid #fff;
    height: 300px;
    margin-left: 5px;
    padding-left: 10px;
}

.searchIcon {
    padding-top: 10px;
    font-size: 30px;
    color: #333333;
}

.searchData {
    position: relative;
    color: #a3a3a3;
}

    .searchData::after {
        content: "";
        display: block;
        position: absolute;
        background-color: #919191;
        width: 200px;
        height: 1px;
        bottom: -4px;
        left: 0;
    }

.table-responsive {
    overflow-x: hidden;
}

.table thead th:nth-child(1) {
    width: 30px;
}

.table thead th:nth-child(2) {
    width: 20px;
}

.table thead th:nth-child(3) {
    width: 15px;
}

.table thead th {
    vertical-align: bottom;
    border: none;
    /* border-bottom: 2px solid #dee2e6; */
}

.table td,
.table th {
    padding: .55rem;
    vertical-align: middle;
    border: none;
    /* border-top: 1px solid #dee2e6; */
}

.table th {
    background: #fff;
    color: #515151;
}

.table tr {
    background-color: #f3f2f1;
}

.table td:nth-child(1) {
    background-color: #fff;
}

.table.enable-bg td {
    background-color: #f3f2f1 !important;
}

.table td:nth-child(2) {
    background-color: #fff;
}

.table td:nth-child(3) {
    color: #999998;
}

#replace .table td:nth-child(3) {
    color: #424242;
}

.clientYear {
    color: #404040;
    font-weight: 700;
}

.clientDescription {
    color: #919190;
    font-style: italic;
}

.mainContainer {
    display: flex;
    justify-content: space-around;
}

/*td .mainContainer span {
    line-height: 0;
}*/
/* .table td:nth-child(4) {
     color: #404040;
     font-weight: 700;
 } */

.table td:nth-child(4) {
    color: #919190;
    font-style: italic;
}

.table td:nth-child(5) {
    color: #919190;
    font-style: italic;
}

.table td:nth-child(6), .table td:nth-child(7) {
    color: #919190;
}
.table td {
    border-top: 4px solid #fff;
    border-bottom: 4px solid #fff;
}

.model .faIcon .fa-share,
.model .fa-user,
.model .fa-trash-alt,
.model .fa-cog,
.model .fa-share-alt,
.model .fa-sitemap,
.fa-edit {
    padding-right: 5px;
    font-size: 20px;
    color: #868585;
    cursor: pointer;
}

.d1 {
    padding: 8.8px 8px 4px 80px;
}

.rColor {
    background-color: #f3f2f1;
    color: #919190;
    padding: 8.8px 30px;
}

.rColor2 {
    background-color: #f3f2f1;
    padding: 8.8px 0px;
    color: #404040;
    font-weight: 700;
}

.rColor3 {
    background-color: #f3f2f1;
    color: #919190;
    padding: 8.8px 26px;
    font-style: italic;
    padding-left: 50px;
}

.rColor4 {
    background-color: #f3f2f1;
    padding: 8.8px 20px;
    color: #919190;
    padding-left: 77px;
}

.rColor5 {
    background-color: #f3f2f1;
    padding: 8.8px 63px;
    padding-left: 112px;
    padding-right: 56px;
}

tr.hide-table-padding td {
    padding: 0;
}

.expand-button {
    position: relative;
}

.accordion-toggle .expand-button::after {
    position: absolute;
    left: 11px;
    top: 45%;
    transform: translate(0, -50%);
    content: '-';
    font-size: 18px;
    color: #535353;
    font-weight: 600;
    font-size: 27px;
}

.accordion-toggle .expand-button.collapsed::after {
    content: '+';
    font-size: 18px;
    top: 19px;
    color: #535353;
    font-weight: 600;
}

.column {
    padding-right: 10px;
}

.dropdown-menu .dropdown-usermenu {
    display: flex;
    justify-content: flex-end;
    position: absolute;
    left: 5px;
}

.navbar-nav .open .dropdown-menu {
    width: 150px;
    position: absolute;
    left: 5px;
}

div.navbar-nav .open .dropdown-usermenu {
    top: 17px !important;
    position: absolute;
    left: 5px;
}

.table .nestedaccordion td:nth-child(3) {
    padding-left: 0px;
}

/*.table .nestedaccordion td .mainContainer div:first-child {
    margin-left: -4px;
}*/

/*------------ 15/07/2020 chanakya changes for model table -------------*/
.setting-inner-content.new-width {
    max-width: 665px;
}

.custom-table .table th,
.custom-table + .inner-content .table td,
.custom-table .table td {
    width: 100px;
}

.custom-table .table tr th, .custom-table .table tr td {
    background-color: #f3f2f1;
}

    .custom-table .table tr th:nth-child(5), .custom-table .table tr td:nth-child(5),
    .custom-table + .inner-content .table td:nth-child(5) {
        width: 60px;
        text-align: left;
    }

.custom-table .table th:first-child,
.custom-table + .inner-content .table td:first-child,
.custom-table .table td:first-child {
    padding-left: 20px;
    width: 175px;
}

    .custom-table + .inner-content .table td:first-child span.truncate {
        width: 145px;
        display: block;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

.custom-table .table td {
    border: none;
}

.custom-table + .inner-content .table td,
.custom-table .table td {
    background-color: #fff;
    text-align: left;
    font-style: inherit;
}

.custom-table + .inner-content .table tr:first-child td {
    border-top: none;
}

.custom-table + .inner-content {
    padding: 0px;
}

    .custom-table + .inner-content .table td {
        background-color: transparent;
    }

.custom-table + .inner-content {
    height: calc(100vh - 290px);
}

    .custom-table + .inner-content .table tr td:hover,
    .custom-table + .inner-content .table tr .form-control:hover {
        cursor: pointer;
    }

#divPages, #gridPages, #divPagesCubeEdit, #divPagesCubeAdd, #divPagesAreEdit, #divPagesAreAdd, #divPagesModelAdd, #divPagesModelEdit, #modelgridPages {
    cursor: pointer;
}

    #divPages.active, #gridPages.active, #divPagesCubeEdit.active, #divPagesCubeAdd.active, #divPagesAreEdit.active, #divPagesAreAdd.active, #divPagesModelAdd.active, #divPagesModelEdit.active, #modelgridPages.active {
        background-color: #ddd;
    }

    #divPages div, #gridPages div, #divPagesCubeEdit div, #divPagesCubeAdd div, #divPagesAreEdit div, #divPagesAreAdd div, #divPagesModelAdd div, #divPagesModelEdit div, #modelgridPages div {
        float: left;
        margin: 5px 10px;
    }
.modelprev {
    display: none;
    cursor: pointer;
}

.modelnext {
    cursor: pointer;
    margin-right: 15px;
}