
.gcc-buttons {
    clear: both;
    float: right !important;
}

.gcc-buttons-left {
    float: left !important;
}

.gcc-hidden {
    display: none;
}

.gcc-view {
    overflow: hidden;
    position: relative;
}

.gcc-view-container {
    float: left;
}

.gcc-view-row {
    float: left;
    width: 100%;
    padding: 10px 10px 10px 10px;
}

    .gcc-view-row ~ .gcc-view-row {
        float: left;
        width: 100%;
        padding: 0px 10px 10px 10px;
    }

.gcc-view-row-0 {
    width: auto;
    padding-top: 0px;
    padding-left: 2px;
}

    .gcc-view-row-0 ~ .gcc-view-row-0 {
        width: auto;
        padding-top: 2px;
        padding-left: 2px;
    }

.gcc-view-row > div {
    padding-left: 5px;
    float: left;
}

    .gcc-view-row > div:not([class*='gcc-hidden']) {
        padding-left: 0;
        float: left;
    }

        .gcc-view-row > div:not([class*='gcc-hidden']) ~ div:not([class*='gcc-hidden']) {
            padding-left: 10px;
            float: left;
        }

.gcc-view-row-nocell > div:not([class*='gcc-hidden']), .gcc-view-row-nocell > div:not([class*='gcc-hidden']) ~ div:not([class*='gcc-hidden']) {
    padding-left: 0px;
    float: none;
}

.gcc-view-cell {
    width: 33%;
    float: left;
}

    .gcc-view-cell:first-of-type {
        width: 34%;
    }

.gcc-view-cell-0 {
    width: auto;
}

    .gcc-view-cell-0:first-of-type {
        width: auto;
    }

.gcc-view-cell-23 {
    width: 67%;
}

    .gcc-view-cell-23:first-of-type {
        width: 67%;
    }

.gcc-view-cell-100 {
    width: 100%;
}

    .gcc-view-cell-100:first-of-type {
        width: 100%;
    }

.gcc-view-cell div:first-of-type {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.gcc-header-left, .gcc-header-right {
    float: left;
    line-height: 20px;
}

.gcc-header-right {
    float: right !important;
    text-align: right;
}

.gcc-header-title {
    color: #000000;
    float: left;
    font-size: 13px;
    font-weight: bold;
    padding-left: 2px;
}

.gcc-validator {
    color: #fe0000;
    float: none !important;
    display: none;
}

.gcc-validator-disabled {
    display: none;
}

.gcc-grid-action-column {
    min-width: 120px;
    padding: 0 4px 4px 0 !important;
}

    .gcc-grid-action-column .btn {
        width: 102px;
        overflow: hidden;
        text-overflow: ellipsis;
        margin-top: 4px;
        margin-left: 4px;
        padding: 1px 4px 1px 4px;
        display: inline-block !important;
    }

        .gcc-grid-action-column .btn:last-child {
            margin-right: 0px;
        }

*[gcc-value-changed="1"] {
    border: 1px solid black !important;
}

*[gcc-value-invalid="1"] {
    border: 1px solid #fe0000 !important;
}

.gcc-tree-parent {
    font-weight: bold;
    cursor: pointer;
}

    .gcc-tree-parent + p {
        cursor: pointer;
    }

.gcc-panel {
    border: 1px solid #dedede;
    background: none;
}

.gcc-panel-header {
    border: 1px solid #dedede;
    border-top: none;
    border-left: none;
    border-right: none;
    overflow: hidden;
    cursor: pointer;
}

.gcc-panel-title {
    width: 94%;
    text-align: left;
    float: left;
    color: #000000;
    padding-left: 5px;
    padding-top: 2px;
    padding-bottom: 2px;
    font-weight: bold;
}

.gcc-panel-toogle {
    width: 4%;
    text-align: right;
    float: right;
    cursor: pointer;
    padding-right: 5px;
    padding-top: 2px;
    color: #428bca;
}

.gcc-info {
    border: 1px solid;
    margin: 0 auto;
    text-align: center;
    width: 400px;
    background-color: #eeeeee;
    font-weight: bold;
    display: none;
    position: absolute;
    left: 50%;
    margin-left: -200px;
    z-index: 99999;
    top: 45px;
}

.gcc-editor-readonly {
    background-color: #eee !important;
    border: none !important;
}

.gcc-status-active
{
    color: #5ebe2f;
    font-weight: bold;
    line-height: 21px;
    text-transform: uppercase;
}

.gcc-status-active:first-of-type
{
    padding-left: 10px;
}

/*QUICK NOTIFICATIONS*/
.gcc-quick-notifications-panel
{
    position: absolute;
    top: 130px;
    right: 0;
    z-index: 2000;
    background-color: black;
}

.gcc-quick-notifications-nav
{
    width: 6px;
    float: left;
    height: 100%;
    cursor: pointer;
    color: #fff;
    font-weight: bold;
}

.gcc-quick-notifications
{
    float: left;
    padding: 5px 10px 5px 5px;
    background-color: black;
    overflow: hidden;
}

.gcc-quick-notifications > div
{
    position: relative;
    clear: both;
    float: left;
    margin-top: 10px;
    width: 20px;
    text-align: center;
    cursor: pointer;
}

.gcc-quick-notifications .nobadge
{
    margin-top: 5px;
}

.gcc-quick-notifications > div > span:first-of-type
{
    color: white;
    font-size: 22px;
}

.gcc-grid-not-seen 
{
    font-weight: bold; 
}

.gcc-editor-disabled table {
    background: #eee !important;
}

.gcc-editor-disabled .k-editable-area {
    border: none !important;
}

.gcc-editor .k-editable-area {
    border: 1px solid #ccc !important;
    overflow: hidden;
    border-radius: 4px;
    padding: 4px;
}

.gcc-customTextbox-for-grid {
    border: none;
    background: transparent;
    text-align: center
}

.tfa-container {
    margin-top: 120px;
}

.tfa-step-container {
    border: 1px solid #c5c5c5;
}

.tfa-step-container p:last-of-type {
    margin-bottom: 0;
}

.tfa-step-container > div > b {
    margin-bottom: 8px;
    display: block;
}

.tfa-step-container hr {
    margin: 0;
}

.tfa-step-container > div {
    padding: 30px;
}

.tfa-content {
    display: flex;
}

.tfa-content > div:nth-child(1) {
    width: 300px;
}

.tfa-content > div:nth-child(2) {
    display: flex;
    text-align: center;
    width: calc(100% - 300px);
    justify-content: center;
    flex-direction: column;
}

.tfa-content.tfa-pin-step > div:nth-child(2) {
    flex-direction: row;
}

.tfa-qr-code {
    width: 170px;
}

.tfa-download-app-container {
    display: flex;
    justify-content: space-around;
} 

.tfa-download-app {
    display: flex;
    flex-direction: column;
}

.tfa-pin-container {
    display: flex;
}

.tfa-pin-container input[type="text"] {
    width: 100px;
    box-sizing: content-box;
}

.tfa-pin-container .btn {
    border: none;
}

.tfa-pin-container > *:not(:first-child) {
    margin-left: 8px;
}

.align-left {
    text-align: left;
}

.tfa-google-auth-header {
    display: flex;
    align-items: center;
}

.tfa-google-auth-header > h4 {
    margin-left: 16px;
}

.tfa-verify-pin {
    padding: 20px;
    overflow: hidden;
    border: 1px solid #c5c5c5;
}

.tfa-verify-pin input[type="text"] {
    margin-top: 9px;
}

.gcc-login-container
{
    margin: 0 auto;
    margin-top: 200px;
    width: 360px;
}

.gcc-login
{
    padding: 10px;
    overflow: hidden;
    border: 1px solid #c5c5c5;
}

.gcc-login-item, .gcc-login-buttons
{
    padding-top: 5px;
}

.gcc-login-item > div
{
    float: left;
    margin-top: 2px;
}

.gcc-login-item label
{
    float: left;
    width: 70px;
    line-height: 22px;
}

.gcc-login-item input
{
    width: 268px;
}

.gcc-login-validator
{
    margin-left: 70px;
    color: #fe0000;
}

.gcc-login-buttons > input
{
    float: right;
    margin-left: 4px;
    margin-top: 4px;
}

.gcc-maintenance 
{
    font-weight: bold;
    color: red;
    margin-bottom: 10px;
    text-align: center;
}

