@charset "utf-8";
/* CSS Document */


@media only screen and (max-width: 992px){
.nav-toggle-btn{
	display: block;
}
.navbar-left .pagelogo{
	display: none;
}
.top-header{
	left: 0;
}
.navbar-left {
    top: 0;
    left: -250px;
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	z-index: 1005;
}
.navbar-left.active{
	left: 0;
}
.content-wraper{
	padding-left: 15px;
}
.page-footer{
	padding-left: 10px;
}
}
@media only screen and (max-width: 840px){
.custom-table.image-table tr {
    padding-left: 180px;
    position: relative;
}
.table-list-image {
    position: absolute;
    left: 10px;
    top: 10px;
    width: 150px;
    height: 150px;
}
.custom-table-outer {
    border: none;
}
.custom-table thead {
    display: none;
}
.custom-table tr {
    display: block;
    float: left;
    width: 100%;
    margin-bottom: 10px;
    border: 1px solid #ddd;
    border-radius: 3px;
}
.custom-table tbody td .mobilehead {
    display: block;
    float: left;
    width: 30%;
}
.custom-table tbody td {
    display: block;
    float: left;
    width: 100%;
	height: auto;
}
.custom-table tbody td.td-no-title .mobilehead {
    display: none;
}
.custom-table tbody td:last-child .mobilehead{
	display: none;
}
.table-action .ta-btn {
    display: none;
}
.custom-table tbody td .btn-group.float-right{
	float: left!important;
}
.table-action {
    width: 100%;
}
.table-action {
    width: 100%;
}
.ta-dd {
    display: block;
    position: static;
    background: transparent;
    width: 100%;
    float: left;
    padding: 0;
}
.custom-table{
	border: none;
}
table.dataTable.no-footer{
	border-bottom: none;
}
.ta-dd .ta-subbtn {
    width: auto;
    padding: 0px 10px;
    background: #DDD;
    border-radius: 3px;
    margin: 5px;
}
.footer-links, .copy-right {
    text-align: center;
}
}
@media only screen and (max-width: 768px){
	.manage-box.manage-image {
		padding-left: 15px;
		padding-top: 280px;
	}
.managebox_popup {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
}
.vendor-shop-btn {
    right: auto;
    left: 20px;
    top: 160px;
    width: 130px;
    text-align: center;
}
.mselect-btn {
   width: 50%;
}
}
@media only screen and (max-width: 768px){

.reg-bg {
    width: 100%;
	
}
.bg-vndr{
	display: none;
}
.reg-bg-outr {
    padding: 0px;
    margin-top: 0px;
}
.reg-container {
    position: unset;
    width: 90%;
    overflow: auto;
    background: #FFF;
    box-shadow: 0px 0px 6px 0px rgba(0,0,0,0.3);
    -webkit-box-shadow: 0px 0px 6px 0px rgba(0,0,0,0.3);
    max-width: 600px;
    margin: 20px auto;
    float: none !important;
    border-radius: 10px;
}
}
@media only screen and (max-width: 680px){
.login-bg{
	display: none;
}
.login-container {
    position: static;
    width: 100%;
    max-width: 420px;
    border-radius: 10px;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    margin-left: 50%;
	margin-top: 30px;
}
.custom-table.image-table tbody td .mobilehead {
    display: block;
    float: none;
    width: 100%;
    line-height: 20px;
    margin-top: 5px;
    font-size: 12px;
    color: #666;
}
.dashboard-order-row .order-title, .dashboard-order-row .order-count, .order-view {
    text-align: center;
    width: 100%;
}
.dashboard-order-row .order-view a {
    float: none;
    margin-top: 10px;
    display: inline-block;
}
.dashboard-order-row {
    border-bottom: 1px solid #ddd;
}
}
@media only screen and (max-width:575px){
	.reg-fld-ourt {
    padding: 0px 15px;
}
.vndr-fltr {
    padding: 0px;
}
.ft-txt {
    width: 89%;
}
}
@media only screen and (max-width: 520px){
.reg_page_logo img {
    height: 40px;
    margin-top: 20px;
	float: left;
	margin-left: 15px;
}
.bk-home {
    top: 20px;
    font-size: 12px !important;
}
}
@media only screen and (max-width: 480px){
.managebox-popup-Header {
    padding: 15px;
    padding-top: 200px;
}
.popup-alert {
    left: 10px;
}
.managebox_popup_wraper {
    width: 100%;
    margin-top: 20px;
}
.custom-table.image-table tr {
    padding-top: 180px;
	padding-left: 0;
}
.header-right .nav-link ,.navbar-top .nav-link{
    font-size: 16px;
	position: relative;
}
.header-right .nav-link span ,.navbar-top .nav-link span {
    position: absolute;
    background: rgba(0,0,0,0.5);
    padding: 5px 10px;
    border-radius: 4px;
    font-size: 12px;
    top: 34px;
    right: 0;
    display: none;
	color: #FFF;
}
.header-right .nav-link:hover span,.navbar-top .nav-link:hover span{
	display: block;
}
.custom-table tbody td .mobilehead {
    display: block;
    float: none;
    width: 100%;
    line-height: 20px;
    margin-top: 5px;
    font-size: 12px;
    color: #666;
}
}
@media only screen and (max-width: 400px){
.ft-txt {
    width: 84%;
}
}