#dashboard{
	background-color: rgb(229, 218, 242);
	border-radius: 5px;
}

.my-caregivers-legend{
	border-bottom-color: rgb(131, 98, 185);	
	font-size: x-large;
	font: Arial;
	color: rgb(131, 98, 185);
	padding-top: 2%;
}

.my-caregivers-table{
	background-color: rgb(229, 218, 242);
	padding-bottom: 1%;
}

.export-access-div{
	float: right;
}

.export-access-btn{
	font: Arial;
	font-size: medium;
	width: 100%;
	height: 100%;
	background-color: rgb(131, 98, 185);
	-moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 5px;
	border: hidden;
	color: white;
}

.others-caregivers-legend{
	border-bottom-color: rgb(131, 98, 185);	
	font-size: x-large;
	font: Arial;
	color: rgb(131, 98, 185);
}

.buttons-div{
	text-align: center;
	min-width: 33%;
	height: 100%;
}

.details-btn{
	width: 100%;
	font: Arial;
	font-size: medium;
	background-color: rgb(65, 196, 180);
	-moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 5px;
	border: hidden;
	color: white;
}

.patients-btn{
	width: 100%;
	font: Arial;
	font-size: medium;
	background-color: rgb(65, 196, 180);
	-moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 5px;
	border: hidden;
	color: white;
}

.materials-btn{
	width: 100%;
	font: Arial;
	font-size: medium;
	background-color: rgb(65, 196, 180);
	-moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 5px;
	border: hidden;
	color: white;
}

.edit-btn{
	width: 100%;
	font: Arial;
	font-size: medium;
	background-color: rgb(243, 138, 46);
	-moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 5px;
	border: hidden;
	color: white;
}

.block-btn{
	width: 100%;
	font: Arial;
	font-size: medium;
	background-color: rgb(220, 61, 79);
	-moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 5px;
	border: hidden;
	color: white;	
}

.unblock-btn{
	width: 100%;
	font: Arial;
	font-size: medium;
	background-color: rgb(75, 174, 91);
	-moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 5px;
	border: hidden;
	color: white;	
}

.desassociate-btn{
	width: 100%;
	font: Arial;
	font-size: medium;
	background-color: rgb(220, 61, 79);
	-moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 5px;
	border: hidden;
	color: white;	
}

.associate-btn{
	width: 100%;	
	font: Arial;
	font-size: medium;
	background-color: rgb(75, 174, 91);
	-moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 5px;
	border: hidden;
	color: white;	
}

.break{
	margin-left: -2%;
	margin-right: -2%;
	background-color: white !important;
}

.create-btn{
	width: 100%;	
	font: Arial;
	font-size: medium;
	background-color: rgb(131, 98, 185);
	-moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 5px;
	border: hidden;
	color: white;	
}

.text-center > ul.pagination > li.active > span{
	background-color: rgb(131, 98, 185);
	color white;
	border: hidden;
}

.text-center > ul.pagination > li.disabled > span{
	color: black;
}

.text-center > ul.pagination > li > a{
	color: black;
}

tr.spaceUnder>td {
	padding-bottom: 1em;
}


.back-btn{
	font: Arial;
	font-size: medium;
	background-color: rgb(131, 98, 185);
	-moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 5px;
	border: hidden;
	color: white;	
}

::-webkit-file-upload-button {
	padding-bottom: 1%;
	padding-top: 1%;
	font: Arial;
	font-size: medium;
	background-color: rgb(65, 196, 180);
	-moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 5px;
	border: hidden;
	color: white;
}

tbody:before {
    content: "-";
    display: block;
    line-height: 1em;
    color: transparent;
}

.filters {
	color: black !important;
	background-color:white !important;
}