table tr,
table td,
table th{
	word-break: break-all !important;
}
.clr-grey {color:#a0a0a0}
.btn-gray {
    background-color: #999;
    color: #fff;
}
.btn-gray:hover,
.btn-gray:active {
    color: #fff;
    background-color: #666
}
.fs-22 {
    font-size: 22px;
}
.nonlogged-modal {
    margin-bottom: 0;
    line-height: 28px;
}
/* withdraw/detail s */
.withdraw-detail .total_price,
    .withdraw-detail .total_point {
        font-weight: bold;
        font-size: 20px;
        display: block;
        margin: 20px 0px;
        text-align: center;
    }
    .withdraw-detail .detail_1 h1 {
        text-align: center;
    }
    .withdraw-detail .detail_1 a{
        display: block;
        width: 80%;
        margin: 20px auto;
        font-size: 16px;
    }
    .withdraw-detail .detail_1 .user-data {
        /*width: 80%;*/
        margin: auto;
    }
    .withdraw-detail .btn-back{
        width: 50%;
        display: block;
        text-align: center;
        margin: 0 auto;
        font-size: 16px
    }
    .withdraw-detail .user-data .detail{
        width: 100%; 
        padding-left: 30px;
    }
    .withdraw-detail-inner{
        background: #fff;
        padding: 15px 0px;
    }

    .withdraw-detail a.btn.btn-primary.btn-back {
        width: 352px;
    }
    .withdraw-detail .btn-orange {
        background: #F15C22;
        color: #fff;
    }
    .withdraw-detail .btn-upgrade{
        margin-top: 35px !important;
    }
/* withdraw/detail e */
/* withdraw/add start */
  .note{font-size: 12px;color: #ff0000;}
    .withdraw-add-page form {
        margin-bottom: 20px;
    } 
    .withdraw-add-page .form-group {
        margin: 0px;
        padding: 8px 0px;
    }
    .withdraw-add-page .note {
        line-height: 1.8;
        text-align: left;
        width: 290px;
        margin: 5px auto 10px;
    }
   .withdraw-add-page .form-group label {
        margin-top: 7px;
        text-align: right;
    }
    .withdraw-add-page .btn-back{
    }
    .pright0{
        padding-right:0;
    }
    .withdraw-add-page .wrapper {
        padding: 20px;
        background-color: #fff;
    }
    a.btn.btn-primary.btn-back {
    }
    .withdraw-add-page .radio-label{
        font-weight: normal;
        margin-right: 10px;
        cursor: pointer;
    }
    .withdraw-add-page label.radio-label input {
        margin-right: 5px;
    }
/* withdraw/add end */
/* header start */
#back-to-top {
position: fixed;
    bottom: 40px;
    right: 40px;
    z-index: 500;
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    background: #f5f5f5;
    color: #444;
    cursor: pointer;
    border: 1px solid #a4a4a4;
    text-decoration: none;
    transition: opacity 0.2s ease-out;
    opacity: 0;
}
#back-to-top:hover {
    background: #e9ebec;
}
#back-to-top.show {
    opacity: 1;
}
.user_points{
    position: absolute;
    top: 10px;
    right: 6px;
}
.position-relative{
    position:relative;
}
.fa-bars-style{
    float: left;
    margin-left: 5px;
    margin-top: 6px;
}
.circle-o-style{
    position: absolute;
    right: 15px;
    top: 15px;
    cursor: pointer;
    font-size: 20px;
}
.user-nickname{
    line-height: 25px !important;
    padding: 10px 0px;
}
/* header end */

/* edit blog start */
.edit-blog.content{
    width:100%;
    padding:0px 15px;
}
.bg-success{
    background-color:#dff0d8;
    padding: 15px; 
    margin-bottom: 20px;
}
.bg-error{
    background-color:#dff0d8;
    padding: 15px; 
    margin-bottom: 20px;
}
textarea#content {
    resize: vertical;
}
table.table-border-none td{
    border-top: none !important;
}
.vam{
    vertical-align: middle !important;
}
/* edit blog end */

/* user view start */
.users-profile-tbl tr td{
    /*vertical-align: bottom !important;*/
    border-top: none!important;
}
/*.users-profile-tbl tr td button{
    width: 100%;
    padding: 9px 0;
}*/
.users-profile-info,.users-profile-info table.info tr th{
    text-align: center;
}
.rating-con span{border: none;outline: none;}
.fade {
    -webkit-transition: opacity 2s;
    transition: opacity 2s;
    opacity: 0;
}
.btn,.rating-con span{
    font-size:14px;
}
.glyphicon{
    font-size: 25px;
    top: 6px;
}
table.info tr td {
    vertical-align: middle;
}
table.info tr td p{
    margin-bottom: 0;
}
.has-background{
    background:#eee;
    padding: 15px;
    border: 1px solid #ddd;
}
.w30p{
   width:30%;
}
.w50p{
   width:50%;
}
.bordered-grey{
   border:1px solid #ddd;
}
.ta-left{
    text-align: left;
}
.line-height{
    line-height: 1.75;
}
/* user view end */

/* blog view start */
.blogview .blogview.content {
    width: 100%;
    padding: 0px 15px;
}
.blogview .word-break
{
    word-wrap: break-word;
    word-break: break-all;
}
.blogview .btn-link{
    background: none;
    border: 0;
    color: #337ab7;
}
.blogview .btn-link:hover{
    color: #23527c;
}
.blogview .btn-link:hover{
    text-decoration: none;
}
.blogview .btn-link:focus{
    outline:0;
}
.blogview .link-disabled{
    color:#5d5d5d !important;
    cursor: not-allowed;
}
.blogview .btn-link[disabled] {
    cursor: not-allowed;
}
.blogview h2{
    line-height: 1.75;
}
/* blog view end */

/* message page start */

ul.sender-list,
ul.message-list {
    padding-left: 0px;
    max-height: 600px;
    overflow: auto;
}
ul.sender-list li,
ul.message-list li{
    list-style: none;
    word-wrap: break-word;
}
ul.sender-list li{
    border-bottom: 2px dashed #ddd;
}
ul.sender-list li a{
    display: block;
}
ul.sender-list li a:hover{
    background-color: lightblue;
    color: #222;
    text-decoration: none;
}
ul.sender-list li a,
ul.message-list li a{
    padding: 10px;
    margin-bottom: 0px;
}
ul.sender-list li:nth-child(even){
    background-color: #eee;
}
ul.message-list li{
    border-bottom: 1px solid #ddd;
}
ul.message-list li {
    padding: 10px;
    background-color: #eee;
    border: none;
    margin-bottom: 10px;
}
ul.sender-list li > div{
}
ul.message-list li.user-chat{
    background: lightblue;
}
i.chat-date{
    font-size: 12px !important;
}
ul.sender-list li.active{
    background-color: lightblue;
}
ul.sender-list li.active a{
    color: #222;
    text-decoration: none;
}
.chat-profile-img {
    display: inline-block;
    border-radius: 50%;
    overflow: hidden;
    width: 50px;
    height: 50px;
    margin: auto;
    border: 1px solid #ccc;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}
.msg-bordered{
    border: 1px solid #ddd;
    padding-top: 15px;
    padding-bottom: 15px;

}
.chat-container{
    min-height: 300px;
    background: #fff;
}
.border-right-none{
    border-right: none;
}
.messenger{
    padding-left: 15px;
    padding-right: 15px;
}
.messageText{
    width: 100%;
    resize: none;
}
.send-btn-con{
    padding: 20px;
}
.chat-right{
    float: right;
    color: #222;
}
.chat-status{
    text-align: right;
    font-size: 12px;
    margin-bottom: 0px;
    color: #ff1919 !important;
    position: absolute;
}
.padding5{
    padding: 5px;
}
.sender-name-con{
    padding-right: 0px;
    padding-left: 0px;
    padding-top: 2px;
}
.padding-top10{
    padding-top: 10px;
}
.sender-name-con{
    max-height: 44px;
    overflow: hidden;
}
.sender-chat{
    float: right !important;
}
p.message-text {
    white-space: pre-line;
}
/* message page end */
/* register confirm s */
.confirm_registration {
    width: 70%;
    margin: auto;
}
.confirm_registration .btn-primary,.confirm_registration .btn-orange {
    padding: 5px !important;
    width: 200px;
}
.confirm_registration p{
    width: 250px;
    word-break: break-all;
}
.confirm_registration form {
    background:#fff;
    padding: 30px;
}
.confirm_registration .mtop25{
    margin-top:25px;
}
.confirm_registration .label-red{
    color:red;
}
.confirm_registration .form-group {
    padding-bottom: 15px;
    border-bottom: 1px solid #eee;
}
.inline-block {display:inline-block}

/* crossbrowser solution to check + label vertical alignment
**************************************************************/
.checkbox-label-align > input[type="checkbox"],
.checkbox-label-align > label {
    float: left;
    line-height: 1.6em;
    height: 1.6em;
    margin: 0px 2px;
    padding: 0px;
    font-size: inherit;
}
.checkbox-label-align > input[type="checkbox"] {
    clear: left;
}
/* register confirm e */
/* contact page s */
.contactContainer {
    background: #fff;
    padding: 20px !important;
    width: 80%;
    margin: auto;
}
.contactContainer textarea{
    resize:vertical;
}

.contactContainer .mbot15{
    margin-bottom: 15px;
}
/* contact page e */
/* topbody s */
.top.content{
    margin-left: 0px;
    padding: 0px 25px;
    margin:auto;
}
.top .third img{
    width:100%;
}
.top .top-image{
    padding: 0px;
    padding-top: 0px;
    max-width: 500px;
    width: 100%;
}
.top .sns-registration-con{
    min-height: 333px;
}
.top .top-body{
    padding-left: 15px;
    padding-right: 15px;
}
.top .margin-top0{
    margin-top: 0px;
}
.top .padding-left0{
    padding-left: 0px;
}
.top .top-image-con{
    padding-left: 0px;
}
.top .margin-bottom3{
    margin-bottom: 3px;
}
footer{
    padding: 0px 25px;
}
/* topbody e */
/* product/detail s */
  .detail h2{
    line-height: 1.75;
  }
  .detail .bx-wrapper .bx-pager {
    bottom: -95px;
  }

  .detail .bx-wrapper .bx-pager a {
    border: solid #ccc 1px;
    display: block;
    margin: 0 5px;
    padding: 3px;
  }

  .detail .bx-wrapper .bx-pager a:hover,
  .detail .bx-wrapper .bx-pager a.active {
    border: solid #5280DD 1px;
  }

  .detail .bx-wrapper {
    margin-bottom: 15px;
  }
  .detail div#bx-pager a img{
    width: 75px;
    height: 75px;
    border: 1px solid #ccc;
    padding: 3px;
  }
  .detail div#bx-pager{
    text-align: center;
  }
  .bx-wrapper {
    box-shadow: none;
  }
  .detail .bx-wrapper img {
    max-width: 100%;
    display: block;
    margin: 0 auto;
    width: 600px;
    height: 400px;

  } 
  .detail ul.bxslider li .sliderImage{
    max-width: 100%;
    display: block;
    margin: 0 auto;
    width: 600px;
    height: 400px;

    background-position: center center;
    background-size: cover;
  }
  .detail div#bx-pager {
    margin-top: 0px;
  }
  .detail .sliderImage_thum{
    width: 100%;
    height: 75px;
    border: 1px solid #ccc;
    padding: 3px;
    background-position: center center;
    background-size: cover !important;
    background-repeat: no-repeat;
  }
    .sliderImage_thum:hover {
      opacity: 0.8;
  }
  .detail a:hover{
    cursor: pointer !important;
  }
  .detail .bx-controls.bx-has-controls-direction:last .bx-prev{
    margin-left:50px;
  }
  .detail ul.list-group:nth-child(4) .list-group-item{
    padding: 10px 10px;
    /*text-align: center;*/
  }
  .detail table.product-info tr th {
    width: 30%;
  }
  .detail.content{
    margin-left: 0px;
  }
  .detail .img-product.img-responsive {
    opacity: 1;
    box-shadow: none !important;
  }
  .mtop0{
    margin-top:0;
  }
  .mtop15{
    margin-top:15px;
  }
  .detail .product-img-sm{
    height:400px;background-size: initial;
    padding:5px;
    box-shadow:0 0 5px #ccc;
    border:10px solid #fff; 
    margin-bottom:20px !important;
    background-repeat: no-repeat;
    background-color: #fff;
  }
    .detail li.list-group-item {
      border-radius: 0 !important;
  }

#bx-pager a.active div {
    border: 3px solid #337ab7;
}

.detail #socialMedia{
  text-align: center;
}
/* product/detail e */
/* product/category s */
.box_product h2{
    margin-top: 5px;
    color: #222;
    margin-bottom: 15px;
}
.box_product img:hover{
    opacity: 0.8;
}
.box_product .descri>a{
    display: block
}
.bg-default-image{
    background-size: 50% !important;
    background-repeat: no-repeat;
}
.category_submit{
    padding: 3px;
    width: 80px;
    height: 27px;
    margin-top: -2px;
}
.product-list li {
    width: 31.9%;
    border: 1px solid black;
    border-radius: 5px;
    padding: 20px;
    margin: 0px 5px 10px;
    background-color: white;
    vertical-align: top;
}
#sel-cat-con {
    margin-bottom: -10px;
}
img.loading{
    text-align: center;
    display: block;
    margin: 10% auto;
    width: 10%;
}
/* product/category e */
/* product/new_item s */
    .product-list{
    	/*margin-left: 15px;*/
    }
    .product-list li {
        width: 31.9%;
        border: 1px solid black;
        border-radius: 5px;
        padding: 20px;
        margin: 0px 5px 10px;
        background-color: white;
        vertical-align: top;
    }
    .product_name {
        font-size: 20px !important;
    }
    .box_product h2{
    	margin-top: 5px;
    	color: #222;
        
    }
    .box_product img:hover{
    	opacity: 0.8;
    }
    .box_product .descri > a {
        display: block
    }
    .bg-initial{
        background-size: initial !important;
        background-repeat: no-repeat !important;
    }
    .bg-default-image{
        background-size: 50% !important;
        background-repeat: no-repeat;
    }
    img.loading{
        text-align: center;
        display: block;
        margin: 10% auto;
        width: 10%;
    }
/* product/new_item e */
/* user/upgrade s */
button.upgrade-bt{
        margin-bottom: 10px !important;
    }
    .mbot0{
        margin-bottom:10px;
    }
   	.user-up-div8{
   		margin:0 auto;float:none;
   	}
/* user upgrade e */
/* withdraw/index s */
.sub-title{
        font-size: 18px;
    }
    .padding-left0{
        padding-left: 0px;
    }
    .note{font-size: 12px;color: #ff0000;}
    .withdraw-page h1 {
        margin-top: 0px
    }
    .withdraw-page .wrapper {
        padding: 15px;
        background-color: #fff;
    }
    .withdraw-page table.table > tbody > tr > td,
    .withdraw-page table.table > tbody > tr > th {
        border: none;
    }
    .withdraw-page table.table > tbody > tr > th {
        font-weight: bold;
        text-align: right;
    }
/* withdraw/indes e */
/* product/protama_star s */
.product-list li {
        width: 31.9%;
        border: 1px solid black;
        border-radius: 5px;
        padding: 20px;
        margin: 0px 5px 10px;
        background-color: white;
        vertical-align: top;
    }
    .box_product h2{
        margin-top: 5px;
        color: #222;
    }
    .box_product img:hover{
        opacity: 0.8;
    }
    .box_product .descri > a {
        display: block
    }
    .productz.content{
        margin-left: 15px;
    }
    .bg-default-image{
        background-size: 50% !important;
        background-repeat: no-repeat;
    }
    img.loading{
        text-align: center;
        display: block;
        margin: 10% auto;
        width: 10%;
    }
/* product/protama_star e */
/* commong media style start */
@media screen and (max-width: 768px) {
    .profile > .col-md-4{
        padding: 15px;
        background-color: #eee;

        border-top: 1px solid #ddd;
        margin-bottom: 0px !important;
    }
    .profile > .col-md-8{
        padding:15px;
        border-top: 1px solid #ddd;
        margin-bottom:0px;
    }
    .tab-content{
        padding: 0px !important;
    }
    .border-right-none{
        border-right: 1px solid #ddd !important;
    }
    .sender-name{
        display: inline-block;
        float: left;
    }
    .sender-details{
        display: inline-block;
        float: right;
    }
    .withdraw-add-page .form-group label {
            margin-top: 7px;
        }
    .withdraw-detail .btn-upgrade{
         margin-top: 0px !important;
    }
    .withdraw-detail .detail_1 a,.btn-back{ 
        width: 100%;
    }
/*    .detail_1 {
        padding: 0;
    }*/
    .withdraw-detail .detail_1 .user-data {
        width: 100%;
        margin: auto;
    }
    .withdraw-detail .detail_1{ 
         padding:0;
    }
    .withdraw-detail .col-xs-12{
        padding:0 15px;
    }
    .top .top-image{
        padding: 0px;
    }
    .top-image-con{
        padding-left: 15px !important;
    }
     .detail table.product-info {
	    width: 100%;
	    margin: 10px auto 0 auto;
	}
	.detail .default-img{
	    background-size: 30% !important;
	    background-color: #fff;
	  }

}
@media screen and (max-width: 767px) {
	.detail .default-img{
      background-size: 50% !important;
      background-color: #fff;
    }
    .detail .mobile-mtop15{
      margin-top:15px;
    }
    .mobile-block{
        display: block;
    }
    .withdraw-add-page .btn-back{
            width: 100%;
            display: block;
            text-align: center;
            margin: 0 auto;
        }
        .withdraw-add-page form {
            margin-bottom: 0px;
        }
        .mobile-padding0{
            padding:0;
        }
    .withdraw-detail a.btn.btn-primary.btn-back {
        width: 100%;
    }
    .withdraw-detail .user-data .detail{
        width: 100%;
        margin: auto;
    }
    /*for button back*/
    .withdraw-detail .mobile-margin0{
        margin:0;
        margin-left: 0 !important;
    }
    .withdraw-detail .mobile-padding0{
        padding:0 !important;
    }
    .product_name{
        margin-bottom: 15px !important;
    }
}
@media screen and (max-width: 450px) {
    .sender-name{
        display: block;
        float: none;
        width: 100%;
    }
    .sender-details{
        display: block;
        float: none;
        width: 100%;
    }
    .sender-name-con{
        width: 100%;
    }
    .chat-status{
        position: relative;
        display: inline-block;
        float: left;
    }
}
@media screen and (min-width: 375px) {
        .withdraw-add-page .content{
            width: 100% !important; 
        }
        .mobile-padding0{
            /*padding:0;*/
        }
        .mobile-padding20{
            padding:20px !important;
        }
    }
/* common media style end */