﻿.ecy-panel {
    margin-bottom: 20px;
}

    .ecy-panel > .ecy-panel-heading {
        border-bottom: 2px solid #ffd76d;
        padding-left: 30px;
        margin-top: 20px;
        padding-top: 1px;
    }

.ecy-panel-body {
    padding: 15px;
}

.site-details {
    background: radial-gradient(lightgrey 5%, transparent 16%) 0 0, radial-gradient(lightgrey 5%, transparent 16%) 8px 8px, radial-gradient(rgba(255,255,255,.1) 15%, transparent 20%) 0 1px, radial-gradient(rgba(255,255,255,.1) 15%, transparent 20%) 8px 9px;
    background-size: 16px 16px;
}

.site-details-container {
    background-color: white;
    margin-left: 7px;
    margin-right: 7px;
    margin-bottom: 7px;
    padding: 10px;
    border: 1px solid #eaeaea;
    border-radius: 4px;
}

.site-details-header {
    border-left: 5px solid #ffc221;
    border-bottom: 2px solid #ffc221;
    padding-left: 35px;
    padding-right: 35px;
}

.document-title {
    width: 45%;
}

.document-date {
    width: 20%;
}

.document-type {
    width: 35%;
}

.table-documents > tbody > tr:first-of-type > td {
    border-top: none;
}

.ecy-documents-panel {
    margin-bottom: 15px;
}

    .ecy-documents-panel > .ecy-documents-panel-heading {
        padding-left: 10px;
        margin-top: 5px;
        padding-top: 1px;
    }
    .ecy-documents-panel > .ecy-panel-body {
        border-left: 3px solid #656565;
        padding-bottom: 0;
        padding-top: 0;
        padding-right: 0;
        padding-left: 10px;
        margin-left: 20px;
    }