.input-mini {
  width: 60px;
  float: left;
  height: auto;
}

.input-small {
  width: 90px;
  float: left;
  height: auto;
}

.input-medium {
  width: 150px;
  float: left;
  height: auto;
}

.input-large {
  width: 210px;
  float: left;
  height: auto;
}

.input-xlarge {
  width: 270px;
  float: left;
  height: auto;
}

.input-xxlarge {
  width: 530px;
  float: left;
  height: auto;
}

.inputbox {
  width: 150px;
  height: auto;
}

td.mod_eb_mincalendar_today {
    color: #FFFF00;
    font-weight: bold;
    padding: 3px 2px;
    padding: 0 !important;
    TEXT-ALIGN: center;
    background-color: #0077BB;
}

td.mod_eb_mincalendar_not_today, td.mod_eb_mincalendar_no_event a {
    font-size: 11px;
    font-style: normal;
    font-weight: bold;
    padding: 3px 2px;
    color: #fff;
    TEXT-ALIGN: center;
}

.eb-container h1 {
    width: auto !important;
    margin: 5px 0 20px 0 !important;
    padding: 0 !important;
    padding-bottom: 20px !important;
}

.eb-container h2 {
}

.eb-container h3 {
}

h1.eb-page-heading {
    padding: 0 0 20px 0 !important;
    border-bottom: 1px solid #eeeeee;
    margin: 5px 0 20px 0 !important;
}

h2.eb-page-heading {

}

h3.eb-page-heading {

}

.title_cell {
    font-weight: bold;
    border-bottom: 15px solid #FFFFFF;
    border-top: 15px solid #FFFFFF;
    width: initial;
}

.field_cell {
    border-top: 0px solid #FFFFFF;
    border-bottom: 0px solid #FFFFFF;
}

.controls {
    border-top: 0px solid #FFFFFF;
    border-bottom: 0px solid #FFFFFF;
}

.key {
    font-weight: bold;
    border-bottom: 15px solid #FFFFFF;
    border-top: 15px solid #FFFFFF;
}

input[type="text"].input-mini {
    width: 100px;
    float: left;
    height: auto;
}

.input-group-addon:last-child {
    border-left: 0;
    width: initial;
    height: 25px;
}

.extcal_minical .extcal_navbar {
    background-repeat: repeat-x;
    border-bottom: 1px solid #B4B4B6;
}

.extcal_navbar td {
    padding: 5px;
    text-align: center;
}

.extcal_minical .extcal_month_label a {
    color: #FFFFFF;
    font-weight: bold;
}

select,
  .category_box {
    width: 200px;
}

.eb-notice-message
{
	font-size: 100%;
	font-weight: bold;
	margin-top: 8px;
}
 
.eb_search_form
  {
  	position: relative;
    padding-top: 0;
    padding-left: 0;
  }
  
.col-md-4 
{
    width: 33.33333333%;
  	float: right;
  }

.eb-search-bar-container {
    margin: 0 auto;
    padding: 15px 0 15px 5px;
    background-color: #f5f5f5;
}

select.inputbox {
    padding-right: 5px;
    max-width: 500px;
    width: auto;
}