body>.container {
  padding-top: 60px;
}

html {
  position: relative;

  min-height: 100%;
}

body {
  /* Margin bottom by footer height */

  margin-bottom: 60px;
}

.navbar-brand {
  padding: 0px 15px;
}

.footer {
  position: absolute;

  bottom: 0;

  width: 100%;

  /* Set the fixed height of the footer here */

  height: 60px;

  background-color: #f5f5f5;

  text-align: center;
}

.footer ul {
  width: auto;
}

.footer li {
  display: inline-block;
  padding: 10px;
}

.del_step2 {
  display: none;
}

.productSearch {
  width: 100%;
}

.mobile_break {
  display: none;
  margin-top: 10px;
}

.btn-col {
  word-wrap: break-word;
}

.btn-col a {
  margin: 0 10px;
}

.word-wrap {
  word-wrap: break-word;
}

.date-col {
  min-width: 100px;
}

/* kulbir code started */
.navbar-default .navbar-nav>li>a {
  color: #00008b;
}

.navbar-default .navbar-nav>li>a:hover {
  color: #00008b;
}

.btn.btn-primary {
  background-color: #0e015b;
  border-color: #0e015b;
}

.btn.btn-primary:hover {
  color: #2a88bd;
}

body {
  color: #216ac8;
}

.dropdown-menu>li>a,
.panel-default>.panel-heading,
.dropdown-menu>li>a:hover {
  color: #216ac8;
}

.navbar-default .navbar-nav>.open>a,
.navbar-default .navbar-nav>.open>a:hover,
.navbar-default .navbar-nav>.open>a:focus {
  color: #00008b;
}

/* kulbir code ended */

@media screen and (max-width: 992px) {
  .btn-col a {
    margin: 10px 0 0 0;

    display: block;
  }

  .mobile_break {
    clear: both;

    width: 100%;

    height: 1px;

    display: block;
  }
}

@media screen and (max-width: 500px) {
  .mobile_hide {
    display: none;
  }
}

@media screen and (max-width: 400px) {
  .navbar-brand {
    padding: 0;
  }
}

/* kulbir code here */
.anchor-tag-customer-display {
  margin-top: 5px !important;
  margin-bottom: 5px !important;
}

/* Responsive code here */
@media all and (max-width: 1199px) {

  .pagination>li>a,
  .pagination>li>span {
    padding: 6px 11px;
  }

  .table-responsive .mobile-hide {
    display: none;
  }

  .table-responsive th {
    width: 40%;
  }

  .table-responsive th.date-col {
    width: 60%;
  }

  .subject-link {
    font-weight: 700;
  }

  .table-responsive {
    margin-top: 10px;
  }

  .table-responsive tr {
    display: flex;
    flex-wrap: wrap;
  }

  .table-responsive tr p {
    overflow: hidden;
    text-overflow: ellipsis;
    width: calc(100vw - 80px);
    display: block;
    -webkit-box-orient: vertical;
  }

  .table-responsive .gdf-block {
    display: flex;
    flex-direction: column;
  }

  .table-responsive .date-wrap {
    width: 60%;
  }

  .table-responsive .word-wrap {
    width: 40%;
  }

  .table-responsive .delete-wrap {
    flex-grow: 1;
    text-align: right;
  }

  .replies-table tr {
    width: calc(100vw - 64px);
  }

  .replies-table .subject-msg {
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
    -webkit-box-orient: vertical;
  }

  .replies-table .subject-link {
    display: block;
  }

  .replies-table .full-width {
    width: 100%;
  }

  .feedback-table .btn-col.reply-btn {
    padding: 0;
  }

  .reply-btn .btn {
    margin: 8px;
  }

  .feedback-table .full-width {
    width: 100%;
  }

  .table-responsive .icon-wrap {
    width: 40% !important;
  }
}

@media all and (min-width: 768px) and (max-width: 1199px) {
  .table-responsive {
    margin-bottom: 16.5px;
    overflow-y: hidden;
    border: 1px solid #ddd;
  }

  .table-responsive tr p {
    width: 652px;
  }

  .replies-table tr {
    width: 100%;
  }
}

@media all and (min-width: 992px) and (max-width: 1199px) {
  .table-responsive tr p {
    width: 890px;
  }
}

/* kulbir code here 10-02-2022*/
/*sites*/
.text-primary {
  margin-left: 20px;
}

@media all and (max-width: 767px) {
  .table-sites thead {
    display: none;
  }

  .tab-icon {
    display: flex;
    justify-content: space-between;
    width: 70%;
  }

  .text-primary {
    margin-left: 0;
    padding-right: 30px;
  }

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

  .site-name {
    width: 24%;
  }

  .blur-wrap {
    width: 76%;
  }

  .status {
    width: 20%;
  }

  .edit-site {
    width: 80%;
  }

  .site-icon {
    width: 30%;
  }
}

/*users*/
.table-users tr td:first-child {
  font-weight: bold;
}

@media all and (max-width: 767px) {
  .table-users thead {
    display: none;
  }

  .table-users td {
    width: 100%;
  }
}

/*usergroups*/
/*usergroups*/
.company {
  font-weight: bold;
}

@media all and (max-width: 767px) {
  .table-usergroups thead {
    display: none;
  }

  .table-usergroups tr {
    margin-bottom: 10px;
  }

  .table-usergroups .edit {
    width: 71%;
    text-align: right;
  }
}

/****kulbir code here 23-02-2022 ******/
.panel-default {
  border-color: #4d5b664d !important;
}

.panel {
  margin-bottom: 22px;
  background-color: #fff;
  border: 2px solid transparent;
  border-radius: 4px;
  box-shadow: 0 1px 1px rgb(0 0 0 / 5%);
}

.magic-zoom {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 25px;
}

.magic-zoom a {
  width: 100px;
  height: 120px;
  overflow: hidden;
  display: flex !important;
  align-items: center;
  justify-content: center;
}

.magic-zoom a img {
  width: 100%;
  height: auto;
}