/* Custom Stylesheet */
/**
 * Use this file to override Materialize files so you can update
 * the core Materialize files in the future
 *
 * Made By MaterializeCSS.com
 */

@font-face {
  font-family: 'SimplonNorm-Bold';
  src: url('https://s3.amazonaws.com/verisart.assets/fonts/simplonnorm-bold-webfont.eot');
  src: url('https://s3.amazonaws.com/verisart.assets/fonts/simplonnorm-bold-webfont.eot?#iefix')
      format('embedded-opentype'),
    url('https://s3.amazonaws.com/verisart.assets/fonts/simplonnorm-bold-webfont.woff2')
      format('woff2'),
    url('https://s3.amazonaws.com/verisart.assets/fonts/simplonnorm-bold-webfont.woff')
      format('woff'),
    url('https://s3.amazonaws.com/verisart.assets/fonts/simplonnorm-bold-webfont.ttf')
      format('truetype'),
    url('https://s3.amazonaws.com/verisart.assets/fonts/simplonnorm-bold-webfont.svg#simplon_normbold')
      format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'SimplonNorm-Medium';
  src: url('https://s3.amazonaws.com/verisart.assets/fonts/simplonnorm-medium-webfont.eot');
  src: url('https://s3.amazonaws.com/verisart.assets/fonts/simplonnorm-medium-webfont.eot?#iefix')
      format('embedded-opentype'),
    url('https://s3.amazonaws.com/verisart.assets/fonts/simplonnorm-medium-webfont.woff2')
      format('woff2'),
    url('https://s3.amazonaws.com/verisart.assets/fonts/simplonnorm-medium-webfont.woff')
      format('woff'),
    url('https://s3.amazonaws.com/verisart.assets/fonts/simplonnorm-medium-webfont.ttf')
      format('truetype'),
    url('https://s3.amazonaws.com/verisart.assets/fonts/simplonnorm-medium-webfont.svg#simplon_normmedium')
      format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'FreightTextProBook-Regular';
  src: url('https://s3.amazonaws.com/verisart.assets/fonts/29D26A_0_0.eot');
  src: url('https://s3.amazonaws.com/verisart.assets/fonts/29D26A_0_0.eot?#iefix')
      format('embedded-opentype'),
    url('https://s3.amazonaws.com/verisart.assets/fonts/29D26A_0_0.woff')
      format('woff'),
    url('https://s3.amazonaws.com/verisart.assets/fonts/29D26A_0_0.ttf')
      format('truetype');
}

@font-face {
  font-family: 'SimplonBold';
  src: url("../fonts/simplonnorm-bold-webfont.eot");
  src: url("../fonts/simplonnorm-bold-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/simplonnorm-bold-webfont.woff2") format("woff2"), url("../fonts/simplonnorm-bold-webfont.woff") format("woff"), url("../fonts/simplonnorm-bold-webfont.ttf") format("truetype"), url("../fonts/simplonnorm-bold-webfont.svg#simplon_normbold") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'SimplonMedium';
  src: url("../fonts/simplonnorm-medium-webfont.eot");
  src: url("../fonts/simplonnorm-medium-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/simplonnorm-medium-webfont.woff2") format("woff2"), url("../fonts/simplonnorm-medium-webfont.woff") format("woff"), url("../fonts/simplonnorm-medium-webfont.ttf") format("truetype"), url("../fonts/simplonnorm-medium-webfont.svg#simplon_normmedium") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'SimplonRegular';
  src: url("../fonts/SimplonNorm-Regular-WebS.eot");
  src: url("../fonts/SimplonNorm-Regular-WebS.eot?#iefix") format("embedded-opentype"), url("../fonts/SimplonNorm-Regular-WebS.woff2") format("woff2"), url("../fonts/SimplonNorm-Regular-WebS.woff") format("woff"), url("../fonts/SimplonNorm-Regular-WebS.ttf") format("truetype"), url("../fonts/SimplonNorm-Regular-WebS.svg#simplon_normmedium") format("svg");
  font-weight: normal;
  font-style: normal; }

/* For full height section */
body,
html {
  height: 100%;
}

body {
  display: flex;
  flex-direction: column;
}

html {
  font-family: 'FreightTextProBook-Regular', Georgia, sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6,
.btn,
.btn-flat,
.select-dropdown li,
nav li > a {
  font-family: 'SimplonNorm-Medium', Helvetica, sans-serif;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  font-size: 15px;
  font-weight: normal;
  font-style: normal; 
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

nav li > a:hover {
  color:#999;
}

/*exception for account dropdown */
.no-hover:hover{
  color:#fff;
}

/* nav selected states */
body.certify a.certify, body.search a.search, body.join a.join, body.login a.login {
  color: #999;
}

input {
  font-family: 'SimplonNorm-Medium', Helvetica, sans-serif;
  letter-spacing: 0px;
}

label[data-error]:after {
  white-space: nowrap;
}

.notification-header {
  background: #ebb13d;
  color: white;
}

.notification-header .container {
  font-family: 'SimplonNorm-Medium', Helvetica, sans-serif;
  text-align: center;
  line-height: 42px;
}

.notification-header .container a {
  color: white;
}

@media only screen and (max-width: 600px) {
  .notification-header .container {
    line-height: 20px;
    padding: 5px 0;
  }
}

.field-row {
  display: flex;
  flex-direction: row;
}

.field-row > div {
  margin: 0 10px;
}

.field-row > div:first-child {
  margin-left: 0px;
}

.field-row > div:last-child {
  margin-right: 0px;
}

#join-app {
  width: 100%;
  margin-top: 55px;
}

body.join {
  background: #999;
}

body.join.auth {
  background: white;
}
/*
  // Clear window
    background: rgba(255, 255, 255, 0.2);
    box-shadow: inset 0px 2px 4px -2px rgba(0,0,0,0.3);
    */

/*
  Card Top
      background: rgba(255, 255, 255, 1);
    border-top-left-radius: 2px;
    border-top-right-radius: 2px;
    */

/*
Card Bottom
border-bottom-left-radius: 2px;
border-bottom-right-radius: 2px;
*/

.ignore-materialize input {
  box-shadow: none !important;
  margin: 0;
}

.ignore-materialize [type='checkbox']:checked,
.ignore-materialize [type='checkbox']:not(:checked) {
  position: auto;
  left: none;
  visibility: visible;
}

.select-wrapper input.select-dropdown.invalid {
  border-bottom: 1px solid #f44336;
}

.error {
  color: #f44336;
}

.row.form-error-row {
  font-size: 0.8rem;
  margin-top: -20px;
}

.flex-content {
  flex: 1 0 auto;
  z-index: 1;
}

.blur-bg {
  position: fixed;
  top: 0;
  left: 0;
  width: 10vw;
  height: 10vh;
  z-index: 0;
  transform: scale(10);
  transform-origin: top left;
}

.blur-bg:after {
  content: '\A';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.2);
}

.cert.section,
#work-app {
  position: relative;
  z-index: 1;
}

body.login .flex-content,
body.request-invite .flex-content,
body.error .flex-content,
body.forgot-passphrase .flex-content,
body.reset-passphrase .flex-content,
body.verify-email .flex-content,
body.work-processing .flex-content {
  display: flex;
  justify-content: center;
  align-items: center;
}

.flex-content.ensure-min-height {
  min-height: 200px;
}

.full-height.only-section {
  margin-bottom: -134px;
}

.info p {
  text-align: center;
  font-size: 21px;
  color: #616161;
}

.dont-break-out {
  /* These are technically the same, but use both */
  overflow-wrap: break-word;
  word-wrap: break-word;

  -ms-word-break: break-all;
  /* This is the dangerous one in WebKit, as it breaks things wherever */
  word-break: break-all;
  /* Instead use this non-standard one: */
  word-break: break-word;

  /* Adds a hyphen where the word breaks, if supported (No Blink) */
  -ms-hyphens: auto;
  -moz-hyphens: auto;
  -webkit-hyphens: auto;
  hyphens: auto;
}
/*
 input[value="Choose a role"] {
  color: #ccc;
 }
 */

#nav-mobile li a {
  font-family: 'SimplonNorm-Medium', Helvetica, sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-size: 17px;
  border-bottom: 1px solid #ccc;
}

::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
::-moz-placeholder {
  /* Firefox 19+ */
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
:-ms-input-placeholder {
  /* IE 10+ */
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
:-moz-placeholder {
  /* Firefox 18- */
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.select-wrapper > input.select-dropdown {
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

#request-invite-modal {
  overflow-y: visible;
  max-width: 500px;
  top: 5%;
  max-height: 90%;
}

footer .social a {
  opacity: 0.5;
}

footer .social a:hover {
  opacity: 1;
}

#request-invite-modal .header-row {
  text-align: center;
}

nav .row {
  margin-bottom: 0;
}

nav .select-wrapper {
  display: inline-block;
}

nav {
  position: relative;
  z-index: 2;
}

.verisart-btn {
  background: none;
  border: 2px solid #fff;
  border-radius: 0px;
}

.btn, .btn-large {
  text-decoration: none;
  color: #fff;
  background-color: #000;
  text-align: center;
  letter-spacing: .5px;
  transition: .2s ease-out;
  cursor: pointer;
}

.btn:hover, .btn-large:hover {
  background-color: #fff;
  color: #000;
}

.dropdown-content li > a, .dropdown-content li > span {
  font-size: 16px;
  color: #000;
  display: block;
  line-height: 22px;
  padding: 14px 16px;
}

#header-form input {
  margin-bottom: 0;
}

.full-height-flex {
  height: 100vh;
  top: -64px;
  position: relative;
  padding: 0;
  overflow: hidden;
}

.full-height {
  height: 100%;
  position: relative;
  top: -64px;
  margin-bottom: -64px;
  padding: 0;
  overflow: hidden;
  z-index: 0;
}

.full-height video,
.full-height-flex video {
  position: relative;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  top: 0;
  left: 50%;
  transform: translateX(-50%) translateY(64px);
  -webkit-transform: translateX(-50%) translateY(64px);
  -moz-transform: translateX(-50%) translateY(64px);
}

.full-height-container {
  position: absolute;
  left: 0;
  top: 64px;
  right: 0;
  bottom: 0;
  z-index: 100;
  transform: translateZ(0px);
  height: auto;
}

.slider .caption h3 {
  font-size: 30px;
  line-height: 40px;
  letter-spacing: 3px;
  text-transform: uppercase;
}

.slider .caption h5 {
  font-family: 'FreightTextProBook-Regular', Georgia, sans-serif;
  text-transform: none;
  letter-spacing: 0px;
  font-size: 18px;
  line-height: 25px;
  max-width: 350px;
  margin: 0 auto;
}

.slider .indicators .indicator-item.active {
  background: #9e9e9e;
}

.slider .slides li .caption img {
  width: auto;
  height: auto;
}

.full-height .slider .slides,
.full-height-flex .slider .slides {
  background: none;
}

@media only screen and (max-width: 600px) {
  .full-height,
  .full-height-flex {
    top: -54px;
    margin-bottom: -54px;
  }

  .full-height video,
  .full-height-flex video {
    transform: translateX(-50%) translateY(54px);
    -webkit-transform: translateX(-50%) translateY(54px);
    -moz-transform: translateX(-50%) translateY(54px);
  }

  .full-height-container {
    top: 54px;
  }

  .certificates-list-item {
    min-height: 402px;
    padding: 0px;
    margin: 50px 0px;
  }
}

.news-slider .slides {
  background: none;
}

.news-slider .slides li .caption {
  color: #000;
}

.icon-block {
  padding: 0 15px;
}
.icon-block .material-icons {
  font-size: inherit;
}

#logo-container img {
  width: 200px;
  height: 28px;
  vertical-align: middle;
  position: relative;
  top: -1px;
}

footer.page-footer {
  padding-top: 0px;
  position: relative;
  z-index: 1;
}

footer.page-footer .footer-copyright {
  background: none;
  color: inherit;
  height: auto;
}

footer.page-footer .footer-copyright a {
  color: #616161;
}

footer.page-footer .footer-copyright img.app-logo {
  width: 32px;
  height: 32px;
  vertical-align: middle;
  margin-right: 12px;
  position: relative;
  top: -2px;
}

footer.page-footer .footer-copyright .copyright,
footer.page-footer .footer-copyright .menu {
  float: left;
}

footer.page-footer .footer-copyright .copyright {
  margin-right: 27px;
}

footer.page-footer .footer-copyright .social {
  float: right;
}

footer.page-footer .footer-copyright .social a img {
  vertical-align: middle;
}

footer.page-footer .footer-copyright .menu a {
  margin-right: 10px;
}

.news-slider .left-align {
  text-align: center;
}

.news-slider h3 {
  display: none;
}

.news-slider .caption a {
  color: #000;
}

.news-slider .caption h5 {
  max-width: 500px;
}

.press-logo {
  height: 80px;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: contain;

  margin-bottom: 30px;
}

.press-logo.bloomberg {
  background-image: url(https://s3.amazonaws.com/verisart.assets/img/press/logos/bloomberg-logo.png);
}

.press-logo.cointelegraph {
  background-image: url(https://s3.amazonaws.com/verisart.assets/img/press/logos/cointelegraph-logo.jpg);
}

.press-logo.gigaom {
  background-image: url(https://s3.amazonaws.com/verisart.assets/img/press/logos/gigaom-logo.png);
}

.press-logo.techcrunch {
  background-image: url(https://s3.amazonaws.com/verisart.assets/img/press/logos/techcrunch-logo.png);
}

.section.download {
  padding-top: 25px;
  text-align: center;
}

.press-logo.ventureradar {
  background-image: url(https://s3.amazonaws.com/verisart.assets/img/press/logos/ventureradar-logo.png);
}

/* Hide play button on iphone */
body.home .full-height video::-webkit-media-controls-start-playback-button,
body.home
  .full-height-flex
  video::-webkit-media-controls-start-playback-button {
  display: none !important;
  -webkit-appearance: none;
}

body.home .full-height,
body.home .full-height-flex {
  background-image: url(https://s3.amazonaws.com/verisart.assets/img/video/verisart-bg-video-01-poster.jpg);
  background-size: cover;
  background-position: 50% 0%;
}

body.request-invite .valign {
  margin: 0 auto;
  max-width: 600px;
}

body.request-invite .full-height {
  min-height: 600px;
}

@media only screen and (max-width: 600px) {
  body.request-invite p {
    font-size: 18px;
  }
  .object-collection.collection .collection-item.avatar .square {
    width: 100%!important;
    height: 100%!important;
  }
  .container-secondary-content{
    clear:both;
    text-align: right;
  }
  .collection .collection-item.avatar .secondary-content{
    position: relative;
    float: none;
    left: 0;
    top: 0;
  }
}

/** Certificate */
body.work {
  background: #ccc;
  background-size: cover;
  background-position: 50% 50%;
}

body.work.work-processing {
  background: #fff;
}

.cert-header-row {
  background: white;
}

.cert-artist-sig img {
  max-width: 90%;
  max-height: 100px;
}

.cert-header-row > .col {
  position: relative;
  min-height: 90px;
}

.cert-header-row .cert-logo {
  position: absolute;
  width: 90px;
  height: 90px;
  left: 0px;
  top: 0px;
  background: #000
    url(https://s3.amazonaws.com/verisart.assets/img/logo/verisart-cert-badge-180.png);
  background-size: cover;
}

.cert-header-row .cert-header-text {
  padding-left: 100px;
  text-align: center;
  width: 100%;
}

.cert-header-row .cert-status {
  position: absolute;
  width: 90px;
  height: 90px;
  top: 0px;
  left: 0px;
  border-right: 1px solid #eee;
  text-align: center;
  font-family: 'SimplonNorm-Bold', Helvetica, sans-serif;
  font-size: 10.5px;
  line-height: 18px;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.cert-header-row .cert-status .valign {
  margin: 0 auto;
}

.cert-status-label {
  color: #c8c8c8;
}
.cert.confirmed .cert-header-row .cert-status-label {
  color: #00b446;
}

.cert-header-row .cert-header-subtext {
  padding-left: 90px;
  font-size: 10px;
  width: 100%;
}

.cert-header-row .cert-header-subtext p {
  text-align: justify;
  max-width: 320px;
  margin: 0 auto;
}

.cert-leaf-row > .col {
  padding: 0px;
}

.cert.section {
  padding-top: 26px;
  padding-bottom: 0px;
}

#work-app > .container > .section {
  padding-top: 0px;
}

.cert .row {
  margin-bottom: 26px;
}

.cert-leaf-row > .cert-fields-leaf {
  margin-bottom: 26px;
}

.cert-image {
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
}

.cert-image-container {
  position: relative;
  height: 100%;
}

.cert-stats {
  font-family: 'SimplonNorm-Medium', Helvetica, sans-serif;
  font-size: 10.5px;
  color: #ccc;
  line-height:24px;
  float:left;
  margin-right: 20px;
}

@media only screen and (min-width: 993px) {
  .cert.section {
    padding-top: 34px;
  }

  .cert-leaf-row > .cert-image-leaf {
    padding-right: 13px;
    margin-bottom: 0;
  }

  .cert-leaf-row > .cert-fields-leaf {
    padding-left: 13px;
    margin-bottom: 0;
  }

  .cert-header-row .cert-header-subtext {
    padding-right: 95px;
    padding-left: 0px;
    width: 96%;
  }

  .cert-header-row .cert-header-subtext p {
    margin: 0;
  }

  .cert-header-row .cert-status {
    right: 12px;
    left: auto;
    border-right: 0;
  }

  .cert-header-row .cert-status .valign {
    margin: 0;
  }
  
}

@media only screen and (min-width: 1280px) {
  .cert .row {
    margin-bottom: 30px;
  }

  .cert-leaf-row > .cert-image-leaf {
    padding-right: 15px;
  }

  .cert-leaf-row > .cert-fields-leaf {
    padding-left: 15px;
  }

  .cert-header-row .cert-header-subtext {
    margin-left: 0.5rem;
  }
}

@media only screen and (min-width: 1400px) {
  .cert .row {
    margin-bottom: 34px;
  }

  .cert-leaf-row > .cert-image-leaf {
    padding-right: 17px;
  }

  .cert-leaf-row > .cert-fields-leaf {
    padding-left: 17px;
  }
}

.cert-leaf {
  background: white;
  padding: 30px;
}

.cert-fields-header {
  position: relative;
  top: -15px;
}

.cert h5,
.cert h6 {
  font-size: 15px;
  font-family: 'SimplonNorm-Bold', Helvetica, sans-serif;
  letter-spacing: 2px;
  line-height: 18px;
  font-weight: normal;
}

.cert h6 {
  font-size: 11px;
}

.cert-fields-footer.row {
  margin-top: 50px;
  margin-bottom: 0px;
  position: relative;
  top: 15px;
}

.cert-fields .cert-field {
  border-bottom: 1px solid #c8c8c8;
  padding: 10px 0;
  margin-bottom: 0px;
}

.cert-field-label {
  font-family: 'FreightTextProBook-Regular', Georgia, sans-serif;
  color: #ccc;
  font-style: italic;
  line-height: 16px;
  font-size: 12px;
}

.field-title .cert-field-value,
.field-production-date .cert-field-value,
.field-medium .cert-field-value,
.field-dimensions .cert-field-value,
.field-current-location .cert-field-value,
.field-current-owner .cert-field-value {
  text-transform: uppercase;
}

.cert-field-value {
  font-family: 'SimplonNorm-Medium', Helvetica, sans-serif;
  font-size: 13px;
  line-height: 16px;
}

.cert-field:first-child {
  border-top: 1px solid #c8c8c8;
}

.object-collection.collection .collection-item.avatar .square {
  height: 200px;
  overflow: hidden;
  vertical-align: middle;
  float: left;
}

.object-collection.collection .collection-item.avatar {
  min-height: 202px;
  padding: 0px;
  margin: 0px 0px 25px 0px;
}

body.certify .file-field {
}

body.certify #certify-form .status {
  margin-top: 60px;
}

body.certify .file-select-wrapper {
  padding-left: 0px;
  padding-top: 35px;
}

body.certify .file-select-wrapper.loaded {
  padding-left: 100px;
}

body.certify .file-field .file-select-wrapper.loaded .image {
  display: block;
}

body.certify .file-field .file-select-wrapper .image {
  display: none;
  width: 80px;
  height: 80px;
  left: 11px;
  top: 0px;
  position: absolute;
  background: grey;
  background-size: cover;
}

.collection-overflow {
  overflow: visible;
}

.collection-empty {
  border: none;
}

.collection-overflow .collection-item {
  background: none;
  margin: 0;
}

.collection .collection-item:last-child {
  border-bottom: solid 1px #e0e0e0;
}

.collection.file-upload-list {
}

.collection-item.file-upload {
  padding-left: 125px;
  min-height: 124px;
  position: relative;
}

.collection-item.file-upload > .file-upload-thumb {
  position: absolute;
  width: 100px;
  height: 100px;
  background-size: cover;
  background-repeat: no-repeat;
  left: 12px;
  top: 10px;
}

.collection-item.file-upload > .file-upload-thumb.signature {
  background-size: contain;
  background-color: white;
  background-position: 50% 50%;
  border: 1px dashed rgba(0, 0, 0, 0.11);
}

.collection-item.file-upload .row {
  margin-bottom: 0;
}

.file-upload .status {
  font-family: 'SimplonNorm-Medium', Helvetica, sans-serif;
  font-size: 17px;
}

.file-upload .status-tag {
  float: left;
  text-transform: uppercase;
}

.file-upload .status-value {
  overflow: hidden;
  width: auto;
  padding: 0 0 0 20px;
  color: #0e0e0e;
  min-height: 30px;
}

.file-upload .input-field label {
  display: none;
}

.file-upload .input-field {
  margin-top: 0px;
}

.success-color {
  color: #00b446;
}

.file-upload .row.form-error-row {
  margin-top: -11px;
}

.file-upload .remove-button {
  position: absolute;
  top: 10px;
  right: 12px;
  cursor: pointer;
}

#certify-app {
  padding-bottom: 30px;
}

.input-field.invalid input.select-dropdown {
  border-bottom: 1px solid #f44336;
  box-shadow: 0 1px 0 0 #f44336;
}

.certificates-layout-toggle {
  cursor: pointer;
  color: #e0e0e0;
}

.certificates-layout-toggle:hover {
  color: #000;
}

.certificates-collection {
  border: none;
}

.certificates-list-item {
  border-top: 1px solid #e0e0e0;
  border-bottom: none!important;
  cursor: pointer;
  height: 250px;
  padding-top: 25px!important;
  padding-bottom: 25px!important;
  padding-left: 10px!important;
  margin-bottom: 0px!important;
}

.certificates-list-item:hover {
  background: #f8f8f8;
}

.certificates-list-img {
  max-width: 100%;
  max-height: 100%;
}

.certificates-img-container{
  float: left;
  align-items: center;
  justify-content: center;
  display: flex;
  width: 200px;
  height: 200px;
  overflow: hidden;
}

.certificates-list-labels {
  font-family: 'SimplonNorm-Medium', Helvetica, sans-serif;
  float: left;
  margin: 20px 30px 10px 40px;
  position: relative;
  min-height: 155px;
}

.certificates-list-artist-name {
  font-size: 18px;
  font-family: 'SimplonNorm-Medium', Helvetica, sans-serif;
  letter-spacing: 1.5px;
  line-height: 38px;
  font-weight: bold;
  text-transform: uppercase;
}

.certificates-list-title {
  font-family: 'FreightTextProBook-Regular', Georgia, sans-serif;
  font-size: 18px;
  font-style: italic;
}

.certificates-list-edition {
  font-family: 'FreightTextProBook-Regular', Georgia, sans-serif;
  font-size: 15px;
  font-style: italic;
  margin-top: 8px !important;
  color: #c8c8c8;
}

.certificates-list-date {
  font-family: 'FreightTextProBook-Regular', Georgia, sans-serif;
  font-size: 18px;
}

.certificates-list-created-date {
  font-family: 'SimplonNorm-Medium', Helvetica, sans-serif;
  letter-spacing: 150;
  position: absolute;
  bottom: 0;
  left: 0;
  font-size: 10.5px;
  min-width: 350px;
  color: #c8c8c8;
  text-transform: uppercase;
}

.certificates-status-label {
  font-family: 'SimplonNorm-Bold', Helvetica, sans-serif;
  font-size: 10.5px;
  line-height: 18px;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-right: 5px;
}

.certificates-list-status-date {
  font-family: 'SimplonNorm-Bold', Helvetica, sans-serif;
  font-size: 10.5px;
  line-height: 18px;
  letter-spacing: 2px;
}

.certificates-list-transfer {
  font-family: 'SimplonBold', 'SimplonNorm-Bold', Helvetica, sans-serif;
  font-size: 10.5px;
  line-height: 18px;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-right: 5px;
  color: #4f1a76;
  text-align: right;
}

.certificates-card {
  cursor: pointer;
  border-bottom: solid 1px #e0e0e0!important; 
  box-shadow: none;
  margin-bottom: 30px;
  padding:10px;
}

.certificates-card:hover {
  background: #f8f8f8;
  cursor: pointer;
}

.certificates-card-image-container {
  height: 150px;
  overflow: hidden;
}

.certificates-card-image {
  position: relative;
  left: 0px;
  width: 100%;
}

.certificates-card-body {
  font-family: 'SimplonNorm-Medium', Helvetica, sans-serif;
  letter-spacing: 150;
  position: relative;
  margin: 3px 0px 20px 0px;
}

.certificates-card-artist-name {
  font-size: 18px;
  font-family: 'SimplonNorm-Medium', Helvetica, sans-serif;
  letter-spacing: 150;
  line-height: 38px;
  font-weight: bold;
  text-transform: uppercase;
}

.certificates-card-title {
  font-family: 'FreightTextProBook-Regular', Georgia, sans-serif;
  letter-spacing: 150;
  font-size: 18px;
  font-style: italic;
}

.certificates-card-transfer {
  font-family: 'SimplonBold', 'SimplonNorm-Bold', Helvetica, sans-serif;
  font-size: 10.5px;
  line-height: 18px;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-right: 5px;
  color: #4f1a76;
}

.certificates-card-date {
  font-family: 'FreightTextProBook-Regular', Georgia, sans-serif;
  font-size: 18px;
  font-style: normal;
}

.certificates-card-created-date {
  font-family: 'SimplonNorm-Medium', Helvetica, sans-serif;
  line-height: 14px;
  margin: 40px 0px 10px 0px;
  font-size: 10.5px;
  letter-spacing: 150;
  color: #c8c8c8;
  text-transform: uppercase;
}

.certificates-view-icon {
  margin-right: 5px;
  margin-top: -5px;
}

.certificates-icons{
  float: right;
  margin: 20px;
  visibility: hidden;
}

.cards-container {
  column-break-inside: avoid;
}

.cards-container .card {
  display: inline-block;
  overflow: visible;
}

.drop-area {
  padding: 38px 50% 38px 40px;
  border: 3px dashed #ccc;
  background: none;
}

.drop-label {
  font-family: 'SimplonNorm-Medium', Helvetica, sans-serif;
  position: absolute;
  top: 40px;
  left: 400px;
  color: #ccc;
}

.searched-image {
  padding: 0px;
  height: 100px;
  float: right;
}

.certificates-sort{
  font-family: 'SimplonNorm-Medium', Helvetica, sans-serif;
}

.certificates-results-count{
  font-family: 'SimplonNorm-Medium', Helvetica, sans-serif;
  float: left;
  margin-top: 12px;
  text-transform: uppercase;
  letter-spacing: 1.5px;
}

.verify-image-label{
  margin-right: -3px;
}

@media only screen and (max-width: 600px) {
  .certificates-list-item {
    border-top: 1px solid #e0e0e0;
    cursor: pointer;
    height: 100%;
  }  
  .certificates-list-item:hover {
    background: #fff;
  }
  .certificates-list-img {
    width: 100%;
  }
  .certificates-img-container{
    height: 100%;
    overflow: visible;
  }
  .certificates-list-labels {
    margin: 15px 10px 10px 10px;
    min-height: 0px;
  }
  .certificates-list-created-date {
    position: relative;
    font-size: 10.5px;
    letter-spacing: 2px;
    font-weight: bold;
    margin-top: 50px;
  }
  .certificates-results-count{
    font-size: 10px;
  }
  .cards-container {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
  }
  .searched-image {
    float: none;
    margin: 10px;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    text-align: center;
  }
  .verify-image-label{
    display: none;
  }
  .drop-label {
    font-family: 'SimplonNorm-Medium', Helvetica, sans-serif;
    font-size: 11px;
    position: absolute;
    top: 43px;
    left: 200px;
    color: #ccc;
  }
}
@media only screen and (min-width: 700px) {
  .cards-container {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
  }
}
@media only screen and (max-width: 850px) {
  .drop-area {
    padding: 38px 30% 38px 40px;
  }
  .drop-label {
    font-family: 'SimplonNorm-Medium', Helvetica, sans-serif;
    font-size: 12px;
    position: absolute;
    top: 41px;
    left: 250px;
    color: #ccc;
  }
}
@media only screen and (min-width: 1100px) {
  .cards-container {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
  }
}
.TOS-section{
  width:100%;
  height:100%;
  background:rgba(0, 0, 0, 0.5);
  z-index:100;
  position:absolute;
  padding-top:80px;
}
.TOS-container{
  margin-right:auto;
  margin-left:auto;
  width:60%;
  background:#fff;
  height:490px;
  padding:10px 0px 30px 30px;
  border: 1px solid #000;
}
.TOS-body{
  overflow:scroll;
  height:400px;
  overflow-x: hidden;
  padding-right:10px;
}
@media only screen and (max-width: 1500px) {
  .TOS-title {
    font-size: 20px;
  }
}

@media only screen and (max-width: 1000px) {
  .TOS-title {
    font-size: 20px;
  }
}

@media only screen and (max-width: 700px) {
  .TOS-title {
    font-size: 20px;
  }
  .TOS-container{
    width:80%;
  }
}
.history-header {
  cursor: pointer;
  border-bottom: solid 1px #efefef;
  margin: 0px!important;
  padding-left: 35px;
}
.history-item {
  cursor: pointer;
  border-bottom: solid 1px #efefef;
  margin: 0px!important;
  padding-bottom: 5px;
  padding-top: 11px;
}
.cert-history{
  background-image: url("../img/chain.png");
  background-repeat: repeat-y;
  padding: 0px 0px 0px 35px;
  line-height: 12px;
}
.history-action {
  font-family: "SimplonNorm-Medium", Helvetica, sans-serif;
  font-size: 13px;
}
.history-date {
  font-family: "SimplonNorm-Medium", Helvetica, sans-serif;
  font-size: 13px;
  color: #ccc;
}
.history-created {
  font-family: "SimplonNorm-Medium", Helvetica, sans-serif;
  font-size: 11px;
}
.history-created-at{
  font-family: "SimplonNorm-Medium", Helvetica, sans-serif;
  font-size: 11px;
  color: #ccc;
}

.history-more {
  font-family: "SimplonNorm-Medium", Helvetica, sans-serif;
  display: "none";
  margin-left: 250px;
  word-wrap: break-word;
  font-size: 12px;
}
.history-more-files{
  margin-left: 50px;
}

.history-expand{
  text-align: right;
}

.cert-stats-icon{
  float: left;
  min-width: "20px";
  margin: "0px 5px 0px 0px";
  display: "block";
}

@media only screen and (max-width: 600px) {
  .history-more {
    font-family: "SimplonNorm-Medium", Helvetica, sans-serif;
    display: "none";
    margin-left: 92px;
  }
  .history-more-files{
    margin-left: 10px;
  }
}

@media only screen and (max-width: 700px) {
  .cert-stats{
    white-space: nowrap;
  }
  .cert-stats-icon{
    min-width: "30px";
  }
}

#footer {
  border-top: 1px solid #eee;
  position: relative;
  display: flex;
  justify-content: center; }
  #footer .inner {
    display: flex;
    flex-direction: row;
    align-items: center; }
    @media screen and (max-width: 768px) {
      #footer .inner {
        flex-direction: column;
        align-items: unset;
        max-width: 100%; } }
  #footer #nav--footer {
    flex: 1 auto; }
    #footer #nav--footer a {
      color: #999;
      font-family: SimplonMedium, sans-serif;
      font-size: 13px;
      font-weight: normal;
      letter-spacing: 0.15em;
      text-transform: uppercase;
      display: inline-block;
      padding: 25px 15px; }
      #footer #nav--footer a:hover {
        color: #000; }
    @media screen and (max-width: 768px) {
      #footer #nav--footer li {
        display: block;
        border-bottom: 1px solid #eee; } }
  #footer .social {
    position: relative;
    top: 3px;
    margin-right: 30px; }
    @media screen and (max-width: 768px) {
      #footer .social {
        width: 160px;
        display: inline-block; } }
    #footer .social a {
      opacity: 0.5; }
      #footer .social a:hover {
        opacity: 1; }
    #footer .social .twitter {
      position: relative;
      left: -3px; }
    #footer .social .linkedin {
      position: relative;
      top: -8px; }
    #footer .social .instagram {
      position: relative;
      top: 2px; }
  #footer #copyright {
    color: #999;
    font-family: SimplonMedium, sans-serif;
    font-size: 13px;
    font-weight: normal;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    flex: 0 auto; }
    @media screen and (max-width: 768px) {
      #footer #copyright {
        padding: 20px 0;
        opacity: 0.5;
        position: absolute;
        right: 20px;
        bottom: -5px; } }

.outer {
  display: flex;
  flex-direction: column;
  align-items: center; }

.inner {
  width: 100%;
  padding-left: 25px;
  padding-right: 25px;
  max-width: 1024px; }

  ul.nav {
    list-style-type: none; }
    ul.nav li {
      display: inline-block; }

.disabled{
  color: #999;
  cursor: default;
}

#import-app .item-container {
  font-family: 'SimplonNorm-Bold', Helvetica, sans-serif;
}

@media screen and (max-width: 768px) {
  #uploaded-modal-form {
    flex-direction: column;
    width: 100%;
  }

  #uploaded-modal-form img {
    align-self: center;
  }

  #uploaded-modal-url {
    overflow: hidden;
    text-overflow: ellipsis;
  }

  #partner-image-list {
    padding: 10px 10px;
  }

  #partner-image-list .partner-image-list-url {
    max-width: 80% !important;
  }

  #partner-image-list .remove-button {
    top: 6px !important;
    right: 0 !important;
  }
}

body.partner #partner-add-managed-artist div svg {
  height: 100%;
}


