/*
*	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;
	width: 24px;
}
.full-width {
	width: 100%;
}
.full-max-width {
	max-width: 100%;
}
.template-uuid {
	color: grey;
	display: block;
	padding-bottom: 3px;
}
.left {
	float: left;
}
.mac-column {
	width: 8.5em;
}
.manual-icon {
	cursor: pointer;
	position: absolute;
	right: 25px;
	top: 25px;
	width: 42px;
	height: 42px;
	background-color: white;
	padding: 5px;
	border: 1px solid darkgray;
	border-radius: 10px;
}
.msg-receivers-table-container {
	margin-bottom: 0px;
	max-height: 720px;
}
.no-wrap {
    white-space: nowrap;
}
.right {
	float: right;
}
td .help-icon {
	vertical-align: text-bottom;
}
.underline {
	text-decoration: underline;
}
.width10 {
	width: 10px;
}
.width25px {
	width: 25px;
}
.width75px {
	width: 75px;
}
.width135 {
	width: 135px;
}
.width400 {
	width: 400px;
}