/* Landscape tablets and medium desktops // 1280 // */
@media (min-width: 992px) and (max-width: 1199px) {}

/* Medium Devices */
@media (min-width: 768px) and (max-width: 991px) {}

/* Small Landscape phones and portrait tablets */
@media (max-width: 767px) {
	.table td, .table th {
		min-width: 150px;
	}
	.tigger-btn {
		display:-webkit-box;
		display:-ms-flexbox;
		display:flex;
		-webkit-box-pack:start;
		-ms-flex-pack:start;
		justify-content:start;
		margin-top:0px;
	}
	.tigger-btn a {
		margin: 10px;
	}
	.invoice-body {
		background: none;
		padding: 0px 30px;
	}
	.address-box {
		margin-left: 0px;
		margin-top: 30px;
	}
	.address-box li i {
		border: 1px solid #535252;
		color: #535252;
	}
	.single-expense {
		margin-right: 0px;
		margin-bottom: 30px;
	}
	.navbar-header {
		position: static;
	}
	.header-search {
		position: absolute;
		width: 80%;
		left: 100px;
		z-index: 2;
		top: 5px;
		opacity: 0;
		-webkit-transition: all 0.2s;
		-o-transition: all 0.2s;
		transition: all 0.2s;
		background-color: #edf2f7;
	}
	.active-search .header-search{
		opacity: 1;
	}
	.mobile-search, 
	.active-search .mobile-search i.fa-close{
		display: block;
	}
	.mobile-search i {
		color: #a2a2a2;
		font-size: 32px;
		-webkit-transform: rotate(90deg);
		-ms-transform: rotate(90deg);
		    transform: rotate(90deg);
		-webkit-transition: all 0.3s;
		-o-transition: all 0.3s;
		transition: all 0.3s;
		position: absolute;
		right: auto;
		top: 10px;
		left: 55px;
		z-index: 9;
		cursor: pointer;
	}
	.active-search .mobile-search i.fa-search, 
	.mobile-search i.fa-close{
		display: none;
	}
	.add-expense {
		text-align: left;
	}	

	.pro-body h3 {
		font-size: 14px;
		line-height: 16px;
	}	
	nav.navbar .pro-profile {
		margin-right: 5px;
		width: 30px;
	}
	.search-result {
		top: 48px;
		border-radius: 10px;
	}	
	.search-box img {
		width: 40px;
		height: 40px;
	}
	.search-details h3 {
		font-size: 14px;
	}
	.search-details span {
		font-size: 12px;
	}
	.search-flag {
		width: 30px;
	}
}

/* Portrait phones and smaller */
@media (max-width: 576px) {
	.active-sm .nav-item.dropdown.languages-nav {
		display: none;
	}
	.body-wrap {
		padding: 15px;
	}
	.header-search {
		width: 70%;
	}
	.single-form {
		padding: 30px 15px 30px;
		margin-top: 30px;
	}	
}