
/* 
    Created on : Jun 10, 2020, 7:33:32 PM
    Author     : Don
*/

/* ************************
  LEFT SIDE - SLIDE-SHOW
***************************/
#construction-div {
    background-image: url(images/control/under-construction.jpg);
    background-size: 100% 100%;
    height: 100%;
    border: 0px solid;
}

.edit-bg {
  background-image: url(backgrounds/dark-wood1.jpg);
  background-repeat: repeat;
  background-attachment: scroll;
  overflow-y: scroll;
  height: 100%;
  border: 0px solid;
}

.edit-div {
    display: inline-block;
    width: 83%;
    height: 100%;
    text-align: center;
}

.cat-title {
    display: none;
    width: 100%;
    text-align: center;
    font-family: Georgia, sans-serif;
    font-size: 50px;
    font-weight: bold;
    font-style: italic;
    color: rgb(0, 128, 128);
    border: 0px;
    padding-top: 7px;
    padding-bottom: 7px;
}

#save-button {
    display: none;
    color: green;
}

#cat-cancel-button {
    display: none;
    color: orange;
}

#cat-undo-button {
    display: none;
}

.parents-div {
    display: inline-block;
    width: 95%;
    height: 100%;
    border-left: 7px;
    text-align: center;
}

.cat-photo {
    width: 410px;
    height: 410px;
    margin: 14px;
    position: relative;
    object-fit: cover; /* contain */
}

.rel {
     position: relative;
     display: inline-block;
     height: 410px;
     width: 410px;
     margin: 14px;
 }
 
 .sold {
    display: inline-block;
    position: absolute;
    cursor: pointer;
    opacity: 0.7;
    top: 108px;
    left: 81px;
 }
 
 .soldSel {
    display: inline-block;
    position: absolute;
    cursor: pointer;
    opacity: 0.7;
    top: 233px;
    left: 276px;
 }
 
 .unsold {
    display: none;
    position: absolute;
    cursor: pointer;
    opacity: 0.7;
    top: 108px;
    left: 81px;
 }
 
 .unsoldSel {
    display: none;
    position: absolute;
    cursor: pointer;
    opacity: 0.7;
    top: 233px;
    left: 276px;
 }
 
.cat-br {
    display: none;
}

.cbox-cont {
    display: none;
    margin-top: 100px;
    background-color: #ffffff; 
    width: 800px;
    height: 780px;
}

.sel-photo {
    display: none;
    position: relative;
    width: 800px;
    height: 660px;
 }
 
 .testing {
    padding-top: 0px; 
 }
 
 #lbDivId:hover {
     cursor: zoom-out;
 }
 
 #lbBkgrnd:hover {
     cursor: zoom-out;
 }

 /*
.title {
    display: none;
    width: 100%;
    height: 40px;
    line-height: 40px;
    background-color: #000000; 
    color: #ffffff;
    font-weight: bold;
    font-size: 14px;
    font-family: Arial;
 }
 */
 
.thumbs-cont {
    display: inline-block;
    text-align: left !important;
    margin-left: 58px;
    margin-bottom: 0px;
}

.thumb-dim {
/*    display: none; */
    width: 96px;
    height: 96px;
    margin-top: 6px;
    margin-right: 6px;
}
/* Next & previous buttons */
.top-prev {
  position: absolute;
  opacity: 0.4;
  margin-top: 300px;
  margin-left: 9px; 
  width: auto;
  padding: 16px;
  background-color: #dcdcdc;
  color: grey;
  font-weight: bolder;
  font-size: 32px;
  border-radius: 25px 25px 25px 25px;
  user-select: none;
  -webkit-user-select: none;
}
.top-next {
  position: absolute;
  opacity: 0.4;
  margin-top: 300px;
  margin-left: -56px; 
  width: auto;
  padding: 16px;
  background-color: #dcdcdc;
  color: grey;
  font-weight: bolder;
  font-size: 32px;
  border-radius: 25px 25px 25px 25px;
  user-select: none;
  -webkit-user-select: none;
}

.prev {
  position: relative;
  bottom: 34px;
  margin-right: 30px; 
  width: auto;
  padding: 16px;
  background-color: #dcdcdc;
  color: grey;
  font-weight: bolder;
  font-size: 32px;
  border-radius: 25px 25px 25px 25px;
  user-select: none;
  -webkit-user-select: none;
}
.next {
  position: relative;
  bottom: 34px;
  margin-left: 28px; 
  width: auto;
  padding: 16px;
  background-color: #dcdcdc;
  color: grey;
  font-weight: bolder;
  font-size: 32px;
  border-radius: 25px 25px 25px 25px;
  user-select: none;
  -webkit-user-select: none;
}

#title-desc {
    display: none;
    vertical-align: top;
    margin-top: 100px;
    border: 0px;
    width: 440px;
    height: 780px;
    overflow: auto;
    padding-left: 4px;
    background-color: whitesmoke;
}

#srchText {
    width: 100%;
    overflow: auto;
    overflow-x: hidden;
}

#preview-button {
    display: inline-block;
}

#desc-line:empty:not(:focus):before{
    opacity: 0.4;
    content:attr(data-text)
}

#title-line:empty:not(:focus):before{
    opacity: 0.4;
    content:attr(data-text)
}

#title-line {
    padding-top: 22px !important;
    font-family: Georgia, sans-serif;
    font-size: 22px;
    font-weight: bold;
    font-style: italic;
    cursor: default;
    border: 0px;
}

#ptext {
    font-size: 19px;
    font-family: Georgia, sans-serif;
    font-weight: bold;
    text-align: center;
}

#price {
    display: inline-block;
    font-size: 19px;
    font-family: "arial";
    font-weight: bold;
    text-align: center;
}

#desc-line {
    text-align: left !important;
    padding-left: 10px;
    padding-right: 10px;
    font-family: Georgia, sans-serif;
    font-size: 17px;
    border: 0px;
}

#submit-button, #clone-button, #delete-button, #move-button, #undo-button, #cancel-button, #save-button, #cat-cancel-button {
    margin-right: 20px;
    cursor: pointer;
}

#submit-button, #sold-button, #category-button, #clone-button, #delete-button, #move-button, #undo-button, #cancel-button, #selectCat {
    display: none;
    margin-top: 8px;
    font-weight: bolder;
}

#submit-button {
    color: darkgreen;
}

#category-button {
    color: blue;
} 

#clone-button {
    color: Purple;
}

#delete-button {
    color: red;
}

#undo-button {
    color: darkblue;
}

#cancel-button {
    color: darkorange;
}

#done-edit {
    display: none;
}

/* *********************
  RIGHT SIDE - CONTROL
************************/
.control-div {
    display: inline-block;
    width: 17%;
    height: 100%;
    vertical-align: top;
    background-color: #cccccc;
    text-align: center;
}

.cat-style {
    display: inline-block;
    text-align: center;
    margin-top: 10px;
    outline: 2px dashed green;
}

.type-style {
    display: inline-block;
    margin-top: 12px;
    outline: 2px dashed green;
}

.bold {
    font-weight: bold;
}

.iblock {
    display: inline-block;
    font-size: 10px;
    font-family: "arial";
    font-weight: bold;
    text-align: center;
    color: blue;
}

#myiform {
  position: relative;
  background-color: #ffffff; 
  width: 126px;
  height: 44px;
  border-width:5px;  
  border-style:dotted;
  border-color: #808080;
}

#file-select {
  position: absolute; 
  padding: 0;
  width: 100%;
  height: 100%;
  margin-left: -9px;
  outline: none;
  opacity: 0;
}

#upload-pic {
   border-style: none; 
   position: absolute;
   width: 30px;
   height: 40px;
   top: 50%;
   left: 50%;
   margin-top: -12px; /* Half the height */
   margin-left: -15px; /* Half the width */
}

#upload-desc {
   margin-bottom: 46px;
}

.thumb-bdr {
   display: none; /* inline-block; */ 
   margin-top: 4px;
   margin-bottom: 4px;
   margin-right: 4px;
   margin-left: 4px; 
   width: 100px;
   height: 100px;
   text-align: center;
}

.img-dim {
    width: 96px;
    height: 96px;
    margin-top: 2px;
}

.slots-avail {
    color: green;
}

#thumbnails {
    display: none;
    text-align: left !important;
    margin-left: 10px;
    margin-bottom: 0px;
}