﻿/* Main Layout declaration - all pages */
body {
    color: #4c524d;
    font-size: 16px;
    font-weight: normal;
    line-height: 1.5;
    font-family: 'Roboto', sans-serif;
    margin: 0px;
    position: relative; /*position: relative; - css trick body on the bottom */
    min-height: 100vh; /*css min-height trick body on the bottom */
}

    /* css trick body on the bottom */
body::after {
        content: '';
        display: block;
        height: 491px; /* Set same as footer's height and is equal to height of the  .footer*/
    }


/*Header*/
@media only screen and (min-width: 1000px) {
    #logo {
        top: 0 !important;
        left: 0 !important;
        position: absolute !important;
    }
    #head2 {
        margin-left: 370px;
    }
}


@media only screen and (max-width: 999px) {
    #logo {
        text-align: center !important;
    }
    #head2 {
        text-align: center !important;
    }
}

.head-line {
    background-color: #235789;
    padding: 6px 0 7px 0;
    font-size:13px;
}

a {
    
    color: #000000;
    text-decoration: none;
    cursor: pointer;
}

a:hover {
        text-decoration: underline;
    }

.box-shadow {
    box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}


.head-color {
    color: #6e6f6e;
}


.navigation {
   font-size: 0.75rem;
}
.navigation1 {
    font-size: 0.90rem;
}


    /* end of Header */

    /* Footer */
    .footer {
        position: absolute;
        bottom: 0;
        width: 100%;
        height: 491px;
        background-color: #f4f4f4;
    }

    .footer-first-coll {
        background-color: #f4f4f4;
        padding: 30px 0 30px 20px;
    }

    .footer-second-coll {
        background-color: #235789;
        padding: 70px 0px 110px 60px
    }

    .footer-first-coll h3 {
        font-size: 1.125rem;
        padding: 10px 0 20px 0;
        color: #235789;
        font-weight: 700;
    }

    .footer a {
        font-size: 1rem;
        letter-spacing: 0.5px;
        line-height: 24px;
        color: #ffffff;
        text-decoration: none;
        cursor: pointer;
    }


        .footer a:hover {
            text-decoration: underline;
        }

    .footer h6 {
        margin: 25px 0 10px 0;
        font-size: 1.125rem;
        font-weight: bold;
        letter-spacing: 1.5px;
        color: #eeecec;
    }

    .footer h7 {
        font-weight: bold;
    }

    .social {
        margin-top: 21px;
    }

        .social li {
            list-style: none;
            display: inline-block;
            padding-right: 13px;
        }

        .social .social_icon {
            width: 56px;
            height: 56px;
        }

    /* End of Footer */
    /* End of Main Layout declaration - all pages */

    /* Home/Index */

    .election-year {
        font-weight: 600;
        color: #235789
    }

    @media only screen and (min-width: 1000px) {
        #index-left-col {
            padding-left: 3rem !important;
        }
    }



    /* End of Home/Index */


    /* Reports/Home */

    .erik-table-report {
        max-width: 700px;
    }

    .active {
        background-color: #235789;
        color: #eeecec;
    }

    .report-header {
        border-bottom: 2px solid #235789;
    }


.block-button {
    display: block;
    width: 100%;
    background-color: #efefef;
    padding: 14px 28px;
    text-align: center;
    border: 1px solid #cccccc;
}

        .block-button:hover {
            background-color: #ddd;
            color: black;
        }

.my-control {
    color: #305995 !important;
    text-decoration: none;
    cursor: pointer;
}

.results {
    font-size: 15px;
    padding: 14px 10px;
}

.results-active {
    font-size: 17px;
    padding: 21px 4px;
}

.candidates {
    font-size: 15px;
    padding: 4px 8px;
}

.candidates-active {
    font-size: 16px;
    padding: 4px 8px;
}

   
    /*End of Reports/Home */

/* Reports/Donation */

.dt {
    font-size: 0.75rem;
}

.nowrap {
    white-space: nowrap;
}

/* Reports/Results */
.reports-main-links {
    color: #235789
}
