/*@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,700);*/

body
{
  font-family: 'Open Sans', Tahoma, Arial, sans-serif;
  font-size: 12px;
  margin: 0;
  background: #ffffff;
}

#wrapper
{
  /*position: relative;*/
}

/*IE hack*/
a img
{
  border: 0;
}

#wrapperblockLinks
{
  border-top: 2px #d41212 solid;
  width: 100%;
}

/*
Header Styles
*/
.header
{
  width: 100%;
  /*height: 149px;*/
  /*position: fixed;*/
  /*display: block;*/
  /*clear: both;*/
  background: url('../images/header_tiler.png') repeat-x top;
}

a
{
  text-decoration: none;
  color: #ed1b2e;
}

.headerLogo
{
  height: 75px;
  background: url('../images/header.png') no-repeat top center;
}

.headerLogoUAT
{
  height: 75px;
  background: url('../images/header_uat.png') no-repeat top center;
}

/*
Footer Styles
*/
.footer
{
  margin-top: 5px;
  background: #424242;
}

.footerBlock
{
  float: left;
}

.footerBlock_newsletter
{
  padding: 5px 5px 5px 10px;
  background-color: #212121;
  color: #d3d3d3;
  font-size: 14px;
  align-content: center;
}

.footerBlockHeading
{
  color: #efefef;
  /*font-weight: bold;*/
  font-size: 11px;
  text-transform: uppercase;
  padding: 5px;
  border-bottom: 1px solid #212121;
}

.footerBlockContent
{
  border-top: 1px solid #616161;
  color: #b6b6b6;
  font-size: 7.8pt;
  padding: 5px;
}

.footerLinksList
{
  list-style: none;
  padding: 0px;
  margin-left: 0;
  margin-top: 0;
}

.footerLinks
{
  color: #b6b6b6;
  text-decoration: none;
}

.footerLinks:hover
{
  color: #ffffff;
  text-decoration: none;
}

.footerBottom
{
  background: #212121;
  padding: 10px;
  clear:both;
}

.footerText
{
  font-size: 11px;
  color: #efefef;
}

.footerBottomLinks
{
  color: #efefef;
  text-decoration: none;
  padding-left: 5px;
  padding-right: 5px;
  font-size: 10px;
}

.footerBottomLinks:hover
{
  color: #ED1B2E;
  text-decoration: none;
}

/*
Content Styles
*/
.content
{
  background: #ffffff;
  color: #454545;
  margin: 0 auto;
}

input[type="submit"]
{
  font-family: 'Open Sans', Tahoma, Arial, sans-serif;
  display: inline-block;
  text-decoration: none;
  padding: 5px 12px 5px 12px;
  color: #454545;
  min-width: 75px;
  background: #E0E0E0;
  border: 1px solid #BDBDBD;
  border-radius: 4px;
  text-align: center;
  text-transform: uppercase;
  cursor: pointer;
  font-size: 12px;
}

input[type="submit"]:hover
{
  background: #BDBDBD;
  border: 1px solid #9E9E9E;
  color: #000000;
  transition: background 0.5s;
}

input[type="submit"].buttonLinkGreen
{
  font-family: 'Open Sans', Tahoma, Arial, sans-serif;
  display: inline-block;
  text-decoration: none;
  padding: 5px 12px 5px 12px;
  color: #ffffff;
  min-width: 75px;
  background: #4CAF50;
  border: 1px solid #388E3C;
  border-radius: 4px;
  text-align: center;
  text-transform: uppercase;
  cursor: pointer;
  font-size: 12px;
}

input[type="submit"].buttonLinkGreen:hover
{
  background: #388E3C;
  border: 1px solid #1B5E20;
  transition: background 0.5s;
}

select
{
  padding: 5px;
  border: 1px solid #CCCCCC;
  font-size: 12px;
  color: #454545;
  font-family: 'Open Sans', Tahoma, Arial, sans-serif;
  border-radius: 4px;
  box-shadow: 0 0 5px #dddddd;
}

select:focus
{
  border: 1px solid #6cd7f2;
  box-shadow: 0 0 5px #6cd7f2;
}

.itemStatusOpen
{
  width: 98px;
  background: url('../images/now_open.png') no-repeat center;
  padding: 5px;
}

.itemStatusEnterNow
{
  width: 98px;
  background: url('../images/enter_now.png') no-repeat center;
  padding: 5px;
}

.itemStatusWaitingList
{
  width: 98px;
  background: url('../images/waiting_list.png') no-repeat center;
  padding: 5px;
}

.itemStatusCloseButViewable
{
  width: 98px;
  background: url('../images/closed_but_viewable.png') no-repeat center;
  padding: 5px;
}

.itemStatusClosed
{
  width: 98px;
  background: url('../images/closed.png') no-repeat center;
  padding: 5px;
}

.itemStatusDealsAvailable
{
  width: 98px;
  background: url('../images/deals_available.png') no-repeat center;
  padding: 5px;
}

.itemStatusNotYetOpen
{
  width: 98px;
  background: url('../images/not_yet_open.png') no-repeat center;
  padding: 5px;
}

.itemStatusHover:hover
{
  background: #E8E8E8;
  transition: background 0.5s;
  cursor: pointer;
}

.customTable
{
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}

.customTableFilters
{
  width: 100%;
  padding: 5px;
  border-bottom: 1px solid #dddddd;
  /*border-top: 1px solid #454545;*/
}

.customTableHeading
{
  padding: 10px 10px 10px 5px;
  /*border-top: 1px solid #cccccc;*/
  border-bottom: 2px solid #ed1b2e;
  color: #454545;
  font-weight: bold;
}

.customTableHeadingMale
{
  padding: 10px 10px 10px 5px;
  /*border-top: 1px solid #cccccc;*/
  border-bottom: 2px solid #1E88E5;
  background: #2196F3;
  color: #ffffff;
  font-size: 14px;
  font-weight: bold;
}

.customTableHeadingFemale
{
  padding: 10px 10px 10px 5px;
  /*border-top: 1px solid #cccccc;*/
  border-bottom: 2px solid #D81B60;
  background: #E91E63;
  color: #ffffff;
  font-size: 14px;
  font-weight: bold;
}

.customTableRow:hover
{
  background: #efefef;
}

.customTableData
{
  padding: 5px;
  border-bottom: 1px solid #dddddd;
  color: #454545;
}

.customTableDataGreen
{
  padding: 5px;
  border-bottom: 1px solid #d3ebaf;
  background: #edfcd5;
  color: #454545;
}

.customTableDataOrange
{
  padding: 5px;
  border-bottom: 1px solid #ebc7af;
  background: #fcebd5;
  color: #454545;
}

.customTableDataHighlight
{
  border-bottom: 1px solid #b5b5b5;
  background: #ececec;
  font-weight: bold;
  padding: 5px;
}

.customTableFilterLabel
{
  font-weight: bold;
  color: #454545;
}

.iconLink26
{
  display: inline-block;
  text-decoration: none;
  padding: 5px 8px;
  color: #646464;
  margin-left: -3px;
}

.textArea
{
  border: 1px solid #dddddd;
  padding: 5px;
  color: #454545;
  font-size: 8pt;
  font-family: 'Open Sans', Tahoma, Arial, sans-serif;
  border-radius: 4px;
  box-shadow: 0 0 5px #dddddd;
}

.textarea:focus
{
  border: 1px solid #6cd7f2;
  box-shadow: 0 0 5px #6cd7f2;
}

.iconLink26Text
{
  text-transform: uppercase;
  color: #646464;
}

.iconLink26:hover
{
  background: #efefef;
  transition: background 0.5s;
}

.subMenuHolder
{
  /*height: 37px;*/
  padding: 5px 0;
  text-align: center;
  /*overflow: hidden;*/
  /*background: url('../images/sub_menu_tiler.png') repeat-x bottom;*/
}

.subMenu
{
  display: inline-block;
  /*float: right;*/
}

.buttonLinkRed
{
  display: inline-block;
  text-decoration: none;
  padding: 5px 5px;
  color: #ffffff;
  min-width: 75px;
  background: #E53935;
  border: 1px solid #C62828;
  border-radius: 4px;
  text-align: center;
  text-transform: uppercase;
}

.buttonLinkRed:hover
{
  background: #D32F2F;
  border: 1px solid #B71C1C;
  transition: background 0.5s;
}

.buttonLinkBlue
{
  display: inline-block;
  text-decoration: none;
  padding: 5px 5px;
  color: #ffffff;
  min-width: 75px;
  background: #2196F3;
  border: 1px solid #1976D2;
  border-radius: 4px;
  text-align: center;
  text-transform: uppercase;
}

.buttonLinkBlue:hover
{
  background: #1976D2;
  border: 1px solid #0D47A1;
  transition: background 0.5s;
}

.buttonLinkGreen
{
  display: inline-block;
  text-decoration: none;
  padding: 5px 5px;
  color: #ffffff;
  min-width: 75px;
  background: #4CAF50;
  border: 1px solid #388E3C;
  border-radius: 4px;
  text-align: center;
  text-transform: uppercase;
}

.buttonLinkGreen:hover
{
  background: #388E3C;
  border: 1px solid #1B5E20;
  transition: background 0.5s;
}

.buttonLinkGrey
{
  display: inline-block;
  text-decoration: none;
  padding: 5px 5px;
  color: #454545;
  min-width: 75px;
  background: #E0E0E0;
  border: 1px solid #BDBDBD;
  border-radius: 4px;
  text-align: center;
  text-transform: uppercase;
}

.buttonLinkDisabled
{
  display: inline-block;
  text-decoration: none;
  padding: 5px 5px;
  color: #454545;
  min-width: 75px;
  background: #E0E0E0;
  border: 1px solid #BDBDBD;
  border-radius: 4px;
  text-align: center;
  text-transform: uppercase;
  cursor: not-allowed;
}

.buttonLinkGrey:hover
{
  background: #BDBDBD;
  border: 1px solid #9E9E9E;
  color: #000000;
  transition: background 0.5s;
}

.badgeLink16
{
  display: inline-block;
  text-decoration: none;
  padding: 5px 8px;
  color: #646464;
  min-width: 75px;
  background: #e7e7e7;
  border-radius: 15px;
  font-size: 11px;
  text-align: center;
}

.badgeLink16:hover
{
  background: #dddddd;
  transition: background 0.5s;
  color: #000000;
}

.badgeLink16Text
{
  text-transform: uppercase;
  color: #646464;
}


.iconLink16
{
  display: inline-block;
  text-decoration: none;
  padding: 12px;
  color: #454545;;
}

.iconLink16Text
{
  display: inline-block;
  vertical-align: middle;
  color: #454545;
}

.iconLink16:hover
{
  /*border-bottom: 1px solid #ed1b2e;*/
  /*background: #dddddd;*/
  /*transition: background 0.5s;*/
}

.formError
{
  border: 1px solid #F44336;
  color: #ffffff;
  background: #F44336;
  padding: 10px;
  font-size: 13px;
  margin: 10px 10px 5px 10px;
  border-radius: 4px;
}

.formSuccess
{
  border: 1px solid #4CAF50;
  color: #ffffff;
  background: #4CAF50;
  padding: 10px;
  font-size: 13px;
  margin: 10px 10px 5px 10px;
  border-radius: 4px;
}

.formWarning
{
  border: 1px solid #FF5722;
  color: #ffffff;
  background: #FF5722;
  padding: 10px;
  font-size: 13px;
  margin: 10px 10px 5px 10px;
  border-radius: 4px;
}

.formInfo
{
  border: 1px solid #03A9F4;
  color: #ffffff;
  background: #03A9F4;
  padding: 10px;
  font-size: 13px;
  margin: 10px 10px 5px 10px;
  border-radius: 4px;
}

.eventCreatorContainer
{
  border-top: 1px solid #44adea;
  border-left: 2px solid #44adea;
  border-right: 2px solid #44adea;
  border-bottom: 2px solid #44adea;
}

.eventCreatorHeading
{
  font-size: 11px;
  text-transform: uppercase;
  background: #44adea;
  color: #ffffff;
  font-weight: bold;
  padding: 5px;
  margin-bottom: 5px;
}

.eventCreatorButtons
{
  border: 0;
  background: #44adea;
  padding: 6px 5px;
  color: #ffffff;
  text-transform: uppercase;
  /*font-weight: bold;*/
  font-size: 11px;
}

.eventCreatorButtons:hover
{
  cursor: pointer;
  background: #454545;
}

.eventCreatorLabel
{
  width: 40%;
  font-weight: bold;
  color: #555555;
  border-bottom: 1px dotted #c2c2c2;
}

.eventCreatorDesc
{
  width: 20%;
  color: #454545;
  border-bottom: 1px dotted #c2c2c2;
}

input.eventCreatorInputText
{
  font-size: 12px;
  border: 1px solid #dddddd;
  padding: 5px;
  color: #454545;
  font-family: 'Open Sans', Tahoma, Arial, sans-serif;
  border-radius: 4px;
  box-shadow: 0 0 5px #dddddd;
  width: 450px;
}

input.eventCreatorInputText:focus
{
  border: 1px solid #6cd7f2;
  box-shadow: 0 0 5px #6cd7f2;
}

.eventCreatorDetailsText
{
  /*background: #eeeeee;*/
  color: #454545;
  padding: 5px;
  border: 1px solid #c2c2c2;
}

.eventCreatorDetailsTextError
{
  background: #ED1B2E;
  color: #ffffff;
}

.eventCreatorBoxes
{
  /*border-bottom: 1px dotted #c2c2c2;*/
  padding: 5px;
  border: 1px solid #c2c2c2;
}

.eventCreatorDetailsTable
{
  padding: 5px;
  border: 1px solid #454545;
}

input.eventCreatorInputTextVirtual
{
  font-size: 12px;
  border: 1px solid #dddddd;
  padding: 5px;
  color: #454545;
  font-family: 'Open Sans', Tahoma, Arial, sans-serif;
  border-radius: 4px;
  box-shadow: 0 0 5px #dddddd;
}

input.eventCreatorInputTextVirtual:focus
{
  border: 1px solid #6cd7f2;
  box-shadow: 0 0 5px #6cd7f2;
}

span.required
{
  color: #ed3535;
}

input.eventCreatorInputDate
{
  font-size: 12px;
  border: 1px solid #dddddd;
  padding: 5px;
  color: #454545;
  font-family: 'Open Sans', Tahoma, Arial, sans-serif;
  border-radius: 4px;
  box-shadow: 0 0 5px #dddddd;
  width: 433px;
}

input.eventCreatorInputDate:focus
{
  border: 1px solid #6cd7f2;
  box-shadow: 0 0 5px #6cd7f2;
}

.eventCreatorInfo
{
  color: #777777;
}

.eventCreatorError
{
  margin: 5px;
  color: #ffffff;
  background: #F44336;
  padding: 10px;
  border: 1px solid #D32F2F;
}

.eventCreatorSuccess
{
  margin: 5px;
  color: #ffffff;
  background: #b6cf2e;
  padding: 10px;
}

.eventCreatorInfo2
{
  color: #ffffff;
  background: #2196F3;
  padding: 10px;
  border: 1px solid #1976D2;
}

.eventCreatorInputSelect
{
  padding: 4px;
  font-size: 11px;
  color: #555555;
  width: 160px;
  border: 1px solid #c2c2c2;
}

.eventCreatorInputFile
{
  font-size: 12px;
  border: 1px solid #dddddd;
  padding: 5px;
  color: #454545;
  font-family: 'Open Sans', Tahoma, Arial, sans-serif;
  border-radius: 4px;
  box-shadow: 0 0 5px #dddddd;
}

.eventCreatorInputFile:focus
{
  border: 1px solid #6cd7f2;
  box-shadow: 0 0 5px #6cd7f2;
}

.eventCreatorInputMultipleContainer
{
  position: relative;
}

.eventCreatorInputMultiple
{
  font-size: 10px;
  text-transform: uppercase;
  text-align: center;
  background: #44adea;
  color: #ffffff;
  padding: 5px;
}

.eventCreatorInputMultiple:hover
{
  background: #454545;
  cursor: pointer;
}

.eventCreatorInputMultipleItem
{
  display: none;
  position: absolute;
  top: 24px;
  left: 0px;
  z-index: 900;
  background: #454545;
  padding: 5px;
  color: #ffffff;
  width: 250px;
  opacity: 0.9;
}

.eventCreatorCategory
{
  text-transform: uppercase;
  color: #ffffff;
  background: #454545;
  padding: 8px;
  font-size: 11px;
  font-weight: bold;
}

.eventCreatorSubCategory
{
  background: #cccccc;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 11px;
  color: #454545;
  border: 1px solid #454545;
  padding: 5px;
}

.panel
{
  margin: 0 10px 10px 10px;
  box-shadow: 0 2px 5px #d8d8d8;
  border-radius: 5px;
  border: 1px solid #E0E0E0;
}

.panelTitle
{
  color: #F44336;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 1px;
  padding: 10px;
  border-bottom: 1px solid #F44336;
}

.panelIcon
{
  padding-right: 10px;
}

.panelTitleText
{
  top: 14px;
  font-family: 'Open Sans', sans-serif;
  font-weight: bold;
  font-size: 16px;
}

.panelMoreLink
{
  position: absolute;
  right: 5em;
  /*top: 16px;*/
  padding-right: 20px;
  font-size: 12px;
  color: #777777;
  background: url('../images/icons/16x16/more.png') no-repeat right center;
}

.moreLink
{
  color: #777777;
  text-decoration: none;
}

.panelBody
{
  /*overflow: hidden;*/
}

.panelFooter
{

}

.popupPanel
{

}

.popupPanelTitle
{
  color: #CCCCCC;
  font-size: 14px;
  text-transform: uppercase;
  padding: 5px;
  border-bottom: 1px solid #ed1b2e;
  position: relative;
  background: #38372F;
  text-align: left;
}

.popupPanelIcon
{
  padding-right: 5px;
}

.popupPanelTitleText
{
  position: absolute;
  top: 9px;
  font-family: 'Open Sans', sans-serif;
  font-weight: bold;
  font-size: 16px;
}

.popupPanelCloseLink
{
  position: absolute;
  right: 5px;
  top: 9px;
  padding-right: 20px;
  font-size: 12px;
  color: #ed1b2e;
  background: url('../images/icons/16x16/close.png') no-repeat right center;
}

.popupPanelBody
{
  background: #ffffff;
  padding: 5px;
}

.popupPanelFooter
{

}

.lineItemContainer
{
  position: relative;
}

/*.lineItemContainer :hover {*/
  /*!*background: url('../images/more_info_grey.png') no-repeat center rgba(232,232,232,0.85);*!*/
  /*!*background-color: green;*!*/
  /*border-radius: 15px;*/
  /*z-index: 9999;*/
  /*position: absolute;*/
  /*width: 80%;*/
  /*height: 100%;*/
  /*cursor: pointer;*/
  /*opacity: 0;*/
/*}*/

.lineItemHoverNormal
{
  background: url('../images/more_info_grey.png') no-repeat center rgba(232,232,232,0.85);
  /*background-color: green;*/
  border-radius: 15%;
  z-index: 9999;
  position: absolute;
  top: 0;
  left: 1.2em;
  width: 93%;
  height: 101%;
  cursor: pointer;
  border-bottom: 1px solid black;
  opacity: 0;
  min-height: 4em;
  display: block;
  text-align: center;
}

.lineItemHoverReadMore
{
  background: url('../images/read_more.png') no-repeat center rgba(232,232,232,0.85);
  z-index: 9999;
  position: absolute;
  width: 100%;
  height: 100%;
  cursor: pointer;
  opacity: 0;
}

.lineItemHoverViewGallery
{
  background: url('../images/view_gallery.png') no-repeat center rgba(232,232,232,0.85);
  z-index: 9999;
  position: absolute;
  width: 100%;
  height: 100%;
  cursor: pointer;
  opacity: 0;
}

.lineItem
{
  border-bottom: 1px solid #dddddd;
  padding: 5px;
}

.lineItemTable
{
  color: #777777;
  /*font-size: 10px;*/
}

.lineItemTitle
{
  font-weight: bold;
  color: #454545;
}

.viewerPaging
{
  background: #ececec;
  /*border-radius: 3px;*/
  position: relative;
  text-align: center;
  /*padding: 10px;*/
  overflow: hidden;
  border-bottom: 1px solid #dddddd;
}

.viewerPagingButtons
{
  color: #777777;
  display: inline-block;
  padding: 10px 20px;
  margin-left: -3px;
}

.viewerPagingButtons:hover
{
  background: #dddddd;
  color: #000000;
}

.viewerPagingButtonsActive
{
  background: #dddddd;
  color: #000000;
  display: inline-block;
}

.viewerPagingPrevButton
{
  position: absolute;
  left: 10px;
  top: 10px;
}

.viewerPagingNextButton
{
  position: absolute;
  right: 10px;
  top: 10px;
}

.showing
{
  margin: 10px 0;
  color: #777777;
  text-align: center;
}

.profileLinksContainer
{
  width: 100%;
  background: url('../images/profile_links_bg.png') repeat-x;
  border-bottom: 1px solid #bfbfbf;
}

.profileLink
{
  display: inline-block;
  padding: 13px 20px;
  margin-right: -3px;
  color: #454545;
  /*font-weight: bold;*/
  text-transform: uppercase;
}

.profileLink:hover
{
  color: #454545;
  background: url('../images/profile_links_hover_bg.png') repeat-x;
}

.profileProfileActive
{
  color: #000000;
  background: url('../images/profile_links_active_bg.png') repeat-x;
}

.linked_participantsProfileActive
{
  color: #000000;
  background: url('../images/profile_links_active_bg.png') repeat-x;
}

.eventsProfileActive
{
  color: #000000;
  background: url('../images/profile_links_active_bg.png') repeat-x;
}

.administratorProfileActive
{
  color: #000000;
  background: url('../images/profile_links_active_bg.png') repeat-x;
}

.newsProfileActive
{
  color: #000000;
  background: url('../images/profile_links_active_bg.png') repeat-x;
}

.galleryProfileActive
{
  color: #000000;
  background: url('../images/profile_links_active_bg.png') repeat-x;
}

.vouchersProfileActive
{
  color: #000000;
  background: url('../images/profile_links_active_bg.png') repeat-x;
}

.usersProfileActive
{
  color: #000000;
  background: url('../images/profile_links_active_bg.png') repeat-x;
}

.blockLinks
{
  display: block;
  padding: 10px 20px;
  /*background: #00ccc0;*/
  border-bottom: 1px solid #dddddd;
  color: #454545;
}

.blockLinks:hover
{
  color: #FF3446;
  background: #efefef;
}

.personDetailContainer
{
  cursor: pointer;
  position: absolute;
  z-index: 500;
  padding: 5px 15px;
  margin-top: -27px;
  color: #454545;
  border: 1px solid #aaaaaa;
  background: linear-gradient(#e1e1e1, #c1c1c1);
  text-shadow: 0 1px 0 rgba(255,255,255,1.0);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.08), 0 1px 0 rgba(255, 255, 255, 0.3) inset;
  border-radius: 2px;
}

a.profileProfileBlock { display: inline-block; width: 351px; height: 178px; background: url('../images/profile/profile.png') no-repeat; }
a.profileProfileBlock:hover { display: inline-block; width: 351px; height: 178px; background: url('../images/profile/profile_hovered.png') no-repeat; }

a.linked_participantsProfileBlock { display: inline-block; width: 351px; height: 178px; background: url('../images/profile/linked_participants.png') no-repeat; }
a.linked_participantsProfileBlock:hover { background: url('../images/profile/linked_participants_hoverd.png') no-repeat; }

a.eventsProfileBlock { display: inline-block; width: 351px; height: 178px; background: url('../images/profile/events.png') no-repeat; }
a.eventsProfileBlock:hover { display: inline-block; width: 351px; height: 178px; background: url('../images/profile/events_hovered.png') no-repeat; }

a.administratorProfileBlock { display: inline-block; width: 351px; height: 178px; background: url('../images/profile/administrator.png') no-repeat; }
a.administratorProfileBlock:hover { display: inline-block; width: 351px; height: 178px; background: url('../images/profile/administrator_hovered.png') no-repeat; }

a.galleryProfileBlock { display: inline-block; width: 351px; height: 178px; background: url('../images/profile/gallery.png') no-repeat; }
a.galleryProfileBlock:hover { display: inline-block; width: 351px; height: 178px; background: url('../images/profile/gallery_hovered.png') no-repeat; }

a.usersProfileBlock { display: inline-block; width: 351px; height: 178px; background: url('../images/profile/users.png') no-repeat; }
a.usersProfileBlock:hover { display: inline-block; width: 351px; height: 178px; background: url('../images/profile/users_hovered.png') no-repeat; }

a.newsProfileBlock { display: inline-block; width: 351px; height: 178px; background: url('../images/profile/news.png') no-repeat; }
a.newsProfileBlock:hover { display: inline-block; width: 351px; height: 178px; background: url('../images/profile/news_hovered.png') no-repeat; }

ul.tableViewerPaging
{
  list-style: none;
  margin: 0;
  padding: 0;
}

li.tableViewerPagingItem
{
  float:left;
  border: 1px solid #dddddd;
  padding: 0;
  margin-left: -1px;
}

li.tableViewerPagingItem:hover
{
  background: #efefef;
}

li.tableViewerPagingItem:first-child
{
 border-bottom-left-radius: 4px;
 border-top-left-radius: 4px;
}

li.tableViewerPagingItem:last-child
{
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
}

li.tableViewerPagingItem a.tableViewerPagingItemLink
{
  display: block;
  padding: 7px 10px;
  /*width: 20px;*/
  text-align: center;
}

li.tableViewerPagingItem span.tableViewerPagingItemText
{
  display: block;
  padding: 7px 10px;
  /*width: 20px;*/
  text-align: center;
}

#seedingResults
{
  display: none;
  position: absolute;
  height: 250px;
  overflow-y: auto;
  overflow-x: hidden;
}

#rankingResults
{
  display: none;
  position: absolute;
  height: 250px;
  overflow-y: auto;
  overflow-x: hidden;
}

ul.ajaxDropDownList
{
  background: #ffffff;
  list-style: none;
  margin: 0;
  padding-left: 0;
  width: 450px;
  border-left: 1px solid #dddddd;
  border-right: 1px solid #dddddd;
  border-bottom: 1px solid #dddddd;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}

ul li.ajaxDropDownListItem
{
  border-bottom: 1px solid #dddddd;
}

ul li.ajaxDropDownListItem:last-child
{
  border: 0;
}

ul li.ajaxDropDownListItem:hover
{
  background: #efefef;
  color: #000000;
  transition: color 0.5s, background-color 0.5s;
}

li a.ajaxDropDownListItemLink
{
  display: block;
  color: #454545;
  padding: 15px 10px;
}

li a.ajaxDropDownListItemLink:hover
{
  color: #000000;
}

.overallSeedingMTB
{
  font-size: 36px;
  /*font-weight: lighter;*/
  color: #2196F3;
  /*color: #ffffff;*/
  width: 100px;
  padding: 10px;
  margin: 0 auto;
  border-radius: 25px;
}

.overallSeedingROAD
{
  font-size: 36px;
  /*font-weight: lighter;*/
  color: #E91E63;
  /*color: #ffffff;*/
  width: 100px;
  padding: 10px;
  margin: 0 auto;
  border-radius: 25px;
}

.badge-blue
{
  background: #42A5F5;
  color: #ffffff;
  border-radius: 20px;
  padding: 8px 5px;
  margin: 1px 0;
  display: inline-block;
  min-width: 25px;
  text-align: center;
}

.badge-pink
{
  background: #EC407A;
  color: #ffffff;
  border-radius: 20px;
  padding: 8px 5px;
  margin: 1px 0;
  display: inline-block;
  min-width: 25px;
  text-align: center;
}

.badge-green
{
  background: #D5E585;
  border-radius: 20px;
  padding: 8px 5px;
  margin: 1px 0;
  display: inline-block;
  min-width: 25px;
  text-align: center;
}

.badge-dark-green
{
  background: #388E3C;
  border-radius: 20px;
  padding: 8px 5px;
  margin: 1px 0;
  color: #ffffff;
  display: inline-block;
  min-width: 25px;
  text-align: center;
}

.badge-grey
{
  background: #dddddd;
  border-radius: 20px;
  padding: 8px 5px;
  margin: 1px 0;
  display: inline-block;
  min-width: 25px;
  text-align: center;
}

.twitterFeed
{
  /*width: 350px;*/
}

.twitterHeader
{
  background: #eaeaea;
  padding: 10px 5px;
  font-size: 14px;
}

.twitterContainer
{
  border: 1px solid #eaeaea;
}

.tweetContainer
{
  clear: both;
  overflow: hidden;
  border-bottom: 1px solid #eaeaea;
  margin-bottom: 5px;
  padding: 5px 10px;
}

.tweetContainer:last-child
{
  clear: both;
  overflow: hidden;
  border-bottom: 0;
  margin-bottom: 0;
}

.tweetBy
{
  padding: 0 5px 0 5px;
  margin-bottom: 5px;
}

.tweetText
{
  padding: 0 5px 0 5px;
  color: #292f33;
  margin-bottom: 5px;
  word-wrap: break-word;
}

.tweetExtra
{
  padding: 0 5px 0 5px;
  color: #707070;
  margin-bottom: 5px;
}

.tweetPhotoContainer
{
  padding: 0 5px 0 5px;
}

.tweetPhoto
{
  max-width: 250px;
}

.entriesLeftContainer
{
  text-align: center;
  /*padding: 10px;*/
  color: #BDBDBD;
}

.entriesLeft
{
  /*font-weight: bold;*/
  font-size: 60px;
  line-height: 60px;
}

.summaryBlock
{
  border: 1px solid #E0E0E0;
  /*overflow: hidden;*/
  border-radius: 4px;
  margin-top: 5px;
}

.summaryBlockTitle
{
  padding: 10px;
  background: #E0E0E0;
  /*color: #ffffff;*/
  font-weight: bold;
}

.summaryBlockBody
{
  padding: 5px 10px 10px 10px;
  /*overflow: hidden;*/
  position: relative;
  min-height: 125px;
}

.blockContainer
{
  margin: 10px 10px;
  border: 1px solid #424242;
  overflow: hidden;
  border-radius: 4px;
}

.blockContainerTitle
{
  padding: 10px;
  background: #424242;
  color: #ffffff;
  font-weight: bold;
}

.blockContainerBody
{
  padding: 5px 10px 10px 10px;
}

.blockContainerSub
{
  padding: 10px 0 10px 0;
  /*border-bottom: 1px solid #dadada;*/
}

.blockContainerButtons
{
  text-align: center;
  padding: 0 0 5px 0;
}

.blockContainerFooter
{
  margin: 10px 10px;
  overflow: hidden;
}

.blockContainerHeaderCell:first-child
{
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}

.blockContainerHeaderCell
{
  background: #795548;
  color: #ffffff;
  padding: 10px;
}

.blockContainerHeaderCell:last-child
{
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}


.blockContainerDataCell
{
  padding: 10px;
  border-bottom: 1px solid #dadada;
  vertical-align: top;
}

ol.disclaimerList
{
  margin: 0;
  padding-left: 20px;
}

li.disclaimerListItem
{
  padding: 10px;
  border-bottom: 1px solid #dadada;
}

.tableViewerForm
{
  margin: 10px;
  overflow: auto;
}

.phaseContainer
{
  margin: 10px;
  /*background: #ff0000;*/
  text-align: center;
}

.phaseNotDone
{
  display: inline-block;
  padding: 10px;
  font-size: 14px;
  border-radius: 5px;
  text-align: center;
  border: 1px solid #BDBDBD;
  color: #BDBDBD;
}

.phaseDone
{
  display: inline-block;
  padding: 10px;
  font-size: 14px;
  border-radius: 4px;
  text-align: center;
  /*background: #2196F3;*/
  border: 1px solid #2196f3;
  color: #2196f3;
}

.phaseActive
{
  display: inline-block;
  padding: 10px;
  font-size: 14px;
  border-radius: 5px;
  text-align: center;
  font-weight: bold;
  background: #4CAF50;
  color: #ffffff;
}

.phaseConnector
{
  text-align: center;
  background: url('../images/t.png') repeat-x center;
  display: inline-block;
  width: 25px;
  margin-left: -3px;
  margin-right: -3px;
}

.tabContainer
{
  /*background: #F5F5F5;*/
  border-top: 2px solid #757575;
}

.tab
{
  float: left;
  background: #ffffff;
  border-top: 2px solid #616161;
  font-size: 14px;
  margin-top: -2px;
}

.tab:hover
{
  background: #F5F5F5;
  border-top: 2px solid #EF5350;
}

.tabActive
{
  background: #EEEEEE;
  border-top: 2px solid #E53935;
  cursor: pointer;
}

.tabLink
{
  padding: 15px 25px;
  display: block;
  color: #454545;
}

.tabContents
{
  padding: 10px;
  /*background: #0000ff;*/
  border-top: 1px solid #EEEEEE;
  border-bottom: 1px solid #EEEEEE;
  /*border-bottom-left-radius: 5px;*/
  /*border-bottom-right-radius: 5px;*/
}

.ranking_1
{
  background: url('../images/mtb_rankings.png') no-repeat top right;
  min-height: 200px;
}

.ranking_2
{
  background: url('../images/road_rankings.png') no-repeat top right;
  min-height: 200px;
}

.rankingFilter
{
  margin: 0 0 10px 0;
}

.cartStatusLink
{
  display: block;
  padding: 15px 5px;
  color: #454545;
}

.cartStatusLink:hover
{
  /*color: #000000;*/
}

.castStatusLinkActive
{
  color: #ffffff;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
}

.cartStatusCount
{
  margin-top: -3px;
  float: right;
  display: inline-block;
  padding: 3px;
  margin-right: 5px;
  border-radius: 3px;
  min-width: 25px;
  text-align: center;
  font-weight: bold;
  color: #ffffff;
}

.dealCompulsory
{
  border-left: 5px solid #F44336;
  border-right: 5px solid #F44336;
  background: #FFCDD2;
  border-radius: 3px;
}

.wizardContainer
{
  width: 100%;
  box-sizing: border-box;
  overflow: hidden;
}

.wizardColumn
{
  width: 25%;
  float: left;
  box-shadow: 5px 0 5px #dadada;
  position: relative;;
}

.wizardHeadingActive
{
  font-size: 18px;
  padding: 10px;
  border-bottom: 1px solid #2196F3;
  color: #2196F3;
}

.wizardHeadingComplete
{
  font-size: 18px;
  padding: 10px;
  border-bottom: 1px solid #4CAF50;
  color: #4CAF50;
}

.wizardHeadingInActive
{
  font-size: 18px;
  padding: 10px;
  border-bottom: 1px solid #BDBDBD;
  color: #BDBDBD;
}

.wizardContents
{
  min-height: 300px;
  overflow: hidden;
}

.wizardItem
{
  cursor: pointer;
  border-bottom: 1px solid #E0E0E0;
  padding: 10px;
}

.wizardItem:hover
{
  color: #000000;
  background: #EEEEEE;
}

.wizardRaceName
{
  font-weight: bold;
}

.wizardRacePrice
{
  color: #BDBDBD;
}

.wizardRaceStartTime
{
  color: #BDBDBD;
}

.wizardCategoryName
{
  padding: 10px 5px;
}

.wizardTableData
{
  padding: 10px 5px;
  border-bottom: 1px solid #E0E0E0;
}

.wizardSelectionItem
{
  position: relative;
  padding: 10px;
  /*background: #4CAF50;*/
  /*color: #ffffff;*/
  /*border-bottom: 1px solid #4CAF50;*/
  /*border-left: 10px solid #4CAF50;*/
}

#wizardCompleteBtnContainer
{
  position: relative;
  display: none;
  text-align: center;
  padding-bottom: 10px;
}

.wizardSelectionItemComplete
{
  overflow: hidden;
  position: relative;
  padding: 10px;
  background: #4CAF50;
  color: #ffffff;
  border-bottom: 1px solid #388E3C;
}

.wizardSelectionItemCompleteDelete
{
  float: right;
  width: 5%;
  display: none;
}

#wizardParticipantsLoader
{
  text-align: center;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(255, 255, 255, 0.70);
  width: 100%;
  height: 100%;
  z-index: 500;
  display: none;
}

.cartHeading
{
  background: #e0e0e0;
  color: #454545;
  padding: 10px 20px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  font-weight: bold;
  display: inline-block;
  text-transform: uppercase;
}

.cartItems
{
  position: relative;
  background: #ffffff;
  border-radius: 5px;
  border-top-left-radius: 0;
  border: 1px solid #e0e0e0;
  padding: 10px;
}

.cartItemLoader
{
  background: url('../images/loaders/rot.gif') no-repeat center #dddddd;
  opacity: 0.7;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  position: absolute;
  border-radius: 5px;
  border-top-left-radius: 0;
  color: #ffffff;
  text-align: center;
  display: none;
}

.cartGoBtn
{
  cursor: pointer;
  vertical-align: middle;
  margin-top: -3px;
}

.cartTotal
{
  margin-top: 10px;
  padding: 10px;
  background: #e0e0e0;
  border: 1px solid #c8c8c8;
  border-radius: 5px;
  text-align: right;
  font-weight: bold;
}

.cleanTable
{
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}

.cleanTableHeading
{
  padding: 10px;
  font-weight: bold;
}

.cleanTableRow:hover
{
  background: #efefef;
}

.cleanTableData
{
  padding: 10px;
}

.cartVoucherError
{
  color: #F44336;
}

.oldCartPrice
{
  color: #F44336;
  font-style: italic;
  font-size: 10px;
  text-decoration: line-through;
  margin-right: 5px;
  font-weight: normal;
}

.loaderContainer
{
  background: #ffffff;
  opacity: 0.7;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.loaderImage
{
  position: absolute;
  left: 50%;
  top: 50%;
}

.profileLinkContainer
{
  overflow: hidden;
  margin-bottom: 30px;
  width: auto;
}

.profileLinkContainer:last-child
{
  margin-bottom: 0;
}

.profileLinkNumber
{
  float: left;
  color: #F44336;
  font-size: 80px;
  line-height: 65px;
  padding-right: 15px;
}

.profileLinkSubcontainer
{
  float: left;
  width: 75%;
}

.profileBigLink
{
  font-size: 24px;
}

.profileBigLinkTxt
{
  text-transform: uppercase;
  color: #9e9e9e;
}

.profileBigLinkTxt:hover
{
  color: #F44336;
  transition: color 0.5s;
}

.profileBigLinkDescription
{
  color: #9e9e9e;
}

.libertyDiscountSchemeImage
{
  background: url("../images/discount_schemes/liberty.png") no-repeat top left;
  width: 287px;
  height: 98px;
}

.info {
  font-family:Arial, Helvetica, sans-serif;
  font-size:12px;
  border: 1px solid;
  margin: 10px 0px;
  padding:15px 10px 15px 50px;
  color: white;
  background: #2196F3 url('../images/icons/16x16/info_red.png') no-repeat 10px center;
}


*, *:before, *:after {box-sizing:  border-box !important;}

.row-block {
  -moz-column-width: 33em;
  -webkit-column-width: 28em;
  -moz-column-gap: 1.3em;
  -webkit-column-gap:1.4em;

}
.row-block2 {
  -moz-column-width: 38em;
  -webkit-column-width: 32em;
  -moz-column-gap: 1.3em;
  -webkit-column-gap:1.4em;

}

.item-block {
  display: inline-block;
  padding:  .01rem;
  width:  100%;
}

.well-block {
  position:relative;
  display: block;
}

@media screen and (max-width: 480px) {

  .wizardContainer
  {
    width: 400%;
    box-sizing: border-box;
    overflow: hidden;
    position:static;
  }

  .select2 {
    width: 50% !important;
  }

}

@media screen and (max-width: 767px) {

  .wizardContainer
  {
    width: 400%;
    box-sizing: border-box;
    overflow: hidden;
    position:static;
  }
  .select2 {
    width: 75% !important;
  }

}

@media screen and (max-width: 972px) {

}
.fadeout {
  /*position:absolute;*/
  /*bottom:0px;*/
  /*left:0px;*/
  /*width:100%;*/
  /*height:20em;*/
  /*background: -moz-linear-gradient(top,  rgba(137,255,241,0) 0%, rgb(255, 255, 255) 100%); !* FF3.6+ *!*/
  /*background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(137,255,241,0)), color-stop(100%, rgb(255, 255, 255))); !* Chrome,Safari4+ *!*/
  /*background: -webkit-linear-gradient(top,  rgba(137,255,241,0) 0%, rgb(255, 255, 255) 100%); !* Chrome10+,Safari5.1+ *!*/
  /*background: -o-linear-gradient(top,  rgba(137,255,241,0) 0%, rgb(255, 255, 255) 100%); !* Opera 11.10+ *!*/
  /*background: -ms-linear-gradient(top,  rgba(137,255,241,0) 0%, rgb(255, 255, 255) 100%); !* IE10+ *!*/
  /*background: linear-gradient(to bottom,  rgba(137,255,241,0) 0%, rgb(255, 255, 255) 100%); !* W3C *!*/
  /*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0089fff1', endColorstr='#000000',GradientType=0 ); !* IE6-9 *!*/

}

.truncate {
  width: 250px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}