

.cs-context-button {
    width: 60px;
    height: 60px;
    background: url("/_static/cs/images/cube.svg") no-repeat center center;
    background-size: 20px 24px;
    position: absolute;
    z-index: 1998;
    cursor: pointer;
}

.cs-context-w
{
}

.cs-context-overlay {
    background: rgba(0,0,0,0.3);
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1800;
}

.cs-context
{
    width: 510px;
    min-width: 540px;
    padding: 0;
    position: absolute;
    font-family: "ProximaNova-Semibold", Arial, sans-serif;
    background-color: #ffffff;
    box-shadow: 0 0 7px rgba(0,0,0,0.2);
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.cs-context-heading
{
    width: 100%;
    background-color: #ffffff;
}

.cs-context-heading .cs-context-title
{
    padding: 0 0 0 60px;
    background-image: url("/_static/cs/images/cube.svg");
    background-repeat: no-repeat;
    background-position: 20px 18px;
    background-size: 20px 24px;
    cursor: pointer;
    font: normal 18px "ProximaNova-Semibold", Arial, sans-serif;
    -webkit-font-smoothing: antialiased;
    line-height: 60px;
    color: #282a2d;
    text-align: left;
}

.cs-context-heading .cs-context-title-extra {
    padding: 0 0 0 60px;
    background-image: url("/_static/cs/images/cube.svg");
    background-repeat: no-repeat;
    background-position: 20px 18px;
    background-size: 20px 24px;
    cursor: pointer;
    -webkit-font-smoothing: antialiased;
    color: #282a2d;
    text-align: left;
}

.cs-context-heading .cs-context-title-extra span:first-child {
    font: normal 18px "ProximaNova-Semibold", Arial, sans-serif;
    line-height: 18px;
    display: block;
    margin-top: 14px;
}

.cs-context-heading .cs-context-title-extra span:last-child {
    font: normal 12px "ProximaNova-Semibold", Arial, sans-serif;
    line-height: 12px;
    display: block;
    margin: 4px 0 12px 0;
}

.context-icon, .cs-context-icon:before {
    font-family: "cornerstone";
    font-weight: normal;
    font-style: normal;
    text-decoration: inherit;
    speak: none;
    display: inline-block;
    font-variant: normal;
    text-transform: none;
    line-height: 1em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-decoration: none;

}

.cs-context-icon-close:before {
    color: #7c8289;
    content: '\e823';
    font-size: 14px;
}

.cs-context-heading .cs-context-buttons
{
    padding: 0;
    width: 42px;
}

.cs-context-heading a.cs-context-close:hover
{
    text-decoration: none;
}

.cs-context-cover
{

}

.cs-context-cover div
{
    height: 100%;
    width: 100%;
    background-color: #1183a8;
    opacity: 0.1;
    -moz-opacity:0.1;
    filter:alpha(opacity=10);
}

/* ------------------------------ Context menu ------------------------>>>--- */

.cs-context-menu-container
{
    background-color: #ffffff;
}

.cs-context-actions-menu
{

}

.cs-context-menu
{
    background-color: #f0f0f2;
    max-width: 350px;
}

.cs-context-menu a.cs-context-link,
.cs-context-actions-menu a.cs-context-action-link
{
    color: #282a2d;
    font: normal 14px "ProximaNova-Semibold", Arial, sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    border: 0;
    margin: 0;
    padding: 8px 30px 8px 8px;
    display: block;
    line-height: 26px;
    text-decoration: none;
    text-align: left;
    max-width: 350px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    box-sizing: border-box;
}

.cs-context-menu a.cs-context-link:hover,
.cs-context-actions-menu a.cs-context-action-link:hover
{
    text-decoration: none;
    background-color: #caff32;
}

.cs-context-menu a.cs-context-link:before,
.cs-context-actions-menu a.cs-context-action-link:before
{
    font-family: "cornerstone";
    font-weight: normal;
    font-style: normal;
    text-decoration: inherit;
    speak: none;
    display: inline-block;
    font-variant: normal;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-decoration: none;
    line-height: 26px;
    font-size: 26px;
    margin-right: 1em;
    vertical-align: middle;
    position: relative;
    top: -2px;
    left: 2px;
}

.cs-context-actions-menu a.cs-context-action-properties:before
{
    content: '\e831';
}

.cs-context-actions-menu a.cs-context-state-visible:before
{
    content: '\e832';
}

.cs-context-actions-menu a.cs-context-state-visible:hover:before
{
    content: '\e839';
}

.cs-context-actions-menu a.cs-context-state-hidden:before
{
    content: '\e839';
}

.cs-context-actions-menu a.cs-context-state-hidden:hover:before
{
    content: '\e832';
}

.cs-context-actions-menu a.cs-context-action-remove:before
{
    content: '\e837';
}

.cs-context-menu a.cs-context-link:before
{
    color: #00c4e0;
}

.cs-context-menu a.cs-context-link:hover:before
{
    color: #282a2d;
}

.cs-context-menu a.cs-create:before
{
    content: '\e894';
}

.cs-context-menu a.cs-edit:before
{
    content: '\e892';
}

.cs-context-menu a.cs-attach:before
{
    content: '\e893';
}

.cs-context-menu a.cs-delete:before
{
    content: '\e895';
}

.cs-context-menu-delimiter
{
    display: none;
}

.cs-context-progress
{
    padding: 10px 21px;
    position: absolute;
    text-align: center;
}

.cs-context-progress:before
{
    font-family: "FontAwesome";
    font-style: normal;
    font-weight: normal;
    speak: none;
    text-decoration: inherit;
    font-variant: normal;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: '\E808';
    -moz-animation: spin 2s infinite linear;
    -o-animation: spin 2s infinite linear;
    -webkit-animation: spin 2s infinite linear;
    animation: spin 2s infinite linear;
    display: inline-block;
    color: rgba(0, 0, 0, 0.54);
    font-size: 18px;
}

/* ---<<<-------------------------------------------------------------------- */

.cs-hint
{
    padding: 10px 10px 10px 0;
}

.cs-context .ui-hint-help-message,
.cs-hint .cs-hint-content
{
    color: #000000;
    border: 0;
    width: 160px;
    padding: 10px;
    font-size: 11px;

    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;

    background: #8ad9ec;

    -moz-box-shadow: 3px 5px 10px rgba(0, 0, 0, 0.6);
    -webkit-box-shadow: 3px 5px 10px rgba(0, 0, 0, 0.6);
    box-shadow: 3px 5px 10px rgba(0, 0, 0, 0.6);

    text-shadow: 0px 1px 0px rgba(255, 255, 255, 0.5);
}

.cs-hint .cs-hint-content
{
    width: auto;
}

.cs-hint .cs-hint-tip
{
    width: 27px;
    height: 4px;
    background: transparent url('images-2/tip-hint-help-up.png') no-repeat right bottom;
}

.cs-hint-up .cs-hint-tip
{
    width: 27px;
    height: 4px;
    background: transparent url('images-2/tip-hint-help.png') no-repeat right bottom;
}

.cs-hint .cs-hint-close
{
    font-size: 1px;
    display: block;
    float: right;
    background: url('images-2/close-cross.png') no-repeat center center;
    width: 8px;
    height: 8px;
    margin-top: 1px;
    text-decoration: none;
}

.cs-hint .cs-hint-close:hover
{
    text-decoration: none;
}

.cs-context .ui-hint-help-helper
{
    float: left;
    width: 27px;
    height: 4px;
    position: absolute;
    background: transparent url('images-2/tip-hint-help.png') no-repeat right bottom;
    top: 100%;
}
.website-css-editor-file-content
{
    width: 550px;
    height: 300px;
}

.cs-context-sticky-child{
    font-size: 13px;
    padding: 20px 10px;
    margin: 0px 11px;
}
a.cs-context-source-page-link {
    color: #00c4e0;
}
a.cs-context-source-page-link:hover {
    color:#089eb3;
}