/*######################################################################################

    Copyright (c) 2007-2024 NIT-MREZA D.O.O. All rights reserved.

    This work is the property of the company NIT-Mreza d.o.o. and may without express
    written permission not to be copied, modified, distributed or be published.

    Codename: Quantura
    Filename: %FILENAME%
    Last updated: %LAST_UPDATED%
    Description:

  ######################################################################################*/


@media (max-width: 1440px) {

	#navigation h2 {
		padding: 19px 7px 19px 7px !important;
	}
	
	#navigation h2 #hti {
		font-size: 12px;
		line-height: 18px;
	}

	#containerTab #tabs a {
		font-size: 11px;	
	}
  
	.Tbl_Content thead th,
	.Tbl_Content tbody td {
		font-size: 11px !important;
	}
	
	.Tbl_footer_left {
		font-size: 11px !important;
	}
	
	.md-select select {
		font-size: 11px !important;
		height: 26px;
	}
  
}

@media (max-width: 1200px) {
	
  	#navigation h2 {
  		height: 15px;
  		padding: 19px 8px 20px 13px !important;
  	}
    #navigation h2 #hti {
		display: none;
    }
    #navigation .arrow {
    	background-image: none !important;
    }

	#dashboard_block {
		width: 600px !important;
	}
	
}