﻿@import "global.less";

/* Content Panel */
.content_panel_base {
    position: relative;
    padding: 0;
    border-top: 1px solid #e8e9e9;
    border-bottom: 1px solid #e8e9e9;
}

.content_panel {
    .content_panel_base;
    background: #FFF;
}

.content_panel_top {
    position: absolute;
    left: 0;
    top: -45px;
    z-index: 5;
}

.content_panel a {
    font-style: italic;
}

    .content_panel a:hover {
        color: #9eafbd;
    }

.content_panel_back {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 5;
}

.content_panel_content {
    position: relative;
    z-index: 10;
}

// Green
div.content_panel_green {
    .content_panel_base;
    .gradient-background-panel-green;
    color: @color-foreground-green;

    div.contact_fields_container {
        border: 1px solid @color-border-panel-green;
    }

    div.contact_message {
        background: @color-background-sub-panel-green;
        border: 1px solid @color-border-panel-green;
    }
}

// Yellow
div.content_panel_yellow {
    .content_panel_base;
    .gradient-background-panel-yellow;
    color: @color-foreground-yellow;

    div.content_panel_green div.contact_fields_container {
        border: 1px solid @color-border-panel-yellow;
    }

    div.contact_message {
        background: @color-background-sub-panel-yellow;
        border: 1px solid @color-border-panel-yellow;
    }
}
