/* -------------------------------------------------------------------- BASE */
html,
body {
  margin: 0;
  padding: 0;
  background-color: #ffffff;
}

body,
html > body {
  font-family: "Red Hat Text", sans-serif;
  font-size: 0.8em;
  margin: 0;
  padding: 0;
  background-color: #ffffff;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Red Hat Text", sans-serif;
}

/* ----------------------------------------------- links */
a {
  color: #000000;
  outline: none;
}

a:hover {
  color: #888888;
}

a.tinyLink {
  font-size: 8px;
}

a.smallLink, a.small {
  font-size: 9px;
}

a.replace-me {
  display: block;
}

a.no-u {
  text-decoration: none;
}

a.fa {
  text-decoration: none;
}

a.song-menu-link {
  display: inline-block;
}

a.like-event-flow.liked {
  cursor: default;
}

a.like-event-flow.liked .liked-indicator,
a.like-event-flow.liked.liked .unliked-indicator {
  display: none;
}

a.like-event-flow.liked.liked .liked-indicator,
a.like-event-flow.liked .unliked-indicator {
  display: inline-block;
}

a.like-event-flow.liked .liked-indicator {
  color: #346ea7;
}

a img,
a span img {
  border: none;
  vertical-align: middle;
}

[class^="fa-"].disabled,
[class*=" fa-"].disabled,
.disabled {
  opacity: 0.5;
  cursor: default !important;
}

.has-invisible-controls .visible-on-hover {
  visibility: hidden;
}

.has-invisible-controls:hover .visible-on-hover {
  visibility: visible;
}

/* ------------------------------------------- END links */
.clearFix {
  clear: both;
}

.warn {
  color: #d7af0d;
}

/* ---------------------------------------------------------------- END BASE */
/* -------------------------------------------------------- BLOCK FORMATTING */
div#main-content div.page-title {
  text-align: center;
  margin: 0 10px 10px;
  font-size: 1.3em;
  font-weight: bold;
}

div#main-content div.page-title div.page-pretitle {
  font-weight: normal;
  font-size: 0.8em;
}

div#main-content div.page-title div.page-subtitle {
  font-size: 0.7em;
}

div#main-content h3.p-title {
  margin-bottom: 0.1em;
}

div#main-content p.p-title-content {
  margin-top: 0.1em;
}

.right {
  text-align: right;
}

.left {
  text-align: left;
}

.center {
  text-align: center;
}

.border-top {
  border-top: 1px solid #808080;
  margin-top: 4px;
  padding-top: 4px;
}

.border-left {
  border-left: 1px solid #808080;
}

.border-right {
  border-right: 1px solid #808080;
}

.hidden {
  display: none;
}

.small {
  font-weight: normal;
  font-size: 0.8em;
}

.inset-well {
  box-shadow: inset 0 0 4px rgba(0, 0, 0, 0.5);
}

.i {
  font-style: italic;
}

.u {
  text-decoration: underline;
}

.b {
  font-weight: bold;
}

.form-required {
  color: #a00000;
}

.ellipsis,
div.field-container span.field-name,
div.field-container span.field-value,
body.user-profile .info-pane div.ui-widget-header,
body.user-profile .info-pane h4 {
  display: block;
  white-space: nowrap;
  overflow-x: hidden;
  overflow-y: hidden;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  -moz-binding: url("css/bindings.xml#ellipsis");
}

div.page-tip,
div.page-tip-foot {
  text-align: center;
  clear: right;
  padding: 10px 30px;
}

div.page-info {
  text-align: left;
  clear: right;
  margin: 10px 30px;
  background-image: url("/images/nav_icons/16/info.png");
  background-position: 8px center;
  background-repeat: no-repeat;
  padding: 5px 5px 5px 32px;
  border: 1px solid #4d88ff;
  background-color: #eee9ff;
}

div.page-warning,
div.page-error {
  text-align: left;
  margin: 10px 30px;
  clear: right;
  font-weight: bold;
  color: #800000;
  border: 1px solid #ff4d88;
  padding: 5px;
  background-color: #ffe9ee;
}

div.page-error {
  background-image: url("/images/wp-button-icons/18/error-face.png");
  background-position: 8px center;
  background-repeat: no-repeat;
  padding: 5px 5px 5px 32px;
}

.indent {
  margin-left: 2em;
}

kbd {
  white-space: normal;
}

div.frame {
  margin: 7px;
  padding: 7px;
  border: 1px solid #808080;
}

div.blue-frame {
  padding: 10px 48px;
  border: 1px solid #c4eef7;
}

div.blue-frame div.content {
  background-color: #ffffff;
}

div.blue-frame div.five-hundred {
  width: 500px;
}

div.blue-frame div.seven-hundred {
  width: 700px;
}

div.blue-frame div.eight-hundred {
  width: 800px;
}

div.blue-frame div.nine-hundred {
  width: 900px;
}

/* -==-==-==-==-==-==-== BUTTON GROUPS */
div.button-group {
  margin: 0;
  padding: 0;
}

div.button-group-vertical > .ui-button,
div.button-group-vertical > button {
  display: block;
  width: 100%;
  margin-bottom: 1px;
}

div.button-group-vertical > .ui-button.active, div.button-group-vertical > .ui-button.ui-state-active,
div.button-group-vertical > .ui-button-horizontal > .ui-button.active,
div.button-group-vertical > .ui-button-horizontal > button.active,
div.button-group-vertical > button.active,
div.button-group-vertical > button.ui-state-active,
div.button-group-vertical > button-horizontal > .ui-button.active,
div.button-group-vertical > button-horizontal > button.active {
  box-shadow: inset 0 1px 3px #444;
  background-color: #4a9c52;
  text-shadow: 0 1px 1px #444;
}

div.button-group-horizontal .ui-button,
div.button-group-horizontal button {
  display: inline-block;
  margin-right: -2px;
  /*border-left: 1px solid #1a6c22;*/
}

div.button-group-horizontal .ui-button:first-child,
div.button-group-horizontal button:first-child {
  border-left: none;
}

div.button-group-horizontal .ui-button.button-small,
div.button-group-horizontal button.button-small {
  padding-right: 3px;
}

div#left-sidebar div.button-group-vertical {
  padding: 10px;
}

div#left-sidebar #sidebar-action-buttons,
div#left-sidebar .wp-action-buttons-group {
  visibility: hidden;
  list-style-type: none;
  margin: 0;
}

div#left-sidebar .wp-action-buttons-group {
  padding: 0;
  margin-left: auto;
  margin-right: auto;
  margin: 10px;
}

div#left-sidebar .wp-action-buttons-group li {
  list-style-type: none;
  margin: 10px;
  padding: 0;
  display: block;
}

div#left-sidebar .wp-action-buttons-group a,
div#left-sidebar .wp-action-buttons-group button {
  display: block;
  /*box-shadow: 0px 1px 2px #282425;*/
}

/* -==-==-==-==-==-= END BUTTON GROUPS */
/* -==-==-==-==-==-==-== BUTTON PANE */
div.button-pane {
  float: left;
  margin-right: 10px;
  width: 150px;
}

div.content-pane {
  margin-left: 180px;
}

/* -==-==-==-==-==-= END BUTTON PANE */
/* for information area above main pane */
div.horizontal-info {
  border-radius: 5px;
  border: 1px solid #aaa;
  background-color: #fff;
  padding: 5px;
  overflow: hidden;
  width: 99%;
}

div.horizontal-info h3 {
  margin: 1px 0;
  position: relative;
}

div.horizontal-info table td,
div.horizontal-info table th {
  padding: 2px 2px 0 0;
  font-size: 11px;
  text-align: left;
}

div.horizontal-info table td.spacer {
  width: 12px;
}

div.horizontal-info table.related-services {
  float: right;
}

/* ---------------------------------------------------- END BLOCK FORMATTING */
/* -------------------------------------------------------- TABLE FORMATTING */
table.list-table, table.middle, table.full-table {
  border-collapse: collapse;
}

table.list-table thead tr {
  background-color: #f8f8f8;
}

table.list-table thead tr th,
table.list-table thead tr td {
  color: #666;
  text-align: left;
  padding: 2px;
}

table.list-table thead tr .left {
  text-align: left;
}

table.list-table thead tr .right {
  text-align: right;
}

table.list-table thead tr .center {
  text-align: center;
}

table.list-table tbody td:last-child,
table.list-table tbody th:last-child,
table.list-table tbody tr.zebra-even td:last-child,
table.list-table tbody tr.zebra-even th:last-child,
table.list-table tbody tr.zebra-even-opaque td:last-child,
table.list-table tbody tr.zebra-even-opaque th:last-child,
table.list-table tbody tr.zebra-odd td:last-child,
table.list-table tbody tr.zebra-odd th:last-child,
table.list-table tbody tr.zebra-odd-opaque td:last-child,
table.list-table tbody tr.zebra-odd-opaque th:last-child {
  border-right: none;
}

table.list-table tbody tr.border-top > td,
table.list-table tbody tr.border-top > th {
  border-top: 1px solid #d8d8d8;
}

table.list-table tbody tr.border-bottom > td,
table.list-table tbody tr.border-bottom > th {
  border-bottom: 1px solid #d8d8d8;
}

table.list-table tbody label {
  display: block;
}

table.list-table tbody .no-block-labels label {
  display: inline;
}

table.list-table tbody ul {
  margin: 0.1em 0 0.1em 1.3em;
  padding: 0;
}

table.list-table tbody ul li {
  padding: 0;
}

table.list-table tbody tr.wp-state-selected td:last-child,
table.list-table tbody tr.wp-state-selected th:last-child {
  border-right: none;
}

table.list-table tbody tr:hover td.controls .visible-on-hover {
  visibility: visible;
  margin-right: 0\9;
  width: 18px\9;
}

table.list-table tbody tr.section-heading th,
table.list-table tbody tr.section-heading td {
  text-align: center;
  padding: 5px;
  border-right: none;
  font-weight: normal;
}

table.list-table tbody td.controls {
  width: 1px;
  white-space: nowrap;
}

table.list-table tbody td.controls a {
  display: inline-block;
  margin-right: 2px;
  text-align: center;
}

table.list-table tbody td.controls .visible-on-hover {
  visibility: hidden;
  margin-right: 18px\9;
  width: 0\9;
  overflow: hidden\9;
}

table.list-table tfoot tr {
  background-color: #ccc;
}

table.list-table tfoot tr td,
table.list-table tfoot tr th {
  padding: 10px;
  background-color: #ccc;
}

table.list-table tr.section-heading {
  /*background-color: #444;*/
}

table.list-table tbody tr.hover-controls td.controls a,
table.list-table tbody tr.hover-controls td.controls .visible-on-hover {
  visibility: hidden;
  margin-right: 18px\9;
  width: 0\9;
  overflow: hidden\9;
}

table.list-table tbody tr.wp-state-selected td.controls a,
table.list-table tbody tr.wp-state-selected td.controls .visible-on-hover {
  visibility: visible;
  margin-right: 0\9;
  width: 18px\9;
}

table thead tr th.table-title {
  text-align: center;
  color: #000;
  font-size: 1.3em;
}

table.full-table {
  width: 100%;
}

table.flat-table {
  border-collapse: collapse;
  border-spacing: 0;
}

table.flat-table td,
table.flat-table th {
  padding: 0;
  margin: 0;
}

table.wider-padding thead tr th,
table.wider-padding thead tr td,
table.wider-padding tbody tr th,
table.wider-padding tbody tr td {
  padding: 2px 10px;
}

table.five-px-wide-padding thead tr th,
table.five-px-wide-padding thead tr td,
table.five-px-wide-padding tbody tr th,
table.five-px-wide-padding tbody tr td {
  padding: 2px 5px;
}

table.two-px-padding thead tr th,
table.two-px-padding thead tr td,
table.two-px-padding tbody tr th,
table.two-px-padding tbody tr td {
  padding: 2px;
}

table td.divider {
  height: 1px;
  width: 100%;
  background-color: #888;
  padding: 0 !important;
}

table td.nowrap {
  white-space: nowrap;
}

table.fixed-table {
  table-layout: fixed;
}

table.stdTable {
  border: none;
  text-align: left;
  background-color: #ffffff;
}

table.stdTableHead {
  background-color: #ffffff;
  border: none;
}

table #scheduleTable td.unavailable,
table td.unavailable {
  color: #000000;
  font-size: 12px;
  background-color: #880000 !important;
}

/* ---------------------------------------------------- END TABLE FORMATTING */
/* --------------------------------------------------------- LIST FORMATTING */
ul.no-bullets-list {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

ul.no-bullets-list li {
  list-style-type: none;
}

ul.floated-lis {
  overflow: hidden;
}

ul.floated-lis li {
  float: left;
}

ul.fluid-li-list li {
  display: inline-block;
}

ul.fluid-li-list.one-hundred li {
  width: 100px;
}

ul.fluid-li-list.two-hundred li {
  width: 200px;
}

ul.fluid-li-list.three-hundred li {
  width: 300px;
}

ul.padded-lis li {
  padding: 2px 8px;
}

.has-overlay-controls .has-controls {
  position: relative;
}

.has-overlay-controls .has-controls .controls {
  position: absolute;
  height: 16px;
  top: 50%;
  margin-top: -8px;
  left: 0;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMC42Ii8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
  background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.6) 100%);
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(100%, rgba(255, 255, 255, 0.6)));
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.6) 100%);
  background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.6) 100%);
  background: -ms-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.6) 100%);
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.6) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#99ffffff', GradientType=1) \9;
  visibility: hidden;
  line-height: 16px;
  border-radius: 8px;
}

.has-overlay-controls .has-controls .controls.controls-right {
  left: auto;
  right: 0;
}

.has-overlay-controls .has-controls:hover > .controls {
  visibility: visible;
}

/* ---------------------------------------------------------- PANEL GRID */
ul.panel-grid {
  list-style-type: none;
  list-style-image: none;
  margin: 0;
  padding: 0;
  text-align: center;
}

ul.panel-grid li {
  list-style-type: none;
  list-style-image: none;
  display: inline-block;
  width: 290px;
  height: 200px;
  padding: 16px;
  overflow: hidden;
  vertical-align: top;
  text-align: center;
  border: 1px solid #ededeb;
  margin: -1px 0 0 -1px;
  position: relative;
}

ul.panel-grid li .header {
  position: absolute;
  height: 42px;
  top: 16px;
  left: 16px;
  right: 16px;
  text-align: center;
  padding: 0;
  white-space: nowrap;
  overflow: hidden;
  border-bottom: 1px solid #ededeb;
}

ul.panel-grid li .header h3 {
  margin: 0 0 2px;
  height: 20px;
}

ul.panel-grid li .footer {
  position: absolute;
  height: 18px;
  line-height: 18px;
  bottom: 16px;
  left: 16px;
  right: 16px;
  text-align: center;
  padding: 0;
  white-space: nowrap;
  overflow: hidden;
  border-top: 1px solid #ededeb;
}

ul.panel-grid li .content {
  position: absolute;
  overflow-x: hidden;
  overflow-y: auto;
  top: 16px;
  right: 16px;
  bottom: 16px;
  left: 16px;
}

ul.panel-grid li .content.with-header {
  top: 59px;
}

ul.panel-grid li .content.with-footer {
  bottom: 34px;
}

ul.panel-grid li h4 {
  margin: 0 0 4px;
}

/* ------------------------------------------------------ END PANEL GRID */
/* ----------------------------------------------------- END LIST FORMATTING */
/* --------------------------------------------------------- FORM FORMATTING */
.req,
label.required-field {
  font-weight: bold;
  color: #990000;
}

label.error-field {
  font-weight: bold;
  font-style: italic;
  color: #ff0000;
}

input.error-field {
  border-color: #b94a48;
  background-color: #ffcac8;
}

label.disabled {
  opacity: 0.5;
}

div.field-container {
  clear: left;
  min-height: 18px;
}

div.field-container .field-name {
  position: relative;
  width: 33%;
  float: left;
  text-align: right;
  margin-right: 5px;
}

div.field-container .field-value {
  font-weight: bold;
  font-family: inherit;
}

div.field-container .field-value-block {
  font-weight: bold;
  font-family: inherit;
  width: 67%;
  margin-left: 34%;
  display: block;
}

span.submit-image-container {
  position: relative;
  width: 14px;
  height: 14px;
  line-height: 14px;
}

span.submit-image-container > input {
  position: absolute;
  top: 0;
  left: 0;
  width: 14px;
  height: 14px;
  line-height: 14px;
  border: 0;
  outline: 0;
}

td.wp-std-container,
table.list-table tbody td.wp-std-container,
table.middle tbody td.wp-std-container {
  padding-right: 14px;
}

input.wp-std {
  height: 13px;
  line-height: 13px;
  font-size: 12px;
  margin: 2px;
}

input.block {
  display: block;
  width: 100%;
}

label.input-height-label {
  padding: 6px;
  height: 13px;
  line-height: 13px;
  font-size: 12px;
  margin: 2px;
}

label.input-height-label.block {
  display: block;
}

input[type="text"].input-large {
  font-size: 1.4em;
}

select.location-select-multiple {
  height: 30px;
}

/* --------------------------------------------------------- FORM FORMATTING */
/* ------------------------------------------------------------- AJAX LOADING */
.ajax-loading-large {
  background-image: url("/images/spinner_32.gif") !important;
  background-repeat: no-repeat !important;
  background-position: center center !important;
  color: rgba(48, 48, 48, 0.5);
}

.ajax-loading-content,
.ajax-loading-content-spinner-top-center,
.ajax-loading-content-spinner-lower-right {
  background-image: url("/images/spinner_19.gif") !important;
  background-repeat: no-repeat !important;
  color: #808080 !important;
  opacity: 0.5 !important;
  min-height: 100px;
}

.ajax-loading-content {
  background-position: center 50px !important;
}

.ajax-loading-content-spinner-top-center {
  background-position: center top !important;
}

.ajax-loading-content-spinner-lower-right {
  background-position: right bottom !important;
}

.ajax-loading-content-inline,
.ajax-loading-content-inline-middle,
.ajax-loading-content-inline-left {
  background-image: url("/images/spinner_19.gif") !important;
  background-repeat: no-repeat !important;
  color: #808080;
  opacity: 0.5;
  min-height: 16px;
  min-width: 16px;
}

.ajax-loading-content-inline {
  background-position: right center !important;
}

.ajax-loading-content-inline-middle {
  background-position: center center !important;
}

.ajax-loading-content-inline-left {
  background-position: left center !important;
}

.ajax-loading-content > * {
  color: #808080;
}

.ajax-loading {
  background-position: center center !important;
  background-repeat: no-repeat !important;
  background-image: url("images/snake-spinner-f8f8f8-bg.gif") !important;
  color: rgba(48, 48, 48, 0.5) !important;
}

select.ajax-loading {
  background: center center no-repeat url("images/snake-spinner-f8f8f8-bg.gif") #edeff0 !important;
}

.ajax-loading-large > table {
  opacity: 0.6;
}

.visible-on-hover.ajax-loading {
  visibility: visible !important;
}

/* --------------------------------------------------------- END AJAX LOADING */
/* --------------------------- miscellaneous & page specific.  Use sparingly */
/* ----------------------------------- USER SKILLS TABLE */
#user-skills-table {
  display: block;
  margin: 0;
  padding: 0;
  position: relative;
}

#user-skills-table div.team-skills-container {
  padding: 5px;
  border-top: 1px solid #000000;
}

#user-skills-table div.team-skills-container:first-child {
  border-top: none;
}

#user-skills-table div.team-skills-container h4 {
  margin: 0;
}

#user-skills-table div.team-skills-container span.skill-container {
  display: block;
  float: left;
  margin: 5px 0;
}

#user-skills-table div.team-skills-container span.skill-container input {
  position: relative;
  float: left;
}

#user-skills-table div.team-skills-container span.skill-container label {
  position: relative;
}

div.team-role-templates-list {
  max-height: 230px;
  overflow: auto;
}

div.team-role-templates-list .team-role-template-team label {
  display: block;
}

div.team-role-templates-list .team-role-template-team.disabled {
  color: rgba(0, 0, 0, 0.25);
}

div.team-role-templates-list .team-role-template-team .disabled-already-assigned-teams-helper,
div.team-role-templates-list .team-role-template-team .disabled-location-filter-helper {
  display: none;
}

div.team-role-templates-list .team-role-template-team.already-assigned-teams .disabled-already-assigned-teams-helper {
  display: inline;
}

div.team-role-templates-list .team-role-template-team.location-filter .disabled-location-filter-helper {
  display: inline;
}

/* ------------------------------- END USER SKILLS TABLE */
/* -------------------------------------------------------- PASSWORD CHANGING */
.password_strength {
  padding: 0 5px;
  margin: 0 3px;
  display: inline-block;
  line-height: 22px;
  vertical-align: middle;
}

.password_strength.password_strength_1 {
  background-color: #fcb6b1;
}

.password_strength.password_strength_2 {
  background-color: #fccab1;
}

.password_strength.password_strength_3 {
  background-color: #fcfbb1;
}

.password_strength.password_strength_4 {
  background-color: #dafcb1;
}

.password_strength.password_strength_5 {
  background-color: #bcfcb1;
}

/* ---------------------------------------------------- END PASSWORD CHANGING */
/* ----------------------------------------------- AUTO-RENEW PRICES/STRINGS */
.auto-renewal-price {
  color: #11bb11;
  font-weight: bold;
  font-size: 1.1em;
}

.auto-renewal-price.normal {
  font-size: 1em;
  font-weight: normal;
}

.manual-renewal-price {
  color: #5555cc;
}

/* ------------------------------------------- END AUTO-RENEW PRICES/STRINGS */
.discussion-view kbd {
  font-size: 1.3em;
}

/* old sidebar calendar still in use */
.calendarPane,
.serviceList,
.serviceNotesPane,
.serviceOrderPane,
.serviceInfoPane,
.serviceRolesPane,
.serviceActionsPane {
  background-color: #c1d6dd;
}

.serviceDateTimePane {
  background-color: #ffffff;
  text-align: center;
  margin-bottom: 0;
  color: #000000;
  font-weight: bold;
  font-size: 17px;
}

.linkedServiceDateTimePane {
  font-weight: normal;
  font-size: 14px;
}

a.calContext {
  font: Arial, Helvetica, sans-serif;
  font-size: 11px;
  color: #003366;
}

a.calContext:hover {
  font: Arial, Helvetica, sans-serif;
  font-size: 11px;
  color: #ff9900;
}

/* END old sidebar calendar still in use */
/* help popup */
#help #masthead {
  height: 54px;
  background-color: #548ed7;
}

#help #masthead img {
  float: left;
  margin: 2px 0 0 10px;
}

#help #masthead h2 {
  color: #fff;
  float: right;
  line-height: 54px;
  margin: 0 10px 0 0;
}

#help #support {
  background-color: #cccccc;
  height: 30px;
}

#help #support h2 {
  margin: 0;
  padding: 5px 0 5px 20px;
  font-size: 14px;
}

#help #context {
  padding: 0 10px 10px 10px;
}

#help .hint {
  display: block;
  margin-bottom: 15px;
}

#help .help-footer {
  margin: 0 10px 10px 10px;
}

/* -------------------------------------------------------------- SITE FLASH */
.site-flash {
  position: fixed;
  top: -1000px;
  width: 400px;
  left: 50%;
  margin-left: -200px;
  font-size: 14px;
  border-width: 2px;
  border-style: solid;
  background-position: 8px center;
  background-repeat: no-repeat;
  padding: 8px 12px 8px 32px;
  z-index: 100000;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.5);
}

.site-flash.info {
  background-image: url("/images/nav_icons/16/info.png");
  background-color: #eee9ff;
  border-color: #4d88ff;
}

.site-flash.warning, .site-flash.error {
  color: #800000;
  border-color: #ff4d88;
  background-color: #ffe9ee;
}

.site-flash.error {
  background-image: url("/images/wp-button-icons/18/error-face.png");
}

.site-flash.warning {
  padding: 8px 12px;
}

.site-flash h4 {
  margin: 0 0 10px;
}

.site-flash p {
  margin: 0 0 10px;
}

.site-flash p.click-to-dismiss {
  margin: 0;
  font-size: 0.8em;
}

/* ---------------------------------------------------------- END SITE FLASH */
/* ----------------------------------------------- vimeo iframe Video player */
div.video-container {
  position: relative;
  width: 100%;
  padding-bottom: 75%;
}

div.video-container.widescreen {
  padding-bottom: 62.5%;
}

div.video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-top-width: 0;
  border-right-width: 0;
  border-bottom-width: 0;
  border-left-width: 0;
}

/* ------------------------------------------- END vimeo iframe Video player */
/* ------------------------------------------------------ services Meta Data */
.single-image-dialog .meta-def-image-container {
  display: block;
  text-align: center;
}

.meta-def-image-container img {
  display: inline;
}

.meta-def-image-container .show-none {
  display: none;
}

.meta-def-image-container.no-image img {
  display: none;
}

.meta-def-image-container.no-image .show-none {
  display: inline;
  font-style: italic;
}

img.meta-def-image {
  vertical-align: middle;
  max-height: 50px;
  max-width: 50px;
  border: none;
  margin-right: 4px;
}

label.meta-def-image-label {
  max-height: 50px;
  vertical-align: middle;
}

.user-role-image,
.location-icon-link {
  vertical-align: middle;
  max-height: 50px;
  max-width: 67px;
  border: none;
}

.location-icon {
  max-height: 50px;
  max-width: 50px;
  vertical-align: middle;
}

/* -------------------------------------------------- END services Meta Data */
/* --------------------------------------------------------- Songmap Display */
.short-songmap,
.event-view-arrangement-name {
  font-size: 0.85em;
  margin-left: 18px;
  color: #666666;
  display: inline-block;
}

div.search-term-container {
  position: relative;
  height: 30px;
}

div.search-term-container div.input-container {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 48px;
}

div.search-term-container input.filter-term {
  font-size: 0.9em;
  padding: 3px 20px;
  vertical-align: middle;
  margin-right: 0;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 3px;
  right: 3px;
  border-radius: 15px;
  width: 100%;
}

div.search-term-container .fa-search {
  position: absolute;
  margin-top: -7px;
  top: 50%;
  left: 7px;
  opacity: 0.4;
}

div.search-term-container .fa-search.disabled {
  opacity: 0.2;
}

div.search-term-container a.cancel {
  position: absolute;
  margin-top: -8px;
  top: 50%;
  right: 10px;
  opacity: 0.4;
}

div.search-term-container a.cancel.with-go {
  right: 22px;
}

div.search-term-container a.cancel:hover {
  opacity: 0.9;
}

div.search-term-container a.go {
  position: absolute;
  margin-top: -8px;
  top: 50%;
  right: 7px;
  opacity: 0.4;
}

div.search-term-container a.go:hover {
  opacity: 0.9;
}

/* ------------------------------------------------------- Animate underline */
.animate-underline-attention,
.animate-background-attention {
  position: relative;
}

.animate-underline-attention::after, .animate-underline-attention::before,
.animate-background-attention::after,
.animate-background-attention::before {
  content: "";
  position: absolute;
  bottom: 0;
  width: 0%;
  left: 50%;
  height: 2px;
  animation: uline-grow-shrink 7s infinite;
  background-color: #82acde;
  opacity: 0;
}

.animate-background-attention {
  z-index: 1;
}

.animate-background-attention::before {
  border-radius: 10px;
  height: 100%;
  top: 0;
  z-index: -1;
}

@keyframes uline-grow-shrink {
  0% {
    width: 0%;
    left: 50%;
    opacity: 0;
  }
  10% {
    width: 100%;
    left: 0%;
    opacity: 1;
  }
  20% {
    width: 0%;
    left: 50%;
    opacity: 0;
  }
}

.blink-text {
  animation: 5s blinker linear infinite;
  -webkit-animation: 5s blinker linear infinite;
  -moz-animation: 5s blinker linear infinite;
}

@-moz-keyframes blinker {
  0% {
    opacity: 1;
  }
  10% {
    opacity: 0;
  }
  20% {
    opacity: 1;
  }
}

@-webkit-keyframes blinker {
  0% {
    opacity: 1;
  }
  10% {
    opacity: 0;
  }
  20% {
    opacity: 1;
  }
}

@keyframes blinker {
  0% {
    opacity: 1;
  }
  10% {
    opacity: 0;
  }
  20% {
    opacity: 1;
  }
}

/* ----------------------------------------------------------- Animated Star */
.wizard-star {
  position: relative;
  width: 600px;
  height: 150px;
  padding: 30px 10px;
}

.wizard-star__star {
  position: absolute;
  top: calc(50% - 75px);
  left: calc(50% - 75px);
  z-index: 1;
  animation: star 2s infinite;
  animation-iteration-count: 1;
}

.wizard-star__shadow {
  background: transparent;
  width: 150px;
  height: 5px;
  position: absolute;
  top: calc(50%);
  left: calc(50% - 75px);
  border-radius: 150px / 5px;
  box-shadow: 0 75px 40px 10px black;
  animation: shadow 2s infinite;
  animation-iteration-count: 1;
}

.wizard-star__message {
  position: absolute;
  top: 80px;
  left: 0;
  text-align: center;
  z-index: 10;
  right: 0;
  color: black;
  text-shadow: 1px 2px 4px white;
}

@keyframes star {
  0% {
    transform: none;
  }
  25% {
    top: calc(50% - 120px);
  }
  50% {
    top: calc(50% - 75px);
  }
  75% {
    top: calc(50% - 95px);
  }
  90% {
    top: calc(50% - 75px);
  }
  100% {
    transform: rotateY(720deg);
  }
}

@keyframes shadow {
  0% {
    transform: none;
  }
  25% {
    width: 100px;
    height: 15px;
    left: calc(50% - 50px);
    border-radius: 100px / 15px;
    box-shadow: 0 75px 80px 10px black;
  }
  50% {
    width: 150px;
    height: 5px;
    left: calc(50% - 75px);
    border-radius: 150px / 5px;
    box-shadow: 0 75px 40px 10px black;
  }
  75% {
    width: 130px;
    height: 10px;
    left: calc(50% - 65px);
    border-radius: 130px / 10px;
    box-shadow: 0 75px 60px 10px black;
  }
  100% {
    width: 150px;
    height: 5px;
    left: calc(50% - 75px);
    border-radius: 150px / 5px;
    box-shadow: 0 75px 40px 10px black;
    transform: rotateY(720deg);
  }
}
