.models_list .item {
  margin: 0 0.8% 20px;
  padding: 10px !important;
  border: 1px solid transparent;
  box-shadow: 0 0 5px rgba(155, 155, 155, 0.376);
}
.models_list .active {
  border: 1px solid #2766a3;
  border-radius: 0.25rem;
}
.models_list a {
  display: block;
  height: 100%;
  text-align: center;
}
.models_list .img {
  height: 100%;
  line-height: 80px;
}
.models_list .img img {
  display: inline-block;
}
.alert-danger {
  background: rgba(255, 108, 0, 0.135);
  /*color: #FFF;*/
  font-size: 20px;
  color: #ff6c00;
  font-weight: bold;
  border-color: #ff6c00;
}
.visitor-management-cats {
  text-align: center;
}
.brand_logo_line {
  padding: 20px 0 20px;
  background: #3577ba;
  max-width: 100%;
}
.bybrand {
  text-align: center;
  margin-top: 0;
}
.bybrand .item {
  margin: 10px;
  background: #fff;
  padding: 20px 10px;
  min-width: 10%;
}
.bybrand .item a {
  height: 100%;
  display: block;
}
.bybrand img {
  max-width: 140px;
  max-height: 50px;
}
.bybrand-supp {
  text-align: center;
}
.bybrand-supp > div {
  vertical-align: middle;
  text-align: center;
  margin: 5px;
  /*width: 15%;*/
}
.bybrand-supp div a {
  /*display: inline-block !important;*/
  height: 100%;
  width: 100%;
}
.bybrand-supp div span {
  /*width: 90%;*/
  display: block;
  text-align: center !important;
  background: #fff;
  padding: 10px;
  height: 100%;
}
.bybrand-supp div .img {
  height: 150px;
  line-height: 150px;
}
.bybrand-supp img {
  /*height: 130px;*/
  max-height: 100%;
  /*width: auto !important;*/
  /*max-width: 100%;*/
  /*margin-bottom: 10px;*/
}
.body_badge-accessories {
  /*background: url(../img/badge-accessories.jpg) top right / contain no-repeat;*/
  border-bottom: 1px solid black;
}
.badge-accessories_page .cat_desc {
}
.badge-accessories_page .pict-bage {
  background: url(../img/badge-accessories23.jpg) top right / contain no-repeat;
  padding: 30px 38% 0 40px;
  font-size: 16px;
  height: 100%;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.128);
}
.badge-accessories_page .cat_desc p {
}
.badge-accessories_page .cat_desc .row {
  margin: 10px 10px 0 10px;
  font-size: 15px;
}
.badge-accessories_page .cat_desc .col.icon {
}
.badge-accessories_page .cat_desc ol li {
  width: 80%;
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 10px;
}
.badge-accessories_page .cat_desc .icon span {
  width: 100%;
  height: 100px;
  display: inline-block;
  /*background: #CCC;*/
  border-radius: 5px;
  border: 1px dotted rgba(56, 87, 108, 0.449);
}
.badge-accessories_page .cat_desc .icon.lanyards span {
  background: url(../img/Lanyards.svg) top right / 85% no-repeat #fff;
}
.badge-accessories_page .cat_desc .icon.retractable span {
  background: url(../img/badge-reels.svg) center / 65% no-repeat #fff;
}
.badge-accessories_page .cat_desc .icon.badgeholders span {
  background: url(../img/Badge-holders.svg) center 30% / 50% no-repeat #fff;
}
.badge-accessories_page .cat_desc .icon.clips span {
  background: url(../img/Strap-clips.svg) center 30% / 50% no-repeat #fff;
}
.custom .card {
  padding: 0 20px 10px;
  text-align: center;
  border: 2px dotted #ff6c00;
}
.custom .card h3 {
  font-size: 25px;
  text-transform: uppercase;
  color: #ff6c00;
}
.custom .card h4 {
  font-size: 15px;
  line-height: 135%;
  margin: 10px 0;
}
.custom a {
  display: block;
}
.custom a span {
  height: 209px;
  display: block;
  background: url(../img/custom.svg) center bottom / 50% no-repeat #fff;
}
.custom .full {
  margin-top: 32px;
  text-transform: uppercase;
}
.custom .full a {
  font-weight: bold;
  font-size: 22px;
}
.visitor-management-cats {
}
.visitor-management-cats .item {
  margin: 10px;
  background: #fff;
  padding: 10px 10px;
  min-width: 12%;
  font-size: 15px;
  text-align: center;
}
.visitor-management-cats .title {
  font-size: 14px;
  padding: 0 7px 5px;
  color: #000;
}
.visitor-management-cats .item span {
  height: 100%;
}
.visitor-management-cats .item a {
  height: 100%;
  width: 100%;
  display: block;
  text-align: center;
}
.visitor-management-cats img {
  margin: 10px;
  max-width: 85% !important;
}

.loader {
  border: 4px solid #f3f3f3;
  border-top: 4px solid #2766a3;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  animation: spin 1s linear infinite;
  margin: 20px auto;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@media (max-width: 575px) {
  .bybrand img {
    max-width: 109px;
    max-height: 43px;
  }
  .bybrand .item {
    width: 43%;
    display: inline-block;
    height: 76px;
    vertical-align: top;
  }
  .visitor-management-cats .item {
    width: 43%;
    display: inline-block;
    /*height: 76px;*/
    vertical-align: top;
  }
  .bybrand-supp > div {
    width: 100%;
    margin: 0 0 18px 0;
  }
  .bybrand-supp div span {
  }
  .badge-accessories_page .pict-bage {
    padding: 30px 37% 0 40px;
    background-position: right top;
  }
  .badge-accessories_page .cat_desc .row {
    font-size: 13px;
  }
  .custom .card {
    margin-top: 30px;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .bybrand img {
    max-width: 109px;
    max-height: 43px;
  }
  .bybrand .item {
    width: 27%;
    display: inline-block;
    height: 76px;
    vertical-align: top;
  }
  .visitor-management-cats .item {
    width: 27%;
    display: inline-block;
    /*height: 76px;*/
    vertical-align: top;
  }
  .bybrand-supp > div {
    width: 30%;
    margin: 0 0 18px 0;
  }
  .bybrand-supp div span {
    /*width: 99px;*/
    /*margin: 5px;*/
  }
  .badge-accessories_page .pict-bage {
    padding: 30px 14% 0 40px;
    background-position: right;
  }
  .badge-accessories_page .cat_desc .row {
    font-size: 13px;
  }
  .custom .card {
    margin-top: 30px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .bybrand img {
    max-width: 109px;
    max-height: 43px;
  }
  .bybrand .item {
    width: 20%;
    display: inline-block;
    height: 76px;
    vertical-align: top;
  }
  .visitor-management-cats .item {
    width: 20%;
    display: inline-block;
    /*height: 76px;*/
    vertical-align: top;
  }
  .badge-accessories_page .pict-bage {
    padding: 30px 14% 0 40px;
    background-position: right;
  }
  .badge-accessories_page .cat_desc .row {
    font-size: 13px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .bybrand img {
    max-width: 109px;
    max-height: 43px;
  }
  .bybrand .item {
    width: 20%;
    display: inline-block;
    height: 76px;
    vertical-align: top;
  }
  .visitor-management-cats .item {
    width: 20%;
    display: inline-block;
    /*height: 76px;*/
    vertical-align: top;
  }
  .badge-accessories_page .pict-bage {
    padding: 30px 14% 0 40px;
    background-position: right;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .bybrand img {
    max-width: 95px;
    max-height: 35px;
  }
  .badge-accessories_page .cat_desc .row {
    font-size: 13px;
  }
  .cat_desc .pl-xl-5.pr-xl-5 {
    padding: 0 !important;
  }
  .badge-accessories_page .pict-bage {
    padding: 10px 30% 0 30px;
  }
  .pict-bage p {
    font-size: 14px;
  }
  .pict-bage h2 {
    font-size: 18px;
  }
  .custom .card h3 {
    font-size: 18px;
  }
  .custom .card h4 {
    font-size: 14px;
  }
  .custom .full {
    margin-top: 18px;
  }
}
@media (min-width: 1400px) and (max-width: 1599px) {
  .bybrand img {
    max-width: 120px;
    max-height: 40px;
  }
  .pict-bage h2 {
    font-size: 20px;
  }
  .cat_desc .pl-xl-5.pr-xl-5 {
    padding: 0 !important;
  }
}
@media (min-width: 1600px) {
}
