﻿
.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;
}
