
/* ==========================================================================
   Author: Prosoft Phils
   Description: custom styles for desktop
   ========================================================================== */

@media (min-width: 992px) {

}/* END of @media 980px and above*/

/*CUSTOM BREAK POINTS*/

@media (min-width: 1025px) and (max-width: 1280px) {
	.container {
		min-width: 1000px !important;
	}

	table tbody {
		font-size: 11px;
		line-height: 13px;
	}
	.calendar-container {
		position: fixed;
		bottom: 0;
		width: 12%;
		left: 15%;
	}
}

@media (min-width: 1281px) and (max-width: 1366px) {
	.container {
		min-width: 1200px !important;
	}

	table tbody {
		font-size: 11px;
		line-height: 15px;
	}
	.calendar-container {
		position: fixed;
		bottom: 0;
		width: 12%;
		left: 17%;
	}
}

@media (min-width: 1367px) and (max-width: 1440px) {
	.container {
		min-width: 1250px !important;
	}
	.calendar-container {
		position: fixed;
		bottom: 0;
		width: 12%;
		left: 17%;
	}

}

@media (min-width: 1441px) and (max-width: 1600px) {
	.container {
		min-width: 1380px !important;
	}
	.calendar-container {
		position: fixed;
		bottom: 0;
		width: 12%;
		left: 19%;
	}
}

@media (min-width: 1601px) and (max-width: 1680px) {
	.container {
		min-width: 1570px !important;
	}
	.calendar-container {
		position: fixed;
		bottom: 0;
		width: 12%;
		left: 19%;
	}
}

@media (min-width: 1681px) {
	.container {
		min-width: 1600px !important;
	}
	.calendar-container {
		position: fixed;
		bottom: 0;
		width: 12%;
		left: 22%;
	}
}