@charset "UTF-8";
/* CSS Document */

@media only screen and (max-width: 750px) {
    .naviLogin {
        text-align: center;
    }
    .home {
        float: none;
        margin: auto;
    }
    .navLeft {
        text-align: center;
        float: none;
    }
    .navLeft .menuItem {
        float: none;
        display: inline-block;
        padding: 0 5px;
        height: 30px;
        line-height: 40px;
    }
    .headerSearch {
        margin: 0 auto;
        width: 100%;
        margin-top: 15px
    }
    .navRightIcons {
    float: none;
    clear: both;
    display: block;
    text-align: center;
    }
    .navRight {
        float: none;
        width: 100%;
        margin: 0 auto;
    }
    .dashboardMenu,
    .selectGroupMenu,
    .searchMenu {
        min-width: 302px;
    }
    .dashboardMenu {
        left: -13px !important;
    }
    .searchMenu {
        left: 0px;
    }
    footer img {
        float: none;
    }
    footer {
        text-align: center;
    }
    .pageHeading {
        margin: 0 0 10px 0;
    }
    .productFilter {
        margin: 0 0 5px 0;
    }
    .productFilter .nav>li>a {
        padding: 5px 10px;
    }
    .productFilter .filterCheckout {
        padding: 0;
        margin-left: 10px;
    }
    .tableFontSmall td,
    .tableFontSmall input,
    .tableFontSmall select,
    .tableFontSmall .settingsMenu {
        line-height: 17px !important;
    }
    label {
        margin-top: 5px;
    }
    .table label {
        margin: 0px;
    }
    select.input-sm {
    margin-bottom: 5px;
    }
    .pager {
        float: left;
        width: auto;
        margin-top: 0;
    }
    .settingsDiv .sub i {
        top: 20px;
    }
    .settingsDiv .form-control[disabled] {
        height: 30px;
        background-color: #fff;
        border: 1px solid #ccc;
        padding: 6px 12px;
        opacity: .7;
    }
    .storeStatus {
    text-align: left;
    }
    .storeStatus a {
        margin-left: 0px;
        margin-right: 15px;
    }
    .table-responsive .dropdown-menu {
    position: relative;
    }
    #executablesData .btn-group {
        margin-top: 0px;
        width: inherit;
    }
    .executables .btn-group {
    margin-top: 0px;
    width: auto;
    }
    .btn-group {
    width: 100%;
    margin-top: 10px;
    }
    .btn-responsive {
    width: 100%;
    clear: both;
    border-radius: 4px !important;
    margin-bottom: 10px !important;
    }
    .bootstrap-select {
    width: 100% !important;
    clear: both;
    border-radius: 4px !important;
    margin-bottom: 10px !important;
    }
    .table-responsive {
        overflow-y: scroll !important;
        max-height: 250px !important;
    }
    body.modal-open {
      overflow: visible;
    }
}
