﻿
p.code a {
    text-decoration: none;
}

/*
///////////////////////////////////////////////////////////////////////////////
    Start Organizations - Table of Contents
///////////////////////////////////////////////////////////////////////////////
 */
/* start language over table of contents styling */
.card.sos_lblue {
    background-color: #f1f1f1;
    color: #205493;
    font-size: 1.1em;
}

p.tree-intro {
    margin-bottom: 0em;
}

ul.tree-intro {
    margin-left: 3em;
}
/* end language over table of contents styling */

/* bg color for even-parent row in table of contents */
/*tr.even-parent {
    background-color: #ffffff !important;
}*/

/* bg color for odd-parent row in table of contents */
/*tr.odd-parent {
    background-color: #f9f9f9 !important;
}*/

/*table of contents inner table padding */
table.inner-table {
    padding: 0px;
    border: solid 1px #e1e1e1;
}

table.parts-table {
    table-layout: fixed;
}

/* inner table data table overrides */
table.dataTable > tbody > tr.child ul.dtr-details {
    display: inline !important;
}

/*
///////////////////////////////////////////////////////////////////////////////
    End Organizations - Table of Contents
///////////////////////////////////////////////////////////////////////////////
 */

/*
/////////////////////////////////////////////////////////////
Start Help Page
//////////////////////////////////////////////////////////////
*/

#def_acc {
    width: 100%;
    height: 600px;
    overflow: auto;
}

    #rm_tab a, #rm_tab a:visited, #def_acc a, #def_acc a:visited, #faq_gen_acc a, #faq_gen_acc a:visited, #faq_com_acc a, #faq_com_acc a:visited, #faq_con_acc a, #faq_con_acc a:visited, #faq_alerts_acc a, #faq_alerts_acc a:visited {
        color: #0071bc;
    }

/*
///////////////////////////////////////////////////////////////////////////////
    Start Help->Rulemaking Process Tab->Steps as Tabs
///////////////////////////////////////////////////////////////////////////////
 */
#rulemaking-tabs {
    margin-bottom: 10px;
    /*padding: 0;*/
    /*overflow: hidden;*/
    border: 1px solid transparent;
    text-align: center;
}

    #rulemaking-tabs li {
        width: 25%; /* 100 / number of steps */
        border-right: 0.2rem solid white; /* width: gap between arrows, color: background of document */
        position: relative;
    }

        #rulemaking-tabs li:first-child {
            border-top-left-radius: 3em;
            border-bottom-left-radius: 3em;
        }

        #rulemaking-tabs li:last-child {
            border-top-right-radius: 3em;
            border-bottom-right-radius: 3em;
        }

    #rulemaking-tabs a {
        color: white;
    }

    #rulemaking-tabs li:first-child a {
        /* adding padding to make all li's have same height */
        padding-top: 2.25rem;
        padding-bottom: 2.25rem;
        border-top-left-radius: 3em;
        border-bottom-left-radius: 3em;
    }

    #rulemaking-tabs li.pend a {
        /* adding padding to make all li's have same height */
        padding-top: 1.75rem;
        padding-bottom: 1.75rem;
    }

    #rulemaking-tabs li:last-child a {
        /* adding padding to make all li's have same height */
        padding-top: 1.75rem;
        padding-bottom: 1.75rem;
        border-top-right-radius: 3em;
        border-bottom-right-radius: 3em;
    }


    /* white arrow to the left to "erase" background (starting from the 2nd object) */
    #rulemaking-tabs li:nth-child(n+2)::before {
        position: absolute;
        display: block;
        border-left: 1.5rem solid white; /* width: arrow width, color: background of document */
        border-top: 2.75rem solid transparent; /* width: half height */
        border-bottom: 2.75rem solid transparent; /* width: half height */
        width: 0;
        height: 0;
        content: " ";
    }
    /* colored arrow to the right */
    #rulemaking-tabs li:not(:last-child):after {
        z-index: 1; /* need to bring this above the next item */
        position: absolute;
        top: 0;
        right: -1.5rem;
        display: block;
        border-left: 1.5rem solid #205493; /* width: arrow width, color: background of document */
        border-top: 2.75rem solid transparent; /* width: half height */
        border-bottom: 2.75rem solid transparent; /* width: half height */
        content: " ";
    }

    /*!* Setup colors (both the background and the arrow) *!*/

    #rulemaking-tabs li a:hover {
        background-color: #205493
    }

    /*!* Completed *!*/
    #rulemaking-tabs li {
        background-color: #205493;
    }

        #rulemaking-tabs li::after {
            border-left-color: #205493;
        }

        /*!* Current *!*/
        #rulemaking-tabs li.is-active, #rulemaking-tabs li.is-active a, #rulemaking-tabs li.tabs-title a[aria-selected="true"] {
            background-color: #8BA6CA !important;
            color: #0a0a0a !important;
        }

            #rulemaking-tabs li.is-active::after {
                border-left-color: #8BA6CA !important;
            }

/* content div */

div.rm-content {
    background: #f1f1f1;
}

/*
/////////////////////////////////////////////////////////////
End Help Rule Making Tab Steps as Tabs
//////////////////////////////////////////////////////////////
*/

/*
/////////////////////////////////////////////////////////////
End Help Page
//////////////////////////////////////////////////////////////
*/




.successmsg {
    background-color: lightgreen;
}

.errormsg {
    background-color: #da4f49;
}

.accordion-title {
    font-size: 1rem;
}

.rm-small {
    display: none;
}

@media only screen and (max-width: 768px) {
    /* For mobile phones: */
    .badge {
        /* min-width: 1em;*/
        /*font-size: 0.1rem;*/
        font-size: 1em;
        min-width: 1em;
    }

    table.parts-table tr td {
        padding: unset;
    }

    .rm {
        display: none;
    }

    .rm-small {
        display: unset;
    }

    #rulemaking-tabs li {
        width: 24.75% !important;
    }

        #rulemaking-tabs li > a {
            padding-top: 1.75rem !important;
            padding-bottom: 1.75rem !important;
            padding-left: 1.5rem;
        }

    #titles-table_wrapper div.row div.small-6.columns {
        width: unset !important;
    }
}
