﻿
#entities-step {
    font-size: 14px;
    padding: 40px 0;
}

    #entities-step.stick-left-side #left-list-container {
        position: fixed;
        top: 40px;
    }

    #entities-step.stick-left-side .show-when-stuck {
        display: block;
    }

    #entities-step .eofi-doc-panel {
        /*box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.3);*/
        margin-bottom: 40px;
        overflow: hidden;
        margin-right: 20px;
    }

        #entities-step .eofi-doc-panel .head-section {
            background: #3B6B8C;
            color: #fff;
            font-weight: bold;
            padding: 13px 14px 10px;
        }

        #entities-step .eofi-doc-panel .table-section {
            margin-bottom: 0px;
            width: 100%;
        }

            #entities-step .eofi-doc-panel .table-section tbody tr td {
                background: #E0E9F1;
                color: #727a80;
            }

            #entities-step .eofi-doc-panel .table-section tbody tr td,
            #entities-step .eofi-doc-panel .table-section thead tr th {
                border: none !important;
                padding: 13px 13px 10px;
            }

            #entities-step .eofi-doc-panel .table-section thead tr {
                background: #678CA6;
                color: #fff;
            }

                #entities-step .eofi-doc-panel .table-section thead tr th {
                    font-weight: bold !important;
                    width: 25%;
                }

    #entities-step .eofi-doc-paragraph {
        margin-bottom: 10px;
    }

    #entities-step .padding-bottom-30 {
        padding-bottom: 30px;
    }

    #entities-step .eofi-doc-paragraph .head-section {
        color: #5b6166;
        font-weight: bold;
        font-size: 15px;
        margin-bottom: 10px;
    }

    #entities-step .eofi-doc-paragraph p {
        color: #727a80;
    }

    #entities-step #left-hand-list {
        color: #727a80;
        overflow-y: scroll;
        overflow-x: hidden;
        word-wrap: break-word;
    }

        #entities-step #left-hand-list ul {
            padding-left: 30px;
            line-height: 25px;
        }

        #entities-step #left-hand-list > ul:first-child {
            list-style-type: none;
            padding-left: 20px;
        }

    #entities-step .show-when-stuck {
        display: none;
    }

    #entities-step #left-hand-list ul li a {
        color: inherit;
        text-decoration: none;
        color: #535353;
    }

        #entities-step #left-hand-list ul li a:hover {
            color: #049298;
            font-weight: 600;
        }

        #entities-step #left-hand-list ul li a.selected-list-item {
            font-weight: bold;
            color: #517C99;
        }

    #entities-step .left-list-header {
        color: #50565b;
        font-size: 20px;
        line-height: 22px;
        margin-bottom: 20px;
    }

.entities-step-link {
    color: #517C99;
}

.footer-section-desc {
    background: #E0E9F1;
    color: #727a80;
    opacity: 1;
    padding: 15px 13px 15px;

}

.head-section-desc {
    background: #517C99;
    color: #fff;
    opacity: 0.85;
    padding: 13px 13px 10px;
}

.customscroll {
    /*width: auto;*/
    height: 805px;
    background: #ffffff;
    /*overflow-y: scroll;*/
    min-height: 805px;
    margin-top: 40px;
}

    .customscroll::-webkit-scrollbar {
        width: 10px;
    }

    .customscroll::-webkit-scrollbar-track {
        -webkit-box-shadow: inset 0 0 6px rgb(255, 255, 255);
        border-radius: 6px;
    }

    .customscroll::-webkit-scrollbar-thumb {
        border-radius: 6px;
        -webkit-box-shadow: inset 0 0 6px rgb(4, 146, 152);
        height: 50%;
        background: rgb(4, 146, 152);
    }

    .customscroll::-webkit-scrollbar-track-piece {
        background: rgba(4, 146, 152, 0.1);
    }

.customScrollDiv {
    padding-bottom: 540px;
}

.customScrollCodeBox {
    margin-top: 0px;
    padding-left: 15px;
    padding-top: 10px;
    height: 690px;
    min-height: 695px;
    padding-bottom: 0px;
}

.download-box-odd {
    background-color: #F6FAFE;

}

.download-note {
    padding: 20px;
    font-size: 12px;
}

.entities-code-box {
    font-family: "Lucida Console";
}

.entities-overflow-scroll {
    overflow-y: scroll;
}