﻿@media (max-width: 990px) {
    .navbar {
        background-color: #f1f1f1;
        padding: 0;
        margin-top: 10px;
        margin-bottom: 15px;
    }

    .top-main-navigation li.active > a {
        border-radius: 0;
    }

    .top-main-navigation > div > ul > li > a:hover {
        border-radius: 0;
    }

    .top-main-navigation li.active > a:last-child {
        border-bottom-left-radius: 0;
        border-bottom-right-radius: 0;
    }

    .top-main-navigation > div > ul > li:last-child > a:hover {
        border-radius: 0;
    }

    #navbarSupportedContent ul.dropdown-menu {
        display: none !important;
    }

    #logoff li.dropdown a.dropdown-toggle {
        padding: 0;
        padding-top: 8px;
        height: 40px;
        display: block;
        color: #656D78;
        text-decoration: none;
        max-width: 250px;
    }

    #logoff li.dropdown {
        width: 250px;
    }

    .cart-bell {
        float: right;
        right: 31px;
        position: relative;
        color: #000;
    }
}

@media (min-width: 1910px) {
    .login-box img {
        width: 100%;
        height: 52%;
        padding-bottom: 20px;
    }
}

/*@media (max-width: 380px) {
    .cart-bell {
        float: right;
        right: 130px;
        position: relative;
        color: #000;
    }

    #logoff li.dropdown {
        width: 223px;
    }
}
*/

@media screen and (max-width: 1200px) {
    .job_responses_actions {
        min-width: 12rem !important;
        max-height: 250px; /* you can change as you need it */
        overflow: auto; /* to get scroll */
    }
}