﻿.job-details-container {
    position: relative;
    width: 100%;
    padding-top: 80px;
}

    .job-details-container .loading-container {
        position: fixed;
        padding-top: 39vh;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        font-size: 7em;
        color: #236EC4;
        text-align: center;
        z-index: 2;
        background-color: rgba(255, 255, 255, 0.5);
    }

    .job-details-container .job-details {
        padding-top: 20px;
    }

        .job-details-container .job-details .breadcrumb-section {
            padding-bottom: 20px;
        }

            .job-details-container .job-details .breadcrumb-section .breadcrumb {
                margin: 0;
                padding: 0;
                background-color: transparent;
                list-style: none;
            }

                .job-details-container .job-details .breadcrumb-section .breadcrumb li,
                .job-details-container .job-details .breadcrumb-section .breadcrumb li a {
                    color: #fff;
                    font-weight: bold;
                    text-decoration: none;
                    outline: none;
                }

                .job-details-container .job-details .breadcrumb-section .breadcrumb > li + li:before {
                    content: "\f101";
                    font-family: FontAwesome;
                    color: #fff;
                }

        .job-details-container .job-details .section {
            background-color: #fff;
            border: 1px solid #bababa;
            border-radius: 4px;
            padding: 35px 25px;
            margin-bottom: 25px;
        }

        .job-details-container .job-details .margin-bottom-25 {
            margin-bottom: 25px;
        }

        .job-details-container .job-details .job-content h1 {
            font-size: 18px;
            margin: 0 0 20px;
        }

        .job-details-container .job-details .job-content .button {
            padding: 10px 0;
        }

        .job-details-container .job-details .job-content .bottom-btn {
            margin: 0;
            padding: 14px 26px;
            font-size: 15px;
            border: 1px solid;
            border-radius: 40px;
            font-weight: bold;
        }

        .job-details-container .job-details .job-content .button .btn {
            margin-top: 0;
            padding: 20px 0;
            width: 100%;
            font-weight: bold;
            font-size: 18px;
            border: 1px solid;
            border-radius: 50px;
        }

            .job-details-container .job-details .job-content .button .btn.btn-success {
                margin-top: 10px;
            }

            .job-details-container .job-details .job-content .button .btn i {
                font-size: 22px;
                margin-right: 10px;
                position: relative;
                top: 3px;
            }

        .job-details-container .job-details .socials-share {
            border: 1px solid #ccd1d9;
            margin-top: 60px;
            border-radius: 4px;
            padding: 12px;
            text-align: center;
        }

            .job-details-container .job-details .socials-share h4 {
                margin: 0px 0px 15px 0px;
                text-align: center;
                font-weight: 600;
                text-transform: uppercase;
                font-size: 12px;
            }

            .job-details-container .job-details .socials-share .share-buttons-container {
                display: inline-flex;
            }

                .job-details-container .job-details .socials-share .share-buttons-container .share-button {
                    padding: 5px;
                    width: 60px;
                    color: #fff;
                }

                    .job-details-container .job-details .socials-share .share-buttons-container .share-button a {
                        width: 100%;
                        display: inline-block;
                        border-radius: .2em;
                        padding: .5em .9em;
                        color: inherit;
                    }

                    .job-details-container .job-details .socials-share .share-buttons-container .share-button.fb-share a {
                        background-color: #4267b2;
                    }

                        .job-details-container .job-details .socials-share .share-buttons-container .share-button.fb-share a:hover {
                            background-color: #35528e;
                        }

                    .job-details-container .job-details .socials-share .share-buttons-container .share-button.twitter-share a {
                        background-color: #00acee;
                    }

                        .job-details-container .job-details .socials-share .share-buttons-container .share-button.twitter-share a:hover {
                            background-color: #008abe;
                        }

                    .job-details-container .job-details .socials-share .share-buttons-container .share-button.linkedin-share a {
                        background-color: #006fa6;
                    }

                        .job-details-container .job-details .socials-share .share-buttons-container .share-button.linkedin-share a:hover {
                            background-color: #005985;
                        }

                    .job-details-container .job-details .socials-share .share-buttons-container .share-button.whatsapp-share a {
                        background-color: #25d366;
                    }

                        .job-details-container .job-details .socials-share .share-buttons-container .share-button.whatsapp-share a:hover {
                            background-color: #1ea952;
                        }


/* For mobile phones: */
@media only screen and (max-width: 991px) {
    .job-details-container .job-details .job-content .row > div {
        width: 100%;
    }

    .job-details-container .job-details .job-content .description-container a.btn {
        display: none;
    }
}

@media only screen and (min-width: 450px) and (max-width: 991px) {
    .job-details-container .job-details .job-content .section-right .button a {
        width: 49%;
        height: 69px;
        margin-top: 0;
    }
}
