﻿
body
{
	margin: 0;
	padding: 0;
	font-family: 'Open Sans' , sans-serif;
	color: #313131;
}

img
{
	border: 0;
}
input[type='text'], input[type='password'], textarea, select
{
	padding: 6px;
	resize: none;
	outline: none;
	font-family: 'Open Sans' , sans-serif;
	font-size: 13px;
	color: #888888;
	background: #fff;
	border: 1px solid #eeeeee;
	outline: none;
}

/*input[type='checkbox']
{
	-webkit-appearance: inherit;
	box-sizing: border-box;
	background: url(https://ShoopiQ.com/Images/check-box.png);
	width: 15px;
	height: 15px;
    border: 2px solid grey;
    margin-top:5px;
	margin: 0;
	outline: 0;
	cursor: pointer;
}


    input[type='checkbox'] label {
        margin-left:5px;
    }
input[type=checkbox]:checked
{
	-webkit-appearance: inherit;
	box-sizing: border-box;
	background: url(https://ShoopiQ.com/Images/check.png);
	width: 17px;
	height: 17px;
	margin: 0;
	outline: 0;
	cursor: pointer;
}*/

input[type='submit']
{
	cursor: pointer;
	border: none;
	-webkit-appearance: none;
}
a
{
	outline: none;
	text-decoration: none;
}
select
{
	font-family: 'Open Sans' , sans-serif;
	font-size: 14px;
	color: #888888;
	border: 1px solid #eeeeee;
	background: #fff;
	/*-webkit-appearance: none;
	-moz-appearance: none;
	-o-appearance: none;
	-ms-appearance: none;
	-appearance: none;
	background-image: url('https://ShoopiQ.com/Images/arrow.png');
	background-position: right center;
	background-repeat: no-repeat;*/
	
}

/*===Login Panel====*/
.AdminLoginWrapper
{
	width: 407px;
    min-height: 600px;
    margin-left: 34%;
    text-align: center;
}
.AdminLoginWrapperInner
{
	background: #fff;
	width: 420px;
	height: 370px;
	border: 1px solid #ececec;
}
.AdminLoginLogo
{
	width: 510px;
	height: 151px;
	float: left;
	border: solid 0px blue;
	background: #ffffff url(https://ShoopiQ.com/Images/4.png) no-repeat center;
}
.ALInner
{
	width: 340px;
	height: 350px;
	border: solid 0px #dadada;
	padding-top: 20px;
}
.ALLogin
{
	width: 170px;
	background: url('https://ShoopiQ.com/Images/admin-lock.png') no-repeat left center;
	height: 43px;
	font-family: 'Open Sans' , sans-serif;
	font-size: 30px;
	color: #ee7d00;
}
.ALHr
{
	margin: 0;
	background: #EAE9E9;
	margin-top: 20px;
	border: 0px;
	height: 1px;
}
.ALTable td
{
	height: 75px;
}

.AlBtn
{
	font-family: 'Open Sans' , sans-serif;
	font-weight: 600;
	font-size: 14px;
	color: #ffffff;
	border-radius: 2px;
	background: #C61203;
	height: 45px;
	width: 335px;
	outline: none;
}

.ALUsername
{
	font-family: 'Open Sans' , sans-serif;
	font-size: 13px;
	color: #898989;
	border: 1px solid:#eae9e9;
	border-radius: 2px;
	width: 230px;
	padding: 10px 0px 10px 105px !important;
}
.ALUsername:focus
{
	box-shadow: 0px 0px 4px #ee7d00;
	-webkit-box-shadow: 0px 0px 4px #ee7d00;
	-moz-box-shadow: 0px 0px 4px #ee7d00;
	box-shadow: 0px 0px 4px #ee7d00;
	border: 1px solid #ee7d00 !important;
}

.ALUsernameimg
{
	background: url('https://ShoopiQ.com/Images/login-user.png') no-repeat 5px center !important;
	position: absolute;
	width: 45px;
	height: 18px;
	left: 3px;
	top: 10px;
	padding-left: 31px;
	font-family: 'Open Sans' , sans-serif;
	font-size: 13px;
	color: #898989;
}


.ALPassword
{
	font-family: 'Open Sans' , sans-serif;
	font-size: 13px;
	color: #898989;
	border: 1px solid #eae9e9;
	border-radius: 2px;
	width: 235px;
	padding: 10px 0px 10px 100px !important;
}
.ALPassword:focus
{
	box-shadow: 0px 0px 4px #ee7d00;
	-webkit-box-shadow: 0px 0px 4px #ee7d00;
	-moz-box-shadow: 0px 0px 4px #ee7d00;
	box-shadow: 0px 0px 4px #ee7d00;
	border: 1px solid #ee7d00 !important;
}

.ALPasswordimg
{
	background: url('https://ShoopiQ.com/Images/admin-password.png') no-repeat 5px center !important;
	position: absolute;
	width: 45px;
	height: 22px;
	left: 3px;
	top: 10px;
	padding-left: 31px;
	font-family: 'Open Sans' , sans-serif;
	font-size: 13px;
	color: #898989;
}
.AAddSection
{
	background: #fafafa;
	height: auto;
	overflow: hidden;
	width: 515px;
}
.AAddSectionBussinessEnqiry
{
	background: #fafafa;
	height: auto;
	overflow: hidden;
	width: 650px;
	padding: 40px;
}
.AAddSectionBussinessEnqiryLeft
{
    float:left; margin-bottom:10px;
}
.AAddSectionBussinessEnqiryRight
{
 float:left;margin-bottom:10px; margin-left:40px   
}
.clr
{
	clear: both;
}
.spnGreenBold
{
	font-family: 'Open Sans' , sans-serif;
	color: #ee7d00;
	font-size: 15px;
	line-height: 30px;
}
.spnGrayBold
{
	font-family: 'Open Sans' , sans-serif;
	color: #505050;
	font-size: 15px;
	line-height: 30px;
}
.spnAsterisk
{
	color: Red;
}

.AdminHeader
{
	    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    box-shadow: 0px 3px 34px -8px rgba(0,0,0,0.75);
    height: 90px;
    background-size: cover;
    background-image: url(../images/header.jpg);
    float: left;
    background-color: #fff;
    border-bottom: 4px solid #C61203;
}
.AdminLogo
{
	width: 255px;
	height: 68px;
	background: url('https://ShoopiQ.com/Images/mainlogo.png') no-repeat left;
	
	float: left;
	margin-left: 30px;
	margin-top: 10px;
}
.AdminSearchControl
{
	width: 780px;
	height: 99px;
	float: left;
	border: solid 0px red;
	display: none;
}
.AInnerSearchByControl
{
	width: 680px;
	float: left;
	border: solid 0px red;
	display: block; /*display: block;*/
}
.AInnerOrderByControl
{
	width: 475px;
	height: 41px;
	float: left;
	border: solid 0px blue;
}
.SearchContainer
{
	width: 100%;
	float: left;
	border: solid 0px red;
}
.spnSearchByTxt
{
	font-family: 'Open Sans' , sans-serif;
	font-size: 15px;
	color: #505050;
	width: 88px;
	float: left;
	line-height: 30px;
}
.SearchddlCss
{
	font-family: 'Open Sans' , sans-serif;
	color: #505050;
	font-size: 13px;
	text-align: left;
	border: solid 1px #999999;
	height: 34px;
	padding-left: 5px;
	margin-right: 20px;
}
.SearchtxtCss
{
	font-family: 'Open Sans' , sans-serif;
	color: #666666;
	font-size: 13px;
	text-align: left;
	border: solid 1px #999999;
	padding-left: 5px;
	height: 28px;
	margin-right: 20px;
}
.uploadify-button
{
	font-family: 'Open Sans' , sans-serif;
	font-size: 15px;
	color: #009cff;
	cursor: pointer;
}
.AdminName
{
	padding-right: 20px;
	float: right;
	text-align: right;
	font-size: 13px;
	color: #000;
	line-height: 99px;
	font-family: 'Open Sans' , sans-serif;
	font-size: 14px;
	color: #ffffff;
    border-right: 1px solid #ffffff;
}
.AdminName a
{
	text-decoration: none;
	color: #ffffff;
	background-image: url('https://ShoopiQ.com/Images/log-out.png');
	background-repeat: no-repeat;
	background-position: center right;
	padding-right: 20px;
}
.AContainer
{
	width: 100%;
	float: left;
	border: solid 0px red;
	background-color: #ffffff;
}
.ALeftPanel
{
	width: 234px;
	position: absolute;
	top: 94px;
	left: 0px;
	bottom: 0px;
	overflow: auto;
	border-right: solid 2px #ee7d00;
	background: #f3f3f3;
}
.ALeftMenu
{
	width: 92%;
	height: 50px;
	float: left; /*background-color: #78B7C6;*/
	border-bottom: solid 1px #a8aa9e;
	font-weight: bold;
	padding-left: 8%;
}
.AMenuNoRecord
{
	font-size: 16px;
	line-height: 65px;
	text-align: center;
	color: #c5c5c5;
	display: none;
}
.ARightPanel
{
	position: absolute;
	top: 151px;
	left: 250px;
	bottom: 0px;
	right: 0px;
	overflow: auto;
	border-left: solid 0px #c5c5c5;
	background-color: #fff;
	padding-bottom: 30px;
	overflow-x: hidden;
	min-height: 400px;
}
.clsPageHeading
{
	position: absolute;
	top: 100px;
	left: 250px;
	right: 0px;
	height: 49px;
	text-align: left;
	font-size: 20px;
	line-height: 50px;
	overflow: hidden;
	font-family: 'Open Sans' , sans-serif;
	font-size: 30px;
	color: #C61203 ;
	border-bottom: 1px dotted #d1d0d0;
}
.clsInnerBody
{
	width: 100%;
	height: auto;
	float: left;
	overflow: hidden;
	border: solid 0px green;
}
.FieldContainer
{
	width: 1100px;
	height: 60px;
	float: left;
	text-align: left;
	overflow: hidden;
	border: solid 0px red;
}
.FCLeft
{
	width: 170px;
	float: left;
	height: 30px;
	border: solid 0px red;
	font-size: 14px;
	text-align: right;
	line-height: 30px;
	margin-right: 10px;
}
.AWBText
{
	font-family: 'Open Sans' , sans-serif;
	color: #505050;
	font-size: 14px;
}
.ErrorTextCss
{
	font-family: Arial;
	font-size: 11px;
	color: red;
}
.FCRight
{
	width: 350px;
	float: left;
	height: 55px;
	border: solid 0px red;
}
.TextBoxContainer
{
	width: 100%;
}
.AMultilineTBoxContainer
{
	width: 995px;
	float: left;
	height: 120px;
	border: solid 0px red;
}
.RightsChB
{
	width: 140px;
	float: left;
	height: 40px;
	border: solid 0px red;
	font-family: 'Open Sans' , sans-serif;
	color: #666666;
	font-size: 14px;
	text-align: left;
	line-height: 40px;
}
.ChkCss
{
	margin: 5px 5px 5px 5px;
	font-family: 'Open Sans' , sans-serif;
	color: #666666;
	font-size: 14px;
}
.RblCss
{
	font-family: 'Open Sans' , sans-serif;
	color: #666666;
	font-size: 14px;
}
.txtCss
{
	font-size: 14px;
	text-align: left;
	width: 200px;
	height: 20px;
	border: solid 1px #999999;
	padding: 5px 0px;
	background-color: White;
}
.cls-ar
{
	text-align: right !important;
	direction: rtl !important;
}
.ddlCss
{
	width: 207px;
	height: 34px;
}
.lbCss
{
	font-family: 'Open Sans' , sans-serif;
	color: #666666;
	font-size: 13px;
	text-align: left;
	line-height: 20px;
	border: solid 1px #999999;
	padding-left: 5px;
}
.AInnerSearchByControlC
{
	width: 100%;
	float: left;
	border: solid 0px red;
	display: block; /*display: block;*/
}
.RecordFoundContainer
{
	width: 350px;
	float: right;
	line-height: 35px;
	font-family: 'Open Sans' , sans-serif;
	font-size: 13px;
	color: Green;
	text-align: left;
	border: solid 0px red;
}
.RecordFound
{
	float: left;
	/*line-height: 32px;*/
	font-family: 'Open Sans' , sans-serif;
	font-size: 13px;
	color: Green;
	text-align: left;
	border: solid 0px red;
	margin-right: 10px;
}
.spnLbl
{
	line-height: 32px;
	font-family: 'Open Sans' , sans-serif;
	font-size: 13px;
	color: Red;
	text-align: left;
}
.LnkAddNew
{
	width: 100px;
	float: left;
	border: solid 0px red;
	text-decoration: underline;
	font: 14px/32px 'Roboto Condensed' ,sans-serif,Arial;
	color: Green;
}
.ErrorTextCss
{
	font-family: 'Open Sans' , sans-serif;
	font-size: 11px;
	color: red;
}
.MultiLinetxtCss
{
	font-family: Arial;
	color: #666666;
	font-size: 13px;
	text-align: left;
	line-height: 20px;
	border: solid 1px #999999;
	padding-left: 5px;
}
.btnCss
{
    float:left;
	background-color: #cca326 !important ;
	padding: 7px 5px;
    border-radius:5px;
	font-size: 12px;
	color: #ffffff;
	border: 0px;
	text-transform: uppercase;
    margin-right:5px;
}

.btnReset
{
    float:left;
	background-color: #474747;
	padding: 7px 5px;
    border-radius:5px;
	font-size: 12px;
	color: #fff;
	border: 0px;
	text-transform: uppercase;
	 cursor:pointer;
}
.uploadCss
{
	width: 40px;
	background-color: #879d0e;
	padding: 5px 20px;
	border: solid 0px #333333;
	cursor: pointer !important;
	font: 13px 'Roboto Condensed' ,sans-serif,Arial;
	color: #ffffff;
	text-align: center;
	text-transform: uppercase;
}
.btnEditCss
{
	height: 27px;
	line-height: 26px;
	background: url(https://ShoopiQ.com/Images/bg-edit.png);
	border: 0;
	cursor: pointer;
	font-family: 'Roboto Condensed' ,Arial;
	color: #343432;
}
.btnEditCss a
{
	color: #343432;
}
.btnDeactivateCss
{
	height: 27px;
	border: 0;
	cursor: pointer;
	font-family: 'Roboto Condensed' ,Arial;
	color: #343432;
	background: transparent;
}
.ValDiv
{
	width: 100%;
	float: left;
	height: 20px;
	font-size: 13px;
	color: Red;
}
.srNo
{
	width: 20px;
}
.GVContainer
{
	width: 100%;
	height: auto;
	float: left;
	border: solid 0px green;
}
.GVHeading
{
	width: 100%;
	overflow: hidden;
	padding-bottom: 0px;
	border-bottom: 1px dashed #d1d0d0;
	margin-bottom: 5px;
}
.GVHeadLeft
{
	/*width: 275px;*/
	float: left;
	border: solid 0px red;
	overflow: hidden;
}
.GVHead
{
	float: left;
	height: 20px;
	text-align: left;
	font-family: 'Open Sans' , sans-serif;
	font-size: 18px;
    color: #92795E;
    margin-top: 10px;
	text-transform: uppercase;
}
.GVHeadTriaIcon
{
	width: 40px;
	height: 41px;
	float: left;
	background: url(https://ShoopiQ.com/Images/bg-fliter.png);
	background-repeat: no-repeat;
	margin-right: 25px;
}
.GVHeadRight
{
	width: 70%;
	float: right;
}
.GVContainer th
{
	height: 40px;
	padding: 5px;
	text-transform: uppercase;
	font-weight: bold;
	background-color: #FAFAFA;
	font-family: 'Open Sans' , sans-serif;
	font-size: 15px;
	color: #5e5e5e;
	border-right: 1px solid:#ededed;
	border-bottom: solid 1px #ededed;
}
.GVContainer td
{
	padding: 5px;
	font-size: 14px;
}
.GVContainer tr
{
	border-bottom: dashed 1px #ededed;
	height: 30px;
	background-color: #fff;
}
.GVContainer tr table tr td
{
	text-align: center;
	background-color: White;
	border: 0;
	padding: 3px;
}
.GVContainer tr table tr td span
{
	font-weight: bold;
}
.GVContainer tr table tr td a
{
	font-family: Arial;
	text-decoration: none;
	color: #999999;
}
.pagerCss
{
	border: solid 1px #999999;
	background-color: White;
}
.NoRecord
{
	height: 60px !important;
	font-size: 18px !important;
	text-align: center;
}
.gvCss
{
	font-size: 14px;
	width: 100%;
	clear: both;
	border: 1px solid #ededed;
	text-align: center;
}
.gvCss th
{
	font-size: 14px;
	height: 40px;
    text-align:center;
}
.txtSpace
{
	text-indent: 10px;
}
.gvCss .clsanchorLink
{
	color: #2C5E9E;
	text-decoration: none;
}
.gvCss .clsanchorLink:hover
{
	text-decoration: underline;
}

/* Bucket Product Relation start */
.autocompletelist
{
	margin-top: 1px !important;
	list-style: none;
	cursor: pointer;
	border: solid 1px #545454;
	width: 295px !important;
	background-color: Gray;
	padding-left: 0px;
}
.autocompletelistItem
{
	float: left !important;
	border-bottom: dotted 1px #545454;
	list-style: none;
	background-color: Gray;
	color: #666666;
}
/* Bucket Product Relation End */
/*Product Search*/
.SearchFieldContainer
{
	width: 100%;
	float: left;
	border: solid 0px red;
	margin-bottom: 15px;
}
.SearchFields
{
	float: left;
	border: solid 0px #F00;
	margin-right: 72px;
}
.ConfigFields
{
	float: left;
	border: solid 0px #F00;
	margin-right: 37px;
}

.FHeads
{
	width: 100%;
	font-family: 'Roboto Condensed' ,sans-serif,Arial;
	color: #505050;
	font-size: 13px;
	text-align: left;
	padding-bottom: 5px;
}
.FieldsHolder
{
	float: left;
	clear: both;
}
.fmgBottom
{
	margin-bottom: 15px;
	overflow: hidden;
}


/*Css For Master Page starts here*/
.MainMenuText
{
	font-size: 16px;
	color: #141414;
	cursor: pointer;
}

a
{
	cursor: pointer;
	text-decoration: none;
}
.SubMenuHover
{
	border-bottom: solid 3px red;
}
.submenucolorclick
{
	font-family: Arial;
	font-size: 13px;
	color: #e13823;
}
.submenucolordflt
{
	font-family: Arial;
	font-size: 13px;
	color: #242627;
}
/*Css for Master Page ends here*/
.cls-main-menu
{
	padding-top: 15px;
	padding-bottom: 15px;
	padding-left: 10px;
	overflow: hidden;
	width: 100%;
	border-bottom: solid 1px #DFDCDC;
	font-family: 'Open Sans' , sans-serif;
	font-size: 14px;
	cursor: pointer;
	color: #282723;
	background: url('https://ShoopiQ.com/Images/right-arrow.png') no-repeat right;
}
.cls-main-menuactive
{
	background: #C61203   url('https://ShoopiQ.com/Images/right-select.png') no-repeat right;
	color: #fff;
}
.cls-main-menu .cls-img
{
	padding-left: 28px;
	float: left;
	background-repeat: no-repeat;
	font-weight: bold;
	background-position: left center;
	padding-left: 40px;
	height: 21px;
}


.cls-submenu
{
	display: none;
	padding-top: 0px;
	width: 100%;
	color: #fff;
	overflow: hidden;
}
.SubMenuDefault
{
	border: solid 0px #F00;
	padding-left: 28px;
	padding-top: 8px;
	padding-bottom: 5px;
	width: 205px;
	min-height: 20px;
	font-family: 'Open Sans' , sans-serif;
	font-size: 12px;
	color: #626467;
	background: #F3F3F3;
	border-bottom: solid 1px #DADADA; /*background: #F3F3F3 url('https://ShoopiQ.com/Images/small-arrow.png') no-repeat left;*/
	height:auto;
}
.SubMenuDefault:Hover
{
	border-bottom: solid 1px #dadada;
	color: #ee7d00;
}
.Admin
{
    /*background-image: url('https://ShoopiQ.com/Images/admin.png')!important;*/
}
.Adminactive
{
   /* background-image: url('https://ShoopiQ.com/Images/admin-hover.png')!important;*/
}

.Bucket
{
    background-image: url('https://ShoopiQ.com/Images/bucket.png') !important;
}
.Bucketactive
{
    background-image: url('https://ShoopiQ.com/Images/bucket--hover.png')!important;
}

.Features
{
    background-image: url('https://ShoopiQ.com/Images/Features.png')!important;
}
.Featuresactive
{
    background-image: url('https://ShoopiQ.com/Images/Features--hover.png')!important;
}
.Category
{
  /*  background-image: url('https://ShoopiQ.com/Images/Category.png')!important; */
}
.Categoryactive
{
/* background-image: url('https://ShoopiQ.com/Images/Category--hover.png')!important; */
}
.Product
{
  /*  background-image: url('https://ShoopiQ.com/Images/Product.png')!important; */
}
.Productactive
{
	/* background-image: url(https://ShoopiQ.com/Images/Product--hover.png) !important; */
}

.Master
{
	background-image: url(https://ShoopiQ.com/Images/master.png) !important;
}
.Masteractive
{
	background-image: url(https://ShoopiQ.com/master--hover.png) !important;
}

.Users
{
/*	background-image: url(https://ShoopiQ.com/Images/Users.png) !important; */
}
.Usersactive
{
	background-image: url(https://ShoopiQ.com/Users--hover.png) !important;
}
.Order
{
/*	background-image: url(https://ShoopiQ.com/Images/orderAdmin.png) !important; */
}
.Orderactive
{
	/* background-image: url(https://ShoopiQ.com/orderAdmin-hover.png) !important; /*
}
.Filter
{
	background-image: url(https://ShoopiQ.com/Images/Filter.png) !important;
}
.Filteractive
{
	background-image: url(https://ShoopiQ.com/Filter--hover.png) !important;
}
.Store
{
	background-image: url(https://ShoopiQ.com/Images/Filter.png) !important;
	}
.StoreActive
{
background-image: url(https://ShoopiQ.com/Images/Filter--hover.png) !important;	
	}	

.cls-fnt-grn
{
	font-size: 12px;
	color: #626467;
	background: #F3F3F3 url('https://ShoopiQ.com/Images/small-arrow.png') no-repeat left;
	padding-left: 31px;
	width: 158px;
	min-height: 20px;
	height:auto;
}
.cls-fnt-grn:Hover
{
	color: #92795E;
}

.cls-fnt-grnactive
{
	font-size: 12px;
	color: #92795E;
	background: #FFF url('https://ShoopiQ.com/Images/small-arrow-hover.png') no-repeat left;
	padding-left: 31px;
	width: 158px;
	min-height: 20px;
	height:auto;
}
.note
{
	font-size: 11px;
	color: #333;
	font-family: Arial;
	padding: 5px;
	width: 300px;
}
.ConfigChkBox
{
	width: 100%;
	float: left;
	border: solid 0px red;
	margin-bottom: 15px;
}
#ctl00_ContentPlaceHolder1_gvConfigValues span
{
	display: block;
	width: 150px;
	border: solid 0px red;
	float: left;
}
#ctl00_ContentPlaceHolder1_gvConfigValues input[type="text"]
{
	float: left;
	margin-right: 5px;
	width: 100px;
}
#ctl00_ContentPlaceHolder1_gvConfigValues .spnDeno
{
	width: 50px;
	font-family: 'Roboto Condensed' ,sans-serif,Arial;
	color: #ee7d00;
	font-size: 12px;
	line-height: 25px;
}
.ConfigChkBox span
{
	display: inline !important;
	width: auto !important;
	border: solid 0px red !important;
	float: none !important;
}
.EmailPreviewCss
{
	font-family: Arial;
	font-size: 12px;
	color: #5b5b5b;
	line-height: 19px;
}


.EmailPReviewHeading
{
	font-family: Arial;
	font-size: 15px;
	color: #5b5b5b;
	font-weight: bold;
}
.chk-view-sel-all
{
	vertical-align: top;
}
/*Static Page Content start from here*/

*
{
	padding: 0px;
	margin-left: 0px;
	margin-right: 0px;
	}
.clsPageheader
{
	font-family: RobotoCondensedRegular;
	font-weight: normal;
	font-size: 28px;
	color: #242424;
}
.clsHeading
{
	font-family: RobotoCondensedRegular;
	font-weight: normal;
	font-size: 21px;
	color: #1a373e;
}
.clsPageText
{
	font-family: Roboto Condensed ,sans serif,Arial;
	font-weight: normal;
	font-size: 12px;
	color: #6f6f6f;
	text-align: justify;
}


/*static page content end here*/


/*Sub Order Details starts*/
.bs-info
{
	font-family: 'Roboto Condensed';
	font-size: 15px;
	color: #01862a;
	height: 23px;
}
.bs-info-det
{
	width: 700px;
	height: 120px;
	padding: 10px;
	border: solid 1px #d5d5d5;
	margin-bottom: 30px;
}
.bs-det
{
	font-family: 'Roboto Condensed';
	font-size: 15px;
	color: #505050;
	padding: 10px 0px;
	width: auto;
}
.bs-det b
{
	font-family: 'Roboto Condensed';
	font-size: 15px;
	color: #505050;
}
.bs-info-det-inner
{
	float: left;
	width: 270px;
	height: auto;
}
.vi-link
{
	text-decoration: underline;
	color: #04aab9;
}
.lb
{
	font-family: 'Roboto Condensed';
	font-size: 15px;
	color: #505050;
}
.bil-main
{
	width: 245px;
	height: auto;
	overflow: hidden;
	float: left;
	margin-right: 70px;
}
.ship-main
{
	width: 245px;
	height: auto;
	overflow: hidden;
	float: left;
}
.billing
{
	float: left;
	width: 229px;
	height: auto;
	padding: 7px;
	border: solid 1px #d5d5d5;
}
.shipping
{
	float: left;
	width: 229px;
	height: auto;
	padding: 7px;
	border: solid 1px #d5d5d5;
}
.ord-addr
{
	width: auto;
	height: auto;
	overflow: hidden;
	margin-bottom: 30px;
}
.per-det
{
	width: 415px;
	height: auto;
	overflow: hidden;
}
.ps-info-det-inner
{
	float: left;
	width: 195px;
	height: auto;
}
.item-tot
{
	width: 230px;
	height: 20px;
	padding: 7px 0px;
}
.it-tot
{
	float: left;
	font-family: 'Roboto Condensed';
	font-size: 15px;
	color: #505050;
	width: 150px;
}
.it-tot-bor
{
	width: 200px;
	border: solid 1px #cbcbcb;
}
/*Sub Order Details Ends*/
.SSLogContaner
{
	position: fixed;
	z-index: 10001;
	top: 130px;
	max-width: 400px;
	min-width: 300px;
	right: 0px;
}
.SS-log
{
	background: #1F1F1F;
	padding: 15px;
	color: #333333; /*text-shadow: -1px -1px 0 rgba(0,0,0,.5);*/
	display: block;
	margin-top: 10px;
	right: -300px;
	opacity: 0;
	position: relative;
	font-family: 'Open Sans' , sans-serif;
	font-size: 15px;
}
.SS-log:hover
{
	box-shadow: 0px 0px 10px #888888;
	cursor: pointer;
}
.SS-log-eror
{
	background: rgb(250, 104, 0);
}
.SS-log-success
{
	background: #BDD335;
}
/* Overlay loading Css */
.overlaycart
{
	position: fixed;
	z-index: 98888;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	background-color: #333;
	-moz-opacity: 0.6;
	filter: alpha(opacity=60);
	opacity: 0.6;
	border: solid 0px red;
}
.overlayContentcart
{
	width: 100%;
	height: 100%;
	z-index: 100000;
	margin: auto;
	position: fixed;
	top: 0px;
	left: 0px;
	opacity: 1;
	filter: alpha(opacity=100);
}
.overlayContentcart div
{
	width: 200px;
	height: 100px;
	line-height: 100px;
	font-size: 22px;
	text-align: center;
	position: absolute;
	color: #EA2B2D;
	border: solid 1px #333333;
	top: 40%;
	left: 45%;
	text-indent: 50px;
	background: #ffffff url(https://ShoopiQ.com/Images/loading_line.gif) no-repeat 15% 50%;
}

.divProductImagesUpload
{
	height: 300px;
	padding-top: 10px;
	overflow-y: scroll;
}
.clsFloatLeft
{
	float: left;
}
.clsFloatRight
{
	float: Right;
}
.calenderImg
{
	background-image: url(https://ShoopiQ.com/Images/icon-date.png);
	width: 18px;
	height: 18px;
	position: absolute;
	top: 30px;
	right: 20px;
}
.grdDiv {float:left;
}
