/* General user css ver 1.0 includes  styles of all pages inside this usertype. */


.appPage {
    background: none repeat scroll 0 0 #FFFFFF !important;
}

/*sign up for buyer and seller starts ==========================*/

.signupWrapper {
    padding: 0px 45px 73px 45px;
    overflow: hidden;
    font-size: 14px;
    color: #575656;
    font-family: 'OpenSansRegular';
}

.signupWrapper h6 {
    font-family: 'OpenSansRegular';
    font-size: 1.3em;
    font-weight: bold;
    color: #AD2A27
}

.buyersignupSection {
    padding-bottom: 20px;
    padding-top: 20px;
    border-bottom: 1px solid #C0C0C0;
}

.sellersignupSection {
    padding-bottom: 20px;
    padding-top: 20px;
    border-bottom: 1px solid #C0C0C0;

}

.userCan {
    margin: 25px 0px 0px 0px;
    line-height: 20px;
}

.userCan h6 {
    margin: 28px 0px 14px 0px;
    font-size: 18px;
    color: #575656;
    font-family: 'OpenSansRegular';
    font-weight: normal
}

.userCan ul {
    margin: 12px 0px 50px 0px;
    white-space: nowrap;
}

.userCan ul li {
    line-height: 20px
}

.bullet {
    width: 5px;
    height: 5px;
    border: 3px solid #6C747E;
    border-radius: 5px;
    display: inline-block;
    behavior: url(../../static/common/pie/PIE.htc);
    position: relative;
}

.btn {
    margin-left: 50px
}

/*sign up for buyer and seller starts ==========================*/

/*mobile number verfication starts ==========================*/

.numberVerificationWrapper {
    padding: 42px 45px 57px 45px;
    border-bottom: 1px solid #C0C0C0;
    overflow: hidden;
    white-space: nowrap;
    font-family: 'OpenSansRegular';
}

#numberVerificationHolder {
    width: 600px;
    margin: 0 auto;
    line-height: 37px;
    color: #575656;
    font-size: 16px;
}

#numberVerificationHolder .whyVerification {
    color: #575656;
}

/* #numberVerificationHolder .whyVerification:hover {
	text-decoration: underline;
}
 */
#numberVerificationHolder input[type="text"] {
    width: 408px;
    padding: 6px 3px 6px 6px;
    1 border: 1px solid #C0C0C0;
    border-radius: 5px;
    color: #959595;
    margin: 15px 0 35px 0;
    font-family: inherit;
    font-size: 0.9em;
    font-style: inherit;
    font-weight: inherit;
}

#numberVerificationHolder p {
    text-align: center;
}

.verifyButtonHolder {
    text-align: center;
    font-size: 16px;
}

.verifyButtonHolder p {
    font-family: 'OpenSansSemibold';
    font-size: 13px;
    position: relative;
    text-align: inherit;
    top: 12px;
    1 left: -18px;
    cursor: default;
    display: inline-block;
}

.verifyButtonHolder p a {
    display: inline-block;
    padding: 0 15px;
    color: #2161AD;
    font-family: 'OpenSansSemibold';
    font-size: 13px;
    cursor: pointer;
}

.verifyButtonHolder p a:first-child {
    border-left: 1px solid #C0C0C0;
    margin-left: 10px
}

.verifyButtonHolder .responseMessage {
    left: 250px;
}

.verifyMob span {
    padding: 0px 20px !important;
}

/*mobile number verfication end ==========================*/
/*Reset password starts ===========================*/
#resetPasswordWrapper {
    padding: 42px 45px 57px 45px;
    border-bottom: 1px solid #C0C0C0;
    overflow: hidden;
    white-space: nowrap;
    font-family: 'OpenSansRegular';
}

#resetPasswordHolder {
    width: 600px;
    margin: 0 auto;
    line-height: 37px;
    color: #575656;
    font-size: 16px;
}

#resetPasswordHolder input[type="text"], #resetPasswordHolder input[type="password"] {
    width: 408px;
    padding: 6px 3px 6px 6px;
    border: 1px solid #C0C0C0;
    border-radius: 5px;
    color: #959595;
    margin: 10px 110px 20px;
    font-family: inherit;
    font-size: 0.9em;
    font-style: inherit;
    font-weight: inherit;
}

#resetPasswordHolder p {
    margin: 10px 110px 10px;
}

#resetButtonHolder {
    margin-top: 15px;
}

#resetPasswordBtn {

    clear: both;
}

.resetPassword {
    background: linear-gradient(to bottom, #68A0F3 0%, #2B65B9 100%) repeat scroll 0 0 transparent;
    border: 1px solid #697E9E;
    border-radius: 4px 4px 4px 4px;
    box-shadow: 0 1px 0 #B9D4FB inset !important;
    color: #FFFFFF;
    cursor: pointer;
    font-size: 0.9em;
    margin: 2px 0 0 10px;
    padding: 4px 8px 6px;
    position: relative;
    text-shadow: 1px 1px 1px #000000;
}

#successMessage {
    color: #4FAF4F;
}

/*Reset password end ===========================*/
/*forget passsword starts=====================================*/
.forgetPwdContainer {
    width: 620px;
    border: 1px solid #D6D6D6;
    margin: 100px auto;
    border-radius: 5px;
    background: #FDFDFD;
    color: #575656;
    box-shadow: 0px 0px 5px #D6D6D6;
    font-family: 'OpenSansRegular';
}

#forgetPwdcontent {
    width: 522px;
    padding: 50px 50px 50px 50px;
    overflow: hidden
}

#forgetPwdHeader {
    width: 100%;
    height: 100px;
    text-align: center
}

#forgetPwdContent h6 {
    font-size: 1.4em;
    margin-bottom: 20px
}

#forgetPwdContent p {
    line-height: 25px;
}

#retrivepwd {
    margin-top: 25px
}

.emailTextbox input[type="text"] {
    width: 305px;
    padding: 6px 3px 6px 6px;
    font-size: 0.9em;
    margin-right: 30px;
    border-radius: 5px;
    float: left;
    color: #BBBABA;
}

#incorrectEmail {
    color: firebrick;
    font-family: Georgia;
    font-size: 14px;
    font-style: italic;
    left: 662px;
    position: absolute;
    top: 501px;
    white-space: nowrap;

}

.incIcon {
    display: inline-block;
    width: 20px;
    height: 20px;
    text-align: center;
    line-height: 16px;
    border-radius: 22px;
    background: red;
    color: #fff;
    font-size: 14px;
    background: -moz-linear-gradient(top, #FE545F 0%, #993035 100%);
}

.forgetPwdFooter {
    width: 100%;
    height: 60px;
    text-align: center;
    background: #EAEAEA;
    line-height: 60px;
    font-size: 14px
}

.needAcc {
    text-shadow: 0px 1px 1px #fff;
    color: #2F2C2C;
    margin-right: 15px;
}

/*forget passsword starts=====================================*/

/*thank you page starts =================================*/
.mainContainer {
    width: 100%;
    height: 100%;
    background-color: #fff;
    overflow: hidden;
}

.bodyBackground {
    background-color: #fff;
    font-family: 'OpenSansRegular';
}

.greetingContainer {
    width: 900px;
    margin: 0 auto;
}

.middlealignContainer {
    width: 90%;
    margin: 0 auto;
}

.snapoohLogo {
    width: 240px;
    padding: 50px 50px;
    height: 225px;
    float: left;
    text-align: center;
    line-height: 225px;
}

#thankyouPage .contentArea {
    min-height: 450px;
    -webkit-min-height: 450px;
}

.middlealignLogo {
    border-right: 1px solid #ccc;
    width: 100%;
    height: 150px;
}

#greetingContent {
    height: auto;
    width: 416px;
    height: 200px;
    float: left;
    margin-top: 30px
}

.textLineSpace {
    font-size: 14px;
    font-weight: normal;
    margin-bottom: 5px;
    color: #575656;
    line-height: 35px;
}

.exploreSnapooh {
    margin-top: 40px;
    1 float: left;
    margin-left: -269px;
}

/*thank you page end =================================*/

/*details page starts ============================*/

.detailsPage {
    padding-left: 16px;
    width: 640px;
    float: left;
    border-right: 1px solid #D3D3D3;
    box-shadow: 2px 0 6px 0 rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 2px 0 6px 0 rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 2px 0 6px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 2px 0 6px 0 rgba(0, 0, 0, 0.1);
    behavior: url(../../../static/common/pie/PIE.htc);
    position: relative
}

.prevNxt a.buttons {
    float: right;
}

.btnHolderTop {
    width: 635px;
    padding: 20px 0px 0px 0px;
    margin: 0px 20px 0px 20px;
    float: left;
    border-bottom: 1px solid #d3d3d3;
}

.btnHolderTop p {
    padding: 10px 0px 20px 10px;
    margin: 0px 0px 0px 0px;
    font-size: 0.9em;
    color: #9a9999;
    display: table;
    float: left;
}

.hordSnaps {

}

.hordSnaps img {
    margin: 15px 0px 0px 0px;
}

.sideBar {
    float: right;
    width: 280px;
    padding: 10px 30px 10px 15px;
}

.sideBar h3 {
    padding: 20px 0px 20px 15px;
    border-bottom: 1px solid #d3d3d3;
    font-weight: bold;
    color: #4e4e4e;
    font-size: 0.9em;
}

.hordMap {
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
}

.hordSnaps {
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
}

.adInfo {
    padding: 20px 0px 20px 0px;
    margin: 0px 0px 0px 0px;
    display: block;
    overflow: auto;
}

.adInfo img {
    padding: 0px 0px 0px 0px;
    margin: 0px 10px 0px 15px;
    float: left;
    border: 2px solid #d3d3d3;
}

.adInfo .adAdrs {
    padding: 5px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
    float: right;
    width: 59%;
    text-align: right;
    font-size: 0.8em;
    line-height: 20px;
}

.campBlock {
    display: block;
    overflow: auto;
    background: #f6f6f6;
    border: 1px solid #d3d3d3;
    padding: 10px 0px 10px 0px;
}

.bg1 {
    background-image: url(../../common/images/favIcon1.png) no-repeat 0px 0px !important;
}

.campBlock a {
    float: left;
    font-size: 0.8em;
}

.campBlock #favIcon {
    background: url(../../common/images/favIcon.png) no-repeat 0px 0px;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin-left: 5px;
    margin-top: 5px;
    cursor: pointer;
}

.campBlock #favIcon:hover {
    background: url(../../common/images/favIcon1.png) no-repeat 0px 0px;
}

.detailBorder {

    border: 1px solid #fff;
    display: table;

}

.hordDets {
    border: 1px solid #d3d3d3;
    color: #5f6166;
    background: #e4e5e7;
    display: table;
    margin: 10px 0px 10px 0px;
}

.hordDets em {
    color: #9e9fa2;
    font-style: italic;
}

.hordDets table {
    padding: 10px 10px 10px 10px;
    width: 100%;
}

.hordDets table td {
    padding: 6px 10px 6px 0px;
    margin: 0px 0px 0px 0px;
    background: url(../../common/images/borderL.png) repeat-x bottom left;
    font-size: 0.9em;
}

.hordDets p {
    font-size: 0.7em;
    float: left;
    display: block;
    width: 95%;
    padding: 0px 0px 10px 11px;
    line-height: 15px;
}

.hordDets span, .mandatory {
    background: url(../../common/images/sprite.png) no-repeat 1px -156px;
    float: left;
    padding: 5px 5px 0px 5px;
}

.hordDets span.nobg {
    background: none;
}

.green {
    color: #329507;
    background: none !important;
    padding: 0 !important;
}

.red {
    color: #e61818;
    background: none !important;
    padding: 0 !important;
}

.desc {
    padding: 5px 5px 10px 5px;
    border-bottom: 1px solid #a7acb5;
    margin: 10px 0px 20px 0px;
}

.desc h4, .clientList h4, .hordTraffic h4, .landmarks h4 {
    font-weight: bold;
    padding-left: 15px;
}

.desc p {
    font-weight: lighter;
    font-size: 0.8em;
    padding: 10px 5px 10px 15px;
    display: table;
    line-height: 17px;
}

.clientList {
    margin: 10px 0px 20px 0px;
    padding-bottom: 10px;
    border-bottom: 1px solid #a7acb5;
}

.clientList ul {
    margin: 10px 0px 10px 20px;
}

.clientList ul li {
    padding: 3px 5px 3px 15px;
    background: url(../../common/images/sprite.png) no-repeat left -132px;
    font-size: 0.8em;
}

.hordTraffic {
    display: block;
    border-bottom: 1px solid #a7acb5;
    margin: 10px 0px 20px 0px;
    padding-bottom: 10px;
    overflow: auto;
}

.hordTraffic span {
    float: left;
    font-size: 0.8em;
    margin: 16px 0px 0px 25px;
}

.hordTraffic span a {
    text-decoration: underline;
    font-weight: bold;
    color: #37393d;
    padding-left: 5px;
}

.trafItems {
    float: left;
    line-height: 22px;
    width: 130px;
    padding: 0px 5px 0px 15px;
    margin: 10px 10px 10px 0px;
    font-size: 0.8em;
    border-right: 1px solid #333;
}

.landmarks {
    display: block;
    margin: 0px 0px 20px 0px;
    padding-bottom: 10px;
    overflow: auto;
}

.tags {
    padding: 6px 7px 7px 0px;
    margin: 20px 0px 15px 5px;
    float: left;
    font-size: 0.8em;
    border-top: 1px solid #005293;
    border-right: 1px solid #005293;
    background-color: #2375a9;
    color: #fff;
    text-shadow: 0 2px 1px #000000;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
    .tags {
        padding-bottom: 6px;
    }
}

.tags span {
    background: url(../../common/images/sprite.png) no-repeat 0px -55px;
    padding: 5px 10px 5px 10px;

}

/* details page end ======================================*/

/*landing page ====================== */
.toSearch p {
    width: 98px;
    height: 83px;
    border: 1px solid red;
    position: absolute;
    display: block;
}

/*media asset starts ========================*/

.assetForm {
    width: 1000px;
    margin: 0 auto;
    font-size: 16px;
    line-height: 20px
}

.assetForm input[type="text"], textarea {
    padding: 6px 3px 6px 6px;
    margin: 5px 0px 20px 0px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    width: 455px;
    color: #959595;
    font-size: 0.9em;
    font-family: 'OpenSansRegular';
    border: 1px solid #C7C8C8;
    box-shadow: 0 1px 4px 1px #F3F3F4 inset;
}

.assetForm select {
    padding: 6px 3px 6px 6px;
    margin: 5px 0px 20px 0px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    color: #959595;
    font-size: 0.9em;
    font-family: 'OpenSansRegular';
    border: 1px solid #C7C8C8;
    box-shadow: 0 2px 2px rgba(50, 50, 50, 0.2);
    min-width: 150px !important;

}

.assetCmn {
    border-bottom: 1px solid #AAAAAA;
    padding: 25px 0px 25px 50px
}

.assetForm h2 {
    margin-bottom: 30px;
    font-size: 18px
}

.assetForm #mediaType {
    width: 220px;
}

.widHeight input[type="text"] {
    width: 100px;
    margin-right: 20px
}

.cmnSpan {
    margin-right: 20px
}

.forSelect .boxSize, .forSelect input[type="text"] {
    width: 160px;
    margin-right: 20px
}

.mediumInputbx input[type="text"] {
    width: 198px;
    margin-right: 20px;
}

.locationContainer {
    float: left;
    padding-right: 35px
}

.addLand {
    border-bottom: 1px solid #AAAAAA
}

.landMarks input[type="text"] {
    width: 230px;
    margin-top: 30px;
    margin-bottom: 10px
}

.landMarks {
    float: right;
    font-size: 15px
}

.landMarks h2 {
    margin-bottom: 10px
}

/* textarea {
	width: 405px;
	margin-top: 20px;
	margin-bottom: 30px;
	height: 150px;
	padding: 25px;
} */

.uploadImg {
    margin-bottom: 30px
}

.description {
    margin-bottom: 100px
}

.labelAlert1 {
    top: -36px !important;
    left: 463px !important;
}

.labelAlert1 span {
    top: 30px !important;
}

.tagDiv {
    margin-top: 30px
}

.tagDiv li {
    float: left;
    margin-left: 10px;
    font-size: 12px;
    background: #2375A9;
    border-radius: 5px
}

.tagDiv span {
    background: url("../images/sprite.png") no-repeat scroll 0 -54px #fff;
    display: block;
    float: left;
    height: 27px;
    margin-right: 10px;
    width: 14px;
}

.tagDiv li a {
    height: 17px;
    background: #2375A9;
    color: #fff;
    padding: 5px 10px;
    line-height: 27px;
    border-radius: 5px;
}

/*media asset starts ========================*/


#btn1, #btn2, #btn3 {
    border: 1px solid #D6D6D6;
    cursor: pointer;
    float: left;
    color: #4C4C4C;
    margin: 4px 0 0 15px;
    border-radius: 5px 5px 5px 5px;
    font-family: 'OpenSansSemibold';
    font-size: 11px;
    margin-left: 13px;
    padding: 5px 10px;
}


/*enquiry page*/

#sendenquiry .lightBoxy {
    position: absolute;
    z-index: 99;
    display: table;
    margin: 0 auto;
    text-align: center;
    margin-top: -300px;
    margin-left: -250px;
    background: #606162;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    border: 10px solid #606162;
    line-height: 18px;
    behavior: url(../../static/common/pie/PIE.htc);
}

.lightBoxy input[type="text"]:focus, .boxCont textarea:focus, .formTxtBox input:focus, .formMultiRows input:focus {
    -webkit-box-shadow: 0px 0px 3px #92b1dd;
    -moz-box-shadow: 0px 0px 3px #92b1dd;
    box-shadow: 0px 0px 3px #92b1dd;
    behavior: url(../../static/common/pie/PIE.htc);
    position: relative
}

.errorAlert:focus {
    -webkit-box-shadow: 0px 0px 3px #ea9ea8 !important;
    -moz-box-shadow: 0px 0px 3px #ea9ea8 !important;
    box-shadow: 0px 0px 3px #ea9ea8 !important;
    background: #fefaf9;
    behavior: url(../../static/common/pie/PIE.htc);
    position: relative
}

.errorWarn {
    background: url(../../public/images/sprite.png) no-repeat -5px -648px !important;
    font-size: 0.8em;
    font-style: italic;
    border: none !important;
    padding: 2px 0px 2px 30px !important;
    color: #e32225;
    margin-left: 140px !important;
}

.plainBox {
    border: none;
    background: #fff;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    font-size: 0.8em;
    padding: 20px;
    text-align: left;
    1 width: 50%;

}

.hdrPop {
    border-bottom: 1px solid #bebebe;
    padding: 0px 0px 20px 0px;
}

.hdrPop a.ActionBtn {
    padding: 3px 10px !important;
    float: right;
}

.footerPop a.ActionBtn {
    padding: 3px 10px !important;
    margin-right: 10px;
    float: right;
}

.footerPop {
    border-top: 1px solid #bebebe;
    padding: 10px 0px 0px 0px;
}

.infoPop p {
    margin: 10px 0px 20px 0px;
    line-height: 20px;
}

.subpopup {
    width: 40%;
    left: 120px;
    top: -631px;
    -webkit-box-shadow: 0px 0px 5px rgba(50, 50, 50, 0.32);
    -moz-box-shadow: 0px 0px 5px rgba(50, 50, 50, 0.32);
    box-shadow: 0px 0px 5px rgba(50, 50, 50, 0.32);
}

.shadeArea {
    padding: 10px;
    -webkit-box-shadow: inset 0px 1px 2px 2px #ccc;
    box-shadow: inset 0px 1px 2px 2px #ccc;
    background: #f9f9f9;
}

.shadeArea p {
    margin: 0px 0px 10px 0px;
}

#sendenquiry textarea {
    margin-bottom: 0px;
    margin-top: 0px;

}

.popDesc {
    margin: 10px 0 10px;
    display: block;
    line-height: 25px;
}

.msgtxt {
    padding-top: 8px !important;
    padding-bottom: 8px !important;
    font-size: 0.8em !important;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
    .closeBtn {
        right: -17px !important;
        top: -19px !important;
    }
}

#sendenquiry .closeBtn {
    position: absolute;
    right: 0;
    background: url(../../common/images/sprite.png) no-repeat 11px -347px;
    padding: 10px 19px 10px 19px;
    right: -27px;
    top: -10px;
    z-index: 0;
    cursor: pointer;
}

/*************auto-complete css added by hemant ****************/
.ui-autocomplete {
    padding: 0;
    list-style: none;
    background-color: #fff;
    width: 200px;
    border: 1px solid #B0BECA;
    max-height: 350px;
    overflow-y: scroll;
}

.ui-autocomplete .ui-menu-item a {
    border-top: 1px solid #B0BECA;
    display: block;
    padding: 4px 6px;
    color: #353D44;
    cursor: pointer;
}

.ui-autocomplete .ui-menu-item:first-child a {
    border-top: none;
}

.ui-autocomplete .ui-menu-item a.ui-state-hover {
    background: #76b3f3;
    color: #fff;
}

/*******************/

/* 1ul{
    background-color: #FFFFFF;
    
	color:grey;
    list-style:inside none;
    padding: 5px;
	border-bottom:none;
	
} */
li.c2 {
    border-bottom: 1px solid #908F8F;
    padding: 0 0 5px;
    margin: 0 -3px 5px -5px;
    color: Red;


}

ul.c1 {
    background-color: #FFFFFF;
    border: 1px solid #908F8F;
    color: grey;
    list-style: inside none;
    padding: 5px;
    border-bottom: none;


}

li.c3 {
    border-bottom: 1px solid #908F8F;
    padding: 0 0 5px;
    margin: 0 -3px 5px -5px;
    color: #353D44;
}

.responseMessage {
    position: absolute;
    color: firebrick;
    font-size: 14px;
    top: 0px;
    left: 490px;
}

/*freezeVerification page*/
.freezeVerifyimage {
    background: url(../../common/images/caution.jpg) no-repeat 0px 0px;
    width: 150px;
    height: 132px;
    float: left;
    margin-left: 90px;
}

.freezeVerifyMessage {
    float: left;
    margin-left: 30px;
    padding: 30px;
    line-height: 20px;
}

.freezeVerifyMessage h2 {
    margin-bottom: 10px;
    font-size: 20px;
}

.freezeVerify {
    display: none;
    margin-top: 100px;
    margin-bottom: 100px;
    overflow: hidden;
}

/* 1li:hover{
 background-color:#4169E1;
 }
  */
/*  .verifyMob {
    left: -194px;
    position: relative;
    top: -42px;
} */