/*++++ Font Import ++++++*/
@import url('https://fonts.googleapis.com/css?family=Signika+Negative:400,600,700&display=swap'); 
/*++++++++ START STYLE FOR PAGE: FORM DESIGN
1. registration_form_content.php 
2. forgetpwd_form_content.php
3. chng_pwds_content.php +++++++++++++++++++*/
body {
	margin: 0 auto; 
}
.form-style-10{
    max-width:450px;
    padding:30px;
    margin:40px auto;
    background: #FFF;
	border-radius: 10px;
	-webkit-border-radius:10px;
	-moz-border-radius: 10px;
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.13);
	-moz-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.13);
	-webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.13);
}
.form-style-10 .inner-wrap{
	padding: 30px;
	background: #F8F8F8;
	border-radius: 6px;
	margin-bottom: 15px;
}
.form-style-10 h1{
	background: #2A88AD;
	padding: 20px 30px 15px 30px;
	margin: -30px -30px 30px -30px;
	border-radius: 10px 10px 0 0;
	-webkit-border-radius: 10px 10px 0 0;
	-moz-border-radius: 10px 10px 0 0;
	color: #fff;
	text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.12);
	font: normal 30px 'Signika Negative', serif;
	-moz-box-shadow: inset 0px 2px 2px 0px rgba(255, 255, 255, 0.17);
	-webkit-box-shadow: inset 0px 2px 2px 0px rgba(255, 255, 255, 0.17);
	box-shadow: inset 0px 2px 2px 0px rgba(255, 255, 255, 0.17);
	border: 1px solid #257C9E;

}
.form-style-10 h1 > span{
	display: block;
	margin-top: 2px;
	font: 13px 'Signika Negative', sans-serif;
}
.form-style-10 label{
	display: block;
	font: 13px 'Signika Negative', sans-serif;
	color: #000000;
	margin-bottom: 15px;
	font-weight: bold;
}
.form-style-10 input[type="text"],
.form-style-10 input[type="date"],
.form-style-10 input[type="datetime"],
.form-style-10 input[type="email"],
.form-style-10 input[type="number"],
.form-style-10 input[type="search"],
.form-style-10 input[type="time"],
.form-style-10 input[type="url"],
.form-style-10 input[type="password"],
.form-style-10 textarea,
.form-style-10 select {
	display: block;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	width: 100%;
	padding: 8px;
	border-radius: 6px;
	-webkit-border-radius:6px;
	-moz-border-radius:6px;
	border: 2px solid #fff;
	box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.33);
	-moz-box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.33);
	-webkit-box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.33);
}

.form-style-10 .section{
	font-family:'Signika Negative', sans-serif;
	font-size: 17px;
	font-weight: 600;
	color: #2A88AD;
	margin-bottom: 5px;
}
.form-style-10 .section span {
	background: #2A88AD;
	padding: 5px 10px 5px 10px;
	position: absolute;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border: 4px solid #fff;
	font-size: 14px;
	margin-left: -45px;
	color: #fff;
	margin-top: -3px;
}
.form-style-10 input[type="button"],
.form-style-10 input[type="submit"]{
	background: #2A88AD;
	padding: 8px 20px 8px 20px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	color: #fff;
	text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.12);
	-moz-box-shadow: inset 0px 2px 2px 0px rgba(255, 255, 255, 0.17);
	-webkit-box-shadow: inset 0px 2px 2px 0px rgba(255, 255, 255, 0.17);
	box-shadow: inset 0px 2px 2px 0px rgba(255, 255, 255, 0.17);
	border: 1px solid #257C9E;
	font-family:'Signika Negative', sans-serif;
	font-size: 17px;
	font-weight: 600;
}
.form-style-10 input[type="button"]:hover,
.form-style-10 input[type="submit"]:hover{
	background: #2A6881;
	-moz-box-shadow: inset 0px 2px 2px 0px rgba(255, 255, 255, 0.28);
	-webkit-box-shadow: inset 0px 2px 2px 0px rgba(255, 255, 255, 0.28);
	box-shadow: inset 0px 2px 2px 0px rgba(255, 255, 255, 0.28);
}
/*++++++++ END STYLE FOR PAGE: FORM DESIGN
1. registration_form_content.php 
2. forgetpwd_form_content.php
3. chng_pwds_content.php +++++++++++++++++*/

/*++++++++ START STYLE FOR PAGE: ERROR/WARNING/SUCCESS MESSAGE BOX DESIGN
1. change_action.php 
2. register_action.php ++++++++++++++++++++++++++++++++++++++++++++++++++*/

.alert-box {
	border-radius: 5px;
	color: #555;
	font-family: 'Signika Negative',sans-serif;
	margin: 0 auto;
	width: 50%;
}
.alert-box span {
	font-weight:bold;
	text-transform:uppercase;
}
.error {
	background:#ffecec url('../../images/error.png') no-repeat 10px 50%;
	border:1px solid #f5aca6;
}
.success {
	background:#e9ffd9 url('../../images/success.png') no-repeat 10px 50%;
	border:1px solid #a6ca8a;
}
.warning {
	background:#fff8c4 url('../../images/warning.png') no-repeat 10px 50%;
	border:1px solid #f2c779;
}
.notice {
	background:#e3f7fc url('../../images/notice.png') no-repeat 10px 50%;
	border:1px solid #8ed9f6;
}
/*++++++++ END STYLE FOR PAGE: ERROR/WARNING/SUCCESS MESSAGE BOX DESIGN
1. change_action.php 
2. register_action.php ++++++++++++++++++++++++++++++++++++++++++++++++++*/

/*++++++++ START STYLE FOR PAGE: MODAL DESIGN
1. registration_form_content.php +++++++++++++*/

.modalDialog {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.8);
    z-index: 99999;
    opacity:0;
    -webkit-transition: opacity 400ms ease-in;
    -moz-transition: opacity 400ms ease-in;
    transition: opacity 400ms ease-in;
    pointer-events: none;
}
.modalDialog:target {
    opacity:1;
    pointer-events: auto;
}
.modalDialog > div {
    width: 315px;
    position: relative;
    margin: 5% auto;
    padding: 5px 20px 13px 20px;
    border-radius: 10px;
}
.close {
    background: #606061;
    color: #FFFFFF;
    line-height: 25px;
    position: absolute;
    right: -5px;
    text-align: center;
    top: -10px;
    width: 24px;
    text-decoration: none;
    font-weight: bold;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;
    -moz-box-shadow: 1px 1px 3px #000;
    -webkit-box-shadow: 1px 1px 3px #000;
    box-shadow: 1px 1px 3px #000;
}
.close:hover {
    background: #00d9ff;
}
/*++++++++ END STYLE FOR PAGE: MODAL DESIGN
1. registration_form_content.php +++++++++++++*/

/*++++++++ START STYLE FOR PAGE: MODAL DESIGN
1. forgetpwd_form_content.php
2. forgetpwd_hints.js +++++++++++++*/
#txtHint table tr{
	border-style: inset;
	background-color:  #d6eaf8;
	text-align: left;
	font-family: 'Ubuntu', sans-serif;
}
/*++++++++ END STYLE FOR PAGE: MODAL DESIGN
1. forgetpwd_form_content.php
2. forgetpwd_hints.js +++++++++++++*/


/*++++++++ START STYLE FOR PAGE: NX ABOUT ++++++++
1. nxabout_content.php ++++++++++++++++++++++++++*/
.container {
	font: normal 14px 'Signika Negative', serif;
	background: linear-gradient(45deg, #49a09d, #5f2c82);
	position: absolute;
	top: 113%;
	left: 55%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
table {
	text-align: justify;
	min-width: 960px;
	border-collapse: collapse;
	overflow: hidden;
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}
th,
td {
	padding: 15px;
	background-color: rgba(255, 255, 255, 0.2);
	color: #000;
}
.container a{
	text-decoration: none;
}
th {
	text-align: left;
	font-size: 20px;
}
thead th {
	background-color: #55608f;
}
tbody tr:hover {
	background-color: rgba(255, 255, 255, 0.3);
}
tbody td {
	position: relative;
}
tbody td:hover:before {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	top: -9999px;
	bottom: -9999px;
	background-color: rgba(255, 255, 255, 0.2);
	z-index: -1;
}
/*++++++++ START STYLE FOR PAGE: NX ABOUT ++++++++*/