﻿
.grFrame {
    width: 100%;
    background-color: white;
    /*line-height: 22px;*/
    border-collapse: collapse;
}

    .grFrame tbody td:first-child, .grFrame thead td:first-child {
        border-left: none;
    }

    .grFrame thead td {
        text-align: center;
        font-size: 12px;
        padding: 3px 5px 2px 5px;
        color: #909090;
        /* CVS - 20150723 - v4.0.0 - #16740 - Added title tags and CSS changes for the column headers */
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

.grFrameSectionHeading {
    text-align: center;
    font-size: 12px;
    padding: 3px 5px 2px 5px;
    color: #909090;
    background: #eee;
    height: 30px !important;
}

.grFrame tbody td, .grFrame thead td {
    border-left: 1px solid #DFDFDF;
    box-shadow: 0 1px 0 #fafafa inset;
    -webkit-box-shadow: 0 1px 0 #fafafa inset;
    -moz-box-shadow: 0 1px 0 #fafafa inset;
}

    .grFrame tbody td inpu:not(.select3-input) {
        border: 0px;
        width: calc(100% - 5px);
        padding-left: 5px;
    }

.grFrame .mainContent {
    width: 100%;
}

.grFrame thead tr {
    background-color: #f5f8fb;
}

.grFrame tbody tr {
    border-top: 1px solid #dfdfdf;
}

.grFrame tbody tr .grFrame tbody tr:first-child{
    border-top: none;
}

.grFrame thead tr:first-child {
    box-shadow: 0 1px 0px #fff inset;
    -webkit-box-shadow: 0 1px 0px #fff inset;
    -moz-box-shadow: 0 1px 0px #fff inset;
}

.grFrame tbody tr:nth-child(even) {
    background: #f5f8fb;
}

.grFrame tbody td:first-child, .grFrame thead td:first-child {
    border-left: none;
}

.grFrame tbody .rowTitle {
    padding: 0px 10px 0px 5px !important;
}

.grFrame tbody td {
    white-space: nowrap;
    height: 16px;
    vertical-align: middle;
    padding: 0 0 0 2px;
    font-size: 11px;
}

    .grFrame tbody td .icon:not(.large):not(.big):not(.huge):not(.massive), .grFrame tbody td .icon:not(.large):not(.big):not(.huge):not(.massive), .grFrame tbody td .icon:not(.large):not(.big):not(.huge):not(.massive) {
        width: 16px;
        font-size: 16px;
        margin: 0;
        padding: 3px 5px;
    }

.grFrame tbody .nopad {
    padding: 0;
}

.grFrame tbody td, .grFrame thead td {
    border-left: 1px solid #DFDFDF;
    box-shadow: 0 1px 0 #fafafa inset;
    -webkit-box-shadow: 0 1px 0 #fafafa inset;
    -moz-box-shadow: 0 1px 0 #fafafa inset;
}

/* Select2 Style over-ride*/
.grFrame .select2-container--default .select2-selection--single {
    border: none !important;
    background-image: none !important;
    box-shadow: none !important;
    -webkit-box-shadow: none !important;
    padding: 0 0 0 0;
}

.grFrame .select2-container .select2-selection--single .select2-selection__rendered {
    padding-left: 0px;
}

.grFrame .select3 {
    width: 99.9% !important;
    margin: 2px 0px 0px;
}

.grFrame td > .select3 { 
    width: calc(100% - 2px) !important;
    margin: 2px 0 0 -2px;
}

.grFrame input{
    line-height: 25px;
    height: 24px;
}

.grFrame label > input[type="checkbox"] + span {
    margin: 3px 0px 0px 0px;
}

.grFrame tbody tr td div:not(.button) {
    min-height: 25px;
}
