/*body {
	background: rgba(134,174,204,1);
	background: -moz-linear-gradient(top, rgba(134,174,204,1) 0%, rgba(143,180,208,1) 11%, rgba(212,228,239,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(134,174,204,1)), color-stop(11%, rgba(143,180,208,1)), color-stop(100%, rgba(212,228,239,1)));
	background: -webkit-linear-gradient(top, rgba(134,174,204,1) 0%, rgba(143,180,208,1) 11%, rgba(212,228,239,1) 100%);
	background: -o-linear-gradient(top, rgba(134,174,204,1) 0%, rgba(143,180,208,1) 11%, rgba(212,228,239,1) 100%);
	background: -ms-linear-gradient(top, rgba(134,174,204,1) 0%, rgba(143,180,208,1) 11%, rgba(212,228,239,1) 100%);
	background: linear-gradient(to bottom, rgba(134,174,204,1) 0%, rgba(143,180,208,1) 11%, rgba(212,228,239,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#86aecc', endColorstr='#d4e4ef', GradientType=0 );
	background-attachment: fixed;
}*/

body {
background: rgba(79,149,184,1);
background: -moz-linear-gradient(top, rgba(79,149,184,1) 0%, rgba(79,149,184,1) 36%, rgba(149,193,215,1) 67%, rgba(224,239,249,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(79,149,184,1)), color-stop(36%, rgba(79,149,184,1)), color-stop(67%, rgba(149,193,215,1)), color-stop(100%, rgba(224,239,249,1)));
background: -webkit-linear-gradient(top, rgba(79,149,184,1) 0%, rgba(79,149,184,1) 36%, rgba(149,193,215,1) 67%, rgba(224,239,249,1) 100%);
background: -o-linear-gradient(top, rgba(79,149,184,1) 0%, rgba(79,149,184,1) 36%, rgba(149,193,215,1) 67%, rgba(224,239,249,1) 100%);
background: -ms-linear-gradient(top, rgba(79,149,184,1) 0%, rgba(79,149,184,1) 36%, rgba(149,193,215,1) 67%, rgba(224,239,249,1) 100%);
background: linear-gradient(to bottom, rgba(79,149,184,1) 0%, rgba(79,149,184,1) 36%, rgba(149,193,215,1) 67%, rgba(224,239,249,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4f95b8', endColorstr='#e0eff9', GradientType=0 );
background-attachment: fixed;
}

.border {
  border: 1px solid black;
}

.nav-stacked ul {
	margin-left: 15px !important;
	font-size: 12px;
}

#terms_conditions_text {
	/*border: 1px solid black;*/
	overflow-y: scroll;
	height: 400px;
}

.main-container {
	margin-top: 15px;
}

.content-holder {
	 min-height: 470px;"
}

#footer {
	font-size: 11px;
}

.disabled-link {
	border-radius: 4px;
    display: block;
    padding: 10px 15px;
    position: relative;
}

#admin_list_table td:nth-child(n+2) {
	text-align: center;
}

#patient_list_table td:nth-child(n+1) {
	text-align: center;
}

#generate_individual_list_table {
	text-align: center;
}

/*#generate_individual_list_table td:nth-child(n){
	text-align: center;
}*/

/*#generate_individual_list_table td:nth-child(3){
	text-align: left;
}*/

.pdf-report {
	background-color: white;
}

.section-title {
	font-weight: bold;
	font-size: 22px;
}

.sidebar-section-title {
	font-weight: bold;
	font-size: 14px;
}

.alert-lf-margin {
	margin-left: 2px;
	margin-right: 2px;
}