﻿/* From Template : START */
.w3-button{
	padding: 14px 16px!important;
}

.mySlides {display:none;}

/* From Template: END */



/* Custom Overrides */

/* New Colors */
.w3-hover-gold:hover{
	background-color:#c3a932
}

.w3-gold{
	background-color:#c3a932
}

.w3-gold-light{
	background-color:#cdb544
}

/* Change the parent Dropdown hover color on going through child menu */
.w3-dropdown-hover:hover > .w3-button:first-child,.w3-dropdown-click:hover > .w3-button:first-child{
	background-color:#c3a932!important;
}

/* Change the color of the menu buttons */
.w3-bar .w3-button:hover{
	background-color:#c3a932!important;
}
/* Change the color of the Mobile Menu buttons */
.w3-bar-block .w3-button:hover{
	background-color:#c3a932!important;
}

/* This is to make a similar button, but without having the hover effects on */
.w3-button-hoverless{
	padding: 14px 16px!important;
	display:inline-block;
	vertical-align: middle;
	border:none;
	outline:0;
	text-decoration:none;
	text-align:center;
	cursor:pointer;
	/*white-space:nowrap;*/
}

/* -- Inno Solutions --- */


.productHyperlink {
    text-decoration: none;
    color: black;   
}

.categoryBox {
    padding: 3px;
    background-color: #727AC6;
    color: whitesmoke;
    font-size: 13pt;
    width: 150px;
    border-style: solid;
    border-width: 1px;
    border-color: black;
    cursor: pointer;
    float:left;
    margin-right:5px;
    margin-bottom:5px;
}

.categoryBoxHighlighted {
    padding: 3px;
    background-color: #494E7E;
    color: whitesmoke;
    font-size: 13pt;
    width: 150px;
    border-style: solid;
    border-width: 1px;
    border-color: black;
    cursor: pointer;
    float:left;
    margin-right:5px;
    margin-bottom:5px;
}

.productBox {
    border-style: solid;
    border-width: 1px;
    border-color: black;
    background-color: white;
    padding: 5px;
    width: 200px;
    margin-right: 7px;
    margin-bottom: 7px;
    float:left;
    height: 300px;
    overflow: hidden;
}

.requestBox {
    border-style: solid;
    border-width: 1px;
    border-color: black;
    background-color: white;
    padding: 5px;
    width: 200px;
    margin-right: 7px;
    margin-bottom: 7px;
    float:left;
    height: 210px;
    overflow: hidden;
}

.requestHomePageBox {
    border-style: solid;
    border-width: 1px;
    border-color: black;
    background-color: white;
    padding: 10px;
    margin-right: 7px;
    margin-bottom: 7px;
    overflow: hidden;
}

.productBoxImage {
    border-style: solid;
    border-width: 1px;
    border-color: black;
    width: 180px;
    height: 180px;
    overflow: hidden;
    margin: 0 auto;
}

.productBoxImage img {
    max-width: 100%;
    max-height: 100%;
}

.productBoxName {
    font-size: 12pt;
    font-weight: bold;
    /*text-align: center;*/
    padding-top: 10px;
    padding-bottom: 10px;
}

.productBoxPrice {
    border-style: solid;
    border-width: 1px;
    border-color: black;
    background-color: whitesmoke;
    font-weight: bold;
    font-size: 10pt;
    width: 200px;
    padding: 10px;
    margin: 0 auto;
    text-align: center;
    color:#f00b0b;
}

.productBoxWarranty {
    border-style: solid;
    border-width: 1px;
    border-color: black;
    background-color: whitesmoke;
    font-weight: bold;
    font-size: 10pt;
    width: 130px;
    padding: 5px;
    margin: 0 auto;
}


.productDetailTitle {
    font-weight: bold;
    font-size: 12pt;
    text-align: center;
    padding: 10px;
    background-color: whitesmoke;
}

.productDetailSubTitle {
    font-weight: bold;
    font-size: 12pt;
    text-align: left;
    padding-top: 5px;
    padding-bottom: 5px;
    text-decoration: underline;
}

.productDetailTable td {
    padding: 4px;
    vertical-align: top;
}

.productText {
    text-align: justify;
    padding: 5px;
}

.AddProductTable td {
    padding: 5px;
    vertical-align: top;
}

.AddProductTable input[type='text'] {
    width: 300px;
}

.AddProductTable select {
    width: 300px;
}

.AddProductTable textarea {
    width: 300px;
    font-family: verdana;
}

.ActionButton {
    text-decoration: none;
    display: block;
    border-style: solid;
    border-width: 1px;
    border-color: black;
    background-color: whitesmoke;
    padding: 4px;
    font-weight: bold;
    text-align: center;
    max-width: 200px;
}

.messageBox {
    background-color: whitesmoke;
    padding: 20px;
}

.productManagementTable {
    border-style: solid;
    border-width: 2px;
    border-color: black;
}

.productManagementTable td {
    padding: 5px;
    padding-left: 15px;
}

.productManagementTable th {
    background-color: #BBD2E0;
    padding: 10px;
    text-align:left;
}

.EmptyResults {
    font-size: 13px;
}


@media only screen and (max-width: 600px) {
	/*Hide image for big screen and show the one for the large screen*/

    .searchContent {
		text-align:center!important;
	}

    .productBox {
        float:none!important;
        margin-right: auto!important;
        margin-left: auto!important;
    }

}


/* ***********  General Page Setup **********  */

.PageBody
{
	margin: 0;
	padding: 0;
	background-size: cover;
	background-width: 100%;
	background-repeat: repeat-x;
	/*font-family: Verdana;
	font-size: 13px;*/
	line-height: 20px;
        font-size:15px;
    font-family: Verdana,sans-serif;
}

.PageContent
{
	max-width: 1150px;
	height: 100%;
	margin: 0 auto 0 auto;
	background: white;
	padding: 20px;
}

.PageContentWide
{
	height: 100%;
	margin: 0 auto 0 auto;
	background: white;
	/*padding: 20px;*/
}

.MaxWidth
{
	max-width: 900px;
	height: 100%;
	margin: 0 auto 0 auto;
}

.PageHeader
{
	max-width: 900px;
	height: 100%;
	margin: 0 auto 0 auto;
}

.PageFooter
{
    background-color: whitesmoke;
}

.PageUserLogin {
    text-align: right;
    /*background-color: black;*/
    padding-left: 20px;
    padding-right: 20px;
    font-size: 9pt;
    /*color:whitesmoke;*/
}

.BuyNowFeatureBar td {
    font-family: Lucida Sans Unicode;
    font-size: 21px;
    padding-left: 25px;
    padding-right: 25px;
    text-align: center;
    line-height: 25px;
    color: #edeef9;
}

.MenuItem a {
	/*color:#edeef9;*/
	font-size:13.5px;
	height:42px;
	line-height:40px;
	padding:0 10px;
	width:105px;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
    color:#563986;
}

.CopyrightText {
    color: lightgray;
    font-size: 8pt;
    text-align: center;
}

.SearchButton {
     width:30px; 
     border-style: solid; 
     border-width: 1px;
    cursor: pointer;
    vertical-align: middle;
    background-color: white;
 }

.SearchButtonHome {
     border-style: solid; 
     border-width: 1px;
    cursor: pointer;
    vertical-align: middle;
    background-color: white;
    padding:4px;
 }
 
 .PhoneNumberText {
     font-weight: bold;
     font-size: 16px !important;
 }
 
 .SearchBarTable td {
     padding-left: 15px;
 }
 

.contactUsAddress {
    font-size: 11pt;
    text-align: left;
}

.paginationItem {
    text-decoration: none;
    cursor: pointer;
    padding: 10px;
    border-style: solid;
    border-width: 1px;
    background-color: #eae6e6;
    border-color: darkgray;
}

.paginationItemSelected {
    text-decoration: none;
    font-weight: bold;
    cursor: pointer;
    padding: 10px;
    border-style: solid;
    border-width: 1px;
    background-color: lightgray;
    border-color: darkgray;
}


.galleryUploadTable img {
    width: 300px;
}

.galleryUploadTable td {
    vertical-align: top;
}

.galleryUploadTable input[type='text'] {
        width: 120px;
}

.galleryUploadTable th {
    background-color:darkblue;
    color:white;
}

.galleryViewTable img {
    width:180px;
    cursor:pointer;
}

.galleryViewTable td {
    padding: 2px;
    border-style: solid;
    border-width: 1px;
}

.PhotoViewer {
    position:fixed; 
    top:0; 
    left:0; 
    z-index:1500; 
    width:100%; 
    height:100%; 
    background-color:black;
    display:none;
}

.PhotoViewerCore {
    text-align:center;
    vertical-align:middle;
    background-color:lightgray;
    padding:20px;
    width: 750px;
    margin:0 auto;
    margin-top: 100px;
}

.PhotoViewerImage {
    width: 750px;
    overflow:hidden;
}

.PhotoViewerCloseButton {
    float:right; 
    width:50px;
    cursor:pointer;
    padding-bottom:5px;
}

.PhotoViewerImage img {
    width: 700px;
}

.SiteName {
    color:black;
    padding:20px;
    line-height: 1;
}

.mySlides {display:none;}

.sliderImages {
    width:100%; 
    min-height:250px; 
    max-height:400px;
}

.searchContent {
    text-align: left;
}

.fileUploadCustomized {
    opacity:0;
}

.fileUploadCustomizedLabel{
    opacity:0;
}

.fileUploadCustomizedButton {
    background-color:#80808036;
    border-style:solid;
    border-width:1px;
    font-size:14px;
    padding:10px;
    cursor:pointer;
}

/*Do not delete this. Used only for element identification.*/
.saveEntityButton {
}


.hyperlinkButtonSize {
    padding: 10px 25px 10px 25px !important;
}

.boxHeadingPurple {
    background-color:#582f8b;
    color:#ddf1f8;
    padding:20px;
    width:fit-content;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    font-size:18px;
}

.lineBreakGreen {
    background-color: #4c9c9c;
    height:3px;
}

.subCategorySuppliers {
    background-color:#6cb5a1;
    font-size:18pt;
    padding:20px;
    border-radius:15px;
    margin-bottom:20px;
}

.subCategorySuppliers img {
    max-width: 140px;
    max-height:100px;
}

.subCategorySuppliers img.supplierRating {
    max-width:75px;    
}

.advertisementBox {
    background-color:azure; 
    font-style:italic; 
    font-size:14px; 
    padding:30px; 
    margin-left:20px; 
    border-width:2px; 
    border-style:solid; 
    height:300px;
}

.subCategoryBoxHome {
    display: none; 
    font-weight: normal; 
    background-color: whitesmoke; 
    padding:10px;
}

.subCategoryBoxHome a:hover {
    font-weight:bold;
    /*border-bottom-width:2px;
    border-bottom-style:solid;*/
}

.vasItems {
    width: 70%; 
    cursor: pointer;
    background-color: #2b9274;
    color: whitesmoke;
    padding: 10px;
    padding-left: 30px;
    margin-bottom: 10px;
}

.vasItemsDesc {
    margin-bottom: 15px;
}

.vasItemsDesc img {
    width: 300px; 
    float: left;
    margin-right: 10px;
    margin-bottom: 10px;
}

.warning {
    font-style: italic;
    font-size: 11px;
}

.InternalPortalTitle {
    font-size: 17pt;
}

.dashboardItem {
    margin-right: 45px;
    margin-bottom: 20px;
    border-width: 1px;
    border-style: solid;
    background-color: #f6f2fa;
    padding: 15px;
    width: 230px; 
    border-radius: 15px;
    font-weight: bold;
    float: left;
    height: 120px;
    vertical-align: middle;
}

.reportTable{
    font-size:13px;
}

.productTable td {
    padding-right: 30px;
    vertical-align: top;
}

.productImageThumbnail {
    width: 100px;
    border-color: gray;
    border-style: solid;
    border-width: 1px;
}

.productTableRow {
    margin: 10px;
    padding: 10px;
    background-color: whitesmoke;
    border-color: gray;
    border-style: solid;
    border-width: 1px;
    border-radius: 5px;
}

.productTableHeader {
    margin: 10px;
    padding: 10px;
    background-color: lightgray;
    border-color: gray;
    border-style: solid;
    border-width: 1px;
    font-weight: bold;
}

.sellerStatusTable{
    width:450px;
}

.sellerStatusTable td {
    font-size: 12px;
    width: 100px;
    padding: 3px;
}

.sellerStatusTable th {
    font-size: 12px;
    background-color: lightgray;
    padding: 3px;
}

.profileTranslationTextBox {
    width: 500px;
}

.dashboardBackground {
    background-color: #00022b;
    color: #d5d8da;
}

.dashboardAreaBox {
    background-color: #06094a;
    padding: 20px;
    margin: 20px;
    
}

.dashboardNameTitle {
    color: #969da3;
}

.dashboardSectionTitle {
    color: #73c471;
}

.dashboardWarningTitle {
    color: #ed9844;
}

/*.rankedProduct {
    border-color: rgb(230, 230, 233);
    border-style:solid;
    border-width:1px;
    height:270px;
    width:202px;
    padding-top:10px;
    padding-left:5px;
}

.rankedProductImage {
    text-align: center;
}

.rankedProductImage img {
    width: 180px;
    height: 135px;
    overflow: hidden;
}*/

.c360ProductBox {
    border: 1px solid #e6e6e9;
    height: 270px;
    overflow: hidden;
    padding-top: 10px;
    box-sizing: border-box;
    margin-right: 20px;
    margin-bottom: 20px;
    width: 202px;
    text-align: left;
    padding-left: 5px;
}

    .c360ProductBox:hover {
        border-color: rgb(0, 2, 43);
    }

.c360ProductBoxImage {
    width: 180px;
    height: 135px;
    overflow: hidden;
    background-color: white;
    text-align:center;
}

.c360ProductHyperlink {
    text-decoration: none;
    color: black;
}
    .c360ProductHyperlink:hover {
        color: inherit;
        text-decoration: none;
    }

    .c360ProductBoxImage img {
        max-width: 100%;
        max-height: 100%;
        margin: 0 auto;
    }

.c360ProductBoxName,
.c360ProductBoxNameCountry {
    font-weight: bold;
    display: flex;
    align-items: center;
    text-align: center;
}

.c360ProductBoxName {
    display: block;
    height: 60px;
    justify-content: center;
    margin-top: 10px;
}

.c360ProductBoxNameCountry {
    font-weight: normal;
    justify-content: center;
    font-size: 14px;
}

.c360ProductBoxName span,
.c360ProductBoxNameCountry span {
    padding-right: 5px;
}

    .c360ProductBoxNameCountry img {
        margin-bottom:0px;
    }

.c360VspLabel {
    padding: 4px;
    font-size: 9px !important;
    background-color: #5baf5b !important;
    float: right;
    height: 50px;
    width: 45px;
    line-height: 13px;
    border-top-left-radius: 25%;
    text-align: right;
    padding-right: 8px;
}

.c360LatestEntityColumn {
    background-color: #f6f6f7;
}

    .c360LatestEntityColumn a {
        text-decoration: none;
        color: #00022b;
    }

    .c360LatestEntityColumn .c360LatestEntity {
        border-bottom: 1px solid #e6e6e9;
        padding: 5px 20px;
    }

        .c360LatestEntityColumn .c360LatestEntity img {
            width: 15px;
            margin-right: 5px;
            vertical-align:middle;
        }

.c360RequestHomePageBox {
    border: 1px solid #e6e6e9;
    background-color: #f6f6f7;
    padding: 10px;
    margin-right: 20px;
    margin-bottom: 20px;
    overflow: hidden;
    height: 200px;
    border-radius: 15px;
    font-size:14px;
}

.c360RequestHomePageBox:nth-child(4n) {
    margin-right: 0;
}

.c360RequestHomePageBox:hover{
    border-color:gray;
}

.largeCheckbox {
    width: 25px;
    height: 25px;
    background: white;
    border-radius: 5px;
    border: 2px solid #555;
    vertical-align: middle;
}

.mediumCheckbox {
    width: 20px;
    height: 20px;
    background: white;
    border-radius: 5px;
    border: 2px solid #555;
    vertical-align: middle;
}

.tradeleadActionButton{
    cursor: pointer;
}

    .tradeleadActionButton:hover {
        background-color: #dee3e7;
    }