
/* Media Query For 1024px */

@media only screen and (max-width:1080px) {
.state-box {
	padding: 10px 5px;
}
.state-box .state-icon {
	margin: auto;
	position: static;
}
.state-box .state-title {
	position: relative;
	top: 0px;
	margin: 10px 0 0 0;
	right: 0;
	text-align: center;
	left: 0;
}

.custom-grid-header {
	display: none;
}
.custom-grid-row {
	padding: 10px;
	background: #ffffff;
	-webkit-box-shadow: 0 10px 30px 0 rgba(0,60,179,.05);
	box-shadow: 0 10px 30px 0 rgba(0,60,179,.05);
}
.custom-grid-row:nth-child(2n) {
	background: #ffffff;
}
.custom-grid-topbar {
	padding:10px;
	margin:0 5px 10px 5px;
	background: #ffffff;
	border-radius:5px;
	-webkit-box-shadow:0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
	box-shadow:0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
}
.custom-grid {
	padding: 0;
	border-radius: 0;
	box-shadow: none;
	margin:-5px;
	background: transparent;
}
.custom-grid-col-row:nth-child(2n) {
	background: transparent;
}
.action-column,
.cta-button {
	text-align: left;
    display: inline-block;
    margin-right: 10px;
    vertical-align: middle;
}
.status-sign-box br {
	display: none;
}
.status-sign-box .status-sign {
	margin-right: 5px;
	margin-bottom: 10px;
}
.action-column > br {
	display: none;
}
.custom-grid-text {
	font-weight: 500;
	color: #324253;
	text-align: left !important;
}
.custom-grid-text span {
	font-weight: 400;
	color: #6c757d;
	display: block;
}
.custom-grid-text.item-price {
	text-align: left;
}
.custom-grid-text .item-name {
	font-weight: 700;
	position: static;
	padding: 0;
}
.item-name .srno {
	position: static;
	display: inline-block;
}
.infotext span {
	width: 100%;
	display: block;
}
.status-sign {
	padding: 0;
	background: transparent;
	margin: 0 10px 0 0;
}
.section-content {
	padding: 0;
}




}

/* Media Query For 991px */

@media only screen and (max-width:991px) {
	
	

	.btn-add {
		margin: 0;
	}
	.custom-grid-text.item-price {
		text-align: left;
	}
	
	.form-box {
		padding: 10px;
	}
	.custom-tabs .nav-tabs {
		overflow-x: auto;
		display: block ruby;
		background: #ffffff;
		margin-bottom: 10px;
	}
	.custom-tabs .nav-tabs .nav-link {
		padding: 10px 20px;
	}

	
	
	
}


/* Media Query For 767px */
@media only screen and (max-width:767px) {
	ion-menu ion-header ion-toolbar {
		--background: #001546;
	}
	ion-title {
		padding-left:50px;
	}
	.state-box {
		padding: 10px 5px;
	}	
	.state-box .state-title {
		padding: 0;
	}
	.custom-grid-topbar {
		margin: 0 5px 10px 5px;
		box-shadow: none;
		padding: 0;
		background: transparent;
		float: none;
		border-radius: 0;
	}
	.custom-grid-search {
		width: 100%;
		float: none;
		margin-bottom: 10px;
	}
	.custom-grid-search ion-searchbar .searchbar-input-container {
		border-radius: 5px;
	}
	.timeline-date {
		position: static !important;
	}
	.vertical-tabs {
		display: block !important;
		background: transparent;
		box-shadow: none;
	}
	.vertical-tabs .nav-tabs {
		padding: 0 0 10px 0;
		overflow-x: auto;
		display: block ruby;
		width: 100%;
	}
	.vertical-tabs .tab-content {
		padding: 15px 0px;
	}
	.vertical-tabs .nav-tabs .nav-item {
		margin: 0 5px;
	}
	.timeline {
		position: relative;
		z-index: 1;
		background: #ffffff;
		margin-bottom: 10px;
		padding: 15px;
		border-radius: 5px;
		border: 1px solid #d9e0e9;
	}

	.data-table thead {
        display: none;
      }
      
      .data-table tbody {
        display: flex;
        flex-wrap: wrap;
        padding: 4px;
      }
      
      .data-table tbody tr, .data-table tbody td {
        display: block;
        border: 0;
      }
      
      .data-table tbody td {
		padding: 4px;
		font-weight: 500;
		color: #222;
		text-align: left !important;
	}
      
    .data-table tbody td::before {
		content: attr(data-name);
		width: 100%;
		display: block;
		font-weight: 400;
		color: #666666;
	}
      
      .data-table tbody tr {
		position: relative;
		width: 100%;
		padding: 15px;
		margin: 0 0 15px 0;
		background: #ffffff;
		box-shadow: 0 10px 30px 0 rgba(0,60,179,.05);
		border-radius: 5px;
	}
	.data-table tbody tr:nth-child(2n) td {
		background: #ffffff;
	}
	.email-phone > br {
		display: none;
	}
	.email-phone span {
		margin-right:20px;
	}
	.custom-card,
	.custom-form-box {
		box-shadow: none;
		background: transparent;
		padding: 0;
	}	
	.custom-card .card-body {
		padding: 0;
	}
	.data-table tbody td.half-column {
		width: 50% !important;
		float: left;
	}
	.data-table tbody td.full-column {
		width:100% !important;
		float: left;
	}
	.custom-tabs {
		background: transparent;
		box-shadow: none;
	}
	.custom-tabs .tab-content {
		padding: 0;
	}
}