﻿/*#1) Fancy Tables#*/

/*#2) Fancy Ordered Lists#*/
/*#2) Fancy Ordered Lists/a) Rounded and Rectangle Ordered Lists#*/
ol.rounded-list, ol.rectangle-list {
    counter-reset: li; /* Initiate a counter */
    list-style: none; /* Remove default numbering */
    font: 15px 'trebuchet MS', 'lucida sans';
    padding: 0;
    margin-bottom: 4em;
    text-shadow: 0 1px 0 rgba(255,255,255,.5);
}

    ol.rounded-list ol, ol.rectangle-list ol {
        margin: 0 0 0 2em; /* Add some left margin for inner lists */
        counter-reset: li;
        list-style: none;
    }

    ol.rounded-list li p a, ol.rectangle-list li p a {
        display: inline;
        position: unset;
        padding: 0px;
        text-decoration: underline;
    }

        ol.rounded-list li p a:hover, ol.rectangle-list li p a:hover {
            background: none;
        }

        ol.rounded-list li p a:before, ol.rectangle-list li p a:before, ol.rectangle-list li p a:after {
            content: none;
        }

    ol.rounded-list a {
        position: relative;
        display: block;
        padding: .4em .4em .4em 2em;
        *padding: .4em;
        margin: .5em 0;
        background: #ddd;
        color: #444;
        text-decoration: none;
        border-radius: .3em;
        transition: all .3s ease-out;
    }

    ol.rounded-list p {
        position: relative;
        display: block;
        padding: .4em .4em .4em 2em;
        *padding: .4em;
        margin: .5em 0;
        background: #ddd;
        color: #444;
        text-decoration: none;
        border-radius: .3em;
        transition: all .3s ease-out;
    }

    ol.rounded-list a:hover {
        background: #eee;
    }

        ol.rounded-list a:hover:before {
            transform: rotate(360deg);
        }

    ol.rounded-list a:before {
        content: counter(li);
        counter-increment: li;
        position: absolute;
        left: -1.3em;
        top: 50%;
        margin-top: -1.3em;
        background: #500000;
        height: 2em;
        width: 2em;
        line-height: 1.5em;
        border: .3em solid #fff;
        text-align: center;
        font-weight: bold;
        border-radius: 2em;
        transition: all .3s ease-out;
        color: #fff;
    }

    ol.rounded-list p:before {
        content: counter(li);
        counter-increment: li;
        position: absolute;
        left: -1.3em;
        top: 50%;
        margin-top: -1.3em;
        background: #500000;
        height: 2em;
        width: 2em;
        line-height: 1.5em;
        border: .3em solid #fff;
        text-align: center;
        font-weight: bold;
        border-radius: 2em;
        transition: all .3s ease-out;
        color: #fff;
    }

    ol.rectangle-list a {
        position: relative;
        display: block;
        padding: .4em .4em .4em .8em;
        *padding: .4em;
        margin: .5em 0 .5em 2.5em;
        background: #ddd;
        color: #444;
        text-decoration: none;
        transition: all .3s ease-out;
    }

    ol.rectangle-list p {
        position: relative;
        display: block;
        padding: .4em .4em .4em .8em;
        *padding: .4em;
        margin: .5em 0 .5em 2.5em;
        background: #ddd;
        color: #444;
        text-decoration: none;
        transition: all .3s ease-out;
    }

        ol.rectangle-list p a {
            margin: 0px;
        }

    ol.rectangle-list a:hover {
        background: #eee;
    }

    ol.rectangle-list a:before {
        content: counter(li);
        counter-increment: li;
        position: absolute;
        left: -2.5em;
        top: 50%;
        margin-top: -1em;
        background: #500000;
        height: 2em;
        width: 2em;
        line-height: 2em;
        text-align: center;
        font-weight: bold;
        color: #fff;
    }

    ol.rectangle-list p:before {
        content: counter(li);
        counter-increment: li;
        position: absolute;
        left: -2.5em;
        top: 50%;
        margin-top: -1em;
        background: #500000;
        height: 2em;
        width: 2em;
        line-height: 2em;
        text-align: center;
        font-weight: bold;
        color: #fff;
    }

    ol.rectangle-list a:after {
        position: absolute;
        content: '';
        border: .5em solid transparent;
        left: -1em;
        top: 50%;
        margin-top: -.5em;
        transition: all .3s ease-out;
    }

    ol.rectangle-list p:after {
        position: absolute;
        content: '';
        border: .5em solid transparent;
        left: -1em;
        top: 50%;
        margin-top: -.5em;
        transition: all .3s ease-out;
    }

    ol.rectangle-list a:hover:after {
        left: -.5em;
        border-left-color: #500000;
    }

/*#2) Fancy Ordered Lists/b) Grey Themed Boxed Backgrounds#*/
ol.simple-list {
    list-style-type: none;
    margin: 0;
    margin-left: 3em;
    padding: 0;
    counter-reset: li-counter;
}

    ol.simple-list > li {
        position: relative;
        margin-bottom: 20px;
        padding-left: 0.5em;
        min-height: 3em;
        border-left: 2px solid #CCCCCC;
    }

        ol.simple-list > li:before {
            position: absolute;
            top: 0;
            left: -1em;
            width: 0.8em;
            font-size: 3em;
            line-height: 0.8;
            font-weight: bold;
            text-align: right;
            color: #464646;
            content: counter(li-counter);
            counter-increment: li-counter;
        }

ol.tilted-list {
    list-style-type: none;
    margin: 0;
    margin-left: 3em;
    padding: 0;
    counter-reset: li-counter;
}

    ol.tilted-list > li {
        position: relative;
        margin-bottom: 20px;
        padding: 1em;
        border-left: 2px solid #CCCCCC;
        background-color: #f5f5f5;
    }

        ol.tilted-list > li:before {
            position: absolute;
            top: 0;
            left: -0.95em;
            width: 1em;
            font-size: 4em;
            line-height: 1;
            font-weight: bold;
            text-align: right;
            color: #464646;
            transform: rotate(-25deg);
            -ms-transform: rotate(-25deg);
            -webkit-transform: rotate(-25deg);
            z-index: -99;
            overflow: hidden;
            content: counter(li-counter);
            counter-increment: li-counter;
        }

ol.circles-list {
    list-style-type: none;
    margin: 0;
    margin-left: 4em;
    padding: 0;
    counter-reset: li-counter;
}

    ol.circles-list > li {
        position: relative;
        margin-bottom: 20px;
        padding-left: 0.5em;
        min-height: 3em;
    }

        ol.circles-list > li:before {
            position: absolute;
            top: 0;
            left: -1.33em;
            width: 1.2em;
            height: 1.2em;
            font-size: 2.5em;
            line-height: 1em;
            text-align: center;
            color: #f5f5f5;
            border: 3px solid #c5c5c5;
            border-radius: 50%;
            background-color: #464646;
            content: counter(li-counter);
            counter-increment: li-counter;
        }

ol.boxes-list {
    list-style-type: none;
    margin: 0;
    margin-left: 3em;
    padding: 0;
    counter-reset: li-counter;
}

    ol.boxes-list > li {
        position: relative;
        margin-bottom: 15px;
        padding: 1em;
        background-color: #d5d5d5;
    }

        ol.boxes-list > li:before {
            position: absolute;
            top: 0;
            left: -1em;
            width: 0.94em;
            height: 0.94em;
            font-size: 3em;
            line-height: 0.94;
            text-align: center;
            color: #f5f5f5;
            background-color: #464646;
            content: counter(li-counter);
            counter-increment: li-counter;
        }

ol.labels-list {
    list-style-type: none;
    margin: 0;
    margin-left: 1em;
    padding: 0;
    counter-reset: li-counter;
}

    ol.labels-list > li {
        position: relative;
        margin-bottom: 1.5em;
        padding: 1.5em;
        background-color: #eaeaea;
    }

        ol.labels-list > li:before {
            position: absolute;
            top: -0.3em;
            left: -0.5em;
            width: 1.8em;
            height: 1.2em;
            font-size: 2em;
            line-height: 1em;
            font-weight: bold;
            text-align: center;
            color: #464646;
            background-color: #d0d0d0;
            transform: rotate(-20deg);
            -ms-transform: rotate(-20deg);
            -webkit-transform: rotate(-20deg);
            z-index: 99;
            overflow: hidden;
            content: counter(li-counter);
            counter-increment: li-counter;
        }
/*#2) Label/c) Sub-Item#*/

/*#3) Fancy Unordered Lists#*/
/*#3) Fancy Unordered Lists/a) Base for FontAwesome Icons for Bullet Items#*/
ul.fancylist-fa {
    list-style: none;
    list-style-position: outside;
    padding: 0;
    margin-left: 4.3em;
    margin-top: 1.75em;
    margin-bottom: 4em;
}

    ul.fancylist-fa li {
        margin-bottom: 10px;
    }

    ul.fancylist-fa ul {
        margin: 10px 0 0 2em; /* Add some left margin for inner lists */
        list-style: none;
    }

    ul.fancylist-fa li p {
        position: relative;
        display: block;
        padding: .4em .4em .4em 1em;
        margin: .5em 0;
        *background: #ddd;
        color: #fff;
        text-decoration: none;
        transition: all .3s ease-out;
    }

        ul.fancylist-fa li p a {
            color: #fff;
            text-decoration: underline;
        }

            ul.fancylist-fa li p a:hover {
                color: rgba(255,255,255,.6) !important;
            }
        /*ul.fancylist-fa a:hover {
    background: #eee;
}
ul.fancylist-fa a:hover:before {
    transform: rotate(360deg);  
}*/
        ul.fancylist-fa li p:before {
            font-family: 'FontAwesome';
            position: absolute;
            left: -1.3em;
            top: 50%;
            margin-top: -29px;
            margin-left: 10px;
            *background: #500000;
            *height: 2em;
            *width: 2em;
            line-height: 2em;
            text-align: center;
            *font-weight: bold;
            transition: all .3s ease-out;
            color: #500000;
        }

/*#3) Fancy Unordered Lists/b) Specific FontAwesome Icons#*/
ul.dollar-sign li p:before {
    font-size: 28px;
    margin-top: -29px;
    left: -32px;
    content: '\f155';
    color: #5B6236;
}

ul.dollar-sign li p {
    background-color: #5B6236;
}

ul.arrow-circle-right li p:before {
    font-size: 36px;
    margin-top: -37px;
    left: -48px;
    content: '\f0a9';
    color: #500000;
}

ul.arrow-circle-right li p {
    background-color: #6b6b6b;
}
