/* ===== HEADER STYLES ====== */
/*seems like this is to do with my following page...*/
.current { border: 1px solid #333; padding: 0 5px 15px 5px; box-shadow: 3px 3px #ccc;}

input::placeholder { color: #999; }
[contenteditable="true"] { background: white; border: 1px solid grey; padding: 0 5px 0 5px;}


label {margin:0% 0% 0% 0%;}

.main.img {width:96%;margin:2%;border: 0; }
.main.img img {width:96%;padding: 2% 2% 0% 2%;background: #fff;}

.mainInfo {width:96%;float:left;margin:2% 2% 50px 2%;border: 1px solid #ccc;}
.rightBar {float:right;width:43%;padding: 0px 2%;text-align: center;margin:0% 1%;background:#FFF;}
.spacer {float:right; width:43%; text-align: center; margin:10px;}
.leftBar {float:left;width:50%;}

/*.thing {width: 100%;margin: 0px;}

.home .thing {margin-bottom: 4px;}*/

.leftBar .thing .likeBox {
    width: 120px;
    margin: 0px;
    text-align: left;
    margin-bottom: 10px;
    display: inline-block;
    padding-right: 0px;
    margin-right: 0px;
    border-right: none;
}

.leftBar .thing .likeBox .like {
    width: 50px;
    height: 50px;
    display: inline-block;
    float: left;
    background-image: url('/i/heart-outline.svg');
}
.leftBar .thing .likeBox .count {
    width: 50px;
    font-size: 18px;
    display: inline-block;
}

.thumbArea {float:left;}

.itemBox {width:50%;background: #FFF;margin-bottom: 14px;}

#profileLink {margin-top: 10px;}

.descHeader {width:100%;height:60px;line-height: 60px;border-bottom: 1px solid #ccc;}
.descHeader h3 {padding:0% 3%;margin:0px;font-size:15px;}



.control-group {
  display: inline-block;
  width: 100%;

  margin: 0px;

  text-align: left;
  vertical-align: top;

}
.control {
  font-size: 18px;
  position: relative;
  margin-bottom: 15px;
  padding-left: 30px;
  cursor: pointer;
}

.control input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}

.control__indicator {
  position: absolute;
  top: 2px;
  left: 0;
  width: 20px;
  height: 20px;
  background: #FFF;
  border: 1px solid #bdc3c7;
}

.control--radio .control__indicator {
  border-radius: 50%;
}

/* Hover and focus states */
.control:hover input ~ .control__indicator,
.control input:focus ~ .control__indicator {
  background: #ccc;
}

/* Checked state */
.control input:checked ~ .control__indicator {
  background: #2aa1c0;
}

/* Hover state whilst checked */
.control:hover input:not([disabled]):checked ~ .control__indicator,
.control input:checked:focus ~ .control__indicator {
  background: #0e647d;
}

/* Disabled state */
.control input:disabled ~ .control__indicator {
  pointer-events: none;
  opacity: .6;
  background: #e6e6e6;
}

/* Check mark */
.control__indicator:after {
  position: absolute;
  display: none;
  content: '';
}

/* Show check mark */
.control input:checked ~ .control__indicator:after {
  display: block;
}

/* Checkbox tick */
.control--checkbox .control__indicator:after {
  top: 4px;
  left: 8px;
  width: 3px;
  height: 8px;
  transform: rotate(45deg);
  border: solid #fff;
  border-width: 0 2px 2px 0;
}

/* Disabled tick colour */
.control--checkbox input:disabled ~ .control__indicator:after {
  border-color: #7b7b7b;
}

/* Radio button inner circle */
.control--radio .control__indicator:after {
  top: 7px;
  left: 7px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #fff;
}

/* Disabled circle colour */
.control--radio input:disabled ~ .control__indicator:after {
  background: #7b7b7b;
}





.nextBtns {
  padding:5px;
}
.nextBtn {
    background-color:#33455e;
    border: none;
    color: #FFF;
    padding: 16px 0 16px 0;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    border-radius: 2px;
    margin:5px;
    width: calc(50% - 20px);
    font-weight: 300;
    transition:0.4s;
}
.nextBtn:hover {
    transition:0.4s;
    background: #000;
}

#anotherNextBtn {
    background-color:#33455e;
    border: none;
    color: #FFF;
    padding: 16px 0px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    border-radius: 2px;
    margin:10px 0px;
    width: 100%;
    font-weight: 300;
    transition:0.4s;
}
#anotherNextBtn:hover {
    transition:0.4s;
    background: #000;
}



#content .pile a.url {
  font-size: 22px;
  color: #333;
  display: inline-block;
}

#content .pile h2 {
    margin: 10px 0.5% 0% 1%;
    padding: 0px;
    font-size: 22px;
    font-weight: 300;
    display: inline-block;
}



#content .pile p {
    margin: 4px 0px 10px 1%;
    padding: 0px;
    display: block;
    font-size: 12px;
    font-weight: 300;
    display: block;
    color: #7b7d8a;
}

#content .pile img {
    width: 14px;
    vertical-align: top;
    margin-right: 4px;
    margin-top: 3px;
    margin-left: -2px;
}

#content .pile a.following {
  margin-top:13px;
  padding: 3px 6px 3px;
}


.loadingSpinner {
  width:180px;
  margin: auto;
  margin-bottom: 30px;
  color: #333;
}

.loadingSpinner img {
  width: 20px;
  margin-right: 6px;
}





/* ==========================================================================
   New Item Page
   ========================================================================== */


.salesstatuses {color: red;}


.itemHeader {margin:1.5% auto 1% auto;max-width: 600px;}
  .itemHeader .tag {margin-right: 0%;background: #FFF;}

.itemTitle {width:96%;margin:2% auto 0%;max-width: 600px;text-align: center;}
#content .itemTitle h2 {display: inline-block;margin:10px 0px 0px;padding:0px;font-size: 24px;font-weight: 300;vertical-align: top;margin-right: 5px;}
.itemUser {float:right;}
.itemTitle span {font-size: 12px;
display: block;
margin-bottom: 12px;}

.addTag {
    display: inline-block;
    padding: 0px;
    border-radius: 3px;
    border: 1px solid #33455e;
    background: #33455e;
    color: #FFF;
    font-size: 18px;
    line-height: 20px;
    text-transform: lowercase;
    margin-top: 1px;
    margin-bottom: 1%;
    height: 21px;
    width: 21px;
    overflow: hidden;
    font-weight: 700;
    text-align: center;
    vertical-align: top;
}

.addTag:hover {
  border: 1px solid #33455e;
  color:#33455e;
  background: #FFF;
  transition: 0.3s;
}

.addTag a {color: #fff;display: block;width: 21px;}
.addTag a:hover {color: #EF8354;}



.itemUserName {display: inline-block;text-align: right;vertical-align: top;}
.itemUserImg {display: inline-block;text-align: right;}

.itemUser p {margin:5px 0px; padding:0px;font-size: 14px;}
.itemUserImg img {width:28px;float: right;}

.upDownArrows {display: inline-block; width: 15%; text-align: right;}

.item {float:left;background:#FFF;width:99%;margin:0.5%;clear: both;}
  .item img {width:96%;margin:2%;}
  .item .uploaded {font-size:12px;margin:0px;padding:2% 0% 0% 2%;color:#999;}

.photoHolder .uploaded {font-size:0.8em;margin:0px;padding:10px 0% 10px 2%;color:#999;font-weight: 300;}

.itemDescription {float:right;background:#FFF;width:96%;margin:0.5%;padding:1.5% 1.5% 1.5% 1.5%;}
  #content .itemDescription a.itemContactBtn {color:#fff;}
  #content .itemDescription a.itemContactBtn:hover {color:#33455e;transition:0.3s;}

  .itemDescription header {width:100%;}
  .itemDescription p {font-size: 0.9em;clear: both;}
  .itemDescription .tag {margin-right: 0%;}
  .itemDescription p.categories {font-size: 12px;color:#444;padding:24px 0px 0px 0px;margin:0px;}


.itemStatus {float:left;}
.itemContactBtn {background: #33455e;display:block;width:114px;padding:10px 0px;margin:0px;height:20px;line-height:20px;float:right;color:#FFF;font-size: 12px;text-align: center;border-radius: 3px;margin: 0px 0px 40px;border:1px solid #33455e;transition:0.3s;}
.itemContactBtn:hover {background: #FFF;transition:0.3s;}
.itemStatus p {margin: 0px;padding:0px;}
.itemStatus p.status {font-size: 12px;color:#999;}
.itemStatus p.price {font-size: 24px;}



.comment { position: relative; clear: both; text-align: left; border: none; padding: 0 10px 10px 10px;background: #fff;margin-left: 2%;}
.comment .remove { position: absolute; right: 5px; cursor: pointer; }

.itemBidHistory {float:right;background:#FFF;width:96%;margin:0.5%;padding:1.5%;}
.itemHistory {float:right;background:#FFF;width:96%;margin:0.5%;padding:1.5%;}

#showComments {padding: 2%;}



.itemComments textarea:focus {
    border-left:3px solid #ccc;
    transition:0.5s;
  }


.commentBtn {background: #33455e;display:block;width:114px;padding:10px 0px;height:20px;line-height:20px;color:#FFF;font-size: 12px;text-align: center;border-radius: 3px;margin: 0px 0px 10px 2%;border:1px solid #33455e;transition:0.3s;}


#content a.commentBtn {color:#fff;padding:2px 0px;}
#content a.commentBtn:hover {color:#33455e;transition:0.3s;background: #fff;}




.likeBar {width:100%;margin: 0px;position: relative;}
.likeBar p {font-size: 0.8em;margin:0px;padding:0px;color:#999;}
.likeBarLeft img {height:24px;width: 24px;float:left;}
.likeBarLeft {float: left;margin-top:10px;width:150px;text-align: left;}
.likeBarRight {float: right;text-align: right;position: relative;max-height: 23px;}
/*
.likeCount {width:24px;display: inline-block;height: 12px;vertical-align: top;}
.likeCount p {padding: 0px;margin:0px;font-size: 18px;color:#33455e; }
*/
.likeBarRight p {padding: 9px 0px;margin:0px;}
.likeBarRight a {color: #33455e;font-weight: 600;transition:.3s;}
.likeBarRight a:hover {color: #999;transition:.3s;}

.likeBar.portrait .likeBarLeft {padding: 0% 2%;}
.likeBar.landscape .likeBarLeft {padding: 0% 1%;}
.likeBar.square .likeBarLeft {padding: 0% 2%;}

.likeBar.portrait .likeBarRight {padding-right: 2%;}
.likeBar.landscape .likeBarRight {padding-right: 2%;}
.likeBar.square .likeBarRight {padding-right: 2%;}


.likeBox .like {
  background: no-repeat center url('/i/heart-outline.svg');
}
.likeBox .liked {
  background: no-repeat center url('/i/heart.svg');
}

/* .heartShapedBox is used on the feed pages */
/* .likeBar is used on the thing pages */
.heartShapedBox .like {
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-bottom: 6px;
}
.likeBar .likeBox {
  display: inline-block;
  border-right: none;
  margin-right:0px;
  padding-right:0px;
  border-right: none;
  vertical-align: top;
}

.likeBar .likeBox .like {
  display: inline-block;
  width: 20px;
  height: 20px;
}

.likeBar .likebox .count {
  display: inline-block;
  font-size: 18px;
  margin: 0px 4px 0px 2px;
  vertical-align: top;
}

.comment .likeBox {  
  padding-right: 1px;
  margin-right: 1px;
  line-height: 4px;
  margin-top: 4px;
}
.comment .likeBox .like {display: inline-block; width:14px;height:14px;}
.comment .likeBox .count {margin-top: 5px;}


.mainItem {background:#FFF;width:99%;margin:0.5% auto 0%;padding-bottom: 1px;border-radius: 3px;}
  .mainItem img {margin:0%;}
  .mainItem .uploaded {
    font-size: 12px;
    margin: 0px auto;
    padding: 2% 0% 1% 0.5%;
    color: #999;
    width: 100%;
    max-width: 500px;
    display: block;
  }
  .mainItem.orange {background:#EF8354;}

.mainImg {
  position: relative;
  text-align: center;
  width:99%;
  margin:0% 0.5%;
}
img.landscape {
  width: 100%;
  max-width: 1100px;
  border-radius: 5px;
  -webkit-user-drag: none;
}

img.portrait {
  border-radius: 5px;
  width: 100%;
  -webkit-user-drag: none;
}
img.square {
  max-width: 520px;
  border-radius: 5px;
  width: 100%;
  -webkit-user-drag: none;
}

#rawImg {
  max-height: 562px;
  display: block;
}
    body.touch #rawImg {
}
.cropper-crop-box .cropper-point {
  height: 25px; width: 25px;
}
.photoBox {display: inline-block; width:100%;vertical-align: top;height:auto;margin:auto;transition:0.5s;background-color:#ffffff;}
  .photoBox img {width:100%;margin: 0px 0px 0px 0px;}
  .photoContainer {width:92%;display: block;margin: 5px auto 5px auto;}
  .photoOptionsContainer {width:320px;display: block;background: #FFF;vertical-align: top;margin: 0px auto 0px auto;width: 100%;max-width: 460px;}
.photoTools {display: inline-block; padding: 10px; background-color: #ffffff;width:100%;vertical-align: top;transition:0.5s;margin: 10px auto 0px auto;height:auto;}
  #infoForm { width: 100%; }
.zoomer {display: none;}

/*
span.cropper-point { display: none; }
span.cropper-line { display: none; }
.cropper-crop-box .cropper-view-box {display:none; }
.cropper-container .cropper-modal { opacity:0; }
*/
#collectionScroller {
  margin-top: 30px;
}

#collectionScroller .collectionTitle {
    height: 42px;
    line-height: 42px;
    background: none;
    text-align: center;
}

#collectionScroller .collectionTitle h2 {
    padding: 0px;
    font-size: 0.9em;
    font-weight: 300;
}

#collectionScroller .collectionStrip {
  background: none;
}

#collectionScroller .collectionThumb {
  background: #fff;
  margin: 5px 5px 70px 5px;
}

#collectionScroller .collectionThumbs {

    padding-left: 0px;
    margin: 0px auto;
    text-align: center;
  }




/* ==========================================================================
   NEW Chooser Page
   ========================================================================== */

.chooser {background: #fff;}
.chooser footer {display: none;}


.chooserContainer {
  width: 80%;
  margin: 0 auto;
  max-width: 800px;
}

.chooserButtons {
  width: 100%;
  margin: 5% auto;
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  align-items: center;
}
.chooserBtn {
  display:inline-block;
  position: relative;
  width: 100%;
  min-width: 130px;
  max-width: 200px;
  background: #fff;
  height:130px;
  margin: 10px 10px;
  border: 1px solid #efefef;
  border-radius: 4px;
  text-align:center;
  cursor: pointer;
  transition: 0.8s;
}

.chooserBtn:hover {
  background:#fcfcfc;
  transition: 0.8s;
  border: 1px solid #33445e;
}

.chooserBtn.selected {
  border: 2px solid #33445e;
}

.chooserBtn h2 {
  font-weight: 300;
  font-size: 18px;
  padding:5px 0px;
  margin:0px;
}
.chooserBtn h2 {
  color:#33445e;
}

.chooserBtn img {
  height:70px;
  margin-top:14px;
}

.chooserBtn.status img {
  height:60px;
  margin-top:20px;
  margin-bottom:4px;
}

.chooserBtnFlash {
  position: absolute;
  right: -24px;
  top: 14px;
  background: #33445e;
  font-size: 10px;
  padding: 2px 8px;
  border-radius: 3px;
  color: #fff;
}

.chooserDropZone {
  display: flex;
  opacity: 0;
  border: grey dashed 2px;
  border-radius: 10px;
  width: 90%;
  min-height: 400px;
  margin: auto;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  transition: 0.3s;
}

.dropZoneCloud {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.chooserUploadBtn {
  font-size: 13px;
  background: #313b54;
  border-radius: 22px;
  color: #FFF;
  padding: 9px 20px 9px;
  border: 1px solid #313b54;
  vertical-align: top;
  transition: 0.3s;
  display: inline-block;
  text-decoration: none;
}

.chooserUploadBtn label {
  cursor: pointer;
}

.chooserUploadBtn:hover {
  color:#313b54;
  background: #fff;
}

/* ==========================================================================
   NEW item add
   ========================================================================== */

.addItem {background: #fff;}

.actionStrip {
  width:100%;
  position: relative;
  background: #f1f2f6;
}

.actionStrip h1, .actionCollectionStrip h1 {
  margin:0px;
  padding: 8px 10px;
  font-weight: 400;
  font-size: 13px;
  display: inline-block;
}

.actionStrip a, .actionCollectionStrip a {
  position: absolute;
  top: 7px;
  right: 7px;
  background: #ccc;
  border-radius: 4px;
  padding: 5px 10px;
  font-size: 10px;
  color: #fff;

}

.actionCollectionStrip {
  width:100%;
  position: relative;
  border-top:1px solid #efefef;
  background: #f1f2f6;
}

.photoStrip {
  background: #fff;
  padding: 0.5% 1%;
}

.photoStripBtn {
  display: inline-block;
  width:10%;
  box-sizing: border-box;
  border:1px solid red;
  margin:0.5%;
}

.photoStripBtn img {
  width:100%;
}

.photoSquare {
    max-width: 100px;
    box-sizing: border-box;
    background: #f1f2f6;
    float:left;
    position: relative;
    border-radius: 8px;
    width: 23%;
    padding-bottom :23%; /* = width for a 1:1 aspect ratio */
    margin:1%;
    background-position:center center;
    background-repeat:no-repeat;
    background-size:contain; /* you change this to "contain" if you don't want the images to be cropped */
    transition: 0.5s;
    opacity: 1;
    cursor: pointer
}


.photoSquare .photoNumber {
  position: absolute;
  bottom:0px;
  right:0px;
  background: #34435e;
  font-size: 12px;
  width:20px;
  height: 18px;
  line-height: 18px;
  text-align: center;
  color: #FFF;
}


@media only screen and (min-width: 440px) {
.photoSquare{
    max-width: 100px;
    width: 18%;
    padding-bottom :18%;
  }
  .photoAdder {
    max-width: 100px;
    width: 18%;
    padding-bottom :18%;
  }
}

@media only screen and (min-width: 560px) {
.photoSquare{
    max-width: 100px;
    width: 14.6%;;
    padding-bottom :14.6%;
  }
  .photoAdder {
    max-width: 100px;
    width: 14.6%;;
    padding-bottom :14.6%;
  }
}

@media only screen and (min-width: 680px) {
.photoSquare{
    max-width: 100px;
    width: 12.2%;
    padding-bottom :12.2%;
  }
  .photoAdder {
    max-width: 100px;
    width: 12.2%;
    padding-bottom :12.2%;
  }
}

@media only screen and (min-width: 830px) {
.photoSquare{
    max-width: none;
    width: 10.6%;
    padding-bottom :10.6%;
    margin: 0.3%;
  }

  .photoAdder {
    max-width: none;
    width: 10.6%;
    padding-bottom :10.6%;
    margin: 0.3%;
  }

  .photoStrip {
    background: #fff;
    padding: 0.5% 0.3%;
  }
}




.photoSquare:hover {
  opacity: 0.5;
}

}

#loginForm input {
  padding: 8px 10px;
}


#loginForm input:focus, #loginForm textarea:focus,#AddItem input:focus, #AddItem textarea:focus {
  outline: none;
  border-bottom: 1px solid #000;
}

#loginForm input:disabled {
  background-color: #e7e7e7;
}


#loginForm .has-float-label input:placeholder-shown:not(:focus) + *, #loginForm .has-float-label select:placeholder-shown:not(:focus) + * {
    font-size: 100%;
    font-weight: 300;
    opacity: .5;
    top: 1em;
}

#AddItem .has-float-label input:placeholder-shown:not(:focus) + *, #AddItem .has-float-label select:placeholder-shown:not(:focus) + * {
    font-size: 110%;
    font-weight: 300;
    opacity: .5;
    top: 0.8em;
}

#loginForm .has-float-label > span, #AddItem .has-float-label > span {
    position: absolute;
    left: 0;
    top: 0;
    cursor: text;
    font-size: 75%;
    opacity: 0.5;
    transition: all .2s;
    margin: 5px 5px;
}


#AddItem input:focus {
  outline: none;
  border-bottom: 1px solid #ccc;
}

#AddItem .tagArea {
  width: calc(100% - 10px);
  margin-left: 0px;
  padding-bottom: 0px;
  margin-top: 0px;
  margin-bottom: 10px;
}
#AddItem .tagBlock {
  padding: 0px 0px 0px 8px;
}
#AddItem #sellBlock {
  border-top:1px solid #efefef;
}








.collecHeadImg {
  width: 110px;
  height: 70px;
  margin: 5px auto 10px;

    color: #fff;
    text-align: center;
    background-size: cover;
    /* background-position: top center; */
    position: relative;
    border: none;
    position: relative;
}

.collecArenaHead h2 {
  margin: 0px 0px 18px 0px;
    padding: 0px;
    font-size: 16px;
    color: #333;
    font-weight: 500;
}

#AddItem .itemDropper select {width: 100%;height:54px;border-bottom: 1px solid #efefef;border-right: 1px solid #efefef;border-left:none;border-top:none;font-size: 16px;
  font-weight: 300;color:#909090;}

#AddItem input[type="submit"] {
    width: calc(100% - 20px);
    background-color: #f1f2f6;
    padding: 18px 0px;
    color: #fff;
    border: none;
    border-radius: 5px;
    margin-top: 10px;
    margin-left: 10px;
    margin-bottom: 8px;
    font-size: 14px;
    font-weight: 400;
    outline: none;
    transition: 0.4s;
    letter-spacing: 1.5;
    text-decoration: none;

}

#AddItem input[type="submit"].active {
  background-color: #34445e;
}

.photoAdder {
    box-sizing: border-box;
    border: 1px solid #32445e;
    background: #fff;
    float: left;
    position: relative;
    border-radius: 8px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    text-align: center;
    transition: 0.5s;
}

.photoAdder h2 {
  font-weight: 400;
  font-size: 42px;
  margin: 0px 0px 0px;
  padding:0px;
  color: #34445e;
  display: block;
  line-height: 40px;
  position: absolute;
  top:16%;
  width:100%;


}
.photoAdder h3 {
  font-weight: 400;
  font-size: 10px;
  color:#b0b0b0;
  margin:0px;
  padding:0px;
  display: block;
  position: absolute;
  top:58%;
  width:100%;
}

.photoAdder:hover {
  background: #f1f2f6;
  transition: 0.5s;
  opacity: 1;
  cursor: pointer;
}

@media only screen and (min-width: 1060px) {

  .photoAdder h2 {
    font-size: 88px;
    top:21%;
  }

  .photoAdder h3 {
    font-size: 12px;
    top:58%;
  }

}

@media only screen and (min-width: 1060px) {
  .photoAdder h2 {
    font-size: 100px;
    top:28%;
  }
  .photoAdder h3 {
    font-size: 14px;
    top:58%;
  }

}

/* ==========================================================================
   Add Item Pop Up
   ========================================================================== */



#AddItem #statsOverlayContainer {
    width: 96%;
    max-width: 600px;
    min-width: 300px;
    background: #FFF;
    margin: 2% auto;
    z-index: 1100;
    position: fixed;
    top: 52px;
    left: 50%;
    -webkit-transform: translate(-50%, 0%);
    transform: translate(-50%, 0%);
    border: 1px solid #e6e9ee;
    border-radius: 5px;
}

#AddItem #statsOverlayContainer header {
    margin: 0px 16px;
    border-bottom: none;
}


.photoBtns {
  width:calc(100% - 32px);
  margin:8px 16px 0px;
  padding-bottom: 18px;
  display: flex;
  justify-content: space-between;
}
.photoBtnsLeft {
  flex: 1;
  display: flex;
}

.photoBtnsMiddle {
  display: flex;
  flex: 1;
}

.photoBtnsRight {
  flex: 1;
  display: flex;
  text-align: right;
}

.photoButn {
  flex: 1;
  line-height: 42px;
  transition: all .2s ease-in-out;
  font-size: 13px;
  border-radius: 3px;
  color: #fff;
  background: #33455e;
  text-decoration: none;
  opacity: 0.9;
  transition: 0.4s;
  margin-left: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.photoButn.warning {
  background: #fff;
}

.photoButn:nth-child(4) {
  margin-right: 5px;
}

.photoButn:hover {
  opacity: 1;
  transition: 0.4s;
}

.newSeller, .setPrice {
  position: relative;
  width: calc(100% - 32px);
  margin: 0px 16px;
}

.newSellerContent {

  top: 15%;
  left: 0;
  bottom: 0;
  right: 0;
  text-align: center;
  font-size: 20px;
  color: white;
}

.newSellerContent h2 {
  font-weight: 300;
  margin: 0px 0px 8px 0px;
  padding:0px;
  font-size: 26px;
  color: #666;
}

.newSellerContent p {
  font-size: 14px;
  width: 80%;
  margin: 0px auto 90px;
  display: block;
  color: #999;
  font-weight: 300;
}

.newSellerBtn {
  font-weight: 400;
  background:#34445e;
  padding: 16px 60px;
  text-decoration: none;
  color: #fff;
  font-size: 14px;
  border-radius: 3px;
  border: 1px solid #34445e;
  transition: 0.4s;
  text-transform: uppercase;
  letter-spacing: 1.5;
  display: inline-block;
  margin-bottom: 50px;
}

.newSellerBtn:hover {
  background: #fff;
  color: #34445e;
}



.proceedBtn {
  display: block;
  font-weight: 400;
  background:#34445e;
  padding: 16px 0px;
  width:calc(100% - 0px);
  text-decoration: none;
  color: #fff;
  font-size: 14px;
  border-radius: 3px;
  border: 1px solid #34445e;
  transition: 0.4s;
  letter-spacing: 1.5;
  margin-bottom: 16px;
  box-sizing: border-box;

}

.proceedBtn:hover {
  background: #fff;
  color: #34445e;
}

.setPriceContent h3 {
  font-weight: 300;
  margin: 8px 0px 8px 0px;
  padding:0px;
  font-size: 16px;
  color: #666;
}

#statsOverlayContainer .itemDropper select {
    width: calc(100% - 32px);
    height: 54px;
    border:1px solid #efefef;
    border-radius: 3px;
    font-size: 16px;
    font-weight: 400;
    color: #333;
    margin: 5px 16px;
}

#statsOverlayContainer .select-container:after {

    right: 1.75em;
  }

.setPriceContent {
    text-align: center;
    font-size: 20px;

}

.setPriceInner {
  width:100%;
  max-width: 328px;
  margin: auto;
  margin-bottom: 20px;
  min-height: 277px;
}

.setPriceInner #notForSale {
  display: none;
}
.setPriceInner #forSale {
  display: block;
}
.setPriceInner #sold {
  display: none;
}

.setPriceLeft {
  float: left;
  width:49%;
}

.setPriceLeft label {
  font-size: 13px;

}

.setPriceRight {
  float: right;
  width:49%;
}

.setPriceLeft h3, .setPriceRight h3, .shipRates h3 {
  font-size: 14px;
    font-weight: 500;
    color: #333;
}

.shipRates h3 {
  margin: 16px 0px 0px 0px;
}

#allowOffers, #allowEnquiries {
  width:22px;
  -webkit-appearance: checkbox;
  margin-top: 20px;
}


.shipEU .domshipping {display:inline-block;width:32%;}
.shipEU .eushipping {display:inline-block;width:32%;margin:0% 2%;}
.shipEU .rowshipping {display:inline-block;width:32%;}
.shipNonEU .domshipping {display:inline-block;width:49%;}
.shipNonEU .rowshipping {display:inline-block;width:49%;margin-left: 2%;}


.setPriceInner input {
  font-weight: 300;
  color: #333;
  -webkit-appearance: none;
  text-align: center;

}

.setPriceInner p {
  color: #333;
  margin: 0px;
  padding:0px;
  font-weight: 300;
  font-size: 12px;
  line-height: 19px;
}

.feesBlock {
  width:100%;
  font-weight: 300;
  font-size: 16px;
  color: #666;
  line-height: 32px;
  margin-top: 10px;
  margin-bottom: 8px;

}
.feesBlockLeft {
  float: left;
  margin-left: 33px;
  text-align: right;
}

.feesBlockRight {
  float:right;
  text-align: right;
}

input#salePrice {background: #fff;text-align: center;color:#000;}
input#finalPrice {background: #f9f9f9;text-align: center;color:#2ecc71;}

.editItemBar {
  width: calc(100% - 20px);
  height: 28px;
  line-height: 28px;
  border-bottom: 1px solid #eaeaea;
  border-top: none;
  padding: 10px;
  font-weight: 300;
  background: #fff;
  display: flex;
  cursor: pointer;
}

.editItemBarLeft {
  flex: 1;
  text-align: left;
  vertical-align: top;
  display: flex;
  align-items: center;
}

.editItemBarRight {
  flex: 1;
  text-align: right;
  vertical-align: top;
  font-size: 14px;
}

.tagCount {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  background: lightgray;
  border: darkgray 1px solid;
  width: 20px;
  height: 28px;
  border-radius: 15px;
  margin-left: 0.5em;
  font-weight: bold;
  color: #33445e;
}


.sellBar {width:calc(100% - 20px);height:28px;line-height:28px;border-bottom: 1px solid #eaeaea;border-top: 1px solid #efefef;padding:10px;font-weight: 300;background:#fff;}
.sellBarLeft {width:50%;display: inline-block;text-align:left;vertical-align: top;}
.sellBarRight {width:50%;display: inline-block;text-align:right;vertical-align: top;}
.sellBarRight span {font-size: 13px;}

.tagBar {width:calc(100% - 20px);height:28px;line-height:28px;border-bottom: 1px solid #eaeaea;border-top: none;padding:10px;font-weight: 300;background:#fff;}
.tagBarLeft {width:50%;display: inline-block;text-align:left;vertical-align: top;}
.tagBarRight {width:50%;display: inline-block;text-align:right;vertical-align: top;font-size: 13px;}

.tagBarLeft span {    background: #f1f2f6;
    font-size: 13px;
    color: #33445e;
    border-radius: 14px;
    padding: 0px 6px;
    font-weight: 400;
    margin-left: 2px;}

.privacyBar {width:calc(100% - 20px);height:28px;line-height:28px;border-bottom: 1px solid #eaeaea;border-top: none;padding:10px;font-weight: 300;background:#fff;}
.privacyBarLeft {width:50%;display: inline-block;text-align:left;vertical-align: top;}
.privacyBarRight {width:50%;display: inline-block;text-align:right;vertical-align: top;font-size: 14px;}

.collecBar {width:calc(100% - 20px);height:28px;line-height:28px;border-bottom: 1px solid #eaeaea;border-top: none;padding:10px;font-weight: 300;background:#fff;}
.collecBarLeft {width:50%;display: inline-block;text-align:left;vertical-align: top;}
.collecBarRight {width:50%;display: inline-block;text-align:right;vertical-align: top;font-size: 14px;}





  .allowOffersBlock {
    width: 100%;
    font-weight: 300;
    font-size: 16px;
    color: #666;
    margin-top: 2px;
    margin-bottom: 0px;
}

.allowOffersBlock input {
  width:22px;
  -webkit-appearance: checkbox;

}

a.shippingPrice {display:block;font-size: 13px;text-decoration: none;color:#999;margin-top:10px;}


/* ==========================================================================
   Likers Pop Up Box
   ========================================================================== */


/* ==========================================================================
   Search Bar
   ========================================================================== */



body#DMs footer {display: none;}
body#DMs #content {height:calc(100% - 53px);}






#meBtn,#addBtn {float:right;width:28px;margin-top: 3px;cursor:pointer}
#meBtn img,#addBtn img {height:28px;}
#addBtn { margin-left: 10px; }
#userLink:hover {cursor: pointer;}

#msgBtn {float:right;width:28px;position: relative;margin-right: 20px;margin-top: 3px;}
#msgNotification {position: absolute;padding:1px 4px;background:red;top:-5px;left:20px;font-size: 11px;color: #fff;border-radius: 3px;text-align: center;}
#msgBtn img {height:24px;margin-top: 2px;}


/* ==========================================================================
   New User Page
   ========================================================================== */





.profilePic.selected { border: 2px solid red; }







.joined {
  display: block;
  width: 100%;
  font-size: 13px;
  margin-top: 5px;
}





.userButtons  a.following, .userButtons  a.dm {
  font-size: 13px;
  background: #313b54;
  border-radius: 4px;
  color: #FFF;
  padding: 0px;
  border: 1px solid #313b54;
  vertical-align: top;
  transition: 0.3s;
  margin: 0px;
  display: inline-block;
  text-transform: uppercase;
  height: 38px;
  line-height: 38px;
  vertical-align: top;
  font-weight: 500;
  width: calc(50% - 4px);
  text-align: center;
  box-sizing: border-box;
}

.userButtons  a.dm {
  border: 1px solid #313b54;
  background: #fff;
  color:#313b54;
  margin-left: 4px;
}

.userButtons a.following img {
    width: 14px;
    vertical-align: top;
    margin-right: 4px;
    margin-top: 14px;
    margin-left: -2px;
}


a.following {
  font-size: 13px;
  background: #32445e;
  color: #FFF;
  border: 1px solid #32445e;
  vertical-align: top;
  transition: 0.3s;

}

label button, .itemTitle a.following {
  font-size: 13px;
  background: #313b54;
  border-radius: 2px;
  color: #FFF;
  padding: 2px 10px 2px;
  border: 1px solid #313b54;
  vertical-align: top;
  transition: 0.3s;
  margin-top: 5px;
  margin-right: 5px;
  display: inline-block;
  text-decoration: none;
}

.itembtn  {
    font-size: 13px;
    background: #313b54;
    border-radius: 22px;
    color: #FFF;
    padding: 9px 20px 9px;
    border: 1px solid #313b54;
    vertical-align: top;
    transition: 0.3s;
    margin-top: 5px;
    margin-right: 5px;
    display: inline-block;
    text-decoration: none;
}

.itembtn:hover {
  color:#313b54;
  background: #fff;
}

.userName img {
  width: 14px;
  vertical-align: top;
  margin-right: 4px;
  margin-top: 3px;
  margin-left: -2px;
}

a.following img {
  width: 14px;
  vertical-align: top;
  margin-right: 4px;
  margin-top: 3px;
  margin-left: -2px;
}

.itemTitle span a {color: #33455e;font-weight: 600;}

.transformer {width:33%;display:none;float:right;text-align: right;}
.transformer img {height:78px;margin-right: 12px;margin-bottom: 15px;opacity: 0.5}


.userName a.following:hover, .itemTitle a.following:hover {
  transition:0.3s;
}

#scroller{
  display:none;
  top:0px;
  border-bottom: 1px solid #efefef;
  z-index:100;
}

.collectionTitle {
  height:32px;
  background: #FFF;
  width: 100%;
}
.collectionTitle h2 {
  margin: 0px;
  padding: 10px;
  font-size: 0.9em;
  font-weight: 300;
}

.collectionHeader {
  width:100%;
}


/*.collection {
  padding: 0px;
  margin: 1% 0.5% 0%;
  font-weight: 300;
  display: inline-block;
}
*/

.collection a.following {
  margin-top: 5px;
  margin-left: 6px;
  padding: 2px 6px 2px;
}

.collectionHeader a.following {
  margin-top: 7px;
}
.collectionHeader .collection {
  margin: 0% 0.5% 0%;
}

.collectionStrip {
  width: 100%;
  overflow-y: scroll; /* has to be scroll, not auto */
  -webkit-overflow-scrolling: touch;
  background: #FFF;
  padding-bottom: 0%;
  white-space: nowrap;
  padding-left: 0%;
}


.collectionThumb {
  position: relative;
  display: inline-block;
  vertical-align: top;
  width:98px;
  min-height:130px;
  /*border-right:1px solid #e8e8e8;*/
  text-align: center;
  transition:0.4s;
  border-radius: 3px;
  margin-bottom: 5px;

}

.collectionThumbOverlay {
  position: absolute;
  top:6px;
  left:5px;
  width:88px;
  height:88px;
  border-radius: 3px;
  background: #000;
  opacity: 0.8;
  transition:0.4s;
}

.collectionThumbOverlay a {
  color: #FFF;
  display: block;
  width:88px;
  height:88px;
  font-size: 40px;
  font-weight: 200;
}

.collectionThumb.final {
  display: inline-block;
  vertical-align: top;
  width:98px;
  min-height:130px;
  border-right:0px;
  text-align: center;
  transition:0.4s;
  margin-right: 40px;
}
.collectionThumb .addBtn {
  margin: 6px 2px;
  font-size:4em;
  border: 1px solid #ccc;
  color: #33455e;
}
.collectionThumb .addBox {
  margin: 7px;
  display: none;
}
.addStrip {
  display:none;
}
.collectionThumb.final button.add {border:none;font-size:12px;background:#33455e;color: #fff;border-radius: 3px;padding: 6px 20px;}
.explainer {font-size: 13px;margin: 0% 0.5%;font-weight: 300;padding:0px 0px 10px 0px;}


input#addCollection[type=text] {
    /* Remove First */
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    /* Then Style */
    width:160%;
    font-size: 16px;
    font-weight: 300;
    border-radius: 3px;
    border: 1px solid #ccc;
    padding: 5px;
    margin:0px;
    text-align: center;
    outline: none;
    margin-bottom: 5px;
}

.collectionThumb:hover {
  transition:0.4s;
  background: #f1f2f6;
  cursor: pointer;
  border-radius: 4px;
}
.collectionThumb.final:hover {
  transition:0.4s;
  background: #FFF;
  cursor: pointer;
  border-radius: 4px;
}

.collectionThumb img {
  width:88px;
  height:88px;
  margin-top: 6px;
  border-radius: 3px;
}
.collectionThumb.achievement img { border-radius: 50%;}
.collectionThumb.achievement img:hover {
  filter: grayscale(0%);
}
.achievement img.grayScale { filter: grayscale(100%); }
.green { color: #3FBE10 }
.red { color: #ff0000 }
.collectionThumbOverlay img {
  width:40px;
  height:40px;
  margin-top: 20px;
  border-radius: 3px;
}

.collectionThumb h3 {
  margin: 0px;
  padding: 3px 10px 0px 10px;
  font-size: 12px;
  font-weight: 400;
  color: #34455d;
  white-space: normal;
  overflow-wrap: break-word;
  word-wrap: break-word;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  -moz-hyphens: auto;
  hyphens: auto;
}

.collectionThumb h4 {
  margin: 0px;
  padding: 0px 10px 0px 10px;
  font-size: 10px;
  font-weight: 300;
  color: #999;
  line-height: 12px;
}

.yawn {display: block;}

.editBtn {
  background: #EF8354;
  color: #FFF;
  font-size:10px;
  float: right;
  margin-right: 2%;
  padding: 2px 6px;
  margin-top: 2%;
  border-radius: 3px;
  transition:0.4s;
}
.editBtn:hover {
  background: #33455e;
  transition:0.4s;
}

.titleHeader {
  background:#33455e;
  padding:20px 2%;
  margin-bottom: 10px;
}

.titleHeader h1 {
  font-weight: 200;
  color: #fff;
  margin: 0px;
  padding:0px;
  font-size: 26px;
}

.formWrapper {
  padding:2%;
}

.formWrapper input[type=text],.formWrapper input[type=password],.formWrapper textarea {
    /* Remove First */
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    /* Then Style */
    width:100%;
    font-size: 16px;
    font-weight: 300;
    border-radius: 0px;
    border-top: none;
    border-left: none;
    border-right: none;
    border-left:0px solid #33455e;
    border-width: 0px 0px 0px 0px;
    padding: 12px 6px;
    margin:0px;
    text-align: left;
    outline: none;
    margin-bottom: 5px;
    transition:0.5s;
    resize: none;

}

.formWrapper textarea {
  height: 130px;
}

.formWrapper input[type=text]:focus,.formWrapper input[type=password]:focus,.formWrapper textarea:focus {
    border-left:3px solid #ccc;
    transition:0.5s;
  }

.formWrapper form {
  max-width: 400px;
}

.formWrapper button {
    margin: 1% 0%;
    background-color: #313b54;
    border: 1px solid #313b54;
    color: white;
    padding: 8px 10px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 12px;
    border-radius: 4px;
    outline: none;
    transition: 0.4s;
    margin: 10px 0px;
}

.formWrapper button:hover {
  background-color: #FFF;
  color: #313b54;
  border:1px solid #313b54;
  transition:0.4s;

}

.formWrapper select {width:100%;}

.inputLeft {
  width:49%;
  margin-right:2%;
  display: inline-block;
}
.inputRight {
  width:49%;
  display: inline-block;
}

/* ==========================================================================
   Style Select Boxes Nicer, should work cross browser :)
   ========================================================================== */

select {
    appearance: none;
    padding: 9px 10px;
    background: #FFF;
//    margin-top: 10px;
    border-radius: 2px;
    font-size: 1em;
    outline:none;
    border: 1px solid #efefef;
}
#csvUploadArea select {
  appearance: auto;
}
.select-container {position:relative; display: inline;}
.select-container:after {content:""; width:0; height:0; position:absolute; pointer-events: none;}
.select-container:after {
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    top: 0.4em;
    right: .75em;
    border-top: 8px solid #33455e;
    opacity: 1;
}
select::-ms-expand {
    display: none;
}

.formWrapper select#currency {width:49%;margin-bottom: 16px;}

select:hover {background: #f9f9f9;transition:1s;}

.itemDropper {width: 100%;margin:0px;vertical-align: top;}
.itemDropper select {width: 100%; font-weight: 300;color:#909090;}
.itemDropper .select-container {width: 100%;}

/* ==========================================================================
   Terms & Privacy Policy Pages
   ========================================================================== */

.invitesWrapper {
  background: #FFF;
  padding: 1%;
  min-height: 700px;
}
#inviteForm {
  max-width: 400px;
  width:100%;
  display: inline-block;
}
.invitesRemaining {
  width:100%;
  min-width:220px;
  height:238px;
  background: #f8f8f8;
  border-radius: 3px;
  text-align: center;
  display: inline-block;
  vertical-align: top;
  margin: 0.3% 0% 4% 1.5%;
  display: inline-block;
  max-width: 400px;
}
.invitesRemaining h1 {
  font-size: 100px;
  margin: 0px;
  padding: 28px 0px 0px 0px;
  line-height: 100px;
}
.invitesRemaining p {
  margin: 0px;
  padding: 0px;
  font-size: 13px;
}

.invitesWrapper h2 {
  font-size: 18px;
}

table.invites th, table.invites td {
  border: 1px solid #ccc;
  padding: 16px;
  text-align: left;
  font-size: 14px;
}

table.invites .greyRow {
  background: #f8f8f8;
}


#LoginForm ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #999;
  font-size: 14px;
  text-indent: 0px;
  font-style: normal;
  font-family: "Trebuchet MS", "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Tahoma, sans-serif;
}
#LoginForm ::-moz-placeholder { /* Firefox 19+ */
  color: #999;
  font-size: 14px;
  text-indent: 0px;
  font-style: normal;
  font-family: "Trebuchet MS", "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Tahoma, sans-serif;
}
#LoginForm :-ms-input-placeholder { /* IE 10+ */
  color: #999;
  font-size: 14px;
  font-style: normal;
  font-family: "Trebuchet MS", "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Tahoma, sans-serif;
}
#LoginForm :-moz-placeholder { /* Firefox 18- */
  color: #999;
  font-size: 14px;
  font-style: normal;
  font-family: "Trebuchet MS", "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Tahoma, sans-serif;
}

.invites button, .inventory button {
    width: 100%;
    margin: 1% 0%;
    background-color: #313b54;
    border: 1px solid #313b54;
    color: white;
    padding: 8px 10px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 12px;
    border-radius: 4px;
    outline: none;
    transition: 0.4s;
}

.invites button:hover, .inventory button:hover {
  background-color: #FFF;
  color: #313b54;
  border:1px solid #313b54;
  transition:0.4s;

}




/* ==========================================================================
   Inventory Table
   ========================================================================== */

#inventory {
  background: #fff;
  margin-bottom: 20px;
}

#inventory th, table.inventory td {
  border: 1px solid #ccc;
  padding: 10px;
  text-align: left;
  font-size: 13px;
}

#inventory td img {width:65px;}

#inventory td.blurb {font-size: 10px}

#inventory td.hit { border: 2px solid red; }


/* ==========================================================================
   Terms & Privacy Policy Pages
   ========================================================================== */

#content .textPage {margin:1%;font-size: 13px;}

#content .textPage ul {list-style-type: square;margin-left: 20px;padding: 0px;}


.date {
  font-size: 0.8em;
}


/*#content a.like.weight1 {
  color: red;
  font-size:1.5em;
}
#content a.want.weight1 {
  color: red;
  font-size:1.1em;
}

.collection {
  padding: 2px 6px;
  margin: 0px 1% 0px 0px;
  font-size: 12px;
  border-radius: 4px;
  background-color: #FFF;
  display: inline-block;
}
.collection a {
  font-weight: 600;
  color: #000;
}
*/


.hoarderTags {
  font-size: 0.8em;
  padding: 10px;
}

.hoarderInfo { font-size: 0.9em; }
.deets { font-size: 0.8em; }
.new { text-align: center; }







.square-content{
    position:  absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    color: white;
    text-align: center;
}

.pop {
  position: absolute;
  background-color: #fff;
  top: 20px;
  left: 20px;
  padding: 10px;
  border:1px solid #333;
  border-radius: 10px;
}

.deleteComment {display: inline-block;}
.photoHolder .deleteComment img {width:10px;margin: -4px 0px 0px 0px ;opacity: 1;transition:0,4s;}
.deleteComment img:hover {opacity: .5;transition:0,4s;}

.reply {display: inline-block; }
.reply a { font-size: 0.8em; font-weight: 300; }

.small, a.small { font-size: 0.8em; }
.italic, a.italic { font-style: italic }
.likeList { font-size: 0.8em; }

h2 {
  color: #999;
  text-align: center;
}
h2 a { font-size: 0.6em; }


#msg {font-weight:300;background: #313b54; color:#fff;width: 100%; text-align: center; padding: 0px; margin:0px;height:auto;transition:0.5s;position:fixed; top:0px; left:0;z-index:3000;opacity:0;}
#msg h2 {padding: 20px 10px;margin:0px;font-size:36px;font-weight:300;}
#msg a { color: white; }

/*#notif {
  background: #fff; color:#222;width: 48%; text-align: center; font-size:16px; padding: 20px 10px;margin:1%;height:auto;transition:0.5s;position:fixed;
  top:-460px; right:0;z-index:2999;
  border: 1px solid #555;
}
#notif input[type="submit"] { width: 58px; }
#notif input[type="text"] { width: 220px; } */

#wrap, .pile {
  padding: 0px;
}

#forgot a {
  font-size:0.8em;
}

.money, table.inventory td.money, table.inventory th.money {
  text-align: right;
}























/*//////////////////////////////////////////////////////////////////
[ Table ]*/

table {
  border-spacing: 1;
  border-collapse: collapse;
  background: white;
  width: 100%;
  margin: 0 auto;
  position: relative;
}
table img {
  width:55px;
  height:55px;
  border-radius: 3px;
}

.tabletag a {
    display: inline-block;
    padding: 0px 4px;
    border-radius: 2px;
    border: 1px solid #bdc3c7;
    color: #49596a;
    font-size: 10px;
    line-height: 16px;
    text-transform: lowercase;
    margin-right: 2%;
    margin-bottom: 2%;
    height: 16px;
  overflow: hidden;
}

table button {margin-left: 20px;}

.tabletag a:hover {background: #f9f9f9;cursor: pointer;}

table * {
  position: relative;
  width: inherit;
}
table td, table th {
  padding-left: 5px;
  padding-right: 5px;
}
table thead tr {
  height: 65px;
  background: #dadada;
}
table tbody tr {
  height: 65px;
  border-bottom: 1px solid #efefef;
}
table tbody tr:last-child {
  border: 0;
}
table td, table th {
  text-align: left;
}
table td.l, table th.l {
  text-align: right;
}
table td.c, table th.c {
  text-align: center;
}
table td.r, table th.r {
  text-align: center;
}

#inventoryWrapper {
  margin: 1em auto;
  width: 98%
}
#inventoryWrapper h2 {
  font-size: 18px;
  font-weight: 400;
}
   
table#inventory div { font-size: 1em !important; width: 100% !important; cursor: text }
table#inventory input { font-size:1em; text-align: left; width: 100% }
table#inventory textarea { font-size:1em; text-align: left; width: 100%; resize: none }
table#inventory button.warning { background-color: white; color: red; margin: 2px }
table#inventory select { width: 100% }
table#inventory .salePrice { text-align: right; width: 40px }
table#inventory .saleStatus { text-align: right; width: 100px }
table#inventory .quantity { text-align: right; width: 40px }
table#inventory .privacySetting { text-align: center; width: 60px }
table#inventory .company { text-align: center; width: 70px }
table#inventory .cond { text-align: center; width: 100px }
table#inventory .yearOfManufacture { text-align: center; width: 50px }
table#inventory .title { width:60%; margin-bottom: 0; text-align: left }

table#inventory {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  table-layout: fixed;
}
.blurb {
  font-weight: 300;
  min-height: 27px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
table#inventory .columnFirst { width:55px; }
table#inventory .columnLast { width:40px; }
#th-blurb { width: 250px; }
#th-salePrice { width: 50px; }
#th-saleStatus { width: 90px; }
#th-privacySetting { width: 90px; }
#th-yearOfManufacture { width: 50px; }
table#inventory #img { margin: auto }

table#inventory td { z-index: 1; position: relative; }
table#inventory tr.new td { background-color: #ffa; }
table#inventory tr.new div { border: 1px solid grey; }
table#inventory thead th {
  box-shadow: 0 2px 2px -1px rgba(0, 0, 0, 0.4);
  font-family: Source Sans Pro !important;
  font-size: 13px !important;
  color: #fff;
  font-weight: 400 !important;
  text-align: left !important;
  z-index: 1;
}
table#inventory thead th:hover {
  background-color: #cacaca;
}
table#inventory thead th.selected1 {
  box-shadow: 0 2px 2px -1px rgba(0, 0, 0, 1);
  background-color: #fff;
  color: #333;
  font-weight: 500 !important;
  z-index: 1;
}
table#inventory thead th.selected-1 {
  box-shadow: 0 2px 2px -1px rgba(0, 0, 0, 1);
  color: #333;
  font-weight: 500 !important;
  z-index: 1;
}

tbody tr:nth-child(even) {
  /*background-color: #f5f5f5;*/
}

tbody tr {
  font-family: Source Sans Pro;
  font-size: 12px;
  color: #808080;
  line-height: 1.2;
  font-weight: 300;
}
table.xdebug-error tbody tr { font-size: 14px; color:#000; }

tbody tr:hover {
  color: #555555;
  background-color: #f5f5f5;
  cursor: pointer;
}

.checkmarkText a {
  color:#fff;
}


.subCollectionKiller img {
    height: 13px;
    padding: 8px 0px;
    background: #31445f;
}

.subCollectionKiller img:hover {
  background:#000;
}

.subCollectionKiller {
    width: 30px;
    text-align: center;
    display: inline-block;
    vertical-align: top;
    height: 30px;
    line-height: 22px;
    margin: 1px 0px 0px 6px;
}

/* ==========================================================================
   Styles for File Input Box
   ========================================================================== */

.inputfile {
    width: 0.1px;
    height: 0.1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: -1;
}

.inputfile + label {
    max-width: 80%;
    cursor: pointer;
    display: inline-block;
    transition:0.5s;
    margin: 10px 0px 0px 0px;
}

.no-js .inputfile + label {
    display: none;
}

.inputfile:focus + label,
.inputfile.has-focus + label {
    outline: 1px dotted #000;
    outline: -webkit-focus-ring-color auto 5px;
}

.inputfile + label * {
    /* pointer-events: none; */
    /* in case of FastClick lib use */
}

.inputfile + label svg {
    width: 1em;
    height: 1em;
    vertical-align: middle;
    fill: currentColor;
    margin-top: -0.25em;
    /* 4px */
    margin-right: 0.25em;
    /* 4px */

}

.addThingWrap {
  margin-top:20px;
}

.addThingWrap .formWrapper {
  margin: 0% auto;
  max-width: 300px;
}

#existingThingTr .select-container select {
  width:100%;
  margin-bottom: 20px;
}

/* ==========================================================================
   Level Bar
   ========================================================================== */

.levelWrap {

  padding: 2px 0px 8px;
  width: 74%;
  float:left;
  margin: 0% 0%;

}

.levelContainer {
  width:100%;
  height:7px;
}

.levelContainer a {
  display: inline-block;
}

.levelBarWrap {
  margin-right: 60px;
}

.levelRank {
  width: 50px;
  display: inline-block;
  background: none;
  vertical-align: top;
  font-size: 13px;
  text-align: right;
  margin-top: -13px;
  float: right;
  margin-right: 10px;
}

.levelRank a { transition:0.5s;}
.levelRank a:hover {color:#33455e;transition:0.5s;}

.levelBar {
  width:100%;
  height:10px;
}

.levelEnergy {
  height:10px;
}

.levelCircle {

    display: inline-block;
    color: #fff!important;
    font-weight: 400!important;
    border-radius: 50%;
    min-width: 12px;
    vertical-align: top;
    text-align: center;
    font-size: 13px!important;
    padding: 3px;
    margin-top: -2px;
}

/* Belts */

.whiteBelt { background: #FFF; }
.orangeBelt { background: #ED6F2D; }
.yellowBelt { background: #FFFE54; }
.greenBelt { background: #529642; }
.blueBelt { background: #28417a; }
.brownBelt { background: #5F3634; }
.blackBelt { background: #797979; }

.levelRank.white a {color: #ED6F2D;} // Same as orange (so you can see it!)
.levelRank.orange a {color: #ED6F2D;}
.levelRank.yellow a {color: #FFFE54;}
.levelRank.green a {color: #529642;}
.levelRank.blue a {color: #28417a;}
.levelRank.brown a {color: #5F3634;}
.levelRank.black a {color: #797979;}

.achievementRank { background-color: #333; }
.achievementRank.white {color: #fff;}
.achievementRank.orange {color: #ED6F2D;}
.achievementRank.yellow {color: #FFFE54;}
.achievementRank.green {color: #529642;}
.achievementRank.blue {color: #28417a;}
.achievementRank.brown {color: #5F3634;}
.achievementRank.black {color: #797979;}


/*
Faction chooser
 */

.factionChooserContainer {
  display: flex;
  flex-direction: column;
  overflow-y: scroll;
  max-height: 400px;
  background-color: white;
  border: 1px solid #ccc;
  border-radius: 5px;
  padding: 1em
}

.factionBox {
  margin: 0.5em 0 0 0;
  padding: 1em;
  border: 1px solid #ccc;
  border-radius: 5px;
  cursor: pointer;
}

.member {
  color: white;
  background-color: #313b54;
}



.addOverlaycontent {margin:auto;width:100%;height:auto;overflow: auto;background: #FFF;}



#fileUploadArea {
  display: none;
  position:relative;
  width: 100%;
  // max-width: 500px;
  margin: 0 auto 0 auto;
  height: 0;
  // padding-bottom:900px;
  background-color: #fff;
  z-index: 1;
}

#addBox1 {
  float: left;
  width: 100%;
  background-color: #fff;
  margin: 63px auto 0 auto;
}

#addBox2 {
  float: left;
  width: 100%;
  margin: 63px auto 0 auto;
  display: none;
}


#csvBox1 {
  padding: 10px;
}
#csvUploadArea tr.ignore td { font-style: italic; color: #aaa; }

.progressBar {
  width: 100%;
  height: 22px;
  background-color: #ccc;
  border: 1px solid #333;
}
.progress {
  width: 5%;
  background-color: #3e3;
  height: 100%;
  border-right: 1px solid #333;
}
.thumbGalleryWrap {
  position: relative;
  height: 72px;
  margin: 10px 2%;
  width: 96%;
  overflow-y: scroll; /* has to be scroll, not auto */
  -webkit-overflow-scrolling: touch;
}
#thumbGallery {
  height: 72px;
  white-space: nowrap;
}
.previewThumb {
  display: inline-block;
  width: 72px;
  height: 72px;
  margin: 0 4px 0 0px;
  cursor: pointer;
  vertical-align: top;
}
.previewThumb img {
  width: 72px;
  height: 72px;
}
.previewThumb label {
  width: 70px;
  height: 70px;
  line-height: 70px;
  background-color:#FFF;
  text-align: center;
  font-size: 40px;
  display: inline-block;
  border: 1px dashed #ccc;
  vertical-align: top;
}
.previewThumb label:hover {
  cursor:pointer;
}
.dataField {
  margin: 0px 2%;
}
textarea.blurb {
  width: 100%;
}


.thing-type {
     list-style-type:none;
    margin: 11px 2% 11px 2%;
     padding:0px;
     font-size: 13px;
     width:96%;
}

.thing-type li {
    float:left;
    margin:0px;
    width:50%;
    height:40px;
    line-height:40px;
    position:relative;
    margin-top: 0px;
    text-align: center;
    box-sizing: border-box;
    transition:.5s;
    border-bottom-right-radius:1px;
    border-top-right-radius:1px;
    border: 1px solid #33455e;
}

.thing-type li:first-child {
    border: 1px solid #33455e;
    border-right: none;
    border-bottom-left-radius:1px;
    border-top-left-radius:1px;
    border-bottom-right-radius:0px;
    border-top-right-radius:0px;
}

.thing-type label, .thing-type input {
    display:block;
    position:absolute;
    top:0;
    left:0;
    right:0;
    bottom:0;
}

.thing-type input[type="radio"] {
    opacity:0.011;
    z-index:100;
}

.thing-type input[type="radio"]:checked + label {
    background:#33455e;
    color: #fff;
}

.thing-type label {
     padding:0px 7px;

     cursor:pointer;
    z-index:90;
}

.thing-type label:hover {
     background:#f1f2f6;
     transition:.5s;
     border-bottom-right-radius:1px;
     border-top-right-radius:1px;
}



#itemDescSettings{
    display:none;
    padding-left: 0px;
    /*border-left: 1px solid #e1e1e1;*/
    height: auto;
}

#statusDescSettings{
    display:none;
    padding-left:0px;
    /*border-left: 1px solid #e1e1e1;*/
    height: auto;
}

.DescSettingsLeft {width:100%;float: left}
.DescSettingsLeft select {width: 100%;}

#addOverlay button {
    margin: 1% 0%;
    background-color: #313b54;
    border: 1px solid #313b54;
    color: white;
    padding: 18px 80px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 12px;
    border-radius: 1px;
    outline: none;
    transition: 0.4s;
    margin: 10px 0px;
}

#closerBtn {
  position: absolute;
  right:10px;
  top:70px;

}

.photoTools .nextBtn {
    background-color: #33455e;
    border: none;
    color: white;
    padding: 16px 22px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 13px;
    border-radius: 2px;
    margin-top: 0px;
    margin-bottom: 10px;
    width: 100%;
    text-transform: uppercase;
    font-weight: 400;
    letter-spacing: 1px;
}

.photoTools #anotherNextBtn {
    background-color: #33455e;
    border: none;
    color: white;
    padding: 16px 22px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 13px;
    border-radius: 2px;
    margin-top: 20px;
    margin-bottom: 10px;
    width: 100%;
    text-transform: uppercase;
    font-weight: 400;
    letter-spacing: 1px;
}

.photoTools #anotherNextBtn:hover {
  background-color: #000;
}

/*.tagBlock .tag a {
  color: #fff;
}

.tagBlock .tag {
  background: #33455e;
  border: #dcdcdc;
  border-radius: 0 2px 2px 0;
  color: #23bbce;
  display: inline-block;
  font-size: 14px;
  height: 40px;
  left: 0;
  line-height: 40px;
  margin: 0px 4px 10px 12px;
  padding: 0 0px 0 15px;
  position: relative;
  top: 0;
  text-transform: none;
}

.tagBlock .tag:before {
  border-bottom: 20px transparent solid;
  border-right: 12px #33455e solid;
  border-top: 20px transparent solid;
  content: '';
  height: 0;
  left: -12px;
  position: absolute;
  top: 0;
  width: 0;
}
.tagBlock .tag:after {
  background: white;
  border: 1px #FFF solid;
  border-radius: 50%;
  content: '';
  height: 6px;
  left: 0;
  position: absolute;
  width: 6px;
  top: 16px;
}


.tagBlock .tag a.tagBomb, .tagBlock .tag .tagBlank {
    background-color: #000000;
    margin-left: 6px;
    /* border-left: 1px solid #333; */
    /* padding: 3 3px 3 3px; */
    /*display: inline-block;
    text-align: center;

}
*/


textarea#blurb {
  width: 100%;
  height: 70px;
  border: 1px solid #e1e1e1;
  padding: 10px;
  border-radius: 2px;
  outline: 0px;
  transition:.5s;
  resize: none;
  -webkit-appearance: none;
}
textarea#blurb:focus {border-color:#ccc;background: #FFF;}

textarea#privateNotes {
  width: 100%;
  height: 50px;
  border: 1px solid #f1b1b1;
  padding: 10px;
  border-radius: 2px;
  outline: 0px;
  transition:.5s;
  resize: none;
  -webkit-appearance: none;
}
textarea#privateNotes:focus {border-color:#f33;background: #FFF;}



#privacySettings {
  margin:30px 0px;
}

.addTagsContainer {
  width: 100%;
  margin-bottom: 10px;

}

.addTagsLeft {
  width: calc(100% - 71px);
  display: inline-block;
}

.addTagsBtn {
  display: inline-block;
  width:66px;
  height: 38px;
  vertical-align: top;
  margin-top: 0px;

}

.addTagsBtn .addTag {
    display: inline-block;
    padding: 0px;
    border-radius: 3px;
    background: #33455e;
    color: #FFF;
    font-size: 18px;
    text-transform: lowercase;
    height: 38px;
    line-height: 38px;
    width: 66px;
    overflow: hidden;
    font-weight: 700;
    text-align: center;
    vertical-align: top;
    font-size: 12px;
    font-weight: normal;
}

.addTagsBtn .addTag:hover {
  background: #000;
}

.addTagsBtn .addTag a {
    color: #fff;
    display: block;
    width:66px;
    text-decoration: none;
}

#addBox2 input {
  -webkit-appearance: none;
}

.switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 34px;
}

.switch input {display:none;}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

input:checked + .slider {
  background-color: #33455e;
}

input:focus + .slider {
  box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}

.privateLabel {display: inline-block;height:34px;line-height:34px;vertical-align: top;margin-left: 4px;
}
.tagLabel {display: inline-block;margin-left: 0px;margin-top: 10px;vertical-align: top;height:27px;line-height:27px;}

#guessBtn {
  background-color:#33455e;
    border: none;
    color: #FFF;
    padding: 6px 12px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 12px;
    border-radius: 2px;
    margin:10px 0px;
    vertical-align: top;
    font-weight: 300;
    transition:0.4s;
    margin-left: 6px;
}
#guessBtn:hover {
    transition:0.4s;
    background: #000;
  }
 /* ==========================================================================
   New Login Form Stylez
   ========================================================================== */


.login, .register {background: #fff;}
.login footer, .register footer {display: none;}

#signup {width:90%;max-width:300px;margin:70px auto 0px;height: calc(100% - 312px);}

#signup h1 {padding:0px;margin:0px 0px 15px 0px;font-size: 22px;font-weight: 300;}
#signup h2 {padding:0px;margin:0px;font-size: 20px;font-weight: 300;}
#signup p  {font-size: 14px;text-align: center;}
#signup p#forgot  {font-size: 22px;text-align: center;}
#signup a {color: #33455e;}
#signup p.accountSignUp  {font-size: 14px;text-align: center;margin-top:60px;}

/* Stop Yellow Bkgrnd on Autofill;) */

#loginForm input:-webkit-autofill {
    -webkit-box-shadow: inset 0 0 0px 100px white;

}

#forgot a {font-size: 14px;}

#loginForm input, #loginForm textarea {
  display: block;
  margin: 0;
  width: 100%;
  font-family: sans-serif;
  font-size: 18px;
  appearance: none;
  box-shadow: none;
  border-radius: none;
  margin:1% 0%;
  height: 58px;
  border-radius: 0px;
  border-bottom: 1px solid #bdc3c7;
  text-indent: 0px;
  padding: 20px 5px 5px 5px;
}


#loginForm textarea {
  height: 96px;
}

#loginForm input:focus, #loginForm textarea:focus {
  outline: none;
  border-bottom: 1px solid #000;
}


#loginForm .has-float-label input:placeholder-shown:not(:focus) + *, #loginForm .has-float-label select:placeholder-shown:not(:focus) + * {
    font-size: 100%;
    font-weight: 300;
    opacity: .5;
    top: 1em;
}

#loginForm .has-float-label > span {
    position: absolute;
    left: 0;
    top: 0;
    cursor: text;
    font-size: 75%;
    opacity: 0.5;
    transition: all .2s;
    margin: 5px 5px;
}

#urlContainer {
  position: relative;
}


.usernameWarning {line-height:25px;height:50px;margin-top: 20px}

#loginForm #nameContainer {
  display: none; // Appears once email validated
}

#loginForm .contBtn, #Follow .contBtn, .socialLoginWrapper .contBtn {
    width: 100%;
    margin: 1% 1%;
    background-color: #33455e;
    border: 1px solid #33455e;
    color: white;
    padding: 15px 0px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 15px;
    font-weight: 600;
    border-radius: 2px;
    outline: none;
    transition: 0.4s;
    text-transform: uppercase;
    letter-spacing: 1.5;
    margin-top: 40px;
    opacity: 1;
    height: fit-content;
}

#loginForm .contBtn:hover, #Follow .contBtn:hover {
  background-color: #FFF;
  color: #33455e;
  border:1px solid #33455e;
  transition:0.4s;

}

#loginForm .contBtn:disabled {
  background-color: #8f8f8f;
  border: none;
}

#loginForm .contBtn:disabled:hover {
  color: white;
}

.contactForm {
  width: 75%;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
}

#urlContainer button {
    position: absolute;
    right: 0px;
    top: 11px;
    /* margin: 1% 0%; */
    background-color: #33455e;
    border: 1px solid #33455e;
    color: white;
    padding: 8px 11px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 12px;
    font-weight: 400;
    border-radius: 2px;
    outline: none;
    transition: 0.4s;
    text-transform: uppercase;
    letter-spacing: 1.5;
}

#urlContainer button:hover {
  background-color: #FFF;
  color: #33455e;
  border:1px solid #33455e;
  transition:0.4s;

}





 /* ==========================================================================
   Styling the Tags on the Item Pages
   ========================================================================== */


.tagArea .tag {
    display: inline-block;
    /* max-width: 100px; */
    height: 42px;
    line-height: 42px;
    padding: 0px 0px 0px 13px;
    background: #fff;
    border-radius: 25px;
    white-space: nowrap;
    /* text-overflow: ellipsis; */
    overflow: hidden;
    color: #333;
    font-size: 13px;
    text-decoration: none;
    -webkit-transition: .3s;
    transition: .3s;
    margin-bottom: 0px;
    margin-top: 8px;
}

.tagArea .tag .tagBlank {width:10px;display: inline-block;}
.tagArea .tag .tagBomb {
    width: 30px;
    text-align: center;
    display: inline-block;
    vertical-align: top;
    height: 30px;
    line-height: 22px;
    margin: 6px 6px 6px 6px;
}
.tag a.tagBomb { background-color: #ccc; margin-left: 5px;vertical-align: top;width: 22px;border-radius: 25px;transition: .3s;}
.tag a.tagBomb:hover {background-color: #33455e;transition: .2s;}

.tagArea .tag:hover {
  transition: .2s;
  background: #fff;
  color: #333;
}

.tagArea .tagBomb:hover {
  color: #fff;
  transition: .2s;
}

.tagArea .tagBomb img {
    width: 16px;
    height: 16px;
    padding: 7px;
}

/* ==========================================================================
   Followers Overlay
   ========================================================================== */




/* ==========================================================================
   Overlay Content
   ========================================================================== */



 /* ==========================================================================
   Quick Comment Overlay
   ========================================================================== */

.photoWrapper {position: relative;}

.commentOverlay {
  position: absolute;
  left:2%;
  bottom:2%;
  background:rgba(255,255,255, 0.8);
  width:96%;
}


/* ==========================================================================
   Wants Screen
   ========================================================================== */

.wantsListWrapper {
  background: #fff;
  margin:0% 0% 0px;

}

/* ==========================================================================
   Tag Screen
   ========================================================================== */

.itemTitleRight a.following {
    float: right;
    font-size: 14px;
    background: #fff;
    border-radius: 4px;
    color: #313b54;
    padding: 7px 18px;
    vertical-align: top;
    transition: 0.3s;
    margin-top: 13px;
    margin-right: 13px;
    border: 2px solid #313b54;
    display: inline-block;
}

.itemTitleRight a.following img {
    width: 18px;
    vertical-align: top;
    margin-right: 8px;
    margin-top: 1px;
    margin-left: -2px;
}

.itemTitleBox p {
  display: block;
  margin: 0px 5px 0px 10px;
}

/* ==========================================================================
   Styling for New Item Screen
   ========================================================================== */

.itemHeadWrapper {background-color: #fff;padding-bottom: 0px;}
.itemTitleBlock {/*border-bottom: 1px solid #eaeaea;*/min-height: 63px;display: table;width:100%;background: #ffffff;}
.itemTitleBox {display: table-cell;vertical-align: middle;padding: 12px 0px;}
.itemTitleRight {display: table-cell;vertical-align: middle;/*width:200px;background:yellow;*/min-width: 150px; flex: 2;}

#itemForm input {
  height:50px;
  border-top:none;
  border-right: none;
}

#itemForm {
  margin-bottom: 0px;
}

.itemTitleBox  h2 {
    margin: 0px 5px 0px 10px;
    padding: 0px;
    font-size: 22px;
    font-weight: 300;
    vertical-align: top;
    display: inline-block;
    float: left;
}

.itemTitleBox h2 a {
  font-size: 22px;
}

.collectionBar .itemTitleBox h2 {
    margin: 2px 5px 0px 10px;

  }

.itemHeadWrapper  h3 {
    margin: 0px 0px 0px 10px;
    padding: 0px 0px 12px;
    font-size: 18px;
    font-weight: 400;
    color: #999;
    display: inline-block;
}

.buyBtn {
  float: right;
    font-size: 14px;
    background: #313b54;
    border-radius: 4px;
    color: #FFF;
    padding: 7px 24px;
    vertical-align: top;
    transition: 0.3s;
    margin-top: 8px;
    margin-right: 13px;
    border: 2px solid #313b54;
    display: inline-block;
}

.buyBtn:hover {
  color: #313b54;
  background: #FFF;
}

.itemHeadWrapper h4 {
    margin: 0px 0px 10px 10px;
    padding: 0px 0px 12px;
    font-size: 14px;
    font-weight: 400;
    color: #666;
}

.itemHeadWrapper h4 a {
  color:#33445e;
  font-weight: 600;
}
.itemHeadWrapper h4 a:hover {
  color:#666;
  cursor: pointer;
}
.pointer {
  cursor: pointer;
}
#pageLinks li {
  cursor: pointer;
}
.blurb p {
  text-align: left;line-height: 20px;color: #666;    padding: 10px 0px;
  margin: 10px;
}

h4.link {
  margin-left: 10px;
}

.large, tr.large td { font-size:1.3em; }

.tag.active {
    background: #3d3;
}

.rightBtn{
    float: right;
    display: inline-block;
    margin-top: 13px;
    margin-right: 13px;
}

.btn.danger, button.danger { border: 2px solid #FF3D38; color:#FF3D38; border-radius: 4px; }
.btn.warning, button.warning {border:1px solid #FF3D38;color:#FF3D38;background-color:#fff}
.btn.green, button.green {border:1px solid green;color:green;}
.danger:hover, .warning:hover {
  transition: 0.3s; color: #FFF; background:#FF3D38;
}


.itemTitleBox .thingEditBtn {
float: left;
margin-left: 13px;
margin-top: 0px;
padding: 4px 8px;
}

.itemComments .has-float-label {
width: calc(100% - 90px);
display: inline-block;
}

.itemComments .has-float-label input {
font-size: 16px;min-height: 54px;
}

.itemComments .has-float-label input:placeholder-shown:not(:focus) + * {
font-size: 102%;
top: 0.58em;
}

.itemComments .has-float-label input:focus, .has-float-label select:focus {
border-color: #efefef;
}


.itemComments button {display: inline-block;}

.addCommentBtn {
background: #fff;
width: 86px;
margin: 2px;
height:48px;
line-height:48px;
color: #33455e;
font-size: 12px;
text-align: center;
padding: 0px;
border: none;
transition: 0.3s;
outline: none;
border-left: 1px solid #efefef;
vertical-align: top;
border-bottom: 1px solid #efefef;
}

.addCommentBtn:hover {
color:#33455e;
background: #f9f9f9;
transition: 0.3s;
}

.newCommentContainer {border-top: 1px solid #efefef;}

.itemComments {width:100%;margin:0% auto 0% auto;clear: both;padding: 6px 0px 0px 0px;}
.itemComments p {font-size: 0.8em;margin:0px;padding:0px;color:#666;font-weight: 300;letter-spacing: .2px;}
.itemComments p.timestamp {color:#ccc;margin-bottom: 4px;}
.itemComments p span {color:#33455e;display: inline-block;margin-bottom: 0px;}
.itemComments a {color: #33455e;font-weight: bold;}



/* ==========================================================================
HEEERE GOEEEES Styling for New Item Edit Screen
========================================================================== */



.itemEditor {
  width:100%;
  background-color: #f9f9f9;
 margin-bottom: 0px;
}

.itemTabs {
  height: 42px;
  background: #fff;
  width:100%;
}

.itemTab {
  box-sizing: border-box;
  width:33%;
  border: 1px solid #efefef;
  display: inline-block;
  height: 42px;
  line-height: 42px;
  text-align: center;
  background: #f9f9f9;
  color: #34445e;
  font-size: 14px;
  border-top: none;
}
.itemTab:hover {
  cursor: pointer;
}

.itemTab.active {
  border: 1px solid #fff;
  background: #fff;

}

.itemEditor input[type="submit"] {
  width:calc(100% - 10px);
  background-color: #34445e;
  height:54px;
  font-size: 22px;
  font-weight: 400;
  color: #fff;
  border: 1px solid #34445e;
  border-radius: 0px;
  margin-top: 5px;
  margin-left: 5px;
  border-radius: 0px;
}

.itemPrivacy {
  padding:8px 10px 0px 10px;
  text-align: center;
}
.itemPrivacy h3 {display: inline-block;margin-right: 10px;font-weight: 300;font-size: 14px;}
.itemPrivacy select {width: 100%;height:39px;border-bottom: none;border-right: none;border-left:none;border-top:none;font-size: 16px;
  font-weight: 300;color:#909090;}
.itemPrivacy .select-container {width: 122px;display: inline-block;}
.itemPrivacy .select-container:after {top: 1em;}

.photoHolder {
  padding:0 0 0px 0;
  background:#fff;
  margin:1% auto 0%;
  width:100%;
  border: 1px solid #efefef;
  border-bottom:none;
  border-radius: 8px;
}

.photoHolder.portrait {max-width:520px;}
.photoHolder.landscape {max-width:1000px;}
.photoHolder.square {max-width:520px;}

/*.photoHolder img {width:100%;}*/

.photoHolder:first-child .photoBtn {width:50%;}
.photoHolder:first-child .photoBtn:nth-child(2) {border-left:3px solid #fff;border-right:none;}
.photoBtn {
  box-sizing: border-box;
  border:1px solid #e6e7e8;
  width:33.3%;
  display: inline-block;
  height:42px;
  line-height:42px;
  text-align: center;
  background: #e6e7e8;
  margin-bottom: 5px;
  transition: all .2s ease-in-out;
  font-size: 14px;
}

.photoBtn:hover {
  background: #34445e;
  transition: all .2s ease-in-out;
  cursor: pointer;
}

.photoBtn a {
  text-decoration: none;
  color: #333;
  display: block;
}
.photoBtn a:hover {
  color: #fff;
}

.photoBtn:nth-child(2) {
    border-left:3px solid #fff;
    border-right:3px solid #fff;
}
.addPhotoBtn {
  display: block;
  width:calc(100% - 10px);
  background-color: #34445e;
  height:60px;
  line-height:60px;
  font-size: 15px;
  font-weight: 400;
  color: #fff;
  border: 1px solid #34445e;
  border-radius: 0px;
  margin:5px auto;
  text-align: center;
  max-width: 536px;
  border-radius: 0px;

}


.statusus {
  display: none;
  transition: all .2s ease-in-out;
  width: 100%;
}
.nfs {
  background: #c04;
  display: none;
}
.offerPrice {
  background: #079;
}

.saleStatusWrap {
  background: #fff;
}

.autoGenTagsWrap {
  font-size:12px;
  vertical-align: middle;
  text-align: center;
  border-bottom: 1px solid #efefef;
  border-left: 1px solid #efefef;
  border-top: 1px solid #efefef;
  background: #fff;
}

.autoGenTagsWrap a {
  display: block;
  color: #999;
  text-decoration: none;
}

.tagsEditWrapper {
  position: relative;
  width: 100%;
}

/*.tagAddBtn {
  display: none;
  position: absolute;
  top: 10px;
  right: 8px;
  width: 43px;
  height: 36px;
  line-height: 36px;
  color: #fff;
  text-align: center;
  background: #34445e;
  z-index: 100;
    border-radius: 4px;
}
*/

.listedByBox {
  background: white;
  padding: 5px 10px;
  max-width: 142px;
  display: flex;
  justify-content: center;
  align-items: center;
  float: right;
  border-radius: 20px;
}

.gradi .listedByBox {
  position: absolute;
  bottom: 1em;
  right: 1em;
}

.listedByBox a {
  line-height: 36px;
  display: inline-block;
  font-size: 14px;
  margin-right: 6px;
  color: #33455e;
}
.listedByImage {
  margin-right: 0px;
}
.listedByBox img {
  width:100%;
}

.collectionAdmin .collectionThumb img {width:130px;height:130px;}

.collectionAdmin .collectionThumb {width: 135px;}
.collectionAdmin .collectionThumbs {padding-bottom: 16px;}

.collectionAdmin .collectionThumb h3 {font-size: 14px;}

.collectionAdmin {/*max-width: 1000px;margin:0px auto;*/}

.removeFromCollection {
  position: absolute;
  top:5px;
  right:5px;
  width: 22px;
  text-align: center;
  display: inline-block;
  vertical-align: top;
  height: 22px;
  line-height: 22px;
  margin: 6px 6px 6px 10px;
  background: #fff;
}
.removeFromCollectionImg {
    width: 12px;
    height: 12px;
    padding: 5px;
}


.deleteBtn {
  display: block;
  width:calc(100% - 10px);
  background-color: #EE2B31;
  height:60px;
  line-height:60px;
  font-size: 15px;
  font-weight: 400;
  color: #fff;
  border: 1px solid #EE2B31;
  border-radius: 0px;
  margin:5px auto;
  text-align: center;
  max-width: 536px;
  border-radius: 0px;

}

/* ==========================================================================
   MAGIC INPUT FIELDS
   ========================================================================== */

.has-float-label {
  display: block;
  position: relative;
}
.has-float-label label, .has-float-label > span {
  position: absolute;
  left: 0;
  top: 0;
  cursor: text;
  font-size: 75%;
  opacity: 0.5;
  transition: all .2s;
  margin: 5px 10px;
}
.has-float-label select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.has-float-label input, .has-float-label select {
  font-size: 17px;
  font-weight: 300;
  padding-top: 21px;
  margin-bottom: 0px;
  border: 0;
  border-radius: 0;
  border-bottom: 1px solid #efefef;
  min-height:51px;
  transition: all .3s;
  background: #fff;
}
.has-float-label input::-webkit-input-placeholder, .has-float-label select::-webkit-input-placeholder {
  opacity: 1;
  transition: all .2s;
}
.has-float-label input:-ms-input-placeholder, .has-float-label select:-ms-input-placeholder {
  opacity: 1;
  transition: all .2s;
}
.has-float-label input::-ms-input-placeholder, .has-float-label select::-ms-input-placeholder {
  opacity: 1;
  transition: all .2s;
}
.has-float-label input::placeholder, .has-float-label select::placeholder {
  opacity: 1;
  transition: all .2s;
}
.has-float-label input:placeholder-shown:not(:focus)::-webkit-input-placeholder, .has-float-label select:placeholder-shown:not(:focus)::-webkit-input-placeholder {
  opacity: 0;
}
.has-float-label input:placeholder-shown:not(:focus):-ms-input-placeholder, .has-float-label select:placeholder-shown:not(:focus):-ms-input-placeholder {
  opacity: 0;
}
.has-float-label input:placeholder-shown:not(:focus)::-ms-input-placeholder, .has-float-label select:placeholder-shown:not(:focus)::-ms-input-placeholder {
  opacity: 0;
}
.has-float-label input:placeholder-shown:not(:focus)::placeholder, .has-float-label select:placeholder-shown:not(:focus)::placeholder {
  opacity: 0;
}
.has-float-label input:placeholder-shown:not(:focus) + *, .has-float-label select:placeholder-shown:not(:focus) + * {
  font-size: 120%;
  font-weight: 300;
  opacity: .5;
  top: 0.38em;

}
.has-float-label input:focus, .has-float-label select:focus {
  outline: none;
  border-color: #33455e;
  transition: all .3s;
  background:#fff;
}

.input-group {
  display: table;
  width: 100%;
}

.input-group > * {
  display: table-cell;
  width: 50%;
}

/* ==========================================================================
   Styling for New Collection display
   ========================================================================== */


.collectionPage .photo-box {
    position: relative;
    width: 100%;
    margin: 0% 0% 2% 0%;
    overflow: hidden;
    background-size: cover;
    background-position: center;
    transition: background-image 0.2s ease-in-out;
    box-sizing: border-box;
    border-top-left-radius:7px;
    border-top-right-radius:7px;
}

/* ==========================================================================
   price Sticker
   ========================================================================== */


.priceCount {
  background: none;
  position: absolute;
  right:0px;
  top:4px;
  color: #fff;
  font-size: 14px;

}

.priceCount img {
  width:55px;
  height: auto;
  vertical-align: top;
  margin: 5px;
}


.priceCount span {
  position: absolute;
  left:0px;
  top:8px;
  font-family: "Courier New", Courier, "Lucida Sans Typewriter", "Lucida Typewriter", monospace;
  font-size: 14px;
  font-weight: 800;
  line-height: 26.4px;
  letter-spacing: -1px;
  color: #000;
  width:65px;
  text-align: center;
}

.itemHeadWrapper .priceCount {
  background: none;
  position: relative;
  color: #fff;
  font-size: 14px;

}

.itemHeadWrapper .priceCount img {
  width:75px;
  height: auto;
  vertical-align: top;
  margin: 5px 5px 5px 0px;
}

.itemHeadWrapper .priceCount span {
  position: absolute;
  left:0px;
  top:15px;
  font-family: "Courier New", Courier, "Lucida Sans Typewriter", "Lucida Typewriter", monospace;
  font-size: 19px;
  font-weight: 800;
  line-height: 26.4px;
  letter-spacing: -1px;
  color: #000;
  width:75px;
  text-align: center;
}



 /* ==========================================================================
   New Collection Page
   ========================================================================== */

.collectionHead {
  width:100%;
  height:340px;
  color: #fff;
  text-align: center;
  background-size: cover;
  background-position: top center;
  position: relative;
}

/* NB: These little upload btns are fine, but need the surrounding div to be position: relative */
.uploadBtn {
  position: absolute;
  bottom: 10px;
  left: 10px;
  width: 40px;
  height: 32px;
  background-image: url(/i/image-edit.png);
  background-size: cover;
  background-position: center center;
  cursor: pointer;
}

.collectionHead h1 {font-size: 26px;margin: 0px;padding:0px;font-weight: 300;}
.collectionHead h2 {font-size: 20px;margin: 0px;padding:0px;font-weight: 300;}
.collectionHead h3 {font-size: 16px;margin: 0px;padding:10px 0px;font-weight: 300;}



.gradi {
    width: 100%;
    height: 280px;
    padding-top:60px;
    background: #000; /* For browsers that do not support gradients */
    background: linear-gradient(to bottom, rgba(0,0,0,0), rgba(0,0,0,1)); /* Standard syntax (must be last) */
    z-index: 100;
}

.collectionLogo {
  margin: 0px auto 25px;
  width:120px;
  height:120px;
  border:5px solid #fff;
  border-radius: 5px;
  background-size: cover;
  position: relative;
}

#titleInput {
  background: none;
  font-size: 26px;
  margin: 0px;
  padding: 0px;
  font-weight: 300;
  text-align: center;
  border: 0;
}


.collectionBar {
    border-bottom: 1px solid #efefef;
    min-height: 63px;
    display: flex;
    width: 100%;
    background: #fff;
}

.collectionHeadresetBtn {
    position: absolute;
    bottom: 15px;
    left: 63px;
}

.collectionHeadresetBtn:hover {
  cursor: pointer;
}

.collectionBar .radioWrapper {
  height: auto;
  display: inline-block;
  margin-top: 10px;
}
.collectionBar .radioContainer {
  height: auto;
  width: auto;
  padding-left: 10px;
  padding-right: 0px;
  margin-bottom: 9px;
}

.collectionBar .radioContainer input {
  position: relative;
  height: 0px;
}

.collectionBar .checkbox {
  width: auto;
}

.collectionBar .checkmark {
  background-color: #fff;
  font-size: 16px;
  border:1px solid #efefef;
  position: relative;
  height: auto;
  display: block;
  padding: 6px;
  width: auto;
      border-radius: 24px;
}

.collectionBar .checkmarkText {
  display: inline-block;
  vertical-align: top;
  line-height: 30px;
  margin-right: 5px;
}

.collectionBar .checkmark img {
  width:30px;
  border-radius: 50px;
  display: inline-block;
  margin:0px 0px;
  vertical-align: top;
  margin-right: 5px;
}





/* ==========================================================================
   Styling for the SignUp Page
   ========================================================================== */

.signUp {
  width:100%;
  height: 100%;
  background: url('/i/signup-bg.jpg');
  background-position: top center;
  background-size:cover;
}
.signUpText {position: absolute;top:44%;width:100%;}
.signUp h1 {padding:0px 10px;margin:0px auto;font-size: 27px;color:#fff;max-width: 520px;width:calc (100% - 20px);}
.signUp p  {padding:10px;margin:0px auto;font-size: 19px;font-weight: 300;color:#fff;max-width: 520px;width:calc (100% - 20px);}
.signUpBox {margin:20px auto;max-width: 520px;padding:0px 10px;width:calc (100% - 20px);}

.signUpBox .has-float-label input {width:80%;max-width: 255px;float:left;}
.signUpBox input[type="submit"] {width:20%; height:55px;float:left;background:#33455e;color: #fff;border:1px solid #33455e;border-radius: 0px;}





/* ==========================================================================
   TFNation page
   ========================================================================== */




#TFNation {background: #fff;}
#TFNation footer {display: none;}

#TFNation #signup {margin-top: 20px;}

#TFNation .contBtn {margin-top: 20px;}
#TFNation .radioContainer {width:150px;padding-right: 0px; margin-bottom: 0px;}
#TFNation .radioContainer .checkmark {width:140px; border:1px solid #bdc3c7;font-size: 16px;text-align: center;height: 102px;background-color: #fff;}
#TFNation .radioContainer .checkmark img {width:56px;margin: 10px 0px 3px;}
#TFNation .radioContainer .checkmark.rightCheck {left: 8px;}


/* On mouse-over, add a grey background color */
#TFNation .radioContainer:hover input ~ .checkmark {
    background-color: #fc2103;
    transition: 0.3s;
    color: #fff;
}


/* When the radio button is checked, add a blue background */
#TFNation .radioContainer input:checked ~ .checkmark {
    background-color: #fc2103;
    color: #fff;
}

/* On mouse-over, add a grey background color */
#TFNation .radioContainer:hover input ~ .checkmark.decep {
    background-color: #372e67;
    transition: 0.3s;
    color: #fff;
}


/* When the radio button is checked, add a blue background */
#TFNation .radioContainer input:checked ~ .checkmark.decep {
    background-color: #372e67;
    color: #fff;
}



.signUpFlash {position: absolute;right:10;top:111;display:none;}
.signUpFlash img {width:444px;}


.signUpNetwork {width:100%;position: absolute;left:0;top:68;display:none;}
.signUpNetwork img {width:100%;}


/* ==========================================================================
   Garbage Pail Kids page
   ========================================================================== */

#GarbagePailKids {background: #fff;}
#GarbagePailKids footer {display: none;}

#GarbagePailKids #signup {margin-top:0px;}
.signupHeader {width:100%;max-width: 385px;margin: 40px auto 10px;;}
.signupHeader img {width:100%;}

#GarbagePailKids .contBtn {margin-top: 20px;}

/* ==========================================================================
   NorCon page
   ========================================================================== */

#NorCon {background: #fff;}
#NorCon footer {display: none;}
#NorCon #signup {margin-top:0px;}

#HoardarSignUp {background: #fff;}
#HoardarSignUp footer {display: none;}

/* ==========================================================================
   DM Page
   ========================================================================== */


.dmContainer {width:100%;height:73vh;background: #f5f5f5;;}

.dmLeft {
  display: inline-block;
  height: 100%;
  width: 50px;
  background: #fff;
  border-right: 1px solid #efefef;
  overflow-x: scroll; /* has to be scroll, not auto */
  -webkit-overflow-scrolling: touch;
}
  .dmLeft .messenger {
    width: calc(100% - 4px);
    border-bottom: 1px solid #efefef;
    background: #fff;
    padding:10px 2px;
    transition: all .2s ease-in-out;
    display: table;
    position: relative;
  }
  .dmLeft .thread::after {
    position: absolute;
    top: 0;
    right: 5px;
    content: "●";
    color: red;
  }
  .dmLeft .thread.viewed::after {
    display: none;
  }
  .dmLeft .messenger h2 {
    display: none;
    font-size:16px;
    font-weight: 600;
    padding:0px;
    margin: 6px 0px 0px 0px;
  }
  .dmLeft .messenger.viewed h2 {
    font-weight: 200;
  }
  .dmLeft .messenger p {
    display: none;
    font-size:12px;
    font-weight: 300;
    padding: 0px 0px 2px;
    margin: 0px;
    line-height: 13px;
    color:#333;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .dmLeft .unread {
    background: #f5f5f5;
  }

  .dmLeft .messenger:hover, .dmLeft .messenger.active {
    background: #f5f5f5;
    transition: all .2s ease-in-out;
    cursor: pointer;
  }

  .dmLeft .messenger span {
    font-size: 10px;
    font-style: italic;
    color: #ccc;
  }

  .dmLeft .messengerName {
    display: inline-block;
    /*background: pink;*/
    max-width:202px;
  }

  .dmCenter {
    display: inline-block;
    width:50%;
    height: 100%;
    background: #f5f5f5;
    vertical-align: top;
  }
  .dmRight {
    display: inline-block;
    width: calc(100% - 51px);
    height: 100%;
    vertical-align: top;
    position: relative;
  }

  .dmRight .saleBar {
    display: block;
    width:100%;
    background: #fafafa;
    height:42px;
    border-bottom: 1px solid #efefef;
    padding: 12px 0px 12px 0px;
    position: sticky;
    position: -webkit-sticky;
    top:0px;
    z-index:100;
    margin-bottom: 0px;
  }

  .dmRight .saleBar .progressIcon {
    display: inline-block;
    vertical-align: top;
    height: 42px;
    background: #e6e7e8;
    margin-right:5px;
    border-radius: 21px;

  }

  .dmRight .saleBar .progressIcon.active {

    background: #33455e;

  }

  .dmRight .saleBar .progressIcon span{
    display: none;
  }
  .dmRight .saleBar .progressIcon.active span{
    display: inline-block;
    color:#fff;
    vertical-align: top;
    padding: 14px 0px;
    margin: 0px 10px 0px -5px;
    font-size: 12px;
  }

  .dmRight .saleBar .progressIcon:first-child {
    margin-left:15px;
  }

  .dmRight .saleBar .progressIcon img {
    display: inline-block;
    vertical-align: top;
    width:24px;
    height:24px;
    padding:9px;
  }

  .dmRight .saleBar .saleBtn {
    float: right;
    display: inline-block;
    vertical-align: top;
    height: 38px;
    line-height: 38px;
    background: #33455e;
    color:#fff;
    margin-right:15px;
    border-radius: 8px;
    font-size: 13px;
    padding: 0px 15px;
    border: 2px solid #33455e;
    transition: 0.3s;
  }
  .dmRight .saleBar .saleBtn:hover {
    border: 2px solid #33455e;
    background: #fafafa;
    color:#33455e;
    cursor: pointer;
    transition: 0.3s;
  }
  .dmRight .saleBar .saleMsg {
    float: right;
    display: inline-block;
    vertical-align: top;
    height: 38px;
    line-height: 38px;
    margin-right:15px;
    font-size: 11px;
    padding: 0px 15px;
    transition: 0.3s;
  }

  .dmRight .enquiryBar {
    display: block;
    width:100%;
    background: #fafafa;
    height:42px;
    border-bottom: 1px solid #efefef;
    padding: 12px 0px 12px 0px;
    position: sticky;
    position: -webkit-sticky;
    top:0px;
    z-index:100;
    margin-bottom: 0px;
  }


  .dmRight .messageArea  {
    width:100%;
    height:100%;
    position: relative;
  }

  .dmRight .messageAreaLeft {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: calc(100% - 0px);
    height:calc(100% - 137px);
    padding: 15px 0px 0px 0px;
    background: #f5f5f5;
    overflow-y: scroll; /* has to be scroll, not auto */
    -webkit-overflow-scrolling: touch;
  }

  .dmRight .messageAreaRight {
    display: none!important;
    vertical-align: top;
    width:200px;
    padding:15px 20px;
    border-left: 1px solid #efefef;
    height: calc(100% - 152px);
    background: #fff;

  }

    .dmRight .messageAreaRight h2 {
      font-size: 16px;
      margin: 0px;
    }
    .dmRight .messageAreaRight p {
      font-size: 14px;
    }
    .dmRight .messageAreaRight p img {
      width: 100%;
    }
    .dmRight .messageAreaRight a {
      font-size: 14px;
      color: #33455e;
    }
    .dmRight .messageAreaRight a.btn, .dmRight .messageAreaRight button {
      color: #fff;
    }
    .dmRight .messageAreaLeft .dmWrap {
      width:100%;
      padding: 0 10px;
      box-sizing: border-box;
      overflow: hidden;
    }

    .dmRight .messageAreaLeft .dmWrap .profileThumb {
      display: block;
      margin: 0;
      width: auto;
      width: auto;
    }
    .dmRight .messageAreaLeft .dmWrap.you .profileThumb,
    .dmRight .messageAreaLeft .dmWrap.you .msg {
      float: right;
    }

    .dmRight .messageAreaLeft .dmWrap.them .profileThumb,
    .dmRight .messageAreaLeft .dmWrap.them .msg {
      float: left;
    }

    .dmRight .messageAreaLeft .dmWrap .profileThumb .profileThumbInner {
      width: 38px;
      height: 38px;
      margin-top: 5px;
    }


  .dmLeft .messenger .profileThumb {
    width: 46px;
    height: 46px;
    margin-left: 0px;
    margin-right:0px;
  }

  .dmLeft .messenger .profileThumbInner {
    width: 38px;
    height: 38px;
  }

  .dmRight .messageAreaLeft .msg {
    background: #f5f5f5;
    border:1px solid #f4f4f4;
    border-radius: 15px;
    margin: 0 15px;
  }
  .dmRight .messageAreaLeft .msg p {
    font-size: 14px;
    color:#666;
    padding: 6px 10px;
    margin: 0px;
    background: #fff;
    display: inline-block;
    margin-bottom: 10px;
    border-radius: 10px;
  }
  .dmRight .messageAreaLeft .msg span {
    font-size: 10px;
    color: #ccc;
  }
  .dmRight .messageAreaLeft .actionAlert {
    background: #fff;
    border-radius: 6px;
    margin: 0px 15px 15px 15px;
    display: table;
    width: calc(100% - 30px);
    min-width: 374px;
  }
  .dmRight .messageAreaLeft .actionAlert p {
    font-size: 13px;
    padding: 14px 10px;
    margin: 0px;
  }
  .dmRight .messageAreaLeft .actionAlert span {
    font-size: 11px;
    padding: 18px 0px;
    margin: 0px;
    text-align: right;
    font-size: 10px;
    color: #ccc;
  }
  .dmRight .messageAreaLeft .actionAlert span.amount {
    color: #0a0;
    font-size: 13px;
  }
  .dmRight .messageAreaLeft .actionAlert .alertLeft {
    width:60%;
    display:table-cell;
    vertical-align: middle;
  }
  .dmRight .messageAreaLeft .actionAlert .alertRight {
    width:35%;
    display:table-cell;
    vertical-align: middle;
    margin: 0px;
    text-align: right;
    font-size: 0.8em;
    color: #ccc;
    padding-right: 10px;
  }
  .dmRight .messageAreaLeft .actionAlert .alertRight p {
    font-size: 11px;
    padding:0px;
  }

  .dmRight .messageAreaLeft .actionAlert .alertRight span {
    font-size: 18px;
    padding:0px;
    margin-right: 10px;
    font-weight: 300;
  }


  .dmRight .messageAreaLeft .actionAlert .alertRight a {
    font-size: 13px;
    color: #fff;
    padding:0px;
    background: #33455e;
    border-radius: 6px;
    padding:8px;
    border:2px solid #33455e;
    transition: 0.3s;
  }
  .dmRight .messageAreaLeft .actionAlert .alertRight a:hover {
    background: #fff;
    color: #33455e;
    transition: 0.3s;
  }

  .dmRight .messageAreaLeft .actionAlert.active .alertRight a {
    font-size: 13px;
    color: #33455e;
    padding:0px;
    background: #fff;
    border-radius: 6px;
    padding:8px;
    border:2px solid #fff;
    transition: 0.3s;
  }
  .dmRight .messageAreaLeft .actionAlert.active .alertRight a:hover {
    background: #33455e;
    color: #fff;
    transition: 0.3s;
  }

  .dmRight .messageAreaLeft .actionAlert.active {
    background: #34445e;
    color: #fff;
  }
  .dmRight .messageAreaLeft .actionAlert.closed {
    background: #e6e7e8;
    color: #999;
  }

  .dmRight .messageAreaLeft .invoice {
    width:152px;
    background: #fff;
    margin: 20px auto;
    border:1px solid #efefef;
    font-family: "Courier New", Courier, "Lucida Sans Typewriter", "Lucida Typewriter", monospace;
    font-size: 14px;
    font-weight: 800;
    color:#333;
    padding: 10px 0px 20px;
  }

  .dmRight .messageAreaLeft .receipt {
    width:152px;
    background: #fff;
    margin: -1px auto;
    border:1px solid #fff;
    font-family: "Courier New", Courier, "Lucida Sans Typewriter", "Lucida Typewriter", monospace;
    font-size: 14px;
    font-weight: 800;
    color:#333;
    padding: 10px 0px 20px;
  }

  .dmRight .messageAreaLeft .receiptTop, .dmRight .messageAreaLeft .receiptBottom {
    width:152px;
    margin: 0px auto;
  }

  .dmRight .messageAreaLeft .receiptBottom {
    margin-bottom: 20px;
  }

  .dmRight .messageAreaLeft .receipt img {
    width: 100%;
  }

  .receiptTop img, .receiptBottom img {
    width:100%;
  }



  .dmRight .messageAreaLeft .invoice img {
    width:100%;
    padding-bottom: 15px;
  }

  .dmRight .messageAreaLeft .invoiceLeft {
    width:52px;
    background: #fff;
    display: inline-block;
    margin-left:10px;
    vertical-align: top;

  }

  .dmRight .messageAreaLeft .invoiceRight {
    width:80px;
    background: #fff;
    display: inline-block;
    vertical-align: top;
    text-align: right;

  }




  .dmRight .commentBar {
    width:100%;
    background: #fafafa;
    border-top: 1px solid #efefef;
    padding: 0px;
    position: absolute;
    bottom:0px;
    z-index:100;
  }


  .dmRight .commentBar input[type=text] {
    display: inline-block;
    border:none;
    width:calc(100% - 110px);
    font-weight:300;

  }

  .dmLeft .profileThumbInner span {
    font-size: 36px;
    color:#333;
    line-height: 38px;
    text-align: center;
    font-style: normal;
    display: block;
  }

  .dmLeft .messengerName span {
    margin-top: 13px;
    font-size: 14px;
    font-style: normal;
    display: none;
    color: #666;
    font-weight: 300;
  }

  /*Determine which shit gets displayed if its a sale or just a message thread */

  .dmRight .messageArea.dmThread {

  }

  .dmRight .messageArea.dmThread .messageAreaRight  {
    display:none;
  }

   .dmRight .messageArea.dmThread .messageAreaLeft  {
    width:100%;
    height: calc(100% - 69px);
    padding: 15px 0px 0px 0px;
  }

  .dmRight .messageArea.dmThread .messageAreaLeft .saleBar {
    display:none;
  }

  /*Pop Up Make for Sale */

  .salePopper {
    width:100%;
    text-align: center;
    position: relative;
  }

  .salePopper .closer {
    position: absolute;
    top:-6px;
    right:10px;
    margin-top: 0px;
  }

  .salePopper .profileThumb {
    width: 100px;
    height: 100px;
    margin:20px auto 0px;
    float: none;
  }

  .salePopper .profileThumbInner {
    border-radius: 50%;
    margin: 2px;
    border: 2px solid #fff;
    width: 98px;
    height: auto;
    height: 98px;
  }

  .salePopper p{
    font-size: 13px;
    line-height: 19px;
    margin: 0px auto 14px;
    width:90%;
    color:#666;
    font-weight: 300;
  }
  .salePopper h2{
    font-size: 28px;
    font-weight: 300;
    margin:10px 0px 0px;
  }


  .salePopperBtn {
    display: block;
    font-size: 13px;
    padding: 0px;
    color:#fff;
    background: #33455e;
    border-radius: 6px;
    padding: 12px 8px;
    border: 2px solid #33455e;
    transition: 0.3s;
    margin: 20px auto;
    width: 200px;
    text-decoration:none;
  }



  .salePopperBtn:hover {
    background: #fff;
    border: 2px solid #33455e;
    color: #33455e;
    transition: 0.3s;
  }

  .salePopper .has-float-label {
    display: inline-block;
    position: relative;
    margin: 0px auto;

  }

  .salePopper .has-float-label input, .salePopper .has-float-label select {
    width:170px;
    display: inline-block;
  }

  .has-float-label label {
    width:170px;
  }

  .salePopper select {
    width:50px;
    display: inline-block;
    vertical-align: bottom;
    padding: 12px 10px;
    font-size: 22px;
  }

  .salePopper .select-container:after {
    top:3px;
  }

  .salePopper .priceBlock {
    width:220px;
    margin:0px auto;
    text-align: left;
  }

  .salePopper .shipCurrency {
    width: 25px;
    display: inline-block;
    vertical-align: bottom;
    padding: 12px 10px;
    font-size: 22px;
    border-left: 1px solid #efefef;
    border-bottom: 1px solid #efefef;
}

   .salePopper input[type="checkbox"] {
     width:20px;
   }

   .salePopper a.terms {text-decoration: none;color: #666;}

/* ==========================================================================
   Follow Tags / Intro Page
   ========================================================================== */



.gettingStarted {width: 100%; text-align: center;}
.gettingStarted img { width:100px;margin:20px 0px 10px; }
.gettingStarted h2   {margin: 0px 5px 0px 10px;padding: 0px;font-size: 22px;font-weight: 300;}

#Follow h4 {padding:0px;margin: 0px;font-weight: 400;}
#Follow {text-align: center;}
#Follow footer {display: none;}
#Follow {background: #fff;}
.gettingStartedCategories {min-width:320px;margin:auto;text-align: center;}
.gettingStarted p {font-size: 10px;}
/* The container */
.radioContainer {
    display: inline-block;
    position: relative;
    width:120px;
    height: 118px;
    padding-right: 10px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    transition: 0.3s;

}

/* Hide the browser's default radio button */
.radioContainer input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    transition: 0.3s;
    width: 0px;
}

/* Create a custom radio button */
.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 111px;
    width: 120px;
    background-color: #eee;
    border-radius: 4px;
    transition: 0.3s;
    font-size: 12px;
}

.checkmark img {
  width:110px;
  margin:10px 0px 10px;
}

/* On mouse-over, add a grey background color */
.radioContainer:hover input ~ .checkmark {
    background-color: #eee;
    transition: 0.3s;
}


/* When the radio button is checked, add a blue background */
.radioContainer input:checked ~ .checkmark {
    background-color: #33455e;
    color: #fff;
}

#Follow .contBtn {
    width: 100%;
    max-width: 320px;
    margin: 1% 0%;
  }

.continueButton {
  width:320px;
  margin:auto;
  height: 51px;
  padding-top: 50px;
}

#Follow a.later  {
  margin-top: 40px;
  display: block;
}


.gettingStartedCategories .collectionStrip {height: 160px;}

/* ==========================================================================
   Suggestions Page
   ========================================================================== */

#Suggestions footer {display: none;}
#Suggestions {background: #fff;}

#Suggestions ul.tabs{
      margin: 0px;
      padding: 0px;
      list-style: none;
    }
    #Suggestions ul.tabs li{
      background: none;
      color: #222;
      display: inline-block;
      padding: 10px 15px;
      cursor: pointer;
    }

     #Suggestions ul.tabs li.current{
      background: #ededed;
      color: #222;
      border: none;
      box-shadow: none;
    }

    #Suggestions .tab-content{
      display: none;
      background: #fff;
      padding: 10px;
    }

    #Suggestions .tab-content.current{
      display: inherit;
      border: none;
      box-shadow: none;
    }
#Suggestions .suggestedTags {border-bottom: 1px solid #efefef;}
#Suggestions .suggestedTags input { display:none; }
#Suggestions .suggestedTags label {
    display: inline-block;
    color: #33455e;
    background: #fff;
    border: 1px solid #ccc;
    border-radius: 5px;
    padding: 9px 26px;
    margin-right: 3px;
    transition: 0.3s;
    margin-bottom: 7px;
  }
  #Suggestions .suggestedTags label:hover {cursor: pointer;}
#Suggestions .suggestedTags input:checked ~ label { color:#fff; background:#33455e;border: 1px solid #33455e;transition: 0.3s;}


/* ==========================================================================
   Media Queries
   ========================================================================== */
@media only screen and (min-width: 360px) {
}

@media only screen and (min-width: 480px) {

    .profilePic img { width: 145px; height: 145px; border-radius: 6px;}

    .levelWrap {
      padding: 8px 0px 8px;
      float:left;
      margin: 0% 0%;
    }

    .userStats {
        margin: 8px 0% 12px 0%;
    }






/*
#statsOverlayContainer {

  margin: 75px 2% 0px 2%;
}

  */






  .allBtn {
    max-width:70px;
  }

  .saleBtn {
    max-width:70px;
  }

  body#DMs #content {height:calc(100% - 63px);}


  .userButtons {
    max-width:240px;
  }

  .joined {
    margin-top: 14px;
  }

  .userStats {
    float: left;
    margin: 0px 0% 8px 0%;
  }


}

@media only screen and (min-width: 660px) {

    .main.img {width:100%;margin:0%;}
    .mainInfo {width:62%;margin:1% 0% 50px 0%}



    .mainItem {width:100%; /*text-align: center;*/}
    /*.likeBar, .itemComments, .itemTitle, .wtfit {text-align: center;  }*/
    .item {width:40%;}
    .itemDescription {width:55%;}
    .itemBidHistory {width:55%;}
    .itemHistory {width:55%;}

    .hotCategories {display: block;}








    /* WHERE THE DMs BREAK */

    .dmLeft .messenger .profileThumb {
      margin-right: 5px;
    }

    .dmLeft .messenger h2 {
      display: block;
      font-size: 13px;
      margin: 13px 15px 0px 0px;
    }
    .dmLeft .messenger p {
      display: none;
    }

    .dmRight {
      width: calc(100% - 230px);
    }

    .dmLeft .messengerName span {
      display: block;
    }

    .dmLeft {
      width: 229px;
    }



}

@media only screen and (min-width: 768px) {



    .userStats {
        float: right;

    }
    .levelWrap  {
      max-width: 333px;
    }
    .collectionHead {
      background-position: center center;
    }
    /* WHERE THE DMs BREAK */
    .dmRight .messageAreaRight {
      /* display: inline-block!important; */
    }

    .dmRight .messageAreaLeft {
      width: calc(100% - 241px);
    }
}

@media only screen and (min-width: 990px) {
    /*#content h2 {margin:2% 1%;}*/
    #content .pile h2 {margin:10px 0.5% 0% 1%;}

    .transformer {display:block;}

    /* WHERE THE DMs BREAK */
    .dmLeft .messenger p {
      display: block;
    }
    .dmLeft .messenger h2 {
      margin: 6px 15px 0px 0px;
    }
    .dmRight {
      width: calc(100% - 258px);
    }

    .dmRight .messageAreaLeft {
      width: calc(100% - 241px);
    }

    .dmLeft {
      width: 257px;
    }

    .dmRight .messageAreaRight {
      /* display: inline-block!important; */
    }


}

@media only screen and (min-width: 1200px) {
  .signUpFlash {display:block;}
  .signUpNetwork {display:block;}
  /*#TFNation #signup {margin-top: 140px;}*/

}



/* iPhone, portrait & landscape. */
@media all and (max-device-width: 480px) {
    html,body { -webkit-text-size-adjust:none; }
}
/* iPad, portrait & landscape. */
@media all and (min-device-width: 768px) and (max-device-width: 1024px) {
    html,body { -webkit-text-size-adjust:none; }
}







#kapow {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 1000;
  background:url('/i/explosion.png') no-repeat;
  background-size: cover;
  background-position: center center;
  top: 50%;
  left: 50%;
  /* bring your own prefixes */
  transform: translate(-50%, -50%);
}
#levelUp {
  position: absolute;
  z-index: 1001;
  font-family: 'Kapow';
  font-size: 10em;
  text-align: centre;
  opacity: 1;
}

#kapowNew {
  position: absolute;
  width:100%;
  height:100%;
  z-index: 2000;
  background:url('/i/explosion.png') no-repeat;
  background-size: contain;
  background-position: center center;
}

#levelUpNew {

}


/* Notifications Animation */

#notifications {
  float: left;
  width: 100%;
  height: 100%;
  position: relative;
}
#notifications-background {
  float: left;
  width: 100%;
}


#notifications-window-row-button{
  width: 304px;
  margin-right: auto;
  margin-left: auto;
  height: 44px;
  background-color: rgba(233,30,99,0.8);
  text-align: center;
  font-size: 18px;
  color: rgba(255,255,255,1);
  font-weight: 600;
  line-height: 44px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
#notifications-window-row-button:hover {
  background-color: rgba(233,30,99,1);
  cursor: pointer;
}


#notifications-full{
  -moz-box-shadow: 0px 0px 50px rgba(0,0,0,0.1);
  -webkit-box-shadow: 0px 0px 50px rgba(0,0,0,0.1);
  box-shadow: 0px 0px 50px rgba(0,0,0,0.1);
  background-color: white;
  position: fixed;
  z-index: 3000;
  top: 20%;
  display: flex;
  flex-direction: column;
  padding: 1rem;
}

#notifications-full-close{
  color: #cccccc;
  font-size: 20px;
  line-height: 20px;
  text-align: right;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  display: block;
}

.pop_close {
  width:100%;
  height: 100%;
}


#notifications-full-close:hover {
  color: rgba(102,102,102,1);
  cursor: pointer;
}
#notifications-full-icon{
  float: left;
  width: 100%;
  font-size: 65px;
  text-align: center;
  height: 65px;
  margin-top: 35px;
  color: #404040;
}
#notifications-full-text{
  text-align: center;
  font-size: clamp(0.6rem, 3.5vw, 1.2rem);
  line-height: 24px;
  color: #404040;
}

#notifications-full-text img.bam {
  width:70%;
  margin-top: -120px;
}
.promoteApp img { width: 48px; }
.promoteApp a { text-decoration: none; }

.animated {
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}

@-webkit-keyframes tada {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }

  10%, 20% {
    -webkit-transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
            transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
  }

  30%, 50%, 70%, 90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
            transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }

  40%, 60%, 80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
            transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }

  100% {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }
}

@keyframes tada {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }

  10%, 20% {
    -webkit-transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
            transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
  }

  30%, 50%, 70%, 90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
            transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }

  40%, 60%, 80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
            transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }

  100% {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }
}

.tada {
  -webkit-animation-name: tada;
          animation-name: tada;
}



/* ==========================================================================
   Need some CSS for the Gret'ol Tooltips
   ========================================================================== */


/* Base styles for the element that has a tooltip */
[data-tooltip],
.tooltip {
  position: relative;
  cursor: pointer;
}

/* Base styles for the entire tooltip */
[data-tooltip]:before,
[data-tooltip]:after,
.tooltip:before,
.tooltip:after {
  position: absolute;
  visibility: hidden;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transition:
    opacity 0.2s ease-in-out,
    visibility 0.2s ease-in-out,
    -webkit-transform 0.2s cubic-bezier(0.71, 1.7, 0.77, 1.24);
  -moz-transition:
    opacity 0.2s ease-in-out,
    visibility 0.2s ease-in-out,
    -moz-transform 0.2s cubic-bezier(0.71, 1.7, 0.77, 1.24);
  transition:
    opacity 0.2s ease-in-out,
    visibility 0.2s ease-in-out,
    transform 0.2s cubic-bezier(0.71, 1.7, 0.77, 1.24);
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform:    translate3d(0, 0, 0);
  transform:         translate3d(0, 0, 0);
  pointer-events: none;
}

/* Show the entire tooltip on hover */
[data-tooltip]:hover:before,
[data-tooltip]:hover:after,
.tooltip:hover:before,
.tooltip:hover:after {
  visibility: visible;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

/* Base styles for the tooltip's directional arrow */
.tooltip:before,
[data-tooltip]:before {
  z-index: 1001;
  border: 6px solid transparent;
  background: transparent;
  content: "";
}

/* Base styles for the tooltip's content area */
.tooltip:after,
[data-tooltip]:after {
  z-index: 1000;
  padding: 8px;
  width: 160px;
  background-color: #000;
  background-color: hsla(0, 0%, 20%, 0.9);
  color: #fff;
  content: attr(data-tooltip);
  font-size: 14px;
  line-height: 1.2;
}

/* Directions */

/* Top (default) */
[data-tooltip]:before,
[data-tooltip]:after,
.tooltip:before,
.tooltip:after,
.tooltip-top:before,
.tooltip-top:after {
  bottom: 100%;
  left: 50%;
}

[data-tooltip]:before,
.tooltip:before,
.tooltip-top:before {
  margin-left: -6px;
  margin-bottom: -12px;
  border-top-color: #000;
  border-top-color: hsla(0, 0%, 20%, 0.9);
}

/* Horizontally align top/bottom tooltips */
[data-tooltip]:after,
.tooltip:after,
.tooltip-top:after {
  margin-left: -80px;
}

[data-tooltip]:hover:before,
[data-tooltip]:hover:after,
[data-tooltip]:focus:before,
[data-tooltip]:focus:after,
.tooltip:hover:before,
.tooltip:hover:after,
.tooltip-top:hover:before,
.tooltip-top:hover:after {
  -webkit-transform: translateY(-12px);
  -moz-transform:    translateY(-12px);
  transform:         translateY(-12px);
}

/* Left */
.tooltip-left:before,
.tooltip-left:after {
  right: 100%;
  bottom: 50%;
  left: auto;
}

.tooltip-left:before {
  margin-left: 0;
  margin-right: -12px;
  margin-bottom: 0;
  border-top-color: transparent;
  border-left-color: #000;
  border-left-color: hsla(0, 0%, 20%, 0.9);
}

.tooltip-left:hover:before,
.tooltip-left:hover:after {
  -webkit-transform: translateX(-12px);
  -moz-transform:    translateX(-12px);
  transform:         translateX(-12px);
}

/* Bottom */
.tooltip-bottom:before,
.tooltip-bottom:after {
  top: 100%;
  bottom: auto;
  left: 50%;
}

.tooltip-bottom:before {
  margin-top: -12px;
  margin-bottom: 0;
  border-top-color: transparent;
  border-bottom-color: #000;
  border-bottom-color: hsla(0, 0%, 20%, 0.9);
}

.tooltip-bottom:hover:before,
.tooltip-bottom:hover:after {
  -webkit-transform: translateY(12px);
  -moz-transform:    translateY(12px);
  transform:         translateY(12px);
}

/* Right */
.tooltip-right:before,
.tooltip-right:after {
  bottom: 50%;
  left: 100%;
}

.tooltip-right:before {
  margin-bottom: 0;
  margin-left: -12px;
  border-top-color: transparent;
  border-right-color: #000;
  border-right-color: hsla(0, 0%, 20%, 0.9);
}

.tooltip-right:hover:before,
.tooltip-right:hover:after {
  -webkit-transform: translateX(12px);
  -moz-transform:    translateX(12px);
  transform:         translateX(12px);
}

/* Move directional arrows down a bit for left/right tooltips */
.tooltip-left:before,
.tooltip-right:before {
  top: 3px;
}

/* Vertically center tooltip content for left/right tooltips */
.tooltip-left:after,
.tooltip-right:after {
  margin-left: 0;
  margin-bottom: -16px;
}

#contactMsg {
  width: 600px;
  height: 100px;
}







.table {
  margin: 0 0 40px 0;
  width: 100%;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
  display: table;
}
@media screen and (max-width: 580px) {
  .table {
    display: block;
  }
}

.row {
  display: table-row;
  background: #fff;
  font-weight: 300;
  font-size: 15px;
}
.row:nth-of-type(odd) {
  background: #f1f2f6;
}
.row.header {
  font-weight: 600;
  color: #ffffff;
  background: #33455e;
  height: 42px;
  line-height: 42px;
}
.row.green {
  background: #27ae60;
}
.row.blue {
  background: #2980b9;
}
@media screen and (max-width: 580px) {
  .row {
    padding: 14px 0 7px;
    display: block;
  }
  .row.header {
    padding: 0;
    height: 6px;
  }
  .row.header .cell {
    display: none;
  }
  .row .cell {
    margin-bottom: 10px;
  }
  .row .cell:before {
    margin-bottom: 3px;
    content: attr(data-title);
    min-width: 98px;
    font-size: 10px;
    line-height: 10px;
    font-weight: bold;
    text-transform: uppercase;
    color: #969696;
    display: block;
  }
}

.cell {
  padding: 12px 12px;
  display: table-cell;
  min-height: 55px;
  vertical-align: middle;
}

.cell .itemRowTitle {min-height:55px;vertical-align: middle;display: table-cell;}

@media screen and (max-width: 580px) {
  .cell {
    padding: 2px 16px;
    display: block;
  }
}

.cellTitleWrapper {
  display: table;
}

.cell img {
  margin-right:10px;
  width: 55px;
  height: 55px;
  border-radius: 3px;
  float: left
}

a.removeBtn {
  border:1px solid #ea6153;
  padding:6px 10px;
  color: #333;
  border-radius: 2px;
  font-size: 13px;
}

a.removeBtn:hover {
  color: #ea6153;
}

.editable {
  border: 1px solid #ccc;
}

.cell.cellbtn {text-align: right;padding-right: 20px;}

@media screen and (max-width: 580px) {
  .cell.cellbtn {
    text-align: left;
  }
}


.editCollection {
  display:none;
  font-weight: bold;
}
.editCollection input[type=text] {
  margin-left: 15px;
  width: 33%;
  font-weight: normal;
}

/* Stripe */
.StripeElement {
  background-color: white;
  height: 40px;
  padding: 10px 12px;
  border-radius: 4px;
  border: 1px solid transparent;
  box-shadow: 0 1px 3px 0 #e6ebf1;
  -webkit-transition: box-shadow 150ms ease;
  transition: box-shadow 150ms ease;
}

.StripeElement--focus {
  box-shadow: 0 1px 3px 0 #cfd7df;
}

.StripeElement--invalid {
  border-color: #fa755a;
}

.StripeElement--webkit-autofill {
  background-color: #fefde5 !important;
}

#history {
  display: flex;
  text-align: center;
  margin-left: 2em;
  margin-right: 2em;
}

.cookieinfo {
  font-family: 'Source Sans Pro',"Trebuchet MS", "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Tahoma, sans-serif !important;
  font-weight: 400 !important;
  font-style: normal !important;
}

.cookieinfo a {
  color: #33455e !important;
  text-decoration: underline !important;
}

.cookieinfo .cookieinfo-close {
  background-color: #33455e !important;
  border-radius: 0 !important;
  color: white !important;
}

/* Edit your profile - Trading */
.formWrapper form#details {
  width: 100%;
  max-width: 100%;
}

#editProfile {
  position: relative;
  width: 100%;
  display: flex;
}

#editProfile .profilePicHolder {
  position: relative;
  margin: default;
  width: 176px;
  height: 176px;
  border-radius: 100px
}

.userToSwitchTo.selected {
  background-color: #999999;
}
.userToSwitchTo:hover {
  background-color: #aaaaaa;
}

#coreInfo {
  float: left;
  padding-right: 5%;
  width: 50%;
}

#tradingOptions {
  float: left;
  width: 50%;
}

/* SCENES */

.taggingUIContainer {
  position: absolute;
  height: 50%;
  width: 250px;
  z-index: 1;
}

.taggingUIPointer {
  width: 0px;
  height: 0px;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-bottom: 20px solid black;
  margin: 0 auto;
}

.taggingUIContent {
  position: relative;
  background: rgba(0, 0, 0, 0.8);
  opacity: 1;
  flex: 5;
  height: 400px;
}

.sceneItemList {
  display: flex;
  flex-direction: column;
  margin: 1%;
}

.taggingUIContainer ::-webkit-scrollbar {
  width: 20px;
}

.taggingUIContainer ::-webkit-scrollbar-thumb {
  background: #33455e;
  border-radius: 10px;
}

.sceneItem {
  list-style: none;
  border: 1px black solid;
  border-radius: 10px;
  background: #1b1b1b;
  margin: 0 auto;
  height: 50px;
  padding-left: 10px;
  display: flex;
  align-items: center;
}

.sceneItem span {
  color: whitesmoke;
}

.sceneItem:hover {
  background: #2b2b2b;
  cursor: pointer;
}

.tagPointer {
  height: 0px;
  width: 0px;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid black;
}

.tagContainer {
  position: absolute;
  transform-origin: right;
  display: flex;
  width: 100px;
  flex-direction: column;
  align-items: center;
  cursor: pointer;
}

.tagTitle {
  background: #1b1b1b;
  color: whitesmoke;
  padding: 0.25em 0.5em;
  border-radius: 0.25em;
  cursor: pointer;
}

.tagTitle:hover {
  color: #d11;
  background-color: #dedede;
}

.tagBox:hover {
  background: rgba(255, 255, 255, 0.5);
}

.tagDelete {
  color: #ad0000 !important;
  margin-left: 5px;
}

.tagDelete:hover {
  color: #e40000 !important;
  cursor: pointer;
}

.sceneImgContainer {
  position: relative;
  width: 98%;
  flex: 2;
  margin: auto;
}

.sceneImg img {
  user-select: none;
  -webkit-user-drag: none;
  -khtml-user-drag: none;
  -moz-user-drag: none;
  -o-user-drag: none;
  user-drag: none;
}

.sceneSidebar {
  padding: 1%;
  max-height: 100%;
  flex: 1;
}

.scenesWrapper {
  width: 100%;
  display: inline-flex;
}

.userListScroll {
  max-width: 100%;
}

.btn {
  max-height: 44px;
  line-height: 20px!important;
}

.itemButtons {
  display: flex;
}

.overlayBtnContainer {
  display: flex;
  justify-content: center;
  align-items: baseline;
  height: auto;
  margin-top: 0.5em
}

.overlayHeader {
  height: 4em;
  background-color: #313b54;
  margin-left: -6px;
  margin-right: -6px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: inherit
}

/* THING DISPLAY */

/* Added tooltip to show shipping costs */
.shippingTooltiptext {
  opacity: 0;
  font-size: small !important;
  width: max-content !important;
  background-color: black;
  color: #fff !important;
  text-align: center;
  padding: 5px;
  border-radius: 6px;
  top: 5px !important;
  left: 100% !important;
  z-index: 1;
  transition: opacity 0.5s;
}

.priceCount:hover .shippingTooltiptext {
  opacity: 1;
  transition: opacity 0.5s;
}

.priceCount .shippingTooltiptext::after {
  content: " ";
  position: absolute;
  top: 50%;
  right: 100%; /* To the left of the tooltip */
  margin-top: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: transparent black transparent transparent;
}

/** Social Sharing Buttons **/

.socialLoginWrapper {
  /* margin: 20px 0; */
}

.socialLoginButtonsWrapper {
  margin: 20px 0;
}

/* Spaces sale status and share buttons */
.headerBottom {
  display: flex;
  justify-content: space-between;
}

#shareButtons.flexShare {
  color: black;
  display: flex;
  margin-bottom: 1rem;
  align-items: center;
  justify-content: space-around;
}

#shareButtons a {
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: #fff;
  opacity: 0.75;
  transition: opacity 0.15s linear;
  margin: 0 0.25rem;
}

#shareButtons a:hover {
  opacity: 1;
}

.facebook {
  background: #3b5998;
}

.twitter {
  background: #55acee;
}

.reddit {
  background: #ff5700;
}

.selectthing {
  width: auto;
}

#searchThings {
  width: 75%
}

.hoardarHelp {
  margin-left:20px;
}

.compact {
  position: relative;
  width: 100%;
  height: 32px; padding-left: 16px;
  line-height: 32px;
  background-color: #efefef;
  text-align: left;
  z-index: 5;
  display: none;
}

.full {
  position: relative;
  z-index: 5;
}

.upArrow {
  position: absolute;
  top: 5px;
  right: 5px;
  z-index:10;
}

.upArrow.rotated {
  transform: rotate(180deg);
}

.upArrow img {
  width: 16px;
  height: 16px;
}

.wait {
  width: 100%;
  text-align: center;
}
.wait img {
  height: 100px;
}
