/*
    Default Styling
*/
html {
  overflow-x: hidden; }

#app_main-menu-wrapper, #app_sidebar-left {
  width: 200px; }

#content_outer_wrapper {
  padding-left: 200px; }

#app_main-menu-wrapper .nav .nav-sub li > a {
  padding: 6px 0 6px 17px; }
/*
    Header styling
*/
#content_outer_wrapper {
  padding-bottom: 65px; }

.page-profile #header_wrapper.profile-header {
  min-height: 150px !important;
  max-height: 150px !important; }

#content_outer_wrapper #content_wrapper.card-overlay #header_wrapper.header-xl + #content {
  padding-top: 110px;
padding-bottom: 85px;}

  #content_outer_wrapper #content_wrapper {
      position: unset !important;
  }

.heading-black {
  background-color: #434343 !important;
  color: #fff !important;
  z-index: 3 !important; }

.card-title-black {
  background-color: #434343 !important;
  color: #fff !important; }

.heading-light {
  background-color: #eee !important;
  border-bottom: 1px solid #ccc !important;
  color: #607188 !important; }

.card-title-light {
  background-color: #eee !important;
  color: #607188 !important; }

/*
    Menu
*/
#logo_wrapper ul li h1.brand-text {
  padding: 5px 0 0 20px !important; }

#app_main-menu-wrapper .nav .nav-sub {
  padding: 5px 0 5px; }

/*
    Table Styling
*/
.v-mid {
  vertical-align: middle !important; }

.btn-group .select-action .dropdownjs {
  position: relative !important;
  z-index: 2; }

/*
    Text Styling
*/
.small-text {
  font-size: 9px;
  line-height: 1; }

.medium-text {
  font-size: 12px; }

.large-text {
  font-size: 15px; }

.mini-icon {
    font-size: 15px; }
.small-icon {
  font-size: 22px; }

.medium-icon {
  font-size: 42px; }

.large-icon {
  font-size: 62px; }

.text-center {
  text-align: center !important; }

.text-justify {
  text-align: justify !important; }

.text-left {
  text-align: left !important; }

.text-right {
  text-align: right !important; }

.border-bottom-header {
  border-bottom: solid thin #edf3f7; }

.all-caps {
  text-transform: uppercase !important; }

.font-700 {
  font-weight: 700 !important; }

.text-green {
  color: green !important; }

.text-red {
  color: red !important; }

.text-white {
  color: #fff !important; }

.text-strikethrough {
  text-decoration: line-through;
}


/*
    Modal styling
*/
.modal-header-black {
  background-color: #434343 !important;
  color: #fff !important; }

/*
    Panel styling
*/
.panel-heading-black {
  background-color: #434343 !important; }

.panel-heading-black a:link {
  color: #fff !important; }

.panel-group .panel .panel-heading a.collapsed:after {
  color: #666; }

/*
    Size styling
*/
.p-r-0 {
  padding-right: 0px !important; }

.p-l-0 {
  padding-left: 0px !important; }

.p-r-5 {
  padding-right: 5px !important; }

.p-r-10 {
  padding-right: 10px !important; }

.p-r-25 {
  padding-right: 25px !important; }

.p-t-15 {
  padding-top: 15px !important; }

.p-b-15 {
  padding-bottom: 15px !important; }

.p-r-15 {
  padding-right: 15px !important; }

.full-width {
  width: 100% !important; }

.half-width {
  width: 50% !important; }

.width-70 {
  width: 70% !important; }

.full-height {
  height: 100% !important; }

.height-100 {
  height: 100px; }

.height-70 {
  height: 70px; }

.height-175 {
  height: 175px; }

.width-25 {
  width: 25px; }

.width-55 {
  width: 55px; }

.width-75 {
  width: 75px; }

.width-100 {
  width: 100px; }

.width-150 {
  width: 150px; }

.p-r-30 {
  padding-right: 30px !important; }

.m-t-60 {
  margin-top: 60px; }

.m-t-7 {
  margin-top: 7px; }

  .m-t-3 {
    margin-top: 3px; }

.m-t-4 {
  margin-top: 4px; }

.m-b-4 {
  margin-bottom: 4px; }

.m-l-24 {
  margin-left: 24px; }

.m-r-24 {
  margin-right: 24px; }

.m-r-75 {
  margin-right: 75px; }

.p-3{
  padding: 3px !important; }

.p-6{
  padding: 6px !important; }

.min-w-200 {
  min-width: 200px !important; }

.min-h-38 {
  min-height: 38px !important; }

/*
    Div styling
*/
.nowrap {
  white-space: nowrap; }

.mdl-button--raised.mdl-button--colored {
  background: #000 !important; }

.mdl-button--raised {
  box-shadow: 0 12px 20px -10px rgba(0, 0, 0, 0.98), 0 5px 20px 0 rgba(0, 0, 0, 0.14), 0 5px 19px -7px rgba(0, 0, 0, 0.67) !important; }

.light-grey-bg {
  background-color: #eee; }

.section-header {
  border-bottom: 1px solid #eee; }

.dark-section-header {
  border-bottom: 1px solid #999; }

.checkbox input[type=checkbox]:checked + .checkbox-material .check,
label.checkbox-inline input[type=checkbox]:checked + .checkbox-material .check {
  color: #000;
  border-color: #000; }

.checkbox input[type=checkbox]:checked + .checkbox-material .check:before,
label.checkbox-inline input[type=checkbox]:checked + .checkbox-material .check:before {
  color: #000;
  box-shadow: 0 0 0 10px, 10px -10px 0 10px, 32px 0 0 20px, 0 32px 0 20px, -5px 5px 0 10px, 20px -12px 0 11px; }

.display-inline {
  display: -webkit-inline-box; }

.float-r {
  float: right; }

.flex {
  display: -ms-flexbox;
  display: flex; }

.light-gradient-background {
  background: linear-gradient(#ffffff, #f3f3f3); }

/*
    Button styling
*/
.btn.btn-primary, .btn.btn-green {
  box-shadow: 0 2px 2px 0 rgba(255, 255, 255, 0), 0 3px 1px -2px rgba(255, 255, 255, 0), 0 1px 5px 0 rgba(255, 255, 255, 0) !important; }

.form-control, .form-group .form-control {
  border-bottom: 1px solid #999;
  background-position: center bottom, center calc(100% - 0px); }

.buying-event-order-status {
  font-size: 8px !important;
  font-weight: 500;
  border-radius: 8px !important; }

.brief-status {
position: absolute;
right: 15px;
bottom: -8px;
}

.artist-events-button {
  border: 1px solid #444;
  padding: 15px;
  border-radius: 4px;
  position: relative;
  top: 2px;
  left: 7px; }

.artist-events-button:hover {
  border: 1px solid #696969; }

.artist-offers-btn {
  color: #fff;
  margin-top: 8px;
  font-size: 18px;
  position: absolute;
  right: 15px; }

.event-payments-btn {
  color: #fff;
  margin-top: 8px;
  margin-right: 5px;
  font-size: 16px;
  position: absolute;
  right: 50px; }

.back-events-btn {
  color: #fff;
  margin-top: 8px;
  font-size: 20px;
  position: absolute;
left: 15px; }

.btn-black {
  background-color: #434343;
  color: #FFF !important; }

.btn-black:hover {
  color: #FFF !important;
  box-shadow: 0px 0px 5px 2px #00000090; }

.btn-grey {
  background-color: #eee;
  border: 1px solid;
  color: #000 !important; }

.btn-grey:hover {
  color: #000 !important;
  box-shadow: 0 14px 26px -12px rgba(255, 255, 255, 0.7), 0 4px 23px 0 rgba(0, 0, 0, 0.7), 0 8px 10px -5px rgba(255, 255, 255, 0.7); }

.label-success-black {
  background-color: #000;
  color: #FFF; }

.small-text {
  font-size: 9px !important; }

.cm2 {
  color: #333;
  font-size: 8px;
  font-family: "Open Sans",sans-serif !important;
  line-height: 1.25em !important;
  position: relative;
  bottom: 7px; }

.offer-paid {
  cursor: pointer !important; }

.pointer {
  cursor: pointer !important; }

.btn.btn-sm {
  font-size: 9px !important; }

.btn.btn-md {
  font-size: 10px !important; }

.icon-circle-left {
  border-radius: 50%;
  width: 32px;
  height: 32px;
  padding: 8px;
  background: #fff;
  color: #333;
  text-align: center;
  position: absolute;
  left: 2px;
  bottom: 2px;
  cursor: pointer; }

.icon-circle-right {
  border-radius: 50%;
  width: 32px;
  height: 32px;
  padding: 8px;
  background: #fff;
  color: #333;
  text-align: center;
  position: absolute;
  right: 2px;
  bottom: 2px;
  cursor: pointer; }

.btn:focus {
  color: #fff !important; }

.dropdownjs > ul > li:hover {
  background-color: #000 !important;
  box-shadow: 0 14px 26px -12px rgba(0, 0, 0, 0.42), 0 4px 23px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 0, 0, 0.2) !important; }

.dropdownjs > ul > li:focus {
  background-color: #000 !important;
  color: #fff !important;
  box-shadow: 0 14px 26px -12px rgba(0, 0, 0, 0.42), 0 4px 23px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 0, 0, 0.2) !important; }

/*
    Formgroup Styling
*/
.form-group.is-focused label,
.form-group.is-focused label.control-label {
  color: #000; }

.form-group.is-focused .form-control {
  background-image: linear-gradient(#000, #000), linear-gradient(rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0.5)); }

.filter-options {
  margin-top: 5px !important; }

.form-control, .form-group .form-control {
  background-image: linear-gradient(#ffffff, #ffffff), linear-gradient(rgba(255, 255, 255, 0.7), rgba(255, 255, 255, 0.5)); }

.buying-calc-error {
  background-image: linear-gradient(#a94442, #a94442), linear-gradient(rgba(212, 18, 18, 0.7), rgba(212, 18, 18, 0.5)) !important; }

.buying-calc-validation-message {
  color: #a94442;
  display: none; }

#content .nav-pills > li.active > a, #content .nav-pills > li.active > a:focus, #content .nav-pills > li.active > a:hover {
  background-color: #E3ECF7;
  color: #3e4c5e;
  border: 1px solid #3e4c5e;
  box-shadow: 0 0 4px 1px #00000090; }

#content .nav-pills > li > a {
  border: 1px solid #3e4c5e;
  box-shadow: 0 0 4px 1px #00000090; }

.input-group-addon {
  padding: 0px 15px 0px 0px !important; }

.input-group .input-group-btn {
  padding: 0 0px 0 12px !important; }

.rotate-artwork-icon {
  cursor: pointer;
  color: #555;
  font-size: 20px;
  margin-top: 20px; }

/*
    Gallery styling
*/
.gallery-info-btn {
  font-size: 23px;
  text-align: right;
  position: absolute;
  right: 0;
  bottom: 0; }

.gallery-mobile-icon {
  position: absolute;
  bottom: 8px;
  right: 11px; }

.camera-mobile-icon {
  position: absolute;
  bottom: 9px;
  right: 6px; }

/*
    Profile styling
*/
.profile-bio {
  text-align: left; }

.gal {
  /* Chrome, Safari, Opera */
  /* Firefox */
  column-count: 3; }

.gal img {
  width: 100%;
  padding: 7px 0; }

/*
    Auth Styling
*/
body#auth_wrapper {
  background-color: #000; }

#auth_wrapper a:link:not(.btn),
#auth_wrapper a:visited:not(.btn) {
  color: #000; }

body#auth_wrapper #login_wrapper .logo {
  width: 100%;
  height: auto;
  box-shadow: none;
  top: 0px;
  left: 0%;
  background: #fff; }

body#auth_wrapper #login_wrapper .logo img {
  padding: 50px 24px 0px 24px; }

.help-block {
  color: #F00; }

/*
    Dashboard Styling
*/
/*
    Styles
*/
.btn-primary {
  background-color: #434343; }

/* Side bar */
.panel-no-padding-left {
  padding-left: 0 !important; }

body #app_wrapper #app_sidebar-left #logo_wrapper {
  background-color: #434343; }

body #app_wrapper #app_sidebar-left #logo_wrapper a:link,
body #app_wrapper #app_sidebar-left #logo_wrapper a:visited {
  color: #ccc; }

body #app_wrapper #app_sidebar-left #logo_wrapper a:hover {
  color: #fff; }

body #app_wrapper #app_sidebar-left #app_main-menu-wrapper {
  background-color: #434343; }

body #app_wrapper #app_sidebar-left #app_main-menu-wrapper .nav .nav-sub,
body #app_wrapper #app_sidebar-left #app_main-menu-wrapper .nav > li > a:hover {
  background-color: #434343; }

body #app_wrapper #app_sidebar-left #app_main-menu-wrapper .nav-pills > li > a {
  color: #fff; }

/* Header */
#footer_wrapper,
body #app_wrapper #content_wrapper #header_wrapper {
  background: #000; }

.page-profile #header_wrapper.profile-header,
#header_wrapper.ecom-header {
  background-image: url(../assets/spier/wall.jpg) !important; }

.btn-primary.dropdown-menu li a:hover,
.btn-primary.dropdown-menu > li > a:hover {
  background-color: #000;
  color: #fff !important;
  box-shadow: 0 14px 26px -12px rgba(0, 0, 0, 0.42), 0 4px 23px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 0, 0, 0.2); }

.inline {
  display: -webkit-inline-box; }

.buying-btns {
  float: right; }

#content .buying-event-list > li > a {
  border-radius: 0;
  padding: 15px 20px;
  border: 1px solid #888;
  background: #fff; }

.event-panel-heading {
  border: 1px solid #888 !important;
  border-radius: 0 !important; }

/* Footer */
#footer_wrapper {
  background: #000;
  z-index: 99;
  position: absolute;
  bottom: 0; }

/* Other */
.nav-tabs li.active a:after {
  background: #000; }

a:active, a:hover {
  color: #000; }

/* Profile Page */
.profile-page .form-horizontal .form-group {
  margin-left: 0;
  margin-right: 0; }

/* Map */
#mapcontainer {
  height: 500px;
  min-width: 310px;
  max-width: 800px;
  margin: 0 auto; }

.highcharts-credits {
  display: none; }

/*# sourceMappingURL=style.css.map */
.pswp__img {
  object-fit: contain; }

.error {
  color: #a94442 !important;
  display: inline-block !important;
  font-size: 10px !important; 
}

.carousel-number-indicator {
  margin: 0 auto 5px auto;
  width: 38px;
  height: 38px;
  border: 2px solid #555;
  border-radius: 50%; }

.carousel-number-indicator span {
  font-size: 9px;
  font-weight: bold;
  color: #555;
  position: relative;
  top: 4px; }

#artwork-carousel, #artwork-carousel-2 {
  padding: 0 10px 0px 10px;
  /* Control buttons  */
  /* Previous button  */
  /* Next button  */
  /* Changes the position of the indicators */
  /* Changes the color of the indicators */ }

#artwork-carousel .carousel-control, #artwork-carousel-2 .carousel-control {
  background: none;
  color: #CACACA;
  font-size: 2.3em;
  text-shadow: none;
  margin-top: 30px; }

#artwork-carousel .carousel-control.left, #artwork-carousel-2 .carousel-control.left {
  left: -60px; }

#artwork-carousel .carousel-control.right, #artwork-carousel-2 .carousel-control.right {
  right: -60px; }

#artwork-carousel .carousel-indicators, #artwork-carousel-2 .carousel-indicators {
  right: 50%;
  top: auto;
  bottom: 0px;
  margin-right: -19px; }

#artwork-carousel .carousel-indicators li, #artwork-carousel-2 .carousel-indicators li {
  width: 50px;
  height: 50px;
  margin: 5px;
  cursor: pointer;
  border: 4px solid #CCC;
  border-radius: 50px;
  opacity: 0.4;
  overflow: hidden;
  transition: all 0.4s; }

#artwork-carousel .carousel-indicators .active, #artwork-carousel-2 .carousel-indicators .active {
  background: #333333;
  width: 128px;
  height: 128px;
  border-radius: 100px;
  border-color: #f33;
  opacity: 1;
  overflow: hidden; }

#curation-carousel .carousel-control {
  background: none;
  color: #CACACA;
  font-size: 2.3em;
  text-shadow: none;
  margin-top: 30px; }

#curation-carousel .carousel-control.left {
  left: -60px; }

#curation-carousel .carousel-control.right {
  right: -60px; }

#curation-carousel .carousel-indicators {
  right: 50%;
  top: auto;
  bottom: 0px;
  margin-right: -19px; }

#curation-carousel .carousel-indicators li {
  width: 50px;
  height: 50px;
  margin: 5px;
  cursor: pointer;
  border: 4px solid #CCC;
  border-radius: 50px;
  opacity: 0.4;
  overflow: hidden;
  transition: all 0.4s; }

#curation-carousel .carousel-indicators .active {
  background: #333333;
  width: 128px;
  height: 128px;
  border-radius: 100px;
  border-color: #f33;
  opacity: 1;
  overflow: hidden; }

.carousel-inner {
  min-height: 300px; }

.select-event-location {
  display: inline-grid; }

.event-delete {
  border: none;
  background: none;
  background-color: none; }

.brief-delete {
  border: none;
  background: none;
  background-color: none; }

  .brief-approve {
    border: none;
    background: none;
    background-color: none; }

.profile-avatar {
  max-width: 150px;
  min-width: 150px;
  max-height: 150px;
  min-height: 150px;
  background-clip: padding-box;
  background-size: cover;
  background-position: center center;
  object-fit: cover; }

.no-box-shadow {
  box-shadow: none !important; }

.no-border {
  border: none !important;
  box-shadow: none !important; }

.disabled-li {
  pointer-events: none;
  opacity: 0.7;
  font-weight: 600;
}

.btn.disabled, .btn[disabled], fieldset[disabled] .btn-event-artwork-disabled {
  opacity: .25 !important; }

.artwork-upload {
  padding: 0px 0px 20px; }

.artwork-upload:nth-child(even) {
  background-color: #f1f1f1;
  padding: 0px 0px 20px; }

.transparent-border-t {
  border-top: transparent !important; }

.page-gallery .event-show-image img {
  display: initial !important; }

.back-to-top {
  cursor: pointer;
  position: fixed;
  bottom: 20px;
  right: 20px;
  display: none;
  z-index: 3;
  border: 1px solid #fff;
  color: #fff; }

.circle-text {
  white-space: initial;
  font-size: 9px; }

.black-hov:hover {
  color: #313131 !important; }

.light-shadow {
  box-shadow: 0 10px 40px -13px rgba(0, 0, 0, 0.1), 0 4px 27px 0 rgba(0, 0, 0, 0.1), 0 7px 10px -5px rgba(0, 0, 0, 0.1) !important; }

.edit-profile-upload-artworks {
  width: 220px; }

.pre-brief-text {
  margin: 0px !important;
  padding: 0px !important;
  color: #4caf50 !important; }

.btn-faded {
  opacity: 0.4; }

.background-white {
  background: #fff; }

.sub-collector-has-error {
  border-bottom: 1px solid red; }

.card.card-data-tables .dataTables_wrapper .mdl-grid:last-child .mdl-cell.mdl-cell--4-col, .card.card-data-tables .dataTables_wrapper .mdl-grid:last-child .mdl-cell.mdl-cell--8-col {
  padding: 0 15px; }

div.dataTables_wrapper div.dataTables_info {
  font-size: 13px;
  padding-bottom: 10px; }

.mdl-button {
  font-size: 11px; }

.green-icon {
  color: #4caf50 !important; }

.tab-border {
  border: 1px solid grey; }

.offer-status-indicator {
  font-size: 14px !important;
  margin-top: 5px; }

.orders-status {
  position: absolute;
  right: 15px;
  bottom: -8px; }

.filter-options .fa-times-circle {
  position: absolute;
  top: 15px;
  right: -10px;
  cursor: pointer; }

.filter-options-action .fa-times-circle {
  top: -20px;
  right: 0; }

.pre-loader {
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 99;
  transform: translate(-50%, -50%);
  color: #fff;
  background: rgba(0, 0, 0, 0.8);
  border-radius: 25px;
  padding: 10px;
  display: table; }

.pre-loader span {
  display: table-cell;
  vertical-align: middle; }

.submission-mail-icon {
  position: relative;
  top: 5px;
  left: 5px; }

.signature-line {
  border-bottom: 1px solid #d7e1ed;
  padding-top: 40px;
  margin-bottom: 20px; }

.btn-group .select-action .dropdownjs {
  background-color: #000;
  color: #FFF !important;
  border: none;
  border-radius: 3px;
  position: relative;
  padding: 1px 10px 2px;
  margin: 0;
  font-size: 14px;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 0;
  will-change: box-shadow,transform;
  transition: box-shadow 0.2s cubic-bezier(0.4, 0, 1, 1), background-color 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  outline: 0; }
  .btn-group .select-action .dropdownjs > input {
    background: #000;
    border: none;
    color: #fff;
    padding: 0; }
  .btn-group .select-action .dropdownjs ul {
    border-radius: 0 0 3px 3px;
    display: block;
    margin: 0;
    list-style: none;
    position: absolute;
    top: 100%;
    z-index: 1000;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    font-size: 14px;
    text-align: left;
    background-color: #fff;
    background-clip: padding-box;
    border: 0;
    border-radius: 2px;
    transition: all 150ms linear;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
    transform: translateY(-2px);
    color: #a5b5cb; }

.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #000 !important;
  /* Safari */
  transition: all 150ms; }

/* .select2-container--default .select2-results__option[aria-selected=true] {
  background-color: #eef5f9 !important; } */

.select2-container {
  border-bottom: 1px solid #000 !important; 
}

.select2-dropdown {
  border: none !important;
  box-shadow: 0 20px 25px rgba(0, 0, 0, 0.15); }

.select2-results__option {
  margin: 0 5px;
  padding: 10px 20px !important;
  font-size: 13px; }

.select2-container--default .select2-selection--single {
  border-left: 0 !important;
  border-right: 0 !important;
  border-top: 0 !important;
  border-radius: 0 !important;
  font-size: 13px; }

.select2-container--default .select2-results > .select2-results__options {
  padding-bottom: 5px; }

.show-artist-label {
  display: inherit !important;
  position: relative;
  top: 5px;
  font-weight: bold;
  font-size: 13px;
  margin-bottom: 0; }

.card-image {
  position: relative; }

.carousel .image-text {
  position: absolute;
  display: none;
  top: 20%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  color: #fff;
  background: #000;
  padding: 10px;
  border-radius: 10px;
  opacity: 0.8; }

/*
    RESPONSIVE
*/
@media screen and (max-width: 991px) {
  .sm-p-t-50 {
    padding-top: 50px !important; } }

@media screen and (max-width: 767px) {
  .table-responsive {
    border: none; }
  .artwork-image-offer {
    border-radius: 4px; }
  .artwork-upload {
    padding: 0px 0px 15px !important; }
  .gal {
    /* Chrome, Safari, Opera */
    /* Firefox */
    column-count: 1; } }

@media print {
  .no-print, .no-print * {
    display: none !important; } }

.disableClick {
  pointer-events: none; }

.event-desc {
  max-width: 320px; }

.ui-autocomplete {
  position: absolute;
  cursor: default;
  z-index: 99999999999999999999999 !important; }

.catalogue-btn:focus {
  color: #000 !important; }

#artwork-carousel .curation-info {
  margin-top: 15%; }

#artwork-carousel-2 .screening-arrows {
  margin-top: 100%; }

#curation-carousel .curation-arrows {
  margin-top: 100%; }

.pro-pic {
  position: relative !important;
  padding-left: 50px !important; }

.user-avatar {
  position: absolute;
  border: solid;
  border-width: thin;
  border-color: #c5dadd;
  border-radius: 20%;
  width: 35px;
  height: 35px;
  top: 15px;
  left: 10px; }

@media (max-width: 768px) {
  #app_topnavbar-wrapper .dropdown.avatar-menu {
    width: 150px !important; } }

.disabled-icon-btn {
  opacity: 0.6; }
.btn-green-brief {
    background: #4caf50;
    color: #fff;
}

/*
    Auth Styling
*/
body#auth_wrapper {
  background-color: #000; }

#auth_wrapper a:link:not(.btn),
#auth_wrapper a:visited:not(.btn) {
  color: #000; }

body#auth_wrapper #login_wrapper .logo {
  width: 100%;
  height: auto;
  box-shadow: none;
  top: 0px;
  left: 0%;
  background: #fff; }

body#auth_wrapper #login_wrapper .logo img {
  padding: 50px 24px 0px 24px; }

.help-block {
  color: #F00; }

/*
    Dashboard Styling
*/
/*
    Styles
*/
.btn-primary {
  background-color: #000; }

/* Side bar */
.panel-no-padding-left {
  padding-left: 0 !important; }

body #app_wrapper #app_sidebar-left #logo_wrapper {
  background-color: #000; }
  body #app_wrapper #app_sidebar-left #logo_wrapper a:link,
  body #app_wrapper #app_sidebar-left #logo_wrapper a:visited {
    color: #ccc; }
  body #app_wrapper #app_sidebar-left #logo_wrapper a:hover {
    color: #fff; }

body #app_wrapper #app_sidebar-left #app_main-menu-wrapper {
  background-color: #111; }

body #app_wrapper #app_sidebar-left #app_main-menu-wrapper .nav .nav-sub,
body #app_wrapper #app_sidebar-left #app_main-menu-wrapper .nav > li > a:hover {
  background-color: #000; }

body #app_wrapper #app_sidebar-left #app_main-menu-wrapper .nav-pills > li > a {
  color: #fff; }

/* Header */
#footer_wrapper,
body #app_wrapper #content_wrapper #header_wrapper {
  background: #000; }

.page-profile #header_wrapper.profile-header,
#header_wrapper.ecom-header {
  background-image: url(../assets/spier/wall.jpg) !important; }

.btn-primary.dropdown-menu li a:hover,
.btn-primary.dropdown-menu > li > a:hover {
  background-color: #000;
  color: #fff !important;
  box-shadow: 0 14px 26px -12px rgba(0, 0, 0, 0.42), 0 4px 23px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 0, 0, 0.2); }

/* Footer */
#footer_wrapper {
  background: #000;
  z-index: 99;
    position: absolute;
bottom: 0;}

/* Other */
.nav-tabs li.active a:after {
  background: #000; }

a:active, a:hover {
  color: #000; }

/* Profile Page */
.profile-page .form-horizontal .form-group {
  margin-left: 0;
  margin-right: 0; }

/* Map */
#mapcontainer {
  height: 500px;
  min-width: 310px;
  max-width: 800px;
  margin: 0 auto; }

.highcharts-credits {
  display: none; }
#app_main-menu-wrapper .nav-pills>li>a i {
    line-height: 15px;
}
.pika-single.is-bound {
    display: none !important;
}
.upcoming-events-list, .upcoming-events-list .table-responsive, .past-events-list, .past-events-list .table-responsive {
    max-height: 50vh;
}
.invitations-list {
    max-height: 65vh;
}
.invitations-list {
    overflow-y: scroll;
    overflow-x: hidden;
}
.invitations-list .table-responsive::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 2px rgba(0,0,0,0.3);
	background-color: #F5F5F5;
}
.invitations-list .table-responsive::-webkit-scrollbar
{
	width: 2px;
	background-color: #F5F5F5;
}
.catalogues-list .catalogues_list::-webkit-scrollbar-thumb
{
	background-color: #000000;
}
.catalogues-list {
    max-height: 75vh;
}
.catalogues-list {
    overflow-y: scroll;
    overflow-x: hidden;
}
.catalogues-list .catalogues_list::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 2px rgba(0,0,0,0.3);
	background-color: #F5F5F5;
}
.catalogues-list .catalogues_list::-webkit-scrollbar
{
	width: 2px;
	background-color: #F5F5F5;
}
.catalogues-list .catalogues_list::-webkit-scrollbar-thumb
{
	background-color: #000000;
}

.orders-list .orders_list::-webkit-scrollbar-thumb
{
	background-color: #000000;
}
.orders-list {
    max-height: 105vh;
}
.orders-list {
    overflow-y: scroll;
    overflow-x: hidden;
}
.orders-list .orders_list::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 2px rgba(0,0,0,0.3);
	background-color: #F5F5F5;
}
.orders-list .orders_list::-webkit-scrollbar
{
	width: 2px;
	background-color: #F5F5F5;
}
.orders-list .orders_list::-webkit-scrollbar-thumb
{
	background-color: #000000;
}

.orders-list-tabs{
  padding-left: 0px !important;
  padding-right: 0px !important;
}

.orders-filter{
  margin-right: 10px;
  margin-left: 5px;
}

.briefs-list {
    max-height: 75vh;
}
.briefs-list {
    overflow-y: scroll;
    overflow-x: hidden;
}
.briefs-list .briefs_list::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 2px rgba(0,0,0,0.3);
	background-color: #F5F5F5;
}
.briefs-list .briefs_list::-webkit-scrollbar
{
	width: 2px;
	background-color: #F5F5F5;
}
.briefs-list .briefs_list::-webkit-scrollbar-thumb
{
	background-color: #000000;
}
.filters-list {
    overflow: scroll;
    overflow-x: hidden;
    height: calc(100vh - 235px);
}
.collection-filters-list {
    overflow: scroll;
    overflow-x: hidden;
    height: calc(100vh - 235px);
}
.select2-container--open {
  border-bottom: none !important;
}
.artist-listing {
  overflow: scroll;
  overflow-x: hidden;
  height: calc(100vh - 270px);
}
.artwork-filters .tab-content>.active {
  height: calc(100vh - 235px);
}
.artwork-filters .tabpanel .nav li {
    vertical-align: middle;
}
.artwork-filters .tabpanel .nav li a {
    margin-bottom: 0px;
    margin-top: -4px;
    font-size: 13px;
    height: 80px;
}
.artworks-table {
    padding-right: 0;
}
#artistArtworks tbody td {
  white-space: normal !important;
}
#artworkLocationHistory tbody td {
  white-space: normal !important;
}
.artworks-btn-group {
    padding-top: 75px;
margin-left: 15px;
}
.catalogues_list.text-center {
  height: calc(100vh - 470px);
}
.briefs-list .briefs_list {
  height: calc(100vh - 470px);
}
#artworks-selection-table .product-table-wrapper {
  margin-bottom: 0;
  min-height: calc(100vh - 248px);
  box-shadow: none;
margin-left: -10px;
}
#artworks-selection-table .product-table-wrapper #productsTable_wrapper {
  max-height: calc(100vh - 250px);
}
#artworks-selection-table .dataTables_length label {
    margin-left: 15px;
    margin-bottom: 0;
    margin-top: 10px;
}
.bulk-event-list-wrapper, .bulk-event-list-inner-wrapper {
    max-height: 55vh;
}
@media (max-width: 1200px) {
    .artwork-filters .tabpanel .nav li a {
        font-size: 11px;
    }
    .artworks-btn-group {
        padding-top: 60px;
    }
}
@media (max-width: 991px) {
    .artwork-filters .tabpanel .nav li a {
        font-size: 13px;
    }
}
.bulk-event-list-inner-wrapper {
    overflow-y: scroll;
    overflow-x: hidden;
}
.upcoming-events-list .table-responsive::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 2px rgba(0,0,0,0.3);
	background-color: #F5F5F5;
}
.upcoming-events-list .table-responsive::-webkit-scrollbar
{
	width: 4px;
	background-color: #F5F5F5;
}
.upcoming-events-list .table-responsive::-webkit-scrollbar-thumb
{
	background-color: #000000;
}
.past-events-list .table-responsive::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 2px rgba(0,0,0,0.3);
	background-color: #F5F5F5;
}
.past-events-list .table-responsive::-webkit-scrollbar
{
	width: 4px;
	background-color: #F5F5F5;
}
.past-events-list .table-responsive::-webkit-scrollbar-thumb
{
	background-color: #000000;
}
.bulk-event-list-inner-wrapper::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 2px rgba(0,0,0,0.3);
	background-color: #F5F5F5;
}
.bulk-event-list-inner-wrapper::-webkit-scrollbar
{
	width: 4px;
	background-color: #F5F5F5;
}
.bulk-event-list-inner-wrapper::-webkit-scrollbar-thumb
{
	background-color: #000000;
}
.artist-truncate-text {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-inline-box;
    width: calc(100% - 50px);
}
.display-flex {
  display: flex;
}

.card .card-body {
  padding: unset !important;
}
.event-logistics-note {
  z-index: 1052;
}

.artworks-total-results {
  padding: 3px 12px 5px;
  font-weight: lighter !important;
  border-radius: 3px !important;
}
#footer_wrapper .footer-content{
  padding: 5px 30px 10px;
}

.select2-container{
  width: 100% !important;
}
.collectors-table-list #productsTable_wrapper {
  height: calc(100vh - 270px);
}
.guest-curator#content_outer_wrapper {
  padding-bottom: 0 !important;
}
.guest-curator #artworks-selection-table .product-table-wrapper {
  min-height: calc(100vh - 305px);
}
.guest-curator #artworks-selection-table .product-table-wrapper #productsTable_wrapper {
  max-height: calc(100vh - 315px);
}

@media (max-width: 767px) {
  #content_outer_wrapper #content_wrapper #content {
    padding: 15px 0px 15px 15px;
  }
  .page-profile #content .card>.card-body.wrapper {
      padding: 0 15px 0 0 !important;
  }
  .artworks-table {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  ul.artist-tabs {
      overflow-x: scroll;
  }
  ul.artist-tabs li a {
      padding: 21px 10px !important;
  }
  .modal-dialog {
      width: calc(100% - 20px) !important;
  }
  .xs-d-flex {
    display: flex;
  }
}

.admin-delete-artwork {
    background: none;
    border: none;
    font-size: 12px;
}

#updated-field {
  color: orange !important;
}

.swal2-modal .swal2-title {
  line-height: 30px !important;
  margin-bottom: 40px !important;
}
.stocktake-content .select2-search__field {
  width: 100% !important;
}

/*# sourceMappingURL=style.css.map */

.dropdownjs>ul>li {
  margin: 0px !important;
}
.dropdownjs>input.focus~ul {
  margin-top: 0px !important;
}
.dropdownjs>ul {
  padding: 0px !important;
}

/* #current-art-container-artworks, #receiving-art-container-artworks {
  height: 383px;
  overflow-y: scroll;
  overflow-x: hidden;
} */

#receiving-art-container table {
  margin-bottom: 0px !important;
}
#current-art-container-artworks, #receiving-art-container-artworks {
  display:block;
  height:350px;
  overflow:auto;
}
#current-art-container thead, #current-art-container tr,
#receiving-art-container thead, #receiving-art-container tr {
  display:table;
  width:100%;
  table-layout:fixed;
}
#current-art-container thead, #receiving-art-container thead {
  width: calc( 100% - 1em )
}
.artwork-filter {
  width: 100%;
  margin-bottom: 10px;
  padding-left: 10px;
  font-size: 12px;
}

#stocktakeInvalidArtworksTable_length,
#stocktakeArtworksTable_length {
  float: left;
}