Subversion Repositories SmartDukaan

Rev

Rev 16720 | Blame | Compare with Previous | Last modification | View Log | RSS feed

 /*custom template */
html, body {
   height: 100%;
   font-family: 'PT Sans', sans-serif,verdana,arial;
   color:#555555;
   background-color: #58d936;
}

body.adminpanel{
        background-color: #fff !important;
}

body > .container{
        padding-top: 60px 5px 0;
}

.nav {
   font-family:Arial,sans-serif;
   font-size:13px;
}

a {
  color:#222222;
}

a:hover {
  text-decoration:none;
}

hr {
  border-color:#dedede;
}

.wrapper, .row {
   /*height: 100%;*/
   margin-left:0;
   margin-right:0;
}

.wrapper:before, .wrapper:after,
.column:before, .column:after {
    content: "";
    display: table;
}

.wrapper:after,
.column:after {
    clear: both;
}

.column {
    height: 100%;
    overflow: auto;
    *zoom:1;
}

.column .padding {
    padding: 20px;
}

.full{
        padding-top:70px;
}

.box {
        bottom: 0; /* increase for footer use */
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    background-color:#444444;
  /*
    background-image:url('/assets/example/bg_suburb.jpg');
    background-size:cover;
    background-attachment:fixed;
  */
}

.divider {
        margin-top:32px;
}

.navbar-blue {
    border-width:0;
        background-color:#3B5999;
    color:#ffffff;
    font-family:arial,sans-serif;
    top:0;
    position:fixed;
    width:inherit;
}

.navbar-blue li > a,.navbar-toggle  {
   color:#efefef;
}

.navbar-blue .dropdown-menu li a {color:#2A4888;}
.navbar-blue .dropdown-menu li > a {padding-left:30px;}

.navbar-blue li>a:hover, .navbar-blue li>a:focus, .navbar-blue .open, .navbar-blue .open>a, .navbar-blue .open>a:hover, .navbar-blue .open>a:focus {
   background-color:#2A4888;
   color:#fff;
}

#main {
   background-color:#e9eaed;
   padding-left:0;
   padding-right:0;
}
#main .img-circle {
   margin-top:18px;
   height:150px;
   width:150px;
}

#sidebar {
    padding:0px;
        padding-top:15px;
}

#sidebar, #sidebar a, #sidebar-footer a {
    color:#ffffff;
    background-color:transparent;
        text-shadow:0 0 2px #000000;
    padding-left:5px;
}
#sidebar .nav li>a:hover {
    background-color:#393939;
}

.logo {
  display:block;
  padding:3px;
  background-color:#fff;
  color:#3B5999;
  height:28px;
  width:28px;
  margin:9px;
  margin-right:2px;
  margin-left:15px;
  font-size:20px;
  font-weight:700;
  text-align:center;
  text-decoration:none;
  text-shadow:0 0 1px;
  border-radius:2px;
}
#sidebar-footer {
  background-color:#444;
  position:absolute;
  bottom:5px;
  padding:5px;
}
#footer {
  margin-bottom:20px;
}

/* bootstrap overrides */

h1,h2,h3 {
   font-weight:800;
}

.navbar-toggle, .close {
        outline:0;
}

.navbar-toggle .icon-bar {
        background-color: #fff;
}

.btn-primary,.label-primary,.list-group-item.active, .list-group-item.active:hover, .list-group-item.active:focus  {
        background-color:#3B5999;
    color:#fffffe;
}
.btn-default {
    color:#666666;
    text-shadow:0 0 1px rgba(0,0,0,.3);
}
.form-control {
        
}

.panel textarea, .well textarea, textarea.form-control
{
   resize: none;
}
  
.badge{
   color:#3B5999;
   background-color:#fff;
}
.badge:hover, .badge-inverse{
   background-color:#3B5999;
   color:#fff;
}
/* 
.jumbotron {
  background-color:transparent;
}
*/
.label-default {
  background-color:#dddddd;
}
.page-header {
  margin-top: 55px;
  padding-top: 9px;
  border-top:1px solid #eeeeee;
  font-weight:700;
  text-transform:uppercase;
  letter-spacing:2px;
}

.panel-default .panel-heading {
  background-color:#f9fafb;
  color:#555555;
}

.col-sm-9.full {
    width: 100%;
}

.modal-header, .modal-footer {
        background-color:#f2f2f2;
  font-weight:800;
  font-size:12px;
  padding: 2px !important;
}

.modal-footer i, .well i {
    font-size:20px;
    color:#c0c0c0;
}

.modal-body {
        padding:0px;
}
.modal-body div{padding: 0;margin: 0;}
.modal-body textarea.form-control
{
   resize: none;
   border:0;
   box-shadow:0 0 0;
}

small.text-muted {
  font-family:courier,courier-new,monospace;
}

/* adjust the contents on smaller devices */
@media (max-width: 768px) {

  .column .padding {
    padding: 7px;
  }

  .full{
        padding-top:20px;
  }

  .navbar-blue {
        background-color:#3B5999;
    top:0;
    width:100%;
    position:relative;
  }

}


/*
 * off canvas sidebar
 * --------------------------------------------------
 */
@media screen and (max-width: 768px) {
  .row-offcanvas {
    position: relative;
    -webkit-transition: all 0.25s ease-out;
    -moz-transition: all 0.25s ease-out;
    transition: all 0.25s ease-out;
  }

  .row-offcanvas-left.active {
    left: 33%;
  }

  .row-offcanvas-left.active .sidebar-offcanvas {
    left: -33%;
    position: absolute;
    top: 0;
    width: 33%;
    margin-left: 5px;
  }

  #sidebar, #sidebar a, #sidebar-footer a {
    padding-left:3px;
  }
}
#posts{min-height:465px;}
.widgetframe{
        border:none;
        height:320px;
}
.jumbotron p{
        font-size:16px;
        color:#ccc;
}
#flashMessage{
        margin-top:10px;
        font-size:1.1em;
        color:#ccc;
        text-align:center;
        border: 1px dotted #285E8E;
}
.modal-dialog {}
.thumbnail {margin-bottom:6px;}

.carousel-control.left,.carousel-control.right{
  background-image:none;
  margin-top:10%;
  width:5%;
}
#push{margin-top: 60px;}
.form-signin label{width: 150px;}

/*mobile app css */
.product_image{padding: 10px 0 0 10px;}
.productthumb img{max-width: 100px;}
.productthumb{padding-left:5px;}
.product_card{width: 160px;height: auto;float: left;margin-left: 8px;}
.product_name{margin:16px auto 0 !important;font-size: 14px !important;font-weight: bold !important;text-align: center;height: 40px;}
.product_prices{margin: 0 0 5px 0;}
.product_prices div{margin-top: 2px;}
.producttitle{margin-bottom:5px;font-size: 14px;}
.product_price{font-size: 14px !important; font-weight: bold !important;color: #ff0000;}
span.rupee{background-image: url("/img/sprite.png");height: 12px; width: 11px; background-position: 0px -103px; margin-top: 4px;vertical-align: top;display: inline-block;}
.cashbacklabel{padding: 0px;margin: 0px;display: inline-block;font-size: 10px;}
.cashbackrupee{background-image: url("/img/sprite.png"); display: inline-block;height: 15px; width: 10px; background-position: 0px -188px; margin: 0px;vertical-align: middle;}
.rupeesym{margin-bottom: 8px;height: 17px;}
.deal_price{float: right}
.deal_price span.rupee{background-image: url("/img/sprite.png"); height: 12px; width: 10px; background-position: 0px -188px; margin: 5px 0;vertical-align: top;}
.text-striked{text-decoration: line-through;}
.product_cashback{float:right;font-size: 10px !important;margin-right: 5px;}
.productdetails{min-height: 100px;position: relative;padding-left:5px;padding-right: 0;}
.productsmalldetails{position: relative;padding-left:5px;padding-right: 0;}
.productdetails h4{margin: 0 0 5px 0;padding:0}
.product_short_description{margin:0 0 5x;font-size:12px !important; /*line-height: 20px;*/ color:#737373;}
.product_actions{padding:0;height: 95px;}
.product_actions li{float: right;}
.product_actions li.likedeal{margin-right: 5px; background:url('/img/sprite.png');background-position: 0px -68px;width: 24px;height: 24px;}
.product_actions li.likedeal.active{background:url('/img/sprite.png');background-position: 0px -0px;width: 24px;height: 24px;}
.product_actions li.dislikedeal{position: absolute;bottom: 0; background:url('/img/sprite.png');background-position: 0px -34px;width: 24px;height: 24px;right:5px; }
.product_actions li.dislikedeal.active{background:url('/img/sprite.png');background-position: 0px -128px;width: 24px;height: 24px;}
/*.list:last-child{margin: 0 0 10px 0 !important};*/
.list{background-color: #fff;margin: 2px;width: 170px;height: 220px;padding: 0 !important;}
.card{background-color: white;margin: 5px 0 0 0;padding: 5px 5px 0 5px;}
.scrollable{overflow: auto;-webkit-overflow-scrolling: touch;}
.scroll{-webkit-overflow-scrolling: touch;}
.swipable{display: inline-block;white-space: nowrap;}
.swipable li{border-right: 1px solid $c6c6c6;}
.likedeal button.active{background-color:green;}
.dislikedeal button.active{background-color:orange;}
.suborder{background-color: #fff;margin: 5px;padding: 5px;}
.suborder h4{font-weight: bold;}
span.deliverydate{font-weight: bold;}
.filters p{margin: 5px;color: #58d936;font-weight: bold;background-color: #fff;}
.aboutus{margin: 10px 5px;background-color: #fff;padding: 10px;}
.aboutus .subheader{color:#58d936;margin: 0px;}
.bluelink{color: darkorchid;}
#myModal .modal-content{background-color: #36d98a;color:#000;padding: 10px;}
#myModal .modal-content h4{display: inline;padding-left: 5px;}
#myModal .modal-content .text-muted,#myModal .modal-content .btn-xs{margin-left: 35px;}
.container{width: 100% !important; padding: 0 5px 0 5px !important;}
.carousel-inner img{margin: 0 auto;}
.howitworks{background-color: #fff;height: 100%;}
#gotit{width: 100px;background-color: #58d936;color: #fff;padding: 5px 10px;margin: -20px 0 ;}
.carousel-inner{height: 550px;}
.subheader{height: 40px;clear: both;}
.subheader h4,.subheader h5{color:#737373;}
.nav-tabs a{color: #fff;}
.howitworks img{height: 400px !important;}
.viewproduct{cursor: crosshair !important;}
.dealoffer{color: #000; height: auto;width:100%;}
.noshow{visibility: hidden;}
.offerlabel{font-weight:bold;font-size: 12px;padding:0;color:#58d936;}
.offertext{padding-left:0;max-height: 40px;overflow: hidden;text-overflow:ellipsis;}
.categorypreferences{background-color: #fff;margin-bottom:10px;}
.categorytab{border: 1px solid #adadad;height: 35px;padding: 5px 0;}
.categoryname{width: 60px;display: inline-block;}
.brandpreferences,.pricepreferences{padding: 10px;}
.brandpreferences h5,.pricepreferences h5{font-weight: bold;}
.categorytabcontrol{background:url('/img/catclosed.png') no-repeat;float: right;margin: 8px; height: 10px;width: 10px;display: inline-block;}
/*.minrange{float: left;}*/
/*.maxrange{float: right;}*/
.brandselector{visibility: hidden;}
.brandselector.active{visibility: visible;}
.categorytabcontrol.active{background:url('/img/catopen.png') no-repeat;float: right;margin: 8px; height: 10px;width: 10px;display: inline-block;}
/*.orderdetails{border-left: 1px solid #eaeaea;}*/
/*.orderdetails .btn{color: #fff; border-radius: 0px !important;}*/
button.orderstatus{background-color: #57d835;}
button.trackingurl{background-color: #959595;}
.deletefav{background:url('/img/recycle-bin.png') no-repeat;height: 20px;width: 20px;display: inline-block;margin-top: 10px;}
.clearfavs{padding-top:10px;}
.deleteallfavs{background:url('/img/recycle-bin-inverted.png') no-repeat;height: 15px;width: 15px;display: inline-block;}
.clearlist{font-size: 16px;font-weight: bold;color: #fff;}
.mobileverification{background-color: #fff;margin: 10px 5px;height:100%;}
.askformobileverification{margin: 20px 0 30px;color: #000; font-size: 1.5em;}
.telecaller{text-align: center;margin: 20px;}
.verificationcontrols{text-align: center;}
.skipbtn{position:absolute;bottom:0;right:15px;}
.first_name{font-size: 1.6em;}
.inline{display: inline;}
.address{padding: 10px 15px;}
.editable{height: auto;font-size:1.4em;margin: 10px 0;}
.profilelabel{font-size:1.4em;}
.editbtn{text-align: center;background-color: #f1f1f1;padding:5px 0;}
.editall{font-size: 1.2em;}
.editall i{margin-right: 5px;}
.inputable{border: 2px solid #eaeaea;
padding: 5px;
cursor: pointer;}
.ordercontrols{padding:0 !important;margin:5px 0;}
.ordercontrols .btn{color: #fff;font-weight: bold;}
.filters{padding: 5px;color: #fff;height: auto;background-color: #fff;}
.filters div{padding: 0;margin: 0;}
/*.filters div.dropdown{width: 120px;}*/
.filters .herotext{padding-top: 7px;color: #58d936;}
.filters ul.dropdown-menu{padding: 0px !important;margin: 0 !important;}
.filters .dropdown button{background-color: #58d936;color:#fff;font-weight: bold;border-radius: 0;width: 100%;}
.filters .dropdown button .greenbigtext{color: #58d936;}
.filters .dropdown button .greensmalltext{color: #58d936;font-size: smaller;min-height: 5px;}
li.menu-item:not(:first-child):not(.dropdown-header) {padding: 5px 0;}
.menu-item:not(:last-child){border-bottom: 1px solid #e5e5e5}
.menu-item a:hover,.menu-item.selected{background-color: #36d98a !important;}
.dropdown-header.menu-item{padding-top: 10px;padding-bottom: 5px;color: #30b20d;font-weight: bold;background-color: #fafafa;}
/*.categorypreferences .brandselector{background-image: url('/img/checkbox.png') no-repeat;height: 15px;width: 15px;}*/
input[type="checkbox"]:checked {background: url('/img/checkbox_checked.png') no-repeat center center;background-size: contain;width: 25px;height: 25px;}
input[type="checkbox"] {float: left;appearance: none;-webkit-appearance: none;width: 25px;height: 25px;background: url('/img/checkbox.png') no-repeat center center;background-size: contain;margin-right: 5px;}
.maxrange .slider{width: 100% !important;}
.product_prices div{padding: 0 !important;font-size: 0.8em;color: #58d936;}
.orderdetails{padding:0;}
.orderdetails div{padding: 0;margin: 0;/*font-size:0.8em;*/overflow:hidden;text-overflow:ellipsis;/*height:15px;*/}
.orderid span{display: block;}
.text-bold{font-weight: bold;text-transform: uppercase;}
.orderimage{position: relative;}
.orderimage img{margin:auto;width: 80px;}
.revealbrands{width: 100%;clear: both; text-decoration: underline;}
.brands{font-size: 1.2em;}
.w25px{width: 25px !important;}
#srch-term{border-radius: 0;}
.searchterm{margin: 5px 15px;background-color: #fff;padding: 5px 10px;font-size: 1.2em;}
.searchbar .btn{height: 34px;}
.searchresults .card{margin-left: 15px;margin-right: 15px;height: auto;}
.centeredimage img{margin: 0 auto;}
.greenborder:not(:first-child){border-top: 1px solid #58d936;padding: 5px 0;}
.greenborder:first-child{margin-top:5px;padding: 5px 0;}
.variants{color: #6294C3;font-size: 0.8em;}
#storeproducts{font-weight: bold;border-bottom: 1px solid #cecece;}
#bestpricecontainer{font-size: 15px;margin-bottom: 5px;}
.greenborder div{padding:0;}
.modal-header .close{margin-top: -5px !important;font-size: 4em !important;}
.pendingcashbacks .panel-body {background-color: #58d936}
.storeproductinfo{padding: 5px 0;border-bottom: 1px solid #cecece;}
.suborders{background-color:#58d936}
ul.noborder{border: none !important;}
ul.noborder li{padding: 0 !important;}
ul.noborder li a{border-radius: 0;}
.verificationalert{color: #000;font-weight: normal;}
.verificationalert a{color: #58d936;}
ul.catselect{width: 100%;}
.catselect li{padding: 0;}
.catselect li a{border-radius: 0;}
.typeahead{width: 100%}
.typeahead input{width: 100%;}
.storeproductinfo .col-xs-3{text-align: center;}
#storeproducts .col-xs-3{text-align: center;}
.campaigntext{font-size: 1.2em;}
.filters .alert{padding: 6px;}
.filters .alert a{font-weight: bold;}
.alert-info{border: 2px solid #58d936 !important;background: none !important;}
#bestprice{font-size: 15px;color: #ff0000;}
#bestpriceproductname{margin: 5px 0 0 0 !important;font-size: 18px;}
.text-small{font-size: smaller;}
.storelogo{height: 20px;}
[data-storename],.varnts{font-size: smaller;}
.cashbackamount{color:#58d936;font-size: 12px;margin-left: 0px;}
#beststorelink{background-color: #ff0000; font-weight: bold;color:#fff;}
.clearfix.varnts{margin-bottom: 5px;line-height: 150%;}
span.variantcashback {font-size: smaller;color:#58d936;}
span.storeminprice{color: #ff0000;}
.arrowright{background: url('/img/arrow.png') no-repeat center center;background-size: contain;width: 25px;height: 25px;}
#notificationMessage{padding: 10px;}
#skippopup{margin-top: 10px;}
.notificationmodal{}
.notificationmodal .modal-footer{background: none;border: none;text-align: center;padding: 2px 2px 0 2px !important;margin-top: 20px;}
/*a.okbtn{color:#58d936;font-size: 1.3em;font-weight: 100;}*/
.dismissbtn{padding-top: 5px;}
.dismissbtn a{color:#58d936;font-size: 1.3em;font-weight: 100;}
.notificationmodal.modal1{}
.notificationMessage{font-size: 1.2em;text-align: center;font-weight: 100;}
.closepopup{float: right;margin-top: -10px;margin-right: -5px;}
.timeago{font-size: 0.8em;padding-left: 5px;}
a.okbtn.btn{border-radius: 0;color: #fff !important;background-color: #58d936 !important;}
.modal-dialog{width: 75%;margin: 100px auto;}
span.clock{background: url('/img/clock.png') no-repeat center center;background-size: contain;width: 12px;height: 12px;display: inline-block;vertical-align: middle;}
.greyarrow{background: url('/img/greyarrow.png') no-repeat center center;background-size: contain;width: 12px;height: 12px;float: right; display: inline-block;margin-top: 4px;}
.dropdown-menu>li{display: block;padding: 3px 20px;clear: both;font-weight: 400;line-height: 1.42857143;color: #333;white-space: nowrap;}
span.sortlabel{margin-left: 20px;}
/*.btn-desc{display: inline-block !important;padding: 3px 10px !important;border:1px solid ##e5e5e5;color:#000;font-weight: bold;}*/
.btn-asc,.btn-desc{display: inline-block !important;padding: 3px 10px !important;border: 1px solid #e5e5e5;color: #000 !important;border-radius: 0 !important;font-weight: bold;}
ul.brands{background-color: #fff;margin: 0 15px;padding: 10px 20px;}
li.brand{border-bottom: 1px solid #f9f9f9;padding: 5px 0;}
.brandname{margin-right: 5px;color: #58d936;}
.brandcount{color: #ccc;}
.filteractions{text-align: center;margin: 0 15px;height: 40px;}
.filteractions div{padding: 0 !important;}
.filteractions a {font-size: 1.5em;height: 40px;width: 100%;display: block;padding-top: 5px;}
.filteractions a.clearfilter{background-color: #ccc;color: #000;}
.filteractions a.applyfilter{background-color: #3ca8f4;color: #fff;}
.filterbrand{float: right !important;}
#showallbrands{background-color: #fff;font-size: 1.2em;margin: 0 15px;text-align: center;height: 30px;}
.clearfilters, .selectbrand.active{color: #fff !important;background-color: #58d936 !important;padding: 0;margin: 0;width: 70% !important;font-size: 0.9em;}
.greentext{color: #58d936;}
#popovertrigger{position: absolute;top:10px;z-index: -999;}
.popover{max-width: 160px !important;}
.nodeals{text-decoration: underline;color: #fff;font-size: 1.2em;font-weight: bold;}
#customMessage{padding: 5px;}
.couponcode,.codstatus{display: none;margin:0 !important;}
.red{color:red;}
.bg-white{background-color: white !important;height: 40px !important;}
.bg-white .btn{border-radius: 0;margin: 5px 10px 0 0; background-color: #fafafa;}
.herotext a{color: #58d936;}
.showdeals{display: inline-block;clear: both;width: 100%;color: #fff;font-size: 1.4em;text-decoration: underline;margin: 0 0 10px;}
a.selectbrand{text-decoration: underline;}
#productoneliner{font-size: smaller;color: grey;}
.productoffer{font-size: smaller;}
p.text-small{margin: 0;}
.btn-wcb{border-radius: 0;color: #fff !important;}
.dp{color:#000 !important;font-size: 13px !important;}
.filteraction{background-color: #ff0000 !important;color: #fff !important;margin-left: 10px;padding: 2px 10px;border-radius: 0;font-size: 1em; width: auto !important;}
.pt7{padding-top:7px;}
.red-text{color: red;}
.mr5{margin-right: 5px;}
.offerhasnohtml{font-size: 10px; font-weight: bold;}
.pt2{padding-top: 2px;display: inline-block;}
.subcard:not(:first-child) .productsmalldetails{border-top: 2px dotted #58d936;display: block;}
.text-bigger{font-size: larger;}
.text_arrange {padding: 0;margin: 0;font-size: 12px;}
span.stars, span.stars span {
    display: block;
    background: url(../img/stars.png) 0 -16px repeat-x;
    width: 80px;
    height: 16px;
}

span.stars span {
    background-position: 0 0;
}
.glyphicon.glyphicon-download-alt {
    font-size: 10px;
}
.appdetails {font-size: 12px;}
.location_style{
  background-color:yellow; 
  font-size:12px; 
  word-wrap: break-word;
}