@import url('https://fonts.googleapis.com/css?family=PT+Sans');

* {
    font-family: 'PT Sans', sans-serif;
}

.space-20 {
    height: 20px;
}
    
.no-padding-left {
    padding-left: 0px;
}

#show-more-jobs-filters-content {
    display: none;
    margin-top: 20px;
}

.margin-top-minus-five {
    margin-top: -5px;
}

.panel-default {
    border: 1px solid #f3f3f3;
}

@media screen and (max-width: 768px)
{
    .no-padding-left {
        padding-left: 15px;
    }
}

/* ----------------------------- HEADER ----------------------------- */
.desktop-menu {
    display: block;
}

.mobile-menu {
    display: none;
}

#header {
    padding: 20px 0px;
    background-color: #fff;
}

    #header form {
        line-height: 10px;
    }

    #header .container {
        border-bottom: 1px solid #dedede;
        padding-bottom: 20px;
    }

    #header .logo {
        height: 80px;
    }

    #header .menu {
        margin-left: 20px;
    }

    #header .menu ul {
        padding: 0px;
        margin: 0px;
        line-height: 80px;
        list-style-type: none;
    }

    #header .menu ul li {
        position: relative;
        float: left;
    }

    #header .menu ul li a {
        color: #5c737d;
        text-decoration: none;
        margin: 0px 10px;
        font-size: 15px;

        -webkit-transition: all .4s;
        -moz-transition: all .4s;
        -ms-transition: all .4s;
        -o-transition: all .4s;
        transition: all .4s;
    }

    #header .menu ul li a.last-item {
        margin-right: 0px;
    }

    #header .menu ul li a:hover {
        color: #2a77fb;
    }

    #header .separator {
        width: 1px;
        height: 40px;
        margin-top: 20px;
        border-left: 1px solid #dedede;
        float: right;
    }

    #header .auth {
        float: right;
    }

    #header #login,
    #header #register {
        position: relative;
    }

    #header form {
        line-height: auto;
    }
    
    #header #login-form,
    #header #register-form {
        width: 250px;
        background-color: #fff;
        border: 2px solid #dedede;
        padding: 20px;

        display: none;        
        line-height: 55px;
    
        z-index: 999999;
    
        position: absolute;
        top: 60px;
        right: 0px;
    }
    
    #header #register-form {
        width: 450px !important;
    }

    #header #login-form p,
    #header #register-form p {
        font-size: 18px;
        padding: 0px;
        margin: 0px 0px 20px 0px;
    }
/* ----------------------------- HEADER ----------------------------- */


/* ----------------------------- FOOTER ----------------------------- */
#footer {
    background-image: linear-gradient(to bottom, #f8f8f8, #f7f7f8);
    padding: 30px 0px 0px 0px;
}

    #footer .with-padding {
        padding-bottom: 10px;
    }

    #footer .menu ul {
        padding: 0px;
        margin: 0px;
        line-height: 50px;
        list-style-type: none;
    }

    #footer .menu ul li {
        position: relative;
        float: left;
    }

    #footer .menu ul li a {
        color: #5c737d;
        text-decoration: none;
        margin-right: 20px;

        -webkit-transition: all .4s;
        -moz-transition: all .4s;
        -ms-transition: all .4s;
        -o-transition: all .4s;
        transition: all .4s;
    }

    #footer .menu ul li a.last-item {
        margin-right: 0px;
    }

    #footer .menu ul li a:hover {
        color: #2a77fb;
    }

    #footer .social-media {
        float: right;
    }

    #footer .with-top-border {
        border-top: 1px solid #dedede;
    }

    #footer .with-top-border p {
        padding: 20px 0px;
        text-align: center;
    }

    #footer .social-media-mobile {
        display: none;
    }

/* Mobile Devices */
@media screen and (max-width: 768px)
{
    .desktop-menu {
        display: none;
    }

    .mobile-menu {
        height: 80px;
        display: block;
        margin-bottom: 20px;
    }

        .mobile-menu .navbar-header {
            height: 80px;
        }

        .mobile-menu .navbar-default .navbar-brand {
            height: 80px;
            padding: 0px 15px;
            margin: 0px;
            display: block;
        }

        .mobile-menu .navbar-default .navbar-brand > img {
            height: 60px;
            margin-top: 10px;
            display: block;
        }

        .mobile-menu .navbar-toggle {
            margin-top: 23px;
        }

    #footer {
        padding-top: 10px;
    }

    #footer .logo {
        display: block;
        margin: 0px auto;
    }

    #footer .menu ul {
        line-height: 40px;
        margin: 20px 0px;
    }

    #footer .social-media {
        display: none;
    }

    #footer .social-media-mobile {
        display: block;
    }
}
/* ----------------------------- FOOTER ----------------------------- */



/* ----------------------------- BOXES ----------------------------- */
#boxes {

}

    #boxes h1,
    #boxes p {
        color: #333;
        text-align: center;
    }

    #boxes h1 {
        font-size: 20px;
        text-transform: uppercase;
        padding: 0px;
        margin: 0px;
    }

    #boxes .space {
        height: 20px;
    }

    p {
        line-height: 1.4em;
    }
/* ----------------------------- BOXES ----------------------------- */



/* ----------------------------- CONTACT US ----------------------------- */
#contact-us {
    padding: 40px 0px 60px 0px;
}

    #contact-us h1 {
        font-size: 24px;
    }

    #contact-us .space {
        height: 20px;
    }

    #contact-us textarea {
        height: 80px;
        line-height: auto !important;
        resize: vertical;
        padding: 20px;
    }
/* ----------------------------- CONTACT US ----------------------------- */



/* ----------------------------- DYNAMIC CONTENT ----------------------------- */
#dynamic-content {
    padding: 40px 0px 60px 0px;
}
/* ----------------------------- DYNAMIC CONTENT ----------------------------- */


.active {
    color: #2a77fb !important;
    font-weight: bold;
}




/* AUTOCOMPLETE */
#items { position: relative; }

#autocomplete {
    display: none;

    width: 95%;
    height: auto;
    max-height: 260px;
    background-color: #fff;
    border: 1px solid #f7f7f8;

    position: absolute;
    overflow-y: scroll;

    z-index: 9999999999999;
}

#autocomplete p {
    border-bottom: 1px solid #f7f7f8;
    line-height: 25px;
    padding: 0px 20px;
    margin: 0px;
}

#autocomplete p:hover {
    background-color: #f3f3f3;
}

#autocomplete p:last-child {
    border-bottom: 0px !important;
}




.padding-tb-80 {
    padding: 80px 0px;
}

.border-zero {
    border: 0px;
}

.fs-14 {
    font-size: 14px;
}

.width-100 {
    width: 100px;
}


#search-jobs-buttons-mobile {
    display: none;
}

#search-jobs-buttons-desktop {
    display: bock;
}

@media screen and (max-width: 768px)
{
    #dynamic-content {
        width: 100%;
        overflow: hidden;
    }

    #search-jobs-buttons-mobile {
        display: block;
    }
    
    #search-jobs-buttons-desktop {
        display: none;
    }

    .table-responsive {
        border: 0px;
        width: 100%;
    }

    .table-responsive .table {
        width: 100%;
    }

    .table-responsive>.table>tbody>tr>td, 
    .table-responsive>.table>tbody>tr>th, 
    .table-responsive>.table>tfoot>tr>td {
        width: 100%;
        display: block;
        white-space: inherit;
    }

    .td-width {
        border: 0px !important;
    }

    div#navbar {
        background-color: #f3f3f3;
        position: relative;
        z-index: 9999999999;
    }
}