html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    /*font-size: 100%;
    font:*/ inherit;
    vertical-align: baseline;
}

#loading{
      position: fixed;
      left: 0px;
      top: 0px;
      width: 100%;
      height: 100%;
      z-index: 9999;
      background: #fff;
      background: url('../img/wait-loader.gif')
                  50% 50% no-repeat rgba(249,249,249,0.75);
}

body{

	align-items: center;
	justify-content: center;
	height: 100vh;
	text-align: center;

}

.maindiv{
	top: 20px;
	border: 1px solid #cdcdcd;
	border-radius: 10px;
	padding: 40px 0;
	margin-bottom: 100px;
	box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.5);
	background: white;
}

.maindiv h2{
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	margin-bottom: 50px;
}

.asignin p{
	text-align: right;
	margin: 8px 0;
}

.asignin p a{
	cursor: pointer;
	color: #000;
}

i {
	padding-right: 5px;
}


/*======== profile header =======*/

.profilehead img{
	width: 90%;
	height: auto;
	margin: 20px 0;
}


/*======== navbar =======*/


/*.nav-box{
	display: flex;
	justify-content: center;
}


.primary ul a {
  text-decoration: none;
  color: #fff;
  display: block;
}

ul {
  list-style: none;
  position: relative;
  text-align: left;
}

li {
  float: left;
}

ul:after {
  clear: both;
}

ul:before,
ul:after {
    content: " ";
    display: table;
}

nav {
  position: relative;
  background: #2B2B2B;
  background-image: -webkit-linear-gradient(bottom, #2B2B2B 7%, #333333 100%);
  background-image: -moz-linear-gradient(bottom, #2B2B2B 7%, #333333 100%);
  background-image: -o-linear-gradient(bottom, #2B2B2B 7%, #333333 100%);
  background-image: linear-gradient(bottom, #2B2B2B 7%, #333333 100%);
  text-align: center;
  letter-spacing: 1px;
  text-shadow: 1px 1px 1px #0E0E0E;
  -webkit-box-shadow: 2px 2px 3px #888;
  -moz-box-shadow: 2px 2px 3px #888;
  box-shadow: 2px 2px 3px #888;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
}


ul.primary li a {
  display: block;
  color: #fff;
  padding: 20px 30px;
  border-right: 1px solid #3D3D3D;
}

ul.primary li:last-child a {
  border-right: none;
}

ul.primary li a:hover {

  color: #000;
}


ul.sub {
  position: absolute;
  z-index: 200;
  box-shadow: 2px 2px 0 #BEBEBE;
  width: 35%;
  display:none;
  border: 1px solid #000;
}

ul.sub li {
  float: none;
  margin: 0;
}

ul.sub li a {
  border-bottom: 1px dotted #ccc;
  border-right: none;
  color: #000;
  padding: 15px 30px;
}

ul.sub li:last-child a {
  border-bottom: none;
}

ul.sub li a:hover {
  color: #000;
  background: #eeeeee;
}


ul.primary li:hover ul {
  display: block;
  background: #fff;
}


ul.primary li:hover a {
  background: #fff;
  color: #666;
  text-shadow: none;
}

ul.primary li:hover > a{
  color: #000;
}

@media only screen and (max-width: 600px) {
  .decor {
    padding: 3px;
  }

  .wrap {
    width: 100%;
    margin-top: 0px;
  }

   li {
    float: none;
  }

  ul.primary li:hover a {
    background: none;
    color: #8B8B8B;
    text-shadow: 1px 1px #000;
  }

  ul.primary li:hover ul {
    display: block;
    background: #272727;
    color: #fff;
  }

  ul.sub {
    display: block;
    position: static;
    box-shadow: none;
    width: 100%;
  }

  ul.sub li a {
    background: #272727;
  	border: none;
    color: #8B8B8B;
  }

  ul.sub li a:hover {
    color: #ccc;
    background: none;
  }
}*/

		
/*======== personal info =======*/

.personalinfo img{
	width: 100%;
	height: auto;
	padding: 5px;
	border: 2px solid #0DA6B9;
	border-radius: 5px;
}

.sub-head{
	margin: 30px 0;
	text-align: center;
	font-size: 24px;
	font-weight: bold;
	color: #7E300B;
	text-decoration: underline;
}

th {
	width: 300px;
	border: 1px solid #eee;
}

#idno{
	text-align: center;
	font-weight: bold;
	color: #666;
}

th,td{
	font-size: 13px;
}

.table tbody tr td p{
	padding-left: 0;
	margin: 0;
}

.table tbody tr td p:hover{
	cursor: pointer;
	text-decoration: underline;
	color: #a2f;
}

.table tbody tr td p input{
	display: none;

}

#updatebtn{
	margin: 10px 0 30px 0;
}

/* ======== Change Password ==========*/

.changepass{
	/*margin: 50px 0;*/
	padding: 15px;
}

.rankingdiv{
	margin: 50px 0;
}

.ranking thead tr th{
	background: #aaa;
}

.ranking thead tr th, .ranking tbody tr td{
	text-align: center;
	border: 1px solid #dee;
}

/* ======== pr form ==========*/

/*.pr-form{
	width: 98%
	max-height: 100% !important;
	padding: 10px;
	margin: 20px 2%;
	border: 1px solid #e8e8e8;
	border-radius: 10px;
  background: #f1f1f1;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}
*/
.table-image {
  td, th {
    vertical-align: middle;
  }
}

.pr-data{
	width: 98%
	max-height: 100%;
	padding: 10px;
	margin: 20px 2%;
}

.pr-data table tr td{
	border: 1px solid #458;
}

.pr-data td{
	text-align: center;
}

.pr-data th{
	color: #fff;
	text-align: center;
	background: #458;
	font-weight: bold;
}

.pr-data td:hover{
	background: #458;
	color: #fff;
}

/* ======== end pr form ==========*/

/* pr ceil */
.pr-ceil{
  width: 98%
  max-height: 100%;
  padding: 10px;
  margin: 20px 2%;
}

.pr-ceil td{
	text-align: center;
  max-width:100%;
  white-space:nowrap;
}

.pr-ceil th{
	color: #fff;
	text-align: center;
	background: #458;
	font-weight: bold;
}

/* end pr ceil */

/* ======== Footer ==========*/

.footer{
	background: #054808 none repeat scroll 0% 0%;
	padding: 10px;
	border-top: 1px solid #ededed;
}

.footer p{
	margin-top: 10px;
	text-align: center;
	color: #fff;
}

.footer a:active,a:visited,a:hover,a:link{
	color: #fff;
}

/*div[class*=box] {
	height: 33.33%;
	width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.box-1 { background-color: #FF6766; }


/*
========================
      BUTTON ONE
========================

.btn-one {
	color: #FFF;
	transition: all 0.3s;
	position: relative;
}
.btn-one span {
	transition: all 0.3s;
}
.btn-one::before {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	opacity: 0;
	transition: all 0.3s;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: rgba(255,255,255,0.5);
	border-bottom-color: rgba(255,255,255,0.5);
	transform: scale(0.1, 1);
}
.btn-one:hover span {
	letter-spacing: 2px;
}
.btn-one:hover::before {
	opacity: 1;
	transform: scale(1, 1);
}
.btn-one::after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	transition: all 0.3s;
	background-color: rgba(255,255,255,0.1);
}
.btn-one:hover::after {
	opacity: 0;
	transform: scale(0.1, 1);
}*/

.share-button {
  width: 80%;
  height: 80px;
  margin: 10%;
  background: #dfe6e9;
  border-radius: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 50px;
  overflow: hidden;
  position: relative;
  cursor: pointer;
  transition: .3s linear;
}
.share-button:hover{
  transform: scale(1.1);
}
.share-button span{
  position: absolute;
  width: 100%;
  height: 100%;
  background: #2d3436;
  color: #f1f1f1;
  text-align: center;
  line-height: 80px;
  z-index: 999;
  transition: .6s linear;
  border-radius: 40px;

}
.share-button:hover span{
  transform: translateX(-100%);
  transition-delay: .3s;
}
.share-button a {
  flex: 1;
  font-size: 26px;
  margin-right: 20px;
  color: #2d3436;
  text-align: center;
  transform: translateX(-100%);
  opacity: 0;
  transition: .3s linear;
}
.share-button:hover a {
  opacity: 1;
  transform: translateX(0);
}
.share-button a:nth-of-type(1){
  transition-delay: 1s;
}
.share-button a:nth-of-type(2){
  transition-delay: .8s;
}
.share-button a:nth-of-type(3){
  transition-delay: .6s;
}
.share-button a:nth-of-type(4){
  transition-delay: .4s;
}

#policyexpform{
  margin: 20px auto;
  padding: 15px;
  border: 1px solid #e5e5e5;
  border-radius: 5px;
}

.table-div{
  width: 90%;
  justify-content: center;
}

.table-div thead th{
  text-align: center;
  font-weight: bolder;
  background: #0f857f;
  color: #fff;
}
