/* ============== SNORKY EXTENSIONs =============== */

.grid-column-center {
	margin-left: auto;
	margin-right: auto;
}

.background-color--support-hero {
	background-color: #271f4d !important;
}

.hero {
	min-height: 30.5rem;
	background-image: url(https://p3.zdassets.com/hc/theme_assets/89884/200029960/hero-support-2x.jpg);
	background-size: cover;
	background-repeat: no-repeat;
}

.hero--category,
.hero--article {
	padding-top: 32px;
}

@media (min-width: 960px) {
	.ibm_footer__links--social {
		justify-content: flex-end;
		padding-right: 0;
	}
}

.powered-by-zendesk {
	display: none !important;
}

.inline-label {
	display: inline-block;
	padding: 1px 3px;
	-webkit-box-sizing: border-box;
			box-sizing: border-box;
	vertical-align: middle;
	white-space: nowrap;
	line-height: 13px;
	text-align: center;
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
	font-size: 11px;
	color: #273747;
	background-color: #ebeff3;
	border: 1px solid #cbd4dc;
}

.inline-label:hover {
	text-decoration: none;
}

.inline-label.warning {
	background-color: #ffdf80;
	border-color: #ffdf80;
}

.inline-label.warning.light {
	color: #f28a2e;
	background-color: #fff5c9;
	border-color: #f28a2e;
}

.inline-label.warning.light:focus {
	color: #fff;
}

.inline-label.important {
	color: #fff;
	background-color: #f28a2e;
	border-color: #f28a2e;
}

.inline-label.error {
	color: #fff;
	background-color: #ce3613;
	border-color: #ce3613;
}

.inline-label.color-2 {
	color: #fff;
	background-color: #e166b7;
	border-color: #e166b7;
}

.inline-label.color-3 {
	background-color: #cbe27b;
	border-color: #a3cc14;
}

.inline-label.color-4 {
	color: #fff;
	background: #539eec;
	border-color: #539eec;
}

.inline-label.color-5 {
	color: #fff;
	background-color: #3fbcb3;
	border-color: #3fbcb3;
}

.inline-label.color-6 {
	color: #773e74;
	background-color: #f4d3e9;
	border-color: #e3a4dc;
}

.inline-label.disabled, .inline-label.disabled:focus {
	color: #637383;
	background-color: #fff;
	border-color: #f5f7f9;
}

.inline-label.disabled:hover, .inline-label.disabled:focus:hover {
	background-color: #f5f7f9;
}

.inline-label.useraction {
	cursor: pointer;
}

.inline-label.useraction:focus {
	outline: none;
	background-color: #b9c6d0;
	border-color: #b9c6d0;
}

.inline-label.useraction.warning:focus {
	background-color: #ffa02d;
	border-color: #ffa02d;
}

.inline-label.useraction.important:focus {
	background-color: #ffa02d;
	border-color: #ffa02d;
}

.inline-label.useraction.color-2:focus {
	background-color: #d349a3;
	border-color: #d349a3;
}

.inline-label.useraction.color-3:focus {
	background-color: #a7c249;
	border-color: #a7c249;
}

.inline-label.useraction.color-4:focus {
	background-color: #2669bb;
	border-color: #2669bb;
}

.inline-label.useraction.color-5:focus {
	background-color: #00968d;
	border-color: #00968d;
}

.inline-label.useraction.color-6:focus {
	color: #521b50;
	background-color: #e2a1db;
	border-color: #e2a1db;
}

.inline-label.useraction.disabled, .inline-label.useraction.disabled:focus {
	color: #637383;
	background-color: #fff;
	border-color: #f5f7f9;
}

.inline-label.useraction.disabled:hover, .inline-label.useraction.disabled:focus:hover {
	background-color: #f5f7f9;
}

.inline-label.closable {
	padding-right: 16px;
	position: relative;
	cursor: inherit;
	/**
		 * WARNING: using <i> element is deprecated, use <button> instead
		 */
}

.inline-label.closable > button,
.inline-label.closable > i {
	background: none;
	border: 0;
	display: block;
	width: 14px;
	height: 14px;
	line-height: inherit;
	padding: 0;
	position: absolute;
	right: 1px;
	top: 50%;
	-webkit-transform: translateY(-50%);
			-ms-transform: translateY(-50%);
					transform: translateY(-50%);
	opacity: 0.8;
}

.inline-label.closable > button:hover,
.inline-label.closable > i:hover {
	opacity: 1;
}

.inline-label.closable > button::after,
.inline-label.closable > i::after {
	cursor: pointer;
	content: '\e60e';
	letter-spacing: 0;
	-webkit-font-feature-settings: 'liga';
					font-feature-settings: 'liga';
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	text-transform: none;
	font-family: 'ustream-24';
	font-size: 15px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
}

.inline-label.with-icon {
	padding-right: 16px;
	position: relative;
	cursor: inherit;
}

.inline-label.with-icon > span.glyphicon {
	display: block;
	width: 14px;
	height: 14px;
	margin-top: -10px;
	position: absolute;
	right: 1px;
	top: 50%;
	font-size: 18px;
	opacity: 0.7;
}

.label-stack {
	cursor: default;
}

.label-stack .inline-label {
	margin-right: 5px;
	cursor: default;
}

.label-stack .inline-label.useraction {
	cursor: pointer;
}

.panel {
	-webkit-box-sizing: border-box;
					box-sizing: border-box;
	position: relative;
	padding: 2rem;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid #dae1e6;
}

.panel :last-child {
	margin-bottom: 0;
}

.panel.has-arrowtop::after {
	position: absolute;
	top: -6px;
	left: 20px;
	content: ' ';
	width: 10px;
	height: 10px;
	-webkit-transform: rotate(45deg);
			-ms-transform: rotate(45deg);
					transform: rotate(45deg);
	border-top: 1px solid #dae1e6;
	border-left: 1px solid #dae1e6;
	background: inherit;
	background-clip: padding-box;
}

.panel.no-padding {
	padding: 0;
}

.panel.alert {
	margin: 0 0 4rem;
	font-weight: normal;
	color: #6e5327;
	border: 1px solid #ffdf80;
	border-radius: 2px;
	background-color: #fef9e8;
}

.panel.alert.has-arrowtop::before {
	position: absolute;
	top: -6px;
	left: 20px;
	content: ' ';
	width: 10px;
	height: 10px;
	-webkit-transform: rotate(45deg);
			-ms-transform: rotate(45deg);
					transform: rotate(45deg);
	border-top: 1px solid #ffdf80;
	border-left: 1px solid #ffdf80;
	background: inherit;
	background-clip: padding-box;
}

.panel.alert.has-arrowtop::after {
	width: 9px;
	height: 9px;
	margin-top: 2px;
	border-color: #fef9e8;
}

.panel.alert h5, .panel.alert strong {
	font-weight: 700;
	color: #6e5327;
}

.panel.alert ul li::before {
	color: #6e5327;
	opacity: 0.8;
}

.panel.highlight {
	margin: 0 0 4rem;
	background-color: #f5f7f9;
	border-radius: 2px;
}

.panel.panel--highlighted {
	background-color: #fff5c9;
	border: 1px solid #ffdf80;
}

.panel.panel--error {
	color: #ce3613;
	background-color: #fff5c9;
	border: 1px solid #ffdf80;
}

.panel.panel--secondary {
	background-color: #ebf0f3;
}

.panel.panel--small-text {
	font-size: 13px;
	line-height: 19px;
}

.panel > p + p {
	margin-top: 10px;
}

.panel .illustrative-icon {
	float: left;
	margin: 0 10px 0 0;
}

.panel .panel-text {
	display: table-cell;
	vertical-align: middle;
	height: 45px;
}

.panel .panel-text h5 {
	font-size: 15px;
	line-height: 24px;
	text-transform: none;
}

.panel .panel-text p {
	font-size: 13px;
	line-height: 19px;
}

.panel .button {
	margin-top: 7px;
}

/* ================= HEADER START ================== */

/* Navigation */
#Nav .language-selector {
	display:none;
}

#Nav.hide-user .user {
		display:none !important;
}

#Nav {
	font-size: 16px;
	height: 100px;
	overflow: hidden;
	position: absolute;
	background: #fff;
	width: 100%;
	z-index: 100;
	transition: height .2s cubic-bezier(0.190, 1.000, 0.220, 1.000);
}

#Nav a {
	color: #323232;
	text-decoration: none;
	cursor: pointer;
}

#Nav a:hover {
	color: #2669bb;
}

#Nav #upper-header {
	border-bottom: 1px solid #e5e5e5;
}

#Nav .row {
	padding-left: 1rem;
	padding-right: 1rem;
	/* max-width: initial; */
	/* min-width: 320px;
	max-width: 120rem; */
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	position: relative;
	margin-right: auto;
	margin-left: auto;
}

#Nav .ibm-strip__logo {
	position: relative;
	display: block;
	height: 50px;
	overflow: hidden;
	color: #323232;
	width: 60px;
	float: left;
}

#Nav .ibm-strip__logo svg {
	width: 60px;
	height: 23px;
	margin: 13.5px 0 0;
}

.ibm-strip__link {
	text-decoration: none;
	color: #2669bb;
}

#Nav .ibm-strip__link {
	color: #323232;
}

.ibm-strip__link::before {
	display: block;
	width: 100%;
	height: 4px;
	position: absolute;
	bottom: 0;
	left: 0;
	content: '';
	-ms-transform: translate(0, 4px);
	transform: translate3d(0, 4px, 0);
	transition: transform 0.4s cubic-bezier(0.4, 1, 0.4, 1);
	background: #2669bb;
}

.ibm-strip__link:hover {
	text-decoration: none;
}

.ibm-strip__link:hover::before {
	-ms-transform: translate(0, 0);
	transform: translate3d(0, 0, 0);
}

#Nav.show #lower-header {
	position: relative;
}

#Nav.show #lower-header::before {
	content: '';
	position: absolute;
	top: 50px;
	left: 0;
	width: 100%;
	height: 1px;
	background: #e5e5e5;
}

#Nav #lower-header .unit-name {
	display: block;
	float: left;
	height: 50px;
	overflow: hidden;
	position: relative;
	font-weight: 700;
	line-height: 50px;
}

#Nav ul {
	float: right;
	margin-bottom: 0;
}

#Nav li {
	float: left;
	margin: 0 0 0 2.1rem;
}

#Nav li > a {
	display: block;
	height: 50px;
	float: left;
	position: relative;
	line-height: 50px;
}

#Nav li:last-child {
	padding: 0 0 0 2.1rem;
	position: relative;
}

#Nav li:last-child::before {
	content: '';
	position: absolute;
	height: 24px;
	width: 1px;
	background: #e5e5e5;
	top: 13px;
	left: 0;
	margin-left: 0;
}

/* Search */

#Nav form {
	float: right;
	position: relative;
	margin: 0 -10px 0 0;
}

#Nav label {
	width: 0;
	height: 0;
	overflow: hidden;
	display: block;
}

/* mainly from northstar */
#Nav.no-search form {
	display: none;
}

#Nav input[type="search"] {
	-webkit-appearance: textfield;
	-moz-appearance: textfield;
	appearance: textfield;
	border: 0;
	border-radius: 0;
	border-left: 1px solid #e0e0e0;
	box-sizing: border-box;
	color: #323232;
	height: 50px;
	outline: 0;
	padding-right: 43px;
	position: relative;
	text-indent: 10px;
	width: 209px;
	padding: 0 43px 0 0;
	margin: 0;
	font: 16px/50px 'Helvetica Neue for IBM',Helvetica,Arial,sans-serif;
}

input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
	display: none;
}

#Nav form:hover input[type="search"],
#Nav input[type="search"]:focus {
	box-shadow: 0 0 2px 2px #4178be;
	outline: 0;
	border-color: #e0e0e0;
}

#Nav button {
	border: 0;
	line-height: 0;
	outline: 0;
	padding: 0;
	text-indent: 99px;
	width: 43px;
	height: 50px;
	position: absolute;
	top: 0;
	overflow: hidden;
	right: 1px;
	cursor: pointer;
	color: #323232;
	font-size: .875rem;
	background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACsAAAAyCAAAAADg731PAAABDElEQVR4AWP4TzygltpRtaNqPyyvza9Z9p4YtXM0GBj4GRg05hBWW84g37Hv8t42WYYKQmonMLg/ADPuujBMwq/2Opf+Vyjzkw7vLbxqqxk2w9nrGBrwqnVR+YIID3lPfGq/6zgjSdgY/cKj9pehFYLzz9T8Lz43hAo9grPv8kXjde88hhY4u55hMV61X40Yd0GZ2xjMvuOPizOc7DO/gzRNZeU+RyiOjygwmOY35xkzKBz5///iffxp52mFFjczt2b50///b0oZvSGQfj+dO3juE5DepyYj4viGuLTezaBrJuj4lrh80curbSZifpm4PNTDqycveJjI/NbDIH+W6LzZuntQlw+jakfVAgAQJgKgwgDUwQAAAABJRU5ErkJggg==) no-repeat 0 0;
	background-size: 43px 50px;
}

@media	only screen and (-webkit-min-device-pixel-ratio: 1.3),
only screen and (-o-min-device-pixel-ratio: 13/10),
only screen and (min-resolution: 120dpi) {
		#Nav button {
			background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAFYAAABkCAAAAAA5j5iNAAACB0lEQVR4Ae3Xg6/cQRTF8f5N39q2bbtBbSuubSusbdu2bWsy3TzvzlT37gvvCeec5LPGr4DPlxhrrIo11lhjjTXWWGPdo/N7dp976NLJur0jK5GRCiN2uXSxh5qSJ40PpIX9OoiUDPiiZ5+3BKB0nynLl03uVQKAls+17Ns6AA12fM88ftuSca77Tsf+6AwUnOfyNNMAuv1UsROBoruTu82FgWka9kERYH1quxoo9kTBDgTGh/VQYIScfVsYSr8O+6fFoOgnMbsRmBQbxgO7xOxg4ExsOAiMEbOtoZiLfvIKQhcxWx1qxpdy0EjMFoeW8aU+VBKzlaHub5d6YrY5lIoOrhB0ELO9gBux4SwwRMyuAhbEhqnAOjH7CKj2Lew/VYSCr8Ss7wAsCusZQA8vZ88CRYPP2dHCUPCygvX9gIo3k7srZTNeMA37tjZQ+mDeamcJoN47FetvlQYKDnqQfb7TB6DMXe0v77lKAIXazd9x6uS2Oa0LAlQ6nzE5BesfNyUljR9nDF97LFSw/su80uRJqblfMutusFDOJvJ6ZpOcezr9VWb3uQvAQg2byOMda2bOWL3jYc4HrSNkuBo2yKf2ELh6diGErp51IwJXy4augFW4CVbl1v2kZ0O3/jP9vQ3dBi+8mg3dxq+8mg3dJq+9mg3dOW/sUtpYY4011lhjjTXWWHF+AbDML3CaA/3+AAAAAElFTkSuQmCC);
		}
}

.nav-toggle {
	margin-right: -1rem;
	float: right;
	height: 50px;
	width: 50px;
	border-left: 1px solid #e5e5e5;
	display: none;
	position: relative;
	overflow: hidden;
}

.nav-toggle::before {
	width: 21px;
	left: 15px;
}

.nav-toggle > span,
.nav-toggle > span::before,
.nav-toggle > span::after {
	display: block;
	width: 21px;
	height: 4px;
	background: #323232;
	position: relative;
}

.nav-toggle > span::before,
.nav-toggle > span::after {
	content: '';
	position: absolute;
	top: -9px;
	left: 0;
}

.nav-toggle > span::after {
	top: 9px;
}

.nav-toggle > span {
	margin: 23px 0 0 15px;
}

.nav-toggle:hover > span,
.nav-toggle:hover > span::before,
.nav-toggle:hover > span::after {
	background-color: #2669bb;
}

@media screen and (max-width: 959px) {

	#Nav .row {
		max-width: initial;
	}

	#Nav ul,
	#Nav li,
	#Nav li > a {
		float: none;
	}

	#Nav ul {
		clear: both;
	}

	#Nav li {
		margin: 0;
		border-bottom: 1px solid #e5e5e5;
	}

	#Nav li:last-child {
		padding: 0;
	}

	#Nav li:last-child::before {
		display: none;
	}

	#Nav li > .ibm-strip__link::before {
		display: none;
	}

	.nav-toggle {
		display: block;
	}
}


/* ================= HEADER END ================== */

main {
	padding-top: 100px;
}

.search-box {
	margin-top: 2.5rem;
}

.search-box #query {
	color: #343334;
	border: 0;
	height: 4rem;
	font-size: 1.5rem;
	width: 61.5%;
	-webkit-appearance: none;
	box-sizing: border-box;
	padding-left: 10px;
	padding-right: 10px;
	vertical-align: top;
	margin-right: 1.7rem;
}

.search-box input[type=submit] {
	display: inline-block;
	vertical-align: top;
	font: inherit;
	font-size: 1.4rem;
	line-height: 1.8rem;
	padding: .9rem 1.6rem;
	color: #fff;
	text-align: center;
	text-decoration: none;
	background-color: transparent;
	border: .2rem solid #fff;
	cursor: pointer;
	-webkit-transition: background-color .3s, border-color .3s;
	transition: background-color .3s, border-color .3s;
}

.search-box input[type=submit]:hover{
	color: #c26;
	background-color: #fff;
	border-color: #fff;
	text-decoration: none;
}

#SystemStatus {
	margin-bottom: 57px;
	min-height: 70px;
	line-height: 26px;
	padding-top: 22px;
	padding-bottom: 22px;
	background: #f6f6f6;
}

#SystemStatus span {
	font-weight: bold;
	margin-right: 8px;
}

#SystemStatus .online span,
#SystemStatus .online .ui-icon--confirm:before {
	color: #73A22C;
}

#HomePage {
	padding-bottom: 40px;
}

.category-list .block-item .inner {
	padding: 20px;
	background: #f6f6f6;
	margin-bottom: 20px;
	color: #343334;
}

.category-list h3 {
	margin-top: 2rem;
	margin-bottom: 1.5rem;
}

.category-list .block-item:hover {
	text-decoration: none;
}

.category-list .block-item .ui-icon {
	color: #c26;
}

.category-list .block-item:hover .ui-icon {
	text-decoration: underline;
}

#HomePage .link-box {
	margin-bottom: 40px;
}

#HomePage .link-box .inner {
	background: #f6f6f6;
	padding-top: 20px;
	padding-bottom: 20px;
	display: flex;
	flex-wrap: wrap;
}

#HomePage .link-box .link-item {
	padding-left: 2rem;
	width: 50%;
	margin: 0 0 15px;
}

@media screen and (max-width: 719px) {
	#HomePage .link-box .link-item {
		width: 100%;
	}

	#SystemStatus span {
		display: block;
	}
}

.breadcrumbs {
	visibility: hidden;
	margin-bottom: 32px;
}

.breadcrumbs.show {
	visibility: visible;
}

.breadcrumbs li {
	padding-left: 0;
	display: inline;
}

.breadcrumbs li:before {
	display: none;
}

.breadcrumbs li + li:before {
	position: static;
	margin: 0;
	display: inline;
	content: ">";
		color: #fff;
		padding: 0 1rem 0 1rem;
}

.breadcrumbs a {
	color: #fff;
}

#SearchResults,
#CategoryPage {
	padding-top: 55px;
	padding-bottom: 55px;
}

ol li:before,
ul li:before {
	color: #343434;
}

#ArticlePage {
	padding-bottom: 55px;
}


/* article styles */

#ArticlePage article {
	padding-top: 55px;
}

article * + h2 {
	margin-top: 6.5rem;
}

article * + h3,
article * + h4 {
	margin-top: 3.5rem;
	margin-bottom: 2rem;
}

article section h2:first-child,
article section h3:first-child {
	margin-top: 3.5rem;
}


article img {
	display: block;
	box-sizing: border-box;
	max-width: 100%;
	height: auto;
	border: 1px solid #dae1e6;
	margin-bottom: 1.5rem;
}

article img.no-border {
	border: 0;
}

article li img {
	margin: 2rem 0;
}

article pre {
	padding: 2rem 1.4rem;
	border-left: 3px solid #95d13c;
	color: #595859;
	background-color: #f9f9f9;
	margin: 2.5rem 0 3.5rem;
}

article table {
	width: 100%;
	line-height: 1.9rem;
	font-size: 1.3rem;
	font-weight: 400;
	color: #5c6c7c;
	border-radius: 3px;
	border-collapse: collapse;
	box-shadow: inset 0 0 0 1px #ebf0f3;
}

article td {
	padding: 1rem;
	vertical-align: top;
	word-wrap: break-word;
	border-bottom: 1px solid #ebf0f3;
}

.related-articles {
	margin-top: 4rem;
}

.sidebar {
	position: relative;
}

.sidebar .stickyContent {
	padding-top: 55px;
	padding-left: 40px;
	padding-right: 40px;
}

.sidebar .stickyContent.fixed {
	position: fixed;
	top: 0;
	bottom: auto;
}

.sidebar .stickyContent.bottom {
	position: absolute;
	top: auto;
	bottom: 0;
}

.sidebar .sidenav > li {
	padding-left: 0;
}

.sidebar .sidenav a {
	color: #343334;
}

.sidebar .sidenav .active > a,
.sidebar .sidenav a:hover {
	color: #2569bb;
	text-decoration: none;
}

.sidebar .sidenav > li ul {
	margin-bottom: 0;
	display: none;
}

.sidebar .sidenav .active ul {
	display: block;
}

.sidebar .sidenav li:before {
	content: '';
}

/* Search Results */

.search-results-list li:before {
	display: none;
}

.search-results-list li {
	padding: 0;
	margin: 2rem 0 0;
}

.search-results-list li:first-child {
	margin: 0;
}

.search-results-list .search-result-votes {
	display: none;
}

.pagination {
	margin-top: 4rem;
}

.pagination * {
	display: inline-block;
}

.pagination li {
	border: 1px solid #dae1e6;
	float: left;
	margin-left: -1px;
	color: #5c6c7c;
	padding: 0;
}

.pagination li:before {
	display: none;
}

.pagination a, .pagination span {
	display: block;
	color: inherit;
	font-size: 1.3rem;
	line-height: 1.8rem;
	padding: .6rem 1.2rem;
	text-decoration: none;
	-webkit-transition: color .2s ease, background-color .2s ease;
	transition: color .2s ease, background-color .2s ease;
}

.pagination a:hover {
	color: #c26;
	background-color: #f5f7f9;
}

.pagination-current {
	background-color: #f5f7f9;
	color: #c26;
}

@media screen and (min-width: 960px) {
	.recent-articles h3 {
		font-size: 2rem;
		line-height: 2.5rem;
	}

	.recent-articles ul li {
		padding-left: 0;
	}

	.recent-articles ul li:before {
		content: '';
	}
}

@media screen and (max-width: 959px) {
	.sidebar {
		height: auto !important;
	}

	.sidenav {
		display: none;
	}

	.sidebar .stickyContent {
		padding-left: 0;
		padding-right: 0;
		padding-top: 2rem;
		position: relative !important;
	}
}

/*	====================== 2019 ============================= */


.header-avatar {
	width: 34px;
	height: 34px;
	border: 1px solid #b9bdc0;
	border-radius: 34px;
	overflow: hidden;
}

.header-avatar img {
	display: block;
height: 34px;
	width: auto;
}

.tickets-link {
	display: block;
	padding: 1.4rem 1.4rem 1.5rem 6rem;
	background: #f6f6f6 url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADAAAAAwCAMAAABg3Am1AAACr1BMVEX29vYzMjP39/cyMTL19fX4+Pg0MzT09PTy8vL5+fkvLi81NDVSUVL6+vowLzAxMDHw8PDe3t40NDRxcHE4Nzjb29s7OjtCQULx8fG/vr8/Pz+KioqIh4jZ2Nlsa2xUU1Tv7+9BQEGsq6xRUFHKysrp6elOTU7u7u6cnJzX19fZ2dl9fH3BwME6OTr29fbHx8fv7u9XVlf5+PmJiIlfXl9QT1A8Ozzo6OiUk5Q2NTbj4+O3t7fS0tJ3d3fn5+dEQ0Ta2tqcm5zV1dWtrK1ubW5iYWLW1tbBwcHJyMk/Pj+9vL3h4eHi4uLEw8Tq6ep7e3s3NjfLy8tDQkPNzc2ysrLq6upqaWrr6+v29/ZWVVaOjY6ura51dHV8e3yenp5WVlb7+/urqqt3dndAP0Cqqarz8vPn5ufY2NltbG2enZ5KSUqGhYbCwsLd3d3Y2Ni7urtYV1j49/jg4OCSkpJYWFi7u7uwr7DQz9CDgYOHhof9/f3i4eLMzMzIyMjc29zFxMVIR0hPTU+Mi4xNTE3w8fA9PT1gX2BcW1xLSkumpaaioqKXlpfr6+ygn6BkY2SPj4/h4OGpqKng3+C+vb7m5ubExMRXV1deXV6NjY3x8PGkpKQ3Nzc+PT7NzM2NjI1KSEpSUlJxcXE4ODiOjo6jo6PJyclbW1tFREWbm5u5uLm3trfm5eZ0c3STkpN6eXrz8/N2dXaQkJBdXF2xsLG5ublBQUFPTk9ycXJhYGFGRUY6ODrU1NTf3t9PT0+fnp/Pzs+BgYGrq6vc3Nw5ODltbW2tra3f39/k4+RlZGWurq6+vr6Qj5Cvrq+6urrb2tvR0dGCgYK4t7hramvAv8Dt7O1/fn+fn58yMjIzMzN1dXWampphYWGMjIydnJ1nZmenp6daWVrHxsfl5eXs7Oz3+PfW668/AAACu0lEQVR4Xu2TU/McTRSHu3u0Nv62bdu27di2bdu2bdvG6/eDZHZ2NknV9FRtLnKVPHe/6nrOmek+B/yiIEppJ1KKE2bn5Y8ZZg9FU0rCAEAOBcF+nk72kD5vwHIAqKTxZqiSYVGpCeK7I7W8cSwJpBnrYKLf6OE4YjfTFwe2f41VMHQUKwx1lxVmjxyCQXvwPpwREGiLxmACOrOCq7vMM2SiFINycg5UNEuUfELRBOFs7eDpqAQYkI8b4e3lgfjEuFgFV3GhUm+IbBYI4h2QcUnrsnAJrkORFOCIWJk3tZa06ZIJXwXT+pQIkakZgWzh9bS6d5wQ1K6Wz9rhlYSEQu24kIJJDBeYoD/+NEN6Jgmo4tQ4NSGP7IkX1s/amnt0lQNXSXtiOiSI+QtIgPzzE7piN9FLB2OvVcFdK9KsuELMmXt9d6BFJh1uLmyk4xYtFgr9oVUAd/UVoYcfph0jrQdotYsTHZwhKiDJmrVqRTLTgGwnGzb6wZYUccG/xpuu20IBG5RH5jaYmiUueCRvh7nhtseiKE21fqdhV5q40LtnL7FvfwkjRazAxAce6DJDRU0Ydvg6uVs6VB5KK46Ea/3Z+vGZMQNNsOqRFgmE6uPdJ09pLILkdEyi/MzZc44ASI3nacJwYdAlBgiEy15NV6/1coXKbsTEyQlTAgmk/dxVt27fMUqAEInvvb4I/kt9Bzd5Q9vGFT5g++IgGebbsBaXW6e1n2VFOwCGhr7Sx0+eMnyiQDQviC/Qs+cKtxcOP7CiPi/VsZ2CFRXtwD8cVnjVgTBEVbJCtiaKTyT/D0GRatObtwMwtA1SvE//8LGNjwGfIP2ZBJTWrQLSOjkGHW1Bp+OTnCbMASRA9X/9bVDJ8KhYviWiu+UfwPJvT2tOf3vQO5dquOfU1PvaRdl//Pyg/yn7QAj8HH7zBeCS51biKc41AAAAAElFTkSuQmCC) no-repeat 20px 18px;
	background-size: 22px 22px;
	margin-bottom: 4rem;
}

.hero-simple {
	padding-top: 124px;
	padding-bottom: 124px;
	min-height: initial;
}

.hero-simple .heading--m {
	margin-bottom: 0;
	font-size: 5rem;
	line-height: 5.5rem;
	font-weight: normal;
}

.breadcrumbs li:last-child:after {
	position: static;
margin: 0;
display: inline;
content: ">";
color: #fff;
padding: 0 1rem 0 1rem;
}

/* Requests list page */

#RequestsPage,
#ErrorPage,
#SubscriptionsPage {
	padding-top: 4rem;
	padding-bottom: 4rem;
}

.request-table {
	width: 100%;
}

.request-table a {
	color: #343334;
	font-weight: bold;
}

.request-table .request-link-solved {
	font-weight: normal;
}

.request-table th {
	border-bottom: 1px solid #595859;
}

.request-table th,
.request-table td {
	text-align: left;
	vertical-align: top;
	font-size: 1.6rem;
	line-height: 2.6rem;
	padding: 1.3rem 2rem 1.4rem;
}

.request-table-subject {
	width: 50%;
}

.request-status {
	padding-left: 1.6rem;
	position: relative;
	min-height: 2.6rem;
	line-height: 2.6rem;
	font-size: 1.2rem;
	text-transform: uppercase;
	letter-spacing: 0.5px;
	font-weight: bold;
	color: #e62325;
}

.request-status:before {
	content: ' ';
	position: absolute;
	width: 8px;
	height: 8px;
	border-radius: 4px;
	background: #e62325;
	top: 9px;
	left: 0;
}

.request-status.request-solved {
	color: #c0bfc0;
	font-weight: normal;
}

.request-status.request-solved:before {
	background: #c0bfc0;
}

.request-status.request-pending {
	color: #2d74da;
}

.request-status.request-pending:before {
	background: #2d74da;
}

/* Request page */

.hero-request {
	padding-top: 95px;
	padding-bottom: 95px;
}

.hero-request .breadcrumbs {
	margin-bottom: 1rem;
}

.hero-request .heading--m {
	font-size: 3rem;
	line-height: 3.6rem;
}

.request-filter-label {
	margin-right: 2rem;
}

.requests-toolbar {
	min-height: 46px;
	margin-bottom: 2rem;
	padding-left: 2rem;
}

.requests-toolbar > a {
	float: right;
	display: inline-block;
	padding: 13px 18px;
	line-height: 2rem;
	background: #c26;
	color: #fff;
	text-decoration: none;
}

.request-table-filters {
	min-height: 46px;
	line-height: 46px;
}

.request-table-filters select {
	margin-top: 5px;
	height: 36px;
	margin-right: 20px;
}

.request-table-filters input[type=search] {
	margin-right: 20px;
	padding: 7px 10px;
}

.comment-list .comment {
	padding-left: 68px;
	position: relative;
	border-bottom: 1px solid #d8d8d8;
	margin-bottom: 2.5rem;
}

.comment-list .comment:before,
.comment-list .attachment-list li:before {
	display: none;
}

.comment-list .comment-avatar,
.comment-form .comment-avatar {
	position: absolute;
	top: 0;
	left: 0;
	width: 48px;
	height: 48px;
	overflow: hidden;
	border-radius: 24px;
}

.comment-list .comment-avatar img,
.comment-form .comment-avatar img {
	display: block;
	width: auto;
	height: 48px;
}

.comment-list .comment-author {
	color: #272727;
}

.comment-list .comment-container {
	padding-top: 1rem;
}

.comment-list .comment-body {
	margin-top: 1.5rem;
	margin-bottom: 2.5rem;
}

.comment-list .attachment-list {
	margin-top: -1rem;
}

.comment-list .attachment-list li {
	padding-left: 0;
}

.comment-list .attachment-list a {
	display: inline-block;
	font-size: 1.4rem;
	height: 3rem;
	line-height: 3rem;
	overflow: hidden;
	background: #f3f3f3 url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABYAAAAcCAIAAADqTdgKAAABW0lEQVR4Ad3Ug25kYRQA4H2Vta0Ya8Vr13ajug1q27Zt2+3YtvECPVNjcFGfXOP7fS4YcYeJMGh0ykkiP62Vl9BoduNndShnKQad3iKhYQkpP+MXr7stXHI2uy3e8qD+S1aME0AxT6gJrMVrbtS/SfLehX2bqLQfiKV7XsvPA6EYqItRbzBHrDLhO1Zg4X5/6xXdMZ0bU7f82I/8JUa9yjIa0BPwSi9VcqKql+75ED9FadkiLARc6xVqdkjZ0h0vwpswk2JAT2wqwaWgQF3URDYy4kBPS1umCK/DFq640JzSEREatsjSeBPfhCMiLM065ITFOBME3TkdppDZTT60dFzEuelOcc2IpfSlofIQEbAiLKUvWCOICNUcFT41u+mEstPdnayFyy5MnzzIbgg3E/F2F6Gh8QgvQyCLwAuE2+INd4Z71g5hUGkkLZN0lwwYC4Qb0z8f6r5D4Iw1vpO+xZImsG8AAAAASUVORK5CYII=) no-repeat 10px 8px;
	background-size: 11px 14px;
	border-radius: 5px;
	padding-left: 31px;
	padding-right: 10px;
	text-decoration: none;
}

.comment-list .attachment-list a span {
	color: #595859;
}

.comment-list .attachment-list a .attachment-name {
	color: #c26;
margin-right: 5px;
}

.comment-list .attachment-list a:hover .attachment-name {
	text-decoration: underline;
}

.request-details {
	background: #f3f3f3;
	border-radius: 5px;
	padding: 8px 8px 8px 12px;
}

.request-details dt,
.request-details dd {
	display: inline;
	margin: 0;
}

.request-details .bold {
	font-weight: bold;
}

.request-details .request-status {
	padding-left: 1.2rem;
	margin-left: 0.5rem;
}

.request-details .request-status:before {
	top: 4px;
}

.comment-form {
	position: relative;
	padding-left: 68px;
	margin-bottom: 2rem;
}

.comment-container textarea {
	display: block;
	width: 100%;
	padding: 8px;
	border: 1px solid #949394;
	margin-bottom: 2rem;
}

.comment-attachments,
.comment-mark-as-solved {
	margin-bottom: 2rem;
}

.comment-mark-as-solved input {
	position: relative;
	top: -2px;
}

.comment-mark-as-solved label {
	margin-left: 2px;
}

.upload-dropzone {
	border-style: dashed;
	text-align: left;
}

.upload-dropzone span {
	color: #595859;
	font-size: 14px;
}

.upload-dropzone span:before {
	top: -1px;
	color: #c26;
}

.upload-item {
	background: #f2f2f2;
}

.comment-container input[type=submit],
#NewRequest input[type="submit"] {
	background: #c26;
	color: #fff;
	border: 0;
	padding: 1.3rem 1.8rem;
	line-height: 2rem;
}

/* New request */

#NewRequest {
	padding-top: 4rem;
	padding-bottom: 4rem;
}

#NewRequest .form-field {
	margin-bottom: 3rem;
}

#NewRequest input[type="text"] {
	padding: 7px 10px;
	width: 100%;
	display: block;
	margin-top: 5px;
}

#NewRequest textarea {
	display: block;
	width: 100%;
	padding: 7px 10px;
	height: 147px;
	border-color: #949394;
	margin-top: 5px;
}

#request_description_hint {
	display: none;
}

#NewRequest .upload-dropzone {
	margin-top: 5px;
}

/* Following / Contributions */

.my-activities-nav {
	margin-bottom: 2rem;
	border-bottom: 1px solid #595859;
	padding-left: 2rem;
}

.my-activities-nav li {
	display: inline;
}

.my-activities-nav li:before {
	content: '/';
}

.my-activities-nav li:first-child {
	padding-left: 0;
}

.my-activities-nav li:first-child:before {
	display: none;
}

.my-activities-table .request-table a {
	font-weight: normal;
	color: #c26;
}


@media (max-width: 1199px) {		
	.request-table-subject {
		width: 37%;
	}
}

@media (max-width: 959px) {
	.request-table th,
	.request-table td {
		padding: 0.5rem 1rem;
		font-size: 1.4rem;
		line-height: 2rem;
	}

	.request-table-subject {
		width: 33%;
	}

}

@media (max-width: 719px) {
	.hero-request,
	.hero-simple {
		padding-top: 50px;
		padding-bottom: 50px;
	}

	.hero-simple .heading--m {
		font-size: 4rem;
		line-height: 4.5rem;
	}
	
	.request-details {
		display: inline-block;
		vertical-align: top;
		padding: 8px 12px;
		margin-right: 5px;
		margin-bottom: 1rem;
	}

	.request-table-filters {
		line-height: 28px;
	}

	.request-table-filters select,
	.request-table-filters input[type=search] {
		display: block;
		margin-top: 0;
		margin-bottom: 7px;
	}

	#new_request {
		margin-bottom: 3rem;
	}

	.request-table-wrap {
		padding-bottom: 1rem;
		overflow-x: auto;
		width: 100%;
	}

	.request-table-wrap .request-table {
		width: 750px;
	}
	
	.request-table-subject {
		width: 33%;
	}

	#ErrorPage .grid-column-md-4 {
		padding-top: 3rem;
	}
}
