/*
 * ---- start OUT-BREAKPOINT definition ---- DEFAULT SETTINGS
 */
 	
	.underlineEffect-text:hover {
      text-decoration: underline;
	}
		
	.servicesScroll-panel{ /*auto-scroll functionality layout*/
		background-color: white;
		height: 110px;
	}
	
	.arrowFontAwesome-icon {
    	font-size: 10pt !important;
	}
	
	.futureItem-text{
		font-size: 14pt !important;
	}
	
	.common-button{
		font-size: 18px !important;
		padding-top: 6px;
    	padding-bottom: 6px;
    	padding-left: 12px;
   		padding-right: 12px;
	}
	
	.advancedCommon-button{
		font-size: 18px !important;
		padding-top: 6px;
    	padding-bottom: 6px;
    	padding-left: 12px;
   		padding-right: 12px;
	}
	
/* ---- start LARGE SCREEN DEVICE BREAKPOINT ----
 */
 
@media only screen and (min-width: 1824px) {
	

	
	
}

/* ---- end Large screen DEVICE BREAKPOINT ----
 */


/* ---- start Desktops and laptops DEVICE BREAKPOINT ----
 */
 

@media only screen and (min-width: 1224px) and (max-width: 1823px){

	
	
	
		
			
		
}


/* ---- end Desktops and laptops DEVICE BREAKPOINT ----
 */


/* ---- start common DEVICE BREAKPOINT ----
(min-width: 768px) and (max-width: 1024px), max-width changed
 */
/* ONLY for Evidence Dialog on CAROUSEL  */

@media only screen and (max-width: 1200px) {
	/* rule for horizontal scroll bar to manage resize browser window & responsive layout */
	body {
		width:1200px;		
	}	
}	

@media only screen and (min-width: 768px) and (max-width: 1024px){
	
	
	
	
}	

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 1) {

	
	
	
}

@media only screen and (min-width: 375px) and (max-width: 767px){
	
	
	
}	
