@media only screen and (max-width: 767px) {
	.hdrcont {
	    width: 100%;
	    display: inline-block;
	    max-width: 1055px;
	    padding: 10px 10px;
		padding-left:33px;
	}
	
	.content-wrapper {
	    padding: 0px;
	    padding-top: 0px!important;
	}
	
	.loginrow .k-portlet{
		webkit-box-shadow: none;
		box-shadow: none;
		background-color:#f9fbfd;
	}
	
	.tabular {
	    position: relative;
	    padding: 0px;
	    padding-bottom: 50px;
	}
	
	table.standard-table {
	    width: 100%!important;
	    text-align: left;
	    font-size: 14px;
	    border-collapse: separate;
		border-spacing: 0;
		box-sizing: border-box;
		letter-spacing: normal!important;
	}

	table.standard-table thead tr {
	    height: auto;
	    background: #e8e8e9!important;
	    margin-bottom: 20px;
		display: flex;
		display: -webkit-flex;
	}

	table.standard-table tr {
	    background: #fff;
	    border: 2px solid #d7d7d9;
	    display: block;
	    display: -webkit-flex;
	    margin-bottom: 10px;
	    max-width: 100%;
	    position: relative;
	    border-radius: 2px;
	}

	table.standard-table tr {
	    color: #222;
	    height: 85px;
	}

	table.standard-table th {
	    display:none;
	}

	table.standard-table tr td:first-of-type {
	    background: #d7d7d9;
	    padding-left: 10px !Important;
	    height: 30px !important;
	    padding-top: 8px !important;
	    float: left;
	    width: 100%;
	    text-align: left;
	}

	table.standard-table tr td:first-of-type {
	    background: #d7d7d9;
	    padding-left: 10px !Important;
	    height: 30px !important;
	    padding-top: 8px !important;
	    float: left;
	    width: 100%;
	    text-align: left;
	}

	table.standard-table tr td:nth-child(2) {
	    position: absolute;
	    left: 30px;
	    top: 0px;
	}

	table.standard-table tr td:nth-child(3) {
		float: none;
		    position: absolute;
		    left: 10px;
		    top: 30px;
		    font-size: 13px;
	}

	table.standard-table tr td:nth-child(4) {
		float: none;
		    position: absolute;
		    left: 10px;
		    top: 47px;
		    font-size: 13px;
	}

	table.standard-table tr td:nth-child(5) {
		display: none;
	}

	table.standard-table tr td:nth-child(6) {
		display: none;
	}
	
	table.standard-table tr td:nth-child(7) {
		display: none;
	}
	
	table.standard-table>tbody>tr>td{
		border-top:none;
	}
	table.standard-table th:nth-child(1),table.standard-table th:nth-child(2){
		display:block;
		border:none;
	}
	
	.citystate{
		display:none;
	}
	
	.header {
	    margin-bottom: 10px!important;
		position: fixed;
		    top: 0px;
		    left: 0px;
		    display: inline-block;
		    width: 100%;
			z-index: 10000;
	}
	
	#rtContent{
			position: fixed;
		    top: 105px;
		    left: 0px;
		    overflow-y: scroll;
		    bottom: 0px;
	}
	.modal{
		z-index: 100000!important;
	}
	
	.invoicehtm {
	    padding: 20px;
	    background: #fff;
	    border: 1px solid #f2f2f2;
	}
}