@charset "utf-8";
article, aside, details, figcaption, figure, footer, header, hgroup, nav, section, summary {
	display: block;
}
 [hidden] {
 display: none;
}
html {
	font-size: 100%;
}
body {
	margin: 0;
	font-family: arial;
	font-size: 0.75em;
	line-height: 1.25em;
}
html {
	padding: 0;
	margin: 0;
	width: 100%;
	height: 100%;
}
body {
	padding: 0;
	margin: 0;
	font-size: 15px;
	line-height: 18px;
	font-family: 'Open Sans', sans-serif;
	color: #414E5B;
	width: 100%;
	height: 100%;
}

a {
	color: #333;
	outline: 0;
	transition: all 0.1s linear 0s, letter-spacing 0s linear 0s;
	-webkit-transition: all 0.1s linear 0s, letter-spacing 0s linear 0s;
}
a:focus {
	outline: none;
}
a:hover, a:active {
	outline: none;
	text-decoration: none;
}
a:hover, a:focus {
	text-decoration: none;
	background: none;
}
@media print {
  a {display:none !important;}
}
abbr[title] {
	border-bottom: 1px dotted;
}
b, strong {
	font-weight: 700;
}
blockquote {
	margin: 1em 40px;
}
dfn {
	font-style: italic;
}
mark {
	background: none repeat scroll 0 0 #FFFF00;
	color: #000000;
}
p, pre {
	margin: 0 0 10px;
}
pre, code, kbd, samp {
	font-family: monospace, serif;
	font-size: 1em;
}
pre {
	white-space: pre-wrap;
	word-wrap: break-word;
}
q {
	quotes: none;
}
q:before, q:after {
	content: none;
}
small {
	font-size: 75%;
}
sub, sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sup {
	top: -0.5em;
}
sub {
	bottom: -0.25em;
}
dl, menu, ol, ul {
	margin: 1em 0;
}
dd {
	margin: 0 0 0 40px;
}
menu, ol, ul {
	padding: 0 0 0 40px;
}
nav ul, nav ol, li {
	list-style: none outside none;
}
img {
	border: 0 none;
}
svg:not(:root) {
	overflow: hidden;
}
figure {
	margin: 0;
}
form {
	margin: 0;
}
fieldset {
}
legend {
	border: 0 none;
	padding: 0;
	white-space: normal;
}
button, input, select, textarea {
	font-size: 100%;
	margin: 0;
	vertical-align: baseline;
}
button, input {
	line-height: normal;
}
input[type="text"], input[type="password"], .register-form textarea{
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	-o-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
	border: 1px solid #ddd;
}
button, input[type="button"], input[type="reset"], input[type="submit"] {
	cursor: pointer;
}
button[disabled], input[disabled] {
	cursor: default;
}
input[type="checkbox"], input[type="radio"] {
	-moz-box-sizing: border-box;
	box-shadow: none;
	padding: 0;
	outline: none;
}
input[type="text"], input[type="password"], select {
	box-shadow: none !important;
}
input:focus, select:focus {
	-moz-box-shadow: none !important;
	-ms-box-shadow: none !important;
	-o-box-shadow: none !important;
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
	border: 1px solid #16A990 !important;
}
input[type="search"] {
	-moz-box-sizing: content-box;
}
input[type="file"] {
	border: medium none;
	box-shadow: none;
	height: auto;
}
button::-moz-focus-inner, input::-moz-focus-inner {
 border: 0 none;
 padding: 0;
}
textarea {
	overflow: auto;
	vertical-align: top;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
.warning {
	color: #A94442
}
.success {
	color: #3C763D;
}
.unstyled li {
	list-style: none;
}
::-moz-selection {
color: #fff;
background: #16a990;
}
::selection {
	color: fff;
	background: #16a990;
}
body {
	font-family: 'Open Sans', sans-serif;
	background: #fff;
	color: #333;
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
	font-family: 'Open Sans', sans-serif;
	font-weight: bold;
	color: #333;
}
.transition {
	transition: all 0.1s ease-out 0s;
	-webkit-transition: all 0.1s ease-out 0s;
	-moz-transition: all 0.1s ease-out 0s;
	-ms-transition: all 0.1s ease-out 0s;
	-o-transition: all 0.1s ease-out 0s;
}
/*-------------- START STYLE---------------*/
.header{height:auto; background:#16a990;}
.site-title{font-size:36px;margin:20px 0; text-transform:uppercase; color:#fff;}
.alignright{float:right;}
.alignleft{float:left;}
.sitemgrtop{margin-top:15px !important;}
@media all and (max-width:480px) {
.site-title{font-size:24px;}
.alignright{float:none; margin:10px 0;}
.alignleft{float:none;margin:10px 0;}
}

.heading {
	color: #141414;
	font-size: 30px;
	position: relative;
	text-align: center;
	margin-bottom: 60px;
	text-transform: uppercase;
}
.heading:after {
	border-bottom: 3px solid #16a990;
	bottom: -15px;
	content: "";
	left: 47%;
	position: absolute;
	width: 65px;
}
@media all and (max-width:480px) {
.heading:after {
	border-bottom: 3px solid #16a990;
	bottom: -15px;
	content: "";
	left: 40%;
	position: absolute;
	width: 65px;
}
}
.sign-up-intro {
	width: 100%;
	height: auto;
	padding: 120px 0;
	background: url(../images/sign-up-intro.jpg) no-repeat fixed center center;
	-moz-background-size: cover;
	-ms-background-size: cover;
	-o-background-size: cover;
	-webkit-background-size: cover;
	background-size: cover;
}
.signupIntroContent h2 {
	color: #f8f8f8;
	display: block;
	font-size: 36px;
	font-weight: bold;
}
.signupIntroContent a {
	background: none repeat scroll 0 0 #16a990;
	border-bottom: 5px solid #04725f;
	color: #f9f9f9;
	display: inline-block;
	font-size: 26px;
	font-weight: bold;
	letter-spacing: 0.25px;
	margin: 25px 0 0;
	padding: 30px 100px;
	text-transform: uppercase;
}
.signupIntroContent a:hover {
	background: none repeat scroll 0 0 #fff;
	border-bottom: 5px solid #f4f4f4;
	color: #16a990;
}

.home-content{
	width: 100%;
	padding: 60px 0;
	height: 420px;
	background: #fff;
}
.adminpanel {
	width: 100%;
	min-height: 420px;
}
@media all and (max-width:480px) {
.home-content{
	height: 340px;
}
}
.sm-heading {
	color: #131313;
	font-size: 16px;
	font-weight: bold;
	letter-spacing: 0.25px;
	margin-bottom: 50px;
	position: relative;
	text-transform: uppercase;
}
.sm-heading:after {
	background: none repeat scroll 0 0 #16a990;
	bottom: -10px;
	content: "";
	height: 2px;
	left: 0;
	position: absolute;
	width: 32px;
}
.footer {
	width: 100%;
	height: auto;
}
.footer-heading {
	color: #fff;
	text-transform: uppercase;
	margin-bottom: 30px;
}
.btn-submit {
	background: none repeat scroll 0 0 #16a990;
	border: 0 none;
	-moz-border-radius: 0 2px 2px 0;
	-ms-border-radius: 0 2px 2px 0;
	-o-border-radius: 0 2px 2px 0;
	-webkit-border-radius: 0 2px 2px 0;
	border-radius: 0 2px 2px 0;
	color: #fff;
	font-size: 18px;
	font-weight: 700;
	letter-spacing: 0.25px;
	padding: 18px 24px 19px;
	text-transform: uppercase;
}
@media all and (max-width:480px) {
.btn-submit {
	padding: 17px 5px 17px;
}
.signupIntroContent h2 {
	font-size: 24px;
}
}
.btn-submit:hover {
	color: #7d7f82;
	background: #16191e;
}
.copyright {
	width: 100%;
	padding: 25px 10px;
	display: block;
	background: #16a990;
}
.copyright p {
	color: #fff;
	margin: 0;
	letter-spacing: 0.25px;
}
/*-------------------------- REGISTER -----------------------------*/
.register-form, .program-outline {
	width: 100%;
	height: auto;
	padding: 15px;
	margin-bottom: 15px;
	background: #eee;
}
.register-form h3, .program-outline h3 {
	font-size: 22px;
	font-weight: lighter;
	letter-spacing: 0.25px;
}
.register-form .control-label {
	font-weight: lighter;
	letter-spacing: 0.35px;
	color: #222;
	text-transform: uppercase;
	text-align: left;
}
.register-form button, .program-outline .btn-register, .register-form .btn-back {
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	-o-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
	color: #fff;
	font-weight: normal;
	margin-right: 10px;
	text-transform: uppercase;
}
.register-form button:hover {
	background: #0c917a;
	color: #fff;
}
.register-form .btn-back {
	background: #222;
}
.register-form .btn-reset {
	background: #a5a5a5;
}
.register-form .btn-submit-register {
	background: #16a990;
}
input[type=radio].css-radiobtn, input[type=checkbox].css-checkbox {
	display: none;
}
input[type=radio].css-radiobtn + label.css-label {
	background: url("../images/radio-inactive.png") no-repeat scroll left center;
	padding-left: 20px;
	padding-right: 10px;
	height: 18px;
	display: inline-block;
	line-height: 18px;
	font-size: 14px;
	font-weight: 300;
	vertical-align: middle;
	cursor: pointer;
}
input.css-radiobtn[type="radio"]:checked + label.css-label {
	background: url("../images/radio-active.png") no-repeat scroll left center;
	font-size: 14px;
	font-weight: 300;
}
.label.css-label {
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
input[type=checkbox].css-checkbox + label.css-label {
	background: url("../images/form-checker.png") no-repeat scroll left center;
	padding-left: 30px;
	height: 24px;
	display: inline-block;
	line-height: 24px;
	font-size: 14px;
	font-weight: 300;
	vertical-align: middle;
	cursor: pointer;
}
input.css-checkbox[type="checkbox"]:checked + label.css-label {
	background: url("../images/form-checked.png") no-repeat scroll left center;
	font-size: 14px;
	font-weight: 300;
}
.register-form textarea {
 box-shadow:none;
    resize: none;
}
.register-form textarea:focus{
 border:1px solid #16a990;
 box-shadow:none;
 }
 .print_wrap{width:5.5in; margin:20px auto;border:1px solid #ccc; padding:15px;}
 #maintable{position:relative;}
   #maintable:before {
        content:url('http://ncertificate.greetingsfree.net/images/bdlogoa.png');
	position: absolute;
	left:21%;
	top:30%;
	z-index:-1;
	/* IE 8 */
  	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";

  	/* IE 5-7 */
  	filter: alpha(opacity=30);

  	/* Netscape */
  	-moz-opacity: 0.3;

  	/* Safari 1.x */
  	-khtml-opacity: 0.3;

  	/* Good browsers */
  	opacity: 0.3;
   }
 .pdatah tr td{padding-top:6px;padding-bottom:6px;}
 .pdatah tr td.pdatahunion{padding-top:2px;padding-bottom:2px;}
  .pdatah tr td.pdatahunionblw{padding-top:2px;padding-bottom:15px;}
 .pdatah{margin:5px;}
 .formtitle{background-color:#666; padding:5px 10px; border-radius:5px; color:#fff;}
 .signature-info tr td{padding-top:0px;padding-bottom:0px;}
 @media print {	 
    @page{
		 size:portrait;
		 margin-top:35px;
	}
   body { font: 15px verdana, sans-serif; padding:0; margin:0;}
   #maintable{position:relative;}
   #maintable:before {
    content:url('http://ncertificate.greetingsfree.net/images/bdlogoa.png');
	position: absolute;
	left:21%;
	top:33%;
	z-index:-1;
	/* IE 8 */
  	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";

  	/* IE 5-7 */
  	filter: alpha(opacity=30);

  	/* Netscape */
  	-moz-opacity: 0.3;

  	/* Safari 1.x */
  	-khtml-opacity: 0.3;

  	/* Good browsers */
  	opacity: 0.3;
   }
  .print_wrap{width:5.5in; margin:135px auto !important; border:1px solid #ccc; padding:15px;}
  
  .pdatah tr td{padding-top:6px;padding-bottom:6px;}
  .pdatah tr td.pdatahunion{padding-top:2px;padding-bottom:2px;}
  .pdatah tr td.pdatahunionblw{padding-top:2px;padding-bottom:15px;}
  .pdatah{margin:5px;}
  .formtitle{background:#666 !important; padding:5px 10px; border-radius:5px; color:#fff;}
  .signature-info tr td{padding-top:0px;padding-bottom:0px;}
  .ptitle{display:none !important;}
  
  .skipbtn{display:none !important;}
  
   a {
        display:none !important;
    }

}

.nav-tabs {
    margin: 0;
    padding: 0;
    border: 0;    
}
.nav-tabs > li > a {
    background: #16A990;
    border-radius: 0;
    box-shadow: inset 0 -8px 7px -9px rgba(0,0,0,.4),-2px -2px 5px -2px rgba(0,0,0,.4);
}

.message{
	padding:15px;margin-bottom:20px;border:1px solid transparent;border-radius:4px;
	color:#3c763d;background-color:#dff0d8;border-color:#d6e9c6;
}