*{
    margin: 0;
    padding: 0;
    font-family: "Varela Round", Sans-serif;
}


.fmBody{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    /* padding: 25px; */
    flex-wrap: wrap;
}

.col-lg{
    width: 50%;
    box-sizing: border-box;
}

.boxSquere{
    background-color: #fff;
    padding: 3%;
    box-shadow: 0 5px 15px 3px rgba(206,205,205,.5);
    border-radius: 8px;
    min-height: 150px;
    margin-top: 8px;
}

.titleFilter{
    margin-bottom: 10px;
}

.clearBtn{
    color: #5fcbea;
    font-size: 50%;
    cursor: pointer;
    display: none;
}


#searchCTR{
    width: 100%;
    /* padding: 5%; */
    text-align: right;
}

#SearchBTN{
    padding: 7px 15px;
    margin: 8px;
    background-color: #5fcbea;
    color: #fff;
    border-radius: 10px;
    display: inline-block;
    cursor: pointer;
}


#newSearchBTN{
    padding: 7px 15px;
    margin: 8px;
    background-color: #5fcbea;
    color: #fff;
    border-radius: 10px;
    display: inline-block;
    cursor: pointer;
}

#wishList{
    padding: 7px 15px;
    margin: 8px;
    background-color: #5fcbea;
    color: #fff;
    border-radius: 10px;
    display: inline-block;
    cursor: pointer;
}




#SearchBTN:hover, #newSearchBTN:hover{
    background-color: rgba(76,36,126,0.89);
    box-shadow: 0 0px 0px 0px rgba(255, 255, 255, 0);


}


#shapes, #weight{
    width: 98%;
    display: flex;
    flex-direction: column;
}

#shapes > ul{
    list-style: none;
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

#shapes > ul >li{
    background-color: #ebeaec;
    padding: 2.5% 4%;
    margin: .5%;
    width: 9%;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-radius: 10px;
}

#shapes > ul >li:hover, #weight > #fromToCtr > ul >li:hover, #CPSwraper li:hover, #CPSselector > ul > li:hover, #fluorescence li:hover, #grading_report li:hover, #clarity ul > li:hover, #color ul > li:hover{
    background-color: #5fcbea !important;
}

.imgShape{
    width: 80px;
    /* border: solid 1px; */
    height: 80px;
    background-repeat: no-repeat;
    background-position: center center;
}

#shapes > ul > li > p{
    margin-top: 10px;
}

#fromToCtr{
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;

}
#fromTo{
    width: 25%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;

}

#weightFrom, #weightTo{
    width: 50%;
    height: 30px;
    padding: 10px;
    border-radius: 8px;
    background-color: #fff;
    border: solid 1px #cfcfcf;
    color: #333;
    outline: none;
}

#weight > #fromToCtr > ul{
    list-style: none;
    width: 72%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin-left: 3%;
}

#weight > #fromToCtr > ul >li{
    background-color: #ebeaec;
    padding: 1% 2%;
    margin: .25%;
    width: 18%;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-radius: 10px;
}

#color, #clarity, #grading_report, #fluorescence{
    width: 48.75%;
}

#clarity, #fluorescence{
    margin-left: .25%;
}
#color, #grading_report{
    margin-right: .25%;
}

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

.scrollLabels > p {
    display: flex;
    width: calc(100% / 11);
    /* background-color: red; */
    box-sizing: border-box;
}

#CPSwraper{
    width: 98%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

#cut, #symmetry, #polish{
    width: 30%;
    box-sizing: border-box;
}

#CPSselector{
    width: 8% ;
    padding: 1% 0;
    box-sizing: border-box;
    box-shadow: 0 0px 0px 0px rgba(255, 255, 255, 0);
    min-height: 100%;
    text-align: right;
    border-radius: 0px;
    /* z-index: -50; */
}

#CPSwraper ul, #grading_report ul, #fluorescence ul, #clarity ul, #color ul{
    list-style: none;
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-around;

}

#clarity ul > li, #color ul > li{
    background-color: #ebeaec;
    padding: 2% 4%;
    margin-bottom: 2%;
    width: 15%;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-radius: 10px;
}


#CPSwraper ul > li, #grading_report ul > li, #fluorescence ul > li{
    background-color: #ebeaec;
    padding: 2% 4%;
    width: 15%;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-radius: 10px;
}

#CPSselector ul{
    width: 100%;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: space-between;
    min-height: 100%;
    align-items: flex-end;
}

#CPSselector > ul > li {
    background-color: rgba(206,205,205,.5);
    width: 90% !important;
    margin: 2% !important;
    padding: 5% !important;
    border-radius: 3px;
}

/* filter box */
#filterCTR{
    display: none;
    width: 90%;
    padding-right: 10px;
    background-color: #fff;
    /* border: 2px solid #5fcbea; */
    /* border-right: 0px; */
    /* border-radius: 10px; */
}

#filterCTR ul{
    list-style-type: none;
    padding: 5px;    
}

#filterCTR ul li{
    background-color: rgba(76,36,126,0.89);
    padding: 5px 15px;
    margin: 5px;
    text-align: left;
    border-radius: 10px;
    box-shadow: 0 0 4px 0 rgba(0,0,0,.3);
    display: inline-block;
    color: #fff;

}

#filterCTR ul li span{
    position: relative;
    float: right;
    border-radius: 50px;
    background-color: #fff;
    font-size: 80%;
    padding: 2px 3px;
    margin-left: 8px;
    text-align: center;
    width: 12px;
    height: 15px;
    color: rgba(76,36,126,0.89);
    cursor: pointer;

}



#filterBOXTitle{
    background-color: #5fcbea;
    width: 100%;
    padding: 10px;
    border-top-left-radius: 5px;
}

#filterClear{
    background-color: #5fcbea;
    width: 100%;
    padding: 5px;
    padding-right: 10px;
    border-bottom-left-radius: 5px;
    text-align: center;

}

#filterClear > span:hover{
    background-color: #9e0606;
    color: #fff;
    padding: 2px 10px;
    border-radius: 5px;
}

.LISelected{
    background-color: #02708f !important;
    color: #fff;
    box-shadow: 0 0 4px 0 rgba(0,0,0,.3)

}


#mainFilterCTR{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    width: 100%;
    justify-content: center;
}

/* results */
#results{
    display: none;
    /* background-color: red; */
    min-height: 50px;
    width: 100%
}

table {
    border: none;
    border-collapse: collapse;
    border-spacing: 0;
}

.mainTable{
    width: 100%;
}

.mainTable th{
    background-color: rgba(76,36,126,0.89);
    font-size: 13px;
    color: #fff;
    padding: 4px 2px;
    text-align: center;
    
}

.rowSelected{
    background-color: #5fcbea !important;
}

.mainTable tr{
    text-align: center;
    padding: 7px 2px;
    height: 36px;
    background-color: #f8fdff;
    font-size: 13px;
    border-bottom: 1px #5fcbea solid ;
}

.mainTable tr:nth-child(odd){
    background-color: #fff;
}

.mainTable tr:hover{
    background-color: #5fcbea;
    -webkit-box-shadow: 0px 0px 10px -2px rgba(0,0,0,0.62);
    -moz-box-shadow: 0px 0px 10px -2px rgba(0,0,0,0.62);
    box-shadow: 0px 0px 10px -2px rgba(0,0,0,0.62);
}



#Round{
    background: url(./pic/fmshape_-10.png);
    background-size: 133% 133%;
    background-position: center;
}
#Oval{
    background: url(./pic/fmshape_-03.png);
    background-size: 125% 125%;
    background-position: center;
}
#Cushion{
    background: url(./pic/fmshape_-01.png);
    background-size: 133% 133%;
    background-position: center;
}
#Princess{
    background: url(./pic/fmshape_-04.png);
    background-size: 133% 133%;
    background-position: center;
}
#Emerald{
    background: url(./pic/fmshape_-13.png);
    background-size: 133% 133%;
    background-position: center;
}
#Radiant{
    background: url(./pic/fmshape_-05.png);
    background-size: 133% 133%;
    background-position: center;
}
#Pear{
    background: url(./pic/fmshape_-11.png);
    background-size: 125% 125%;
    background-position: center;
}
#Marquise{
    background: url(./pic/fmshape_-02.png);
    background-size: 99% 125%;
    background-position: center;
}
#Asscher{
    background: url(./pic/fmshape_-09.png);
    background-size: 133% 133%;
    background-position: center;
}
#Heart{
    background: url(./pic/fmshape_-12.png);
    background-size: 133% 133%;
    background-position: center;
}



.Round{
    background: url(./pic/fmshape_white_-10.png) !important;
    background-size: 133% 133% !important;
    background-position: center !important;
}
.Oval{
    background: url(./pic/fmshape_white_-03.png) !important;
    background-size: 125% 125% !important;
    background-position: center !important;
}
.Cushion{
    background: url(./pic/fmshape_white_-01.png) !important;
    background-size: 133% 133% !important;
    background-position: center !important;
}
.Princess{
    background: url(./pic/fmshape_white_-04.png) !important;
    background-size: 133% 133% !important;
    background-position: center !important;
}
.Emerald{
    background: url(./pic/fmshape_white_-13.png) !important;
    background-size: 133% 133% !important;
    background-position: center !important;
}
.Radiant{
    background: url(./pic/fmshape_white_-05.png) !important;
    background-size: 133% 133% !important;
    background-position: center !important;
}
.Pear{
    background: url(./pic/fmshape_white_-11.png) !important;
    background-size: 125% 125% !important;
    background-position: center !important;
}
.Marquise{
    background: url(./pic/fmshape_white_-02.png) !important;
    background-size: 99% 125% !important;
    background-position: center !important;
}
.Asscher{
    background: url(./pic/fmshape_white_-09.png) !important;
    background-size: 133% 133% !important;
    background-position: center !important;
}
.Heart{
    background: url(./pic/fmshape_white_-12.png) !important;
    background-size: 133% 133% !important;
    background-position: center !important;
}

.mediaPic, .mediaPdf, .mediaVid{
    cursor: pointer;
    color: #caf3ff;
}

.mediaPic:hover, .mediaPdf:hover, .mediaVid:hover{
    cursor: pointer;
    color: rgba(76,36,126,0.89);
}

.addWishList{
    cursor: pointer;
    color: rgba(76,36,126,0.89);
}

.addWishList:hover{
    color: black;
}


.removeWishList{
    display: none;
    cursor: pointer;
    color: rgba(76,36,126,0.89);
}

.removeWishList:hover{
    cursor: pointer;
    color: red;
}




#mediaModal{
    position: absolute;
    width: 50vh;
    height: 50vw;
    display: none;
    background-color: #fff;
    box-shadow: 0 10px 20px rgba(0,0,0,0.19), 0 6px 6px rgba(0,0,0,0.23);
    z-index: 50;

}



#testiframe{
    opacity: .5;
    min-height: 500px;
}

#closeModal, #closeParcelModal{
    display: inline-block;
    margin: 10px 0 0 10px;
    cursor: pointer;
    height: 3%;
}





.parcelModal{
    position: relative;
    width: 95%;
    height: 100%;
    display: block;
    background-color: #fff;
    box-shadow: 0 10px 20px rgba(0,0,0,0.19), 0 6px 6px rgba(0,0,0,0.23);
    z-index: 50;
    /* display: flex; */
    flex-direction: column; 
    margin-bottom: 3vw;
}


.shareBTN {
    font-size: 14px;
    padding: 6px 12px;
    margin-bottom: 0;

    display: inline-block;
    text-decoration: none;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;


    background-color: #5fcbea;
    display: flex;
    height: 20px;
    border-radius: 9px;
    color: white;
    flex-direction: row;
    justify-content: center;
    margin-right: 5px;
    margin-left: 2px;
}
.shareBTN:focus,
.shareBTN:active:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}
.shareBTN:hover,
.shareBTN:focus {
    background-color: #02708f;
    text-decoration: none;
    color: white;
}
.shareBTN:active {
    background-image: none;
    outline: 0;
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
}

.whatsappBTN{
    background-color: #00e676;
}


.parcelModalMediaCtr{
    display: flex;
    flex-direction: column;
    /* border: 2px red solid; */
    padding: 2%;
    width: 50%;
    box-sizing: border-box;
}

.parcelModalMediaCtr ul{
    list-style: none;
    margin-bottom: 10px;
}

.parcelModalMediaCtr ul li{
    display: inline-block;
    padding: 10px;
    background-color: #9c9c9c;
    margin: 0 10px;
    border-radius: 10px;
    color: #fff;
    cursor: pointer;
}

.parcelModalMediaCtr ul li:hover{
    background-color: #5fcbea;

}
.parcelFullInfo{
    width: 50%;
    /* border: 2px blue solid; */

}

.mediaBOX{
    background-size: contain;
    background-repeat: no-repeat;
    background-position-x: center;
    height: 100%;
}

.mediaBOXFrame{
    border-width: 0px;
    height: 100%;
}


.modalMediaLinks{
    /* border: 2px blue solid; */
    width: 100%;
    height: 6%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    margin: 2% 0;
}

.parcelModalCtr{
    display: flex;
    flex-direction: row;
    height: 100%;
    padding: 3% 0;

}

.modalMediaLinks > div > span{
    margin-right: 5px;
}

.parcelFullInfo table{
    width: 100%;
    /* border: 2px solid blue; */

}

.parcelFullInfo th{
    padding: 10px 0px;
}

.parcelFullInfo td{
    padding: 5px 0 5px 10px;
}

.parcelFullInfo tr > td:first-child{
    width: 30%;
    font-weight: 600;
}

.parcelFullInfo tr{
    border-bottom: 1px dotted #5fcbea;
    box-sizing: border-box;
}

.parcelFullInfo tr:hover{
    background-color: #aeecff;

}


.picView{
    background-size: contain;
    background-repeat: no-repeat;
    background-position-x: center;
    height: 94%;

}

.vidView{
    height: 94%;

}

.pdfView{
    height: 94%;
}

.picViewFrame{
    height: 100%;
    width: 100%; 
    background-color: red;
    opacity: 0;

}

.vidViewFrame{
    height: 100%;
    width: 100%; 
    /* background-color: blue; */

}


.pdfViewFrame{
    height: 100%;
    width: 100%; 

}
.picViewFrame img{
    width: auto;
    height: 100%;
    margin: 0 auto;
    overflow: hidden;
    border: blueviolet 3px solid;
  }

  #listOfResults{
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
  }