/*
*	https://material.io/color/#!/?view.left=1&view.right=1&primary.color=005ABE&secondary.color=f1f1f1
*/
/*
$backgroundColor: rgba(241, 241, 241, 1);
$secondaryColor: rgba(241, 241, 241, 1);
$secondaryLightColor: rgba(255, 255, 255, 1);
$secondaryDarkColor: rgba(190, 190, 190, 1);
*/
/*$buttonShadow: 0px 0px 2px 0 rgba(0,0,0,0.4);
$buttonShadowHover: 2px 2px 4px 0 rgba(0,0,0,0.4);*/
/* #E4EEF3 */
/* $defaultShadow: 0px 0px 4px 0 rgba(0,0,0,0.4); */
/*
*****************
*	OLD COLORS	*
*****************
	Header color: #383A3B
					rgba(56, 58, 59, 1)
	Clean blue: #0EB3FF
					rgba(14, 179, 255, 1)
	Almost white: #F1F1F1
					rgba(241, 241, 241, 1)
	Almost black: #1F1F1F
					rgba(31, 31, 31, 1)
	Light gray: #DEDEDE
					rgba(222, 222, 222, 1)
	Gray: rgba(56, 58, 59, 0.4)									NOTE; Used in textbox thin underline
					#A7A7A8
	Darker Gray: rgba(145, 145, 145, 1)
					#919191
	Green: rgba(46, 204, 113, 1)
					#2ECC71
	Red: rgba(242, 38, 19, 1)
					#F22613
	Tag hover: inset 0px 0px 0px 100px rgba(255,255,255,0.25)		
	
	
	Shadow: 0px 0px 4px 0 rgba(0,0,0,0.4)
	Button shadow: 1px 1px 2px 0 rgba(0,0,0,0.4)
	Button shadow hover: 2px 2px 4px 0 rgba(0,0,0,0.4)
	DEFAULT Button background: rgba(255, 255, 255, 0)
	Disabled button color: rgba(56, 58, 59, 0.1)
	
	Disabled opacity: 0.45

	
	
	
	
*****************
*	NEW COLORS	*
*****************
	LightBlue	#ADBFD8
				rgba(71, 117, 179, 0.4) !important
				
*/
#alert-summary {
	padding: 3px;
	margin-top: -5px;
}
.break-all {
	word-break: break-all;
}
.pointer-cursor {
	cursor: pointer;
}
.delete-img, .edit-img, .help-icon {
	cursor: pointer;
}
.full-width {
	width: 100%;
}
.left {
	float: left;
}
.right {
	float: right;
}
.hidden {
	display: none;
}
.invalid-number {
	background-color: #FF9494 !important
}
.mac-column {
	width: 8.5em;
}
.no-wrap {
    white-space: nowrap;
}
.right {
	float: right;
}
.underline {
	text-decoration: underline;
}
.width10 {
	width: 10px;
}
.width10 {
	width: 10px;
}
.width400 {
	width: 400px;
}