﻿.a2r .logo-image {
  max-width: 150px;
  padding: 10px;
  width: initial;
  height: initial;
  background-color: initial;
  border: 0 !important;
}
.a2r .dropdown-item {
  display: block;
  width: 100%;
  padding: 0.25rem 1.5rem;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}
.a2r .dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
}
.a2r .navbar-nav > li:hover > .dropdown-menu {
  display: block;
}
.a2r .artist-portal .hidden {
  display: none;
}
.a2r .artist-portal .hidden-table {
  display: none;
}
.a2r .artist-portal .headLine {
  display: inline-block;
  width: 100%;
  margin-bottom: 10px;
}
.a2r .artist-portal .bigText {
  font-size: x-large;
  margin: 30px;
}
.a2r .artist-portal span:nth-child(odd) {
  background-color: lightgray;
}
.a2r .artist-portal #floating-window {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.4);
  z-index: 3;
  height: 100%;
}
.a2r .artist-portal #Lic-frame {
  height: 100%;
  width: 100%;
  border: none;
  overflow-y: hidden;
}
.a2r .artist-portal #wrap-frame {
  margin: auto;
  height: 85%;
  width: 85%;
  margin-top: 40px;
  background-color: white;
  max-width: 100%;
  overflow-y: hidden;
}
.a2r .artist-portal #close-frame {
  float: right;
}
.a2r .artist-portal .table {
  width: 97% !important;
  margin: 10px 0 10px 3%;
  min-width: 500px;
}
.a2r .artist-portal .sub {
  margin-bottom: 10px;
  font-size: large;
  display: block;
  width: 100%;
  color: black !important;
  font-weight: bolder;
}
.a2r .artist-portal .ResubmitWithChanges {
  background-color: rgba(238, 133, 64, 0.6);
}
.a2r .artist-portal .ResubmitWithChanges a {
  margin-left: 50px;
}
.a2r .artist-portal .Declined {
  background-color: red;
}
.a2r .artist-portal .Declined a {
  margin-left: 50px;
}
.a2r .artist-portal .ApprovedWithChanges {
  background-color: rgba(232, 56, 213, 0.6);
}
.a2r .artist-portal .ApprovedWithChanges a {
  margin-left: 50px;
}
.a2r .artist-portal .wrapping {
  padding-left: 40px;
}
.a2r .artist-portal .Approved {
  background-color: rgba(88, 173, 88, 0.6);
}
.a2r .artist-portal .Approved a {
  margin-left: 50px;
}
.a2r .artist-portal .Production {
  background-color: #ADD8E6;
}
.a2r .artist-portal .Production a {
  margin-left: 50px;
}
.a2r .artist-portal .Resizes {
  background-color: #C9AF28;
}
.a2r .artist-portal .Resizes a {
  margin-left: 50px;
}
.a2r .artist-portal .item-table {
  padding-left: 80px;
  display: block;
}
.a2r .art-details {
  /* Control the left side */
  /* Control the right side */
}
.a2r .art-details .split {
  height: 100%;
  width: 50%;
  position: fixed;
  z-index: 1;
  top: 0;
  overflow-x: hidden;
  overflow-y: hidden;
  padding-top: 20px;
}
.a2r .art-details .left {
  left: 0;
  background-color: gray;
  border-right: solid 2px black;
}
.a2r .art-details .right {
  right: 0;
  background-color: white;
  border-left: solid 2px black;
}
.a2r .art-details .centered {
  position: absolute;
  width: 100%;
  height: 100%;
  text-align: center;
}
.a2r .art-details p {
  text-wrap: normal;
  overflow: visible;
  white-space: pre-line;
}
.a2r .art-details .status {
  color: red;
}
.a2r .art-details .bold {
  font-weight: bolder;
}
.a2r .art-details .bottomButton {
  background-color: #4CAF50; /* Green */
  border: none;
  color: white;
  padding: 1% 2%;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 12px;
  margin: 4px 2px;
  transition-duration: 0.4s;
  cursor: pointer;
  margin-right: 30px;
}
.a2r .art-details .bottomButton {
  background-color: white;
  color: black;
  border: 2px solid #4CAF50;
}
.a2r .art-details .bottomButton:hover {
  background-color: #4CAF50;
  color: white;
}
.a2r .part-2-approve .select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 19px !important;
}
.a2r .part-2-approve .line {
  border-top: solid;
}
.a2r .part-2-approve table {
  table-layout: fixed;
}
.a2r .part-2-approve img {
  float: left;
  background-color: lightgray;
  border: 5px solid black !important;
  height: 200px;
  width: 200px;
}
.a2r .part-2-approve .head {
  font-size: 30px;
  font-weight: bold;
  height: 50px;
  width: 15%;
  max-width: 15%;
  padding: 3px;
}
.a2r .part-2-approve thead {
  text-align: center;
  background-color: white;
  overflow-x: hidden;
  max-width: 100%;
  position: sticky;
  top: 0;
}
.a2r .part-2-approve tr {
  text-align: center;
  font-size: 30px;
  height: 50px;
  border-bottom: 5px solid black;
}
.a2r .part-2-approve th {
  text-align: center !important;
}
.a2r .part-2-approve td {
  margin-left: 10px;
  margin-right: 10px;
}
.a2r .part-2-approve .leadTitle {
  margin-left: 150px;
  margin-right: 5px;
  font-size: 20px;
}
.a2r .part-2-approve table {
  width: 100%;
}
.a2r .part-2-approve .select2-search--dropdown:after {
  content: none !important;
  display: block;
}
.a2r .part-2-approve #floating-window {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.4);
  z-index: 3;
  border: 2px solid black;
}
.a2r .part-2-approve #floating-note {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.4);
  z-index: 3;
  border: 2px solid black;
}
.a2r .part-2-approve #notes-frame {
  height: 100%;
  width: 100%;
  border: none;
}
.a2r .part-2-approve #Lic-frame {
  height: 100%;
  width: 100%;
  border: none;
}
.a2r .part-2-approve #wrap-frame {
  margin: auto;
  height: 75%;
  width: 75%;
  margin-top: 40px;
  background-color: gray;
  max-width: 100%;
  border: 2px solid black;
}
.a2r .part-2-approve #note-wrap {
  margin: auto;
  height: 400px;
  width: 50%;
  margin-top: 15%;
  background-color: gray;
  border: 2px solid black;
}
.a2r .part-2-approve .tableScroll {
  max-height: 65vh;
  overflow-y: auto;
}
.a2r .part-2-approve .btn {
  margin-right: 10px;
  border: 1px solid black !important;
  font-size: 25px !important;
  margin-bottom: 20px !important;
}

.quick-home {
  /*TODO: make searchbar do something */
}
.quick-home #block-screen {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}
.quick-home #order-table_info {
  position: absolute;
  top: 21px;
}
.quick-home #search {
  font-weight: bold;
  float: right;
}
.quick-home button, .quick-home select {
  padding: 5px;
  margin-inline-end: 5px;
  margin-bottom: 5px;
  min-width: 175px;
  border: none;
  border-radius: 3px;
  background-color: #efefef;
}
.quick-home select#status-filter {
  width: auto;
}
.quick-home button#close-frame {
  margin-top: 5px;
  margin-right: 35px;
}
.quick-home .dataTables_wrapper .dataTables_length {
  float: right;
}
.quick-home #batch-checked-button {
  margin-top: 5px;
}
.quick-home input#top-input {
  min-width: 50px !important;
  width: 112px !important;
  background-color: #fff;
  color: #337AB7;
  border: 2px solid #888;
  border-radius: 3px;
  padding: 3px !important;
}
.quick-home .dataTables_wrapper .dataTables_length button, .quick-home select {
  min-width: 50px !important;
  width: auto !important;
  background-color: #efefef;
  color: #337AB7;
  border: 2px solid #888;
  border-radius: 3px;
  padding: 3px !important;
}
.quick-home button:hover {
  background-color: #337AB7;
  color: #fff;
}
.quick-home input[type=text], .quick-home input[type=search], .quick-home textarea {
  padding: 3px;
  border-radius: 3px;
  text-align: center;
  color: #888;
  border: 2px solid #888;
  margin-bottom: 5px;
  box-sizing: border-box;
}
.quick-home input:focus {
  border-color: #337AB7;
  color: #337AB7;
  background-color: #F1FDFF;
}
.quick-home ::placeholder {
  color: #888;
  font-weight: 400;
}
.quick-home input[type=radio], .quick-home input[type=checkbox]:focus {
  background-color: #337AB7;
}
.quick-home .check-box-box {
  width: 50%;
}
.quick-home .check-box-box li {
  display: inline-block;
  width: 30%;
}
.quick-home .dataTables_processing {
  background: none !important;
  backround-color: #fff;
}
.quick-home #processing {
  position: fixed;
  top: 20px !important;
  padding: 8px 20px !important;
  font-size: 18px !important;
  text-align: center !important;
  font-weight: bold !important;
}
.quick-home label#ActiveFreightFilters, .quick-home label#ActiveDueDateFilters, .quick-home label#ActiveStoreNameFilters, .quick-home label#ActiveTagsFilters {
  text-align: right;
  margin-bottom: px;
  display: block;
  margin-right: 20px;
  color: #337AB7;
}
.quick-home label#ActiveTagsFilters {
  margin-bottom: 25px;
}
.quick-home label#ActiveFreightFilters {
  margin-top: -150px;
}
.quick-home #order-table_filter {
  display: none;
}
.quick-home #txt {
  display: none;
}
.quick-home #Search {
  display: none;
}
.quick-home .U_AWI_Attnto-column {
  text-align: left;
}
.quick-home td.U_AWI_Attnto-column {
  margin-left: 8px;
  display: inline-block;
}
.quick-home #order-table tbody tr.odd {
  background-color: #eee;
}
.quick-home td, .quick-home th {
  text-align: center;
}
.quick-home #store-name-title,
.quick-home #due-date-title,
.quick-home #tags-title,
.quick-home #freight-service-name-title {
  cursor: pointer;
  position: relative;
}
.quick-home #store-name-title:hover,
.quick-home #due-date-title:hover,
.quick-home #tags-title:hover,
.quick-home #freight-service-name-title:hover {
  color: #337AB7;
}
.quick-home #store-select-box,
.quick-home #due-date-select-box,
.quick-home #tags-select-box,
.quick-home #freight-service-names-select-box {
  display: none;
  position: absolute;
  background: white;
  box-shadow: 5px 2px 8px rgba(0, 0, 0, 0.25) !important;
  width: auto !important;
  right: 0;
  padding: 10px 10px;
  white-space: nowrap;
  margin-top: 10px;
}
.quick-home #due-date-select-box {
  width: 140px;
}
.quick-home .wrap-select {
  text-align: left;
  margin: 10px;
}
.quick-home .wrap-select input {
  margin-right: 6px;
}
.quick-home .tags-column {
  width: 70px;
}
.quick-home .tags-column i {
  padding: 2px;
}
.quick-home #floating-window {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
}
.quick-home #floating-window > .bg {
  background: rgba(0, 0, 0, 0.4);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
}
.quick-home #order-frame {
  height: 100%;
  width: 100%;
  border: none;
}
.quick-home #wrap-frame {
  margin: auto;
  width: 1400px;
  height: 850px;
  margin-top: 40px;
  background-color: white;
  max-width: 100%;
}
.quick-home #close-frame {
  float: right;
}
.quick-home #count-input {
  width: 100px;
}
.quick-home #garment-input {
  width: 100px;
}
.quick-home .Display {
  background-color: Transparent;
}

.ink a {
  color: red;
}
.ink .modal-dialog {
  width: 55%;
}
.ink th {
  background-color: black;
  color: white;
}
.ink .table {
  border: 0.5px solid #000000;
}
.ink .table-bordered > thead > tr > th,
.ink .table-bordered > tbody > tr > th,
.ink .table-bordered > tfoot > tr > th,
.ink .table-bordered > thead > tr > td,
.ink .table-bordered > tbody > tr > td,
.ink .table-bordered > tfoot > tr > td {
  border: 0.5px solid #000000;
}
.ink .select2-container {
  display: block;
  margin: 0;
  position: relative;
  vertical-align: middle;
}
.ink .select2-selection__rendered {
  content: none;
  width: 100% !important;
}
.ink .select2-container--default .select2-selection--single .select2-selection__rendered {
  display: block;
  color: #444;
  line-height: 19px !important;
  width: 100% !important;
}
.ink .select2-selection--single .select2-selection__rendered {
  display: block;
  width: 100% !important;
}
.ink .select2-search--dropdown:after {
  content: none !important;
  display: block;
}
.ink .select2.select2-container.select2-container--default {
  display: block;
  width: 100% !important;
}
.ink .producttype {
  display: block;
}
.ink .mesh {
  display: block;
}
.ink .mill {
  display: block;
}
.ink .selectInks {
  padding-top: 6px;
}
.ink .inkHeader strong {
  padding: 0 3px;
}

.navbar-inverse .btn-link {
  padding-top: 12px;
}

.btn-close {
  box-sizing: content-box;
  width: 1em;
  height: 1em;
  padding: 0.25em 0.25em;
  color: #000;
  background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat;
  border: 0;
  border-radius: 0.25rem;
  opacity: 0.5;
}

.userImage {
  width: 40px;
  overflow: hidden;
  border-radius: 50%;
}

.navbar-right.with-image > li > a {
  padding-top: 5px;
}

.video-container {
  height: 0;
  overflow: hidden;
  padding-bottom: 90%;
  padding-top: 30px;
  position: relative;
}

.video-container iframe, .video-container object, .video-container embed {
  height: 100%;
  left: 0;
  overflow: hidden;
  position: absolute;
  top: 0;
  width: 100%;
}

.highlight {
  background-color: lightblue;
}

.date span {
  display: none;
}

.load {
  background: rgba(255, 255, 255, 0.8) 50% 50% no-repeat;
  display: none;
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1000;
}

/* When the body has the loading class, we turn
   the scrollbar off with overflow:hidden */
body.loading {
  overflow: hidden;
}

/* Anytime the body has the loading class, our
   modal element will be visible */
body.loading .modal {
  display: block;
}

.releaseNotes li {
  width: 100%;
  display: block;
}

.releaseNotesContent span {
  display: block;
  padding-left: 20px;
}

.page-container {
  min-height: 95vh;
}
.navbar-nav > li > a{padding-top:9px !important;}