﻿a {
    color: #28a745;
}

/*li a {
    color: #fff !important;
}
*/

.jobs-wrap .job-item {
    display: block;
    border-bottom: 1px solid #ced4da !important;
    color: rgb(0 0 0);
    background: #fff;
    position: relative;
    z-index: 1;
}

.section-heading h2 {
    position: relative;
    display: inline-block;
    font-weight: 600;
    color: #1f3d7d;
}
    .section-heading h2:before, .section-heading h2:after {
        content: "";
        position: absolute;
        bottom: 0;
        height: 2px;
        background: #1f3d7d !important;
        left: 0;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
    }
    .section-heading h2:before {
        width: 100px;
        bottom: -10px;
        left: 50%;
    }
    .section-heading h2:after {
        width: 80px;
        bottom: -20px;
        left: 50%;
    }

.feature-item h2 {
    font-size: 13px;
    font-weight: 300;
    margin-bottom: 20px;
    margin-top: 10px;
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease;
}
.feature-item {
    background: #e6e6e6;
    padding: 10px;
    text-align: center;
    border-radius: 4px;
    display: block;
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}
.feature-item .counting {
    border-radius: 4px;
    display: inline-block;
    margin-bottom: 10px;
    padding: 2px 10px;
    background: #cccccc;
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease;
    margin-bottom: -30px;
    font-weight: bold;
    color: #f23a2e;
}

.datepicker-dropdown {
    background-color: #ffff !important
}

.font-weight-bold {
    color: #120ff1;
    margin-bottom:2px;
    padding-top:10px;
}

.note-editor .dropdown-toggle:after {
    display: none !important;
}

#modal-content form {
    padding: 20px;
}


.group-button {
    float: right !important;
    text-align: right;
    margin-right: -15px;
    padding-top: 20px;
}

.dropbtn {
    background-color: #04AA6D;
    color: white !important;
    padding: 16px;
    font-size: 16px;
    border: none;
}

.dropdown {
    position: relative;
    display: inline-block;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f1f1f1;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
}

    .dropdown-content a {
        color: #fff !important;
        padding: 12px 16px;
        text-decoration: none;
        display: block;
    }

        .dropdown-content a:hover {
            background-color: #ddd;
        }

.dropdown:hover .dropdown-content {
    display: block;
}

.dropdown:hover .dropbtn {
    background-color: #3e8e41;
}