#autocomplete {
  border: 1px solid;
  overflow: hidden;
  position: absolute;
  z-index: 100
}

#autocomplete ul {
  list-style: none;
  list-style-image: none;
  margin: 0;
  padding: 0
}

#autocomplete li {
  background: #fff;
  color: #000;
  cursor: default;
  white-space: pre;
  zoom: 1
}

html.js input.form-autocomplete {
  background-image: url(/accounts/register123/redhat/events/redhattemplatehostedfiles/throbber-inactive.png);
  background-position: 100% center;
  background-repeat: no-repeat
}

html.js input.throbbing {
  background-image: url(/accounts/register123/redhat/events/redhattemplatehostedfiles/throbber-active.gif);
  background-position: 100% center
}

html.js fieldset.collapsed {
  border-bottom-width: 0;
  border-left-width: 0;
  border-right-width: 0;
  height: 1em
}

html.js fieldset.collapsed .fieldset-wrapper {
  display: none
}

fieldset.collapsible {
  position: relative
}

fieldset.collapsible .fieldset-legend {
  display: block
}

.form-textarea-wrapper textarea {
  display: block;
  margin: 0;
  width: 100%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}

.resizable-textarea .grippie {
  background: #eee url(/accounts/register123/redhat/events/redhattemplatehostedfiles/grippie.png) no-repeat center 2px;
  border: 1px solid #ddd;
  border-top-width: 0;
  cursor: s-resize;
  height: 9px;
  overflow: hidden
}

body.drag {
  cursor: move
}

.draggable a.tabledrag-handle {
  cursor: move;
  float: left;
  height: 1.7em;
  margin-left: -1em;
  overflow: hidden;
  text-decoration: none
}

a.tabledrag-handle:hover {
  text-decoration: none
}

a.tabledrag-handle .handle {
  background: url(/accounts/register123/redhat/events/redhattemplatehostedfiles/draggable.png) no-repeat 6px 9px;
  height: 13px;
  margin: -.4em .5em;
  padding: .42em .5em;
  width: 13px
}

a.tabledrag-handle-hover .handle {
  background-position: 6px -11px
}

div.indentation {
  float: left;
  height: 1.7em;
  margin: -.4em .2em -.4em -.4em;
  padding: .42em 0 .42em .6em;
  width: 20px
}

div.tree-child {
  background: url(/accounts/register123/redhat/events/redhattemplatehostedfiles/tree.png) no-repeat 11px center
}

div.tree-child-last {
  background: url(accounts/register123/redhat/events/redhattemplatehostedfiles/tree-bottom.png) no-repeat 11px center
}

div.tree-child-horizontal {
  background: url(/accounts/register123/redhat/events/redhattemplatehostedfiles/tree.png) no-repeat -11px center
}

.tabledrag-toggle-weight-wrapper {
  text-align: right
}

table.sticky-header {
  background-color: #fff;
  margin-top: 0
}

.progress .bar {
  background-color: #fff;
  border: 1px solid
}

.progress .filled {
  background-color: #000;
  height: 1.5em;
  width: 5px
}

.progress .percentage {
  float: right
}

.ajax-progress {
  display: inline-block
}

.ajax-progress .throbber {
  background: transparent url(/accounts/register123/redhat/events/redhattemplatehostedfiles/throbber-active.gif) no-repeat 0px center;
  float: left;
  height: 15px;
  margin: 2px;
  width: 15px
}

.ajax-progress .message {
  padding-left: 20px
}

tr .ajax-progress .throbber {
  margin: 0 2px
}

.ajax-progress-bar {
  width: 16em
}

.container-inline div,
.container-inline label {
  display: inline
}

.container-inline .fieldset-wrapper {
  display: block
}

.nowrap {
  white-space: nowrap
}

html.js .js-hide {
  display: none
}

.element-hidden {
  display: none
}

.element-invisible {
  position: absolute !important;
  clip: rect(1px 1px 1px 1px);
  clip: rect(1px, 1px, 1px, 1px);
  overflow: hidden;
  height: 1px
}

.element-invisible.element-focusable:active,
.element-invisible.element-focusable:focus {
  position: static !important;
  clip: auto;
  overflow: visible;
  height: auto
}

.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden
}

* html .clearfix {
  height: 1%
}

*:first-child+html .clearfix {
  min-height: 1%
}

ul.menu {
  border: none;
  list-style: none;
  text-align: left
}

ul.menu li {
  margin: 0 0 0 .5em
}

ul li.expanded {
  list-style-image: url(/accounts/register123/redhat/events/redhattemplatehostedfiles/menu-expanded.png);
  list-style-type: circle
}

ul li.collapsed {
  list-style-image: url(/accounts/register123/redhat/events/redhattemplatehostedfiles/menu-collapsed.png);
  list-style-type: disc
}

ul li.leaf {
  list-style-image: url(/accounts/register123/redhat/events/redhattemplatehostedfiles/menu-leaf.png);
  list-style-type: square
}

li.expanded,
li.collapsed,
li.leaf {
  padding: .2em .5em 0 0;
  margin: 0
}

li a.active {
  color: #000
}

td.menu-disabled {
  background: #ccc
}

ul.inline,
ul.links.inline {
  display: inline;
  padding-left: 0
}

ul.inline li {
  display: inline;
  list-style-type: none;
  padding: 0 .5em
}

.breadcrumb {
  padding-bottom: .5em
}

ul.primary {
  border-bottom: 1px solid #bbb;
  border-collapse: collapse;
  height: auto;
  line-height: normal;
  list-style: none;
  margin: 5px;
  padding: 0 0 0 1em;
  white-space: nowrap
}

ul.primary li {
  display: inline
}

ul.primary li a {
  background-color: #ddd;
  border-color: #bbb;
  border-style: solid solid none;
  border-width: 1px;
  height: auto;
  margin-right: .5em;
  padding: 0 1em;
  text-decoration: none
}

ul.primary li.active a {
  background-color: #fff;
  border: 1px solid #bbb;
  border-bottom: 1px solid #fff
}

ul.primary li a:hover {
  background-color: #eee;
  border-color: #ccc;
  border-bottom-color: #eee
}

ul.secondary {
  border-bottom: 1px solid #bbb;
  padding: .5em 1em;
  margin: 5px
}

ul.secondary li {
  border-right: 1px solid #ccc;
  display: inline;
  padding: 0 1em
}

ul.secondary a {
  padding: 0;
  text-decoration: none
}

ul.secondary a.active {
  border-bottom: 4px solid #999
}

div.messages {
  background-position: 8px 8px;
  background-repeat: no-repeat;
  border: 1px solid;
  margin: 6px 0;
  padding: 10px 10px 10px 50px
}

div.status {
  background-image: url(/accounts/register123/redhat/events/redhattemplatehostedfiles/message-24-ok.png);
  border-color: #be7
}

div.status,
.ok {
  color: #234600
}

div.status,
table tr.ok {
  background-color: #f8fff0
}

div.warning {
  background-image: url(/accounts/register123/redhat/events/redhattemplatehostedfiles/message-24-warning.png);
  border-color: #ed5
}

div.warning,
.warning {
  color: #840
}

div.warning,
table tr.warning {
  background-color: #fffce5
}

div.error {
  background-image: url(/accounts/register123/redhat/events/redhattemplatehostedfiles/message-24-error.png);
  border-color: #ed541d
}

div.error,
.error {
  color: #8c2e0b
}

div.error,
table tr.error {
  background-color: #fef5f1
}

div.error p.error {
  color: #333
}

div.messages ul {
  margin: 0 0 0 1em;
  padding: 0
}

div.messages ul li {
  list-style-image: none
}

fieldset {
  margin-bottom: 1em;
  padding: .5em
}

form {
  margin: 0;
  padding: 0
}

hr {
  border: 1px solid gray;
  height: 1px
}

img {
  border: 0
}

table {
  border-collapse: collapse
}

th {
  border-bottom: 3px solid #ccc;
  padding-right: 1em;
  text-align: left
}

tbody {
  /*border-top: 1px solid #ccc*/
}

tr.even,
tr.odd {
  background-color: #eee;
  /*border-bottom: 1px solid #ccc;*/
  padding: .1em .6em
}

th.active img {
  display: inline
}

td.active {
  background-color: #ddd
}

.item-list .title {
  font-weight: 700
}

.item-list ul {
  margin: 0 0 .75em;
  padding: 0
}

.item-list ul li {
  margin: 0 0 .25em 1.5em;
  padding: 0
}

.form-item,
.form-actions {
  margin-top: 1em;
  margin-bottom: 1em
}

tr.odd .form-item,
tr.even .form-item {
  margin-top: 0;
  margin-bottom: 0;
  white-space: nowrap
}

.form-item .description {
  font-size: .85em
}

label {
  display: block;
  font-weight: 700
}

label.option {
  display: inline;
  font-weight: 400
}

.form-checkboxes .form-item,
.form-radios .form-item {
  margin-top: .4em;
  margin-bottom: .4em
}

.form-type-radio .description,
.form-type-checkbox .description {
  margin-left: 2.4em
}

input.form-checkbox,
input.form-radio {
  vertical-align: middle
}

.marker,
.form-required {
  color: red
}

.form-item input.error,
.form-item textarea.error,
.form-item select.error {
  border: 2px solid red
}

.container-inline .form-actions,
.container-inline.form-actions {
  margin-top: 0;
  margin-bottom: 0
}

.more-link {
  text-align: right
}

.more-help-link {
  text-align: right
}

.more-help-link a {
  background: url(/accounts/register123/redhat/events/redhattemplatehostedfiles/help.png) 0 50% no-repeat;
  padding: 1px 0 1px 20px
}

.item-list .pager {
  clear: both;
  text-align: center
}

.item-list .pager li {
  background-image: none;
  display: inline;
  list-style-type: none;
  padding: .5em
}

.pager-current {
  font-weight: 700
}

#autocomplete li.selected {
  background: #0072b9;
  color: #fff
}

html.js fieldset.collapsible .fieldset-legend {
  background: url(/accounts/register123/redhat/events/redhattemplatehostedfiles/menu-expanded.png) 5px 65% no-repeat;
  padding-left: 15px
}

html.js fieldset.collapsed .fieldset-legend {
  background-image: url(/accounts/register123/redhat/events/redhattemplatehostedfiles/menu-collapsed.png);
  background-position: 5px 50%
}

.fieldset-legend span.summary {
  color: #999;
  font-size: .9em;
  margin-left: .5em
}

tr.drag {
  background-color: ivory
}

tr.drag-previous {
  background-color: #ffd
}

.tabledrag-toggle-weight {
  font-size: .9em
}

body div.tabledrag-changed-warning {
  margin-bottom: .5em
}

tr.selected td {
  background: #ffc
}

td.checkbox,
th.checkbox {
  text-align: center
}

.progress {
  font-weight: 700
}

.progress .bar {
  background: #ccc;
  border-color: #666;
  margin: 0 .2em;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px
}

.progress .filled {
  background: #0072b9 url(/accounts/register123/redhat/events/redhattemplatehostedfiles/progress.gif)
}

.ui-helper-hidden {
  display: none
}

.ui-helper-hidden-accessible {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px
}

.ui-helper-reset {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  line-height: 1.3;
  text-decoration: none;
  font-size: 100%;
  list-style: none
}

.ui-helper-clearfix:before,
.ui-helper-clearfix:after {
  content: "";
  display: table;
  border-collapse: collapse
}

.ui-helper-clearfix:after {
  clear: both
}

.ui-helper-clearfix {
  min-height: 0
}

.ui-helper-zfix {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  opacity: 0;
  filter: Alpha(Opacity=0)
}

.ui-front {
  z-index: 100
}

.ui-state-disabled {
  cursor: default!important
}

.ui-icon {
  display: block;
  text-indent: -99999px;
  overflow: hidden;
  background-repeat: no-repeat
}

.ui-widget-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%
}

.ui-widget {
  font-family: Verdana, Arial, sans-serif;
  font-size: 1.1em
}

.ui-widget .ui-widget {
  font-size: 1em
}

.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
  font-family: Verdana, Arial, sans-serif;
  font-size: 1em
}

.ui-widget-content {
  border: 1px solid #aaa;
  background: #fff url(/accounts/register123/redhat/events/redhattemplatehostedfiles/ui-bg_flat_75_ffffff_40x100.png) 50% 50% repeat-x;
  color: #222
}

.ui-widget-content a {
  color: #222
}

.ui-widget-header {
  border: 1px solid #aaa;
  background: #ccc url(/accounts/register123/redhat/events/redhattemplatehostedfiles/ui-bg_highlight-soft_75_cccccc_1x100.png) 50% 50% repeat-x;
  color: #222;
  font-weight: 700
}

.ui-widget-header a {
  color: #222
}

.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
  border: 1px solid #d3d3d3;
  background: #e6e6e6 url(/accounts/register123/redhat/events/redhattemplatehostedfiles/ui-bg_glass_75_e6e6e6_1x400.png) 50% 50% repeat-x;
  font-weight: 400;
  color: #555
}

.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited {
  color: #555;
  text-decoration: none
}

.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus {
  border: 1px solid #999;
  background: #dadada url(/accounts/register123/redhat/events/redhattemplatehostedfiles/ui-bg_glass_75_dadada_1x400.png) 50% 50% repeat-x;
  font-weight: 400;
  color: #212121
}

.ui-state-hover a,
.ui-state-hover a:hover,
.ui-state-hover a:link,
.ui-state-hover a:visited {
  color: #212121;
  text-decoration: none
}

.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active {
  border: 1px solid #aaa;
  background: #fff url(/accounts/register123/redhat/events/redhattemplatehostedfiles/ui-bg_glass_65_ffffff_1x400.png) 50% 50% repeat-x;
  font-weight: 400;
  color: #212121
}

.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
  color: #212121;
  text-decoration: none
}

.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
  border: 1px solid #fcefa1;
  background: #fbf9ee url(/sites/all/modules/jquery_update/replace/ui/themes/base/minified/images/ui-bg_glass_55_fbf9ee_1x400.png) 50% 50% repeat-x;
  color: #363636
}

.ui-state-highlight a,
.ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a {
  color: #363636
}

.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
  border: 1px solid #cd0a0a;
  background: #fef1ec url(/sites/all/modules/jquery_update/replace/ui/themes/base/minified/images/ui-bg_glass_95_fef1ec_1x400.png) 50% 50% repeat-x;
  color: #cd0a0a
}

.ui-state-error a,
.ui-widget-content .ui-state-error a,
.ui-widget-header .ui-state-error a {
  color: #cd0a0a
}

.ui-state-error-text,
.ui-widget-content .ui-state-error-text,
.ui-widget-header .ui-state-error-text {
  color: #cd0a0a
}

.ui-priority-primary,
.ui-widget-content .ui-priority-primary,
.ui-widget-header .ui-priority-primary {
  font-weight: 700
}

.ui-priority-secondary,
.ui-widget-content .ui-priority-secondary,
.ui-widget-header .ui-priority-secondary {
  opacity: .7;
  filter: Alpha(Opacity=70);
  font-weight: 400
}

.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
  opacity: .35;
  filter: Alpha(Opacity=35);
  background-image: none
}

.ui-state-disabled .ui-icon {
  filter: Alpha(Opacity=35)
}

.ui-icon {
  width: 16px;
  height: 16px
}

.ui-icon,
.ui-widget-content .ui-icon {
  background-image: url(/sites/all/modules/jquery_update/replace/ui/themes/base/minified/images/ui-icons_222222_256x240.png)
}

.ui-widget-header .ui-icon {
  background-image: url(/sites/all/modules/jquery_update/replace/ui/themes/base/minified/images/ui-icons_222222_256x240.png)
}

.ui-state-default .ui-icon {
  background-image: url(/sites/all/modules/jquery_update/replace/ui/themes/base/minified/images/ui-icons_888888_256x240.png)
}

.ui-state-hover .ui-icon,
.ui-state-focus .ui-icon {
  background-image: url(/sites/all/modules/jquery_update/replace/ui/themes/base/minified/images/ui-icons_454545_256x240.png)
}

.ui-state-active .ui-icon {
  background-image: url(/sites/all/modules/jquery_update/replace/ui/themes/base/minified/images/ui-icons_454545_256x240.png)
}

.ui-state-highlight .ui-icon {
  background-image: url(/sites/all/modules/jquery_update/replace/ui/themes/base/minified/images/ui-icons_2e83ff_256x240.png)
}

.ui-state-error .ui-icon,
.ui-state-error-text .ui-icon {
  background-image: url(/sites/all/modules/jquery_update/replace/ui/themes/base/minified/images/ui-icons_cd0a0a_256x240.png)
}

.ui-icon-blank {
  background-position: 16px 16px
}

.ui-icon-carat-1-n {
  background-position: 0 0
}

.ui-icon-carat-1-ne {
  background-position: -16px 0
}

.ui-icon-carat-1-e {
  background-position: -32px 0
}

.ui-icon-carat-1-se {
  background-position: -48px 0
}

.ui-icon-carat-1-s {
  background-position: -64px 0
}

.ui-icon-carat-1-sw {
  background-position: -80px 0
}

.ui-icon-carat-1-w {
  background-position: -96px 0
}

.ui-icon-carat-1-nw {
  background-position: -112px 0
}

.ui-icon-carat-2-n-s {
  background-position: -128px 0
}

.ui-icon-carat-2-e-w {
  background-position: -144px 0
}

.ui-icon-triangle-1-n {
  background-position: 0 -16px
}

.ui-icon-triangle-1-ne {
  background-position: -16px -16px
}

.ui-icon-triangle-1-e {
  background-position: -32px -16px
}

.ui-icon-triangle-1-se {
  background-position: -48px -16px
}

.ui-icon-triangle-1-s {
  background-position: -64px -16px
}

.ui-icon-triangle-1-sw {
  background-position: -80px -16px
}

.ui-icon-triangle-1-w {
  background-position: -96px -16px
}

.ui-icon-triangle-1-nw {
  background-position: -112px -16px
}

.ui-icon-triangle-2-n-s {
  background-position: -128px -16px
}

.ui-icon-triangle-2-e-w {
  background-position: -144px -16px
}

.ui-icon-arrow-1-n {
  background-position: 0 -32px
}

.ui-icon-arrow-1-ne {
  background-position: -16px -32px
}

.ui-icon-arrow-1-e {
  background-position: -32px -32px
}

.ui-icon-arrow-1-se {
  background-position: -48px -32px
}

.ui-icon-arrow-1-s {
  background-position: -64px -32px
}

.ui-icon-arrow-1-sw {
  background-position: -80px -32px
}

.ui-icon-arrow-1-w {
  background-position: -96px -32px
}

.ui-icon-arrow-1-nw {
  background-position: -112px -32px
}

.ui-icon-arrow-2-n-s {
  background-position: -128px -32px
}

.ui-icon-arrow-2-ne-sw {
  background-position: -144px -32px
}

.ui-icon-arrow-2-e-w {
  background-position: -160px -32px
}

.ui-icon-arrow-2-se-nw {
  background-position: -176px -32px
}

.ui-icon-arrowstop-1-n {
  background-position: -192px -32px
}

.ui-icon-arrowstop-1-e {
  background-position: -208px -32px
}

.ui-icon-arrowstop-1-s {
  background-position: -224px -32px
}

.ui-icon-arrowstop-1-w {
  background-position: -240px -32px
}

.ui-icon-arrowthick-1-n {
  background-position: 0 -48px
}

.ui-icon-arrowthick-1-ne {
  background-position: -16px -48px
}

.ui-icon-arrowthick-1-e {
  background-position: -32px -48px
}

.ui-icon-arrowthick-1-se {
  background-position: -48px -48px
}

.ui-icon-arrowthick-1-s {
  background-position: -64px -48px
}

.ui-icon-arrowthick-1-sw {
  background-position: -80px -48px
}

.ui-icon-arrowthick-1-w {
  background-position: -96px -48px
}

.ui-icon-arrowthick-1-nw {
  background-position: -112px -48px
}

.ui-icon-arrowthick-2-n-s {
  background-position: -128px -48px
}

.ui-icon-arrowthick-2-ne-sw {
  background-position: -144px -48px
}

.ui-icon-arrowthick-2-e-w {
  background-position: -160px -48px
}

.ui-icon-arrowthick-2-se-nw {
  background-position: -176px -48px
}

.ui-icon-arrowthickstop-1-n {
  background-position: -192px -48px
}

.ui-icon-arrowthickstop-1-e {
  background-position: -208px -48px
}

.ui-icon-arrowthickstop-1-s {
  background-position: -224px -48px
}

.ui-icon-arrowthickstop-1-w {
  background-position: -240px -48px
}

.ui-icon-arrowreturnthick-1-w {
  background-position: 0 -64px
}

.ui-icon-arrowreturnthick-1-n {
  background-position: -16px -64px
}

.ui-icon-arrowreturnthick-1-e {
  background-position: -32px -64px
}

.ui-icon-arrowreturnthick-1-s {
  background-position: -48px -64px
}

.ui-icon-arrowreturn-1-w {
  background-position: -64px -64px
}

.ui-icon-arrowreturn-1-n {
  background-position: -80px -64px
}

.ui-icon-arrowreturn-1-e {
  background-position: -96px -64px
}

.ui-icon-arrowreturn-1-s {
  background-position: -112px -64px
}

.ui-icon-arrowrefresh-1-w {
  background-position: -128px -64px
}

.ui-icon-arrowrefresh-1-n {
  background-position: -144px -64px
}

.ui-icon-arrowrefresh-1-e {
  background-position: -160px -64px
}

.ui-icon-arrowrefresh-1-s {
  background-position: -176px -64px
}

.ui-icon-arrow-4 {
  background-position: 0 -80px
}

.ui-icon-arrow-4-diag {
  background-position: -16px -80px
}

.ui-icon-extlink {
  background-position: -32px -80px
}

.ui-icon-newwin {
  background-position: -48px -80px
}

.ui-icon-refresh {
  background-position: -64px -80px
}

.ui-icon-shuffle {
  background-position: -80px -80px
}

.ui-icon-transfer-e-w {
  background-position: -96px -80px
}

.ui-icon-transferthick-e-w {
  background-position: -112px -80px
}

.ui-icon-folder-collapsed {
  background-position: 0 -96px
}

.ui-icon-folder-open {
  background-position: -16px -96px
}

.ui-icon-document {
  background-position: -32px -96px
}

.ui-icon-document-b {
  background-position: -48px -96px
}

.ui-icon-note {
  background-position: -64px -96px
}

.ui-icon-mail-closed {
  background-position: -80px -96px
}

.ui-icon-mail-open {
  background-position: -96px -96px
}

.ui-icon-suitcase {
  background-position: -112px -96px
}

.ui-icon-comment {
  background-position: -128px -96px
}

.ui-icon-person {
  background-position: -144px -96px
}

.ui-icon-print {
  background-position: -160px -96px
}

.ui-icon-trash {
  background-position: -176px -96px
}

.ui-icon-locked {
  background-position: -192px -96px
}

.ui-icon-unlocked {
  background-position: -208px -96px
}

.ui-icon-bookmark {
  background-position: -224px -96px
}

.ui-icon-tag {
  background-position: -240px -96px
}

.ui-icon-home {
  background-position: 0 -112px
}

.ui-icon-flag {
  background-position: -16px -112px
}

.ui-icon-calendar {
  background-position: -32px -112px
}

.ui-icon-cart {
  background-position: -48px -112px
}

.ui-icon-pencil {
  background-position: -64px -112px
}

.ui-icon-clock {
  background-position: -80px -112px
}

.ui-icon-disk {
  background-position: -96px -112px
}

.ui-icon-calculator {
  background-position: -112px -112px
}

.ui-icon-zoomin {
  background-position: -128px -112px
}

.ui-icon-zoomout {
  background-position: -144px -112px
}

.ui-icon-search {
  background-position: -160px -112px
}

.ui-icon-wrench {
  background-position: -176px -112px
}

.ui-icon-gear {
  background-position: -192px -112px
}

.ui-icon-heart {
  background-position: -208px -112px
}

.ui-icon-star {
  background-position: -224px -112px
}

.ui-icon-link {
  background-position: -240px -112px
}

.ui-icon-cancel {
  background-position: 0 -128px
}

.ui-icon-plus {
  background-position: -16px -128px
}

.ui-icon-plusthick {
  background-position: -32px -128px
}

.ui-icon-minus {
  background-position: -48px -128px
}

.ui-icon-minusthick {
  background-position: -64px -128px
}

.ui-icon-close {
  background-position: -80px -128px
}

.ui-icon-closethick {
  background-position: -96px -128px
}

.ui-icon-key {
  background-position: -112px -128px
}

.ui-icon-lightbulb {
  background-position: -128px -128px
}

.ui-icon-scissors {
  background-position: -144px -128px
}

.ui-icon-clipboard {
  background-position: -160px -128px
}

.ui-icon-copy {
  background-position: -176px -128px
}

.ui-icon-contact {
  background-position: -192px -128px
}

.ui-icon-image {
  background-position: -208px -128px
}

.ui-icon-video {
  background-position: -224px -128px
}

.ui-icon-script {
  background-position: -240px -128px
}

.ui-icon-alert {
  background-position: 0 -144px
}

.ui-icon-info {
  background-position: -16px -144px
}

.ui-icon-notice {
  background-position: -32px -144px
}

.ui-icon-help {
  background-position: -48px -144px
}

.ui-icon-check {
  background-position: -64px -144px
}

.ui-icon-bullet {
  background-position: -80px -144px
}

.ui-icon-radio-on {
  background-position: -96px -144px
}

.ui-icon-radio-off {
  background-position: -112px -144px
}

.ui-icon-pin-w {
  background-position: -128px -144px
}

.ui-icon-pin-s {
  background-position: -144px -144px
}

.ui-icon-play {
  background-position: 0 -160px
}

.ui-icon-pause {
  background-position: -16px -160px
}

.ui-icon-seek-next {
  background-position: -32px -160px
}

.ui-icon-seek-prev {
  background-position: -48px -160px
}

.ui-icon-seek-end {
  background-position: -64px -160px
}

.ui-icon-seek-start {
  background-position: -80px -160px
}

.ui-icon-seek-first {
  background-position: -80px -160px
}

.ui-icon-stop {
  background-position: -96px -160px
}

.ui-icon-eject {
  background-position: -112px -160px
}

.ui-icon-volume-off {
  background-position: -128px -160px
}

.ui-icon-volume-on {
  background-position: -144px -160px
}

.ui-icon-power {
  background-position: 0 -176px
}

.ui-icon-signal-diag {
  background-position: -16px -176px
}

.ui-icon-signal {
  background-position: -32px -176px
}

.ui-icon-battery-0 {
  background-position: -48px -176px
}

.ui-icon-battery-1 {
  background-position: -64px -176px
}

.ui-icon-battery-2 {
  background-position: -80px -176px
}

.ui-icon-battery-3 {
  background-position: -96px -176px
}

.ui-icon-circle-plus {
  background-position: 0 -192px
}

.ui-icon-circle-minus {
  background-position: -16px -192px
}

.ui-icon-circle-close {
  background-position: -32px -192px
}

.ui-icon-circle-triangle-e {
  background-position: -48px -192px
}

.ui-icon-circle-triangle-s {
  background-position: -64px -192px
}

.ui-icon-circle-triangle-w {
  background-position: -80px -192px
}

.ui-icon-circle-triangle-n {
  background-position: -96px -192px
}

.ui-icon-circle-arrow-e {
  background-position: -112px -192px
}

.ui-icon-circle-arrow-s {
  background-position: -128px -192px
}

.ui-icon-circle-arrow-w {
  background-position: -144px -192px
}

.ui-icon-circle-arrow-n {
  background-position: -160px -192px
}

.ui-icon-circle-zoomin {
  background-position: -176px -192px
}

.ui-icon-circle-zoomout {
  background-position: -192px -192px
}

.ui-icon-circle-check {
  background-position: -208px -192px
}

.ui-icon-circlesmall-plus {
  background-position: 0 -208px
}

.ui-icon-circlesmall-minus {
  background-position: -16px -208px
}

.ui-icon-circlesmall-close {
  background-position: -32px -208px
}

.ui-icon-squaresmall-plus {
  background-position: -48px -208px
}

.ui-icon-squaresmall-minus {
  background-position: -64px -208px
}

.ui-icon-squaresmall-close {
  background-position: -80px -208px
}

.ui-icon-grip-dotted-vertical {
  background-position: 0 -224px
}

.ui-icon-grip-dotted-horizontal {
  background-position: -16px -224px
}

.ui-icon-grip-solid-vertical {
  background-position: -32px -224px
}

.ui-icon-grip-solid-horizontal {
  background-position: -48px -224px
}

.ui-icon-gripsmall-diagonal-se {
  background-position: -64px -224px
}

.ui-icon-grip-diagonal-se {
  background-position: -80px -224px
}

.ui-corner-all,
.ui-corner-top,
.ui-corner-left,
.ui-corner-tl {
  border-top-left-radius: 4px
}

.ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr {
  border-top-right-radius: 4px
}

.ui-corner-all,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-bl {
  border-bottom-left-radius: 4px
}

.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
  border-bottom-right-radius: 4px
}

.ui-widget-overlay {
  background: #aaa url(/sites/all/modules/jquery_update/replace/ui/themes/base/minified/images/ui-bg_flat_0_aaaaaa_40x100.png) 50% 50% repeat-x;
  opacity: .3;
  filter: Alpha(Opacity=30)
}

.ui-widget-shadow {
  margin: -8px 0 0 -8px;
  padding: 8px;
  background: #aaa url(/sites/all/modules/jquery_update/replace/ui/themes/base/minified/images/ui-bg_flat_0_aaaaaa_40x100.png) 50% 50% repeat-x;
  opacity: .3;
  filter: Alpha(Opacity=30);
  border-radius: 8px
}

.container-inline-date {
  clear: both
}

.container-inline-date .form-item {
  float: none;
  margin: 0;
  padding: 0
}

.container-inline-date>.form-item {
  display: inline-block;
  margin-right: .5em;
  margin-bottom: 10px;
  vertical-align: top
}

.container-inline-date .form-item .form-item {
  float: left
}

.container-inline-date .form-item,
.container-inline-date .form-item input {
  width: auto
}

.container-inline-date .description {
  clear: both
}

.container-inline-date .form-item input,
.container-inline-date .form-item select,
.container-inline-date .form-item option {
  margin-right: 5px
}

.container-inline-date .date-spacer {
  margin-left: -5px
}

.views-right-60 .container-inline-date div {
  margin: 0;
  padding: 0
}

.container-inline-date .date-timezone .form-item {
  clear: both;
  float: none;
  width: auto
}

.container-inline-date .date-padding {
  padding: 10px;
  float: left
}

.views-exposed-form .container-inline-date .date-padding {
  padding: 0
}

#calendar_div,
#calendar_div td,
#calendar_div th {
  margin: 0;
  padding: 0
}

#calendar_div,
.calendar_control,
.calendar_links,
.calendar_header,
.calendar {
  border-collapse: separate;
  margin: 0;
  width: 185px
}

.calendar td {
  padding: 0
}

.date-prefix-inline {
  display: inline-block
}

.date-clear {
  clear: both;
  display: block;
  float: none
}

.date-no-float {
  clear: both;
  float: none;
  width: 98%
}

.date-float {
  clear: none;
  float: left;
  width: auto
}

.date-float .form-type-checkbox {
  padding-right: 1em
}

.form-type-date-select .form-type-select[class$=hour] {
  margin-left: .75em
}

.date-container .date-format-delete {
  float: left;
  margin-top: 1.8em;
  margin-left: 1.5em
}

.date-container .date-format-name {
  float: left
}

.date-container .date-format-type {
  float: left;
  padding-left: 10px
}

.date-container .select-container {
  clear: left;
  float: left
}

div.date-calendar-day {
  background: #f3f3f3;
  border-top: 1px solid #eee;
  border-left: 1px solid #eee;
  border-right: 1px solid #bbb;
  border-bottom: 1px solid #bbb;
  color: #999;
  float: left;
  line-height: 1;
  margin: 6px 10px 0 0;
  text-align: center;
  width: 40px
}

div.date-calendar-day span {
  display: block;
  text-align: center
}

div.date-calendar-day span.month {
  background-color: #b5bebe;
  color: #fff;
  font-size: .9em;
  padding: 2px;
  text-transform: uppercase
}

div.date-calendar-day span.day {
  font-size: 2em;
  font-weight: 700
}

div.date-calendar-day span.year {
  font-size: .9em;
  padding: 2px
}

.form-item.form-item-instance-widget-settings-input-format-custom,
.form-item.form-item-field-settings-enddate-required {
  margin-left: 1.3em
}

#edit-field-settings-granularity .form-type-checkbox {
  margin-right: .6em
}

.date-year-range-select {
  margin-right: 1em
}

#ui-datepicker-div {
  font-size: 100%;
  font-family: Verdana, sans-serif;
  background: #eee;
  border-right: 2px #666 solid;
  border-bottom: 2px #666 solid;
  z-index: 9999
}

.ui-datepicker {
  width: 17em;
  padding: .2em .2em 0
}

.ui-datepicker .ui-datepicker-header {
  position: relative;
  padding: .2em 0
}

.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
  position: absolute;
  top: 2px;
  width: 1.8em;
  height: 1.8em
}

.ui-datepicker .ui-datepicker-prev-hover,
.ui-datepicker .ui-datepicker-next-hover {
  top: 1px
}

.ui-datepicker .ui-datepicker-prev {
  left: 2px
}

.ui-datepicker .ui-datepicker-next {
  right: 2px
}

.ui-datepicker .ui-datepicker-prev-hover {
  left: 1px
}

.ui-datepicker .ui-datepicker-next-hover {
  right: 1px
}

.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
  display: block;
  position: absolute;
  left: 50%;
  margin-left: -8px;
  top: 50%;
  margin-top: -8px
}

.ui-datepicker .ui-datepicker-title {
  margin: 0 2.3em;
  line-height: 1.8em;
  text-align: center
}

.ui-datepicker .ui-datepicker-title select {
  float: left;
  font-size: 1em;
  margin: 1px 0
}

.ui-datepicker select.ui-datepicker-month-year {
  width: 100%
}

.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
  width: 49%
}

.ui-datepicker .ui-datepicker-title select.ui-datepicker-year {
  float: right
}

.ui-datepicker table {
  width: 100%;
  font-size: .9em;
  border-collapse: collapse;
  margin: 0 0 .4em
}

.ui-datepicker th {
  padding: .7em .3em;
  text-align: center;
  font-weight: 700;
  border: 0
}

.ui-datepicker td {
  border: 0;
  padding: 1px
}

.ui-datepicker td span,
.ui-datepicker td a {
  display: block;
  padding: .2em;
  text-align: right;
  text-decoration: none
}

.ui-datepicker .ui-datepicker-buttonpane {
  background-image: none;
  margin: .7em 0 0;
  padding: 0 .2em;
  border-left: 0;
  border-right: 0;
  border-bottom: 0
}

.ui-datepicker .ui-datepicker-buttonpane button {
  float: right;
  margin: .5em .2em .4em;
  cursor: pointer;
  padding: .2em .6em .3em;
  width: auto;
  overflow: visible
}

.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
  float: left
}

.ui-datepicker.ui-datepicker-multi {
  width: auto
}

.ui-datepicker-multi .ui-datepicker-group {
  float: left
}

.ui-datepicker-multi .ui-datepicker-group table {
  width: 95%;
  margin: 0 auto .4em
}

.ui-datepicker-multi-2 .ui-datepicker-group {
  width: 50%
}

.ui-datepicker-multi-3 .ui-datepicker-group {
  width: 33.3%
}

.ui-datepicker-multi-4 .ui-datepicker-group {
  width: 25%
}

.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header {
  border-left-width: 0
}

.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
  border-left-width: 0
}

.ui-datepicker-multi .ui-datepicker-buttonpane {
  clear: left
}

.ui-datepicker-row-break {
  clear: both;
  width: 100%
}

.ui-datepicker-rtl {
  direction: rtl
}

.ui-datepicker-rtl .ui-datepicker-prev {
  right: 2px;
  left: auto
}

.ui-datepicker-rtl .ui-datepicker-next {
  left: 2px;
  right: auto
}

.ui-datepicker-rtl .ui-datepicker-prev:hover {
  right: 1px;
  left: auto
}

.ui-datepicker-rtl .ui-datepicker-next:hover {
  left: 1px;
  right: auto
}

.ui-datepicker-rtl .ui-datepicker-buttonpane {
  clear: right
}

.ui-datepicker-rtl .ui-datepicker-buttonpane button {
  float: left
}

.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current {
  float: right
}

.ui-datepicker-rtl .ui-datepicker-group {
  float: right
}

.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header {
  border-right-width: 0;
  border-left-width: 1px
}

.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
  border-right-width: 0;
  border-left-width: 1px
}

.field .field-label {
  font-weight: 700
}

.field-label-inline .field-label,
.field-label-inline .field-items {
  float: left
}

form .field-multiple-table {
  margin: 0
}

form .field-multiple-table th.field-label {
  padding-left: 0
}

form .field-multiple-table td.field-multiple-drag {
  width: 30px;
  padding-right: 0
}

form .field-multiple-table td.field-multiple-drag a.tabledrag-handle {
  padding-right: .5em
}

form .field-add-more-submit {
  margin: .5em 0 0
}

.node-unpublished {
  background-color: #fff4f4
}

.preview .node {
  background-color: #ffffea
}

td.revision-current {
  background: #ffc
}

span[data-picture-align=left],
img[data-picture-align=left] {
  float: left
}

span[data-picture-align=right],
img[data-picture-align=right] {
  float: right
}

span[data-picture-align=center],
img[data-picture-align=center] {
  display: block;
  margin-left: auto;
  margin-right: auto
}

.cke_dialog_body tr td:last-child {
  border-right: 0
}

.search-form {
  margin-bottom: 1em
}

.search-form input {
  margin-top: 0;
  margin-bottom: 0
}

.search-results {
  list-style: none
}

.search-results p {
  margin-top: 0
}

.search-results .title {
  font-size: 1.2em
}

.search-results li {
  margin-bottom: 1em
}

.search-results .search-snippet-info {
  padding-left: 1em
}

.search-results .search-info {
  font-size: .85em
}

.search-advanced .criterion {
  float: left;
  margin-right: 2em
}

.search-advanced .action {
  float: left;
  clear: left
}

#permissions td.module {
  font-weight: 700
}

#permissions td.permission {
  padding-left: 1.5em
}

#permissions tr.odd .form-item,
#permissions tr.even .form-item {
  white-space: normal
}

#user-admin-settings fieldset .fieldset-description {
  font-size: .85em;
  padding-bottom: .5em
}

#user-admin-roles td.edit-name {
  clear: both
}

#user-admin-roles .form-item-name {
  float: left;
  margin-right: 1em
}

.password-strength {
  width: 17em;
  float: right;
  margin-top: 1.4em
}

.password-strength-title {
  display: inline
}

.password-strength-text {
  float: right;
  font-weight: 700
}

.password-indicator {
  background-color: #c4c4c4;
  height: .3em;
  width: 100%
}

.password-indicator div {
  height: 100%;
  width: 0;
  background-color: #47c965
}

input.password-confirm,
input.password-field {
  width: 16em;
  margin-bottom: .4em
}

div.password-confirm {
  float: right;
  margin-top: 1.5em;
  visibility: hidden;
  width: 17em
}

div.form-item div.password-suggestions {
  padding: .2em .5em;
  margin: .7em 0;
  width: 38.5em;
  border: 1px solid #b4b4b4
}

div.password-suggestions ul {
  margin-bottom: 0
}

.confirm-parent,
.password-parent {
  clear: left;
  margin: 0;
  width: 36.3em
}

.profile {
  clear: both;
  margin: 1em 0
}

.profile .user-picture {
  float: right;
  margin: 0 1em 1em 0
}

.profile h3 {
  border-bottom: 1px solid #ccc
}

.profile dl {
  margin: 0 0 1.5em
}

.profile dt {
  margin: 0 0 .2em;
  font-weight: 700
}

.profile dd {
  margin: 0 0 1em
}

.views-exposed-form .views-exposed-widget {
  float: left;
  padding: .5em 1em 0 0
}

.views-exposed-form .views-exposed-widget .form-submit {
  margin-top: 1.6em
}

.views-exposed-form .form-item,
.views-exposed-form .form-submit {
  margin-top: 0;
  margin-bottom: 0
}

.views-exposed-form label {
  font-weight: 700
}

.views-exposed-widgets {
  margin-bottom: .5em
}

.views-align-left {
  text-align: left
}

.views-align-right {
  text-align: right
}

.views-align-center {
  text-align: center
}

.views-view-grid tbody {
  border-top: none
}

.view .progress-disabled {
  float: none
}

.rteindent1 {
  margin-left: 40px
}

.rteindent2 {
  margin-left: 80px
}

.rteindent3 {
  margin-left: 120px
}

.rteindent4 {
  margin-left: 160px
}

.rteleft {
  text-align: left
}

.rteright {
  text-align: right
}

.rtecenter {
  text-align: center
}

.rtejustify {
  text-align: justify
}

.ibimage_left {
  float: left
}

.ibimage_right {
  float: right
}

.ctools-locked {
  color: red;
  border: 1px solid red;
  padding: 1em
}

.ctools-owns-lock {
  background: #ffd none repeat scroll 0 0;
  border: 1px solid #f0c020;
  padding: 1em
}

a.ctools-ajaxing,
input.ctools-ajaxing,
button.ctools-ajaxing,
select.ctools-ajaxing {
  padding-right: 18px !important;
  background: url(/sites/all/modules/ctools/images/status-active.gif) right center no-repeat
}

div.ctools-ajaxing {
  float: left;
  width: 18px;
  background: url(/sites/all/modules/ctools/images/status-active.gif) center center no-repeat
}

.node_embed_dialog {
  background: #e9e9e9;
  border: 2px solid #333;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  padding: 5px
}

.node_embed_dialog .ui-dialog-titlebar {
  margin: 0;
  padding: 5px;
  background-color: #333;
  color: #fff;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  position: relative
}

.node_embed_dialog .ui-dialog-titlebar-close {
  position: absolute;
  right: 5px;
  color: #fff
}

#nodeEmbedDialog {
  margin: 10px 0 0
}

.node_embed_dialog .nodeEmbedButtons {
  margin: 0;
  padding: 0
}

.node_embed_dialog .nodeEmbedButtons button {
  background: #333;
  color: #fff;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border: 1px solid #444;
  padding: 3px 10px;
  margin: 5px 5px 0 0;
  cursor: pointer
}

.node_embed_dialog .nodeEmbedButtons button:hover {
  border: 1px solid #999
}

@font-face {
  font-family: 'rh-iconfont';
  src: url(/accounts/register123/redhat/events/redhattemplatehostedfiles/rh-iconfont-8bd25b51b5f26071b168d0d4d1f3c0e2.eot?);
  src: url(/accounts/register123/redhat/events/redhattemplatehostedfiles/rh-iconfont-8bd25b51b5f26071b168d0d4d1f3c0e2.eot?#iefix) format("embedded-opentype"), url(/accounts/register123/redhat/events/redhattemplatehostedfiles/rh-iconfont-8bd25b51b5f26071b168d0d4d1f3c0e2.woff?) format("woff"), url(/accounts/register123/redhat/events/redhattemplatehostedfiles/rh-iconfont-8bd25b51b5f26071b168d0d4d1f3c0e2.ttf?) format("truetype");
  font-weight: 400;
  font-style: normal
}

.rh-icon:before,
[class$=rh-icon]:before,
[class*=rh-icon]:before,
[class^=rh-icon]:before {
  font-family: 'rh-iconfont';
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale
}

.rh-icon-aed:before {
  content: ""
}

.rh-icon-alert-downtime:before {
  content: ""
}

.rh-icon-api:before {
  content: ""
}

.rh-icon-app-b:before {
  content: ""
}

.rh-icon-application-alt:before {
  content: ""
}

.rh-icon-application-mobile:before {
  content: ""
}

.rh-icon-application-window:before {
  content: ""
}

.rh-icon-application:before {
  content: ""
}

.rh-icon-arrows-simplify:before {
  content: ""
}

.rh-icon-atom:before {
  content: ""
}

.rh-icon-award-ribbon:before {
  content: ""
}

.rh-icon-bar-graph:before {
  content: ""
}

.rh-icon-battery:before {
  content: ""
}

.rh-icon-beer-glasses:before {
  content: ""
}

.rh-icon-bike:before {
  content: ""
}

.rh-icon-blueprint:before {
  content: ""
}

.rh-icon-book:before {
  content: ""
}

.rh-icon-box-open:before {
  content: ""
}

.rh-icon-bus-front-view:before {
  content: ""
}

.rh-icon-bus-side-view:before {
  content: ""
}

.rh-icon-calculator:before {
  content: ""
}

.rh-icon-calendar:before {
  content: ""
}

.rh-icon-can:before {
  content: ""
}

.rh-icon-cardboardrecycling:before {
  content: ""
}

.rh-icon-catalog-selfservice:before {
  content: ""
}

.rh-icon-cd-disk:before {
  content: ""
}

.rh-icon-check-yes:before {
  content: ""
}

.rh-icon-circle-sphere:before {
  content: ""
}

.rh-icon-circuit:before {
  content: ""
}

.rh-icon-clock-time-pass:before {
  content: ""
}

.rh-icon-clock:before {
  content: ""
}

.rh-icon-cloud-admin:before {
  content: ""
}

.rh-icon-cloud-mobile:before {
  content: ""
}

.rh-icon-cloud:before {
  content: ""
}

.rh-icon-code:before {
  content: ""
}

.rh-icon-collaboration:before {
  content: ""
}

.rh-icon-command:before {
  content: ""
}

.rh-icon-compass:before {
  content: ""
}

.rh-icon-competitive-analysis:before {
  content: ""
}

.rh-icon-complexity:before {
  content: ""
}

.rh-icon-construction-hard-hat:before {
  content: ""
}

.rh-icon-container-library:before {
  content: ""
}

.rh-icon-control-panel:before {
  content: ""
}

.rh-icon-create-cloud:before {
  content: ""
}

.rh-icon-credit-card:before {
  content: ""
}

.rh-icon-cube:before {
  content: ""
}

.rh-icon-customer-snapshot:before {
  content: ""
}

.rh-icon-data:before {
  content: ""
}

.rh-icon-datacenter-alt1:before {
  content: ""
}

.rh-icon-datacenter:before {
  content: ""
}

.rh-icon-desktop:before {
  content: ""
}

.rh-icon-development-model:before {
  content: ""
}

.rh-icon-devops:before {
  content: ""
}

.rh-icon-dna:before {
  content: ""
}

.rh-icon-download:before {
  content: ""
}

.rh-icon-eBook:before {
  content: ""
}

.rh-icon-electrical:before {
  content: ""
}

.rh-icon-elevator-up-down:before {
  content: ""
}

.rh-icon-email:before {
  content: ""
}

.rh-icon-emergency-use-stairs:before {
  content: ""
}

.rh-icon-enclave:before {
  content: ""
}

.rh-icon-enclave2:before {
  content: ""
}

.rh-icon-envelope-back:before {
  content: ""
}

.rh-icon-ewaste-recycling:before {
  content: ""
}

.rh-icon-ex-no:before {
  content: ""
}

.rh-icon-fan:before {
  content: ""
}

.rh-icon-fast-car:before {
  content: ""
}

.rh-icon-fast-jet:before {
  content: ""
}

.rh-icon-feather:before {
  content: ""
}

.rh-icon-finance:before {
  content: ""
}

.rh-icon-fire-extinguisher:before {
  content: ""
}

.rh-icon-folder-open:before {
  content: ""
}

.rh-icon-frame:before {
  content: ""
}

.rh-icon-funnel:before {
  content: ""
}

.rh-icon-gear:before {
  content: ""
}

.rh-icon-gears:before {
  content: ""
}

.rh-icon-glass-bottle:before {
  content: ""
}

.rh-icon-glass-recycling:before {
  content: ""
}

.rh-icon-global-ecosystem:before {
  content: ""
}

.rh-icon-globe-atlantic:before {
  content: ""
}

.rh-icon-globe-pacific:before {
  content: ""
}

.rh-icon-government:before {
  content: ""
}

.rh-icon-handicapped-accessible:before {
  content: ""
}

.rh-icon-health-vertical:before {
  content: ""
}

.rh-icon-heart-monitor:before {
  content: ""
}

.rh-icon-help-desk:before {
  content: ""
}

.rh-icon-host:before {
  content: ""
}

.rh-icon-hosting-support:before {
  content: ""
}

.rh-icon-icecaps-mountain:before {
  content: ""
}

.rh-icon-increase-productivity:before {
  content: ""
}

.rh-icon-industry:before {
  content: ""
}

.rh-icon-info-alt:before {
  content: ""
}

.rh-icon-info:before {
  content: ""
}

.rh-icon-instructor:before {
  content: ""
}

.rh-icon-insurance:before {
  content: ""
}

.rh-icon-interoperable-cross-platform:before {
  content: ""
}

.rh-icon-key:before {
  content: ""
}

.rh-icon-kiosk:before {
  content: ""
}

.rh-icon-lab-flask:before {
  content: ""
}

.rh-icon-lab:before {
  content: ""
}

.rh-icon-laptop:before {
  content: ""
}

.rh-icon-leaf:before {
  content: ""
}

.rh-icon-lifestyle:before {
  content: ""
}

.rh-icon-lightbulb-energy-efficient:before {
  content: ""
}

.rh-icon-lightbulb-traditional:before {
  content: ""
}

.rh-icon-lock:before {
  content: ""
}

.rh-icon-locked:before {
  content: ""
}

.rh-icon-mail:before {
  content: ""
}

.rh-icon-mainframe:before {
  content: ""
}

.rh-icon-management-checklist:before {
  content: ""
}

.rh-icon-map-treasure:before {
  content: ""
}

.rh-icon-media-clapboard:before {
  content: ""
}

.rh-icon-megaphone:before {
  content: ""
}

.rh-icon-message-oriented-middleware:before {
  content: ""
}

.rh-icon-mobile-devices:before {
  content: ""
}

.rh-icon-mobile-user:before {
  content: ""
}

.rh-icon-monitor:before {
  content: ""
}

.rh-icon-mothers-room:before {
  content: ""
}

.rh-icon-moving:before {
  content: ""
}

.rh-icon-network-community:before {
  content: ""
}

.rh-icon-network-personal:before {
  content: ""
}

.rh-icon-network-switch:before {
  content: ""
}

.rh-icon-network:before {
  content: ""
}

.rh-icon-no-smoking:before {
  content: ""
}

.rh-icon-noise-isolation:before {
  content: ""
}

.rh-icon-noise:before {
  content: ""
}

.rh-icon-notepad:before {
  content: ""
}

.rh-icon-odor:before {
  content: ""
}

.rh-icon-office-building-smb:before {
  content: ""
}

.rh-icon-office-chair:before {
  content: ""
}

.rh-icon-office-desk:before {
  content: ""
}

.rh-icon-office-mobility:before {
  content: ""
}

.rh-icon-office-reception:before {
  content: ""
}

.rh-icon-ohc-cloud-apps:before {
  content: ""
}

.rh-icon-ohc-hybrid-cloud:before {
  content: ""
}

.rh-icon-ohc-iaas:before {
  content: ""
}

.rh-icon-ohc-paas:before {
  content: ""
}

.rh-icon-ohc-private-cloud:before {
  content: ""
}

.rh-icon-ohc-public-cloud:before {
  content: ""
}

.rh-icon-orchestration:before {
  content: ""
}

.rh-icon-organization:before {
  content: ""
}

.rh-icon-packing:before {
  content: ""
}

.rh-icon-paper-case-study:before {
  content: ""
}

.rh-icon-paper-infographic:before {
  content: ""
}

.rh-icon-paper-lined:before {
  content: ""
}

.rh-icon-paper-solution:before {
  content: ""
}

.rh-icon-paper:before {
  content: ""
}

.rh-icon-paperrecycling:before {
  content: ""
}

.rh-icon-parking:before {
  content: ""
}

.rh-icon-partner-map:before {
  content: ""
}

.rh-icon-phone-land-line:before {
  content: ""
}

.rh-icon-phone-mobile:before {
  content: ""
}

.rh-icon-photo-frame-family:before {
  content: ""
}

.rh-icon-piggy-bank:before {
  content: ""
}

.rh-icon-plastic-bottle:before {
  content: ""
}

.rh-icon-podium-speakers:before {
  content: ""
}

.rh-icon-policy:before {
  content: ""
}

.rh-icon-price-label:before {
  content: ""
}

.rh-icon-printer-3d:before {
  content: ""
}

.rh-icon-printer-copier:before {
  content: ""
}

.rh-icon-process-improvement:before {
  content: ""
}

.rh-icon-process:before {
  content: ""
}

.rh-icon-processor:before {
  content: ""
}

.rh-icon-protected:before {
  content: ""
}

.rh-icon-puzzle-complete:before {
  content: ""
}

.rh-icon-puzzle-piece:before {
  content: ""
}

.rh-icon-pyramid:before {
  content: ""
}

.rh-icon-radio-podcast:before {
  content: ""
}

.rh-icon-recycle-cans:before {
  content: ""
}

.rh-icon-recycle-plastic:before {
  content: ""
}

.rh-icon-recycle:before {
  content: ""
}

.rh-icon-restrooms:before {
  content: ""
}

.rh-icon-safety-warning-alert:before {
  content: ""
}

.rh-icon-scalable:before {
  content: ""
}

.rh-icon-scale-grow:before {
  content: ""
}

.rh-icon-scale-shrink:before {
  content: ""
}

.rh-icon-search:before {
  content: ""
}

.rh-icon-security:before {
  content: ""
}

.rh-icon-server-alt1:before {
  content: ""
}

.rh-icon-server-alt2:before {
  content: ""
}

.rh-icon-server-deploy:before {
  content: ""
}

.rh-icon-server-stack-alt1:before {
  content: ""
}

.rh-icon-server-stack-alt2:before {
  content: ""
}

.rh-icon-server-stack:before {
  content: ""
}

.rh-icon-server-vintage-alt1:before {
  content: ""
}

.rh-icon-server-vintage:before {
  content: ""
}

.rh-icon-server:before {
  content: ""
}

.rh-icon-shipping-container-rail:before {
  content: ""
}

.rh-icon-shipping-container-ship:before {
  content: ""
}

.rh-icon-shipping-container-truck:before {
  content: ""
}

.rh-icon-shipping-container:before {
  content: ""
}

.rh-icon-shopping-bag:before {
  content: ""
}

.rh-icon-shopping-cart:before {
  content: ""
}

.rh-icon-smart-phone:before {
  content: ""
}

.rh-icon-software-container:before {
  content: ""
}

.rh-icon-space-rocket:before {
  content: ""
}

.rh-icon-speedometer:before {
  content: ""
}

.rh-icon-sports-play:before {
  content: ""
}

.rh-icon-stairs-step-by-step:before {
  content: ""
}

.rh-icon-star:before {
  content: ""
}

.rh-icon-stopwatch-time-pass:before {
  content: ""
}

.rh-icon-stopwatch:before {
  content: ""
}

.rh-icon-storage-brick:before {
  content: ""
}

.rh-icon-storage-stack:before {
  content: ""
}

.rh-icon-sun:before {
  content: ""
}

.rh-icon-tachometer:before {
  content: ""
}

.rh-icon-talk-bubble-conversation:before {
  content: ""
}

.rh-icon-talk-bubble-lined:before {
  content: ""
}

.rh-icon-talk-bubble:before {
  content: ""
}

.rh-icon-telecom-vertical:before {
  content: ""
}

.rh-icon-thumbs-up:before {
  content: ""
}

.rh-icon-toolbox:before {
  content: ""
}

.rh-icon-tools-drafting:before {
  content: ""
}

.rh-icon-tools:before {
  content: ""
}

.rh-icon-transportation:before {
  content: ""
}

.rh-icon-trash:before {
  content: ""
}

.rh-icon-trophy:before {
  content: ""
}

.rh-icon-upload:before {
  content: ""
}

.rh-icon-user-1:before {
  content: ""
}

.rh-icon-user-2:before {
  content: ""
}

.rh-icon-user-3:before {
  content: ""
}

.rh-icon-user-4:before {
  content: ""
}

.rh-icon-user-5:before {
  content: ""
}

.rh-icon-user-access:before {
  content: ""
}

.rh-icon-user-checklist:before {
  content: ""
}

.rh-icon-user-schedule:before {
  content: ""
}

.rh-icon-utensils:before {
  content: ""
}

.rh-icon-utility-meter:before {
  content: ""
}

.rh-icon-venn-diagram:before {
  content: ""
}

.rh-icon-video:before {
  content: ""
}

.rh-icon-virtual-datacenter:before {
  content: ""
}

.rh-icon-virtual-server:before {
  content: ""
}

.rh-icon-virtual-stack:before {
  content: ""
}

.rh-icon-virtual-storage-brick:before {
  content: ""
}

.rh-icon-virtual-storage-stack:before {
  content: ""
}

.rh-icon-volume-mute:before {
  content: ""
}

.rh-icon-volume-up:before {
  content: ""
}

.rh-icon-vulnerability:before {
  content: ""
}

.rh-icon-water-droplet:before {
  content: ""
}

.rh-icon-water-faucet:before {
  content: ""
}

.rh-icon-waveform:before {
  content: ""
}

.rh-icon-webinar:before {
  content: ""
}

.rh-icon-workplace-strategy:before {
  content: ""
}

.rh-icon-wrench-mechanical:before {
  content: ""
}

@font-face {
  font-family: 'rh-web-iconfont';
  src: url(/accounts/register123/redhat/events/redhattemplatehostedfiles/rh-web-iconfont-c02b5c34b3d89c56c09f4423827ada7f.eot?);
  src: url(/accounts/register123/redhat/events/redhattemplatehostedfiles/rh-web-iconfont-c02b5c34b3d89c56c09f4423827ada7f.eot?#iefix) format("embedded-opentype"), url(/accounts/register123/redhat/events/redhattemplatehostedfiles/rh-web-iconfont-c02b5c34b3d89c56c09f4423827ada7f.woff?) format("woff"), url(/accounts/register123/redhat/events/redhattemplatehostedfiles/rh-web-iconfont-c02b5c34b3d89c56c09f4423827ada7f.ttf?) format("truetype");
  font-weight: 400;
  font-style: normal
}

.web-icon:before,
[class$=web-icon]:before,
[class*=web-icon]:before,
[class^=web-icon]:before {
  font-family: 'rh-web-iconfont';
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale
}

.web-icon-call:before {
  content: ""
}

.web-icon-caret-down:before {
  content: ""
}

.web-icon-caret-left:before {
  content: ""
}

.web-icon-caret-right:before {
  content: ""
}

.web-icon-caret-up:before {
  content: ""
}

.web-icon-cart:before {
  content: ""
}

.web-icon-check:before {
  content: ""
}

.web-icon-chevron:before {
  content: ""
}

.web-icon-close:before {
  content: ""
}

.web-icon-contact:before {
  content: ""
}

.web-icon-contact2:before {
  content: ""
}

.web-icon-copy:before {
  content: ""
}

.web-icon-dashboard:before {
  content: ""
}

.web-icon-envelope:before {
  content: ""
}

.web-icon-facebook:before {
  content: ""
}

.web-icon-fax:before {
  content: ""
}

.web-icon-globe:before {
  content: ""
}

.web-icon-gplus:before {
  content: ""
}

.web-icon-grid:before {
  content: ""
}

.web-icon-key:before {
  content: ""
}

.web-icon-laptop:before {
  content: ""
}

.web-icon-link:before {
  content: ""
}

.web-icon-linkedin:before {
  content: ""
}

.web-icon-list-form:before {
  content: ""
}

.web-icon-list:before {
  content: ""
}

.web-icon-mobile-menu:before {
  content: ""
}

.web-icon-new-window:before {
  content: ""
}

.web-icon-open-quote:before {
  content: ""
}

.web-icon-open:before {
  content: ""
}

.web-icon-plus:before {
  content: ""
}

.web-icon-print:before {
  content: ""
}

.web-icon-reddit:before {
  content: ""
}

.web-icon-rss:before {
  content: ""
}

.web-icon-search:before {
  content: ""
}

.web-icon-tumblr:before {
  content: ""
}

.web-icon-twitter:before {
  content: ""
}

.web-icon-upload:before {
  content: ""
}

.web-icon-user:before {
  content: ""
}

.web-icon-youtube:before {
  content: ""
}

.web-icon-youtube2:before {
  content: ""
}

.web-icon-zcaret-thin-down:before {
  content: ""
}

.web-icon-zcaret-thin-left:before {
  content: ""
}

.web-icon-zcaret-thin-right:before {
  content: ""
}

.web-icon-zcaret-thin-up:before {
  content: ""
}

* {
  box-sizing: border-box
}

*:before,
*:after {
  box-sizing: border-box
}

html {
  font-size: 62.5%;
  -webkit-tap-highlight-color: transparent
}

body {
  font-family: RedHatText, Arial, Helvetica, sans-serif;
  font-size: 16px;
  line-height: 1.42857;
  color: #646464;
  background-color: #fff;
  margin:0;
}

input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit
}

a {
  color: #2290ff;
  text-decoration: none
}

a.hover,
a:hover,
a:focus {
  color: #5ea8f2;
  text-decoration: underline
}

a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px
}

figure {
  margin: 0
}

img {
  vertical-align: middle
}

.img-responsive {
  display: block;
  max-width: 100%;
  height: auto
}

.img-rounded {
  border-radius: 6px
}

.img-thumbnail {
  padding: 4px;
  line-height: 1.42857;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  transition: all .2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto
}

.img-circle {
  border-radius: 50%
}

hr {
  margin-top: 22px;
  margin-bottom: 22px;
  border: 0;
  border-top: 1px solid #eee
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: RedHatText, Arial, Helvetica, sans-serif;
  font-weight: 500;
  line-height: 1.1;
  color: inherit
}

h1 small,
h1 .small,
h2 small,
h2 .small,
h3 small,
h3 .small,
h4 small,
h4 .small,
h5 small,
h5 .small,
h6 small,
h6 .small,
.h1 small,
.h1 .small,
.h2 small,
.h2 .small,
.h3 small,
.h3 .small,
.h4 small,
.h4 .small,
.h5 small,
.h5 .small,
.h6 small,
.h6 .small {
  font-weight: 400;
  line-height: 1;
  color: #999
}

h1,
.h1,
h2,
.h2,
h3,
.h3 {
  margin-top: 22px;
  margin-bottom: 11px
}

h1 small,
h1 .small,
.h1 small,
.h1 .small,
h2 small,
h2 .small,
.h2 small,
.h2 .small,
h3 small,
h3 .small,
.h3 small,
.h3 .small {
  font-size: 65%
}

h4,
.h4,
h5,
.h5,
h6,
.h6 {
  margin-top: 11px;
  margin-bottom: 11px
}

h4 small,
h4 .small,
.h4 small,
.h4 .small,
h5 small,
h5 .small,
.h5 small,
.h5 .small,
h6 small,
h6 .small,
.h6 small,
.h6 .small {
  font-size: 75%
}

h1,
.h1 {
  font-size: 41px
}

h2,
.h2 {
  font-size: 34px
}

h3,
.h3 {
  font-size: 28px
}

h4,
.h4 {
  font-size: 20px
}

h5,
.h5 {
  font-size: 16px
}

h6,
.h6 {
  font-size: 14px
}

p {
  margin: 0 0 11px
}

.lead {
  margin-bottom: 22px;
  font-size: 18px;
  font-weight: 200;
  line-height: 1.4
}

@media (min-width:768px) {
  .lead {
    font-size: 24px
  }
}

small,
.small {
  font-size: 85%
}

cite {
  font-style: normal
}

.text-left {
  text-align: left
}

.text-right {
  text-align: right
}

.text-center {
  text-align: center
}

.text-justify {
  text-align: justify
}

.text-muted {
  color: #999
}

.text-primary {
  color: #c00
}

a.text-primary:hover {
  color: #900
}

.text-success {
  color: #3c763d
}

a.text-success:hover {
  color: #2b542c
}

.text-info {
  color: #31708f
}

a.text-info:hover {
  color: #245269
}

.text-warning {
  color: #8a6d3b
}

a.text-warning:hover {
  color: #66512c
}

.text-danger {
  color: #a94442
}

a.text-danger:hover {
  color: #843534
}

.bg-primary {
  color: #fff
}

.bg-primary {
  background-color: #c00
}

a.bg-primary:hover {
  background-color: #900
}

.bg-success {
  background-color: #dff0d8
}

a.bg-success:hover {
  background-color: #c1e2b3
}

.bg-info {
  background-color: #d9edf7
}

a.bg-info:hover {
  background-color: #afd9ee
}

.bg-warning {
  background-color: #fcf8e3
}

a.bg-warning:hover {
  background-color: #f7ecb5
}

.bg-danger {
  background-color: #f2dede
}

a.bg-danger:hover {
  background-color: #e4b9b9
}

.page-header {
  padding-bottom: 10px;
  margin: 44px 0 22px;
  border-bottom: 1px solid #eee
}

ul,
ol {
  margin-top: 0;
  margin-bottom: 11px
}

ul ul,
ul ol,
ol ul,
ol ol {
  margin-bottom: 0
}

.list-unstyled,
.list-inline {
  padding-left: 0;
  list-style: none
}

.list-inline>li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px
}

.list-inline>li:first-child {
  padding-left: 0
}

dl {
  margin-top: 0;
  margin-bottom: 22px
}

dt,
dd {
  line-height: 1.42857
}

dt {
  font-weight: 700
}

dd {
  margin-left: 0
}

@media (min-width:768px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
  }
  .dl-horizontal dd {
    margin-left: 180px
  }
  .dl-horizontal dd:before,
  .dl-horizontal dd:after {
    content: " ";
    display: table
  }
  .dl-horizontal dd:after {
    clear: both
  }
}

abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #999
}

.initialism {
  font-size: 90%;
  text-transform: uppercase
}

blockquote {
  padding: 11px 22px;
  margin: 0 0 22px;
  font-size: 20px;
  border-left: 5px solid #eee
}

blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
  margin-bottom: 0
}

blockquote footer,
blockquote small,
blockquote .small {
  display: block;
  font-size: 80%;
  line-height: 1.42857;
  color: #999
}

blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: '\2014 \00A0'
}

.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eee;
  border-left: 0;
  text-align: right
}

.blockquote-reverse footer:before,
.blockquote-reverse small:before,
.blockquote-reverse .small:before,
blockquote.pull-right footer:before,
blockquote.pull-right small:before,
blockquote.pull-right .small:before {
  content: ''
}

.blockquote-reverse footer:after,
.blockquote-reverse small:after,
.blockquote-reverse .small:after,
blockquote.pull-right footer:after,
blockquote.pull-right small:after,
blockquote.pull-right .small:after {
  content: '\00A0 \2014'
}

blockquote:before,
blockquote:after {
  content: ""
}

address {
  margin-bottom: 22px;
  font-style: normal;
  line-height: 1.42857
}

code,
kbd,
pre,
samp {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace
}

code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  white-space: nowrap;
  border-radius: 4px
}

kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: #fff;
  background-color: #333;
  border-radius: 3px;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .25)
}

pre {
  display: block;
  padding: 10.5px;
  margin: 0 0 11px;
  font-size: 15px;
  line-height: 1.42857;
  word-break: break-all;
  word-wrap: break-word;
  color: #333;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 4px
}

pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
  border-radius: 0
}

.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll
}

.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px
}

.container:before,
.container:after {
  content: " ";
  display: table
}

.container:after {
  clear: both
}

@media (min-width:768px) {
  .container {
    width: 750px
  }
}

@media (min-width:992px) {
  .container {
    width: 970px
  }
}

@media (min-width:1200px) {
  .container {
    width: 1170px
  }
}

.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px
}

.container-fluid:before,
.container-fluid:after {
  content: " ";
  display: table
}

.container-fluid:after {
  clear: both
}

.row {
  margin-left: -15px;
  margin-right: -15px
}

.row:before,
.row:after {
  content: " ";
  display: table
}

.row:after {
  clear: both
}

.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px
}

.col-xs-12,
.col-xs-11,
.col-xs-10,
.col-xs-9,
.col-xs-8,
.col-xs-7,
.col-xs-6,
.col-xs-5,
.col-xs-4,
.col-xs-3,
.col-xs-2,
.col-xs-1 {
  float: left
}

.col-xs-1 {
  width: 8.33333%
}

.col-xs-2 {
  width: 16.66667%
}

.col-xs-3 {
  width: 25%
}

.col-xs-4 {
  width: 33.33333%
}

.col-xs-5 {
  width: 41.66667%
}

.col-xs-6 {
  width: 50%
}

.col-xs-7 {
  width: 58.33333%
}

.col-xs-8 {
  width: 66.66667%
}

.col-xs-9 {
  width: 75%
}

.col-xs-10 {
  width: 83.33333%
}

.col-xs-11 {
  width: 91.66667%
}

.col-xs-12 {
  width: 100%
}

.col-xs-pull-0 {
  right: 0
}

.col-xs-pull-1 {
  right: 8.33333%
}

.col-xs-pull-2 {
  right: 16.66667%
}

.col-xs-pull-3 {
  right: 25%
}

.col-xs-pull-4 {
  right: 33.33333%
}

.col-xs-pull-5 {
  right: 41.66667%
}

.col-xs-pull-6 {
  right: 50%
}

.col-xs-pull-7 {
  right: 58.33333%
}

.col-xs-pull-8 {
  right: 66.66667%
}

.col-xs-pull-9 {
  right: 75%
}

.col-xs-pull-10 {
  right: 83.33333%
}

.col-xs-pull-11 {
  right: 91.66667%
}

.col-xs-pull-12 {
  right: 100%
}

.col-xs-push-0 {
  left: 0
}

.col-xs-push-1 {
  left: 8.33333%
}

.col-xs-push-2 {
  left: 16.66667%
}

.col-xs-push-3 {
  left: 25%
}

.col-xs-push-4 {
  left: 33.33333%
}

.col-xs-push-5 {
  left: 41.66667%
}

.col-xs-push-6 {
  left: 50%
}

.col-xs-push-7 {
  left: 58.33333%
}

.col-xs-push-8 {
  left: 66.66667%
}

.col-xs-push-9 {
  left: 75%
}

.col-xs-push-10 {
  left: 83.33333%
}

.col-xs-push-11 {
  left: 91.66667%
}

.col-xs-push-12 {
  left: 100%
}

.col-xs-offset-0 {
  margin-left: 0
}

.col-xs-offset-1 {
  margin-left: 8.33333%
}

.col-xs-offset-2 {
  margin-left: 16.66667%
}

.col-xs-offset-3 {
  margin-left: 25%
}

.col-xs-offset-4 {
  margin-left: 33.33333%
}

.col-xs-offset-5 {
  margin-left: 41.66667%
}

.col-xs-offset-6 {
  margin-left: 50%
}

.col-xs-offset-7 {
  margin-left: 58.33333%
}

.col-xs-offset-8 {
  margin-left: 66.66667%
}

.col-xs-offset-9 {
  margin-left: 75%
}

.col-xs-offset-10 {
  margin-left: 83.33333%
}

.col-xs-offset-11 {
  margin-left: 91.66667%
}

.col-xs-offset-12 {
  margin-left: 100%
}

@media (min-width:768px) {
  .col-sm-12,
  .col-sm-11,
  .col-sm-10,
  .col-sm-9,
  .col-sm-8,
  .col-sm-7,
  .col-sm-6,
  .col-sm-5,
  .col-sm-4,
  .col-sm-3,
  .col-sm-2,
  .col-sm-1 {
    float: left
  }
  .col-sm-1 {
    width: 8.33333%
  }
  .col-sm-2 {
    width: 16.66667%
  }
  .col-sm-3 {
    width: 25%
  }
  .col-sm-4 {
    width: 33.33333%
  }
  .col-sm-5 {
    width: 41.66667%
  }
  .col-sm-6 {
    width: 50%
  }
  .col-sm-7 {
    width: 58.33333%
  }
  .col-sm-8 {
    width: 66.66667%
  }
  .col-sm-9 {
    width: 75%
  }
  .col-sm-10 {
    width: 83.33333%
  }
  .col-sm-11 {
    width: 91.66667%
  }
  .col-sm-12 {
    width: 100%
  }
  .col-sm-pull-0 {
    right: 0
  }
  .col-sm-pull-1 {
    right: 8.33333%
  }
  .col-sm-pull-2 {
    right: 16.66667%
  }
  .col-sm-pull-3 {
    right: 25%
  }
  .col-sm-pull-4 {
    right: 33.33333%
  }
  .col-sm-pull-5 {
    right: 41.66667%
  }
  .col-sm-pull-6 {
    right: 50%
  }
  .col-sm-pull-7 {
    right: 58.33333%
  }
  .col-sm-pull-8 {
    right: 66.66667%
  }
  .col-sm-pull-9 {
    right: 75%
  }
  .col-sm-pull-10 {
    right: 83.33333%
  }
  .col-sm-pull-11 {
    right: 91.66667%
  }
  .col-sm-pull-12 {
    right: 100%
  }
  .col-sm-push-0 {
    left: 0
  }
  .col-sm-push-1 {
    left: 8.33333%
  }
  .col-sm-push-2 {
    left: 16.66667%
  }
  .col-sm-push-3 {
    left: 25%
  }
  .col-sm-push-4 {
    left: 33.33333%
  }
  .col-sm-push-5 {
    left: 41.66667%
  }
  .col-sm-push-6 {
    left: 50%
  }
  .col-sm-push-7 {
    left: 58.33333%
  }
  .col-sm-push-8 {
    left: 66.66667%
  }
  .col-sm-push-9 {
    left: 75%
  }
  .col-sm-push-10 {
    left: 83.33333%
  }
  .col-sm-push-11 {
    left: 91.66667%
  }
  .col-sm-push-12 {
    left: 100%
  }
  .col-sm-offset-0 {
    margin-left: 0
  }
  .col-sm-offset-1 {
    margin-left: 8.33333%
  }
  .col-sm-offset-2 {
    margin-left: 16.66667%
  }
  .col-sm-offset-3 {
    margin-left: 25%
  }
  .col-sm-offset-4 {
    margin-left: 33.33333%
  }
  .col-sm-offset-5 {
    margin-left: 41.66667%
  }
  .col-sm-offset-6 {
    margin-left: 50%
  }
  .col-sm-offset-7 {
    margin-left: 58.33333%
  }
  .col-sm-offset-8 {
    margin-left: 66.66667%
  }
  .col-sm-offset-9 {
    margin-left: 75%
  }
  .col-sm-offset-10 {
    margin-left: 83.33333%
  }
  .col-sm-offset-11 {
    margin-left: 91.66667%
  }
  .col-sm-offset-12 {
    margin-left: 100%
  }
}

@media (min-width:992px) {
  .col-md-12,
  .col-md-11,
  .col-md-10,
  .col-md-9,
  .col-md-8,
  .col-md-7,
  .col-md-6,
  .col-md-5,
  .col-md-4,
  .col-md-3,
  .col-md-2,
  .col-md-1 {
    float: left
  }
  .col-md-1 {
    width: 8.33333%
  }
  .col-md-2 {
    width: 16.66667%
  }
  .col-md-3 {
    width: 25%
  }
  .col-md-4 {
    width: 33.33333%
  }
  .col-md-5 {
    width: 41.66667%
  }
  .col-md-6 {
    width: 50%
  }
  .col-md-7 {
    width: 58.33333%
  }
  .col-md-8 {
    width: 66.66667%
  }
  .col-md-9 {
    width: 75%
  }
  .col-md-10 {
    width: 83.33333%
  }
  .col-md-11 {
    width: 91.66667%
  }
  .col-md-12 {
    width: 100%
  }
  .col-md-pull-0 {
    right: 0
  }
  .col-md-pull-1 {
    right: 8.33333%
  }
  .col-md-pull-2 {
    right: 16.66667%
  }
  .col-md-pull-3 {
    right: 25%
  }
  .col-md-pull-4 {
    right: 33.33333%
  }
  .col-md-pull-5 {
    right: 41.66667%
  }
  .col-md-pull-6 {
    right: 50%
  }
  .col-md-pull-7 {
    right: 58.33333%
  }
  .col-md-pull-8 {
    right: 66.66667%
  }
  .col-md-pull-9 {
    right: 75%
  }
  .col-md-pull-10 {
    right: 83.33333%
  }
  .col-md-pull-11 {
    right: 91.66667%
  }
  .col-md-pull-12 {
    right: 100%
  }
  .col-md-push-0 {
    left: 0
  }
  .col-md-push-1 {
    left: 8.33333%
  }
  .col-md-push-2 {
    left: 16.66667%
  }
  .col-md-push-3 {
    left: 25%
  }
  .col-md-push-4 {
    left: 33.33333%
  }
  .col-md-push-5 {
    left: 41.66667%
  }
  .col-md-push-6 {
    left: 50%
  }
  .col-md-push-7 {
    left: 58.33333%
  }
  .col-md-push-8 {
    left: 66.66667%
  }
  .col-md-push-9 {
    left: 75%
  }
  .col-md-push-10 {
    left: 83.33333%
  }
  .col-md-push-11 {
    left: 91.66667%
  }
  .col-md-push-12 {
    left: 100%
  }
  .col-md-offset-0 {
    margin-left: 0
  }
  .col-md-offset-1 {
    margin-left: 8.33333%
  }
  .col-md-offset-2 {
    margin-left: 16.66667%
  }
  .col-md-offset-3 {
    margin-left: 25%
  }
  .col-md-offset-4 {
    margin-left: 33.33333%
  }
  .col-md-offset-5 {
    margin-left: 41.66667%
  }
  .col-md-offset-6 {
    margin-left: 50%
  }
  .col-md-offset-7 {
    margin-left: 58.33333%
  }
  .col-md-offset-8 {
    margin-left: 66.66667%
  }
  .col-md-offset-9 {
    margin-left: 75%
  }
  .col-md-offset-10 {
    margin-left: 83.33333%
  }
  .col-md-offset-11 {
    margin-left: 91.66667%
  }
  .col-md-offset-12 {
    margin-left: 100%
  }
}

@media (min-width:1200px) {
  .col-lg-12,
  .col-lg-11,
  .col-lg-10,
  .col-lg-9,
  .col-lg-8,
  .col-lg-7,
  .col-lg-6,
  .col-lg-5,
  .col-lg-4,
  .col-lg-3,
  .col-lg-2,
  .col-lg-1 {
    float: left
  }
  .col-lg-1 {
    width: 8.33333%
  }
  .col-lg-2 {
    width: 16.66667%
  }
  .col-lg-3 {
    width: 25%
  }
  .col-lg-4 {
    width: 33.33333%
  }
  .col-lg-5 {
    width: 41.66667%
  }
  .col-lg-6 {
    width: 50%
  }
  .col-lg-7 {
    width: 58.33333%
  }
  .col-lg-8 {
    width: 66.66667%
  }
  .col-lg-9 {
    width: 75%
  }
  .col-lg-10 {
    width: 83.33333%
  }
  .col-lg-11 {
    width: 91.66667%
  }
  .col-lg-12 {
    width: 100%
  }
  .col-lg-pull-0 {
    right: 0
  }
  .col-lg-pull-1 {
    right: 8.33333%
  }
  .col-lg-pull-2 {
    right: 16.66667%
  }
  .col-lg-pull-3 {
    right: 25%
  }
  .col-lg-pull-4 {
    right: 33.33333%
  }
  .col-lg-pull-5 {
    right: 41.66667%
  }
  .col-lg-pull-6 {
    right: 50%
  }
  .col-lg-pull-7 {
    right: 58.33333%
  }
  .col-lg-pull-8 {
    right: 66.66667%
  }
  .col-lg-pull-9 {
    right: 75%
  }
  .col-lg-pull-10 {
    right: 83.33333%
  }
  .col-lg-pull-11 {
    right: 91.66667%
  }
  .col-lg-pull-12 {
    right: 100%
  }
  .col-lg-push-0 {
    left: 0
  }
  .col-lg-push-1 {
    left: 8.33333%
  }
  .col-lg-push-2 {
    left: 16.66667%
  }
  .col-lg-push-3 {
    left: 25%
  }
  .col-lg-push-4 {
    left: 33.33333%
  }
  .col-lg-push-5 {
    left: 41.66667%
  }
  .col-lg-push-6 {
    left: 50%
  }
  .col-lg-push-7 {
    left: 58.33333%
  }
  .col-lg-push-8 {
    left: 66.66667%
  }
  .col-lg-push-9 {
    left: 75%
  }
  .col-lg-push-10 {
    left: 83.33333%
  }
  .col-lg-push-11 {
    left: 91.66667%
  }
  .col-lg-push-12 {
    left: 100%
  }
  .col-lg-offset-0 {
    margin-left: 0
  }
  .col-lg-offset-1 {
    margin-left: 8.33333%
  }
  .col-lg-offset-2 {
    margin-left: 16.66667%
  }
  .col-lg-offset-3 {
    margin-left: 25%
  }
  .col-lg-offset-4 {
    margin-left: 33.33333%
  }
  .col-lg-offset-5 {
    margin-left: 41.66667%
  }
  .col-lg-offset-6 {
    margin-left: 50%
  }
  .col-lg-offset-7 {
    margin-left: 58.33333%
  }
  .col-lg-offset-8 {
    margin-left: 66.66667%
  }
  .col-lg-offset-9 {
    margin-left: 75%
  }
  .col-lg-offset-10 {
    margin-left: 83.33333%
  }
  .col-lg-offset-11 {
    margin-left: 91.66667%
  }
  .col-lg-offset-12 {
    margin-left: 100%
  }
}

table {
  max-width: 100%;
  background-color: transparent
}

th {
  text-align: left
}

.table {
  width: 100%;
  margin-bottom: 22px
}

.table>thead>tr>th,
.table>thead>tr>td,
.table>tbody>tr>th,
.table>tbody>tr>td,
.table>tfoot>tr>th,
.table>tfoot>tr>td {
  padding: 8px;
  line-height: 1.42857;
  vertical-align: top;
  border-top: 1px solid #ddd
}

.table>thead>tr>th {
  vertical-align: bottom;
  border-bottom: 2px solid #ddd
}

.table>caption+thead>tr:first-child>th,
.table>caption+thead>tr:first-child>td,
.table>colgroup+thead>tr:first-child>th,
.table>colgroup+thead>tr:first-child>td,
.table>thead:first-child>tr:first-child>th,
.table>thead:first-child>tr:first-child>td {
  border-top: 0
}

.table>tbody+tbody {
  border-top: 2px solid #ddd
}

.table .table {
  background-color: #fff
}

.table-condensed>thead>tr>th,
.table-condensed>thead>tr>td,
.table-condensed>tbody>tr>th,
.table-condensed>tbody>tr>td,
.table-condensed>tfoot>tr>th,
.table-condensed>tfoot>tr>td {
  padding: 5px
}

.table-bordered {
  border: 1px solid #ddd
}

.table-bordered>thead>tr>th,
.table-bordered>thead>tr>td,
.table-bordered>tbody>tr>th,
.table-bordered>tbody>tr>td,
.table-bordered>tfoot>tr>th,
.table-bordered>tfoot>tr>td {
  border: 1px solid #ddd
}

.table-bordered>thead>tr>th,
.table-bordered>thead>tr>td {
  border-bottom-width: 2px
}

.table-striped>tbody>tr:nth-child(odd)>td,
.table-striped>tbody>tr:nth-child(odd)>th {
  background-color: #f9f9f9
}

.table-hover>tbody>tr:hover>td,
.table-hover>tbody>tr:hover>th {
  background-color: #f5f5f5
}

table col[class*=col-] {
  position: static;
  float: none;
  display: table-column
}

table td[class*=col-],
table th[class*=col-] {
  position: static;
  float: none;
  display: table-cell
}

.table>thead>tr>td.active,
.table>thead>tr>th.active,
.table>thead>tr.active>td,
.table>thead>tr.active>th,
.table>tbody>tr>td.active,
.table>tbody>tr>th.active,
.table>tbody>tr.active>td,
.table>tbody>tr.active>th,
.table>tfoot>tr>td.active,
.table>tfoot>tr>th.active,
.table>tfoot>tr.active>td,
.table>tfoot>tr.active>th {
  background-color: #f5f5f5
}

.table-hover>tbody>tr>td.active:hover,
.table-hover>tbody>tr>th.active:hover,
.table-hover>tbody>tr.active:hover>td,
.table-hover>tbody>tr.active:hover>th {
  background-color: #e8e8e8
}

.table>thead>tr>td.success,
.table>thead>tr>th.success,
.table>thead>tr.success>td,
.table>thead>tr.success>th,
.table>tbody>tr>td.success,
.table>tbody>tr>th.success,
.table>tbody>tr.success>td,
.table>tbody>tr.success>th,
.table>tfoot>tr>td.success,
.table>tfoot>tr>th.success,
.table>tfoot>tr.success>td,
.table>tfoot>tr.success>th {
  background-color: #dff0d8
}

.table-hover>tbody>tr>td.success:hover,
.table-hover>tbody>tr>th.success:hover,
.table-hover>tbody>tr.success:hover>td,
.table-hover>tbody>tr.success:hover>th {
  background-color: #d0e9c6
}

.table>thead>tr>td.info,
.table>thead>tr>th.info,
.table>thead>tr.info>td,
.table>thead>tr.info>th,
.table>tbody>tr>td.info,
.table>tbody>tr>th.info,
.table>tbody>tr.info>td,
.table>tbody>tr.info>th,
.table>tfoot>tr>td.info,
.table>tfoot>tr>th.info,
.table>tfoot>tr.info>td,
.table>tfoot>tr.info>th {
  background-color: #d9edf7
}

.table-hover>tbody>tr>td.info:hover,
.table-hover>tbody>tr>th.info:hover,
.table-hover>tbody>tr.info:hover>td,
.table-hover>tbody>tr.info:hover>th {
  background-color: #c4e3f3
}

.table>thead>tr>td.warning,
.table>thead>tr>th.warning,
.table>thead>tr.warning>td,
.table>thead>tr.warning>th,
.table>tbody>tr>td.warning,
.table>tbody>tr>th.warning,
.table>tbody>tr.warning>td,
.table>tbody>tr.warning>th,
.table>tfoot>tr>td.warning,
.table>tfoot>tr>th.warning,
.table>tfoot>tr.warning>td,
.table>tfoot>tr.warning>th {
  background-color: #fcf8e3
}

.table-hover>tbody>tr>td.warning:hover,
.table-hover>tbody>tr>th.warning:hover,
.table-hover>tbody>tr.warning:hover>td,
.table-hover>tbody>tr.warning:hover>th {
  background-color: #faf2cc
}

.table>thead>tr>td.danger,
.table>thead>tr>th.danger,
.table>thead>tr.danger>td,
.table>thead>tr.danger>th,
.table>tbody>tr>td.danger,
.table>tbody>tr>th.danger,
.table>tbody>tr.danger>td,
.table>tbody>tr.danger>th,
.table>tfoot>tr>td.danger,
.table>tfoot>tr>th.danger,
.table>tfoot>tr.danger>td,
.table>tfoot>tr.danger>th {
  background-color: #f2dede
}

.table-hover>tbody>tr>td.danger:hover,
.table-hover>tbody>tr>th.danger:hover,
.table-hover>tbody>tr.danger:hover>td,
.table-hover>tbody>tr.danger:hover>th {
  background-color: #ebcccc
}

@media (max-width:767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 16.5px;
    overflow-y: hidden;
    overflow-x: scroll;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #ddd;
    -webkit-overflow-scrolling: touch
  }
  .table-responsive>.table {
    margin-bottom: 0
  }
  .table-responsive>.table>thead>tr>th,
  .table-responsive>.table>thead>tr>td,
  .table-responsive>.table>tbody>tr>th,
  .table-responsive>.table>tbody>tr>td,
  .table-responsive>.table>tfoot>tr>th,
  .table-responsive>.table>tfoot>tr>td {
    white-space: nowrap
  }
  .table-responsive>.table-bordered {
    border: 0
  }
  .table-responsive>.table-bordered>thead>tr>th:first-child,
  .table-responsive>.table-bordered>thead>tr>td:first-child,
  .table-responsive>.table-bordered>tbody>tr>th:first-child,
  .table-responsive>.table-bordered>tbody>tr>td:first-child,
  .table-responsive>.table-bordered>tfoot>tr>th:first-child,
  .table-responsive>.table-bordered>tfoot>tr>td:first-child {
    border-left: 0
  }
  .table-responsive>.table-bordered>thead>tr>th:last-child,
  .table-responsive>.table-bordered>thead>tr>td:last-child,
  .table-responsive>.table-bordered>tbody>tr>th:last-child,
  .table-responsive>.table-bordered>tbody>tr>td:last-child,
  .table-responsive>.table-bordered>tfoot>tr>th:last-child,
  .table-responsive>.table-bordered>tfoot>tr>td:last-child {
    border-right: 0
  }
  .table-responsive>.table-bordered>tbody>tr:last-child>th,
  .table-responsive>.table-bordered>tbody>tr:last-child>td,
  .table-responsive>.table-bordered>tfoot>tr:last-child>th,
  .table-responsive>.table-bordered>tfoot>tr:last-child>td {
    border-bottom: 0
  }
}

fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 0
}

legend {
  display: block;
  width: 100%;
  padding: 0;
  font-size: 1em;
  line-height: inherit;
  color: #333;
  border: 0;
  margin-right:7px;
}

label {
  display: inline-block;
  margin-bottom: 5px;
  font-weight: 700
}

input[type=search] {
  box-sizing: border-box
}

input[type=radio],
input[type=checkbox] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal
}

input[type=file] {
  display: block
}

input[type=range] {
  display: block;
  width: 100%
}

select[multiple],
select[size] {
  height: auto
}

input[type=file]:focus,
input[type=radio]:focus,
input[type=checkbox]:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px
}

output {
  display: block;
  padding-top: 7px;
  font-size: 16px;
  line-height: 1.42857;
  color: #555
}

.form-control {
  display: block;
  width: 100%;
  height: 36px;
  padding: 6px 12px;
  font-size: 16px;
  line-height: 1.42857;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s
}

.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6)
}

.form-control:-moz-placeholder {
  color: #999
}

.form-control::-moz-placeholder {
  color: #999;
  opacity: 1
}

.form-control:-ms-input-placeholder {
  color: #999
}

.form-control::-webkit-input-placeholder {
  color: #999
}

.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  cursor: not-allowed;
  background-color: #eee;
  opacity: 1
}

textarea.form-control {
  height: auto
}

input[type=date] {
  line-height: 36px
}

.form-group {
  margin-bottom: 15px
}

.radio,
.checkbox {
  display: block;
  min-height: 22px;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-left: 20px
}

.radio label,
.checkbox label {
  display: inline;
  font-weight: 400;
  cursor: pointer
}

.radio input[type=radio],
.radio-inline input[type=radio],
.checkbox input[type=checkbox],
.checkbox-inline input[type=checkbox] {
  float: left;
  margin-left: -20px
}

.radio+.radio,
.checkbox+.checkbox {
  margin-top: -5px
}

.radio-inline,
.checkbox-inline {
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  vertical-align: middle;
  font-weight: 400;
  cursor: pointer
}

.radio-inline+.radio-inline,
.checkbox-inline+.checkbox-inline {
  margin-top: 0;
  margin-left: 10px
}

input[type=radio][disabled],
fieldset[disabled] input[type=radio],
input[type=checkbox][disabled],
fieldset[disabled] input[type=checkbox],
.radio[disabled],
fieldset[disabled] .radio,
.radio-inline[disabled],
fieldset[disabled] .radio-inline,
.checkbox[disabled],
fieldset[disabled] .checkbox,
.checkbox-inline[disabled],
fieldset[disabled] .checkbox-inline {
  cursor: not-allowed
}

.input-sm,
.input-group-sm>.form-control,
.input-group-sm>.input-group-addon,
.input-group-sm>.input-group-btn>.btn {
  height: 33px;
  padding: 5px 10px;
  font-size: 14px;
  line-height: 1.5;
  border-radius: 3px
}

select.input-sm,
.input-group-sm>select.form-control,
.input-group-sm>select.input-group-addon,
.input-group-sm>.input-group-btn>select.btn {
  height: 33px;
  line-height: 33px
}

textarea.input-sm,
.input-group-sm>textarea.form-control,
.input-group-sm>textarea.input-group-addon,
.input-group-sm>.input-group-btn>textarea.btn,
select[multiple].input-sm,
.input-group-sm>select[multiple].form-control,
.input-group-sm>select[multiple].input-group-addon,
.input-group-sm>.input-group-btn>select[multiple].btn {
  height: auto
}

.input-lg,
.input-group-lg>.form-control,
.input-group-lg>.input-group-addon,
.input-group-lg>.input-group-btn>.btn {
  height: 49px;
  padding: 10px 16px;
  font-size: 20px;
  line-height: 1.33;
  border-radius: 6px
}

select.input-lg,
.input-group-lg>select.form-control,
.input-group-lg>select.input-group-addon,
.input-group-lg>.input-group-btn>select.btn {
  height: 49px;
  line-height: 49px
}

textarea.input-lg,
.input-group-lg>textarea.form-control,
.input-group-lg>textarea.input-group-addon,
.input-group-lg>.input-group-btn>textarea.btn,
select[multiple].input-lg,
.input-group-lg>select[multiple].form-control,
.input-group-lg>select[multiple].input-group-addon,
.input-group-lg>.input-group-btn>select[multiple].btn {
  height: auto
}

.has-feedback {
  position: relative
}

.has-feedback .form-control {
  padding-right: 45px
}

.has-feedback .form-control-feedback {
  position: absolute;
  top: 27px;
  right: 0;
  display: block;
  width: 36px;
  height: 36px;
  line-height: 36px;
  text-align: center
}

.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline {
  color: #3c763d
}

.has-success .form-control {
  border-color: #3c763d;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075)
}

.has-success .form-control:focus {
  border-color: #2b542c;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #67b168
}

.has-success .input-group-addon {
  color: #3c763d;
  border-color: #3c763d;
  background-color: #dff0d8
}

.has-success .form-control-feedback {
  color: #3c763d
}

.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline {
  color: #8a6d3b
}

.has-warning .form-control {
  border-color: #8a6d3b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075)
}

.has-warning .form-control:focus {
  border-color: #66512c;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #c0a16b
}

.has-warning .input-group-addon {
  color: #8a6d3b;
  border-color: #8a6d3b;
  background-color: #fcf8e3
}

.has-warning .form-control-feedback {
  color: #8a6d3b
}

.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline {
  color: #a94442
}

.has-error .form-control {
  border-color: #a94442;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075)
}

.has-error .form-control:focus {
  border-color: #843534;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #ce8483
}

.has-error .input-group-addon {
  color: #a94442;
  border-color: #a94442;
  background-color: #f2dede
}

.has-error .form-control-feedback {
  color: #a94442
}

.form-control-static {
  margin-bottom: 0
}

.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #a4a4a4
}

@media (min-width:768px) {
  .form-inline .form-group,
  .navbar-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle
  }
  .form-inline .form-control,
  .navbar-form .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle
  }
  .form-inline .control-label,
  .navbar-form .control-label {
    margin-bottom: 0;
    vertical-align: middle
  }
  .form-inline .radio,
  .navbar-form .radio,
  .form-inline .checkbox,
  .navbar-form .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 0;
    vertical-align: middle
  }
  .form-inline .radio input[type=radio],
  .navbar-form .radio input[type=radio],
  .form-inline .checkbox input[type=checkbox],
  .navbar-form .checkbox input[type=checkbox] {
    float: none;
    margin-left: 0
  }
  .form-inline .has-feedback .form-control-feedback,
  .navbar-form .has-feedback .form-control-feedback {
    top: 0
  }
}

.form-horizontal .control-label,
.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 7px
}

.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 29px
}

.form-horizontal .form-group {
  margin-left: -15px;
  margin-right: -15px
}

.form-horizontal .form-group:before,
.form-horizontal .form-group:after {
  content: " ";
  display: table
}

.form-horizontal .form-group:after {
  clear: both
}

.form-horizontal .form-control-static {
  padding-top: 7px
}

@media (min-width:768px) {
  .form-horizontal .control-label {
    text-align: right
  }
}

@font-face {
  font-family: 'Glyphicons Halflings';
  src: url(/accounts/register123/redhat/events/redhattemplatehostedfiles/glyphicons-halflings-regular.eot);
  src: url(/accounts/register123/redhat/events/redhattemplatehostedfiles/glyphicons-halflings-regular.eot?#iefix) format("embedded-opentype"), url(/accounts/register123/redhat/events/redhattemplatehostedfiles/glyphicons-halflings-regular.woff) format("woff"), url(/accounts/register123/redhat/events/redhattemplatehostedfiles/glyphicons-halflings-regular.ttf) format("truetype"), url(/accounts/register123/redhat/events/redhattemplatehostedfiles/glyphicons-halflings-regular.svg#glyphicons_halflingsregular) format("svg")
}

.form-horizontal .has-feedback .form-control-feedback {

.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: 400;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 16px;
  line-height: 1.42857;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none
}

.btn:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px
}

.btn:hover,
.btn:focus {
  color: #333;
  text-decoration: none
}

.btn:active,
.btn.active {
  outline: 0;
  background-image: none;
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125)
}

.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  cursor: not-allowed;
  pointer-events: none;
  opacity: .65;
  filter: alpha(opacity=65);
  box-shadow: none
}

.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc
}

.btn-default:hover,
.btn-default:focus,
.btn-default:active,
.btn-default.active {
  color: #333;
  background-color: #ebebeb;
  border-color: #adadad
}

.open .btn-default.dropdown-toggle {
  color: #333;
  background-color: #ebebeb;
  border-color: #adadad
}

.btn-default:active,
.btn-default.active {
  background-image: none
}

.open .btn-default.dropdown-toggle {
  background-image: none
}

.btn-default.disabled,
.btn-default.disabled:hover,
.btn-default.disabled:focus,
.btn-default.disabled:active,
.btn-default.disabled.active,
.btn-default[disabled],
.btn-default[disabled]:hover,
.btn-default[disabled]:focus,
.btn-default[disabled]:active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default,
fieldset[disabled] .btn-default:hover,
fieldset[disabled] .btn-default:focus,
fieldset[disabled] .btn-default:active,
fieldset[disabled] .btn-default.active {
  background-color: #fff;
  border-color: #ccc
}

.btn-default .badge {
  color: #fff;
  background-color: #333
}

.btn-primary {
  color: #fff;
  background-color: #c00;
  border-color: #b30000
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active {
  color: #fff;
  background-color: #a30000;
  border-color: #750000
}

.open .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #a30000;
  border-color: #750000
}

.btn-primary:active,
.btn-primary.active {
  background-image: none
}

.open .btn-primary.dropdown-toggle {
  background-image: none
}

.btn-primary.disabled,
.btn-primary.disabled:hover,
.btn-primary.disabled:focus,
.btn-primary.disabled:active,
.btn-primary.disabled.active,
.btn-primary[disabled],
.btn-primary[disabled]:hover,
.btn-primary[disabled]:focus,
.btn-primary[disabled]:active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary,
fieldset[disabled] .btn-primary:hover,
fieldset[disabled] .btn-primary:focus,
fieldset[disabled] .btn-primary:active,
fieldset[disabled] .btn-primary.active {
  background-color: #c00;
  border-color: #b30000
}

.btn-primary .badge {
  color: #c00;
  background-color: #fff
}

.btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c
}

.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success.active {
  color: #fff;
  background-color: #47a447;
  border-color: #398439
}

.open .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #47a447;
  border-color: #398439
}

.btn-success:active,
.btn-success.active {
  background-image: none
}

.open .btn-success.dropdown-toggle {
  background-image: none
}

.btn-success.disabled,
.btn-success.disabled:hover,
.btn-success.disabled:focus,
.btn-success.disabled:active,
.btn-success.disabled.active,
.btn-success[disabled],
.btn-success[disabled]:hover,
.btn-success[disabled]:focus,
.btn-success[disabled]:active,
.btn-success[disabled].active,
fieldset[disabled] .btn-success,
fieldset[disabled] .btn-success:hover,
fieldset[disabled] .btn-success:focus,
fieldset[disabled] .btn-success:active,
fieldset[disabled] .btn-success.active {
  background-color: #5cb85c;
  border-color: #4cae4c
}

.btn-success .badge {
  color: #5cb85c;
  background-color: #fff
}

.btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: #46b8da
}

.btn-info:hover,
.btn-info:focus,
.btn-info:active,
.btn-info.active {
  color: #fff;
  background-color: #39b3d7;
  border-color: #269abc
}

.open .btn-info.dropdown-toggle {
  color: #fff;
  background-color: #39b3d7;
  border-color: #269abc
}

.btn-info:active,
.btn-info.active {
  background-image: none
}

.open .btn-info.dropdown-toggle {
  background-image: none
}

.btn-info.disabled,
.btn-info.disabled:hover,
.btn-info.disabled:focus,
.btn-info.disabled:active,
.btn-info.disabled.active,
.btn-info[disabled],
.btn-info[disabled]:hover,
.btn-info[disabled]:focus,
.btn-info[disabled]:active,
.btn-info[disabled].active,
fieldset[disabled] .btn-info,
fieldset[disabled] .btn-info:hover,
fieldset[disabled] .btn-info:focus,
fieldset[disabled] .btn-info:active,
fieldset[disabled] .btn-info.active {
  background-color: #5bc0de;
  border-color: #46b8da
}

.btn-info .badge {
  color: #5bc0de;
  background-color: #fff
}

.btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #eea236
}

.btn-warning:hover,
.btn-warning:focus,
.btn-warning:active,
.btn-warning.active {
  color: #fff;
  background-color: #ed9c28;
  border-color: #d58512
}

.open .btn-warning.dropdown-toggle {
  color: #fff;
  background-color: #ed9c28;
  border-color: #d58512
}

.btn-warning:active,
.btn-warning.active {
  background-image: none
}

.open .btn-warning.dropdown-toggle {
  background-image: none
}

.btn-warning.disabled,
.btn-warning.disabled:hover,
.btn-warning.disabled:focus,
.btn-warning.disabled:active,
.btn-warning.disabled.active,
.btn-warning[disabled],
.btn-warning[disabled]:hover,
.btn-warning[disabled]:focus,
.btn-warning[disabled]:active,
.btn-warning[disabled].active,
fieldset[disabled] .btn-warning,
fieldset[disabled] .btn-warning:hover,
fieldset[disabled] .btn-warning:focus,
fieldset[disabled] .btn-warning:active,
fieldset[disabled] .btn-warning.active {
  background-color: #f0ad4e;
  border-color: #eea236
}

.btn-warning .badge {
  color: #f0ad4e;
  background-color: #fff
}

.btn-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: #d43f3a
}

.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active,
.btn-danger.active {
  color: #fff;
  background-color: #d2322d;
  border-color: #ac2925
}

.open .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #d2322d;
  border-color: #ac2925
}

.btn-danger:active,
.btn-danger.active {
  background-image: none
}

.open .btn-danger.dropdown-toggle {
  background-image: none
}

.btn-danger.disabled,
.btn-danger.disabled:hover,
.btn-danger.disabled:focus,
.btn-danger.disabled:active,
.btn-danger.disabled.active,
.btn-danger[disabled],
.btn-danger[disabled]:hover,
.btn-danger[disabled]:focus,
.btn-danger[disabled]:active,
.btn-danger[disabled].active,
fieldset[disabled] .btn-danger,
fieldset[disabled] .btn-danger:hover,
fieldset[disabled] .btn-danger:focus,
fieldset[disabled] .btn-danger:active,
fieldset[disabled] .btn-danger.active {
  background-color: #d9534f;
  border-color: #d43f3a
}

.btn-danger .badge {
  color: #d9534f;
  background-color: #fff
}

.btn-link {
  color: #2290ff;
  font-weight: 400;
  cursor: pointer;
  border-radius: 0
}

.btn-link,
.btn-link:active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
  background-color: transparent;
  box-shadow: none
}

.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
  border-color: transparent
}

.btn-link:hover,
.btn-link:focus {
  color: #5ea8f2;
  text-decoration: underline;
  background-color: transparent
}

.btn-link[disabled]:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:hover,
fieldset[disabled] .btn-link:focus {
  color: #999;
  text-decoration: none
}

.btn-lg,
.btn-group-lg>.btn {
  padding: 10px 16px;
  font-size: 20px;
  line-height: 1.33;
  border-radius: 6px
}

.btn-sm,
.btn-group-sm>.btn {
  padding: 5px 10px;
  font-size: 14px;
  line-height: 1.5;
  border-radius: 3px
}

.btn-xs,
.btn-group-xs>.btn {
  padding: 1px 5px;
  font-size: 14px;
  line-height: 1.5;
  border-radius: 3px
}

.btn-block {
  display: block;
  width: 100%;
  padding-left: 0;
  padding-right: 0
}

.btn-block+.btn-block {
  margin-top: 5px
}

input[type=submit].btn-block,
input[type=reset].btn-block,
input[type=button].btn-block {
  width: 100%
}

.fade {
  opacity: 0;
  transition: opacity .15s linear
}

.fade.in {
  opacity: 1
}

.collapse {
  display: none
}

.collapse.in {
  display: block
}

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition: height .35s ease
}

.glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale
}

.glyphicon-asterisk:before {
  content: "\2a"
}

.glyphicon-plus:before {
  content: "\2b"
}

.glyphicon-euro:before {
  content: "\20ac"
}

.glyphicon-minus:before {
  content: "\2212"
}

.glyphicon-cloud:before {
  content: "\2601"
}

.glyphicon-envelope:before {
  content: "\2709"
}

.glyphicon-pencil:before {
  content: "\270f"
}

.glyphicon-glass:before {
  content: "\e001"
}

.glyphicon-music:before {
  content: "\e002"
}

.glyphicon-search:before {
  content: "\e003"
}

.glyphicon-heart:before {
  content: "\e005"
}

.glyphicon-star:before {
  content: "\e006"
}

.glyphicon-star-empty:before {
  content: "\e007"
}

.glyphicon-user:before {
  content: "\e008"
}

.glyphicon-film:before {
  content: "\e009"
}

.glyphicon-th-large:before {
  content: "\e010"
}

.glyphicon-th:before {
  content: "\e011"
}

.glyphicon-th-list:before {
  content: "\e012"
}

.glyphicon-ok:before {
  content: "\e013"
}

.glyphicon-remove:before {
  content: "\e014"
}

.glyphicon-zoom-in:before {
  content: "\e015"
}

.glyphicon-zoom-out:before {
  content: "\e016"
}

.glyphicon-off:before {
  content: "\e017"
}

.glyphicon-signal:before {
  content: "\e018"
}

.glyphicon-cog:before {
  content: "\e019"
}

.glyphicon-trash:before {
  content: "\e020"
}

.glyphicon-home:before {
  content: "\e021"
}

.glyphicon-file:before {
  content: "\e022"
}

.glyphicon-time:before {
  content: "\e023"
}

.glyphicon-road:before {
  content: "\e024"
}

.glyphicon-download-alt:before {
  content: "\e025"
}

.glyphicon-download:before {
  content: "\e026"
}

.glyphicon-upload:before {
  content: "\e027"
}

.glyphicon-inbox:before {
  content: "\e028"
}

.glyphicon-play-circle:before {
  content: "\e029"
}

.glyphicon-repeat:before {
  content: "\e030"
}

.glyphicon-refresh:before {
  content: "\e031"
}

.glyphicon-list-alt:before {
  content: "\e032"
}

.glyphicon-lock:before {
  content: "\e033"
}

.glyphicon-flag:before {
  content: "\e034"
}

.glyphicon-headphones:before {
  content: "\e035"
}

.glyphicon-volume-off:before {
  content: "\e036"
}

.glyphicon-volume-down:before {
  content: "\e037"
}

.glyphicon-volume-up:before {
  content: "\e038"
}

.glyphicon-qrcode:before {
  content: "\e039"
}

.glyphicon-barcode:before {
  content: "\e040"
}

.glyphicon-tag:before {
  content: "\e041"
}

.glyphicon-tags:before {
  content: "\e042"
}

.glyphicon-book:before {
  content: "\e043"
}

.glyphicon-bookmark:before {
  content: "\e044"
}

.glyphicon-print:before {
  content: "\e045"
}

.glyphicon-camera:before {
  content: "\e046"
}

.glyphicon-font:before {
  content: "\e047"
}

.glyphicon-bold:before {
  content: "\e048"
}

.glyphicon-italic:before {
  content: "\e049"
}

.glyphicon-text-height:before {
  content: "\e050"
}

.glyphicon-text-width:before {
  content: "\e051"
}

.glyphicon-align-left:before {
  content: "\e052"
}

.glyphicon-align-center:before {
  content: "\e053"
}

.glyphicon-align-right:before {
  content: "\e054"
}

.glyphicon-align-justify:before {
  content: "\e055"
}

.glyphicon-list:before {
  content: "\e056"
}

.glyphicon-indent-left:before {
  content: "\e057"
}

.glyphicon-indent-right:before {
  content: "\e058"
}

.glyphicon-facetime-video:before {
  content: "\e059"
}

.glyphicon-picture:before {
  content: "\e060"
}

.glyphicon-map-marker:before {
  content: "\e062"
}

.glyphicon-adjust:before {
  content: "\e063"
}

.glyphicon-tint:before {
  content: "\e064"
}

.glyphicon-edit:before {
  content: "\e065"
}

.glyphicon-share:before {
  content: "\e066"
}

.glyphicon-check:before {
  content: "\e067"
}

.glyphicon-move:before {
  content: "\e068"
}

.glyphicon-step-backward:before {
  content: "\e069"
}

.glyphicon-fast-backward:before {
  content: "\e070"
}

.glyphicon-backward:before {
  content: "\e071"
}

.glyphicon-play:before {
  content: "\e072"
}

.glyphicon-pause:before {
  content: "\e073"
}

.glyphicon-stop:before {
  content: "\e074"
}

.glyphicon-forward:before {
  content: "\e075"
}

.glyphicon-fast-forward:before {
  content: "\e076"
}

.glyphicon-step-forward:before {
  content: "\e077"
}

.glyphicon-eject:before {
  content: "\e078"
}

.glyphicon-chevron-left:before {
  content: "\e079"
}

.glyphicon-chevron-right:before {
  content: "\e080"
}

.glyphicon-plus-sign:before {
  content: "\e081"
}

.glyphicon-minus-sign:before {
  content: "\e082"
}

.glyphicon-remove-sign:before {
  content: "\e083"
}

.glyphicon-ok-sign:before {
  content: "\e084"
}

.glyphicon-question-sign:before {
  content: "\e085"
}

.glyphicon-info-sign:before {
  content: "\e086"
}

.glyphicon-screenshot:before {
  content: "\e087"
}

.glyphicon-remove-circle:before {
  content: "\e088"
}

.glyphicon-ok-circle:before {
  content: "\e089"
}

.glyphicon-ban-circle:before {
  content: "\e090"
}

.glyphicon-arrow-left:before {
  content: "\e091"
}

.glyphicon-arrow-right:before {
  content: "\e092"
}

.glyphicon-arrow-up:before {
  content: "\e093"
}

.glyphicon-arrow-down:before {
  content: "\e094"
}

.glyphicon-share-alt:before {
  content: "\e095"
}

.glyphicon-resize-full:before {
  content: "\e096"
}

.glyphicon-resize-small:before {
  content: "\e097"
}

.glyphicon-exclamation-sign:before {
  content: "\e101"
}

.glyphicon-gift:before {
  content: "\e102"
}

.glyphicon-leaf:before {
  content: "\e103"
}

.glyphicon-fire:before {
  content: "\e104"
}

.glyphicon-eye-open:before {
  content: "\e105"
}

.glyphicon-eye-close:before {
  content: "\e106"
}

.glyphicon-warning-sign:before {
  content: "\e107"
}

.glyphicon-plane:before {
  content: "\e108"
}

.glyphicon-calendar:before {
  content: "\e109"
}

.glyphicon-random:before {
  content: "\e110"
}

.glyphicon-comment:before {
  content: "\e111"
}

.glyphicon-magnet:before {
  content: "\e112"
}

.glyphicon-chevron-up:before {
  content: "\e113"
}

.glyphicon-chevron-down:before {
  content: "\e114"
}

.glyphicon-retweet:before {
  content: "\e115"
}

.glyphicon-shopping-cart:before {
  content: "\e116"
}

.glyphicon-folder-close:before {
  content: "\e117"
}

.glyphicon-folder-open:before {
  content: "\e118"
}

.glyphicon-resize-vertical:before {
  content: "\e119"
}

.glyphicon-resize-horizontal:before {
  content: "\e120"
}

.glyphicon-hdd:before {
  content: "\e121"
}

.glyphicon-bullhorn:before {
  content: "\e122"
}

.glyphicon-bell:before {
  content: "\e123"
}

.glyphicon-certificate:before {
  content: "\e124"
}

.glyphicon-thumbs-up:before {
  content: "\e125"
}

.glyphicon-thumbs-down:before {
  content: "\e126"
}

.glyphicon-hand-right:before {
  content: "\e127"
}

.glyphicon-hand-left:before {
  content: "\e128"
}

.glyphicon-hand-up:before {
  content: "\e129"
}

.glyphicon-hand-down:before {
  content: "\e130"
}

.glyphicon-circle-arrow-right:before {
  content: "\e131"
}

.glyphicon-circle-arrow-left:before {
  content: "\e132"
}

.glyphicon-circle-arrow-up:before {
  content: "\e133"
}

.glyphicon-circle-arrow-down:before {
  content: "\e134"
}

.glyphicon-globe:before {
  content: "\e135"
}

.glyphicon-wrench:before {
  content: "\e136"
}

.glyphicon-tasks:before {
  content: "\e137"
}

.glyphicon-filter:before {
  content: "\e138"
}

.glyphicon-briefcase:before {
  content: "\e139"
}

.glyphicon-fullscreen:before {
  content: "\e140"
}

.glyphicon-dashboard:before {
  content: "\e141"
}

.glyphicon-paperclip:before {
  content: "\e142"
}

.glyphicon-heart-empty:before {
  content: "\e143"
}

.glyphicon-link:before {
  content: "\e144"
}

.glyphicon-phone:before {
  content: "\e145"
}

.glyphicon-pushpin:before {
  content: "\e146"
}

.glyphicon-usd:before {
  content: "\e148"
}

.glyphicon-gbp:before {
  content: "\e149"
}

.glyphicon-sort:before {
  content: "\e150"
}

.glyphicon-sort-by-alphabet:before {
  content: "\e151"
}

.glyphicon-sort-by-alphabet-alt:before {
  content: "\e152"
}

.glyphicon-sort-by-order:before {
  content: "\e153"
}

.glyphicon-sort-by-order-alt:before {
  content: "\e154"
}

.glyphicon-sort-by-attributes:before {
  content: "\e155"
}

.glyphicon-sort-by-attributes-alt:before {
  content: "\e156"
}

.glyphicon-unchecked:before {
  content: "\e157"
}

.glyphicon-expand:before {
  content: "\e158"
}

.glyphicon-collapse-down:before {
  content: "\e159"
}

.glyphicon-collapse-up:before {
  content: "\e160"
}

.glyphicon-log-in:before {
  content: "\e161"
}

.glyphicon-flash:before {
  content: "\e162"
}

.glyphicon-log-out:before {
  content: "\e163"
}

.glyphicon-new-window:before {
  content: "\e164"
}

.glyphicon-record:before {
  content: "\e165"
}

.glyphicon-save:before {
  content: "\e166"
}

.glyphicon-open:before {
  content: "\e167"
}

.glyphicon-saved:before {
  content: "\e168"
}

.glyphicon-import:before {
  content: "\e169"
}

.glyphicon-export:before {
  content: "\e170"
}

.glyphicon-send:before {
  content: "\e171"
}

.glyphicon-floppy-disk:before {
  content: "\e172"
}

.glyphicon-floppy-saved:before {
  content: "\e173"
}

.glyphicon-floppy-remove:before {
  content: "\e174"
}

.glyphicon-floppy-save:before {
  content: "\e175"
}

.glyphicon-floppy-open:before {
  content: "\e176"
}

.glyphicon-credit-card:before {
  content: "\e177"
}

.glyphicon-transfer:before {
  content: "\e178"
}

.glyphicon-cutlery:before {
  content: "\e179"
}

.glyphicon-header:before {
  content: "\e180"
}

.glyphicon-compressed:before {
  content: "\e181"
}

.glyphicon-earphone:before {
  content: "\e182"
}

.glyphicon-phone-alt:before {
  content: "\e183"
}

.glyphicon-tower:before {
  content: "\e184"
}

.glyphicon-stats:before {
  content: "\e185"
}

.glyphicon-sd-video:before {
  content: "\e186"
}

.glyphicon-hd-video:before {
  content: "\e187"
}

.glyphicon-subtitles:before {
  content: "\e188"
}

.glyphicon-sound-stereo:before {
  content: "\e189"
}

.glyphicon-sound-dolby:before {
  content: "\e190"
}

.glyphicon-sound-5-1:before {
  content: "\e191"
}

.glyphicon-sound-6-1:before {
  content: "\e192"
}

.glyphicon-sound-7-1:before {
  content: "\e193"
}

.glyphicon-copyright-mark:before {
  content: "\e194"
}

.glyphicon-registration-mark:before {
  content: "\e195"
}

.glyphicon-cloud-download:before {
  content: "\e197"
}

.glyphicon-cloud-upload:before {
  content: "\e198"
}

.glyphicon-tree-conifer:before {
  content: "\e199"
}

.glyphicon-tree-deciduous:before {
  content: "\e200"
}

.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px solid;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent
}

.dropdown {
  position: relative
}

.dropdown-toggle:focus {
  outline: 0
}

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  font-size: 16px;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, .15);
  border-radius: 4px;
  box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
  background-clip: padding-box
}

.dropdown-menu.pull-right {
  right: 0;
  left: auto
}

.dropdown-menu .divider {
  height: 1px;
  margin: 10px 0;
  overflow: hidden;
  background-color: #e5e5e5
}

.dropdown-menu>li>a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: 400;
  line-height: 1.42857;
  color: #333;
  white-space: nowrap
}

.dropdown-menu>li>a:hover,
.dropdown-menu>li>a:focus {
  text-decoration: none;
  color: #262626;
  background-color: #f5f5f5
}

.dropdown-menu>.active>a,
.dropdown-menu>.active>a:hover,
.dropdown-menu>.active>a:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  background-color: #c00
}

.dropdown-menu>.disabled>a,
.dropdown-menu>.disabled>a:hover,
.dropdown-menu>.disabled>a:focus {
  color: #999
}

.dropdown-menu>.disabled>a:hover,
.dropdown-menu>.disabled>a:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  cursor: not-allowed
}

.open>.dropdown-menu {
  display: block
}

.open>a {
  outline: 0
}

.dropdown-menu-right {
  left: auto;
  right: 0
}

.dropdown-menu-left {
  left: 0;
  right: auto
}

.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 14px;
  line-height: 1.42857;
  color: #999
}

.dropdown-backdrop {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 990
}

.pull-right>.dropdown-menu {
  right: 0;
  left: auto
}

.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px solid;
  content: ""
}

.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 1px
}

@media (min-width:768px) {
  .navbar-right .dropdown-menu {
    right: 0;
    left: auto
  }
  .navbar-right .dropdown-menu-left {
    left: 0;
    right: auto
  }
}

.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle
}

.btn-group>.btn,
.btn-group-vertical>.btn {
  position: relative;
  float: left
}

.btn-group>.btn:hover,
.btn-group>.btn:focus,
.btn-group>.btn:active,
.btn-group>.btn.active,
.btn-group-vertical>.btn:hover,
.btn-group-vertical>.btn:focus,
.btn-group-vertical>.btn:active,
.btn-group-vertical>.btn.active {
  z-index: 2
}

.btn-group>.btn:focus,
.btn-group-vertical>.btn:focus {
  outline: none
}

.btn-group .btn+.btn,
.btn-group .btn+.btn-group,
.btn-group .btn-group+.btn,
.btn-group .btn-group+.btn-group {
  margin-left: -1px
}

.btn-toolbar {
  margin-left: -5px
}

.btn-toolbar:before,
.btn-toolbar:after {
  content: " ";
  display: table
}

.btn-toolbar:after {
  clear: both
}

.btn-toolbar .btn-group,
.btn-toolbar .input-group {
  float: left
}

.btn-toolbar>.btn,
.btn-toolbar>.btn-group,
.btn-toolbar>.input-group {
  margin-left: 5px
}

.btn-group>.btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0
}

.btn-group>.btn:first-child {
  margin-left: 0
}

.btn-group>.btn:first-child:not(:last-child):not(.dropdown-toggle) {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0
}

.btn-group>.btn:last-child:not(:first-child),
.btn-group>.dropdown-toggle:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0
}

.btn-group>.btn-group {
  float: left
}

.btn-group>.btn-group:not(:first-child):not(:last-child)>.btn {
  border-radius: 0
}

.btn-group>.btn-group:first-child>.btn:last-child,
.btn-group>.btn-group:first-child>.dropdown-toggle {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0
}

.btn-group>.btn-group:last-child>.btn:first-child {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0
}

.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0
}

.btn-group>.btn+.dropdown-toggle {
  padding-left: 8px;
  padding-right: 8px
}

.btn-group>.btn-lg+.dropdown-toggle,
.btn-group-lg.btn-group>.btn+.dropdown-toggle {
  padding-left: 12px;
  padding-right: 12px
}

.btn-group.open .dropdown-toggle {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125)
}

.btn-group.open .dropdown-toggle.btn-link {
  box-shadow: none
}

.btn .caret {
  margin-left: 0
}

.btn-lg .caret,
.btn-group-lg>.btn .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0
}

.dropup .btn-lg .caret,
.dropup .btn-group-lg>.btn .caret {
  border-width: 0 5px 5px
}

.btn-group-vertical>.btn,
.btn-group-vertical>.btn-group,
.btn-group-vertical>.btn-group>.btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%
}

.btn-group-vertical>.btn-group:before,
.btn-group-vertical>.btn-group:after {
  content: " ";
  display: table
}

.btn-group-vertical>.btn-group:after {
  clear: both
}

.btn-group-vertical>.btn-group>.btn {
  float: none
}

.btn-group-vertical>.btn+.btn,
.btn-group-vertical>.btn+.btn-group,
.btn-group-vertical>.btn-group+.btn,
.btn-group-vertical>.btn-group+.btn-group {
  margin-top: -1px;
  margin-left: 0
}

.btn-group-vertical>.btn:not(:first-child):not(:last-child) {
  border-radius: 0
}

.btn-group-vertical>.btn:first-child:not(:last-child) {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0
}

.btn-group-vertical>.btn:last-child:not(:first-child) {
  border-bottom-left-radius: 4px;
  border-top-right-radius: 0;
  border-top-left-radius: 0
}

.btn-group-vertical>.btn-group:not(:first-child):not(:last-child)>.btn {
  border-radius: 0
}

.btn-group-vertical>.btn-group:first-child:not(:last-child)>.btn:last-child,
.btn-group-vertical>.btn-group:first-child:not(:last-child)>.dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0
}

.btn-group-vertical>.btn-group:last-child:not(:first-child)>.btn:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0
}

.btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate
}

.btn-group-justified>.btn,
.btn-group-justified>.btn-group {
  float: none;
  display: table-cell;
  width: 1%
}

.btn-group-justified>.btn-group .btn {
  width: 100%
}

[data-toggle=buttons]>.btn>input[type=radio],
[data-toggle=buttons]>.btn>input[type=checkbox] {
  display: none
}

.input-group {
  position: relative;
  display: table;
  border-collapse: separate
}

.input-group[class*=col-] {
  float: none;
  padding-left: 0;
  padding-right: 0
}

.input-group .form-control {
  float: left;
  width: 100%;
  margin-bottom: 0
}

.input-group-addon,
.input-group-btn,
.input-group .form-control {
  display: table-cell
}

.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control:not(:first-child):not(:last-child) {
  border-radius: 0
}

.input-group-addon,
.input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle
}

.input-group-addon {
  padding: 6px 12px;
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
  color: #555;
  text-align: center;
  background-color: #eee;
  border: 1px solid #ccc;
  border-radius: 4px
}

.input-group-addon.input-sm,
.input-group-sm>.input-group-addon,
.input-group-sm>.input-group-btn>.input-group-addon.btn {
  padding: 5px 10px;
  font-size: 14px;
  border-radius: 3px
}

.input-group-addon.input-lg,
.input-group-lg>.input-group-addon,
.input-group-lg>.input-group-btn>.input-group-addon.btn {
  padding: 10px 16px;
  font-size: 20px;
  border-radius: 6px
}

.input-group-addon input[type=radio],
.input-group-addon input[type=checkbox] {
  margin-top: 0
}

.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child>.btn,
.input-group-btn:first-child>.btn-group>.btn,
.input-group-btn:first-child>.dropdown-toggle,
.input-group-btn:last-child>.btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child>.btn-group:not(:last-child)>.btn {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0
}

.input-group-addon:first-child {
  border-right: 0
}

.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child>.btn,
.input-group-btn:last-child>.btn-group>.btn,
.input-group-btn:last-child>.dropdown-toggle,
.input-group-btn:first-child>.btn:not(:first-child),
.input-group-btn:first-child>.btn-group:not(:first-child)>.btn {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0
}

.input-group-addon:last-child {
  border-left: 0
}

.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap
}

.input-group-btn>.btn {
  position: relative
}

.input-group-btn>.btn+.btn {
  margin-left: -1px
}

.input-group-btn>.btn:hover,
.input-group-btn>.btn:focus,
.input-group-btn>.btn:active {
  z-index: 2
}

.input-group-btn:first-child>.btn,
.input-group-btn:first-child>.btn-group {
  margin-right: -1px
}

.input-group-btn:last-child>.btn,
.input-group-btn:last-child>.btn-group {
  margin-left: -1px
}

.nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none
}

.nav:before,
.nav:after {
  content: " ";
  display: table
}

.nav:after {
  clear: both
}

.nav>li {
  position: relative;
  display: block
}

.nav>li>a {
  position: relative;
  display: block;
  padding: 10px 15px
}

.nav>li>a:hover,
.nav>li>a:focus {
  text-decoration: none;
  background-color: #eee
}

.nav>li.disabled>a {
  color: #999
}

.nav>li.disabled>a:hover,
.nav>li.disabled>a:focus {
  color: #999;
  text-decoration: none;
  background-color: transparent;
  cursor: not-allowed
}

.nav .open>a,
.nav .open>a:hover,
.nav .open>a:focus {
  background-color: #eee;
  border-color: #2290ff
}

.nav .nav-divider {
  height: 1px;
  margin: 10px 0;
  overflow: hidden;
  background-color: #e5e5e5
}

.nav>li>a>img {
  max-width: none
}

.nav-tabs {
  border-bottom: 1px solid #ddd
}

.nav-tabs>li {
  float: left;
  margin-bottom: -1px
}

.nav-tabs>li>a {
  margin-right: 2px;
  line-height: 1.42857;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0
}

.nav-tabs>li>a:hover {
  border-color: #eee #eee #ddd
}

.nav-tabs>li.active>a,
.nav-tabs>li.active>a:hover,
.nav-tabs>li.active>a:focus {
  color: #555;
  background-color: #fff;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
  cursor: default
}

.nav-pills>li {
  float: left
}

.nav-pills>li>a {
  border-radius: 4px
}

.nav-pills>li+li {
  margin-left: 2px
}

.nav-pills>li.active>a,
.nav-pills>li.active>a:hover,
.nav-pills>li.active>a:focus {
  color: #fff;
  background-color: #c00
}

.nav-stacked>li {
  float: none
}

.nav-stacked>li+li {
  margin-top: 2px;
  margin-left: 0
}

.nav-justified,
.nav-tabs.nav-justified {
  width: 100%
}

.nav-justified>li,
.nav-tabs.nav-justified>li {
  float: none
}

.nav-justified>li>a,
.nav-tabs.nav-justified>li>a {
  text-align: center;
  margin-bottom: 5px
}

.nav-justified>.dropdown .dropdown-menu {
  top: auto;
  left: auto
}

@media (min-width:768px) {
  .nav-justified>li,
  .nav-tabs.nav-justified>li {
    display: table-cell;
    width: 1%
  }
  .nav-justified>li>a,
  .nav-tabs.nav-justified>li>a {
    margin-bottom: 0
  }
}

.nav-tabs-justified,
.nav-tabs.nav-justified {
  border-bottom: 0
}

.nav-tabs-justified>li>a,
.nav-tabs.nav-justified>li>a {
  margin-right: 0;
  border-radius: 4px
}

.nav-tabs-justified>.active>a,
.nav-tabs.nav-justified>.active>a,
.nav-tabs-justified>.active>a:hover,
.nav-tabs.nav-justified>.active>a:hover,
.nav-tabs-justified>.active>a:focus,
.nav-tabs.nav-justified>.active>a:focus {
  border: 1px solid #ddd
}

@media (min-width:768px) {
  .nav-tabs-justified>li>a,
  .nav-tabs.nav-justified>li>a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0
  }
  .nav-tabs-justified>.active>a,
  .nav-tabs.nav-justified>.active>a,
  .nav-tabs-justified>.active>a:hover,
  .nav-tabs.nav-justified>.active>a:hover,
  .nav-tabs-justified>.active>a:focus,
  .nav-tabs.nav-justified>.active>a:focus {
    border-bottom-color: #fff
  }
}

.tab-content>.tab-pane {
  display: none
}

.tab-content>.active {
  display: block
}

.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-right-radius: 0;
  border-top-left-radius: 0
}

.navbar {
  position: relative;
  min-height: 50px;
  margin-bottom: 22px;
  border: 1px solid transparent
}

.navbar:before,
.navbar:after {
  content: " ";
  display: table
}

.navbar:after {
  clear: both
}

@media (min-width:768px) {
  .navbar {
    border-radius: 4px
  }
}

.navbar-header:before,
.navbar-header:after {
  content: " ";
  display: table
}

.navbar-header:after {
  clear: both
}

@media (min-width:768px) {
  .navbar-header {
    float: left
  }
}

.navbar-collapse {
  max-height: 340px;
  overflow-x: visible;
  padding-right: 15px;
  padding-left: 15px;
  border-top: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1);
  -webkit-overflow-scrolling: touch
}

.navbar-collapse:before,
.navbar-collapse:after {
  content: " ";
  display: table
}

.navbar-collapse:after {
  clear: both
}

.navbar-collapse.in {
  overflow-y: auto
}

@media (min-width:768px) {
  .navbar-collapse {
    width: auto;
    border-top: 0;
    box-shadow: none
  }
  .navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important
  }
  .navbar-collapse.in {
    overflow-y: visible
  }
  .navbar-fixed-top .navbar-collapse,
  .navbar-static-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    padding-left: 0;
    padding-right: 0
  }
}

.container>.navbar-header,
.container>.navbar-collapse,
.container-fluid>.navbar-header,
.container-fluid>.navbar-collapse {
  margin-right: -15px;
  margin-left: -15px
}

@media (min-width:768px) {
  .container>.navbar-header,
  .container>.navbar-collapse,
  .container-fluid>.navbar-header,
  .container-fluid>.navbar-collapse {
    margin-right: 0;
    margin-left: 0
  }
}

.navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px
}

@media (min-width:768px) {
  .navbar-static-top {
    border-radius: 0
  }
}

.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030
}

@media (min-width:768px) {
  .navbar-fixed-top,
  .navbar-fixed-bottom {
    border-radius: 0
  }
}

.navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px
}

.navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
  border-width: 1px 0 0
}

.navbar-brand {
  float: left;
  padding: 14px 15px;
  font-size: 20px;
  line-height: 22px;
  height: 50px
}

.navbar-brand:hover,
.navbar-brand:focus {
  text-decoration: none
}

@media (min-width:768px) {
  .navbar>.container .navbar-brand,
  .navbar>.container-fluid .navbar-brand {
    margin-left: -15px
  }
}

.navbar-toggle {
  position: relative;
  float: right;
  margin-right: 15px;
  padding: 9px 10px;
  margin-top: 8px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px
}

.navbar-toggle:focus {
  outline: none
}

.navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px
}

.navbar-toggle .icon-bar+.icon-bar {
  margin-top: 4px
}

@media (min-width:768px) {
  .navbar-toggle {
    display: none
  }
}

.navbar-nav {
  margin: -8px
}

.navbar-nav>li>a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 22px
}

@media (max-width:767px) {
  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    box-shadow: none
  }
  .navbar-nav .open .dropdown-menu>li>a,
  .navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 5px 15px 5px 25px
  }
  .navbar-nav .open .dropdown-menu>li>a {
    line-height: 22px
  }
  .navbar-nav .open .dropdown-menu>li>a:hover,
  .navbar-nav .open .dropdown-menu>li>a:focus {
    background-image: none
  }
}

@media (min-width:768px) {
  .navbar-nav {
    float: left;
    margin: 0
  }
  .navbar-nav>li {
    float: left
  }
  .navbar-nav>li>a {
    padding-top: 14px;
    padding-bottom: 14px
  }
  .navbar-nav.navbar-right:last-child {
    margin-right: -15px
  }
}

@media (min-width:768px) {
  .navbar-left {
    float: left !important
  }
  .navbar-right {
    float: right !important
  }
}

.navbar-form {
  margin-left: -15px;
  margin-right: -15px;
  padding: 10px 15px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1), 0 1px 0 rgba(255, 255, 255, .1);
  margin-top: 7px;
  margin-bottom: 7px
}

@media (max-width:767px) {
  .navbar-form .form-group {
    margin-bottom: 5px
  }
}

@media (min-width:768px) {
  .navbar-form {
    width: auto;
    border: 0;
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
    padding-bottom: 0;
    box-shadow: none
  }
  .navbar-form.navbar-right:last-child {
    margin-right: -15px
  }
}

.navbar-nav>li>.dropdown-menu {
  margin-top: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0
}

.navbar-fixed-bottom .navbar-nav>li>.dropdown-menu {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0
}

.navbar-btn {
  margin-top: 7px;
  margin-bottom: 7px
}

.navbar-btn.btn-sm,
.btn-group-sm>.navbar-btn.btn {
  margin-top: 8.5px;
  margin-bottom: 8.5px
}

.navbar-btn.btn-xs,
.btn-group-xs>.navbar-btn.btn {
  margin-top: 14px;
  margin-bottom: 14px
}

.navbar-text {
  margin-top: 14px;
  margin-bottom: 14px
}

@media (min-width:768px) {
  .navbar-text {
    float: left;
    margin-left: 15px;
    margin-right: 15px
  }
  .navbar-text.navbar-right:last-child {
    margin-right: 0
  }
}

.navbar-default {
  background-color: #f8f8f8;
  border-color: #e7e7e7
}

.navbar-default .navbar-brand {
  color: #777
}

.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
  color: #5e5e5e;
  background-color: transparent
}

.navbar-default .navbar-text {
  color: #777
}

.navbar-default .navbar-nav>li>a {
  color: #777
}

.navbar-default .navbar-nav>li>a:hover,
.navbar-default .navbar-nav>li>a:focus {
  color: #333;
  background-color: transparent
}

.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:hover,
.navbar-default .navbar-nav>.active>a:focus {
  color: #555;
  background-color: #e7e7e7
}

.navbar-default .navbar-nav>.disabled>a,
.navbar-default .navbar-nav>.disabled>a:hover,
.navbar-default .navbar-nav>.disabled>a:focus {
  color: #ccc;
  background-color: transparent
}

.navbar-default .navbar-toggle {
  border-color: #ddd
}

.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: #ddd
}

.navbar-default .navbar-toggle .icon-bar {
  background-color: #888
}

.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: #e7e7e7
}

.navbar-default .navbar-nav>.open>a,
.navbar-default .navbar-nav>.open>a:hover,
.navbar-default .navbar-nav>.open>a:focus {
  background-color: #e7e7e7;
  color: #555
}

@media (max-width:767px) {
  .navbar-default .navbar-nav .open .dropdown-menu>li>a {
    color: #777
  }
  .navbar-default .navbar-nav .open .dropdown-menu>li>a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu>li>a:focus {
    color: #333;
    background-color: transparent
  }
  .navbar-default .navbar-nav .open .dropdown-menu>.active>a,
  .navbar-default .navbar-nav .open .dropdown-menu>.active>a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu>.active>a:focus {
    color: #555;
    background-color: #e7e7e7
  }
  .navbar-default .navbar-nav .open .dropdown-menu>.disabled>a,
  .navbar-default .navbar-nav .open .dropdown-menu>.disabled>a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu>.disabled>a:focus {
    color: #ccc;
    background-color: transparent
  }
}

.navbar-default .navbar-link {
  color: #777
}

.navbar-default .navbar-link:hover {
  color: #333
}

.navbar-inverse {
  background-color: #222;
  border-color: #090909
}

.navbar-inverse .navbar-brand {
  color: #999
}

.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
  color: #fff;
  background-color: transparent
}

.navbar-inverse .navbar-text {
  color: #999
}

.navbar-inverse .navbar-nav>li>a {
  color: #999
}

.navbar-inverse .navbar-nav>li>a:hover,
.navbar-inverse .navbar-nav>li>a:focus {
  color: #fff;
  background-color: transparent
}

.navbar-inverse .navbar-nav>.active>a,
.navbar-inverse .navbar-nav>.active>a:hover,
.navbar-inverse .navbar-nav>.active>a:focus {
  color: #fff;
  background-color: #090909
}

.navbar-inverse .navbar-nav>.disabled>a,
.navbar-inverse .navbar-nav>.disabled>a:hover,
.navbar-inverse .navbar-nav>.disabled>a:focus {
  color: #444;
  background-color: transparent
}

.navbar-inverse .navbar-toggle {
  border-color: #333
}

.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
  background-color: #333
}

.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #fff
}

.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
  border-color: #101010
}

.navbar-inverse .navbar-nav>.open>a,
.navbar-inverse .navbar-nav>.open>a:hover,
.navbar-inverse .navbar-nav>.open>a:focus {
  background-color: #090909;
  color: #fff
}

@media (max-width:767px) {
  .navbar-inverse .navbar-nav .open .dropdown-menu>.dropdown-header {
    border-color: #090909
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    background-color: #090909
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu>li>a {
    color: #999
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu>li>a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu>li>a:focus {
    color: #fff;
    background-color: transparent
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu>.active>a,
  .navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:focus {
    color: #fff;
    background-color: #090909
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a,
  .navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a:focus {
    color: #444;
    background-color: transparent
  }
}

.navbar-inverse .navbar-link {
  color: #999
}

.navbar-inverse .navbar-link:hover {
  color: #fff
}

.breadcrumb {
  padding: 8px 15px;
  margin-bottom: 22px;
  list-style: none;
  background-color: #f5f5f5;
  border-radius: 4px
}

.breadcrumb>li {
  display: inline-block
}

.breadcrumb>li+li:before {
  content: "/\00a0";
  padding: 0 5px;
  color: #ccc
}

.breadcrumb>.active {
  color: #999
}

.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 22px 0;
  border-radius: 4px
}

.pagination>li {
  display: inline
}

.pagination>li>a,
.pagination>li>span {
  position: relative;
  float: left;
  padding: 6px 12px;
  line-height: 1.42857;
  text-decoration: none;
  color: #2290ff;
  background-color: #fff;
  border: 1px solid #ddd;
  margin-left: -1px
}

.pagination>li:first-child>a,
.pagination>li:first-child>span {
  margin-left: 0;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px
}

.pagination>li:last-child>a,
.pagination>li:last-child>span {
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px
}

.pagination>li>a:hover,
.pagination>li>a:focus,
.pagination>li>span:hover,
.pagination>li>span:focus {
  color: #5ea8f2;
  background-color: #eee;
  border-color: #ddd
}

.pagination>.active>a,
.pagination>.active>a:hover,
.pagination>.active>a:focus,
.pagination>.active>span,
.pagination>.active>span:hover,
.pagination>.active>span:focus {
  z-index: 2;
  color: #fff;
  background-color: #c00;
  border-color: #c00;
  cursor: default
}

.pagination>.disabled>span,
.pagination>.disabled>span:hover,
.pagination>.disabled>span:focus,
.pagination>.disabled>a,
.pagination>.disabled>a:hover,
.pagination>.disabled>a:focus {
  color: #999;
  background-color: #fff;
  border-color: #ddd;
  cursor: not-allowed
}

.pagination-lg>li>a,
.pagination-lg>li>span {
  padding: 10px 16px;
  font-size: 20px
}

.pagination-lg>li:first-child>a,
.pagination-lg>li:first-child>span {
  border-bottom-left-radius: 6px;
  border-top-left-radius: 6px
}

.pagination-lg>li:last-child>a,
.pagination-lg>li:last-child>span {
  border-bottom-right-radius: 6px;
  border-top-right-radius: 6px
}

.pagination-sm>li>a,
.pagination-sm>li>span {
  padding: 5px 10px;
  font-size: 14px
}

.pagination-sm>li:first-child>a,
.pagination-sm>li:first-child>span {
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px
}

.pagination-sm>li:last-child>a,
.pagination-sm>li:last-child>span {
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px
}

.pager {
  padding-left: 0;
  margin: 22px 0;
  list-style: none;
  text-align: center
}

.pager:before,
.pager:after {
  content: " ";
  display: table
}

.pager:after {
  clear: both
}

.pager li {
  display: inline
}

.pager li>a,
.pager li>span {
  display: inline-block;
  padding: 5px 14px;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 15px
}

.pager li>a:hover,
.pager li>a:focus {
  text-decoration: none;
  background-color: #eee
}

.pager .next>a,
.pager .next>span {
  float: right
}

.pager .previous>a,
.pager .previous>span {
  float: left
}

.pager .disabled>a,
.pager .disabled>a:hover,
.pager .disabled>a:focus,
.pager .disabled>span {
  color: #999;
  background-color: #fff;
  cursor: not-allowed
}

.label {
  display: inline;
  padding: .2em .6em .3em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25em
}

.label[href]:hover,
.label[href]:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer
}

.label:empty {
  display: none
}

.btn .label {
  position: relative;
  top: -1px
}

.label-default {
  background-color: #999
}

.label-default[href]:hover,
.label-default[href]:focus {
  background-color: gray
}

.label-primary {
  background-color: #c00
}

.label-primary[href]:hover,
.label-primary[href]:focus {
  background-color: #900
}

.label-success {
  background-color: #5cb85c
}

.label-success[href]:hover,
.label-success[href]:focus {
  background-color: #449d44
}

.label-info {
  background-color: #5bc0de
}

.label-info[href]:hover,
.label-info[href]:focus {
  background-color: #31b0d5
}

.label-warning {
  background-color: #f0ad4e
}

.label-warning[href]:hover,
.label-warning[href]:focus {
  background-color: #ec971f
}

.label-danger {
  background-color: #d9534f
}

.label-danger[href]:hover,
.label-danger[href]:focus {
  background-color: #c9302c
}

.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 14px;
  font-weight: 700;
  color: #fff;
  line-height: 1;
  vertical-align: baseline;
  white-space: nowrap;
  text-align: center;
  background-color: #999;
  border-radius: 10px
}

.badge:empty {
  display: none
}

.btn .badge {
  position: relative;
  top: -1px
}

.btn-xs .badge,
.btn-group-xs>.btn .badge {
  top: 0;
  padding: 1px 5px
}

a.badge:hover,
a.badge:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer
}

a.list-group-item.active>.badge,
.nav-pills>.active>a>.badge {
  color: #2290ff;
  background-color: #fff
}

.nav-pills>li>a>.badge {
  margin-left: 3px
}

.jumbotron {
  padding: 30px;
  margin-bottom: 30px;
  color: inherit;
  background-color: #eee
}

.jumbotron h1,
.jumbotron .h1 {
  color: inherit
}

.jumbotron p {
  margin-bottom: 15px;
  font-size: 24px;
  font-weight: 200
}

.container .jumbotron {
  border-radius: 6px
}

.jumbotron .container {
  max-width: 100%
}

@media screen and (min-width:768px) {
  .jumbotron {
    padding-top: 48px;
    padding-bottom: 48px
  }
  .container .jumbotron {
    padding-left: 60px;
    padding-right: 60px
  }
  .jumbotron h1,
  .jumbotron .h1 {
    font-size: 72px
  }
}

.thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 22px;
  line-height: 1.42857;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  transition: all .2s ease-in-out
}

.thumbnail>img,
.thumbnail a>img {
  display: block;
  max-width: 100%;
  height: auto;
  margin-left: auto;
  margin-right: auto
}

.thumbnail .caption {
  padding: 9px;
  color: #646464
}

a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
  border-color: #2290ff
}

@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0
  }
  to {
    background-position: 0 0
  }
}

.progress {
  overflow: hidden;
  height: 22px;
  margin-bottom: 22px;
  background-color: #f5f5f5;
  border-radius: 4px;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1)
}

.progress-bar {
  float: left;
  width: 0;
  height: 100%;
  font-size: 14px;
  line-height: 22px;
  color: #fff;
  text-align: center;
  background-color: #c00;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .15);
  transition: width .6s ease
}

.progress-striped .progress-bar {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, rgba(0, 0, 0, 0) 25%, rgba(0, 0, 0, 0) 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, rgba(0, 0, 0, 0) 75%, rgba(0, 0, 0, 0));
  background-size: 40px 40px
}

.progress.active .progress-bar {
  animation: progress-bar-stripes 2s linear infinite
}

.progress-bar-success {
  background-color: #5cb85c
}

.progress-striped .progress-bar-success {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, rgba(0, 0, 0, 0) 25%, rgba(0, 0, 0, 0) 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, rgba(0, 0, 0, 0) 75%, rgba(0, 0, 0, 0))
}

.progress-bar-info {
  background-color: #5bc0de
}

.progress-striped .progress-bar-info {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, rgba(0, 0, 0, 0) 25%, rgba(0, 0, 0, 0) 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, rgba(0, 0, 0, 0) 75%, rgba(0, 0, 0, 0))
}

.progress-bar-warning {
  background-color: #f0ad4e
}

.progress-striped .progress-bar-warning {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, rgba(0, 0, 0, 0) 25%, rgba(0, 0, 0, 0) 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, rgba(0, 0, 0, 0) 75%, rgba(0, 0, 0, 0))
}

.progress-bar-danger {
  background-color: #d9534f
}

.progress-striped .progress-bar-danger {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, rgba(0, 0, 0, 0) 25%, rgba(0, 0, 0, 0) 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, rgba(0, 0, 0, 0) 75%, rgba(0, 0, 0, 0))
}

.media,
.media-body {
  overflow: hidden;
  zoom: 1
}

.media,
.media .media {
  margin-top: 15px
}

.media:first-child {
  margin-top: 0
}

.media-object {
  display: block
}

.media-heading {
  margin: 0 0 5px
}

.media>.pull-left {
  margin-right: 10px
}

.media>.pull-right {
  margin-left: 10px
}

.media-list {
  padding-left: 0;
  list-style: none
}

.list-group {
  margin-bottom: 20px;
  padding-left: 0
}

.list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid #ddd
}

.list-group-item:first-child {
  border-top-right-radius: 4px;
  border-top-left-radius: 4px
}

.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px
}

.list-group-item>.badge {
  float: right
}

.list-group-item>.badge+.badge {
  margin-right: 5px
}

a.list-group-item {
  color: #555
}

a.list-group-item .list-group-item-heading {
  color: #333
}

a.list-group-item:hover,
a.list-group-item:focus {
  text-decoration: none;
  background-color: #f5f5f5
}

a.list-group-item.active,
a.list-group-item.active:hover,
a.list-group-item.active:focus {
  z-index: 2;
  color: #fff;
  background-color: #c00;
  border-color: #c00
}

a.list-group-item.active .list-group-item-heading,
a.list-group-item.active:hover .list-group-item-heading,
a.list-group-item.active:focus .list-group-item-heading {
  color: inherit
}

a.list-group-item.active .list-group-item-text,
a.list-group-item.active:hover .list-group-item-text,
a.list-group-item.active:focus .list-group-item-text {
  color: #f99
}

.list-group-item-success {
  color: #3c763d;
  background-color: #dff0d8
}

a.list-group-item-success {
  color: #3c763d
}

a.list-group-item-success .list-group-item-heading {
  color: inherit
}

a.list-group-item-success:hover,
a.list-group-item-success:focus {
  color: #3c763d;
  background-color: #d0e9c6
}

a.list-group-item-success.active,
a.list-group-item-success.active:hover,
a.list-group-item-success.active:focus {
  color: #fff;
  background-color: #3c763d;
  border-color: #3c763d
}

.list-group-item-info {
  color: #31708f;
  background-color: #d9edf7
}

a.list-group-item-info {
  color: #31708f
}

a.list-group-item-info .list-group-item-heading {
  color: inherit
}

a.list-group-item-info:hover,
a.list-group-item-info:focus {
  color: #31708f;
  background-color: #c4e3f3
}

a.list-group-item-info.active,
a.list-group-item-info.active:hover,
a.list-group-item-info.active:focus {
  color: #fff;
  background-color: #31708f;
  border-color: #31708f
}

.list-group-item-warning {
  color: #8a6d3b;
  background-color: #fcf8e3
}

a.list-group-item-warning {
  color: #8a6d3b
}

a.list-group-item-warning .list-group-item-heading {
  color: inherit
}

a.list-group-item-warning:hover,
a.list-group-item-warning:focus {
  color: #8a6d3b;
  background-color: #faf2cc
}

a.list-group-item-warning.active,
a.list-group-item-warning.active:hover,
a.list-group-item-warning.active:focus {
  color: #fff;
  background-color: #8a6d3b;
  border-color: #8a6d3b
}

.list-group-item-danger {
  color: #a94442;
  background-color: #f2dede
}

a.list-group-item-danger {
  color: #a94442
}

a.list-group-item-danger .list-group-item-heading {
  color: inherit
}

a.list-group-item-danger:hover,
a.list-group-item-danger:focus {
  color: #a94442;
  background-color: #ebcccc
}

a.list-group-item-danger.active,
a.list-group-item-danger.active:hover,
a.list-group-item-danger.active:focus {
  color: #fff;
  background-color: #a94442;
  border-color: #a94442
}

.list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px
}

.list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3
}

.panel {
  margin-bottom: 22px;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 4px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, .05)
}

.panel-body {
  padding: 15px
}

.panel-body:before,
.panel-body:after {
  content: " ";
  display: table
}

.panel-body:after {
  clear: both
}

.panel>.list-group {
  margin-bottom: 0
}

.panel>.list-group .list-group-item {
  border-width: 1px 0;
  border-radius: 0
}

.panel>.list-group .list-group-item:first-child {
  border-top: 0
}

.panel>.list-group .list-group-item:last-child {
  border-bottom: 0
}

.panel>.list-group:first-child .list-group-item:first-child {
  border-top-right-radius: 3px;
  border-top-left-radius: 3px
}

.panel>.list-group:last-child .list-group-item:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px
}

.panel-heading+.list-group .list-group-item:first-child {
  border-top-width: 0
}

.panel>.table,
.panel>.table-responsive>.table {
  margin-bottom: 0
}

.panel>.table:first-child>thead:first-child>tr:first-child td:first-child,
.panel>.table:first-child>thead:first-child>tr:first-child th:first-child,
.panel>.table:first-child>tbody:first-child>tr:first-child td:first-child,
.panel>.table:first-child>tbody:first-child>tr:first-child th:first-child,
.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child td:first-child,
.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child th:first-child,
.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child td:first-child,
.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child th:first-child {
  border-top-left-radius: 3px
}

.panel>.table:first-child>thead:first-child>tr:first-child td:last-child,
.panel>.table:first-child>thead:first-child>tr:first-child th:last-child,
.panel>.table:first-child>tbody:first-child>tr:first-child td:last-child,
.panel>.table:first-child>tbody:first-child>tr:first-child th:last-child,
.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child td:last-child,
.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child th:last-child,
.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child td:last-child,
.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child th:last-child {
  border-top-right-radius: 3px
}

.panel>.table:last-child>tbody:last-child>tr:last-child td:first-child,
.panel>.table:last-child>tbody:last-child>tr:last-child th:first-child,
.panel>.table:last-child>tfoot:last-child>tr:last-child td:first-child,
.panel>.table:last-child>tfoot:last-child>tr:last-child th:first-child,
.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child td:first-child,
.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child th:first-child,
.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child td:first-child,
.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child th:first-child {
  border-bottom-left-radius: 3px
}

.panel>.table:last-child>tbody:last-child>tr:last-child td:last-child,
.panel>.table:last-child>tbody:last-child>tr:last-child th:last-child,
.panel>.table:last-child>tfoot:last-child>tr:last-child td:last-child,
.panel>.table:last-child>tfoot:last-child>tr:last-child th:last-child,
.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child td:last-child,
.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child th:last-child,
.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child td:last-child,
.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child th:last-child {
  border-bottom-right-radius: 3px
}

.panel>.panel-body+.table,
.panel>.panel-body+.table-responsive {
  border-top: 1px solid #ddd
}

.panel>.table>tbody:first-child>tr:first-child th,
.panel>.table>tbody:first-child>tr:first-child td {
  border-top: 0
}

.panel>.table-bordered,
.panel>.table-responsive>.table-bordered {
  border: 0
}

.panel>.table-bordered>thead>tr>th:first-child,
.panel>.table-bordered>thead>tr>td:first-child,
.panel>.table-bordered>tbody>tr>th:first-child,
.panel>.table-bordered>tbody>tr>td:first-child,
.panel>.table-bordered>tfoot>tr>th:first-child,
.panel>.table-bordered>tfoot>tr>td:first-child,
.panel>.table-responsive>.table-bordered>thead>tr>th:first-child,
.panel>.table-responsive>.table-bordered>thead>tr>td:first-child,
.panel>.table-responsive>.table-bordered>tbody>tr>th:first-child,
.panel>.table-responsive>.table-bordered>tbody>tr>td:first-child,
.panel>.table-responsive>.table-bordered>tfoot>tr>th:first-child,
.panel>.table-responsive>.table-bordered>tfoot>tr>td:first-child {
  border-left: 0
}

.panel>.table-bordered>thead>tr>th:last-child,
.panel>.table-bordered>thead>tr>td:last-child,
.panel>.table-bordered>tbody>tr>th:last-child,
.panel>.table-bordered>tbody>tr>td:last-child,
.panel>.table-bordered>tfoot>tr>th:last-child,
.panel>.table-bordered>tfoot>tr>td:last-child,
.panel>.table-responsive>.table-bordered>thead>tr>th:last-child,
.panel>.table-responsive>.table-bordered>thead>tr>td:last-child,
.panel>.table-responsive>.table-bordered>tbody>tr>th:last-child,
.panel>.table-responsive>.table-bordered>tbody>tr>td:last-child,
.panel>.table-responsive>.table-bordered>tfoot>tr>th:last-child,
.panel>.table-responsive>.table-bordered>tfoot>tr>td:last-child {
  border-right: 0
}

.panel>.table-bordered>thead>tr:first-child>th,
.panel>.table-bordered>thead>tr:first-child>td,
.panel>.table-bordered>tbody>tr:first-child>th,
.panel>.table-bordered>tbody>tr:first-child>td,
.panel>.table-bordered>tfoot>tr:first-child>th,
.panel>.table-bordered>tfoot>tr:first-child>td,
.panel>.table-responsive>.table-bordered>thead>tr:first-child>th,
.panel>.table-responsive>.table-bordered>thead>tr:first-child>td,
.panel>.table-responsive>.table-bordered>tbody>tr:first-child>th,
.panel>.table-responsive>.table-bordered>tbody>tr:first-child>td,
.panel>.table-responsive>.table-bordered>tfoot>tr:first-child>th,
.panel>.table-responsive>.table-bordered>tfoot>tr:first-child>td {
  border-top: 0
}

.panel>.table-bordered>thead>tr:last-child>th,
.panel>.table-bordered>thead>tr:last-child>td,
.panel>.table-bordered>tbody>tr:last-child>th,
.panel>.table-bordered>tbody>tr:last-child>td,
.panel>.table-bordered>tfoot>tr:last-child>th,
.panel>.table-bordered>tfoot>tr:last-child>td,
.panel>.table-responsive>.table-bordered>thead>tr:last-child>th,
.panel>.table-responsive>.table-bordered>thead>tr:last-child>td,
.panel>.table-responsive>.table-bordered>tbody>tr:last-child>th,
.panel>.table-responsive>.table-bordered>tbody>tr:last-child>td,
.panel>.table-responsive>.table-bordered>tfoot>tr:last-child>th,
.panel>.table-responsive>.table-bordered>tfoot>tr:last-child>td {
  border-bottom: 0
}

.panel>.table-responsive {
  border: 0;
  margin-bottom: 0
}

.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px
}

.panel-heading>.dropdown .dropdown-toggle {
  color: inherit
}

.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  color: inherit
}

.panel-title>a {
  color: inherit
}

.panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px
}

.panel-group {
  margin-bottom: 22px
}

.panel-group .panel {
  margin-bottom: 0;
  border-radius: 4px;
  overflow: hidden
}

.panel-group .panel+.panel {
  margin-top: 5px
}

.panel-group .panel-heading {
  border-bottom: 0
}

.panel-group .panel-heading+.panel-collapse .panel-body {
  border-top: 1px solid #ddd
}

.panel-group .panel-footer {
  border-top: 0
}

.panel-group .panel-footer+.panel-collapse .panel-body {
  border-bottom: 1px solid #ddd
}

.panel-default {
  border-color: #ddd
}

.panel-default>.panel-heading {
  color: #333;
  background-color: #f5f5f5;
  border-color: #ddd
}

.panel-default>.panel-heading+.panel-collapse .panel-body {
  border-top-color: #ddd
}

.panel-default>.panel-footer+.panel-collapse .panel-body {
  border-bottom-color: #ddd
}

.panel-primary {
  border-color: #c00
}

.panel-primary>.panel-heading {
  color: #fff;
  background-color: #c00;
  border-color: #c00
}

.panel-primary>.panel-heading+.panel-collapse .panel-body {
  border-top-color: #c00
}

.panel-primary>.panel-footer+.panel-collapse .panel-body {
  border-bottom-color: #c00
}

.panel-success {
  border-color: #d6e9c6
}

.panel-success>.panel-heading {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6
}

.panel-success>.panel-heading+.panel-collapse .panel-body {
  border-top-color: #d6e9c6
}

.panel-success>.panel-footer+.panel-collapse .panel-body {
  border-bottom-color: #d6e9c6
}

.panel-info {
  border-color: #bce8f1
}

.panel-info>.panel-heading {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1
}

.panel-info>.panel-heading+.panel-collapse .panel-body {
  border-top-color: #bce8f1
}

.panel-info>.panel-footer+.panel-collapse .panel-body {
  border-bottom-color: #bce8f1
}

.panel-warning {
  border-color: #faebcc
}

.panel-warning>.panel-heading {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc
}

.panel-warning>.panel-heading+.panel-collapse .panel-body {
  border-top-color: #faebcc
}

.panel-warning>.panel-footer+.panel-collapse .panel-body {
  border-bottom-color: #faebcc
}

.panel-danger {
  border-color: #ebccd1
}

.panel-danger>.panel-heading {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1
}

.panel-danger>.panel-heading+.panel-collapse .panel-body {
  border-top-color: #ebccd1
}

.panel-danger>.panel-footer+.panel-collapse .panel-body {
  border-bottom-color: #ebccd1
}

.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 4px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05)
}

.well blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, .15)
}

.well-lg {
  padding: 24px;
  border-radius: 6px
}

.well-sm {
  padding: 9px;
  border-radius: 3px
}

.close {
  float: right;
  font-size: 24px;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: .2;
  filter: alpha(opacity=20)
}

.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  opacity: .5;
  filter: alpha(opacity=50)
}

button.close {
  padding: 0;
  cursor: pointer;
  background: 0 0;
  border: 0;
  -webkit-appearance: none
}

.alert {
  padding: 15px;
  margin-bottom: 22px;
  border: 1px solid transparent;
  border-radius: 4px
}

.alert h4 {
  margin-top: 0;
  color: inherit
}

.alert .alert-link {
  font-weight: 700
}

.alert>p,
.alert>ul {
  margin-bottom: 0
}

.alert>p+p {
  margin-top: 5px
}

.alert-dismissable {
  padding-right: 35px
}

.alert-dismissable .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit
}

.alert-success {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #3c763d
}

.alert-success hr {
  border-top-color: #c9e2b3
}

.alert-success .alert-link {
  color: #2b542c
}

.alert-info {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #31708f
}

.alert-info hr {
  border-top-color: #a6e1ec
}

.alert-info .alert-link {
  color: #245269
}

.alert-warning {
  background-color: #fcf8e3;
  border-color: #faebcc;
  color: #8a6d3b
}

.alert-warning hr {
  border-top-color: #f7e1b5
}

.alert-warning .alert-link {
  color: #66512c
}

.alert-danger {
  background-color: #f2dede;
  border-color: #ebccd1;
  color: #a94442
}

.alert-danger hr {
  border-top-color: #e4b9c0
}

.alert-danger .alert-link {
  color: #843534
}

.modal-open {
  overflow: hidden
}

.modal {
  display: none;
  overflow: auto;
  overflow-y: scroll;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  -webkit-overflow-scrolling: touch;
  outline: 0
}

.modal.fade .modal-dialog {
  -ms-transform: translate(0, -25%);
  transform: translate(0, -25%);
  transition: transform .3s ease-out
}

.modal.in .modal-dialog {
  -ms-transform: translate(0, 0);
  transform: translate(0, 0)
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px
}

.modal-content {
  position: relative;
  background-color: #fff;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, .2);
  border-radius: 6px;
  box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
  background-clip: padding-box;
  outline: none
}

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000
}

.modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0)
}

.modal-backdrop.in {
  opacity: .5;
  filter: alpha(opacity=50)
}

.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
  min-height: 16.42857px
}

.modal-header .close {
  margin-top: -2px
}

.modal-title {
  margin: 0;
  line-height: 1.42857
}

.modal-body {
  position: relative;
  padding: 20px
}

.modal-footer {
  margin-top: 15px;
  padding: 19px 20px 20px;
  text-align: right;
  border-top: 1px solid #e5e5e5
}

.modal-footer:before,
.modal-footer:after {
  content: " ";
  display: table
}

.modal-footer:after {
  clear: both
}

.modal-footer .btn+.btn {
  margin-left: 5px;
  margin-bottom: 0
}

.modal-footer .btn-group .btn+.btn {
  margin-left: -1px
}

.modal-footer .btn-block+.btn-block {
  margin-left: 0
}

@media (min-width:768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto
  }
  .modal-content {
    box-shadow: 0 5px 15px rgba(0, 0, 0, .5)
  }
  .modal-sm {
    width: 300px
  }
  .modal-lg {
    width: 900px
  }
}

.tooltip {
  position: absolute;
  z-index: 1030;
  display: block;
  visibility: visible;
  font-size: 14px;
  line-height: 1.4;
  opacity: 0;
  filter: alpha(opacity=0)
}

.tooltip.in {
  opacity: .9;
  filter: alpha(opacity=90)
}

.tooltip.top {
  margin-top: -3px;
  padding: 5px 0
}

.tooltip.right {
  margin-left: 3px;
  padding: 0 5px
}

.tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0
}

.tooltip.left {
  margin-left: -3px;
  padding: 0 5px
}

.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  text-decoration: none;
  background-color: #000;
  border-radius: 4px
}

.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid
}

.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000
}

.tooltip.top-left .tooltip-arrow {
  bottom: 0;
  left: 5px;
  border-width: 5px 5px 0;
  border-top-color: #000
}

.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  right: 5px;
  border-width: 5px 5px 0;
  border-top-color: #000
}

.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000
}

.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000
}

.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000
}

.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  left: 5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000
}

.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  right: 5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000
}

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1010;
  display: none;
  max-width: 276px;
  padding: 1px;
  text-align: left;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, .2);
  border-radius: 6px;
  box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
  white-space: normal
}

.popover.top {
  margin-top: -10px
}

.popover.right {
  margin-left: 10px
}

.popover.bottom {
  margin-top: 10px
}

.popover.left {
  margin-left: -10px
}

.popover-title {
  margin: 0;
  padding: 8px 14px;
  font-size: 16px;
  font-weight: 400;
  line-height: 18px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 5px 5px 0 0
}

.popover-content {
  padding: 9px 14px
}

.popover .arrow,
.popover .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid
}

.popover .arrow {
  border-width: 11px
}

.popover .arrow:after {
  border-width: 10px;
  content: ""
}

.popover.top .arrow {
  left: 50%;
  margin-left: -11px;
  border-bottom-width: 0;
  border-top-color: #999;
  border-top-color: rgba(0, 0, 0, .25);
  bottom: -11px
}

.popover.top .arrow:after {
  content: " ";
  bottom: 1px;
  margin-left: -10px;
  border-bottom-width: 0;
  border-top-color: #fff
}

.popover.right .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-left-width: 0;
  border-right-color: #999;
  border-right-color: rgba(0, 0, 0, .25)
}

.popover.right .arrow:after {
  content: " ";
  left: 1px;
  bottom: -10px;
  border-left-width: 0;
  border-right-color: #fff
}

.popover.bottom .arrow {
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999;
  border-bottom-color: rgba(0, 0, 0, .25);
  top: -11px
}

.popover.bottom .arrow:after {
  content: " ";
  top: 1px;
  margin-left: -10px;
  border-top-width: 0;
  border-bottom-color: #fff
}

.popover.left .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999;
  border-left-color: rgba(0, 0, 0, .25)
}

.popover.left .arrow:after {
  content: " ";
  right: 1px;
  border-right-width: 0;
  border-left-color: #fff;
  bottom: -10px
}

.carousel {
  position: relative
}

.carousel-inner {
  position: relative;
  overflow: hidden;
  width: 100%
}

.carousel-inner>.item {
  display: none;
  position: relative;
  transition: .6s ease-in-out left
}

.carousel-inner>.item>img,
.carousel-inner>.item>a>img {
  display: block;
  max-width: 100%;
  height: auto;
  line-height: 1
}

.carousel-inner>.active,
.carousel-inner>.next,
.carousel-inner>.prev {
  display: block
}

.carousel-inner>.active {
  left: 0
}

.carousel-inner>.next,
.carousel-inner>.prev {
  position: absolute;
  top: 0;
  width: 100%
}

.carousel-inner>.next {
  left: 100%
}

.carousel-inner>.prev {
  left: -100%
}

.carousel-inner>.next.left,
.carousel-inner>.prev.right {
  left: 0
}

.carousel-inner>.active.left {
  left: -100%
}

.carousel-inner>.active.right {
  left: 100%
}

.carousel-control {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 15%;
  opacity: .5;
  filter: alpha(opacity=50);
  font-size: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, .6)
}

.carousel-control.left {
  background-image: linear-gradient(to right, rgba(0, 0, 0, .5) 0%, rgba(0, 0, 0, .0001) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1)
}

.carousel-control.right {
  left: auto;
  right: 0;
  background-image: linear-gradient(to right, rgba(0, 0, 0, .0001) 0%, rgba(0, 0, 0, .5) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1)
}

.carousel-control:hover,
.carousel-control:focus {
  outline: none;
  color: #fff;
  text-decoration: none;
  opacity: .9;
  filter: alpha(opacity=90)
}

.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
  position: absolute;
  top: 50%;
  z-index: 5;
  display: inline-block
}

.carousel-control .icon-prev,
.carousel-control .glyphicon-chevron-left {
  left: 50%
}

.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-right {
  right: 50%
}

.carousel-control .icon-prev,
.carousel-control .icon-next {
  width: 20px;
  height: 20px;
  margin-top: -10px;
  margin-left: -10px;
  font-family: serif
}

.carousel-control .icon-prev:before {
  content: '\2039'
}

.carousel-control .icon-next:before {
  content: '\203a'
}

.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  margin-left: -30%;
  padding-left: 0;
  list-style: none;
  text-align: center
}

.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  border: 1px solid #fff;
  border-radius: 10px;
  cursor: pointer;
  background-color: #000 \9;
  background-color: transparent
}

.carousel-indicators .active {
  margin: 0;
  width: 12px;
  height: 12px;
  background-color: #fff
}

.carousel-caption {
  position: absolute;
  left: 15%;
  right: 15%;
  bottom: 20px;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, .6)
}

.carousel-caption .btn {
  text-shadow: none
}

@media screen and (min-width:768px) {
  .carousel-control .glyphicons-chevron-left,
  .carousel-control .glyphicons-chevron-right,
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -15px;
    margin-left: -15px;
    font-size: 30px
  }
  .carousel-caption {
    left: 20%;
    right: 20%;
    padding-bottom: 30px
  }
  .carousel-indicators {
    bottom: 20px
  }
}

.clearfix:before,
.clearfix:after {
  content: " ";
  display: table
}

.clearfix:after {
  clear: both
}

.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto
}

.pull-right {
  float: right !important
}

.pull-left {
  float: left !important
}

.hide {
  display: none !important
}

.show {
  display: block !important
}

.invisible {
  visibility: hidden
}

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0
}

.hidden {
  display: none !important;
  visibility: hidden !important
}

.affix {
  position: fixed
}

@-ms-viewport {
  width: device-width
}

.visible-xs,
tr.visible-xs,
th.visible-xs,
td.visible-xs {
  display: none !important
}

@media (max-width:767px) {
  .visible-xs {
    display: block !important
  }
  table.visible-xs {
    display: table
  }
  tr.visible-xs {
    display: table-row !important
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important
  }
}

.visible-sm,
tr.visible-sm,
th.visible-sm,
td.visible-sm {
  display: none !important
}

@media (min-width:768px) and (max-width:991px) {
  .visible-sm {
    display: block !important
  }
  table.visible-sm {
    display: table
  }
  tr.visible-sm {
    display: table-row !important
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important
  }
}

.visible-md,
tr.visible-md,
th.visible-md,
td.visible-md {
  display: none !important
}

@media (min-width:992px) and (max-width:1199px) {
  .visible-md {
    display: block !important
  }
  table.visible-md {
    display: table
  }
  tr.visible-md {
    display: table-row !important
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important
  }
}

.visible-lg,
tr.visible-lg,
th.visible-lg,
td.visible-lg {
  display: none !important
}

@media (min-width:1200px) {
  .visible-lg {
    display: block !important
  }
  table.visible-lg {
    display: table
  }
  tr.visible-lg {
    display: table-row !important
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important
  }
}

@media (max-width:767px) {
  .hidden-xs,
  tr.hidden-xs,
  th.hidden-xs,
  td.hidden-xs {
    display: none !important
  }
}

@media (min-width:768px) and (max-width:991px) {
  .hidden-sm,
  tr.hidden-sm,
  th.hidden-sm,
  td.hidden-sm {
    display: none !important
  }
}

@media (min-width:992px) and (max-width:1199px) {
  .hidden-md,
  tr.hidden-md,
  th.hidden-md,
  td.hidden-md {
    display: none !important
  }
}

@media (min-width:1200px) {
  .hidden-lg,
  tr.hidden-lg,
  th.hidden-lg,
  td.hidden-lg {
    display: none !important
  }
}

.visible-print,
tr.visible-print,
th.visible-print,
td.visible-print {
  display: none !important
}

@media print {
  .visible-print {
    display: block !important
  }
  table.visible-print {
    display: table
  }
  tr.visible-print {
    display: table-row !important
  }
  th.visible-print,
  td.visible-print {
    display: table-cell !important
  }
}

@media print {
  .hidden-print,
  tr.hidden-print,
  th.hidden-print,
  td.hidden-print {
    display: none !important
  }
}

html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%
}

body {
  margin: 0
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block
}

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline
}

audio:not([controls]) {
  display: none;
  height: 0
}

[hidden],
template {
  display: none
}

a {
  background: 0 0
}

a:active,
a:hover {
  outline: 0
}

abbr[title] {
  border-bottom: 1px dotted
}

b,
strong {
  font-weight: 700
}

dfn {
  font-style: italic
}

h1 {
  font-size: 2em;
  margin: .67em 0
}

mark {
  background: #ff0;
  color: #000
}

small {
  font-size: 80%
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline
}

sup {
  top: -.5em
}

sub {
  bottom: -.25em
}

img {
  border: 0
}

svg:not(:root) {
  overflow: hidden
}

figure {
  margin: 1em 40px
}

hr {
  box-sizing: content-box;
  height: 0
}

pre {
  overflow: auto
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em
}

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0
}

button {
  overflow: visible
}

button,
select {
  text-transform: none
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer
}

button[disabled],
html input[disabled] {
  cursor: default
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0
}

input {
  line-height: normal
}

input[type=checkbox],
input[type=radio] {
  box-sizing: border-box;
  padding: 0
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  height: auto
}

input[type=search] {
  -webkit-appearance: textfield;
  box-sizing: content-box
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none
}

fieldset {
  border: 1px solid silver;
  margin: 0 2px;
  padding: .35em .625em .75em
}

legend {
  border: 0;
  padding: 0
}

textarea {
  overflow: auto
}

optgroup {
  font-weight: 700
}

table {
  border-collapse: collapse;
  border-spacing: 0
}

td,
th {
  padding: 0
}

html {
  font-size: 62.5%
}

body {
  color: #646464;
  background: #fff;
  font-size: 18px;
  line-height: 1.444;
  margin: 0;
  font-family: RedHatText, Arial, Helvetica, sans-serif;
}

h1,
h2,
h3 {
  line-height: 1.1;
  margin-top: 22px;
  margin-bottom: 11px
}

h4,
h5,
h6 {
  line-height: 1.1;
  margin-top: 11px;
  margin-bottom: 11px
}

p {
  margin: 0 0 11px;
  margin-bottom: 18px;
  margin-bottom: 1.8rem
}

ul,
ol {
  margin-top: 0;
  margin-bottom: 11px
}

ul ul,
ul ol,
ol ul,
ol ol {
  margin-bottom: 0
}

img {
  vertical-align: middle
}

.menu .leaf {
  list-style-type: none;
  list-style-image: none;
  margin-left: 0
}

.node-unpublished {
  background-color: transparent
}

.page-node-revisions #page-title,
.page-node-revisions #block-system-help p {
  display: none
}

#toolbar {
  z-index: 6000
}

#main-content ul.tabs.primary {
  border-bottom: 1px solid #ddd;
  margin: 0
}

#main-content ul.tabs.primary li {
  display: inline-block;
  vertical-align: bottom;
  margin: 5px 7px 3px 0;
  border: 0
}

#main-content ul.tabs.primary li a {
  background: #eee;
  color: #2290ff;
  height: auto;
  font-size: 1.1em;
  padding: 3px 13px;
  margin: 0;
  text-shadow: 0;
  border-radius: 0
}

#main-content ul.tabs.primary li.active {
  border-bottom: 0
}

#main-content ul.tabs.primary li.active a {
  color: #000;
  font-weight: 700;
  border: 0;
  padding: 3px 9px
}

#main-content ul.tabs.primary li:hover a {
  background: #fff
}

.clearfix:after {
  font-size: 0
}

.collapse {
  display: none
}

.collapse.in {
  display: block
}

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition: height .35s ease
}

@media print {
  * {
    text-shadow: none !important;
    color: #000 !important;
    box-shadow: none !important
  }
  .node-type-blog-post *,
  .node-type-event *,
  .node-type-press-release *,
  .node-type-page *,
  .node-type-resource *,
  .node-type-success *,
  .node-type-video * {
    background-image: none !important;
    background-color: #fff !important
  }
  .front .video-container video {
    display: none
  }
  a,
  a:visited {
    text-decoration: underline
  }
  a[href]:after {
    content: " (" attr(href) ")"
  }
  abbr[title]:after {
    content: " (" attr(title) ")"
  }
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: ""
  }
  pre {
    border: 1px solid #999;
    page-break-inside: avoid
  }
  thead {
    display: table-header-group
  }
  tr,
  img {
    page-break-inside: avoid
  }
  img {
    max-width: 100% !important
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3
  }
  h2,
  h3 {
    page-break-after: avoid
  }
  select {
    background: #fff !important
  }
  .navbar {
    display: none
  }
  .table td,
  .table th {
    background-color: #fff !important
  }
  .btn>.caret,
  .dropup>.btn>.caret {
    border-top-color: #000 !important
  }
  .label {
    border: 1px solid #000
  }
  .table {
    border-collapse: collapse !important
  }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important
  }
}

.icons-sprite,
.page>footer .extended .footer-items .foot-logo h3 {
  background-image: url(/profiles/rh/themes/redhatdotcom/img/icons-s6802f605d9.png);
  background-repeat: no-repeat
}

#account-panel .rh-login-heading,
#globe-panel .rh-global-pref-heading {
  font-size: 32px;
  font-size: 3.2rem;
  margin-bottom: 20px;
  margin-bottom: 2rem;
  font-weight: 600;
  text-transform: none;
  color: #252527;
  margin-top: 0
}

@media (min-width:768px) {
  #account-panel .rh-login-heading,
  #globe-panel .rh-global-pref-heading {
    font-size: 32px;
    font-size: 3.2rem;
    margin-bottom: 20px;
    margin-bottom: 2rem
  }
}

@media (min-width:992px) {
  #account-panel .rh-login-heading,
  #globe-panel .rh-global-pref-heading {
    font-size: 39px;
    font-size: 3.9rem;
    margin-bottom: 17px;
    margin-bottom: 1.7rem
  }
}

@media (min-width:1200px) {
  #account-panel .rh-login-heading,
  #globe-panel .rh-global-pref-heading {
    font-size: 42px;
    font-size: 4.2rem
  }
}

#globe-panel nav h3 {
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 800;
  color: #252527;
  margin-top: 0;
  text-transform: uppercase
}

.page>footer .extended h3 {
  font-size: 15px;
  font-size: 1.5rem;
  text-transform: uppercase;
  font-weight: 800;
  color: #fff
}

#account-panel .account-logout-wrapper .account-logout-link,
#account-panel .account-login-wrapper .account-login-link,
#account-panel .account-register-wrapper .account-register-link,
#search-panel .form-actions input[type=submit],
.main-subnav .link-all {
  background-color: #c00;
  color: #fff;
  display: inline-block;
  border: none;
  font-size: 16px;
  font-size: 1.6rem;
  padding: 9px 40px;
  padding: .9rem 4rem;
  font-weight: 700;
  text-decoration: none;
  text-transform: uppercase;
  transition: background .2s ease-in 0s
}

#account-panel .account-logout-wrapper .account-logout-link:active,
#account-panel .account-login-wrapper .account-login-link:active,
#account-panel .account-register-wrapper .account-register-link:active,
#search-panel .form-actions input[type=submit]:active,
.main-subnav .link-all:active,
#account-panel .account-logout-wrapper .account-logout-link:hover,
#account-panel .account-login-wrapper .account-login-link:hover,
#account-panel .account-register-wrapper .account-register-link:hover,
#search-panel .form-actions input[type=submit]:hover,
.main-subnav .link-all:hover {
  background-color: #ad0000;
  color: #fff;
  text-decoration: none
}

.cta-primary-disabled {
  background-color: #d2d3d4;
  color: #646464;
  display: inline-block;
  border: none;
  font-size: 16px;
  font-size: 1.6rem;
  padding: 9px 40px;
  padding: .9rem 4rem;
  font-weight: 700;
  text-decoration: none;
  text-transform: uppercase;
  transition: background .2s ease-in 0s
}

.cta-primary-disabled:active,
.cta-primary-disabled:hover {
  background-color: disabled;
  color: #646464;
  text-decoration: none
}

#account-panel .account-register-wrapper h2 {
  font-size: 18px;
  font-size: 1.8rem;
  margin-bottom: 18px;
  margin-bottom: 1.8rem;
  font-weight: 400;
  color: #646464;
  line-height: 1.444;
  text-transform: none
}

a:active,
a:focus,
.page>footer .extended li a:active,
.page>footer .traditional .social-links ul a:active,
.page>footer .extended li a:focus,
.page>footer .traditional .social-links ul a:focus,
#globe-panel nav a:active,
#globe-panel nav a:focus {
  outline-offset: 1px;
  outline-style: dotted;
  outline-width: 1px;
  outline-color: #d2d3d4
}

a {
  color: #2290ff;
  text-decoration: none
}

a:active,
a:hover {
  cursor: pointer;
  text-decoration: none;
  color: #5ea8f2
}

.page>footer .extended li a,
.page>footer .traditional .social-links ul a {
  font-size: 14px;
  font-size: 1.4rem;
  color: #fff;
  font-weight: 400;
  text-decoration: none
}

.page>footer .extended li a:active,
.page>footer .traditional .social-links ul a:active,
.page>footer .extended li a:hover,
.page>footer .traditional .social-links ul a:hover,
.page>footer .extended li a.active,
.page>footer .traditional .social-links ul a.active {
  cursor: pointer;
  text-decoration: none;
  color: #d2d3d4
}

#globe-panel nav a {
  font-size: 14px;
  font-size: 1.4rem;
  text-decoration: none;
  color: #1a1a1a;
  overflow-wrap: break-word;
  word-wrap: break-word
}

#globe-panel nav a:active,
#globe-panel nav a:hover,
#globe-panel nav a.active {
  cursor: pointer;
  text-decoration: underline;
  color: #5ea8f2
}

.container,
.main-subnav .sub-container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px
}

.container:before,
.main-subnav .sub-container:before,
.container:after,
.main-subnav .sub-container:after {
  content: " ";
  display: table
}

.container:after,
.main-subnav .sub-container:after {
  clear: both
}

@media (min-width:768px) {
  .container,
  .main-subnav .sub-container {
    width: 750px
  }
}

@media (min-width:992px) {
  .container,
  .main-subnav .sub-container {
    width: 970px
  }
}

@media (min-width:1200px) {
  .container,
  .main-subnav .sub-container {
    width: 1170px
  }
}

.row {
  margin-left: -15px;
  margin-right: -15px
}

#globe-panel nav ul,
.main-header ul,
.page>footer ul {
  padding: 0;
  margin: 0;
  list-style: none
}

#search-panel .search-autocomplete__container {
  background: #e9e9e9;
  display: none;
  padding: 0;
  max-width: 100%;
  position: absolute;
  top: 45px;
  width: 100%;
  z-index: 2
}

@media (min-width:768px) {
  #search-panel .search-autocomplete__container {
    max-width: 500px
  }
}

#search-panel .search-autocomplete__item {
  border-bottom: 1px solid #d2d3d4;
  display: block;
  text-align: left
}

#search-panel .search-autocomplete__item:last-child {
  border-bottom: none
}

#search-panel .search-autocomplete__item a {
  color: #06c;
  display: block;
  padding: 11px 30px
}

#search-panel .search-autocomplete__item a:hover {
  background: #d2d3d4
}

#search-panel .search-autocomplete__overlay {
  background: #000;
  display: none;
  height: 100%;
  left: 0;
  opacity: .5;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1
}

@media (min-width:768px) {
  #sliding-utility-panel {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 9999;
    margin: 55px auto 0 auto;
    margin-top: 37px
  }
}

.utility-panel {
  background: #f0f0f0;
  height: 0;
  margin: 0 auto;
  max-width: 1170px;
  overflow: hidden;
  position: relative;
  z-index: 200;
  transition: all .3s linear
}

#account-panel .content>.container {
  position: relative
}

@media (min-width:768px) {
  #account-panel .content>.container:before {
    content: "";
    position: absolute;
    top: -8px;
    bottom: 0;
    left: 50%;
    display: block;
    width: 1px;
    background: #d2d3d4
  }
}

@media (min-width:768px) {
  #account-panel .account-login-wrapper,
  #account-panel .account-welcome-wrapper {
    float: left;
    width: 50%
  }
}

@media (min-width:1200px) {
  #account-panel .account-login-wrapper,
  #account-panel .account-welcome-wrapper {
    width: 41%;
    margin-left: 3%
  }
}

@media (min-width:768px) {
  #account-panel .account-register-wrapper,
  #account-panel .account-logout-wrapper {
    float: left;
    width: 47%;
    margin-left: 3%
  }
}

@media (min-width:1200px) {
  #account-panel .account-register-wrapper,
  #account-panel .account-logout-wrapper {
    width: 41%;
    margin-left: 12%
  }
}

#account-panel .utility-content {
  padding: 20px 0 60px;
  padding: 2rem 0 6rem;
  font-size: 16px;
  font-size: 1.6rem
}

@media (min-width:1200px) {
  #account-panel .rh-login-heading {
    margin: 0 0 20px 10px;
    margin: 0 0 2rem 1rem
  }
}

#account-panel ul {
  padding-left: 0;
  margin: 0
}

#account-panel li {
  margin: 0 0 10px;
  margin: 0 0 1rem;
  list-style-position: inside
}

#account-panel p {
  margin-bottom: 20px;
  margin-bottom: 2rem
}

#account-panel .account-welcome-wrapper .account-edit-link {
  display: block;
  font-size: 22px;
  font-size: 2.2rem;
  margin-bottom: 18px;
  margin-bottom: 1.8rem;
  color: #5ea8f2
}

#account-panel .account-welcome-wrapper p {
  margin-bottom: 5px;
  margin-bottom: .5rem
}

#account-panel .account-welcome-wrapper li {
  list-style: none;
  margin-bottom: 0
}

#account-panel .account-welcome-wrapper li a {
  font-weight: 600
}

#account-panel .account-welcome-wrapper li a:after {
  content: "\f104";
  font-family: 'rh-web-iconfont';
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  padding-left: 5px;
  padding-left: .5rem
}

#account-panel .account-welcome-wrapper li a:active,
#account-panel .account-welcome-wrapper li a:hover {
  text-decoration: none
}

#account-panel .account-logout-wrapper .account-logout-link {
  margin-bottom: 20px;
  margin-bottom: 2rem
}

#account-panel .account-login-wrapper li {
  width: 50%;
  float: left
}

#account-panel .account-login-wrapper .account-login-link {
  margin-bottom: 20px;
  margin-bottom: 2rem
}

#account-panel .account-register-wrapper li {
  line-height: 1.2;
  margin-bottom: 10px;
  margin-bottom: 1rem
}

#account-panel .account-register-wrapper .account-register-link {
  margin-bottom: 20px;
  margin-bottom: 2rem
}

#account-panel .account-register-wrapper h2 {
  margin: 0 0 20px;
  margin: 0 0 2rem
}

@media (max-width:767px) {
  .mobile-search-open #search-panel {
    display: block;
    height: auto;
    position: absolute;
    width: 100%
  }
}

#search-panel .utility-content {
  padding: 60px 0;
  padding: 6rem 0
}

#search-panel form {
  text-align: center;
  width: 95%;
  max-width: 95%;
  margin: 0 auto;
  position: relative
}

#search-panel form>div:first-child {
  position: relative;
  z-index: 2
}

@media (min-width:768px) {
  #search-panel form {
    width: 80%
  }
}

#search-panel .form-item,
#search-panel .form-actions {
  margin: 0
}

#search-panel .form-item {
  margin-right: 142px
}

#search-panel .form-item input[type=text] {
  border: 1px solid #999;
  height: 36px;
  line-height: 36px;
  padding: 5px 10px;
  width: 100%
}

#search-panel .form-actions input[type=submit] {
  margin-left: 0;
  margin-left: 0;
  line-height: 14px;
  line-height: 1.4rem;
  height: 36px;
  margin: 0 !important;
  position: absolute;
  top: 0;
  right: 1px
}

#search-panel .search-autocomplete__container {
  max-width: 100%;
  position: relative;
  top: 0
}

#globe-panel .content>.container {
  position: relative
}

@media (min-width:768px) {
  #globe-panel .content>.container:before {
    content: "";
    position: absolute;
    top: -5px;
    bottom: 0;
    left: 37%;
    width: 1px;
    display: block;
    background: #d2d3d4
  }
}

@media (min-width:992px) {
  #globe-panel .content>.container:before {
    left: 37%
  }
}

@media (min-width:768px) {
  #globe-panel .language-picker {
    float: left;
    width: 38%
  }
}

@media (min-width:1200px) {
  #globe-panel .language-picker {
    width: 32%;
    margin-left: 3%
  }
}

@media (min-width:768px) {
  #globe-panel .explore {
    float: left;
    width: 59%;
    margin-left: 3%
  }
}

@media (min-width:1200px) {
  #globe-panel .explore {
    width: 54%;
    margin-left: 8%
  }
}

#globe-panel .utility-content {
  padding: 20px 0 60px;
  padding: 2rem 0 6rem;
  font-size: 16px;
  font-size: 1.6rem
}

@media (min-width:1200px) {
  #globe-panel .rh-global-pref-heading {
    margin: 0 0 20px 10px;
    margin: 0 0 2rem 1rem
  }
}

#globe-panel .language-picker .rh-global-pref-heading2 {
  margin: 0 0 18px;
  margin: 0 0 1.8rem;
  color: #646464;
  font-size: 26px;
  font-size: 2.6rem
}

#globe-panel .language-picker a {
  font-weight: 600;
  color: #4c4c4c
}

#globe-panel .language-picker a:active,
#globe-panel .language-picker a:hover {
  color: #5ea8f2;
  text-decoration: none
}

#globe-panel .language-picker .active {
  color: #2290ff
}

#globe-panel .language-picker .language-link {
  margin-bottom: 5px;
  margin-bottom: .5rem
}

@media (min-width:992px) {
  #globe-panel .language-picker .language-link {
    float: left;
    width: 50%
  }
}

#globe-panel .explore section {
  margin-left: -15px;
  margin-right: -15px
}

#globe-panel .explore section:before,
#globe-panel .explore section:after {
  content: " ";
  display: table
}

#globe-panel .explore section:after {
  clear: both
}

#globe-panel .explore section .rh-global-pref-heading2 {
  margin: 0 0 18px;
  margin: 0 0 1.8rem;
  color: #646464;
  font-size: 26px;
  font-size: 2.6rem
}

#globe-panel .explore section p {
  color: #646464;
  margin-bottom: 20px;
  margin-bottom: 2rem
}

#globe-panel nav {
  margin-left: -15px;
  margin-right: -15px
}

#globe-panel nav:before,
#globe-panel nav:after {
  content: " ";
  display: table
}

#globe-panel nav:after {
  clear: both
}

#globe-panel nav h3 {
  margin-bottom: 0;
  font-weight: 800
}

#globe-panel nav .expanded {
  margin-bottom: 30px;
  margin-bottom: 3rem
}

#globe-panel nav li {
  display: inline-block
}

#globe-panel nav a {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 600
}

.rh-band-group .header-background-image {
  background-image: none;
  display: none
}

body:not(.migrated-page-hero) .fts-migrated-bg {
  background-image: none;
  display: none
}

.main-header {
  position: relative;
  z-index: 1000
}

@media (min-width:768px) {
  .main-header {
    margin-bottom: 14px;
    margin-bottom: 1.4rem
  }
}

@media (max-width:767px) {
  .mobile-nav-open .main-header {
    margin: 0
  }
}

@media (min-width:768px) {
  .main-header {
    transition: margin 1s;
    padding-top: 59px;
    padding-top: 5.9rem
  }
}

:-webkit-full-screen-ancestor:not(iframe) .main-header {
  z-index: auto !important
}

:-moz-full-screen-ancestor:not(iframe) .main-header {
  z-index: auto !important
}

:-ms-fullscreen-ancestor:not(iframe) .main-header {
  z-index: auto !important
}

:fullscreen-ancestor:not(iframe) .main-header {
  z-index: auto !important
}

.main-header #logo {
  float: left;
  padding: 0 0 0 10px;
  margin: 18px 0 8px
}

@media (max-width:767px) {
  .main-header #logo {
    padding: 10px 0 0 15px;
    padding: 1rem 0 0 1.5rem;
    margin: 0
  }
}

.main-header #logo img.screen {
  width: 110px
}

@media (min-width:992px) {
  .main-header #logo img.screen {
    width: 100%
  }
}

.main-header #logo img.print {
  display: none
}

.main-header a,
.main-header a:active,
.main-header a:focus,
.main-header a:hover,
.main-header a:visited {
  text-decoration: none
}

.main-header .expand-mobile-nav:before {
  content: "\f11a";
  font-family: 'rh-web-iconfont';
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale
}

.mobile-nav-open .main-header .expand-mobile-nav:before {
  content: "\f109";
  font-family: 'rh-web-iconfont';
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale
}

.main-header .expand-mobile-search:after {
  content: "\f122";
  font-family: 'rh-web-iconfont';
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale
}

.mobile-search-open .main-header .expand-mobile-search:after {
  content: "\f109";
  font-family: 'rh-web-iconfont';
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale
}

.main-header .expand-mobile-search:after {
  margin-left: 10px
}

@media (max-width:767px) {
  .main-header #main-nav,
  .main-header #secondary-nav,
  .main-header #mobile-utility-nav {
    overflow: hidden;
    display: none
  }
  .mobile-nav-open .main-header #main-nav,
  .mobile-nav-open .main-header #secondary-nav,
  .mobile-nav-open .main-header #mobile-utility-nav {
    display: block
  }
}

.main-header #main-nav-wrap.scroll-to-fixed-fixed {
  transition: background-color .5s ease;
  background: #000;
  background: rgba(0, 0, 0, .8);
  margin-top: -1px
}

@media (min-width:768px) {
  #mobile-nav,
  #mobile-utility-nav {
    display: none
  }
}

@media (max-width:767px) {
  #to-top {
    display: none !important
  }
}

@media (min-width:768px) {
  #to-top {
    display: none;
    position: absolute;
    top: 0;
    right: 0
  }
}

#to-top a:before {
  content: "\f125";
  font-family: 'rh-web-iconfont';
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale
}

@media (min-width:768px) {
  #to-top a {
    outline: none;
    display: block;
    width: 100%;
    color: #fff;
    opacity: .5;
    font-size: 28px;
    text-align: center;
    padding: 20px 10px 22px 22px;
    border: none;
    background-color: transparent
  }
}

@media (min-width:768px) {
  #second-menu {
    font-size: 11px;
    font-size: 1.1rem;
    font-weight: 700;
    text-transform: uppercase;
    width: 100%;
    position: absolute;
    top: 0
  }
}

#second-menu .container {
  background-color: #fff;
  padding-left: 10px
}

@media (max-width:767px) {
  #second-menu .container {
    padding-left: 0;
    padding-right: 0
  }
}

@media (min-width:768px) {
  #second-menu .container {
    width: 100%
  }
}

@media (min-width:1200px) {
  #second-menu .container {
    width: 1170px
  }
}

@media (min-width:768px) {
  #second-menu #secondary-nav ul {
    float: left;
    padding: 0;
    margin: 0
  }
}

@media (min-width:768px) {
  #second-menu #secondary-nav ul li {
    display: inline-block
  }
}

@media (max-width:767px) {
  #second-menu #secondary-nav ul li {
    background: #000;
    border-bottom: 1px solid #666
  }
}

@media (min-width:768px) {
  #second-menu #secondary-nav a {
    display: block;
    padding: 12px 10px 10px;
    color: #646464
  }
  #second-menu #secondary-nav a:active,
  #second-menu #secondary-nav a:hover {
    color: #252527
  }
}

@media (max-width:767px) {
  #second-menu #secondary-nav a {
    display: block;
    padding: 10px;
    color: #fff
  }
}

#second-menu #utility-nav {
  float: right;
  position: relative;
  z-index: 9999
}

@media (max-width:767px) {
  #second-menu #utility-nav {
    display: none
  }
}

:-webkit-full-screen-ancestor:not(iframe) #second-menu #utility-nav {
  z-index: auto !important
}

:-moz-full-screen-ancestor:not(iframe) #second-menu #utility-nav {
  z-index: auto !important
}

:-ms-fullscreen-ancestor:not(iframe) #second-menu #utility-nav {
  z-index: auto !important
}

:fullscreen-ancestor:not(iframe) #second-menu #utility-nav {
  z-index: auto !important
}

#second-menu #utility-nav ul {
  padding: 0
}

#second-menu #utility-nav li {
  display: inline-block
}

#second-menu #utility-nav a {
  display: block;
  padding: 12px 8px 10px;
  font-size: 11px;
  font-size: 1.1rem;
  margin-right: 5px;
  text-decoration: none;
  color: #646464
}

#second-menu #utility-nav a:active,
#second-menu #utility-nav a:hover {
  color: #252527
}

#second-menu #utility-nav a:after {
  font-size: 16px;
  font-size: 1.6rem;
  margin-left: 10px;
  vertical-align: bottom
}

#second-menu #utility-nav a.open {
  background: #f0f0f0
}

#second-menu #utility-nav #utility-search a:after {
  content: "\f122";
  font-family: 'rh-web-iconfont';
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale
}

#second-menu #utility-nav #utility-search a.open:after {
  content: "\f109";
  font-family: 'rh-web-iconfont';
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale
}

#second-menu #utility-nav #utility-account a:after {
  content: "\f126";
  font-family: 'rh-web-iconfont';
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale
}

#second-menu #utility-nav #utility-account a.open:after {
  content: "\f109";
  font-family: 'rh-web-iconfont';
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale
}

#second-menu #utility-nav #utility-globe a:after {
  content: "\f111";
  font-family: 'rh-web-iconfont';
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale
}

#second-menu #utility-nav #utility-globe a.open:after {
  content: "\f109";
  font-family: 'rh-web-iconfont';
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale
}

.main-active {
  background: #000
}

.scroll-to-fixed-fixed .main-active {
  background: rgba(0, 0, 0, .7);
  transition: background 1s
}

#main-menu {
  background: #000
}

@media (min-width:768px) {
  #main-menu {
    padding-top: 0;
    padding-top: 0;
    background: 0 0
  }
}

@media (min-width:768px) {
  #main-menu {
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: 500
  }
}

@media (min-width:1200px) {
  #main-menu {
    font-size: 20px;
    font-size: 2rem
  }
}

.scroll-to-fixed-fixed #main-menu {
  padding-bottom: 0
}

#main-menu .container {
  padding-left: 0;
  padding-right: 0;
  position: relative
}

@media (max-width:767px) {
  #main-menu .container {
    width: 100%
  }
}

@media (min-width:1200px) {
  #main-menu .container {
    width: 1170px
  }
}

@media (min-width:768px) {
  #main-menu #main-nav {
    float: left;
    margin-left: 20px;
    margin-left: 2rem
  }
}

@media (min-width:992px) {
  #main-menu #main-nav {
    margin-left: 36px;
    margin-left: 3.6rem
  }
}

#main-menu #main-nav ul li {
  list-style: none;
  padding: 0
}

@media (min-width:768px) {
  #main-menu #main-nav ul li {
    position: relative;
    float: left;
    margin-top: 18px
  }
  #main-menu #main-nav ul li a:before {
    content: "";
    height: 4px;
    position: absolute;
    width: 32px;
    background-color: #ddd
  }
  #main-menu #main-nav ul li.main-active a:before,
  #main-menu #main-nav ul li:active a:before,
  #main-menu #main-nav ul li:hover a:before {
    background-color: #c00
  }
  #main-menu #main-nav ul li a.active:before {
    background-color: #c00
  }
}

@media (max-width:767px) {
  #main-menu #main-nav ul li {
    background: #000;
    border-bottom: 1px solid #666
  }
}

#main-menu #main-nav a {
  font-weight: 600;
  color: #fff;
  display: block;
  padding: 10px;
  position: relative
}

@media (min-width:768px) {
  #main-menu #main-nav a {
    padding: 10px 12px 20px
  }
  #main-menu #main-nav a:before {
    bottom: 14px
  }
}

@media (min-width:1200px) {
  #main-menu #main-nav a {
    padding: 10px 32px 29px
  }
  #main-menu #main-nav a:before {
    bottom: 22px
  }
}

@media (max-width:767px) {
  .logo-mobile-wrap {
    width: 100%
  }
  .logo-mobile-wrap:before,
  .logo-mobile-wrap:after {
    content: " ";
    display: table
  }
  .logo-mobile-wrap:after {
    clear: both
  }
  #mobile-nav {
    float: right
  }
  #mobile-nav a {
    display: inline-block;
    color: #666;
    padding: 13px;
    font-size: 2.1rem;
    text-decoration: none;
    outline: none
  }
  #mobile-utility-nav {
    background: #666;
    text-align: center
  }
  #mobile-utility-nav i {
    margin-left: 10px;
    margin-left: 1rem
  }
  #mobile-utility-nav .tray {
    background: #f0f0f0;
    text-align: left
  }
  #mobile-utility-nav .tray li {
    border-bottom: 1px solid #000
  }
  #mobile-utility-nav .tray li.last {
    border-bottom: none
  }
  #mobile-utility-nav .tray a {
    display: block;
    color: #252527;
    padding: 5px 10px;
    padding: .5rem 1rem
  }
  #mobile-utility-nav .tray a:active,
  #mobile-utility-nav .tray a:hover {
    color: #5ea8f2
  }
  #mobile-utility-nav #global-language-tray a {
    padding-left: 20px;
    padding-left: 2rem;
    border-bottom: 1px solid #000
  }
  #mobile-utility-nav #global-language-tray a.active {
    color: #5ea8f2
  }
  #mobile-utility-nav #global-countries-tray ul,
  #mobile-utility-nav #global-countries-tray li {
    margin: 0;
    padding: 0;
    list-style-type: none
  }
  #mobile-utility-nav #global-countries-tray a {
    padding-left: 20px;
    padding-left: 2rem
  }
  #mobile-utility-nav #global-countries-tray .tray a {
    padding-left: 30px;
    padding-left: 3rem
  }
  #mobile-nav li,
  #mobile-utility-nav ul.main li {
    display: inline-block
  }
  #mobile-utility-nav ul.main li a {
    display: block;
    padding: 10px;
    color: #fff
  }
  #mobile-utility-nav ul.main li a {
    padding-right: 20px;
    padding-left: 20px
  }
}

@media (min-width:768px) {
  body.main-menu-reverse #logo a {
    background-image: url(/profiles/rh/themes/redhatdotcom/img/logo-red-hat-black.png);
    display: block;
    background-size: 100%
  }
  body.main-menu-reverse #logo img.screen {
    visibility: hidden
  }
  body.main-menu-reverse #main-menu #main-nav ul li a {
    color: #252527
  }
  body.main-menu-reverse #main-menu #main-nav ul li a:before {
    background-color: #1a1a1a
  }
  body.main-menu-reverse #main-menu #main-nav ul li a.active:before {
    background-color: #c00
  }
  body.main-menu-reverse #main-menu #main-nav ul li.main-active a {
    color: #fff
  }
  body.main-menu-reverse #main-menu #main-nav ul li.main-active a:before {
    background-color: #c00
  }
  body.main-menu-reverse #main-menu #main-nav ul li:active a:before,
  body.main-menu-reverse #main-menu #main-nav ul li:hover a:before {
    background-color: #c00
  }
  body.main-menu-reverse .scroll-to-fixed-fixed #main-menu #main-nav ul li a {
    color: #fff
  }
  body.main-menu-reverse .scroll-to-fixed-fixed #main-menu #main-nav ul li a:before {
    background-color: #ddd
  }
  body.main-menu-reverse .scroll-to-fixed-fixed #main-menu #logo a {
    background-image: none;
    display: block
  }
  body.main-menu-reverse .scroll-to-fixed-fixed #main-menu #logo img {
    visibility: visible
  }
  body.main-menu-reverse #main-menu #main-nav ul li:hover a:before {
    background-color: #c00
  }
}

.main-subnav {
  overflow: hidden;
  height: 0;
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  background: #000;
  transition: height 1s
}

.scroll-to-fixed-fixed .main-subnav {
  background: rgba(0, 0, 0, .9);
  transition: all 1s
}

.main-subnav .container {
  position: relative
}

@media (max-width:767px) {
  .main-subnav {
    display: none
  }
}

.main-subnav .sub-menu {
  position: absolute;
  left: -200%;
  transition: left .75s;
  padding: 35px 0 50px;
  padding: 3.5rem 0 5rem
}

.main-subnav .sub-menu.subnav-open {
  left: 0
}

.main-subnav .inner-sub-container {
  position: relative;
  margin-left: -15px;
  margin-right: -15px;
  margin: 0 -30px;
  margin: 0 -3rem
}

.main-subnav .inner-sub-container:before,
.main-subnav .inner-sub-container:after {
  content: " ";
  display: table
}

.main-subnav .inner-sub-container:after {
  clear: both
}

.main-subnav .menu-items {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px
}

@media (min-width:768px) {
  .main-subnav .menu-items {
    float: left;
    width: 16.66667%
  }
}

.main-subnav .menu-items:nth-child(-1n+2) {
  padding-bottom: 60px
}

.main-subnav h3 {
  font-size: 18px;
  font-size: 1.8rem;
  color: #aaa;
  font-weight: 700;
  margin-top: 0
}

.main-subnav h3 a {
  color: #2290ff
}

.main-subnav h3 a:active,
.main-subnav h3 a:hover {
  color: #5ea8f2
}

.main-subnav .menu li {
  margin-bottom: 10px;
  margin-bottom: 1rem;
  line-height: 1.2;
  padding-right: 0
}

.main-subnav .menu a {
  color: #fff
}

.main-subnav .menu a:active,
.main-subnav .menu a:hover {
  color: #d2d3d4
}

.main-subnav .menu .see-all {
  font-weight: 700;
  position: relative;
  white-space: nowrap
}

.main-subnav .menu .see-all:right {
  content: "\f104";
  font-family: 'rh-web-iconfont';
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-left: 5px;
  vertical-align: middle;
  white-space: nowrap
}

.main-subnav aside {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  margin-top: -15px;
  float: right
}

@media (min-width:768px) {
  .main-subnav aside {
    float: left;
    width: 33.33333%
  }
}

@media (min-width:768px) {
  .main-subnav aside {
    float: right
  }
}

.main-subnav .trending {
  background: #252527;
  margin: 0;
  padding: 15px 20px 40px
}

.main-subnav .trending h3 {
  margin-bottom: 30px;
  margin-bottom: 3rem
}

.main-subnav .trending-item {
  background: #3f3f3f;
  margin-bottom: 20px;
  margin-bottom: 2rem;
  padding: 20px;
  padding: 2rem
}

.main-subnav .trending-item:last-child {
  margin-bottom: 0;
  margin-bottom: 0
}

.main-subnav .trending-item:active h4,
.main-subnav .trending-item:active p,
.main-subnav .trending-item:hover h4,
.main-subnav .trending-item:hover p {
  color: #d2d3d4
}

.main-subnav .trending-item h4 {
  margin: 0 0 2px;
  margin: 0 0 .2rem;
  font-size: 16px;
  font-size: 1.6rem;
  color: #d2d3d4
}

.main-subnav .trending-item p {
  font-size: 14px;
  font-size: 1.4rem;
  color: #fff;
  margin: 0;
  line-height: 1.3
}

.main-subnav .trending-item p strong {
  font-size: 20px;
  font-size: 2rem
}

.main-subnav .go-to {
  position: absolute;
  bottom: 0;
  left: 0
}

.main-subnav .link-all {
  margin-left: 15px
}

.page footer {
  position: relative;
  z-index: 1;
  background: #000
}

.page>footer .extended {
  background: #101010
}

@media (min-width:768px) {
  .page>footer .extended {
    min-height: 420px;
    min-height: 42rem
  }
}

.page>footer .extended h3 {
  margin-top: 22px
}

@media (max-width:768px) {
  .page>footer .extended h3 {
    font-size: 15px;
    font-size: 1.5rem
  }
  .page>footer .extended h3:active,
  .page>footer .extended h3:hover {
    cursor: pointer
  }
}

@media (max-width:992px) {
  .page>footer .extended h3 {
    font-size: 13px;
    font-size: 1.3rem
  }
}

@media (min-width:768px) {
  .page>footer .extended h3 {
    margin: 40px 0 30px;
    margin: 4rem 0 3rem
  }
}

.page>footer .extended .footer-items {
  overflow: hidden
}

@media (min-width:768px) {
  .page>footer .extended .footer-items {
    min-height: 420px;
    min-height: 42rem
  }
}

.page>footer .extended .footer-items .foot-logo {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px
}

@media (min-width:768px) {
  .page>footer .extended .footer-items .foot-logo {
    float: left;
    width: 16.66667%
  }
}

.page>footer .extended .footer-items .foot-logo h3 {
  margin-top: 22px;
  background-position: 0 -948px;
  margin-top: 20px;
  margin-top: 2rem;
  width: 138px;
  height: 44px;
  text-indent: -9999px
}

@media (max-width:1199px) {
  .page>footer .extended .footer-items .foot-logo h3 {
    -ms-transform: scale(.7);
    transform: scale(.7);
    -ms-transform-origin: 0 50%;
    transform-origin: 0 50%
  }
}

.page>footer .extended .footer-items .foot-featured {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px
}

@media (min-width:768px) {
  .page>footer .extended .footer-items .foot-featured {
    float: left;
    width: 16.66667%
  }
}

.page>footer .extended .footer-items .foot-tools {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px
}

@media (min-width:768px) {
  .page>footer .extended .footer-items .foot-tools {
    float: left;
    width: 16.66667%
  }
}

.page>footer .extended .footer-items .foot-purchase {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px
}

@media (min-width:768px) {
  .page>footer .extended .footer-items .foot-purchase {
    float: left;
    width: 16.66667%
  }
}

.page>footer .extended .footer-items .foot-communicate {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px
}

@media (min-width:768px) {
  .page>footer .extended .footer-items .foot-communicate {
    float: left;
    width: 16.66667%
  }
}

.page>footer .extended .footer-items .foot-about {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px
}

@media (min-width:768px) {
  .page>footer .extended .footer-items .foot-about {
    float: left;
    width: 16.66667%
  }
}

@media (min-width:768px) {
  .page>footer .extended .footer-items .foot-about {
    margin-bottom: -9999px;
    padding-bottom: 9999px;
    background-color: #c00
  }
}

.page>footer .extended .container section>div {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  border-bottom: 1px solid #2a2a2a
}

@media (min-width:768px) {
  .page>footer .extended .container section>div {
    float: left;
    width: 16.66667%
  }
}

@media (min-width:768px) {
  .page>footer .extended .container section>div {
    border-bottom: none
  }
  .page>footer .extended .container section>div:last-child {
    background-color: #c00
  }
}

@media (min-width:768px) {
  .page>footer .extended ul {
    width: 84%;
    display: block;
    height: auto !important
  }
}

.page>footer .extended ul li {
  font-size: 12px;
  font-size: 1.2rem;
  padding: 0 0 16px;
  padding: 0 0 1.6rem;
  line-height: 1.3
}

.page>footer .traditional {
  padding-top: 10px;
  padding-top: 1rem;
  padding-bottom: 5px;
  padding-bottom: .5rem
}

.page>footer .traditional .legal {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px
}

@media (min-width:768px) {
  .page>footer .traditional .legal {
    float: left;
    width: 66.66667%
  }
}

@media (min-width:1200px) {
  .page>footer .traditional .legal {
    line-height: 3.4
  }
}

.page>footer .traditional .legal .menu {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px
}

@media (min-width:1200px) {
  .page>footer .traditional .legal .menu {
    float: left;
    width: 66.66667%
  }
}

@media (min-width:1200px) {
  .page>footer .traditional .legal .menu {
    float: right
  }
}

.page>footer .traditional .legal .menu li {
  float: left;
  font-size: 12px;
  font-size: 1.2rem;
  margin-right: 8px;
  margin-right: .8rem;
  padding: 0
}

@media (max-width:480px) {
  .page>footer .traditional .legal .menu li {
    clear: left
  }
}

.page>footer .traditional .legal .menu li:first-child {
  margin-right: 22px;
  margin-right: 2.2rem
}

@media (max-width:480px) {
  .page>footer .traditional .legal .menu li:last-child {
    clear: none
  }
}

.page>footer .traditional .legal .menu li:last-child a {
  border-left: 1px solid #858585;
  padding-left: 10px;
  padding-left: 1rem
}

.page>footer .traditional .legal .menu li a {
  color: #858585
}

.page>footer .traditional .legal .copyright {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  font-size: 12px;
  font-size: 1.2rem
}

@media (max-width:1199px) {
  .page>footer .traditional .legal .copyright {
    clear: both
  }
}

@media (min-width:1200px) {
  .page>footer .traditional .legal .copyright {
    float: left;
    width: 33.33333%
  }
}

.page>footer .traditional .traditional-primary {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px
}

@media (min-width:768px) {
  .page>footer .traditional .traditional-primary {
    float: left;
    width: 33.33333%
  }
}

@media (min-width:768px) {
  .page>footer .traditional .traditional-primary {
    float: right
  }
}

.page>footer .traditional .event-logo {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px
}

@media (min-width:768px) {
  .page>footer .traditional .event-logo {
    float: left;
    width: 50%
  }
}

.page>footer .traditional .social-links {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px
}

@media (min-width:768px) {
  .page>footer .traditional .social-links {
    float: left;
    width: 50%
  }
}

@media (min-width:768px) {
  .page>footer .traditional .social-links {
    padding: 0
  }
}

.page>footer .traditional .social-links ul {
  padding: 8px 0;
  padding: .8rem 0
}

.page>footer .traditional .social-links ul:before,
.page>footer .traditional .social-links ul:after {
  content: " ";
  display: table
}

.page>footer .traditional .social-links ul:after {
  clear: both
}

.page>footer .traditional .social-links ul li {
  float: left;
  text-align: center;
  margin-right: 15px;
  margin-right: 1.5rem
}

@media (min-width:768px) {
  .page>footer .traditional .social-links ul li {
    margin-right: 0;
    margin-right: 0;
    padding: 0;
    padding: 0;
    width: 20%
  }
}

.page>footer .traditional .social-links ul a {
  font-size: 17px;
  font-size: 1.7rem
}

.page>footer .traditional .social-links ul .icon-google-plus:before {
  content: "\f112";
  font-family: 'rh-web-iconfont';
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale
}

.page>footer .traditional .social-links ul .icon-linkedin-sign:before {
  content: "\f117";
  font-family: 'rh-web-iconfont';
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale
}

.page>footer .traditional .social-links ul .icon-youtube:before {
  content: "\f127";
  font-family: 'rh-web-iconfont';
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale
}

.page>footer .traditional .social-links ul .icon-facebook:before {
  content: "\f10f";
  font-family: 'rh-web-iconfont';
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale
}

.page>footer .traditional .social-links ul .icon-twitter:before {
  content: "\f124";
  font-family: 'rh-web-iconfont';
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale
}

.page>footer .traditional .container section {
  margin-left: -15px;
  margin-right: -15px
}

.page>footer .traditional .container section:before,
.page>footer .traditional .container section:after {
  content: " ";
  display: table
}

.page>footer .traditional .container section:after {
  clear: both
}

.page>footer .traditional .container section>div.block-footer-promote {
  margin: 5px 0 15px;
  margin: .5rem 0 1.5rem
}

@media (min-width:768px) {
  .page>footer .traditional .container section>div.block-footer-promote {
    text-align: center
  }
}

.page>footer .traditional li {
  display: inline-block;
  zoom: 1;
  *display: inline
}

.mini-bar.band {
  position: relative;
  z-index: 1;
  font-family: RedHatText, Arial, Helvetica, sans-serif;
  padding: 0
}

.js .mini-bar.band {
  display: none
}

.mini-bar.band header {
  margin-left: -15px;
  margin-right: -15px;
  margin: 0
}

.mini-bar.band header:before,
.mini-bar.band header:after {
  content: " ";
  display: table
}

.mini-bar.band header:after {
  clear: both
}

.mini-bar.band header p {
  display: none
}

.mini-bar.band .content {
  margin-left: -15px;
  margin-right: -15px;
  position: relative;
  padding: 0
}

.mini-bar.band .content:before,
.mini-bar.band .content:after {
  content: " ";
  display: table
}

.mini-bar.band .content:after {
  clear: both
}

.mini-bar.band .content .options {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  margin: -48px 0 0;
  margin: -4.8rem 0 0;
  display: none;
  list-style-type: none;
  padding: 0;
  z-index: 1000
}

@media (min-width:768px) {
  .mini-bar.band .content .options {
    float: left;
    width: 16.66667%
  }
}

.mini-bar.band .content .options:before,
.mini-bar.band .content .options:after {
  content: " ";
  display: table
}

.mini-bar.band .content .options:after {
  clear: both
}

@media (min-width:768px) {
  .mini-bar.band .content .options {
    float: right;
    display: block
  }
}

.mini-bar.band .content .options li {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 48px;
  line-height: 4.8rem;
  width: 50%;
  height: 48px;
  float: left;
  background: #c00;
  color: #fff;
  overflow: hidden;
  text-align: center;
  cursor: pointer
}

.mini-bar.band .content .options li:active,
.mini-bar.band .content .options li:hover {
  background: #e10000
}

.mini-bar.band .content .options li:before {
  display: block;
  text-align: center
}

.mini-bar.band .content .options .share:before {
  content: "\f11d";
  font-family: 'rh-web-iconfont';
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 48px
}

.mini-bar.band .content .options .share.close-bar:before {
  content: "\f109";
  font-family: 'rh-web-iconfont';
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 48px
}

.mini-bar.band .content .options .contact:before {
  content: "\f10b";
  font-family: 'rh-web-iconfont';
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 48px
}

.mini-bar.band .content .options .contact.close-bar:before {
  content: "\f109";
  font-family: 'rh-web-iconfont';
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 48px
}

.mini-bar.band .content .options span {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 20px;
  line-height: 2rem;
  display: none;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  color: #fff;
  text-transform: uppercase;
  font-weight: 700;
  text-align: center;
  background: #e10000;
  z-index: -1
}

.mini-bar.band .content .share-panel,
.mini-bar.band .content .contact-panel {
  padding: 0 10px;
  padding: 0 1rem;
  display: block;
  width: 100%;
  background: #c00;
  transition: all .25s linear
}

.mini-bar.band .content .share-panel:before,
.mini-bar.band .content .share-panel:after,
.mini-bar.band .content .contact-panel:before,
.mini-bar.band .content .contact-panel:after {
  content: " ";
  display: table
}

.mini-bar.band .content .share-panel:after,
.mini-bar.band .content .contact-panel:after {
  clear: both
}

@media (min-width:768px) {
  .mini-bar.band .content .share-panel,
  .mini-bar.band .content .contact-panel {
    padding: 20px 20px 48px;
    padding: 2rem 2rem 4.8rem;
    position: absolute;
    bottom: -300px;
    max-height: 300px;
    background: transparent url(/profiles/rh/themes/redhatdotcom/img/transparent_85.png) top left repeat
  }
  .mini-bar.band .content .share-panel.reveal,
  .mini-bar.band .content .contact-panel.reveal {
    bottom: 0
  }
}

.mini-bar.band .content .share-panel>div,
.mini-bar.band .content .contact-panel>div {
  width: 100%
}

.mini-bar.band .content .share-panel h3,
.mini-bar.band .content .contact-panel h3 {
  font-size: 14px;
  font-size: 1.4rem;
  padding: 14px 10px;
  padding: 1.4rem 1rem;
  margin: 0;
  font-weight: 600;
  color: #fff;
  text-transform: uppercase
}

@media (min-width:768px) {
  .mini-bar.band .content .share-panel h3,
  .mini-bar.band .content .contact-panel h3 {
    font-size: 20px;
    font-size: 2rem;
    margin: 0 0 26px;
    margin: 0 0 2.6rem;
    padding: 0;
    border: none
  }
}

@media (max-width:768px) {
  .mini-bar.band .content .share-panel h3,
  .mini-bar.band .content .contact-panel h3 {
    cursor: pointer
  }
}

.mini-bar.band .content .share-panel h3:before,
.mini-bar.band .content .contact-panel h3:before {
  margin-right: 20px;
  margin-right: 2rem
}

.mini-bar.band .content .share-panel h4,
.mini-bar.band .content .contact-panel h4 {
  margin-left: 45px;
  margin-left: 4.5rem;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 600;
  color: #fff
}

@media (min-width:768px) {
  .mini-bar.band .content .share-panel h4,
  .mini-bar.band .content .contact-panel h4 {
    margin-left: 0;
    color: #0fbaf2
  }
}

.mini-bar.band .content .share-panel .mini-bar-links,
.mini-bar.band .content .contact-panel .mini-bar-links {
  display: none
}

@media (min-width:768px) {
  .mini-bar.band .content .share-panel .mini-bar-links,
  .mini-bar.band .content .contact-panel .mini-bar-links {
    display: block !important
  }
}

.mini-bar.band .content .share-panel ul,
.mini-bar.band .content .contact-panel ul {
  margin: 0 45px;
  margin: 0 4.5rem;
  list-style-type: none;
  padding: 0;
  font-size: 0
}

@media (min-width:768px) {
  .mini-bar.band .content .share-panel ul,
  .mini-bar.band .content .contact-panel ul {
    margin: 0
  }
}

@media (min-width:768px) {
  .mini-bar.band .content .share-panel ul.save-options,
  .mini-bar.band .content .share-panel ul.contact-options,
  .mini-bar.band .content .contact-panel ul.save-options,
  .mini-bar.band .content .contact-panel ul.contact-options {
    margin-bottom: 16px;
    margin-bottom: 1.6rem;
    border-bottom: 1px solid #fff
  }
}

.mini-bar.band .content .share-panel ul li,
.mini-bar.band .content .contact-panel ul li {
  margin-bottom: 6px;
  margin-bottom: .6rem;
  display: inline-block;
  vertical-align: top;
  width: 100%
}

@media (min-width:768px) {
  .mini-bar.band .content .share-panel ul li,
  .mini-bar.band .content .contact-panel ul li {
    width: 25%
  }
}

.mini-bar.band .content .share-panel ul li a,
.mini-bar.band .content .contact-panel ul li a {
  font-size: 14px;
  font-size: 1.4rem;
  text-decoration: none;
  color: #fff
}

.mini-bar.band .content .share-panel ul li a:before,
.mini-bar.band .content .contact-panel ul li a:before {
  margin-right: 8px;
  margin-right: .8rem
}

.mini-bar.band .content .share-panel ul li a .web-icon-dashboard:before:before,
.mini-bar.band .content .contact-panel ul li a .web-icon-dashboard:before:before {
  content: "\f10d";
  font-family: 'rh-web-iconfont';
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale
}

.mini-bar.band .content .share-panel ul li a .web-icon-plus:before:before,
.mini-bar.band .content .contact-panel ul li a .web-icon-plus:before:before {
  content: "\f11e";
  font-family: 'rh-web-iconfont';
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale
}

.mini-bar.band .content .share-panel ul li a .web-icon-laptop:before:before,
.mini-bar.band .content .contact-panel ul li a .web-icon-laptop:before:before {
  content: "\f115";
  font-family: 'rh-web-iconfont';
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale
}

.mini-bar.band .content .share-panel ul li a .web-icon-cart:before:before,
.mini-bar.band .content .contact-panel ul li a .web-icon-cart:before:before {
  content: "\f106";
  font-family: 'rh-web-iconfont';
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale
}

.mini-bar.band .content .share-panel ul li a .web-icon-envelope:before:before,
.mini-bar.band .content .contact-panel ul li a .web-icon-envelope:before:before {
  content: "\f10e";
  font-family: 'rh-web-iconfont';
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale
}

.mini-bar.band .content .share-panel ul li a .web-icon-call:before:before,
.mini-bar.band .content .contact-panel ul li a .web-icon-call:before:before {
  content: "\f101";
  font-family: 'rh-web-iconfont';
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale
}

.mini-bar.band .content .share-panel h3 {
  border-top: none
}

.mini-bar.band .content .share-panel h3:before {
  content: "\f11d";
  font-family: 'rh-web-iconfont';
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale
}

.mini-bar.band .content .share-panel ul.share-options {
  font-size: 14px;
  font-size: 1.4rem
}

.mini-bar.band .content .share-panel ul.share-options li {
  margin-left: 0;
  margin-left: 0
}

.mini-bar.band .content .share-panel ul.share-options a span.web-icon {
  display: inline-block;
  font-size: 18px;
  font-size: 1.8rem;
  margin-right: 10px;
  vertical-align: middle
}

.mini-bar.band .content .contact-panel h3:before:before {
  content: "\f10b";
  font-family: 'rh-web-iconfont';
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale
}

.selectboxit-container {
  position: relative;
  display: inline-block;
  vertical-align: top
}

.selectboxit-container * {
  font: 14px Helvetica, Arial;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: -moz-none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  outline: none;
  white-space: nowrap
}

.selectboxit-container .selectboxit {
  width: 220px;
  cursor: pointer;
  margin: 0;
  padding: 0;
  border-radius: 6px;
  overflow: hidden;
  display: block;
  position: relative
}

.selectboxit-container span,
.selectboxit-container .selectboxit-options a {
  height: 30px;
  line-height: 30px;
  display: block
}

.selectboxit-container .selectboxit:focus {
  outline: 0
}

.selectboxit.selectboxit-disabled,
.selectboxit-options .selectboxit-disabled {
  opacity: .65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  cursor: default
}

.selectboxit-text {
  text-indent: 5px;
  overflow: hidden;
  text-overflow: ellipsis;
  float: left
}

.selectboxit .selectboxit-option-icon-container {
  margin-left: 5px
}

.selectboxit-container .selectboxit-options {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  min-width: 100%;
  *width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
  position: absolute;
  overflow-x: hidden;
  overflow-y: auto;
  cursor: pointer;
  display: none;
  z-index: 9999999999999;
  border-radius: 6px;
  text-align: left;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none
}

.selectboxit-option .selectboxit-option-anchor {
  padding: 0 2px
}

.selectboxit-option .selectboxit-option-anchor:hover {
  text-decoration: none
}

.selectboxit-option,
.selectboxit-optgroup-header {
  text-indent: 5px;
  margin: 0;
  list-style-type: none
}

.selectboxit-option-first {
  border-top-right-radius: 6px;
  border-top-left-radius: 6px
}

.selectboxit-optgroup-header+.selectboxit-option-first {
  border-top-right-radius: 0;
  border-top-left-radius: 0
}

.selectboxit-option-last {
  border-bottom-right-radius: 6px;
  border-bottom-left-radius: 6px
}

.selectboxit-optgroup-header {
  font-weight: 700
}

.selectboxit-optgroup-header:hover {
  cursor: default
}

.selectboxit-arrow-container {
  width: 30px;
  position: absolute;
  right: 0
}

.selectboxit .selectboxit-arrow-container .selectboxit-arrow {
  margin: 0 auto;
  position: absolute;
  top: 50%;
  right: 0;
  left: 0
}

.selectboxit .selectboxit-arrow-container .selectboxit-arrow.ui-icon {
  top: 30%
}

.selectboxit-option-icon-container {
  float: left
}

.selectboxit-container .selectboxit-option-icon {
  margin: 0;
  padding: 0;
  vertical-align: middle
}

.selectboxit-option-icon-url {
  width: 18px;
  background-size: 18px 18px;
  background-repeat: no-repeat;
  height: 100%;
  background-position: center;
  float: left
}

.selectboxit-rendering {
  display: inline-block !important;
  *display: inline !important;
  zoom: 1 !important;
  visibility: visible !important;
  position: absolute !important;
  top: -9999px !important;
  left: -9999px !important
}

.jqueryui .ui-icon {
  background-color: inherit
}

.jqueryui .ui-icon-triangle-1-s {
  background-position: -64px -16px
}
#foot-social > url, #foot-social > ol {
  margin-bottom:0 !important;
}
