/* CSS Document */
@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,600,700');
html {
	height: 100%;
	width: 100%;
}
body {
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	margin: 0px;
	font-weight: 100;
	padding: 0px 0px 00px 0px;
	background: #fff;
	width: 100%;
	overflow-X: hidden;
	background-size: cover 100%;
	outline: none;
}
h1, h2, h3, h4, h5, h6, ol, p, ul, li {
	display: block;
	margin: 0px;
	padding: 0px;
}
img {
	border: none;
}
table {
	margin: 0;
	padding: 0;
	border: none;
}
a, a:link, a:visited, a:active, a:hover {
	text-decoration: none;
	outline: none;
	-moz-transition: all 300ms ease-in-out;
	-webkit-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
}
.main-bg {
	background: #efefef;
	hight: 100%;
	padding-bottom: 0px;
}
.top_part {
	background: url(../images/top-bg.jpg) top left repeat-x;
	position: relative;
	height: 176px;
	border-bottom: 5px solid #0D63A2;
}
.top_part img {
	width: 100%;
	height: 171px;
}
.main-login-bg {
	padding: 20px;
	border-radius: 20px;
	border: 5px solid #0D63A2;
	position: relative;
	background: #fff;
	margin-top: 60px;
	padding-top: 50px;
}
.top-icon {
	background: #0d63a2 none repeat scroll 0 0;
	border: 3px solid #ffffff;
	border-radius: 50%;
	color: #ffcc00;
	font-size: 27px;
	height: 60px;
	left: 0;
	line-height: 50px;
	margin: 0 auto;
	position: absolute;
	right: 0;
	text-align: center;
	top: -30px;
	width: 60px;
}
.footer {
	width: 100%;
	bottom: 0px;
	text-align: center;
	color: #fff;
	position: fixed;
	padding: 5px 0px;
	display: block;
	background: #383838;
}
.footer p {
	display: block;
	font-size: 12px;
}
.btn-bg {
	text-align: center;
}
.language select {
	box-shadow: none;
	border-radius: 0px;
	color: #777;
	margin-top: 15px;
}
.language select:focus {
	box-shadow: none;
	border-color: #02477A;
}
.form-login button {
	background: #02477A;
	border: none;
	font-size: 16px;
	font-weight: 700;
	padding: 5px 20px;
	color: #fff;
}
.form-login button:focus, .form-login button:hover {
	background: #00275a;
	color: #FFCC00;
}
.form-login textarea {
	resize: none;
}
.form-login input, .form-login select, .form-login textarea {
	box-shadow: none;
	border-radius: 0px;
	color: #777;
}
.form-login input:focus, .form-login select:focus, .form-login textarea:focus {
	box-shadow: none;
	border-color: #02477A;
}
.form-login label {
	font-size: 14px;
	font-weight: 500;
	color: #02477A;
}
/* .menu {
	background: #FFCC00;
	border-bottom: 5px solid #0D63A2;
	margin: 0px 0px 30px 0px;
}
.menu .navbar-default {
	background: none;
	border: none;
}
.menu .navbar {
	min-height: inherit;
	margin-bottom: 0px;
}
.menu .navbar-nav > li a {
	margin-right: 1px;
	color: #0D63A2;
	padding: 15px 20px;
	font-size: 14px;
	text-transform: capitalize;
	font-weight: 600;
}
.menu .navbar-nav > li a:hover, .menu .navbar-nav > li a:focus {
	background: #0D63A2;
	color: #fff;
}
.menu .navbar-default .navbar-nav > .active > a, .menu .navbar-default .navbar-nav > .active > a:focus, .menu .navbar-default .navbar-nav > .active > a:hover {
	background: #0D63A2;
	color: #fff;
}
.home-page .footer {
	position: relative;
	margin-top: 0px;
}
.menu .login {
	padding: 5px 0px;
	width: 65%;
	margin: 0px auto;
}
.menu .login a {
	border-radius: 15px;
	padding: 10px 15px 10px 50px !important;
	position: relative;
	background: #0D63A2;
	color: #ffcc00 !important;
	width: auto;
	display: table;
	margin: 0 auto;
	font-size: 14px;
	font-weight: 600;
	text-align: center;
}
.menu .login a:hover {
	background: #9F7C10;
}
.menu .login i {
	left: 15px;
	position: absolute;
	font-size: 20px;
	-moz-transition: all 300ms ease-in-out;
	-webkit-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
}
.menu .login:hover a {
	color: #fff !important;
}
.menu .login:hover i {
	color: #fff;
	transform: scaleX(-1);
	-moz-transform: scaleX(-1);
	-webkit-transform: scaleX(-1);
	-ms-transform: scaleX(-1);
} */
.main-part {
}
.main-part .box {
	background: #fff;
	margin-bottom: 30px;
}
.main-part .box h1 {
	background: #0d63a2;
	overflow: hidden;
	padding: 10px 15px 10px 30px;
	color: #ffcc00;
	font-size: 16px;
	position: relative;
}
.main-part .box h1:after {
	content: '';
	width: 20px;
	height: 20px;
	background: #ffcc00;
	display: block;
	left: -10px;
	top: 9px;
	-ms-transform: rotate(45deg); /* IE 9 */
	-webkit-transform: rotate(45deg); /* Chrome, Safari, Opera */
	transform: rotate(45deg);
	position: absolute;
}
.scheme-list {
	padding: 15px;
}
.scheme-list ul {
	display: block;
	float: left;
	height: 200px;
	overflow: auto;
	width: 100%;
}
.scheme-list li {
	padding: 7px 0px 7px 10px;
	background: #cfcfcf;
	margin-bottom: 5px;
	width: 100%;
	float: left;
}
.scheme-list li:last-child {
	margin-bottom: 0px;
}
.scheme-list li span {
	color: #0d63a2;
	display: block;
	float: left;
	font-size: 14px;
	text-transform: capitalize;
	width: 80%;
}
.scheme-list li a {
	float: right;
	padding: 3px 5px 3px 30px;
	color: #fff;
	background: #0d63a2;
	position: relative;
	display: inline-block;
	position: relative;
}
.scheme-list li a:hover {
	background: #02477a;
}
.scheme-list li a:hover:after {
	background: #0d63a2;
}
.scheme-list li a:after {
	content: "\f178 ";
	font-family: FontAwesome;
	left: 0px;
	line-height: 26px;
	height: 26px;
	background: #02477a;
	width: 20px;
	text-align: center;
	position: absolute;
	top: 0;
	-moz-transition: all 300ms ease-in-out;
	-webkit-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
}
.application-tab ul {
	display: table;
	margin: 0 auto;
	text-align: center;
	background: #ffcc00;
	border-radius: 10px;
	padding: 0px;
}
.application-tab .nav-tabs > li {
	float: left;
	display: inline-block;
	margin-bottom: 0px;
}
.application-tab .nav-tabs {
	border: 0px;
	margin: 0px auto;
}
.application-tab .nav-tabs > li > a {
	border-radius: 0;
	margin-bottom: 0px;
	padding: 15px;
	border: 0px;
	margin: 0px;
	font-size: 14px;
	font-weight: 600;
	box-shadow: inset 0px 0px 10px rgba(0,0,0,0.50);
}
.application-tab .nav-tabs > li:last-child > a {
	margin-right: 0px;
}
.application-tab .nav-tabs > li.active > a, .application-tab .nav-tabs > li.active > a:focus, .application-tab .nav-tabs > li.active > a:hover {
	border: 0px;
	background: #0D63A2;
	color: #ffcc00;
}
.application-tab .nav > li:first-child a {
	border-radius: 10px 0px 0px 10px;
}
.application-tab .nav > li:last-child a {
	border-radius: 0px 10px 10px 0px;
}
.application-tab .nav > li > a:focus, .application-tab .nav > li > a:hover {
	background: #0D63A2;
	color: #ffcc00;
}
.application-tab .tab-content {
	background: #fff;
	margin: 25px 0px;
	border-radius: 10px;
	box-shadow: 0px 0px 10px rgba(0,0,0,0.30);
	display: inline-block;
	width: 100%;
}
.application-tab h2 {
	font-size: 22px;
	color: #0d63a2;
	margin-bottom: 25px;
	text-align: center;
}
.application-tab h3 {
	font-size: 20px;
	color: #0d63a2;
	border-bottom: 2px solid #c2c0c0;
	text-align: center;
	width: 70%;
	padding-bottom: 10px;
	margin: 15px auto;
	font-weight: 600;
	display: block;
}
.application-tab .previous2 {
	background: #0d63a2;
	color: #fff;
	font-size: 16px;
	border-radius: 15px;
	border: 0px;
	margin: 10px;
	height: 43px;
	position: relative;
	text-transform: capitalize;
	padding: 10px 20px 10px 60px;
	-moz-transition: all 300ms ease-in-out;
	-webkit-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
}
.application-tab .previous2:after {
	content: "\f104";
	font-family: FontAwesome;
	color: #fff;
	font-size: 30px;
	left: 0px;
	position: absolute;
	display: block;
	width: 43px;
	height: 43px;
	background: #02477a;
	top: 0px;
	border-radius: 10px 0px 0px 10px;
	-moz-transition: all 300ms ease-in-out;
	-webkit-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
}
.application-tab .previous2:hover, .application-tab .next22:hover, .apply-scheme:hover, .profile:hover {
	background: #02477a;
}
.application-tab .previous2:hover:after, .application-tab .next2:hover:after, .apply-scheme:hover:after, .profile:hover:after {
	background: #0d63a2;
}
#Basic_Profile .previous2 {
	display: none;
	float: left;
}
.application-tab .next2 {
	background: #0d63a2;
	color: #fff;
	font-size: 16px;
	border-radius: 15px;
	border: 0px;
	margin: 10px;
	height: 43px;
	position: relative;
	text-transform: capitalize;
	padding: 10px 20px 10px 60px;
	-moz-transition: all 300ms ease-in-out;
	-webkit-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
}
.application-tab .next2:after {
	content: "\f105";
	font-family: FontAwesome;
	color: #fff;
	font-size: 30px;
	left: 0px;
	position: absolute;
	display: block;
	width: 43px;
	height: 43px;
	background: #02477a;
	top: 0px;
	border-radius: 10px 0px 0px 10px;
	-moz-transition: all 300ms ease-in-out;
	-webkit-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
}
.application-tab .Document .next2:after {
	content: "\f00c";
	font-size: 23px;
	line-height: 43px;
}
.application-tab .next2 {
	float: right;
}
.application-tab .Basic_Profile form, .application-tab .Bank_Detail form, .application-tab .Document form {
	padding: 0px 25px;
}
.application-tab .Basic_Profile label, .application-tab .Bank_Detail label, .application-tab .Document label, .family-list label, .application-tab .Other_Detail label {
	display: inline-block;
	margin-right: 5px;
	text-align: left;
	vertical-align: sub;
	width: 100%;
	color: #393939;
	font-size: 13px;
	font-weight: 600;
}
.application-tab .Basic_Profile .addresl label {
	vertical-align: top !important;
}
.application-tab .Basic_Profile textarea, .application-tab .Basic_Profile input, .application-tab .Bank_Detail input, .application-tab .Document input {
	resize: none;
	display: inline-block;
	width: 100%;
	border-color: #b3b3b3;
	background: #e9e9e9;
	border-radius: 0px;
	-moz-transition: all 300ms ease-in-out;
	-webkit-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
}
.application-tab .Basic_Profile textarea:focus, .application-tab .Basic_Profile input:focus, .application-tab .Bank_Detail input:focus, .application-tab .Document input:focus {
	border-color: #0D63A2;
	background: #fff;
	color: #393939;
	box-shadow: none;
}
.application-tab .Family_Detail form {
	padding: 0px 15px;
}
.padding-left-right {
	padding: 0px 5px;
}
.add-member a i, .remove-member a i  {
	color: #fff;
	width: 30px;
	text-align: center;
	line-height: 30px;
	height: 30px;
	font-size: 22px;
	background: #0d63a2;
	margin-top: 27px;
}
.application-tab input, .application-tab select {
	display: inline-block;
	border-color: #b3b3b3;
	background: #e9e9e9;
	border-radius: 0px;
	-moz-transition: all 300ms ease-in-out;
	-webkit-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
}
.application-tab input:focus, .application-tab select:focus {
	border-color: #0D63A2;
	background: #fff;
	color: #393939;
	box-shadow: none;
}
.Document .form-group {
	position: relative;
}
.Document label {
	vertical-align: super !important;
}
.Document i.upload-status {
	font-size: 26px;
	position: absolute;
	right: 25px;
	top: 5px;
	color: #868686;
}
.Document .upload-done i.upload-status {
	color: #0d63a2;
}
.Document input.file {
	opacity: 0
}
.upload-box {
	float: left;
	width: 100%;
	border: 1px solid #b3b3b3;
	background: #e9e9e9;
}
.upload-box .upload {
	opacity: 0;
}
.upload-box:focus {
	border: 1px solid #333;
	background: #fff;
}
.Document label {
	margin-top: 7px;
}
.add-hide {
	display: none;
}
.scheme {
	margin-bottom: 25px;
}
.scheme-name-bx {
	background: none;
	border: 1px solid #0d63a2;
	border-radius: 10px;
	padding: 15px;
	margin-bottom: 30px;
}
.scheme-name-bx span {
	width: 100%;
	display: block;
	font-size: 14px;
	color: #383838;
	padding: 4px 0px;
}
.scheme-name-bx span strong {
	color: #0D63A2;
	width: 120px;
	display: inline-block;
	text-align: right;
	margin-right: 10px;
}
.scheme-description {
	background: #fff;
	padding: 15px;
}
.scheme-description span {
	color: #0D63A2;
	font-size: 16px;
	font-weight: 700;
	margin-bottom: 10px;
	display: block;
}
.scheme-description p {
	font-size: 14px;
	line-height: 22px;
	color: #383838;
	margin-bottom: 15px;
	text-align: justify;
}
.scheme-description p:last-child {
	margin-bottom: 0px;
}
.eligibility-required {
	background: #fff;
}
.eligibility-required h2 {
	background: #0d63a2;
	overflow: hidden;
	font-weight: 600;
	padding: 10px 15px 10px 30px;
	color: #ffcc00;
	font-size: 16px;
	position: relative;
}
.eligibility-required h2:after {
	content: '';
	width: 20px;
	height: 20px;
	background: #ffcc00;
	display: block;
	left: -10px;
	top: 9px;
	-ms-transform: rotate(45deg); /* IE 9 */
	-webkit-transform: rotate(45deg); /* Chrome, Safari, Opera */
	transform: rotate(45deg);
	position: absolute;
}
.eligibility-required h2:before {
	content: "\f107";
	font-family: FontAwesome;
	position: absolute;
	right: 30px;
	width: 30px;
	height: 30px;
	text-align: center;
	line-height: 33px;
	background: #ffcc00;
	color: #0d63a2;
	top: 4px;
	border-radius: 10px;
	font-size: 25px;
}
.eligibility-required .list-bx {
	padding: 15px 25px;
}
.eligibility-required .list-bx ul {
	background: #eeeeee;
	width: 100%;
	padding: 15px;
	min-height: 130px;
}
.eligibility-required .list-bx li {
	font-size: 14px;
	color: #383838;
	font-weight: 700;
	padding: 3px 0px 3px 15px;
	position: relative;
}
.eligibility-required .list-bx li:after {
	content: "\f105";
	font-family: FontAwesome;
	position: absolute;
	left: 0px;
	font-size: 18px;
	color: #0d63a2;
	top: 0px;
}
.apply-scheme {
	background: #0d63a2;
	color: #fff;
	font-size: 16px;
	border-radius: 15px;
	border: none;
	height: 43px;
	margin: 28px auto;
	position: relative;
	text-transform: capitalize;
	padding: 10px 20px 10px 60px;
	display: table;
	-moz-transition: all 300ms ease-in-out;
	-webkit-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
}
.apply-scheme:after {
	content: "\f00c";
	font-family: FontAwesome;
	color: #ffcc00;
	font-size: 30px;
	left: 0px;
	position: absolute;
	display: block;
	width: 43px;
	height: 43px;
	background: #02477a;
	top: 0px;
	border-radius: 10px 0px 0px 10px;
	-moz-transition: all 300ms ease-in-out;
	-webkit-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
}
.scheme-page {
	padding: 0px;
}
.scheme-page .footer {
	position: relative;
	padding: 5px 0px;
}
.application-detail {
	background: #fff;
	margin-bottom: 25px;
	padding: 15px 0px;
}
.accordion_tab {
}
.accordion_tab .panel-title a {
	margin-top: 0;
	margin-bottom: 0;
	font-size: 16px;
	line-height: 48px;
	padding-left: 15px;
	font-weight: 600;
}
.accordion_tab .panel-title a {
	display: inline-block;
	width: 100%;
}
.accordion_tab .panel-title i {
	width: 50px;
	height: 49px;
	line-height: 48px;
	text-align: center;
	background: #02477a;
}
.accordion_tab .panel-heading {
	padding: 0px;
	border: 0px;
	background: #0d63a2;
	color: #ffcc00;
	border-radius: 0px;
	height: 50px;
}
.panel-group .panel-heading + .panel-collapse > .list-group, .panel-group .panel-heading + .panel-collapse > .panel-body {
	border: 0px;
}
.accordion_tab .panel-default {
	border: 0px;
}
.accordion_tab .panel-body {
	background: #e4e2e2;
	width: 90%;
	margin: 0px auto;
}
.accordion_tab-header h2 {
	padding: 0px 20px;
	font-size: 22px;
	color: #0d63a2;
	margin-bottom: 25px;
	text-align: center;
	margin-top: 10px;
	display: inline-block;
	width: 100%;
}
.detail-about p {
	margin: 3px 0px;
}
.detail-about label {
	width: 30%;
	text-align: right;
	padding-right: 10px;
	color: #383838;
	float: left;
}
.detail-about span {
	width: 70%;
	color: #606060;
	word-wrap: break-word;
	text-align: left;
	float: left;
}
.family-one {
	border-bottom: 1px solid #999;
	margin-bottom: 10px;
	padding: 10px;
}
.family-one:last-child {
	border-bottom: 0px solid #999;
}
.top-floting {
}
.icon-btn {
	padding-left: 35px;
	border: none;
	border-radius: 0px;
	position: relative;
	background: #0d63a2;
	color: #fff;
	display: table;
	margin: 0 auto;
	-moz-transition: all 300ms ease-in-out;
	-webkit-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
}
.icon-btn i {
	top: 0;
	color: #fff;
	width: 25px;
	text-align: center;
	position: absolute;
	left: 0;
	background: #02477a;
	padding: 9px 0px;
	-moz-transition: all 300ms ease-in-out;
	-webkit-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
}
.icon-btn:hover {
	background: #02477a;
	color: #fff;
}
.btn.focus, .btn:focus, .btn:hover {
	color: #fff;
}
.icon-btn:hover i {
	background: #0d63a2;
}
table.dataTable thead .sorting, table.dataTable thead .sorting_asc, table.dataTable thead .sorting_desc, table.dataTable thead .sorting_asc_disabled, table.dataTable thead .sorting_desc_disabled {
	background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
}
table.dataTable thead .sorting_asc::after {
	content: "";
	float: right;
	font-family: fontawesome;
}
table.dataTable thead .sorting_desc::after {
	content: "";
	float: right;
	font-family: fontawesome;
}
table.dataTable thead .sorting::after {
	color: rgba(255, 255, 255, 0.5);
	content: "";
	float: right;
	font-family: fontawesome;
}
.search-btn i {
	width: 35px;
	padding: 10px 0px;
}
#dataTables-example thead tr {
	background: #01477a;
	color: #fff;
}
.dashbord label {
	color: #055695;
}
#dataTables-example_filter input {
	margin-left: 10px;
}
#dataTables-example_length select {
	margin-right: 10px;
}
.dashbord textarea {
	resize: none;
}
.dashbord input, .dashbord select, .dashbord textarea {
	resize: none;
	border-color: #b3b3b3;
	background: #e9e9e9;
	border-radius: 0px;
	-moz-transition: all 300ms ease-in-out;
	-webkit-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
}
.dashbord input:focus, .dashbord select:focus, .dashbord textarea:focus {
	background: #ffffff none repeat scroll 0 0;
	border-color: #0d63a2;
	box-shadow: none;
	color: #393939;
}
.table > tbody > tr > td, .table > tbody > tr > th, .table > tfoot > tr > td, .table > tfoot > tr > th, .table > thead > tr > td, .table > thead > tr > th {
	vertical-align: middle !important;
}
.addbtn {
	display: inline;
	float: right;
	padding: 0 15px 0 50px;
	width: auto;
}
.button-submit-reset {
	margin: 30px 0px;
	text-align: center;
}
.submit-btn {
	margin: 0px 10px;
	background: #1d77dd none repeat scroll 0 0;
	color: #ffffff;
	outline: medium none;
	padding-left: 40px;
	position: relative;
	border: 0px;
	border-radius: 0;
	-moz-transition: all 300ms ease-in-out;
	-webkit-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
}
.submit-btn::after {
	background: #0057bd none repeat scroll 0 0;
	color: #ffffff;
	content: "";
	font-family: FontAwesome;
	height: 32px;
	left: 0;
	line-height: 32px;
	position: absolute;
	top: 0;
	width: 30px;
	-moz-transition: all 300ms ease-in-out;
	-webkit-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
}
.submit-btn:hover {
	background: #0057bd;
}
.submit-btn:hover:after {
	background: #1d77dd;
}
.cancle-btn {
	margin: 0px 10px;
	background: #d9534f none repeat scroll 0 0;
	color: #ffffff;
	outline: medium none;
	padding-left: 40px;
	position: relative;
	border: 0px;
	border-radius: 0;
	-moz-transition: all 300ms ease-in-out;
	-webkit-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
}
.cancle-btn::after {
	background: #c9332f none repeat scroll 0 0;
	color: #ffffff;
	content: "";
	font-family: FontAwesome;
	height: 32px;
	left: 0;
	line-height: 32px;
	position: absolute;
	top: 0;
	width: 30px;
	-moz-transition: all 300ms ease-in-out;
	-webkit-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
}
.cancle-btn:hover {
	background: #c9332f;
}
.cancle-btn:hover:after {
	background: #d9534f;
}
.create-admin {
	padding: 15px;
}


/* -------------------------------------------------------- */
.profile{
	background: #0d63a2;
	color: #fff;
	font-size: 16px;
	border-radius: 15px;
	border: 0px;
	margin: 0px;
	height: 43px;
	float:right;
	position: relative;
	text-transform: capitalize;
	padding: 10px 20px 10px 60px;
	-moz-transition: all 300ms ease-in-out;
	-webkit-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
}
.profile:after {
	content: "\f105";
	font-family: FontAwesome;
	color: #ffcc00;
	font-size: 30px;
	left: 0px;
	position: absolute;
	display: block;
	width: 43px;
	height: 43px;
	background: #02477a;
	top: 0px;
	border-radius: 10px 0px 0px 10px;
	-moz-transition: all 300ms ease-in-out;
	-webkit-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
	line-height:43px;
}
.beneficiary{
}
.beneficiary .padding-right{
	padding-right:0px;
}
.beneficiary .padding-left{
	padding-left:0px;
}
.beneficiary h1{
	background:#0d63a2;
	font-size:20px;
	color:#fff;
	text-align:center;
	padding:10px 0px;
}
.beneficiary h2{
	background:#02477a;
	font-size:20px;
	color:#fff;
	text-align:center;
	padding:10px 0px;
}
.scheme-box{
	background:#dddddd;
	padding:10px;
	margin-bottom:1px;
}
.events-box{
	background:#c5c3c3;
	padding:10px;
	margin-bottom:1px;
}
.events-box span{
	color:#0d63a2;
	display:block;
	font-size:18px;
	font-weight:700;
	text-align:center;
	margin:1px 0px 0px 0px;
	min-height:25px;
}
.events-box p{
	font-size:16px;
	color:#262626;
	line-height:26px;
	min-height:106px;
}

.scheme-name span{
	color:#0d63a2;
	font-weight:600;
	font-size:16px;
}
.scheme-name a {
	float: right;
	padding: 3px 5px 3px 30px;
	color: #fff;
	background: #0d63a2;
	position: relative;
	display: inline-block;
	position: relative;
}
.scheme-name li a:hover {
	background: #02477a;
}
.scheme-name a:hover:after {
	background: #0d63a2;
}
.scheme-name a:after {
	content: "\f178 ";
	font-family: FontAwesome;
	left: 0px;
	line-height: 26px;
	height: 26px;
	background: #02477a;
	width: 20px;
	text-align: center;
	position: absolute;
	top: 0;
	-moz-transition: all 300ms ease-in-out;
	-webkit-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
}
.scheme-btn{
	height:26px;
	font-size:16px;
	margin-left:10px;
	text-align:center;
	line-height:26px;
	width:26px;
	float:right;
	background:#003f6e;
	color:#ffcc00;
	border:0px;
	padding:0px;
}
.scheme-applied{
	background:#fff;
	border:1px solid #999;
	padding:15px;
	width:100%;
	margin-top:15px;
}
.logo img {
    width: auto;
}
.tile-stats{

  background: #105392 none repeat scroll 0 0 padding-box;
  border-radius: 5px;
  display: block;
  margin-bottom: 10px;
/*  overflow: hidden;*/
  padding: 10px;
  position: relative;
-moz-transition: all 300ms ease-in-out;
	-webkit-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
}
.tile-stats-tow{
	background:#3063a2;
}
.tile-stats-three{
	background:#205392;
}
.tile-stats-four{
	background:#4073b2;
}
.tile-stats .icon {
	opacity:0.15;
  bottom: 0;
  font-size: 70px;
 
  position: absolute;
  right: 10px;
  text-align: center;

  color:#fff;
}
.tile-stats h3{
	color: #ffcc00;
    font-size: 18px;
    font-weight: 700;
    margin: 10px 0;
}
.entypo-users i{
}
.tile-stats p{
	color:#fff;
	margin-right:35px;
}
.num{
	font-size:35px;
	color:#fff;
	display:block;
	font-weight:700;
}
/*.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:focus, .navbar-default .navbar-nav > .open > a:hover{
	background:#0D63A2;
	color:#fff;
}
.menu .navbar-nav .dropdown-menu{
	margin-top:6px;
	border:0px;
	border-radius:0px;
	background:#FFCC00;
	border-top:5px solid #0D63A2;
	border-bottom:5px solid #0D63A2;
	padding:0px;
	min-width:auto;
}
.menu .navbar-nav .dropdown-menu li a{
	margin-right:0px;
	padding:8px 20px;
	border-bottom:1px dotted #0D63A2;
}
.menu .navbar-nav .dropdown-menu li:last-child a{
	border-bottom:0px dotted #fff;
}*/



#Document .fileinput {
  display: inline-block;
  margin-bottom: 9px;
}
#Document .fileinput .thumbnail::before, #Document .fileinput .thumbnail::after {
  content: " ";
  display: table;
}
#Document .fileinput .thumbnail::after {
  clear: both;
}
#Document .fileinput .thumbnail::before, #Document .fileinput .thumbnail::after {
  content: " ";
  display: table;
}
#Document .fileinput .thumbnail {
  /*display:;*/
  margin-bottom: 5px;
  overflow: hidden;
  text-align: center;
  vertical-align: middle;
}

#Document .fileinput .thumbnail > img {
  display: block;
  max-height: 100%;
}

#Document .fileinput-exists .fileinput-new, .fileinput-new .fileinput-exists{
	display:none;
}
#Document .fileinput .btn {
  vertical-align: middle;
}
#Document .btn-file {
  position: relative;
  vertical-align: middle;
}
#Document .btn-white {
  background:#0d63a2;
  border:0px;
  color: #fff;
}
#Document .btn-file > input {
  cursor: pointer;
  direction: ltr;
  font-size: 23px;
  margin: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
}
#Document .btn-orange {
    background-color:#EC1529;
    borderL:0px;
    color: #ffffff;
}
/*.navbar-default .navbar-nav .open .dropdown-menu > li > a{
	color:#0d63a2;
}
.navbar-default .navbar-nav .open .dropdown-menu > li > a:focus, .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover{
	background:#0d63a2;
	color:#fff;
}*/