body {
  font-family: 'Roboto', sans-serif;
  margin: 0;
  background: #f5f5f5;
  color: #333;
  font-size:13px;
    
}
a {
    color: #277DCA;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}
/* =============================
   Headings & Text Styles
============================= */

.h1, .boxcontainerlabel {
    font-weight: bold;
    font-size: 24px;
    color: #333;
}

.boxcontainerlabel {
    font-size: 30px;
    margin-bottom: 8px;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.85);
}

.dateholder {
    font-family: Candara, Trebuchet MS, Verdana, Arial, sans-serif;
    color: #666;
    font-size: 20px;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.5);
    text-align: left;
}

/* =============================
   Input & Form Elements
============================= */

input[type="text"],
input[type="password"],
input[type="email"],
input[type="number"],
input[type="url"],
textarea {
    width: 100%;
    padding: 8px 12px;
    margin: 8px 0;
    border: 1px solid #dcdcdc;
    border-radius: 6px;
    font-size: 13px;
    color: #333;
    background: #fff;
    box-sizing: border-box;
    transition: border 0.3s ease;
}

input:focus, textarea:focus {
    border-color: #1e90ff;
    outline: none;
}

input.FormError {
    border-color: #DD4B39;
}

.btn-submit, .enter, .submitbtn {
    background: #1e90ff;
    color: #fff;
    border: none;
    padding: 12px 20px;
    font-size: 14px;
    border-radius: 6px;
    cursor: pointer;
    transition: background 0.3s ease;
}

.btn-submit:hover, .enter:hover, .submitbtn:hover {
    background: #1c7ed6;
}

.err_msg {
    border: 1px solid #f90;
    background: #fff8dc;
    padding: 8px 12px;
    color: #cc0000;
    font-size: 13px;
    border-radius: 4px;
    margin-bottom: 12px;
}
.site-header {
  background: #ffffff;
  padding: 12px 20px;
  border-bottom: 1px solid #ddd;
}

.top-bar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #f4f4f4;
  padding: 8px 20px;
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  border-bottom: 1px solid #ddd;
}

.top-bar-section {
  display: flex;
  align-items: center;
  gap: 12px;
}

.top-bar-title {
  font-weight: 500;
  color: #333;
}

.top-bar-text {
  color: #555;
}

.top-bar a {
  color: #444;
  text-decoration: none;
}

.top-bar a:hover {
  color: #222;
}

.material-icons {
  vertical-align: middle;
  font-size: 20px;
  color: #666;
}


/* LOGIN */
.login-container {
  max-width: 360px;
  margin: 50px auto;
  padding: 30px;
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 8px;
  text-align: center;
}

.login-container h2 {
  margin-bottom: 20px;
}

.login-container input[type="text"],
.login-container input[type="password"] {
  width: 100%;
  padding: 10px;
  margin-bottom: 14px;
  border: 1px solid #ccc;
  border-radius: 4px;
}

.btn-submit {
  background: #0077cc;
  color: #fff;
  border: none;
  padding: 12px;
  width: 100%;
  border-radius: 4px;
  cursor: pointer;
}

.btn-submit:hover {
  background: #005fa3;
}

.form-footer {
  margin-top: 14px;
}

.form-footer a {
  font-size: 14px;
  color: #0077cc;
}

/* FOOTER */
.site-footer {
  margin-top: 50px;
  font-size: 13px;
  color: #555;
  text-align: center;
}

.footer-bar {
  height: 4px;
  background: #ddd;
}

.footer-content {
  padding: 15px;
  background: #f0f0f0;
}


.titlebar {
font-size: 14px;
font-weight:400;
/*color:#222;*/
}

/*table height*/
table th, table tr {
  height: 24px;
   vertical-align: middle; 
  padding: 4px 8px;
}
.titlebar-light .black13 {
	font-weight:600;
}