/* Style the header with a grey background and some padding */
.header {
  overflow: hidden;
  background-color: #98ABB6;
  
}
/*body style and color*/
body{
  background-color:#D5EAEC ;
}
a{
  color: #575e69 ;
}
/* Style the header links */
.header a {
  float: left;
  color: #575e69;
  text-align: center;
  padding: 12px;
  text-decoration: none;
  font-size: 30px;
  line-height: 25px;
  border-radius: 4px;
}
/* Change the background color on mouse-over */
.header a:hover {
  background-color: #ddd;
  color: black;
}

/* Float the link section to the right */
.header-right {
  margin-top: 1.9%;
  padding: 30px;
  float: right;
}
/*logo image and size*/
.logo{
  margin-left: 2%;
  margin-bottom: 2%;
  float: left;
  width:35%;
  padding: 60px;
  background: url(images/logo.png);
  background-repeat: no-repeat;
  background-size: 170px 170px;
}
.bottom_bar{
  overflow: hidden;
  background-color: #98ABB6;
}
.bottom_bar a{
  float: left;
  color: #575e69;
  padding: 5px;
  font-size: 18px;
}
.bottom_bar_right{
  margin-right: 3%;
  float: right;
}



/* Add media queries for responsiveness - when the screen is 500px wide or less, stack the links on top of each other */
@media screen and (max-width: 500px) {
  .header a {
    float: none;
    display: block;
    text-align: left;
  }
  .header-right {
    float: none;
  }
}
/*image home*/
.home_background {
  background: url(images/happy-little-girl-smiling.jpg);
  margin: 3% 10%;
  padding: 30px;
-webkit-box-shadow: 5px 4px 20px 2px rgba(0,0,0,0.53); 
box-shadow: 5px 4px 20px 2px rgba(0,0,0,0.53);
}
/*login_window*/
.login{
  background-color:#D5EAEC;
  width:50%;
  opacity: 0.8;
  margin: 10% 25%;
  text-align: center;

  color: #575e69;
  padding: 12px;
  text-decoration: none;
  font-size: 25px;
  line-height: 25px;
  border-radius: 4px;
}
.login td{
  padding: 10px 28px;
}
.login label{
  padding: 10px 28px;
}
/*login_button*/
.login_button{
  background-color: #16619e;
  border: none;
  color: white;
  padding: 10px 28px;
  text-decoration: none;
  margin: 4px 2px;
  cursor:url(images/cursor_logo.png), auto;

  font-size: 25px;
  line-height: 25px;
  border-radius: 8px;
}
/*Forgot password*/
.Forgot_password{
  cursor: pointer;
  font-size: 17px;
}
/*________________________________________sign up page_____________________________*/
/*image signup*/
.signup_background {
  background: url(images/hug.jpg);
  background-repeat: no-repeat;
  background-size:100% 100%;
  margin:5% ;
  padding: 10%;
-webkit-box-shadow: 5px 4px 20px 2px rgba(0,0,0,0.53); 
box-shadow: 5px 4px 20px 2px rgba(0,0,0,0.53);
}
/*signup_window*/
.signup{
  background-color:#D5EAEC;
  width:90%;
  opacity: 0.8;
  margin: 5% 5%;
  text-align: center;

  color: #575e69;
  padding: 5px 5px;
  text-decoration: none;
  font-size: 25px;
  line-height: 25px;
  border-radius: 4px;
}
.signup td{
    padding: 10px;
}
.signup th{
  padding: 30px;
  font-size: 30px;
}
.signup_button:disabled{
  background-color: #d14c4c;
  color: gray;
}
.signup_button:disabled:hover{
  -webkit-box-shadow: 5px 4px 20px 2px rgba(0,0,0,0.0); 
box-shadow: 5px 4px 20px 2px rgba(0,0,0,0.0);
cursor: not-allowed;
}
/*signup_button*/
.signup_button{
  background-color: #16619e;
  border: none;
  color: white;
  padding: 20px;
  text-decoration: none;
  margin: 4px 2px;
  cursor:url(images/cursor_logo.png), auto;
  font-size: 25px;
  line-height: 25px;
  border-radius: 8px;
}
.signup_button:hover{
  -webkit-box-shadow: 5px 4px 20px 2px rgba(0,0,0,0.33); 
box-shadow: 5px 4px 20px 2px rgba(0,0,0,0.33);
}
/*_____________________________________home page__________________________*/
.login_background{
background-color: #98ABB6;
margin:5% ;
-webkit-box-shadow: 5px 4px 20px 2px rgba(0,0,0,0.53); 
box-shadow: 5px 4px 20px 2px rgba(0,0,0,0.53);

}
.Records_added_successfully{
  color: green;
  margin-left: 38%;
  font-size: 30px;
}
.login_window{
  background-color:#98ABB6;
  width:100%;
  text-align: center;
  table-layout: fixed;
  color: #575e69;
  text-decoration: none;
  font-size: 25px;
  line-height: 25px;
  border-radius: 4px;
  border-collapse: separate;
  border-spacing: 50px 50px;
}

.login_window_add_balance a:link, a:visited{
  background-color: #16619e;
  padding: 25px;
  color:  white;
  text-decoration: none;
  font-size: 25px;
  width: 90%;
  border: 2px solid #16619e;
  border-radius: 8px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
}
.login_window_add_balance a:hover, a:active{
  font-size: 30px;
  background-color: #16619e;
  color: #575e69;
  border-radius: 8px;
  cursor:url(images/cursor_logo.png), auto;
    -webkit-box-shadow: 5px 4px 20px 2px rgba(0,0,0,0.22); 
box-shadow: 5px 4px 20px 2px rgba(0,0,0,0.22);
}
.login_window_add_user a:link, a:visited{
  background-color: #d14c4c;
  padding: 25px;
  color:  white;
  text-decoration: none;
  font-size: 25px;
  width: 90%;
  border: 2px solid #d14c4c;
  border-radius: 8px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
}
.login_window_add_user a:hover, a:active{
  font-size: 30px;
  background-color: #d14c4c;
  color: #575e69;
  border-radius: 8px;
  cursor:url(images/cursor_logo.png), auto;
    -webkit-box-shadow: 5px 4px 20px 2px rgba(0,0,0,0.22); 
box-shadow: 5px 4px 20px 2px rgba(0,0,0,0.22);
}
.balance_text{
  color: #299A0A;
  padding: 5px;
  width: 50px;
  text-decoration: none;
  background-color: transparent;
  border: none;
  font-size: 25px;
  line-height: 25px;
  border-radius: 8px;
}
.activities_list{
  background-color: #D5EAEC;
  text-align: left;
  border-radius: 8px;
  font-size: 20px;
  -webkit-box-shadow: 5px 4px 20px 2px rgba(0,0,0,0.53); 
box-shadow: 5px 4px 20px 2px rgba(0,0,0,0.53);
}
.activities_list a:link, a:visited{
  background-color: #16619e;
  padding: 3px;
  color:  white;
  text-decoration: none;
  font-size: 15px;
  width: 90%;
  border: 2px solid #16619e;
  border-radius: 8px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
}
.activities_list a:hover, a:active{
  font-size: 15px;
  background-color: #16619e;
  color: #575e69;
  border-radius: 8px;
    -webkit-box-shadow: 5px 4px 20px 2px rgba(0,0,0,0.53); 
box-shadow: 5px 4px 20px 2px rgba(0,0,0,0.53);
}
.users_list{
  background-color: #D5EAEC;
  text-align: left;
  border-radius: 8px;
  font-size: 20px;
  -webkit-box-shadow: 5px 4px 20px 2px rgba(0,0,0,0.53); 
box-shadow: 5px 4px 20px 2px rgba(0,0,0,0.53);
}
.users_list a:link, a:visited{
  background-color: #d14c4c;
  padding: 3px;
  color:  white;
  text-decoration: none;
  font-size: 15px;
  width: 90%;
  border: 2px solid #d14c4c;
  border-radius: 8px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
}
.users_list a:hover, a:active{
  font-size: 15px;
  background-color: #d14c4c;
  color: #575e69;
  border-radius: 8px;
    -webkit-box-shadow: 5px 4px 20px 2px rgba(0,0,0,0.53); 
box-shadow: 5px 4px 20px 2px rgba(0,0,0,0.53);
}

/*_________________________________________________users page__________________________________*/
.user_background{
background-color: #98ABB6;
padding: 3%;
margin:5% ;
-webkit-box-shadow: 5px 4px 20px 2px rgba(0,0,0,0.53); 
box-shadow: 5px 4px 20px 2px rgba(0,0,0,0.53);

}
.user_window{
  background-color:#98ABB6;
  width:100%;
  padding: 5%;
  text-align: center;
  table-layout: fixed;
  color: #575e69;
  font-size: 25px;
  line-height: 25px;
  border-radius: 4px;
}
.user_window a:link, a:visited{
  background-color: #d14c4c;
  padding: 20px;
  margin: 2%;
  color:  white;
  text-decoration: none;
  font-size: 25px;
  width: 60%;
  border: 2px solid #d14c4c;
  border-radius: 8px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
}
.user_window a:hover, a:active{
  font-size: 30px;
  background-color: #d14c4c;
  color: #575e69;
  border-radius: 8px;
  cursor:url(images/cursor_logo.png), auto;
    -webkit-box-shadow: 5px 4px 20px 2px rgba(0,0,0,0.22); 
box-shadow: 5px 4px 20px 2px rgba(0,0,0,0.22);
}
.user_list{
  background-color: #eeeeee;
  padding: 10px;
  border-radius: 8px;
  font-size: 20px;
  -webkit-box-shadow: 5px 4px 20px 2px rgba(0,0,0,0.53); 
box-shadow: 5px 4px 20px 2px rgba(0,0,0,0.53);
}
.user_list ul{
  background-color: #cccccc;
  margin: 0px;
  padding: 15px 15px;
  border-radius: 8px;
}
.user_list input[type=button]{
  background-color: #d14c4c;
  padding: 5px;
  margin-right: 1%;
  color:  white;
  font-size: 15px;
  width: 18%;
  border-radius: 8px;
  cursor: pointer;
      -webkit-box-shadow: 5px 4px 20px 2px rgba(0,0,0,0.11); 
  box-shadow: 5px 4px 20px 2px rgba(0,0,0,0.11);
}
.autorisation_list{
  background-color:#eeeeee;
  width:90%;
  padding: 3%;
  margin: 5%;
  text-align: center;
  table-layout: fixed;
  color: #575e69;
  font-size: 25px;
  line-height: 25px;
  border-radius: 4px;
  -webkit-box-shadow: 5px 4px 20px 2px rgba(0,0,0,0.53); 
box-shadow: 5px 4px 20px 2px rgba(0,0,0,0.53);
}
.article{
 border-style: groove;
  border-radius: 8px;
    -webkit-box-shadow: 5px 4px 20px 2px rgba(0,0,0,0.22); 
  box-shadow: 5px 4px 20px 2px rgba(0,0,0,0.22)
}
.autorisation_list img{
  height: 100px;
}
/*------------------------select style---------------------------*/
/*the container must be positioned relative:*/
.custom-select {
  position: relative;
  font-family: Arial;
  width:20px;
  margin-left: 40%;
  font-size: 20px;
}

.custom-select select {
  display: none; /*hide original SELECT element:*/
}

.select-selected {
  background-color: #d14c4c;
}

/*style the arrow inside the select element:*/
.select-selected:after {
  position: absolute;
  content: "";
  top: 10px;
  right: 16px;
  width: 0;
  height: 0;
  border: 6px solid transparent;
  border-color: #fff transparent transparent transparent;
}

/*point the arrow upwards when the select box is open (active):*/
.select-selected.select-arrow-active:after {
  border-color: transparent transparent #fff transparent;
  top: 7px;
}

/*style the items (options), including the selected item:*/
.select-items div,.select-selected {
  color: white;
  padding: 6px 12px;
  border: 1px solid transparent;
  border-color: transparent transparent rgba(0, 0, 0, 0.1) transparent;
  cursor: pointer;
  user-select: none;
}

/*style items (options):*/
.select-items {
  position: absolute;
  background-color: #d14c4c;
  top: 100%;
  left: 0;
  right: 0;
  z-index: 99;
}

/*hide the items when the select box is closed:*/
.select-hide {
  display: none;
}

.select-items div:hover, .same-as-selected {
  background-color: #16619e;
}
/*____________________________________________________add balance page_____________________*/
.add_balance_buttons{
  background-color: #D5EAEC;
   border-style: groove;
  border-radius: 8px;
    -webkit-box-shadow: 5px 4px 20px 2px rgba(0,0,0,0.22); 
  box-shadow: 5px 4px 20px 2px rgba(0,0,0,0.22); 
}
.add_balance_buttons input[type=button]{
  background-color: #98ABB6;
  color: #16619e;
  margin: 5%;
  padding: 4%;
  font-size: 20px;
  border-color: #16619e;
  border-radius: 8px;
    -webkit-box-shadow: 2px 1px 10px 1px #16619e; 
  box-shadow: 2px 1px 10px 1px #16619e;
}
.add_balance_buttons input[type=button]:hover{
  background-color: #98ABB6;
  border-radius: 8px;
  cursor: pointer;
  border-color: transparent;
    -webkit-box-shadow: 5px 4px 20px 2px rgba(0,0,0,0.44); 
  box-shadow: 5px 4px 20px 2px #16619e;
}
.amount_text {
  text-align: center;
  background-color: transparent;
  padding: 0 0 0px;
  border: none;
  width: 60px;
  font-weight: bold;
  font-size: 30px;
  color: green;
}
.amount_text input[type=text]{
  text-align: center;
  padding: 2%;
  font-weight: bold;
  font-size: 30px;
  color: green;
    border-radius: 16px;
    -webkit-box-shadow: 5px 4px 20px 2px rgba(0,0,0,0.44); 
  box-shadow: 2px 1px 10px 1px #16619e;
}
.payment_method{
  background-color: #D5EAEC;
  border-style: groove;
  border-radius: 8px;
  text-align: center;
  box-shadow: 5px 4px 20px 2px rgba(0,0,0,0.22); 
}

.payment_method select{
  width:40%;
  background-color: #16619e; 
  border-radius: 16px;
  margin: 0 0 0 ;
}
.payment_method input[type=button]{
  background-color: #d14c4c;
  padding: 20px;
  margin: 2%;
  color:  white;
  font-size: 25px;
  width: 60%;
  border: 2px solid #d14c4c;
  border-radius: 8px;
  text-align: center;
  box-shadow: 2px 1px 10px 1px #16619e;
}
.payment_method input[type=button]:hover{
  box-shadow: 5px 4px 20px 2px #16619e;
  cursor: pointer;
}
/*____________________________add user page________________________________*/
.add_user_table{
  background-color:#98ABB6;
  width:100%;
  text-align: center;
  table-layout: fixed;
  color: #575e69;
  text-decoration: none;
  font-size: 25px;
  line-height: 25px;
  border-radius: 4px;
  border-collapse: separate;
  border-spacing: 50px 50px;
}
.add_user_table td{
    border-radius: 8px;
    background-color: #D5EAEC;
    padding: 20px;
    box-shadow: 5px 4px 20px 2px rgba(0,0,0,0.22);
}
.add_user_table input[type=text],[type=date]{
  padding: 5px;
  font-size: 15px;
  text-align: center;
}
.add_user_table label{
  margin: 10px;
}
.add_user_tablee_submit{
  background-color: #16619e;
  padding: 20px;
  margin: 2%;
  color:  white;
  font-size: 25px;
  width: 60%;
  border: 2px solid #16619e;
  border-radius: 8px;
  text-align: center;
  box-shadow: 2px 1px 10px 1px #d14c4c;
}
.add_user_tablee_submit:hover{
  box-shadow: 5px 4px 20px 2px #d14c4c;
  cursor: pointer;
    border: 2px solid transparent;
}
/*____________________________________more details balance page_________________________*/
.more_details_banace_background{
background-color: #98ABB6;

margin:5% ;
padding: 30px;
-webkit-box-shadow: 5px 4px 20px 2px rgba(0,0,0,0.53); 
box-shadow: 5px 4px 20px 2px rgba(0,0,0,0.53);

}

.more_details_banace_table{
  background-color:#98ABB6;
  margin-left: 20%;
  width:60%;
  text-align: center;
  table-layout: fixed;
  color: #575e69;
  text-decoration: none;
  font-size: 25px;
  line-height: 25px;
  border-radius: 8px;
  border-collapse: separate;
  border-spacing: 50px 50px;
  box-shadow: 5px 4px 20px 2px rgba(0,0,0,0.53);
}
.more_details_banace_table td{
  text-align: left;
    border-radius: 8px;
    background-color: #D5EAEC;
    padding: 20px;
    box-shadow: 5px 4px 20px 2px rgba(0,0,0,0.22);
}
.more_details_banace_button{
  background-color: #16619e;
  padding: 20px;
  color:  white;
  text-decoration: none;
  font-size: 25px;
  width: 40%;
  border: 2px solid #16619e;
  border-radius: 8px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
}
.more_details_banace_button:hover{
  font-size: 30px;
  background-color: #16619e;
  color: #575e69;
  border-radius: 8px;
  cursor:url(images/cursor_logo.png), auto;
box-shadow: 5px 4px 20px 2px rgba(0,0,0,0.22);
}
.autorisation_table input[type=button]{
  background-color: #d14c4c;
  padding: 20px;
  color:  white;
  font-size: 25px;
  width: 60%;
  border: 2px solid #d14c4c;
  border-radius: 8px;
  text-align: center;
  box-shadow: 2px 1px 10px 1px #16619e;
}
.autorisation_table input[type=button]:hover{
  box-shadow: 5px 4px 20px 2px #16619e;
  cursor: pointer;
}
/*________________________________user more info page___________________________________*/
/*___________autorisation list____________*/
.user_more_info_background{
background-color: #98ABB6;
margin:5% ;
padding: 0 0 0;
-webkit-box-shadow: 5px 4px 20px 2px rgba(0,0,0,0.53); 
box-shadow: 5px 4px 20px 2px rgba(0,0,0,0.53);
}
.table_user_info{
  margin-top: 5%;
  width:100%;
  text-align: center;
  table-layout: fixed;
  color: #575e69;
  text-decoration: none;
  line-height: 25px;
  border-radius: 8px;
  border-collapse: separate;
  border-spacing: 25px 25px;
  box-shadow: 5px 4px 20px 2px rgba(0,0,0,0.53);
}
.user_autorisation_list_td{
    background-color: #D5EAEC;
    box-shadow: 5px 4px 20px 2px rgba(0,0,0,0.53);
}
.user_autorisation_list_td_button{
  background-color: #d14c4c;
  padding: 5px;
  color:  white;
  font-size: 15px;
  width: 80%;
  border: 2px solid #d14c4c;
  border-radius: 8px;
  text-align: center;
  box-shadow: 2px 1px 10px 1px #16619e;
}
.user_autorisation_list_td_button:hover{
  box-shadow: 5px 4px 20px 2px #16619e;
  cursor: pointer;
}
form i {
    margin-left: -30px;
    cursor: pointer;
}