@charset "utf-8";
/* CSS Document */

.form-box {
    padding-top: 40px;
}
.f1 {
    /*padding: 25px;
    background: #fff;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;*/
    text-align:center;
}
.f1 h3 {
    margin-top: 0;
    margin-bottom: 5px;
    text-transform: uppercase;
}
.f1-steps {
    overflow: hidden;
    position: relative;
    margin-top: 10px;
}
.f1-progress {
    position: absolute;
    top: 24px;
    left: 0;
    width: 100%;
    height: 1px;
    background: #ddd;
}
.f1-progress-line {
    position: absolute;
    top: 0;
    left: 0;
    height: 1px;
    background: #f35b3f;
}
.f1-step {
    position: relative;
    float: left;
    /*width: 33.333333%;*/
    width: 14.28%;
    padding: 0 5px;
}
.f1-step-icon {
    display: inline-block;
    width: 40px;
    height: 40px;
    margin-top: 4px;
    background: #ddd;
    font-size: 16px;
    color: #fff;
    line-height: 40px;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}
.f1-step.activated .f1-step-icon {
    background: #fff;
    border: 1px solid #f35b3f;
    color: #f35b3f;
    line-height: 38px;
}
.f1-step.active .f1-step-icon {
    width: 40px;
    height: 40px;
    margin-top: 0;
    background: #f35b3f;
    font-size: 16px;
    line-height: 40px;
}
.f1-step p {
    color: #ccc;
}
.f1-step.activated p {
    color: #f35b3f;
}
.f1-step.active p {
    color: #f35b3f;
}
.f1 fieldset {
    display: none;
    text-align: left;
}
.f1-buttons {
    text-align: right;
}
.f1 .input-error {
    border-color: #f35b3f;
}


/***** Media queries *****/

@media (min-width: 992px) and (max-width: 1199px) {
}
@media (min-width: 768px) and (max-width: 991px) {
}
@media (max-width: 767px) {

}
@media (max-width: 415px) {

}


/* Retina-ize images/icons */

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and ( min--moz-device-pixel-ratio: 2), only screen and ( -o-min-device-pixel-ratio: 2/1), only screen and ( min-device-pixel-ratio: 2), only screen and ( min-resolution: 192dpi), only screen and ( min-resolution: 2dppx) {

    /* logo */
    /*.navbar-brand {
            background-image: url(../img/logo@2x.png) !important;
            background-repeat: no-repeat !important;
            background-size: 162px 36px !important;
    }*/
}

/*Product Image Gallery*/
.cust-mainimg{
    max-height:310px !important;
}
.cust-thumimg{
    max-height:120px !important;
}

.btn-remove{
    position:absolute;
    right:0;
    top:0;
}

.thumb{
    position:relative;
}

.nopadding
{
    padding:0;
    margin:0;
}

/*Model*/
.modal-dialog
{
    width: auto;
    max-width: 800px !important;
}

/*Pagination Margin remove*/
.mt-0 {
    margin-top: 0px !important;
}
.mb-0 {
    margin-bottom: 0px !important;
}
.mb-5 {
    margin-bottom: 5px !important;
}
.ml-0{
    margin-left: 0px !important;
}
.mr-0{
    margin-right:0px !important;
}
.ml-5{
    margin-left: 5px !important;
}
.mr-5{
    margin-right:5px !important;
}
.ml-10{
    margin-left: 10px !important;
}
.mr-10{
    margin-right:10px !important;
}
.mt-10{
    margin-top: 10px !important;
}
.mb-10{
    margin-bottom:10px !important;
}
.ml-20{
    margin-left: 20px !important;
}
.mr-20{
    margin-right:20px !important;
}

/*Pagination Padding remove*/
.pl-0{
    padding-left: 0px !important;
}
.pr-0{
    padding-right: 0px !important;
}
.pt-0{
    padding-top: 0px !important;
}
.pb-0{
    padding-bottom: 0px !important;
}

/*Scroll TOP button*/
#ScrollTopBtn {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 99;
    font-size: 18px;
    border: none;
    outline: none;
    background-color: rgba(0,0,0,0.7);
    color: white;
    cursor: pointer;
    padding: 10px 15px;
    border-radius: 4px;
}

/*Table CSS*/
/*Table CSS*/
table, th, tr, td{
    border-color:#bbb !important;
}

table th{
    border-bottom:none !important;
    background-color:#CCC !important;
    text-align:center !important;
}

.dropdown-menu{
    box-shadow:5px 5px 10px #999 !important;
    border-color: #dedede !important;
}

/*Login Box and Register Box*/
.login-box {
    margin-top: 7%;
    margin-bottom: 0px !important;
}

.register-box {
    margin-top: 3.5%;
    margin-bottom: 0px !important;
}

/*ADMIN LTE CSS*/
.form-control{border-color: #bbb;}
.img-thumbnail{border-color: #bbb;}

/* delivery pincode page */
.delivery-panel-heading{margin-bottom:20px;}
.delivery-panel-heading a{float: right; padding-left:10px;}
.delivery-panel-heading ul li{display:inline;}
#delivery-importFrm{margin-bottom: 20px;display: none;}	
#delivery-importFrm input[type=file] {display: inline;}
#delivery-insertfrm{margin-bottom: 20px;display: none;}
#pincode-table{margin-top:20px;}

/* Order-details table */
.order-details table th, thr, td{
    vertical-align: baseline;
}

/* Alert box height */
.custom-alertbox{
    max-height: 300px;
    overflow-y: scroll;
}

.sidebar-menu .bg-green {
    background-color: #158423!important;
}