
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
 * CaregiversDataTable styles
 */
.CaregiversDataTable {
	float: right;
	margin-bottom: 1em;
	margin-top: -34px;
}

.CaregiversDataTable_Button {
	position: relative;
	float: left;
	margin-right: 3px;
	padding: 3px 5px;
	height: 30px;
	background-color: #fff;
	border: 1px solid #d0d0d0;
	cursor: pointer;
	*cursor: hand;
}

button.CaregiversDataTable_Button::-moz-focus-inner {
	border: none !important;
	padding: 0;
}

.CaregiversDataTable_text_hover {
	border: 1px solid #999;
	background-color: #f0f0f0;
}

.CaregiversDataTable_collectionBackground {
	background-color: black;
	z-index: 1100;
}

.CaregiversDataTable_collection {
	position: relative;
	width: 150px;
	background-color: #f3f3f3;
	padding: 3px;
	border: 1px solid #ccc;
	z-index: 1102;
}

.CaregiversDataTable_collection .apply{
    margin: 2px 4px 4px 4px;
}

.CaregiversDataTable_collection .cancel{
    position: absolute;
    top: 2px;
    right: 4px;
    cursor: pointer;
}

div.CaregiversDataTable_collection button.CaregiversDataTable_Button {
	background-color: white;
	width: 100%;
	float: none;
	margin-bottom: 2px;
}

div.CaregiversDataTable_catcher {
	position: absolute;
	z-index: 1101;
}

button.CaregiversDataTable_Button {
	text-align: left;
}

div.CaregiversDataTable_collection button.CaregiversDataTable_Button:hover {
	border: 1px solid #999;
	background-color: #f0f0f0;
}

span.CaregiversDataTable_radio {
	display: inline-block;
	width: 20px;
}

.CaregiversDataTable_heading {
	display: block;
	padding: 0.3em .8em;
}

.disabled {
	color: #999;
}

#the-list .caregivers-data-table_list{
    clear: both;
}

#the-list .caregivers_data_table_list ul{
    margin: 0; padding: 0; display: inline-block;
}


/* a thing that looks like a choice in a 'chosen.js' widget */
._chosen_choice{
    list-style: none;
    display: inline-block;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background-color: #e4e4e4;
    background-image: -webkit-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
    background-image: -moz-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
    background-image: linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
    -webkit-box-shadow: 0 0 2px #ffffff inset, 0 1px 0 rgba(0,0,0,0.05);
    -moz-box-shadow: 0 0 2px #ffffff inset, 0 1px 0 rgba(0,0,0,0.05);
    box-shadow: 0 0 2px #ffffff inset, 0 1px 0 rgba(0,0,0,0.05);
    color: #333;
    border: 1px solid #aaaaaa;
    line-height: 13px;
    padding: 3px 20px 3px 5px;
    margin: 3px 0 3px 5px;
    position: relative;
    cursor: default;
}

._chosen_choice .kill{  /* the x button */
    display: block;
    position: absolute;
    right: 3px;
    top: 2px;
    font-size: 14px;
    color: #999;
    cursor: pointer;
}