/* News CSS */
#events-items
{
  float: left;
  width: calc(100% - 200px);
}

#events-items-plain
{
  float: left;
  width: 100%;
}

.events-block
{
  float: left;
  width: 100%;
	height: 200px;
  margin: 5px;
  background-color: #F4F4F4;
  border : solid 1px #CCCCCC;
  border-radius: 8px;
  padding-left: 5px;
}

.events-block-plain
{
  float: left;
  width: 100%;
  height: 150px;
  overflow: hidden;
  margin: 5px;
  border-radius: 8px;
}

.events-thumb-link
{
  float: left;
}

.events-thumb-link img
{
  float: left;
}

.field-label
{
	float:right;
}

.title-field
{
  width: calc(66% - 160px);
}

.date-field
{
  width: calc(17% - 5px);
}

.date-value, .title-value
{
  float: right;
  font-weight: bold;
  height: 20px;
  font-size:90%;
}

.title-value
{
  width: calc(75% - 160px);
  text-align: center;
}

.date-value
{
  width: calc(25% - 5px);
  text-align: right;
}

.events-details-value
{
  float:left;
  width: calc(100% - 140px);
  height: 110px;
  overflow: hidden;
  padding: 5px 10px;
}

.see-more
{
  float: right;
  height: 20px;
  font-weight: bold;
}

.date-field input
{
  cursor: pointer;
  text-align: center;
}

.editor-container-3
{
  float: left;
  height: 140px;
  width: calc(100% - 150px);
  margin: 0 0 5px 5px;
  overflow: hidden;
}

.editor-container-2
{
  float: left;
}

#new-events-progress, .events-progress
{
  width: 140px;
  height: 32px;
	display:inline;
}

.progress-wrapper
{
  margin: 42px 0 0;
}

#events-page-editor
{
  float: left;
  width: 100%;
  height: 800px;
}

/* eventbrite settings dialogue */

#eventbrite-settings
{
  width: 500px;
}

#eventbrite-progress-wheel
{
  float: left;
  width: 420px;
  height: 520px;
  display: none;
  margin: -5px -10px;
  position:absolute;
  background-color: #F4F4F4;
  opacity: 0.7;
  z-index: 99;
}

#eventbrite-progress-wheel div
{
  float: left;
  background-image: url("../resources/images/ajax-loader.gif");
  width: 54px;
  height: 55px;
  margin-top: 233px;
  margin-left: 183px;
}

#eventbrite-dialogue-message
{
  width: 100%;
  font-family:"Trebuchet MS", Tahoma, Verdana, Arial, sans-serif;font-weight:bold;font-size:70%;line-height:160%;
  text-align: center;
  color: #901E1E;
  margin-top: 5px;
  display: none;
}

.field-50
{
  float: left;
  width: calc(50% - 10px);
}

.field-25
{
  float: left;
  width: calc(25% - 10px);
}

.field-100
{
  float: left;
  width: calc(100% - 10px);
}

.settings-header
{
  float: left;
  font-size: 100%;
  font-weight: bold;
  text-align: center;
  width: 100%;
}

.event-checkbox
{
  width: calc(50% - 10px) !important;
  margin: 5px 2px !important;
}

.event-checkbox .field-title
{
  float: right;
  color: #0C0D0F;
  background-color: #F4F4F4;
  width: calc(100% - 18px);
  font-family:"Trebuchet MS", Tahoma, Verdana, Arial, sans-serif;font-weight:bold;font-size:70%;line-height:160%;
}

.event-checkbox .checkbox
{
  float: right !important;
}

#publish-event
{
  display: none;
}