.table-bordered {
	border: 3px solid #ddd;
}

.table-bordered-sm {
	border: 1px solid #ddd;
}

.m-top-1 {
	margin-top: 6px;
}

.m-top-2 {
	margin-top: 12px;
}

.m-top-4 {
	margin-top: 24px;
}
.m-bottom-1 {
	margin-bottom: 6px;
}
.m-bottom-2 {
	margin-bottom: 12px;
}
.m-bottom-3 {
	margin-bottom: 18px;
}
.date-picker {
	
}

#search-results #search-container, #search-header-container, #error-container {
    background: #f4f4f4;
    /* padding: 20px 00px 20px 35px; */
}

#facets input[type="checkbox"]{
	margin-right:4px;
	margin-top:4px;
}

.loader {
    display:    none;
    position:   fixed;
    z-index:    1000;
    top:        0;
    left:       0;
    height:     100%;
    width:      100%;
    background: rgba( 255, 255, 255, .8 ) 
                url('images/ajax-loader.gif') 
                50% 50% 
                no-repeat;
}

body.loading {
    overflow: hidden;   
}

body.loading .loader {
    display: block;
}

.facet-filter{
	 //border: 1px solid;
	 //background-color : #E7ECF0;
}

.full-width {
	width: 100% !important;
}

.no-padding {
	padding: 0;
}

