@import "colors";

.btn.btn-primary, .btn.btn-primary:hover, .btn.btn-primary:focus, .btn.btn-primary:active, .btn.btn-primary.active, .btn.btn-primary:active:focus, .btn.btn-primary:active:hover, .btn.btn-primary.active:focus, .btn.btn-primary.active:hover, .open > .btn.btn-primary.dropdown-toggle, .open > .btn.btn-primary.dropdown-toggle:focus, .open > .btn.btn-primary.dropdown-toggle:hover, .navbar .navbar-nav > li > a.btn.btn-primary, .navbar .navbar-nav > li > a.btn.btn-primary:hover, .navbar .navbar-nav > li > a.btn.btn-primary:focus, .navbar .navbar-nav > li > a.btn.btn-primary:active, .navbar .navbar-nav > li > a.btn.btn-primary.active, .navbar .navbar-nav > li > a.btn.btn-primary:active:focus, .navbar .navbar-nav > li > a.btn.btn-primary:active:hover, .navbar .navbar-nav > li > a.btn.btn-primary.active:focus, .navbar .navbar-nav > li > a.btn.btn-primary.active:hover, .open > .navbar .navbar-nav > li > a.btn.btn-primary.dropdown-toggle, .open > .navbar .navbar-nav > li > a.btn.btn-primary.dropdown-toggle:focus, .open > .navbar .navbar-nav > li > a.btn.btn-primary.dropdown-toggle:hover {
  background-color: $primary;
  color: #FFFFFF;
  letter-spacing: 0.05rem;
}

a {
  color: $primary;
  transition: color 0.3s ease;
}

a:hover, a:focus {
  color: rgba(255, 193, 7, 0.7);
  transition: color 0.3s ease;
}

.togglebutton label input[type=checkbox]:checked + .toggle {
  background-color: rgba(255, 193, 7, 0.7);
}

.nav-tabs {
  background: $primary;
}

.checkbox input[type=checkbox]:checked + .checkbox-material .check {
  background: $primary;
}

.dropdown-menu li a:hover, .dropdown-menu li a:focus, .dropdown-menu li a:active {
  background-color: $primary;
  color: #FFFFFF;
}

.dropdown-menu li > a:hover,
.dropdown-menu li > a:focus,
.btn.btn-primary:focus,
.btn.btn-primary:active,
.btn.btn-primary:hover,
.navbar .navbar-nav > li > a.btn.btn-primary:focus,
.navbar .navbar-nav > li > a.btn.btn-primary:active,
.navbar .navbar-nav > li > a.btn.btn-primary:hover {
  box-shadow: 0 5px 8px -2px rgba(3, 170, 222, 0.42) !important;
  transition: box-shadow 0.3s ease;
}

.main-table, .primary-content {
  color: rgba(0, 0, 0, 0.87) !important;
  padding: 15px;
  background: #f2f2f3;
}

.panel .panel-heading a:hover, .panel .panel-heading a:active, .panel .panel-heading a[aria-expanded="true"] {
  color: $primary;
}

.btn.btn-primary.btn-status.active {
  background-color: $primary;
}

.pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover, .pagination > .active > span, .pagination > .active > span:focus, .pagination > .active > span:hover {
  background-color: $primary;
  border-color: $primary;
  color: #FFFFFF;
  box-shadow: none;
}

/*NAVBAR*/
.page-title {
  float: left;
}

.navbar-nav-custom {
  position: absolute;
  right: 0;
  top: 0;
  float: right;
}

.btn.btn-fab, .navbar .navbar-nav > li > a.btn.btn-fab {
  border-radius: 0;
  height: 40px;
  min-width: 41px;
  width: 40px;
}

.navbar.navbar-custom ul.nav.navbar-nav > li {
  margin: 0 1px 0 0;
}

.page-title {
  margin: 14px 0 0 10px;
}

.navbar-toggle {
  padding: 12px 10px;
}

.navbar.navbar-custom, .navbar.navbar-default.navbar-custom {
  margin: 0 0 20px 0;
}

body {
  padding-top: 70px !important;
  background-color: #f2f2f3;
}

.navbar .navbar-nav > li > a.btn.btn-primary {
  background-color: transparent !important;
}

.btn.btn-primary, .navbar .navbar-nav > li > a.btn.btn-primary {
  box-shadow: none;
}

.page-title {
  font-weight: 200;
  letter-spacing: 0.1rem;
}

.navbar {
  box-shadow: none;
}

@media (max-width: 749px) {
  .navbar-nav-custom {
    float: none;
    display: block;
    margin: auto;
    clear: both;
    width: 100%;
    text-align: center;
  }

  ul.nav a.btn {
    height: 30px !important;
  }

  .navbar.navbar-custom ul.nav.navbar-nav > li {
    display: inline-block;
    float: none;
  }
}

.card {
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.14);
  border-radius: 3px;
  overflow: hidden;
}

.row.artwork-view-container .card {
  margin-bottom: 10px;
}

.dl-horizontal {
  padding-top: 20px;
}

.card-nav-tabs .header {
  margin-top: 0;
}

.card .header {
  box-shadow: none;
}

.card .header-primary-content, .card .content-primary-content {
  background: transparent;
}

.nav-tabs > li {
  background-color: $primary;
  border-radius: 5px;
  margin: 0 0 3px;
  display: inline-block;
  float: none !important;
  margin-bottom: 3px;
}

.mdi-24px.mdi-set, .mdi-24px.mdi:before {
  font-size: 18px;
  vertical-align: -2px;
  margin-right: 5px;
}

.nav > li > a {
  padding: 7px 15px;
}

.card .header, .card .nav-tabs {
  text-align: center;
}

.card .header {
  margin: 0;
}

.card .content {
  padding: 20px 15px;
}

.main-table, .primary-content {
  padding: 0px;
}

.btn, .navbar .navbar-nav > li > a.btn {
  border-radius: 5px;
}

.mdi-bookmark-plus:before {
  font-size: 24px !important;
}

.btn.btn-primary {
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.14) !important;
}

.btn-group, .btn-group-vertical {
  margin-bottom: 20px;
}

.card.artwork-card:hover {
  box-shadow: 0 2px 14px 0 rgba(0, 0, 0, 0.2), 0 1px 17px 0 rgba(0, 0, 0, 0.1);
  transition: box-shadow 0.3s ease;
}

.card.artwork-card {
  transition: box-shadow 0.3s ease;
  overflow: visible;
}

.card-actions {
  left: 5px;
  top: 8px;
}

.card.artwork-card .header a {
  color: white;
}

.table > thead > tr > th {
  font-size: 14px;
  font-weight: 500;
}

table.colorized-rows tr:nth-child(even) .btn-group-table-actions a {
  color: white !important;
}

table.colorized-rows tr:nth-child(even) a {
  color: $primary;
}

table.colorized-rows tr:nth-child(even) a:hover {
  color: rgba(3, 170, 222, 0.7);
}

table.colorized-rows tr:nth-child(even) {
  color: rgba(0, 0, 0, 0.87);
  background-color: rgba(255, 255, 255, 0.5);
}

b, strong {
  font-weight: 500;
}

dt {
  font-weight: 500;
}

.dropdown-menu li > a {
  font-size: 14px;
}

.select2-container .select2-selection--single .select2-selection__rendered {
  padding-left: 1px;
}

body {
  font-family: 'Fira Sans', sans-serif;
  letter-spacing: 0.02rem;
}

.nav-tabs > li > a {
  font-size: 14px;
}

.nav-tabs > li > a, .nav-tabs > li > a:hover, .nav-tabs > li > a:focus {
  font-weight: 400;
}

.btn, .navbar .navbar-nav > li > a.btn {
  font-size: 14px;
}

.form-group label.control-label {
  font-size: 15px;
  font-weight: 200;
}

.form-control, .form-group .form-control, .form-group.is-focused .form-control {
  background-image: linear-gradient($primary, $primary), linear-gradient(#9e9e9e, #9e9e9e);
}

.title, .card-title, .info-title, .footer-brand, .footer-big h5, .footer-big h4, .media .media-heading {
  font-weight: 400;
  font-family: 'Fira Sans', sans-serif;
  font-size: 14px;
  overflow: hidden;
}

.artwork-card h6 {
  font-size: 12px;
  font-weight: 400;
  opacity: 0.5;
}

.artwork-card small {
  font-size: 14px;
  font-weight: 400;
  opacity: 0.5;
  color: rgba(0, 0, 0, 0.87) !important;
  border-top: 1px solid #e1e1e4;
  width: 100%;
  display: block;
  padding-top: 5px;
}

.artwork-card small strong {
  font-weight: 400;
}

.form-group {
  margin: 5px 0 0 0;
  padding-bottom: 15px;
}

.form-group label.control-label {
  margin: 0 0 10px;
}

.panel .panel-heading {
  padding: 0px 10px 5px 0px !important;
}

.controls {
  margin-bottom: 10px;
}

.carousel .carousel-indicators .active {
  margin-top: 10px;
  -webkit-transform: none;
  -moz-transform: none;
  -o-transform: none;
  -ms-transform: none;
  transform: none;
  box-shadow: none;
  background-color: $primary;
  border: 1px solid white;
  border-radius: 10px;
}

.carousel .carousel-indicators li {
  margin-top: 10px;
  -webkit-transform: none;
  -moz-transform: none;
  -o-transform: none;
  -ms-transform: none;
  transform: none;
  box-shadow: none;
  background-color: #e0e0e2;
  border: 1px solid white;
  border-radius: 10px;
}

.carousel-indicators li {
  width: 12px;
  height: 12px;
  opacity: 1 !important;
}

.label, .label a {
  border-radius: 12px;
  padding: 3px 6px;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 400;
}

.label.sellable, .label.consignable, .label.loanable, .label-default {
  background-color: #eee;
  display: none;
}

.sellable .label.sellable {
  background-color: #f1cc0c;
  display: inline-block;
}

.consignable .label.consignable {
  background-color: #dbad63;
  display: inline-block;
}

.loanable .label.loanable {
  background-color: #63d1e0;
  display: inline-block;
}

.label.label-default {
  background-color: #eee;
  display: inline-block;
}

.label a {
  padding: 3px 1px;
  color: #95969a;
}

.badge {
  font-size: 12px;
  font-weight: 400;
  margin-left: 5px;
}

.aw-form-steps {
	
	
}

.aw-form-step {
    width: 36px;
    float: left;
    text-align: center;
    margin-left: 18px;
}

.aw-form-step .badge {
	min-width: 36px;
    min-height: 36px;
    border-radius: 18px;
    font-size: 20px;
    padding-top: 8px;
}

@keyframes fade {
    from { opacity: 1.0; }
    50% { opacity: 0.4; }
    to { opacity: 1.0; }
}                                                                                                                                                                                                                                  

@-webkit-keyframes fade {
    from { opacity: 1.0; }
    50% { opacity: 0.4; }
    to { opacity: 1.0; }
}

.blink {
  animation:fade 2000ms infinite;
  -webkit-animation:fade 2000ms infinite;
}
 

.aw-content {
  padding: 15px 15px 11px !important;
  position: relative;
  overflow: visible !important;
}

.aw-title {
  font-weight: 400;
  line-height: 18px;
  margin-bottom: 12px;
}

.aw-code, .aw-location {
  font-size: 12px;
  font-weight: 400;
  opacity: 0.5;
  line-height: 14px;
  margin-bottom: 12px;
}

.aw-price {
  border-top: 1px solid #f2f2f3;
  padding-top: 10px;
  margin-top: 15px;
  text-align: right;
  margin-bottom: 0px !important;
}

.aw-code:before {
  position: absolute;
}

.aw-more-togle {
  position: absolute;
  top: -10px;
  right: 0;
}

.aw-status {
  width: 100%;
  position: absolute;
  height: 32px;
  top: -28px;
  right: 0;
}

.aw-status span {
  width: 20px;
  height: 20px;
  color: black;
  display: block;
  float: right;
  position: relative;
  margin: 0 3px;
  border-radius: 10px;
}

.aw-status span:before {
  color: white;
  font-weight: 400;
  font-size: 13px;
  position: absolute;
  width: 20px;
  text-align: center;
  line-height: 19px;
}

.aw-status svg {
  margin-left: -34px;
  fill: white;
  float: left;
  display: inline-block;
}

.aw-status .sellable {
  background-color: #f1cc0c;
}

.aw-status .sellable:before {
  content: 'S';
}

.aw-status .consignable {
  background-color: #dbad63;
}

.aw-status .consignable:before {
  content: 'C';
}

.aw-status .loanable {
  background-color: #63d1e0;
}

.aw-status .loanable:before {
  content: 'L';
}

.aw-status .offer {
  background-color: white;
  color: #44bf96;
  font-weight: 400;
  font-size: 13px;
  width: auto;
  padding: 0 5px;
}

.offered {
  border-bottom: 4px solid #44bf96;
}

.offered svg {
  fill: #44bf96;
}

.offered .aw-status-container {
  background-color: #44bf96;
}

.offered .consignable {
  background-color: white;
}

.offered .consignable:before {
  color: #dbad63;
}

.offered .loanable {
  background-color: white;
}

.offered .loanable:before {
  color: #63d1e0;
}

.consigned {
  border-bottom: 4px solid #dbad63;
}

.consigned svg {
  fill: #dbad63;
}

.consigned .aw-status-container {
  background-color: #dbad63;
}

.consigned .consignable {
  margin-right: 18px;
  background-color: white;
}

.consigned .consignable:before {
  color: #dbad63;
}

.consigned .consignable img {
  right: -17px;
  top: -3px;
  position: relative;
}

.loaned {
  border-bottom: 4px solid #63d1e0;
}

.loaned svg {

}

.loaned .aw-status-container {

}

.loaned .loanable {
  margin-right: 18px;
  background-color: #63d1e0;
}

.loaned .loanable:before {

}

.loaned .loanable img {
  right: -25px;
  top: -2px;
  position: relative;
  filter: invert(100%);
}

.sold {
  border-bottom: 4px solid #f05948;
}

.sold svg {

}

.sold .aw-status-container {

}

.sold .soldtag {
  background-color: white;
  color: #f05948;
  font-weight: 400;
  font-size: 13px;
  width: auto;
  padding: 0 5px;
}

.aw-status-container {
  width: auto;
  float: right;
  background-color: white;
}

.aw-tags-container {
  display: inline-block;
  padding-top: 6px;
  padding-right: 5px;
  margin-left: -15px;
}

.aw-toggle {
  display: block;
  width: 100%;
  background: #e8e8ea;
  border: 0;
  height: 12px;
  overflow: hidden;
  position: relative;
  background-image: url("../../img/aw-toggle-arrow-down.svg"), url("../../img/aw-toggle-arrow-up.svg");
  background-repeat: no-repeat;
  background-position: top -4px center, bottom -20px center;
  background-size: 42px;
}

.aw-toggle.animate-on {
  animation: aw-toggle-on 0.8s forwards;
}

@keyframes aw-toggle-on {
  0% {
    background-position: top -4px center, bottom -20px center;
  }
  15% {
    background-position: top -3px center, bottom -20px center;
  }
  60% {
    background-position: top -20px center, bottom -20px center;
  }
  100% {
    background-position: top -20px center, bottom -3px center;
  }
}

.aw-toggle.animate-off {
  animation: aw-toggle-off 1s forwards;
}

@keyframes aw-toggle-off {
  0% {
    background-position: top -20px center, bottom -3px center;
  }
  15% {
    background-position: top -20px center, bottom -20px center;
  }
  60% {
    background-position: top -3px center, bottom -20px center;
  }
  100% {
    background-position: top -4px center, bottom -20px center;
  }
}

.aw-extra {
  display: none;
  font-size: 12px;
  font-weight: 400;
  opacity: 0.5;
  line-height: 18px;
  margin-bottom: 12px;
}

.card-actions {
  left: 0;
  top: 0;
  width: 100%;
  padding: 8px 10px 8px 5px;
  background: rgba(0, 0, 0, 0.4);
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.4) 0%, transparent 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0.4)), color-stop(100%, transparent));
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.4) 0%, transparent 100%);
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0.4) 0%, transparent 100%);
  background: -ms-linear-gradient(top, rgba(0, 0, 0, 0.4) 0%, transparent 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.4) 0%, transparent 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#000000', endColorstr='#000000', GradientType=0);
}

.card-actions i.material-icons, .card-actions .btn .material-icons {
  font-size: 20px;
}

.card-actions strong {
  margin-left: -3px;
}

.card img, .artwork-card .header, .card-actions {
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}

.artwork-card .dropdown-menu li a,
.artwork-card .dropdown-menu li a,
.artwork-card .dropdown-menu li a {
  background-color: $primary;
}

.select2-container--default .select2-selection--single {
  background: none;
}

.select2-container--default .select2-results__option--highlighted[aria-selected], .select2-container--default .select2-results__option[aria-selected=true] {
  background-color: $primary;
}

.togglebutton label input[type=checkbox]:checked + .toggle:after {
  border-color: $primary;
}

.togglebutton label input[type=checkbox]:checked + .toggle:active:after {
  box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.4), 0 0 0 15px rgba(3, 170, 222, 0.1);
}

.radio input[type=radio]:checked ~ .circle {
  border-color: $primary;
}

.radio input[type=radio]:checked ~ .check {
  background-color: $primary;
}

.card-signup .form-group {
  margin-top: 27px;
  padding-bottom: 7px;

  .controls {
    margin-bottom: 0;
  }
}

.btn.btn-simple:hover, .btn.btn-simple:focus, .btn.btn-simple:active, .btn.btn-default.btn-simple:hover, .btn.btn-default.btn-simple:focus, .btn.btn-default.btn-simple:active, .navbar .navbar-nav > li > a.btn.btn-simple:hover, .navbar .navbar-nav > li > a.btn.btn-simple:focus, .navbar .navbar-nav > li > a.btn.btn-simple:active, .navbar .navbar-nav > li > a.btn.btn-default.btn-simple:hover, .navbar .navbar-nav > li > a.btn.btn-default.btn-simple:focus, .navbar .navbar-nav > li > a.btn.btn-default.btn-simple:active {
  background-color: $primary-dark;
}
.btn.btn-danger.btn-simple:hover, .btn.btn-danger.btn-simple:focus, .btn.btn-danger.btn-simple:active, .navbar .navbar-nav > li > a.btn.btn-danger.btn-simple:hover, .navbar .navbar-nav > li > a.btn.btn-danger.btn-simple:focus, .navbar .navbar-nav > li > a.btn.btn-danger.btn-simple:active {
  background-color: $primary-dark;
}
.btn.btn-danger.btn-simple, .navbar .navbar-nav > li > a.btn.btn-danger.btn-simple {
  background-color: $primary;
  color: #f44336 !important;
}

.btn.btn-primary.btn-status.active {
  background-color: $primary-dark;
}

.card-actions .dropdown-menu {
  padding-top: 1px;
  padding-bottom: 1px;
}
.card-actions .dropdown-menu li {
  margin: 4px 0;
}
