.icon-48-locations {
    background-image: url(../images/l_locations.png);
    padding-left:60px!important;
}

.icon-48-location {
    background-image: url(../images/l_locations.png);
    padding-left:60px!important;
}

a#updateBtn.btn.btn-warning {
  position: relative;
  vertical-align: top;
  height: 25px;
  padding: 0;
  font-size: 15px;
  line-height: 25px;
  color: white;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.25);
  background: #e67e22;
  border: 0;
  border-bottom: 2px solid #da751c;
  cursor: pointer;
  -webkit-box-shadow: inset 0 -2px #da751c;
  box-shadow: inset 0 -2px #da751c;
}

a#updateBtn.btn.btn-warning:active {
  top: 1px;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

a#hideUpdateBtn.btn.btn-warning {
  position: relative;
  vertical-align: top;
  height: 25px;
  padding: 0 7px;
  font-size: 15px;
  line-height: 25px;
  color: white;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.25);
  background: #e67e22;
  border: 0;
  border-bottom: 2px solid #da751c;
  cursor: pointer;
  -webkit-box-shadow: inset 0 -2px #da751c;
  box-shadow: inset 0 -2px #da751c;
}

a#hideUpdateBtn.btn.btn-warning:active {
  top: 1px;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.chzn-container
{
      max-width:180px !important;
}

.bg-c-yellow {
    background: -webkit-gradient(linear, left top, right top, from(#fe9365), to(#feb798));
    background: linear-gradient(to right, #fe9365, #feb798);

}
.text-white{
  color:#FFF;
}
.count {
    font-size: 40px;
}
.row-fluid.span12
{
  margin-left:0px !important;
}
.google-visualization-table-tr-sel,.google-visualization-table-tr-head
{
  height:12px !important; 
}

.counter {
  display: table-cell;
  margin:1.5%;
  font-size:40px;
  vertical-align: middle;
  color: #019F9A;
}
.field-calendar
{
  float:left;
}
.btn-export
{
  margin-left:20px;
}
.calendar-head-row
{
  font-size:12px;
}
#adminForm .form-select, .custom-select{margin-left:5px;}