.mce-btn-group .mce-btn { height: 22px; }
input[type=file] { padding: 6px 12px 28px 12px; }
html[data-useragent*='Trident'] input#spreadsheet { 
	padding: 0 !important;
}

/* USDEC Branding */
.usdec-primary-red { color: #bb133e; }
.usdec-primary-dark-blue { color: #002664; }
.usdec-primary-purple { color: #511446; }
.usdec-primary-light-blue { color: #327cad; }
.clipboard_selected { border:dotted 1px #bb133e; background-color: #327cad; color: white; }

.usdec-secondary-gray { color: #58595b; }
.usdec-secondary-blue { color: #3798d8; }
.usdec-secondary-purple { color: #b9a1b5; }
.usdec-secondary-peach { color: #ffecbb }

.page-subnav li a, .page-subnav li.current a { line-height: 40px; }
i.fa { width: 12px; }
.page-subnav li a:hover { background-color: #e1eff9 }

.clip_button.zeroclipboard-is-active, .clip_button.zeroclipboard-is-hover { background-color: #3071a9; border-color: #285e8e; color: #fff; }

ol.formatted, ol.formatted li { list-style-type: decimal; }
ol.formatted { margin: 0 1.5em 1.5em 1.5em; }

.clear { clear: both; }

/* USDEC Style overrides */
@media (min-width: 720px) {
	.col-secondary-top, .col-secondary-bottom { width: 22% }
	.col-main { width: 78% }

	.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
		margin-bottom: 0;
	}

	.alert {
		position: absolute;
		width: 300px;
		right: 30px;
		top: 75px;
	}

	#users-table, #promotions-table {
		margin-top: 15px;
	}
}