 .pods-form-front-success{
    color: #4F8A10;
    border: 1px solid;
    margin: 10px 0;
    padding: 15px 10px 15px 50px;
    background: #DFF2BF url(../images/green-check.png) no-repeat 10px center;
}
.specialDate  a { background-color: #6F0 !important; }
.right{
	text-align:right;
}
#hf_truck_scheduler_widget .ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight{
	border: 2px solid black !important;
	color: #a7abae  !important;
}
.widget-add-button{
	margin-bottom: 20px;
	font-weight: 800;
	color: #96050c;
}
#schedule-table_wrapper table,#facility_user_relati-table_wrapper table,#facility-table_wrapper table{
	 border-collapse:collapse;
}
#schedule-table_wrapper table th,#facility_user_relati-table_wrappert table th,#facility-table_wrapper table th{
	color: #96050c;
	
}
#schedule-table_wrapper table tr,#facility_user_relati-table_wrapper table tr,#facility-table_wrapper table tr{
	border-bottom: 1px  #96050c dotted;
}
.widget-pagination-wrapper {
	text-align:right;
	margin-top:10px;
	padding: 5px;
}

.scheduler-wiget-top-row{
	font-weight: 800;
	border-bottom: 1px  #96050c solid !important;
}
#schedule-table_wrapper table,#facility_user_relati-table_wrapper table,#facility-table_wrapper table{
	margin-top: 10px;
}
#hf_truck_scheduler_widget .ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default{
	border: 2px solid white !important;
}

#hf_truck_scheduler_widget .ui-datepicker-group{
	width: 225px !important;
}

#hf_truck_scheduler_widget .pods-form-ui-row-name-schedule-dates{
	display:none; 
}

#hf_truck_scheduler_widget .ui-state-highlight .ui-state-default{
	font-weight: 800  !important;
	text-decoration: underline !important;
}

#hf_truck_scheduler_widget .ui-datepicker-group{
	padding-left: 10px !important;
	height: 250px;
}

#hf_truck_scheduler_widget .ui-datepicker-inline{
	width: auto !important;
	padding: 10px;
}

#scheduler-facility{
	float: left;
}
#scheduler-schedule{
	clear: both !important;
}

#schedule_container{
	width:750px
}
.active-day{
	width: 0;
	height: 0;
	border: solid 11px rgb(235, 49, 49);
	position: absolute;
}
.active-day-text{
	position: relative;
	margin: 0;
}
.day{
	padding: 2px;
}
.public_schedule-labels{
	display:block;
	width:100px;
	float:left;
}
#schedule-facility-email,#schedule-facility-phone,#schedule-facility-phone2,#schedule-year-and-code{
	font-size: 12px;
}
/*  SECTIONS  */
.section {
	clear: both;
	padding: 0px;
	margin: 0px;
}

/*  COLUMN SETUP  */
.col {
	display: block;
	float:left;
	margin: 1% 0 1% 1.6%;
}
.col:first-child { margin-left: 0; }


/*  GROUPING  */
.group:before,
.group:after {
	content:"";
	display:table;
}
.group:after {
	clear:both;
}
.group {
    zoom:1; /* For IE 6/7 */
}
/* GRID OF TWO */
.span_1_of_2 {
	width: 40%;
	text-align:left;
}
.span_2_of_2 {
	width: 58%;
}
.span_2_of_2 img{
	width: 100%;
}
/*  GRID OF THREE  */
.span_3_of_3 {
	width: 100%;
}
.span_2_of_3 {
	width: 66.1%;
}
.span_1_of_3 {
	width: 31%;
}

table {
	margin: 0px !important;
}

/*  GO FULL WIDTH AT LESS THAN 480 PIXELS */
@media only screen and (max-width: 480px) {
	.col { margin: 1% 0 1% 0%;}
	.span_3_of_3, .span_2_of_3, .span_1_of_3 ,.span_2_of_2,.span_1_of_2{ width: 100%; }
	.span_2_of_2 img{
		width: 100% !important;
	}
}
