﻿.gssharedtable {
    cursor: pointer
}

    .gssharedtable .header {
        background: 0 0;
        border-bottom: 1px solid #ddd
    }

        .gssharedtable .header .sectionHeader {
            background-color: #fff;
            text-align: center;
            border: none;
            font-size: 1.8em
        }

    .gssharedtable .table > tbody > tr > th {
        border: none
    }

    .gssharedtable tbody > tr > td {
        border-top: none
    }

    .gssharedtable .paymentSelection {
        padding: 13px 8px 11px;
        min-width: 34px
    }

        .gssharedtable .paymentSelection .glyphicon {
            font-size: large
        }

    .gssharedtable tbody > tr > th {
        padding: 15px 15px 15px 5px;
        border-top: 0
    }

        .gssharedtable tbody > tr > th .selectallbutton {
            width: 80px
        }

        .gssharedtable tbody > tr > th:first-child {
            padding: 5px 15px;
            border-top: 0
        }

    .gssharedtable.gspreferencestable tbody > tr:first-child > th:last-child {
        visibility: hidden
    }

    .gssharedtable.gspreferencestable .header {
        border-left: none;
        border-right: none
    }

    .gssharedtable.gspreferencestable tr {
        cursor: pointer;
        outline: none;
    }

        .gssharedtable.gspreferencestable tr:first-child {
            cursor: auto
        }

        .gssharedtable.gspreferencestable tr.disabled {
            cursor: not-allowed
        }

    .gssharedtable.gspreferencestable .itemRow {
        border-left: none;
        border-right: none;
        padding: 0
    }

        .gssharedtable.gspreferencestable .itemRow div:first-child {
            padding: 12px 12px 12px 8px
        }

    .gssharedtable.gspreferencestable .checked {
        background-color: #f3f3f3
    }

        .gssharedtable.gspreferencestable .checked td:last-child {
            background-color: #eee
        }

    .gssharedtable.gspreferencestable tbody > tr > th:first-child {
        padding: 5px 0;
        font-size: 24px;
        font-weight: 500
    }

    .gssharedtable.gspreferencestable .glyphicon {
        padding: 5px 8px;
        font-size: large
    }

    .gssharedtable.gspreferencestable .glyphicon-remove {
        color: rgba(0,0,0,.2)
    }

    .gssharedtable.gspreferencestable .glyphicon-ok {
        color: #333
    }

    .gssharedtable.gspreferencestable tbody > tr > td:last-child {
        padding: 0
    }

        .gssharedtable.gspreferencestable tbody > tr > td:last-child .checkCell {
            padding: 8px
        }


#thead {
    padding: 5px 0;
    font-size: 24px;
    font-weight: 500;
}

.tabPanel ul {
    padding: 0 10px 10px;
    display: flex;
    display: -webkit-flex;
}

.gstable {
    border: 0 !important;
    max-width: 100%;
    margin-bottom: 20px;
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
    box-sizing: border-box;
}

    .gstable > tbody > tr:hover {
        background-color: inherit;
    }

    .gstable th {
        padding: 5px 0;
        font-size: 24px;
        font-weight: 500;
        background: 0 0;
        border-bottom: 1px solid #ddd;
        line-height: 1.42857143;
        vertical-align: top;
        text-align: left;
        display: table-cell;
        border-left: none;
        border-right: none;
        box-sizing: border-box;
    }

    .gstable tr {
        cursor: auto;
        outline: none;
        border-left: none;
        border-right: none;
        box-sizing: border-box;
        display: table-row;
        vertical-align: inherit;
        border-color: inherit;
        border-collapse: collapse;
    }

    .gstable td {
        padding: 0;
        border-left: none;
        border-right: none;
        border-bottom: 1px solid #eee;
        cursor: pointer;
    }

    .gstable tbody {
        line-height: 3;
    }

.checkCell {
    text-align: center;
}

.gstable .icon .icon-ok {
    color: rgba(0,0,0,.2);
    font-size: large;
    font-size: 50px;
}

.icon-remove {
    color: rgba(0,0,0,.2);
    font-size: large;
    font-size: 50px;
    opacity: 0.2;
    background-position: 67% 0px;
    background-size: 675px auto;
    width: 18px;
    height: 18px;
    line-height: 18px;
}
.icon-ok {
    color: rgba(0,0,0,.2);
    font-size: large;
    font-size: 50px;
    background-position: 61.9% 0;
    background-size: 675px auto;
    width: 19px;
    height: 19px;
    line-height: 18px;
}
.select {
    padding-left: 0%;
}

.nav-pills li {
    position: relative;
    border: 1px solid #ccc;
    background-color: #fff;
    border-radius: 8px;
}

.col-xs-4 {
    width: 33.3333333%;
}

.tabPanel ul li a {
    color: #333;
    text-align: center;
    align-items: center;
    width: 100.1%;
    box-sizing: border-box;
    outline: none;
}

a:focus {
    outline: dotted thin;
    outline: -webkit-focus-ring-color auto 5px;
    outline-offset: -2px;
}

.nav > li > a {
    position: relative;
    display: block;
    padding: 10px 15px;
    margin-bottom: 0px;
    margin-right: 0px;
    margin-top: 0%;

}

.gstable .checked {
    background-color: #f3f3f3;
}

    .gstable .checked:hover {
        background-color: #f3f3f3;
    }

    .gstable .checked td:last-child {
        background-color: #eee;
    }

.tab-content > .tab-pane {
    display: none
}

.tab-content > .active {
    display: block
}

.div-row {
    border-top: 1px solid #ddd;
    padding: 0;
    display: flex;
    cursor: pointer;
    outline: none;
}

.col-xs-12 {
    width: 100%;
    float: left;
    position: relative;
    min-height: 1px;
    box-sizing: border-box;
}

.div-row div {
    padding: 8px 8px 4px;
}

.col-xs-9 {
    width: 75%;
    position: relative;
    min-height: 1px;
    box-sizing: border-box;
}

.div-table-container .div-row .flexible-comment-text {
    padding: 6px 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    min-width: 0;
    cursor: pointer;
}

.div-table-container .div-row > div:last-child {
    padding: 0;
}

.col-xs-3 {
    width: 25%;
}

.div-row .checkCell {
    height: 100%;
    text-align: center;
    vertical-align: middle;
    padding: 0px;
    line-height: 63px;
}

.checkCell .icon {
    padding: 0px;
}

.gstable tr span {
    padding-left: 8px;
}

.div-table-container .checked {
    background-color: #f3f3f3;
}

    .div-table-container .checked > div:last-child {
        background-color: #eee;
    }

.tabHeader {
    font-size: 24px;
    font-weight: 500;
    padding: 5px 0px 15px;
}

.col-xs-6 {
    width: 50%;
}

.col-sm-3 {
    width: 25%
}

.col-sm-2 {
    width: 16.66666667%
}

@media (max-width:767px) {
    .tabPanel .tabsMany + ul {
        display: block;
        text-align: center
    }

        .tabPanel .tabsMany + ul li {
            margin-bottom: 5px
        }

    .tabPanel .nav-pills > li > a {
        width: 100%;
        display: flex;
        justify-content: center;
        box-sizing: border-box;
    }
}
body {
    overflow-y: scroll;
    height: 100%;
    overflow-x: hidden;
}
#MemberExist-Validation {
    min-height :0px;
}
.demo.span22 {
    min-height: 0px;
}
.blueMessage {
    background-color: #d9edf7;
    border-color: #bce8f1;
    color: #31708f;
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 4px
}
.allertBlock {
    display: block;
    padding: 15px;
    border-radius: 10px;
    background: #f2dede;
}
.tab-content {
    padding-bottom: 15px;
}