
@media (max-width: 992px) {
    .menue_div {
    top: 10%;
    }
}

   .footer_main {
  background: #2c2f3b;
  bottom: 0;
  color: white;
  left: 0;
  position: fixed;
  right: 0;
  text-align: center;
  z-index: -101;
  padding: 10px 0;
}

    .footer_main > a {
    font-weight: bold;
    color:white;
    }

@media (max-width: 768px) {
      .menue_div {
    top: 6%;
    }
    .user_name {
    display:none;
    }
    .profile-pic {
       display:none;
    }
    #a_menu {
        margin-top: 3px;
    }
    .ui-autocomplete {
        right: 17px;
    }
    .popup_massage {
    left: 30%;
    right: 30%;
    
}
.popup_massage_save {
    left: 30%;
    right: 30%;
}
        .CSSTableGenerator table table {
  width: 90% !important;
}
    /*.footer_main {
    margin-bottom: 15px; 
    text-align: center;
    }*/
      .new-company-head {
    padding:8px;
    background-color: #2c2f3b;
    }
    .ifram-pdf {
        height: 700px;
    }

    .main-foot {
        position: fixed;
    }
}

@media (max-width: 480px) {
      .menue_div {
    top: 7%;
    }
    #pager_left {
    display:none;
    }
  .popup_massage {
        left: 10%;
        right: 10%;
    }

    .popup_massage_save {
        left: 10%;
        right: 10%;
    }
    .exporter {
        display: none;
    }

    .ifram-pdf {
        height: 500px;
    }

    .login-head {
        min-height: 46px;
        background-color: #2c2f3b;
        padding: 0px;
    }

    .logut {
        color: #ffffff;
        padding: 11px;
    }
}
@media (max-width: 360px) {
    .user_name {
    display:none;
    }
}