body{
	font-size:20px; 
	text-align: right; 
	background-color:  #ffff;

}

//Navbar setting
.navbar-brand{
	font-size: 25px;
}
.navbar-custom {
    background-color: #256e82;
	height: 90px;  
}
.navbar h4{
        color: white;
	text-shadow: 4px 4px 4px #000000;
}
.h44{
	text-align: left;
	color: #4d0000;
	text-shadow: 4px 4px 4px #000000;
}
// Form setting
.tx-font {
	    font-size: 1.5rem;

}
.card-header{
	background-color: #256e82;
	box-shadow: inset 5px 9px 9px #000000;
}
.card-header h4{
	text-align: center;
	color: white;
}
.card-body {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 4px;
}
.card{
	border: 1px solid #256e82;
	box-shadow: 0px 0px 16px 0px #010c19;
    }
.card-footer{
	background-color :#256e82;
	position: relative;
}
.btn-succes {
    color: #fff;
    background-color: #256e82;
    border-color: #256e82;
	box-shadow:  5px 9px 9px #000000;
	transition: width 2s, height 2s;
}
.Drop{
	width: 100%;  
}
.btn-succes:after {
    color: #fff;
    background-color: #256e82;
    border-color: #256e82;
	box-shadow:  5px 9px 9px #000000;
	
}
.btn-succes:hover {
  border-color: #fff;
  width: 1.5%;
}
.btn-succes:active{
	color: #fff;
    background-color: #256e82;
    border-color: #256e82;
	box-shadow:  5px 9px 9px #000000;
	
}
.btn-succes:after active{
	color: #fff;
    background-color: #256e82;
    border-color: #256e82;
	box-shadow:  5px 9px 9px #000000;
	 width: 2%;
     height: 2%;
}
.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 60px; /* Set the fixed height of the footer here */
  line-height: 60px; /* Vertically center the text there */
  background-color: #0047b3;
  margin-bottom: 0px;
  padding-bottom: 0;
}
.fotPos{
  position: relative;
  bottom: 0;
  width: 100%;
  height: 60px; /* Set the fixed height of the footer here */
  line-height: 60px; /* Vertically center the text there */
  background-color: #0047b3;
  margin-bottom: 0;
  padding-bottom: 0;
}
.py-5 {
    padding-top: 5px;
}
.table {
	border :2px solid #256e82;
}
.table td, .table th {
	border :2px solid #256e82;
	text-align: center;
    background-color: #ffffff;
    padding: 0.5px;
	font-size:15px;
	font-weight: 600;
}

@media (max-width: 1000px) {

  /* Pull out the header and footer */
  .footer {
    position: static;
    bottom: 0;
  }
}
