﻿/* Footer */
@import url('https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css');

section {
    padding: 60px 0;
}

    section .section-title {
        text-align: center;
        color: #007b5e;
        margin-bottom: 50px;
        text-transform: uppercase;
    }

#footer {
    background: #2196f3 !important;
}

    #footer h5 {
        padding-left: 10px;
        border-left: 3px solid #eeeeee;
        padding-bottom: 6px;
        margin-bottom: 20px;
        color: #ffffff;
    }

    #footer a {
        color: #ffffff;
        text-decoration: none !important;
        background-color: transparent;
        -webkit-text-decoration-skip: objects;
    }

    #footer ul.social li {
        padding: 3px 0;
    }

        #footer ul.social li a i {
            margin-right: 5px;
            font-size: 25px;
            -webkit-transition: .5s all ease;
            -moz-transition: .5s all ease;
            transition: .5s all ease;
        }

        #footer ul.social li:hover a i {
            font-size: 30px;
            margin-top: -10px;
        }

        #footer ul.social li a,
        #footer ul.quick-links li a {
            color: #ffffff;
        }

            #footer ul.social li a:hover {
                color: #eeeeee;
            }

    #footer ul.quick-links li {
        padding: 3px 0;
        -webkit-transition: .5s all ease;
        -moz-transition: .5s all ease;
        transition: .5s all ease;
    }

        #footer ul.quick-links li:hover {
            padding: 3px 0;
            margin-left: 5px;
            font-weight: 700;
        }

        #footer ul.quick-links li a i {
            margin-right: 5px;
        }

        #footer ul.quick-links li:hover a i {
            font-weight: 700;
        }

@media (max-width:767px) {
    #footer h5 {
        padding-left: 0;
        border-left: transparent;
        padding-bottom: 0px;
        margin-bottom: 10px;
    }
}

.req {
    font-weight: bold;
    font-size: small;
    color: Red;
}

.Pager {
    background-color: #E9E9E9;
    color: #000000;
    text-align: left;
    font-weight: bolder;
}
h2 {
    font-size: large;
    color: #FBBF02;
}
@media (max-width: 575.98px) {
    select, select.form-control {
        background-position: inherit !important;
    }
}
.col-form-label {
    padding-bottom: 0rem !important;
    font-weight: bold !important;
    font-size:12px;
}
.form-group {
    margin-bottom: -1em !important;
    margin: 0.7em !important;
}
.form-control {
    border: 1px solid #2FA4E7 !important;
}
.WhitePager {
    margin-top: 5px;
    color: #AB580E;
    text-align: left;
    font-weight: bold;
    font-size: 10pt;
}

.card-header .fa {
    transition: .3s transform ease-in-out;
}

.card-header .collapsed .fa {
    transform: rotate(90deg);
}

.something-else .fa {
    transition: .3s transform ease-in-out;
}

.something-else .collapsed .fa {
    transform: rotate(-90deg);
}

.list .fa {
    transition: .3s transform ease-in-out;
}

.list .collapsed .fa {
    transform: rotate(90deg);
}


