.flex-wrapper {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

.flex-item {
  -webkit-box-flex: 1 200px;
  -moz-box-flex: 1 200px;
  -webkit-flex: 1 200px;
  -ms-flex: 1 200px;
  flex: 1 200px;
  -webkit-box-ordinal-group: 2;
  -moz-box-ordinal-group: 2;
  -ms-flex-order: 2;
  -webkit-order: 2;
  order: 2;
}

.topLinks {
  float: right;
}

.custom-menu {
  display: none;
  z-index: 1000;
  position: absolute;
  overflow: hidden;
  border: 1px solid #CCC;
  white-space: nowrap;
  font-family: sans-serif;
  background: #FFF;
  color: #333;
  border-radius: 5px;
  padding: 0;
}

/* Each of the items in the list */
.custom-menu li {
  padding: 8px 12px;
  cursor: pointer;
  list-style-type: none;
  transition: all 0.3s ease;
  user-select: none;
}

.dropzone {
  text-align: center;
  padding: 30px 15px;
  margin: 20px 0;
  border: 2px dashed #cccccc;
  cursor: pointer;
  border-radius: 4px;
}

.dz-preview {
  visibility: hidden !important;
  display: none !important;
}

#vi-search-form {
  position: relative;
}
#vi-search-form #search-icon-addon {
  background-color: #ededed;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
#vi-search-form #reset-search-addon {
  position: inherit;
  background-color: #ededed;
  border-left: 0;
  cursor: pointer;
  z-index: 999;
}
#vi-search-form #search {
  padding-left: 16px;
}
#vi-search-form #btn-search {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  z-index: 999;
}

.modal-content {
  padding: 10px;
  border-radius: 4px;
}
.modal-content ul {
  list-style: none;
  padding: 0px;
  margin: 0px;
  text-align: center;
}
.modal-content .attribute-label-container {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}
.modal-content .tag-attributes {
  display: flex;
  flex-flow: column;
  text-align: center;
}
.modal-content .tag-attributes #back-popout {
  align-self: flex-start;
  margin-bottom: 10px;
  border-radius: 4px;
}
.modal-content .tag-attributes .tag-label-container {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(100px, 1fr));
  gap: 10px;
}

.search-help-button {
  border-radius: 12px;
  background-color: #bd1e2c;
  color: #fff;
  position: absolute;
  transform: translate(-130%, 25%);
  z-index: 3;
  border: none;
  height: 30px;
  text-align: center;
  width: auto;
  padding: 4px 15px;
  box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease 0s;
  cursor: pointer;
  outline: none;
}

#btn-make {
  border-radius: 0 !important;
  border-left: none;
  border-right: none;
}

#btn-model {
  border-radius: 0 !important;
}

#makeDropdown {
  border: 1px solid #ccc;
  border-top: 0;
  padding: 0;
  position: absolute;
  z-index: 3;
  background-color: #fff;
  margin: 0;
  left: -1px;
  border-radius: 4px;
  overflow: auto;
  max-height: 250px;
  display: none;
}

#makeDropdown li {
  padding: 5px 10px;
  cursor: pointer;
  font-size: 14px !important;
}

#makeDropdown > li:hover, li:focus {
  background-color: #f1f1f1;
}

#modelDropdown {
  border: 1px solid #ccc;
  border-top: 0;
  padding: 0;
  position: absolute;
  z-index: 3;
  background-color: #fff;
  margin: 0;
  left: -2px;
  border-radius: 4px;
  overflow: auto;
  max-height: 250px;
  display: none;
}

#modelDropdown li {
  padding: 5px 10px;
  cursor: pointer;
  font-size: 14px !important;
}

#modelDropdown > li:hover, li:focus {
  background-color: #f1f1f1;
}

#bulk-delete {
  font-size: 12px;
  line-height: 24px;
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: 0.08em;
}

#vi-search-form-wrapper .btn {
  font-size: 12px;
  line-height: 24px;
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: 0.08em;
}
#vi-search-form-wrapper #btn-upload, #vi-search-form-wrapper #btn-tag {
  border-radius: 4px;
  line-height: 32px;
}

#search-options {
  margin: 30px 0 20px 0;
  display: inline-block;
}
#search-options .form-control {
  width: auto;
  display: inline-block;
}

#imageFunctionalities {
  margin-top: 10px;
  float: right;
  width: 26%;
}

#imageFunctionalities2 {
  margin-right: 30px;
  margin-top: 10px;
  float: right;
  width: 53%;
}

#resetButton {
  display: none;
}

#sortByDropdown {
  font-weight: bold;
  width: 33%;
  border: 1px solid #bd1e2c;
  color: #bd1e2c;
  cursor: pointer;
}

#dt-tags th {
  color: #000000;
}
#dt-tags th, #dt-tags td {
  padding: 8px 15px;
  vertical-align: middle;
}
#dt-tags td:nth-child(4) {
  text-align: right;
}
#dt-tags td:nth-child(5) {
  text-align: center;
}

#upload-progress {
  margin: 20px 0;
}
#upload-progress .progress-bar {
  width: 100%;
  font-weight: bold;
}

.remove-button {
  position: absolute;
  top: -2px;
  color: white;
  background-color: black;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  text-align: center;
  line-height: 20px;
  font-size: 13px;
  left: 10px;
}
.remove-button:hover, .remove-button:focus, .remove-button:active {
  color: white;
}

.vi-separator hr {
  margin-top: 0;
}

.tags-list .tag {
  float: left;
  margin-right: 8px;
  margin-top: 8px;
  font-weight: normal;
  font-size: 12px;
  padding: 5px 10px;
  border-radius: 5px;
}

.autocomplete-tags {
  position: absolute;
  display: block;
  width: 100%;
  left: 0;
  top: 34px;
  background-color: #ffffff;
  border: 1px solid #cccccc;
  border-top: 0;
  margin: 0;
  z-index: 10;
}

.autocomplete-model, .autocomplete-make {
  position: absolute;
  display: block;
  width: 100%;
  left: 0;
  top: 34px;
  background-color: #ffffff;
  border: 1px solid #cccccc;
  border-top: 0;
  margin: 0;
  z-index: 999;
}

.btn-add-tag {
  border-left: 0;
  padding: 6.5px 12px;
  height: 34px;
}

.edit-date {
  margin-left: 15px;
}

.save-date {
  padding: 6px 0;
}

.date-label {
  padding-top: 0 !important;
  margin: 0;
  font-weight: normal;
}

.image-settings {
  border-right: 1px solid #dddddd;
}

.page-btn {
  cursor: pointer;
}

#limit {
  cursor: pointer;
}

#upload-preview {
  margin: 20px 0;
}

#scroll-to-bottom {
  font-size: 14px;
  margin-top: 13px;
}

.page-alert ul {
  list-style-type: none;
  padding: 0;
}

.tag {
  position: relative;
  cursor: default;
}

.tag-wrapper {
  position: relative;
  display: inline-block;
}
.tag-wrapper .remove-tag {
  cursor: pointer;
  display: none;
  position: absolute;
  top: 3px;
  right: 3px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #000000;
  color: #ffffff;
  text-align: center;
  font-weight: bold;
  line-height: 12px;
}
.tag-wrapper:hover .remove-tag {
  display: block;
}

.searchTags {
  font-size: 13px;
  color: white;
  font-weight: 500;
  font-family: "Roboto";
  border: 1px solid #309eb2;
  border-radius: 3px;
  background-color: #309eb2;
  padding: 2px 6px;
}

.search-tag-wrapper {
  position: relative;
  cursor: pointer;
}
.search-tag-wrapper .remove-search-tag {
  cursor: pointer;
  display: none;
  position: absolute;
  top: -10px;
  right: -2px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #000000;
  color: #ffffff;
  text-align: center;
  font-weight: bold;
  line-height: 12px;
}
.search-tag-wrapper:hover .remove-search-tag {
  display: block;
}

.predictTags {
  cursor: pointer;
  font-size: 14px;
  color: white;
  font-weight: 500;
  font-family: "Roboto";
  border: 1px solid #1bbfdc;
  border-radius: 3px;
  background-color: #1bbfdc;
  width: auto;
  padding: 3px 6px;
  margin: 4px;
}

.makeModel {
  padding-left: 0;
  padding-bottom: 10px;
}

#predictTagsDiv {
  width: 100%;
  margin-top: 15px;
}

#search-autocomplete {
  display: block;
  border: 1px solid #cccccc;
  border-top: 0;
  padding: 0;
  position: absolute;
  z-index: 3;
  background-color: #ffffff;
  margin: 0;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}

#searchTerms {
  background-color: #f8f8f8 !important;
}

.autocomplete li {
  padding: 10px 12px;
  cursor: pointer;
}
.autocomplete li.active {
  background-color: #f1f1f1;
}

.related-images {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  align-content: flex-start;
  justify-content: space-between;
  height: auto;
  padding: 0 10px;
}
.related-images a {
  flex-grow: 1;
  flex-basis: 200px;
  max-width: 252px;
  margin: 5px;
}
.related-images img {
  height: auto;
  width: 100%;
}

.vi-group {
  min-height: 215px;
}

#vi-search-form {
  margin-bottom: 15px;
}

.row-clear {
  clear: both;
  padding-top: 20px;
}

.sizes-wrapper {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  justify-content: center;
}
.sizes-wrapper .size-box {
  flex: 0;
  flex-basis: 175px;
  min-width: 175px;
  padding: 0 15px;
  margin-bottom: 15px;
}
.sizes-wrapper .size-box .btn-group {
  width: 100%;
  border: 1px solid #cccccc;
  margin-top: 7px;
}
.sizes-wrapper .size-box .btn {
  width: 50%;
  border: 0;
}
.sizes-wrapper .size-box .btn + .btn {
  margin-left: 0;
}

.gray-box {
  background-color: #fafafa;
  border-radius: 4px;
  padding: 15px 30px;
  margin-bottom: 15px;
  border: 1px solid #f0f0f0;
}

.size-section {
  margin: 30px 0;
  padding: 30px 15px;
}

#custom-width, #custom-height {
  max-width: 70px;
}

#similarImagesModal .btn-row {
  margin: 0 0 15px 0;
}
#similarImagesModal .btn-row .btn {
  margin-top: 5px;
}
#similarImagesModal h3 {
  margin: 15px 0;
}
#similarImagesModal .confirm-image:not(.active) {
  display: none;
}
#similarImagesModal #similar-images-box {
  min-height: 290px;
  margin-top: 20px;
}

#image-box {
  position: relative;
  height: 485px;
  border: 1px solid #dddddd;
  border-radius: 4px;
}
#image-box img {
  position: absolute;
  top: 50%;
  left: 50%;
  max-height: 455px;
  -webkit-transform: translate(-50%, -50%);
  -khtml-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.pagination {
  margin: 30px 0 20px 0;
}

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

.pagination-text {
  margin: 0;
}

#upload-errors p {
  margin: 0;
}

#bulk-delete-ribbon {
  display: none;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: #fefefe;
  padding: 15px;
  border-top: 1px solid #dddddd;
  font-size: 16px;
  z-index: 2;
}

#bulkDeleteTagsRibbon {
  display: none;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: #fefefe;
  padding: 15px;
  border-top: 1px solid #dddddd;
  font-size: 16px;
  z-index: 2;
}

#bulkMergeTagsRibbon {
  display: none;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: #fefefe;
  padding: 15px;
  border-top: 1px solid #dddddd;
  font-size: 16px;
  z-index: 2;
}

.masonry .item, .grid .item {
  display: inline-block;
  margin: 0 0 6px 0;
  position: relative;
}
.masonry .item img, .grid .item img {
  max-width: 100%;
  height: 150px;
}
.masonry .item.selected img, .grid .item.selected img {
  opacity: 0.3;
}
.masonry .item.selected:after, .grid .item.selected:after {
  content: "\f1f8";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -khtml-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-size: 3em;
  font-family: "FontAwesome";
  color: #bd1313;
  background-color: #fff;
  text-align: center;
  border-radius: 50%;
  padding: 4px;
  height: 70px;
  width: 70px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3882352941);
  opacity: 1;
  -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.4);
  -khtml-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.4);
  -ms-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.4);
  -o-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.4);
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.4);
}

.selectedTag {
  background-color: #ff9e9e !important;
}

.selectedTag2 {
  background-color: #B5EBF5 !important;
}

.masonry {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  column-count: 5;
  column-gap: 6px;
}
.masonry .item {
  width: 100%;
}

.grid {
  column-count: 1;
}
.grid .item {
  width: auto;
  vertical-align: top;
  margin: 0 2px 6px 2px;
}

.autocomplete-container {
  position: relative;
}

.album-grid {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  width: calc(100% + 16px);
  margin: -8px;
}

.album-grid-item {
  -webkit-flex-grow: 0;
  flex-grow: 0;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-flex-basis: calc(16.6666666667% - 16px);
  flex-basis: calc(16.6666666667% - 16px);
  margin: 8px;
}

.album-thumbnail-box {
  position: relative;
  border-radius: 15px;
  overflow: hidden;
  background-color: #e0e0e0;
  width: 100%;
  height: 176px;
  flex-direction: column;
  align-self: center;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

.album-thumbnail-row {
  -webkit-box-flex: 0 1 50%;
  -moz-box-flex: 0 1 50%;
  -webkit-flex: 0 1 50%;
  -ms-flex: 0 1 50%;
  flex: 0 1 50%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: row;
}

.album-thumbnail-image-container {
  -webkit-box-flex: 1 1 auto;
  -moz-box-flex: 1 1 auto;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  position: relative;
  overflow: hidden;
  border: 1px solid white;
}

.album-thumbnail-image {
  position: absolute;
  top: -4px;
  left: -4px;
  right: -4px;
  bottom: -4px;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center;
}

.album-remove-image {
  display: none;
  position: relative;
}

.album-image:hover .album-remove-image {
  display: inline-block;
  position: absolute;
  cursor: pointer;
  top: 5px;
  right: 5px;
  width: 22px;
  height: 22px;
  line-height: 22px;
  background-color: #fff;
  color: #bd1313;
  text-align: center;
  -webkit-border-radius: 50%;
  -khtml-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
}

@media (max-width: 1200px) {
  .masonry {
    column-count: 4;
  }
}
@media (max-width: 991px) {
  .masonry {
    column-count: 3;
  }
  #image-box {
    margin-bottom: 20px;
  }
  .sizes-wrapper .size-box {
    flex: 1;
  }
  .related-images a {
    max-width: 100%;
  }
  #btn-upload, #btn-tag {
    margin: 15px 0;
  }
  #similarImagesModal #similar-images-box {
    min-height: 205px;
  }
}
@media (max-width: 767px) {
  .masonry {
    column-count: 2;
  }
  #custom-width, #custom-height {
    max-width: 100%;
  }
  .vi-group {
    margin-bottom: 30px;
  }
}
@media (max-width: 480px) {
  .masonry {
    column-count: 1;
  }
  .masonry .item {
    display: block;
    margin: 0 0 6px;
  }
  .masonry .item img {
    width: 100%;
  }
}

/*# sourceMappingURL=vehicle-images.css.map */
