
/***************************************************************** ELEMENTS */

body {
	color: #5f6062;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
}

a {
	text-decoration: none;
	color: #ff5500;
	cursor: pointer;
}
a:hover {
	text-decoration: underline;
	color: #5f6062;
}
input,
select,
textarea,
button {
	color: black;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
}

input[type=text],
input[type=number],
input[type=password],
input[type=email],
select,
textarea {
	background-color: #dde6f3;
	border: 1px solid #5f6063;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

select {
	max-width: 50em;
}

input[type=button],
input[type=reset],
input[type=submit],
button,
a.button {
	background-color: #ff5500;
	border: 1px solid #5f6062;
	color: white;
	-moz-border-radius: 7px;
	border-radius: 7px;
	padding: 3px 6px;
}

a.button {
	text-decoration: none;
	padding: 3px 6px;
	cursor: pointer;
}

input[disabled],
select[disabled],
textarea[disabled],
button[disabled=disabled] {
	background-color: #fff;
	border-color: #ccc;
	color: #ccc;
}

hr {
	height: 1px;
	border: 0;
	color: #C2BFBF;
	background-color: #C2BFBF;
}

code {
	color: black;
	border:1px outset #000000;
	padding: 0.5em;
	font-family: "Courier New", Courier, monospace;
}

p {
	margin: 1em 0;
}

pre {
	padding: 1.0em;
	background-color: #eee;
	border: 0.1em dashed #5f6062;
	font-size: 1.0em;
}

img,
a img {
	border-width: 0;
}

div#container, .container {
	width: 60em;
	margin: 0 auto;
	text-align: left;
}

table {
	background-color: transparent;
	border-collapse: collapse;
}

td,
th,
form.tableless label {
	margin: .1em;
	padding: .1em;
}
form.tableless label,
th {
	text-align: right;
	vertical-align: top;
	font-weight: 800;
	min-width: 30px;
}
form.tableless label a,
th a {
	color: #5f6062;
}
form.tableless br {
	clear: left;
	margin-bottom: .7em;
}
thead tr th,
tr.header th {
	text-align: center;
	vertical-align: bottom;
	min-width: 30px;
}

tr.header th div.expander {
	text-align: left;
	float: left;
}

.note {
	font-size: .8em;
	color: #aaa;
}

.disabled-pointer-events {
	pointer-events: none;
}

.disabled-pointer-events > a{
	color: inherit;
}

tr.even > td {
	background-color: #f0f0f0;
}
tr.odd > td {
	background-color: #f8f8f8;
}

#header a {
	font-weight: bold;
	text-decoration: none;
}

#footer {
	padding: .5em 1em;
	color: #505153;
	font-size: .9em;
}

#footer.admin {
	text-align: center;
}

#footer a {
	color: #505153;
}

.occlude {
	background-color: #dde6f3;
	border: 0.1em solid #c2bfbf;
	z-index: 100;
}

.boxTitle {
	font-size: 1em;
	color: #5f6062;
	text-decoration: none;
	font-weight: bold;
}

.error {
	color: red !important;
	font-weight: bold;
}
h3.error ul {
	text-align: left;
}
/* .warning {
	color: goldenrod !important;
	font-weight: bold;
} */
.info {
	color: black !important;
	font-weight: bold;
}
.success {
	color: blue !important;
	font-weight: bold;
}

.fakeDisabled {
	background-color: #fff;
	border-color: #ccc;
	color: #ccc;
	cursor: not-allowed;
}

.contentBox {
	width: 100%;
	margin: .75em;
	padding: 2em;
	border: .2em solid #c2bfbf;
}

/* IE[456] doesn't understand the '>' child selector
We hide this from IE[456] because it really screws up page layout when you set auto width */
* > .contentBox {
	width: auto;
}

/*
 * h1 should ONLY be the VERY first thing inside contentBox (-10 margin-top)
 * h2 and h3 can be used anywhere inside contentBox to insert a heading
 * h2 is a major divider: it looks graphically exactly like h1 (except the margin-top)
 * h3 looks like a subheading (less padding, indented, smaller font)
 */
.contentBox h1,
.contentBox h2,
.contentBox h3 {
	margin: -1.67em -1.67em 1em -1.67em;
	padding: .4em 1.33em;
	background-color: #5f6062;
	border-bottom: .1em solid #c2bfbf;
	color: white;
	text-decoration: none;
	font-weight: 900;
	font-size: 1.2em;
}
.contentBox h2 {
	border-top: .1em solid #c2bfbf;
	margin: 1em -1em 1em -1em;
}
.contentBox h3 {
	/* Leave whitespace on the sides to show it's a subheading */
	margin: 1.2em 0;
	padding: .2em 1.2em;
	border: .1em solid #c2bfbf;
	font-size: 1.1em;
}
.contentBox h3.error,
.contentBox h3.success {
	background-color: #eee;
	text-align: center;
	font-weight: bold;
}

.contentBox h3.error ul,
.contentBox h3.success ul {
	list-style-position: inside;
}

.pageTitle {
	font-size: 1.8em;
}

.wide {
	width: 100%;
}
table.grid {
	background-color: white;
	border: .2em solid #cbdbeb;
}
table.grid tr td {
	border: .1em solid #cbdbeb;
}
table.grid tr th {
	background-color: #dde6f3;
	border: .2em solid #cbdbeb;
}
table.grid tr th[scope='row'] {
	width: 20%;
}

table.grid label.radio {
	display: table;
}

.padding,
table.padding td,
table.padding th {
	padding: .3em;
}

span.required,
td.required span {
	background: transparent url(../img/reddot.png) no-repeat top left;
	padding-left: 7px !important;
}

label.required {
	position: relative;
}

label.required::before {
	content: "";
	background: transparent url(../img/reddot.png) no-repeat top left;
	width: 7px;
	height: 7px;
	position: absolute;
	left: -8px;
}

span.effective,
td.effective span {
	background: transparent url(../img/bluedot.png) no-repeat top left;
	padding-left: 7px !important;
}

a.inverse {
	color: #5f6062;
}
a.inverse:hover {
	color: #ff5500;
}

.tab {
	padding-left:.8em;
	padding-right:.8em;
}

.lang-selection img {
	vertical-align: bottom;
}

.language-selector {
	display: inline;
}

.language-selector svg {
	vertical-align: bottom;
	margin-bottom: 0;
}

form.tableless label {
	float: left;
	padding: 0pt 1em;
	text-align: right;
	width: 12em;
}
form.tableless span {
	display: block;
	margin-bottom: 0.5em;
	padding: 0pt;
}
form.tableless span select {
	padding: 1px;
}

.accessible {
	position: absolute;
	top: 0em;
	left: -500em;
	width: 1px;
	height: 1px;
	overflow: hidden;
}

.group-td-vert.answers {
	min-width: 15em;
	white-space: nowrap;
}

.group-td-vert.answers .choice {
	white-space: nowrap;
	margin-right: 0.5em;
}

.floatClear {
	display: block;
	clear: both;
}

.underline {
	text-decoration: underline;
}

.success-mark {
	display: inline-block;
	font-size: 16px;
	color: #ff5500;
	opacity: 1;
}
.success-mark.ng-hide-add,
.success-mark.ng-hide-remove {
	display: inline-block !important;
}
.success-mark.ng-hide {
	-webkit-transition: opacity linear 0.25s;
	transition: opacity linear 0.25s;
	opacity: 0;
}

.error-row h3 {
	margin: 0;
}
#help-icon-progress {
	width: 236px;
}

.bg-hide-next-anchor {
	cursor: pointer;
}

.bg-hide-next-anchor .arrow, .bg-hide-next-anchor .arrow ~ *, .bg-hide-next-anchor.custom-arrow > div[ng-transclude] > * {
	vertical-align: middle;
	display: inline-block !important;
}
.bg-hide-next-anchor .arrow {
	background-image: url("/app/img/disclosure_triangle_sprite_16x16.png");
	background-repeat: no-repeat;
	background-position: 0px 0px; /* sprite image for right arrow */
	width: 16px;
	height: 16px;
	margin-right: 8px;
	-webkit-transition: -webkit-transform 100ms linear;
	-moz-transition: -moz-transform 100ms linear;
	-o-transition: -o-transform 100ms linear;
	-ms-transition: -ms-transform 100ms linear;
	transition: transform 100ms linear;
	position: relative;
	top: 0px;
}
.bg-hide-next-anchor.bg-show-next .arrow {
	-webkit-transform:rotate(90deg);
	-moz-transform:rotate(90deg);
	-o-transform:rotate(90deg);
	/* filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=1); */
	-ms-transform:rotate(90deg);
	transform:rotate(90deg);
}

.bg-sort th[bg-sort-by], [bg-paginated-sort] th[bg-sort-by] {
	cursor: pointer;
	position: relative;
}

.bg-sort th[bg-sort-by]:hover,
[bg-paginated-sort] th[bg-sort-by]:hover {
	text-decoration: underline;
}

.bg-sort th.sorted-by:after,
[bg-paginated-sort] th.sorted-by:after {
	content:"";
	border-color: transparent transparent #5f6062;
	border-width: 0 6px 7px 6px;
	border-style: solid;
	width: 0px;
	height: 0px;
	margin: 0 0 0 5px;
	display: inline-block;
	position: absolute;
	top: 60%;
}

.ie .bg-sort th.sorted-by:after,
.ie [bg-paginated-sort] th.sorted-by:after {
	top: auto;
	bottom: 7px;
}

.bg-sort th.sorted-by.reversed:after,
[bg-paginated-sort] th.sorted-by.descending:after {
	transform: rotate(180deg);
}

table.padding th.sorted-by {
	padding-right: 1.5em;
}

.mejs-player {
	margin: 0 auto;
}

.mejs-container {
	padding-bottom: 30px;
}

.mejs-container .mejs-controls {
	background: #ff5500;
}

.mejs-container-fullscreen {
	padding-bottom: 0;
}

.mejs-controls .mejs-time-rail .mejs-time-loaded {
	background: rgb(160,160,160);
	background: rgba(160,160,160,0.8);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(rgba(100,100,100,0.8)), to(rgba(180,180,180,0.8)));
	background: -webkit-linear-gradient(top, rgba(100,100,100,0.8), rgba(180,180,180,0.8));
	background: -moz-linear-gradient(top, rgba(100,100,100,0.8), rgba(180,180,180,0.8));
	background: -o-linear-gradient(top, rgba(100,100,100,0.8), rgba(180,180,180,0.8));
	background: -ms-linear-gradient(top, rgba(100,100,100,0.8), rgba(180,180,180,0.8));
	background: linear-gradient(rgba(100,100,100,0.8), rgba(180,180,180,0.8));
}

.mejs-overlay-button {
	background-image: url(../js/lib/mediaelement/bigplay.png);
}

.mejs-controls .mejs-time-rail .mejs-time-handle {
	background: #fff;
	background: rgb(255,255,255);
	background: -webkit-gradient(linear,0 0,0 100%,from(rgb(255,255,255)),to(rgb(200,200,200)));
	background: -webkit-linear-gradient(top,rgb(255,255,255),rgb(200,200,200));
	background: -moz-linear-gradient(top,rgb(255,255,255),rgb(200,200,200));
	background: -o-linear-gradient(top,rgb(255,255,255),rgb(200,200,200));
	background: -ms-linear-gradient(top,rgb(255,255,255),rgb(200,200,200));
	background: linear-gradient(rgb(255,255,255),rgb(200,200,200));
	display: block;
	border: solid 1px #333;
	width: 12px;
	height: 12px;
}

.mejs-controls .mejs-captions-button .mejs-captions-selector {
	padding: 0;
	bottom: 24px;
}

.mejs-controls .mejs-captions-button .mejs-captions-selector ul li {
	padding: 0 10px;
}

.mejs-controls .mejs-captions-button .mejs-captions-selector ul li input {
	clear: both;
	float: left;
	margin: 3px 3px 0 5px;
	display: none;
}

.mejs-controls .mejs-captions-button .mejs-captions-selector ul li label {
	width: 60px;
	float: left;
	padding: 4px 0 0 0;
	line-height: 15px;
	font-family: helvetica,arial;
	font-size: 11.5px;
	color: white;
	margin-left: 5px;
	cursor: pointer;
}

.mejs-controls .mejs-captions-button .mejs-captions-selector ul li:hover {
	background-color: #c8c8c8!important;
	background-color: rgba(255,255,255,.4)!important;
}

.mejs-controls .mejs-speed-button .mejs-speed-selector ul li label.mejs-speed-selected,
.mejs-controls .mejs-captions-button .mejs-captions-selector ul li input:checked + label
{
	font-weight: bold;
	color: #ff5500;
}

#sessionRecordingBox {
	padding-bottom: 0;
}

#sessionRecordingBox h1 {
	margin-bottom: 0;
}

div.detailsToggle {
	background: url("/app/img/disclosure_triangle_sprite_16x16.png") no-repeat transparent;
	background-position: 0px 0px;
	cursor: pointer;
	float: left;
	line-height: 1;
	margin: 0 0.5em 0 0;
	width: 16px;
	height: 16px;
}

div.detailsExpand {
	background-position: 0px -26px;
	width: 16px;
	height: 16px;
}

.right {
	float: right;
	clear: right;
	text-align: right;
}

input.mfaSecret {
	font-size: large;
	font-family: Courier;
	letter-spacing: 2px;
	width: 230px;
	background-color: white;
	border: none;
    text-align: center;
}

span.mfaStep {
	display: inline-block;
	height: 30px;
	width: 30px;
	line-height: 30px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	background-color: grey;
	color: white;
	text-align: center;
	font-size: 1em;
}

.reset-this {
	animation : none;
	animation-delay : 0;
	animation-direction : normal;
	animation-duration : 0;
	animation-fill-mode : none;
	animation-iteration-count : 1;
	animation-name : none;
	animation-play-state : running;
	animation-timing-function : ease;
	backface-visibility : visible;
	background : 0;
	background-attachment : scroll;
	background-clip : border-box;
	background-color : transparent;
	background-image : none;
	background-origin : padding-box;
	background-position : 0 0;
	background-position-x : 0;
	background-position-y : 0;
	background-repeat : repeat;
	background-size : auto auto;
	border : 0;
	border-style : none;
	border-width : medium;
	border-color : inherit;
	border-bottom : 0;
	border-bottom-color : inherit;
	border-bottom-left-radius : 0;
	border-bottom-right-radius : 0;
	border-bottom-style : none;
	border-bottom-width : medium;
	border-collapse : separate;
	border-image : none;
	border-left : 0;
	border-left-color : inherit;
	border-left-style : none;
	border-left-width : medium;
	border-radius : 0;
	border-right : 0;
	border-right-color : inherit;
	border-right-style : none;
	border-right-width : medium;
	border-spacing : 0;
	border-top : 0;
	border-top-color : inherit;
	border-top-left-radius : 0;
	border-top-right-radius : 0;
	border-top-style : none;
	border-top-width : medium;
	bottom : auto;
	box-shadow : none;
	box-sizing : content-box;
	caption-side : top;
	clear : none;
	clip : auto;
	color : inherit;
	columns : auto;
	column-count : auto;
	column-fill : balance;
	column-gap : normal;
	column-rule : medium none currentColor;
	column-rule-color : currentColor;
	column-rule-style : none;
	column-rule-width : none;
	column-span : 1;
	column-width : auto;
	content : normal;
	counter-increment : none;
	counter-reset : none;
	cursor : auto;
	direction : ltr;
	display : inline;
	empty-cells : show;
	float : none;
	font : normal;
	font-family : inherit;
	font-size : medium;
	font-style : normal;
	font-variant : normal;
	font-weight : normal;
	height : auto;
	hyphens : none;
	left : auto;
	letter-spacing : normal;
	line-height : normal;
	list-style : none;
	list-style-image : none;
	list-style-position : outside;
	list-style-type : disc;
	margin : 0;
	margin-bottom : 0;
	margin-left : 0;
	margin-right : 0;
	margin-top : 0;
	max-height : none;
	max-width : none;
	min-height : 0;
	min-width : 0;
	opacity : 1;
	orphans : 0;
	outline : 0;
	outline-color : invert;
	outline-style : none;
	outline-width : medium;
	overflow : visible;
	overflow-x : visible;
	overflow-y : visible;
	padding : 0;
	padding-bottom : 0;
	padding-left : 0;
	padding-right : 0;
	padding-top : 0;
	page-break-after : auto;
	page-break-before : auto;
	page-break-inside : auto;
	perspective : none;
	perspective-origin : 50% 50%;
	position : static;
	/* May need to alter quotes for different locales (e.g fr) */
	quotes : '\201C' '\201D' '\2018' '\2019';
	right : auto;
	tab-size : 8;
	table-layout : auto;
	text-align : inherit;
	text-align-last : auto;
	text-decoration : none;
	text-decoration-color : inherit;
	text-decoration-line : none;
	text-decoration-style : solid;
	text-indent : 0;
	text-shadow : none;
	text-transform : none;
	top : auto;
	transform : none;
	transform-style : flat;
	transition : none;
	transition-delay : 0s;
	transition-duration : 0s;
	transition-property : none;
	transition-timing-function : ease;
	unicode-bidi : normal;
	vertical-align : baseline;
	visibility : visible;
	white-space : normal;
	widows : 0;
	width : auto;
	word-spacing : normal;
	z-index : auto;
}
