﻿
.gcc-wrapper
{
    min-height: 100%;
    height: auto !important;
    margin: 0px auto -41px;
}

.gcc-header
{
    background-color: #428bca;
    font-weight: bold;
    width: 100%;
    overflow: hidden;
}

.gcc-content
{
    width: 100%;
}

.gcc-footer
{
    font-weight: bold;
    width: 100%;
    text-align: center;
    bottom: 0px;
    position: relative;
}

.gcc-push
{
    display: table;
}

.gcc-footer, .gcc-push
{
    height: 40px;
}

.gcc-breadcrumbs
{
    overflow: hidden;
    height: 20px;
}

.gcc-plugin-content
{
    min-height: 470px;
    padding: 5px;
    overflow: hidden;
}

.gcc-top-title
{
    width: 210px;
    background-color: #000000;
    float: left;
    height: 35px;
    text-align: center;
    vertical-align: middle;
    line-height: 35px;
    color: white;
}

.gcc-top-title > a
{
    color: white;
    text-decoration: none;
}

.gcc-menu-left
{
    float: left;
    font-weight: bold;
    padding-top: 10px;
    width: 210px;
    min-height: 560px;
    background: linear-gradient(#5f5f5f, #EEEEEE);
    background: -webkit-gradient(linear, left top, left bottom, from(#5f5f5f), to(#EEEEEE));
    background: -moz-linear-gradient(top, #5f5f5f, #EEEEEE);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#5f5f5f, endColorstr=#EEEEEE);
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#5f5f5f, endColorstr=#EEEEEE)";
}

.gcc-menu-left > a, .gcc-menu-left-selected
{
    cursor: pointer;
    display: block;
    height: 35px;
    line-height: 35px;
    padding-left: 10px;
    text-decoration: none;
    vertical-align: middle;
    width: 100%;
    color: #FFFFFF;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    padding-right: 10px;
}

.gcc-menu-left-selected
{
    background-color: #EEEEEE;
    color: #7f8083 !important;
}

.gcc-menu-left > a:hover
{
    text-decoration: underline;
}

.gcc-menu-top
{
    float: left;
}

.gcc-menu-top > a, .gcc-menu-top-selected
{
    float: left;
    padding: 0px 10px;
    cursor: pointer;
    text-decoration: none;
    height: 35px;
    text-align: center;
    vertical-align: middle;
    line-height: 35px;
    min-width: 60px;
    color: #ffffff;
}

.gcc-menu-top-selected
{
    background-color: #386f94;
}

.gcc-menu-top > a:hover
{
    text-decoration: underline;
}

.gcc-logged-user-info
{
    float: right;
}

.gcc-logged-user-panel
{
    float: right;
}

.gcc-logged-user-icon
{
    float: left;
    width: 18px;
    height: 18px;
    background: url("../Images/u.png");
    /*background: url("../Styles/Images/u.png");*/
    position: relative;
    top: 9px;
    margin-right: 5px;
}

.gcc-logged-user-text
{
    white-space: nowrap;
    text-align: left;
    height: 35px;
    line-height: 35px;
    vertical-align: middle;
    color: white;
    float: right;
    padding-right: 10px;
}


.gcc-logout-panel
{
    margin-right: 15px;
    float: left;
}

.gcc-logout-panel a
{
    height: 35px;
    text-align: center;
    vertical-align: middle;
    line-height: 35px;
    min-width: 60px;
    color: white;
}

.gcc-application-change-panel
{
    padding: 6px 10px 5px 10px;
    float: right;
}

.gcc-error-page
{
    width: 600px;
    margin: 0 auto;
    text-align: center;
    margin-top: 150px;
}

.gcc-error-title
{
    font-size: 18px;
    font-weight: bold;
    padding-bottom: 20px;
}

.gcc-textarea
{
    white-space: pre-wrap;
}

.gcc-logo
{
    position: absolute;
    bottom: 25px;
    left: 25px;
}

.gcc-login-logo
{
    position: absolute;
    top: 10px;
    left: 10px;
}

.gcc-login-content
{
    position: relative;
    overflow: hidden;
    width: 900px;
    margin: 0px auto;
    padding-bottom: 50px;
}
