﻿/* Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundling-and-minification
for details on configuring this project to bundle and minify static web assets. */

a.navbar-brand {
  white-space: normal;
  text-align: center;
  word-break: break-all;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
  font-size: 14px;
}
@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

.border-top {
  border-top: 1px solid #e5e5e5;
}
.border-bottom {
  border-bottom: 1px solid #e5e5e5;
}

.box-shadow {
  box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy {
  font-size: 1rem;
  line-height: inherit;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
  position: relative;
  min-height: 100%;
}

body {
  /* Margin bottom by footer height */
  margin-bottom: 60px;
}
.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  white-space: nowrap;
  /* Set the fixed height of the footer here */
  height: 60px;
  line-height: 60px; /* Vertically center the text there */
}

label.control-label{
  font-weight: bold;
  min-width: 60%;
  text-wrap: none;
}

.form-signin {
  width: 100%;
  max-width: 400px;
  padding: 15px;
  margin: 0 auto;
}
.form-signin .checkbox {
  font-weight: 400;
}
.form-signin .form-control {
  /*position: relative;*/
  /*box-sizing: border-box;*/
  /*height: auto;*/
  /*padding: 10px;*/
  /*font-size: 16px;*/
}
.form-signin .form-control:focus {
  z-index: 2;
}
.form-signin input[type="email"] {
  /*margin-bottom: -1px;*/
  /*border-bottom-right-radius: 0;*/
  /*border-bottom-left-radius: 0;*/
}
.form-signin input[type="password"] {
  /*margin-bottom: 10px;*/
  /*border-top-left-radius: 0;*/
  /*border-top-right-radius: 0;*/
}
 .e-content .e-item {
   font-size: 14px;
   padding: 10px;
   text-align: justify;
 }

#ej2Tab.e-tab .e-toolbar-item .e-text-wrap,
#ej2Tab.e-tab .e-toolbar-item .e-tab-text {
  /*width: inherit;*/
  /*text-align: center;*/
  font-size: 20px;
}

fieldset.data-entry {
  border: 1px groove #ddd !important;
  padding: 0 0.6em 0.6em 0.6em !important;
  margin: 0 0 1.0em 0 !important;
  -webkit-box-shadow: 0 0 0 0 #000;
  box-shadow: 0 0 0 0 #000;
}

legend.data-entry {
  font-size: 20px;
  width:inherit; /* Or auto */
  padding:0 10px; /* To give a bit of padding on the left and right */
  border-bottom:none;
}

table.info-table tr th{
  text-align: right;
  width: 150px;
}
table.info-table-wide tr th{
  text-align: right;
  width: 200px;
}

/*Change hover colour for hover table*/
.table-hover tbody tr:hover td, .table-hover tbody tr:hover th {
  background-color: rgba(202, 247, 255, 0.98);
}

th.money {
  text-align: right;
}
input.money {
  text-align: right;
}

div#grandTotal{
  text-align: right;
}

table.table-data-entry tr th{
  text-align: right;
  min-width: 200px;
  white-space: nowrap
}
span.error-span{
  display: block;
}

ul.bullets {
  padding: 0;
  list-style: none;
}

ul.bullets li::before {
  display: inline-block;
  background: #0051A0;
  padding: 5px 20px;
}
.logo-colour{
  color: #0051A0;
}
.bg-logo-colour {
  background-color: #0051A0 !important;
  height: 40px;
}

.bg-warning {
  background-color: #fff3cd !important;
  height: 40px;
}

.success-colour{
  /*color: #52ba6c; !important;*/
  color: #155724;!important;
}

.image-header-container {
  position: relative;
  text-align: center;
}

.image-header-text-top-left {
  position: absolute;
  top: 30px;
  left: 70px;
}

.g-recaptcha {
  display: inline-block;
}

.numberOfCharsLeft{
}

.strike-through {
  color:#dc3545!important;
  text-decoration: line-through;
}

table.detail-header tr th {
  text-align: right;
  width: 30%
}

table tr th.action {
  width: 125px;
}

table tr th.date-column {
  width: 240px;
  text-align: right;
}

fieldset
{
  border: 1px solid #ddd !important;
  margin: 0;
  xmin-width: 0;
  padding: 10px;
  position: relative;
  border-radius:4px;
  background-color:#f5f5f5;
  padding-left:10px!important;
}

legend
{
  font-size:14px;
  font-weight:bold;
  margin-bottom: 0px;
  width: 35%;
  border: 1px solid #ddd;
  border-radius: 4px;
  padding: 5px 5px 5px 10px;
  background-color: #ffffff;
}

.required-field{
  color: #dc3545;
}