
/*login*/
@media ( max-width: 1120px ) {
	.main-container .tagline {
		top: 108px;
    	right: 80px;
    	width: 450px;
    	text-align: center;
	}
}
/*@media ( width: 1024px ) {
	.main-container .tagline {
		top: 108px !important;
	}	
}*/

/*dashboard*/
@media ( width: 1280px ) {
	.panel-heading .dashboard-boxes {
		height: 88px;
		width: 88px;
	}
} 

/*products*/
@media (max-width: 1146px) {
	.table-responsive > .table > thead > tr > th {
	    background-color: #ddd;
	    color: #333;
	    border-right: 1px solid #ddd !important;
	}

	
}
@media (max-width: 1118px) {
	.target-div,
	.lob-bu-div{
		overflow-y:auto; 
	}
}


/*button style*/
@media(max-width: 992px) {
	.btn {
		padding: 6px;
		font-size: 12px;
	}
	.breadcrumb > li {
		font-size: 12px;
	}
	div.pagination {
		left: 60%;
	}

	.modal .modal-lg{
		width: 95%;
	}
}


/*help modal*/
/*@media(min-width: 1366px) {
	.popover.fade.top.in {
	  left: 90% !important;
	}
	.popover.fade.top {
	  left: 90% !important;
	}
}*/



