*{
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
}
/*00bff3
0099b5*/
body{
    padding: 0;
    margin: 0;
    font-family: "Segoe UI";
}
::selection{
    color: #000;
    background-color: #ff6835;
}
.Left::-webkit-scrollbar,
.Middle::-webkit-scrollbar,
.Right::-webkit-scrollbar{
    display: none;
}

.Top{
    display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    align-items: center;
    justify-content: center;
    background-color: #26282a;
    font-size: 15pt;
    position: relative;
    z-index: 1;
    height: 79px;
    color: #000000;
    padding: 0;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
.Footer{
    display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    align-items: center;
    justify-content: center;
    background-color: #26282a;
    font-size: 15pt;
    position: relative;
    z-index: 1;
    height: 30px;
    color: #000000;
    margin: 0;
    padding: 0;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
.container{
    position: relative;
    display: flex;
    overflow: hidden;
    height: 100vh;
    width: 100%;
    margin-top: -80px;
    margin-bottom: -30px;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    will-change: overflow;
    padding-top: 80px;
    padding-bottom: 30px;
}
.rightHome{
    position: absolute;
    right: 0;
    bottom: 2px;
    margin: 0;
}
.home{
    position: absolute;
    left: 0;
    bottom: 2px;
    margin: 0;
}

.rightHome li,
.home li,
.inRightHome li{
    width: 40px;
    display: inline;
    /*margin: auto;*/
    bottom: 0;
    outline-width: 0;
    padding-left: 10px;
    padding-right: 10px;
}
.rightHome li:active,
.home li:active,
.inRightHome li:active{
    color: red;
}
a{
    padding: 0;
    margin: 0;
    background-color: transparent;
    text-decoration: none;
    color: #c9c9c9;
}
countryTage{
    padding: 0;
    margin: 3px;
    background-color: transparent;
    text-decoration: none;
    color: #000000;
}
a:hover, .inRightHome:hover,.menuIco:hover{
    cursor: pointer;
    -webkit-filter: invert( 100%);
    filter: invert(100%);

}
.rightHome li> #Dazh{
    font-size: 25pt;
}
.searchContainer{
    width: 30%;
    align-items: center;
    position: absolute;
    margin: auto;
    top:-20px;
    height: 40px;
}
.searchContainer {
    position: relative;
}
.searchContainer input[type=image]{
    width: 50px;
    position: absolute;
    right: -50px;
    top: -10px;
    opacity: 1;
    filter: alpha(opacity=100);
}
.searchContainer input{
    width: 100%;
    padding: 8px 12px;
    margin: 8px 0;
    box-sizing: border-box;
    font-size: 12px;
    border: none;
    padding-right: 10px;
    border-bottom: 2px solid black;
    border-bottom-left-radius: 12px;
    /*background-color: transparent;*/
    outline-width: 0;
    opacity: 0.4;
    filter: alpha(opacity=40);

}

.productContainer{
    width: 250px;
    margin: 7px;
    margin-top: 14px;
    height: 535px;
    align-content: center;
    display: inline-table;
}
.productContainer
.insideContainer{
    width: 100%;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    height: auto;
    border: 2px solid #25282a;
    overflow: hidden;
    margin-bottom: 5px;
}
.attribute{
    background-color: #ebebeb;
    overflow: hidden;
    margin: 10px;
    padding: 3px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
.attribute .attrName{
    padding: 10px;
    font-weight: bold;
}
input[type=button],
input[type=submit],
button{
    margin: 5px;
    width: 150px;
    outline-width: 0;
    margin-left: 20%;
    color: #ebebeb;
    border: none;
    height: 30px;
    border-radius: 12px;
    background-color: #151515;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.Middle{
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    display: -webkit-flex;
    display: flex;
    position: relative;
    overflow: auto;
    height: auto;
    padding: 0;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: none;
}
.MiddleContainer{
    padding: 0;
    padding-bottom: 100px;
    margin: 0;
    height: auto;
    width: 100%;
    position: absolute;
}
.Right{
    padding-top: 5px;
    width: 10.5rem;
    border-left: 2px solid #25282a;
    background-color: #36393b;
    box-shadow: 0 4px 8px 4px rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    z-index: 1;
    position: relative;
}
/*Login CSS*/
.frmContainer{
    width: 100%;
    height: auto;
    margin: 0;
}
form[name=frmShipment],
form[name=frmSignUp],
form[name=frmProductDetail],
form[name=frmRegisterCompany]
{
    width: 250px;
    height: auto;
    margin: 10px;
    margin-bottom: 0;
}
form[name=frmSignUp]{
    float: right;
    display: none;
}
form[name=frmShipment],
form[name=addCountry],
form[name=frmProductDetail],
form[name=frmRegisterCompany]{
    /*--float: left;*/
    margin: auto;
    margin-top: 10px;
    width: 300px;
    /*box-shadow: 0 4px 8px 4px rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);*/
}
form[name=ChangePassword],
form[name = forgetPassword]{
    margin: auto;
    margin-top: 10px;
    width: 450px;
}
form input[type=text], form input[type=password], .edtAblDtl input[type=text], .editComDtl input[type=text]{
    width: 100%;
    height: 20px;
    font-weight: bold;
    border: none;
    border-bottom: 2px solid #515658;
    border-left: 1px solid #202026;
    border-bottom-left-radius: 12px;
    outline-width: 0;
    padding: 10px;
    color: #25282a;
    margin-bottom:8px ;
}
input[type=text]:hover,
input[type=password]:hover,
input[type=button]:hover,
input[type=submit]:hover,
input[type=image]:hover,
select:hover{
    cursor: hand;
    filter: invert(90%);
    -webkit-filter: invert(90%);
    -ms-filter: invert(90%);
}
form table,form table tr{
    width: 100%;
}
select option{
    font-weight: bold;
    background-color: #202026;
    color: #626769;
}
select[name=dobDay],
select[name=dobMonth]{
    width: 24%;
    height: 30px;
    padding: 0;
    margin: 0;

}
select[name=dobYear]{
    width: 47.6%;
    height: 30px;
    padding: 0;
    margin: 0;
}
select[name=country],
select[name=cusGender],
select[name=empType],
select[name=currency],
select[name=comType],
select[name=quality]{
    width: 100%;
    height: 30px;
}
select[name=country],
select[name=currency],
select[name=cusGender],
select[name=empType],
select[name=dobDay],
select[name=dobMonth],
select[name=dobYear],
select[name=comType],
select[name=quality]{
    font-weight: bold;
    color: #25282a;
    outline-width: 0;
    border: 2px solid #202026;
    border-left: 1px solid #202026;
    border-bottom-left-radius: 12px;
}

form[name=frmSignIn]{
    width: 90%;
    height: auto;
    margin: auto;
}
form[name=frmSignIn] tr td{
    padding-right: 10px;
}
.bottom{
    padding-top: 5px;
    width: 100%;
    height: 50%;
    position: relative;
    display: block;
    border-left: 2px solid #25282a;
    box-shadow: 0 4px 8px 4px rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    z-index: 1;
    float: right;
    margin: 10px;
    overflow: hidden;
}
.afterFrm{
    width: 99%;
    margin: 10px;
    background-color: #ebebeb;
    float: left;
}
.afterFrm p::first-letter{
    font-weight: bold;
    font-size: xx-large;
}
h1{
    padding: 5px;
}
.CardOptions{
    display: none;
    right: 10px;
    top: 87px;
    width: 40%;
    height: auto;
    max-height: 87%;
    margin: auto;
    position: fixed;
    z-index: 2;
    background-color: #26282a;
    box-shadow: 0 4px 8px 4px rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    color: white;
    overflow: hidden;
    overflow-y: auto;
    cursor: move;
    padding: 0.5em;
}
.cardMiddle{
    width: 100%;
    height: 100%;
    padding-bottom: 10px;
    margin: 0;
}
.cardContainer{
    width: 80%;
    margin: auto;
}
.cardContainer input,
.cardContainer table,
.cardContainer tr,
.cardContainer td,
#Countries,
#Countries tr{
    width: 70%;
    margin: auto;
    border-collapse: collapse;
}
/*.cardContainer table tr td{*/
    /*border: 1px solid red;*/
    /*border-collapse: collapse;*/
/*}*/
.cardContainer table .btnCardDelete{
    margin: 5px;
    width: 50px;
    background-color: #515658;
}
.cardContainer th{
    margin: 0;
    padding: 8px;
    /*border: 1px solid red;*/
}
#orderTotal,
.cardContainer td{
    text-align: center;
}
.cardContainer legend{
    color: white;
}
.hideCard,.close{
    margin: 10px;
    color: white;
    position: relative;
    float: left;
    font-weight: bold;
    font-size: 25px;
}
.hideCard:hover, .close:hover, .hideCard2:hover{
    color: #151515;
    cursor: pointer;
}
.hideCard2{
    margin: 0 10px 10px 10px;
    color: #ffeb3b;       /* Yellow hide icon */
    position: relative;
    float: left;
    clear: left;          /* ⬅️ Forces it below .close */
    font-weight: bold;
    font-size: 22px;
    cursor: pointer;
}
.errorMessage,
.message{
    width: 30%;
    height: 200px;
    position: fixed;
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
    overflow-x: auto;
    z-index: 20;
    margin: auto;
    margin-top: 10px;
    text-align: center;
    box-shadow: 0 4px 8px 4px rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    -moz-animation: hid 0s ease-in 5s forwards;
    -webkit-animation: hid 0s ease-in 5s forwards;
    -o-animation: hid 0s ease-in 5s forwards;
    animation: hid 0s ease-in 5s forwards;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    color: white;

}
.errorMessage p,
.message p{
    margin: 20px;
    color: white;
    position: relative;
}
.message{
    background-color: #25282a;
}
.errorMessage{
    background-color: red;
}
/*@keyframes hid {
    0%{opacity: 1;}
    50%{opacity: 0.5;}
    80%{opacity: 0.3;}
    100%{
        !*opacity: 0;*!
        display: none;
    }
}
@-webkit-keyframes hid {
    0%{opacity: 1;}
    50%{opacity: 0.5;}
    80%{opacity: 0.3;}
    100%{
        !*opacity: 0;*!
        display: none;
    }
}*/
.Right a{
    font-size: small;
}
.companyContainer,
.orderContainer{
    margin: auto;
    margin-top: 10px;
    margin-bottom: 10px;
    width: 60%;
    background-color: #eeeeee;
    box-shadow: 0 4px 8px 4px rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    padding: 0 10px 10px 10px;
    height: 300px;
    position: relative;
    min-width: 400px;
}
.companyInsideContainer{
    width: 100%;
    height: 100%;
    position: relative;
    background-color: white;
    padding: 0 10px 10px 10px;
}
.companyBanner,
.orderBanner{
    height: 110px;
    background-color: #25282a;
    position: relative;
    width: 100%;
    padding: 10px;
    box-shadow: 0 4px 8px 4px rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    color:white;
}
.companyBanner span,
.orderBanner label{
    color: white;
}
.companyInsideContainer .companyBanner{
    color: white;
}
.companyBanner img{
    border-radius: 50%;
    width: 70px;
    height: 70px;
}
.companyBanner table{
    position: absolute;
    left: 90px;
    top: 40px;
}
.companyBanner #companyName{
    font-weight: bold;
}
.companyInsideContainer .body{
    margin-top: 10px;
}
a[name=comLink],
.companyInsideContainer input[type=submit]{
    position: absolute;
    bottom: 10px;
    right: 28px;
}
form[name=logOut] input[type=submit]{
    margin-left: 5px;
}
.insideContainer{
    margin-top: 3px;
}
.cardContainer fieldset table input[type=submit]{
    width: 70px;
}
.mainMessage{
    text-align: center;
}
.asCompany{
    width: 50%;
    overflow-y: auto;
    padding: 10px;
    height: auto;
    max-height: 100%;
    position: absolute;
    right: 5px;
    bottom: 60px;
    z-index: 2;
    background-color: #eeeeee;
    box-shadow: 0 4px 8px 4px rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    display: none;
    color: black;
}
.asCompany table{
    margin-top: 10px;
    width: 100%;
}
.asCompany table tr td{
    padding: 5px;
}
.asCompany form input[type=button]{
    width: auto;
    padding: 10px;
}
.orderContainer{
    width: 90%;
    height: auto;
    margin-top: 10px;
    overflow: auto;
    margin-bottom: 30px;
}
.orderContainer #OrderTbl{
    width: 100%;
    margin-top: 15px;
    border-collapse: collapse;
    border: 1px solid gainsboro;
}
.orderContainer #OrderTbl th{
    border: 1px solid gainsboro;
    border-bottom: 2px solid black;
    text-align: left;
    padding: 5px;
}
.orderContainer #OrderTbl td{
    border: 1px solid gainsboro;
    padding: 5px;

}
.orderContainer #OrderTbl td a{
    color: #222222;
}
.orderContainer #OrderTbl tr:nth-child(even),
.tbl-specs tr:nth-child(even),
.edtSpecs tr:nth-child(even),
#Countries tr:nth-child(even){
    background-color: #8c8c8c;
    color: white;
}
.orderContainer #OrderTbl tr:hover, .tbl-specs tr:hover, .edtSpecs tr:hover, #Countries tr:hover {
    background-color: #666666;
}
.orderBanner table td span{
    color: darkgray;
}
.orderBanner table td{
    padding-left:10px ;
}
.orderBanner div  {
    text-align: center;
}
.orderBanner a{
    position: absolute;
    right: 10px;
    top: 5px;
}
.orderBanner .notAbsolute{
    position: relative;

}
.lastRowTotal td{
    text-align: center;
}
.tblChoseComOrder{
    margin: auto;
    box-shadow: 0 4px 8px 4px rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    border: 1px solid gainsboro;
    border-collapse: collapse;
}
.tblChoseComOrder td{
    border: 1px solid gainsboro;
    border-collapse: collapse;
    padding: 10px;
}
.tblChoseComOrder td input,
#Countries td input{
    margin: 0;
}
.Right input[type=button]{
    margin-left: 5px;
    background-color: white;
    color: black;
    font-weight: bold;
}
.Right .asCompany{
    top: 5px;
    left: -20.1em;
    width: 400px;
    height: auto;
}
.toMyComOr{
    width: 100%;
    border-collapse: collapse;

}
.toMyComOr caption{
    margin-bottom: 5px;
}
/*.toMyComOr,
.toMyComOr tr td table,
.toMyComOr tr, .toMyComOr tr td table tr,
.toMyComOr tr td, .toMyComOr tr td table tr td,
.toMyComOr tr th ,.toMyComOr tr td table tr th*/
.toMyComOr tr td div{
    position: relative;
    padding-top: 15px;
}
.toMyComOr tr td div div{
    padding: 5px;
    background-color: #fbfbfb;
    margin: 5px;
    float: left;
}
.attr{
    font-weight: bold;
}
.loadOrder{
    position: absolute;
    right: 0;
    top: 0;
}
.toMyComOr,
.toMyComOr tr,
.toMyComOr tr td,
.toMyComOr tr th {
    border-collapse: collapse;
    padding-bottom: 10px;
}
.toMyComOr td, .toMyComOr tr{
    padding-bottom: 10px;
    border-bottom: solid 1px #b1b1b1;
}

.toMyComOr tr:hover{
    box-shadow: 0 4px 8px 4px rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.03);
}
.toMyComOr tr td table tr:hover{
    box-shadow: none;
}
.toMyComOr tr td div input[type=button]{
    margin: 0;
}

.toMyComOrContainer{
    box-shadow: 0 4px 8px 4px rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.03);
    padding: 10px;
    margin: auto;
    margin-top: 10px;
    width: 86%;
    height: auto;
    overflow: auto;
}
.appendedOrder{
    width: 100%;
    margin: auto;
    background-color: #36393b;
    background-color: rgba(54, 57, 59, 0.3);
    height: auto;
    float: left;
}
.appendedOrder div span{
    float: none;
    display: block;
}
form[name=completeOrder],form[name=paymentMethodFrm]{
    /*--float: left;*/
    margin: auto;
    margin-top: 10px;
    width: 400px;
    /*box-shadow: 0 4px 8px 4px rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);*/
    position: relative;
}
form[name=completeOrder] input[type=submit]{
    margin-left: 40%;
}

.NotSeen{
    background-color: #c3c3c3;
}
.Accepted{
    background-color: #8ab999;
}
.Canceled{
    background-color: #9f546d;
}
.Completed{
    background-color: #c5c78f;
}
.Processing{
    background-color: #c7bf5d;
}
.orderCShipRequest td{
    padding: 2px;
}
.NotAccepted{
    background-color: #b98f0f;
}
.NotPaid{
    background-color: #50a7b9;
}
.Incomplete{
    background-color: #866db9;
}
.pro_detail{
    width: 800px;
    height: auto;
    margin: auto;
    margin-top: 10px;
    overflow: auto;
    position: relative;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
.pro_detail #proImg{
     display: block;
     margin: auto;
    padding: 5px;
}
.pro_detail .tbl-specs, .edtSpecs{
    margin: auto;
}
.pro_detail #proDescribe{
    margin: 10px;
    background-color: black;
    color: white;
}
.pro_detail .tbl-specs tr td, .edtSpecs tr td{
    padding: 4px;
}

.tblContainer{
    margin: auto;
    width: 80%;
    margin-top: 10px;
    overflow: auto;

}
.tblContainer .tblCat{
    /*border: 1px solid red;*/
    border-collapse: collapse;
    /*width: 100%;*/
}

.tblContainer .tblCat td{
    padding: 5px;
    border-bottom: 1px solid #ddd;
    width: 100%;
}
.tblContainer .dataTbl{
    width: 100%;
    text-align: center;
}
.tblContainer .tblCat tr:nth-child(even), .tblContainer, .dataTbl tr:nth-child(even){background-color: #f2f2f2}
.tblContainer table tr:hover {
    background-color: #dfdfdf;
}
.tblContainer #print{
    width: auto;
    margin: 0;
    float: right;
}
.tblCat .unColl{
    color: red;
    width: 40px;
}
.tblCat input[type=button], .dataTbl input[type=button]{
    margin: 0;
    width: auto;
}
.comBrief{
    display: inline-block;
    margin: 10px;
    padding: 10px;
    width: 450px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
.comBrief .comImg, #comImg{
    display: block;
    width: 100px;
    border-radius: 50%;
    margin: auto;
    background-color: #ffffff;
}
.comBrief table
{
    width: 100%;
    margin: auto;
}

.comBrief table tr td input[name=btnComPro]{
    /*float: right;*/
}
.profileUpload{
    width: 80%;
    height: 600px;
    margin: auto;
    margin-top: 10px;
    border: 1px double #dfdfdf;
}
.profilePicHeading, .photoHeading{
    width: 100%;
    padding: 20px;
    text-align: center;
    background-color: #ededed;
    border: 1px double #dfdfdf;
}
.profilePicBody{
    width: 100%;
    height: 100%;

}
#cropDialog{
    display: none;
    width: 100%;
    height: 100%;
    z-index: 5;
    position: fixed;
    left: 0;
    top: 0;
    padding-top: 100px;
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
    overflow: auto;
}
.cropContent{
    width: 90%;
    background-color: #fefefe;
    border: 1px solid #888;
    margin: auto;
    overflow: auto;
}
.closeCrop, .closePro{
    float: right;
    color: #aaaaaa;
    font-weight: bold;
    font-size: 28px;
    margin-right: 10px;
    outline: none;
}
.cropTitle{
    margin-left: 10px;
}
.cropBody{
    position: relative;
    width: 70%;

    margin: auto;
}
.crpBtnDiv{
    margin: auto;
    position: relative;
    margin-top: 10px;
    width: 200px;
    height: 100px;
}
.inputFile{
    width: 280px;
    margin: auto;
}
#cropImage{
    margin: auto;
}
.btnUpAndCropImg, input[type=file]{
    outline-width: 0;
    color: #ebebeb;
    border: none;
    border-radius: 12px;
    background-color: #151515;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
.btnUpAndCropImg:hover, input[type=file]:hover{
    box-shadow: 0 0 0 0;
}
#uploaded_image{
    width: 480px;
    height: 480px;
    margin: auto;
}
#uploadedImage{
    margin: auto;
    width: 480px;
    height: 480px;
    border: 1px solid #ddd;
    padding: 5px;
}
.profileBrief{
    height: 100%;
    width: 100px;
}
#cusIdentity{
    color: #b3b3b3;
    margin-left: 3px;
    width: 100%;
    height: 100%;
}
#cusIdentity span{
    position: absolute;
    float: right;
    margin-top: 20px;
}
.profileBrief img{
    margin-top: 5px;
    border: 3px solid #b3b3b3;
    border-radius: 50%;
    width: 50px;
    height: 50px;
}
.profileBrief div{
    display: inline;
}
.profileBrief:hover{
    cursor: pointer;
}
.profileDetail, .backContainer{
    height: 100%;
    width: 100%;
    z-index: 5;
    position: fixed;
    left: 0;
    top: 0;
    padding-top: 100px;
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
    overflow: auto;
}
.detailContainer, .frontContainer{
    width: 90%;
    border: 1px solid #bebebe;
    margin: auto;
    background-color: white;
    margin-bottom: 10px;
}
.detailHeading{
    width: 100%;
    border: 1px solid #bebebe;
    height: 50px;
    text-align: center;
    font-size: 15px;
    font-weight: bold;
}
.detailBody, .photoBody{
    width: 100%;
    margin-bottom: 5px;
    overflow-x: auto;
}
.detailBody table{
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
    border: 1px solid #ddd;
}
.detailBody td, .detailBody th{
    text-align: left;
    padding: 8px;
}
.detailBody tr:nth-child(even){
 background-color: #f2f2f2;
}
.closeCrop:hover, .closePro:hover{
    color: #000;
    cursor: pointer;
}
.detailBodyImage{
    width: 480px;
    height: 480px;
    margin: auto;

}
.detailBodyImage img{
    width: 480px;
    height: 480px;
    border-radius: 50%;
    border: 5px solid #e6e6e6;
    margin-top: 5px;
}
#detailName input[type=button]{
    margin: 10px;
}
#detailName{
    width: 100%;
    margin: auto;
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 5px;
    display: block;
    background-color:transparent;
}
#detailName a{
    color: black;
}
.pro_detail .bodyBtns{
    width: 100%;
}
.bodyBtns,  .bodyBtns input[type=button], .bodyBtns input[type=submit]{
    position: relative;
    float: right;
    margin: 5px;
}
table td[id=detail]{
    text-align: center;
    font-weight: bold;
}
table td[id=details],  pre[id=details]{
    text-align: center;
}
pre {
    white-space: pre-wrap;       /* css-3 */
    white-space: -moz-pre-wrap;  /* Mozilla, since 1999 */
    white-space: -pre-wrap;      /* Opera 4-6 */
    white-space: -o-pre-wrap;    /* Opera 7 */
    word-wrap: break-word;       /* Internet Explorer 5.5+ */
    text-align: justify;
    padding: 10px;
}
textarea[name=details]{
    width: 100%;
    height: 420px;
    margin: auto;
    resize: none;
}
.proUploadedImage{
    width: 200px;
    margin: 5px;
    height: 200px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    border: 2px solid #888888;
}
.previewImage{
    overflow-x: auto;
}
.slide{
    display: none;
}
.slide img{
    vertical-align: middle;
}
.slideShowContainer{
    max-width: 1000px;
    position: relative;
    margin: auto;
}
.prev, .next{
    cursor: pointer;
    position: absolute;
    top: 50%;
    width: auto;
    padding: 16px;
    margin-top: -22px;
    color: white;
    font-weight: bold;
    font-size: 18px;
    transition: 0.6s ease;
    border-radius: 0 3px 3px 0;
    user-select: none;
}
.next{
    right: 0;
    border-radius: 3px 0 0 3px;
}
.prev:hover, .next:hover{
    background-color: #f1f1f1;
    color: black;
}
.tblTdCenter{
    text-align: center;
    color:red;
}
.appendedOrder .profileBrief{
    width: 22px;
    height: 22px;
    display: block;
    padding: 0;
    margin: 0;
}
.appendedOrder .profileBrief .profileImage{
    width: 22px;
    padding: 0;
    margin: 0;
    height: 22px;
}
.cusProfile:hover{
    cursor: pointer;
}
.note{
    width: 500px;
    margin: auto;
}
.note span{
    text-align: center;
}
.note .bank{
    font-weight: bold;
}
.searchResult{
    width: 30%;
    height: 90%;
    background-color: whitesmoke;
    position: fixed;
    bottom: 1%;
    margin: auto;
    z-index: 123;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    overflow: auto;
    color: black;
    padding: 20px 10px 20px 10px;/*new*/
    display: none;

}
.searchResult .close{
    position: absolute;
    right: 0;
    top: 0;
}
.searchResult a{
    background-color: transparent;
}
.searchResult td{
    width: 100%;
    background-color: #E5E7E9;
}
/*.sits-list span{
    display: block;
}*/
.Top .searchResult{
    z-index: 20;
    top: 40px;

}
.srchTblRslt a{
    color: black;
    display: block;
    margin: 0;
}
.srchTblRslt, .srchTblRslt tr, .srchTblRslt tr td{
    width: 100%;
    text-align: center;
}
.srchTblRslt tr td label{
    color: #5d5d5d;
    font-size: medium;
}
.noProductImage {
    display: block;
    margin: auto;
    width: 40%;
}
.menuIco{
    width: 25px;
}
.sidSignUp{
    position: absolute;
    z-index: 10;
    top:50%;
    left:-90px;
    transform: rotate(-90deg);
    margin: 0;
}
.sidSignUp:hover{
    cursor: pointer;
}
.pagination a {
    padding: 3px;
    margin: 0 2px;
    border: 1px solid #ccc;
    text-decoration: none;
    font-size: smaller;
    color: white;
}
.pagination a:hover {
    background-color: red;
}
.pagination .page.selected {
    background-color: #007bff;
    color: white;
    font-weight: bold;
    border-radius: 4px;
    padding: 3px 3px;
}
.top-left-btn {
    position: absolute;
    top: 0;
    left: 0;
    border: none;
    background: none;
    padding: 10px;
    cursor: pointer;
    font-size: 18px;
}
@media screen and (max-width: 768px){/*IN SMALl screen*/
    .Right{
        display: none;
    }
    .rightHome{
        display: none;
    }
    .inRightHome{
        display: block;
        bottom: 0;
        margin: 0;
        padding: 0;
    }
    .Top .inRightHome{
        position: absolute;
        right: 0;
        bottom: 2px;
        margin: 0;
    }
    .inRightHome li{
        display: block;
    }

    form[name=frmSignUp],
    .CardOptions,
    .productContainer,
    .searchResult{
        width: 95%;
    }
    .searchResult{
        left: 3px;
    }
    .profileUpload{
        width: 95%;
        height: 95%;
    }
    #uploadedImage{
        width: 100%;
        height: 100%;
    }
}
@media screen and (min-width: 768px){
    .rightHome{
        display: block;
    }
    .inRightHome{
        display: none;
        position: relative;
    }
}