#sp-right .sp-module {
   	margin-top: 0px;
    padding: 5px;
  	border: 0px solid #f3f3f3;
    border-radius: 3px;
   	z-index: 15;
}
#sp-right .sp-module-content {
   	margin-top: 0px;
    padding: 0px;
  	border: 0px solid #f3f3f3;
    border-radius: 3px;
   	z-index: 15;
}
 #sp-header {
    height: 100px;
}
#sp-bottom .sp-module-title { text-align: center; }
#sp-bottom  { text-align: center; }

#sp-main-body {
    padding: 20px 0;
}

#sp-top-bar a, #sp-top-bar span.fa {font-size:13px}

.eb-description-details.clearfix .eb-thumb-left {
    display: none;
}

.row {
    margin-right: 0px;
    margin-left: 0px;
}

.google-maps {
  position: relative;
  padding-bottom: 75%; // This is the aspect ratio
  height: 0;
  overflow: hidden;
}
.google-maps iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}

input[type="search"] { 
  height: 40px;
  font-size: 18px;
  border-radius: 10px;
}

input[type="search"]:focus { 
  height: 40px;  
  font-size: 18px; 
  border-radius: 10px;
}

select, textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .uneditable-input {
  height: 40px;  
  font-size: 18px; 
  border-radius: 10px;
}
  

.form-control { 
  font-size: 15px;
}
.btn{
  font-size: 15px;
}
.sp-page-title {
  padding: 10px;
}
.sp-page-title .breadcrumb {
  margin: 5px;
}
.mod_eb_mincalendar_table tbody td {
    padding: 10px;
}
#sp-left .sp-module ul > li > a, #sp-right .sp-module ul > li > a {
	color: #cc6600;
}
element.style {
	background-color: #cc6600;!important;
}
.employeeloadingform .row {
    padding-left: 0px;
}

element.style {
    background-color: #333 !important;
}

.timeslotdiv {
    max-height: 100%;
    overflow-y: hidden;
}

.fc-head .fc-day-header .fc-header-toolbar .fc-today-button, .fc-button-group .fc-state-active{
    background: #cc6600 !important;
}