/*Extra large devices (large desktops, 1200px and up)*/
@media (min-width: 1200px) { 
	footer .container{
		max-width: 1670px;
	}
}
@media (min-width: 992px) { 
	.container{
		max-width: 980px;
	}
}
@media (min-width: 768px) and (max-width: 991.98px) {
	.container{
		max-width: 768px;
	}
	table {
	    font-size: 13px;
	}
	body{
		font-size: 14px;
	}
	.table_title {
	    font-size: 16px;
	}
	.checkbox_wrap.v2 label {
	    font-size: 12px;
	    padding-top: 2px;
	    padding-left: 24px;
	}
	.checkbox_wrap.v2 .checkbox {
	    padding: 8px 3px 0;
	}
	footer p {
	    font-size: 12px;
	}
}

@media (max-width: 991.98px) {
	.box {
	    padding: 15px 15px;
	}
}

/*Medium devices (tablets, 767px and down)*/
@media (max-width: 767.98px) {
	.table_responsive{
		overflow: auto;
		scrollbar-width: none;
    	-ms-overflow-style: none;
	}
	.table_responsive table{
		min-width: 920px;
		overflow: auto;
	}
	.table_responsive::-webkit-scrollbar {
	    width: 0;
	    height: 0;
	}
	footer{
		text-align: center;
	}
	.table_title br,
	.box p br{
		display: none;
	}
}

/*Small devices (landscape phones, 575px and down)*/
@media (max-width: 575.98px) {
	.title {
	    font-size: 20px;
	}
	.table_title {
	    font-size: 16px;
	    -webkit-hyphens: auto;
	        -ms-hyphens: auto;
	            hyphens: auto;
	}
	.sub_title {
	    font-size: 18px;
	}
}

