/* just for the demo */
uac-body {
  font-family: sans-serif, Arial;
  font-size: 12px;
  margin: 10px;
}

.uac-form{
  clear: both;
  display: flex;
  flex-direction: row;
  justify-content: center;
  height: 30px;
}

/* Begin for login page */
.users-button-links{
  margin-top: 20px;
  margin-bottom: 10px;
  text-align: center;
}

.users-button-links.insert{
  margin-top: 0;
  margin-bottom: 8px;
  text-align: center;
}

.users-button-links a:hover {
  cursor: pointer;
  background-color: #e5e5e5;
}
/* END for login page */

/* Reset password page */
.form-horizontal{
  display: inline;
}

.form-horizontal.insert{
  margin-left: 10px;
}

.user-submit {
  cursor: pointer;
  margin-left: 4px;
  float: right;
  margin-right: 10px;
}

.fa-icon-inner-text {
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  font-style: normal;
  margin: 0;
  text-align: left;
}

.uac-button-link:hover {
  cursor: pointer;
  background-color: #e5e5e5;
}

.uac .label-notes{
  position: relative;
  vertical-align: middle;
  bottom: 1px;
  font-style: italic;
  font-size: small;  
}

.uac input[type=text],.uac input[type=email] {
  display: inline;
  margin-bottom: 15px;
  font-family: sans-serif;
  font-size: 16px;
  width: 230px;
}

.uac input[type=password] {
  display: inline;
  margin-bottom: 15px;
  font-family: sans-serif;
  font-size: 16px;
  width: 230px;
}

/* user edit form */
.uac .form-info{
  background-color: lavender;  
  padding-top: 5px;
  padding-bottom: 3px;
}

.uac .input-info {
  display: inline;
  font-family: sans-serif;
  font-size: 16px;
  color: blue;
}

/* user contract end */
.uac .contractend-info{
  padding-top: 5px;
}
.uac-contractend-hint {
    margin-top: 0;
    margin-bottom: 5px;
    text-align: center;
}

.uac-contractend-hint.date{
  font-size: 24px;
  font-weight: 600;
  color: red;
}
/* --- */

.uac .user-submit{
  float: right;
}

/* Put submit <button> higher to align with <select> section in /?u=user-edit */
.button-higher{
  margin-top: -4px;
}

.uac-button-link-center{
  margin-left: 0;  
}

.uac-form .form-label{
  width: 140px;
  vertical-align: middle;
}

.uac-form .form-input{
  width: 140px;
  margin-right: 5px;
}
.uac-form .form-notes{
  width: 140px;
}

.uac-form .form-submit{
  clear: both;
  display: flex;
  margin-bottom: 0;
}

.uac-form .form-submit input{
  margin-bottom: 0;
}

#query-user-login-form-container{
  width: 700px;
  text-align: left; 
  margin: 10px auto;
  padding: 1px 10px 0 10px;
  border: 2px solid #70d549;
  border-radius: 5px;  
}

#query-user-login-form-title{ 
  display: block;
  height: 30px;
}

#query-user-edit-form-container {
  width: 700px;
  text-align: left; 
  margin: 10px auto;
  padding: 1px 10px 0 10px;
  border: 2px solid #70d549;
  border-radius: 5px;
}

#query-user-edit-form-title{ 
  display: block;
  height: 30px;
}

/* Reset password form */
.form-centered{
  display: table;
  margin: 0 auto;
}

/* DIV form user login */
.not-logged-in{ 
  _margin: 10px 10px 0 0;
}

.uac-input-hint {
  font-size: small;  
  font-style: italic;
  margin-left: 180px;
  margin-top: 0;
  margin-bottom: 5px;
}

.uac-button-links{
  clear: both;
  display: block;
  margin: 12px auto;
  text-align: center;
}

.uac-button-link {
  font-family: sans-serif;
  font-size: 16px;
  text-decoration: none;
  background-color: #efefef;
  color: #333333;
  padding: 2px 6px 2px 6px;
  border-radius: 3px;
  border-top: 1px solid #767676;
  border-right: 1px solid #767676;
  border-bottom: 1px solid #767676;
  border-left: 1px solid #767676;
}

.uac-button-links a:hover {
  cursor: pointer;
  background-color: #e5e5e5;
}

.user-edit h2, .user-edit h3{
  text-align: center;
}
/* DIV form user edit */
/*.user-edit{
  float: right;  
  margin: 10px 10px 0 0;
}*/

.login-errors{
  text-align: center;
  color: red;
  font-style: italic;
  font-weight: bold;
  font-size: 1.4em;
}

.login-messages {
  text-align: center;
  color: green;
  font-style: italic;
  font-weight: bold;
  font-size: 1.4em;
}

.index{
  margin-top: 20px;
}

.index a{
  margin-right: 30px;  
}

.uac-label-for-input{
  display: inline-block;
  width: 170px;
  position: relative;
  vertical-align: middle;
  font-style: normal;
  font-weight: bold;
  font-size: small;
  text-align: right;
  margin-right: 5px;

}

label {
  position: relative;
  vertical-align: middle;
  bottom: 1px;
  font-style: italic;
  font-size: small;
}



/*
input[type=text],
input[type=password],
input[type=submit],
input[type=email] {
  display: block;
  margin-bottom: 15px;
}*/

.uac.submit{
  margin-left: 134px;  
}

.uac .checkremember { /* }input[type=checkbox] { */
  margin-bottom: 15px;
  margin-left: 179px;
}

.uac .checkpwshow{
  margin-left: 10px;  
}
/*input[type=checkbox] {
  margin-bottom: 15px;
}*/
