@charset "UTF-8";

/* #content {
	width: 96%;
	margin: 0 auto;
} */

input.checkbox {
	margin-right: 0.5rem;
	margin-top: 0.5rem;
	background-color: salmon;
}

.checkboxright {
	margin-left: 0.5rem;
}

/* .btn-sm {
	size: 10px;
} */

.form-group {
	margin:0.2rem;
}

html {
	width: 100%;
	box-sizing: border-box;
	font-size: 16px;
	min-height: 100%;
	scroll-behavior: smooth;
}
  
*, *:before, *:after {
	box-sizing: inherit;
}

body, h1, h2, h3, h4, h5, h6, p, ol, ul {
	margin: 0;
	padding: 0;
	/* font-weight: normal; */
}

/* h2 {
	font-size: clamp(20px, 3vw, 30px);
} */

ol, ul {
	list-style: none;
}

img {
	max-width: 100%;
	height: auto;
}


.save-btn {
    /* margin-top: 1rem;
    margin-right: 1rem; */
    background-color: #0800A8 !important;
    color: white !important;
		margin-right: 0.5rem;
}

body {
	min-height: 100vh;
	width: 100%;
	margin: 0;
	font-family: "Helvetica", "Arial", sans-serif;
	/* Don't use pure black as it causes eye-strain. Usinging linkedin's default font color */
	color: #333;
}

/* 
	Chrome 83 added a brutalist black outline to elements on focus.
	This replaces that outline with a box-shadow (outlines do not have a border-radius)

	*This does not remove black outlines of options within a select el*
*/
:focus {
	outline: none;
	outline-offset: 0;
	box-shadow: 0 0 0pt 1pt #5a83da ;
}

.section {
	margin: 1rem 0;
}

#wrapper {
	min-height: 100vh;
	position: relative;
	padding-bottom: 2.5rem;
	width: 100%;
	overflow: hidden;
}


#header, #headertop {
	height: 6.5rem;
}
#header-data {
	display: flex;
}
#header-logo {
	width: 50%;
}

/* h1#header {
	font-size: 30px;
	text-align: left;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px; 
	margin-left: 0px;
	background-color: #0800A8;
	color: #FFFFFF;
	text-transform: capitalize;
} */

#page-title {
    text-align: center;
    margin: 1rem 0;
    padding-top: 1rem;
		font-weight: bold;
}

#menu a:hover, #menu a:active, #menu a:focus, #menu a.thispage {
	text-decoration: none;
	background-color: #9FBAE5;
	color:black;
}

#menu a {
	padding: .7rem 0;
	text-align: center;
	flex-grow: 1;
	/* background-color: #0800A8; */
	color: #FFFFFF;
	text-transform: uppercase;
	line-height: 1.2rem;
	padding-top: 1rem;
	/* padding-bottom: 0; */
	height: 100%;
}

#menu ul {
	list-style-type: none;
}

#menuList {
	display: flex;
	font-size: clamp(12px, 3vw, 20px);
}

#menuList li {
	background-color: #0800A8;
	color: #FFFFFF;
	flex-grow: 1;
	display:flex;
	align-items: center;
}

footer {
	background-color: #616060;
	height: 2.5rem;
	position: absolute;
	bottom: 0;
	width: 100%;
}

.footer-copyright {
	color: lightgrey;
}

.footer-text {
	color:lightgrey;
	font-weight: normal!important;
}

a {
	font-weight: bold;
	text-decoration: none;
}

a:link {
	color: #0800A8;
}

a:visited {
	color: #0800A8;
}

a:hover, a:active, a:focus {
	color: #0800A8;
	text-decoration: none;
}

/* #content {
	padding: 0;
	font-size: 14px;
} */

.hidden{
  visibility:hidden;
}

.flex-row {
	display: flex;
	flex-direction: row;
	word-wrap: break-word !important;
}

.flex-col {
	display: flex;
	flex-direction: column;
}

#menu2 {
	font-size: clamp(12px, 2.3vw, 20px);
	text-align: right;
}

/*submenu*/
ul#menu2, ul#menu2 ul.sub-menu {
    padding:0;
	margin: 0;
	text-align: right;
}

ul#menu2 li, ul#menu2 ul.sub-menu li {
    list-style-type: none;
    display: inline-block;
}

ul#menu2 li a {
    text-decoration: none;
    color: #0800A8;
    background: transparent;
    padding: 5px;
    display:inline-block;
}

#AccCharges {
	margin-top: 1rem;
	background-color: #C3BEBE;
}

ul#menu2 li ul.sub-menu li a {
    text-decoration: none;
    color: #000000;
    font-weight:bolder;

    background: transparent;
    padding: 5px;
    display:inline-block;
}

ul#menu2 li {
    position: relative;
}

/* ul#menu2 li ul.sub-menu {
	position:absolute;
} */

ul#menu2 li:hover ul.sub-menu {
    display:block;
}

ul#sub-menu li:hover {
	display:block;
}

.bgtextbox {
	font-size: 1.0rem;
	padding: .3rem;
	margin: .1rem;
	border-radius: 2px;
    border: none;
}


.bgtextbox_highlighted {
	background-color: #FFFACD;
	font-size: 1.0em;
	border-color: #8CADF6;
}

.bgcombobox {
	background-color: #EFF5F8;
	background-image: none; 
	font-size: 1.0em;
	border-color: #8CADF6;
}

.bgcombobox option {
    background-color: #EFF5F8;
    background-image: none; 
    font-size: 1.0em;
    border-color: #8CADF6;
}

/* .goodstext {
    background-color: #EFF5F8;
    font-size: 1.0em;
    border: 1px solid #9fc7db;
} */

.tdaddress, .tdpickup, .tablegoods, #tdgoods, .tdgoods, #tdAdditionalInfo, #tdReference, #Dispatch, .td-row {
    background-color: #9fc7db;
	padding: 1rem;
}

div.td-row {
	margin-bottom: .5rem;
	vertical-align: bottom;
	padding-top: 0 !important;
}

.tablegoods td {
	border: 0px;
}

.tableHeader {
	font-size: 1rem;
}

.tableBody {
	font-size: 0.9rem;
}

.bottom {
	margin-top: auto;
}

#newtable {
    border:2px solid #9FBAE5;
    border-collapse: collapse;
    font-size:12px;
    margin:auto;
    text-align:left;
    background-color:#EFF5F8; 
}
#newtable td {
    padding: 5px; 
    border:2px solid #9FBAE5;
    text-align:left;
}

#newtable th {
    padding: 5px; 
    border:2px solid #9FBAE5;
    text-align:left;
    font-weight:bold; 
}

table #AccTable {
    margin-left: 10%;
}

table #RefTable {
    margin-right:15%;

}

#textBoxRef {
    width: 200px;
}

.refNum {
	text-align:center;
	
}

#accessTable {
    border: 2px inset #0800A8;
    background-color: #EFF5F8    

}

#RefTable {
    border: 2px inset #0800A8;
    background-color: #EFF5F8;    
}

input[readonly], input[disabled] {
    background-color:#C3BEBE;  
}

input.text {
	height: 2rem !important;
}

.required-field { 
	font-size: 15px;
    color: red;
}

#workOrderSummary {
	margin-left: 50px;
	font-size:18px;
	color: gray;
}

#title-row {
	justify-content: center;
	margin-top: 2rem;
	margin-bottom: 0;
}

.WOTitle {
	display: inline;
	/* text-shadow: 0 1px 0 #ccc,
               0 2px 0 #c9c9c9,
               0 3px 0 #bbb,
               0 4px 0 #b9b9b9,
               0 5px 0 #aaa,
               0 6px 1px rgba(0,0,0,.1),
               0 0 5px rgba(0,0,0,.1),
               0 1px 3px rgba(0,0,0,.3),
               0 3px 5px rgba(0,0,0,.2),
               0 5px 10px rgba(0,0,0,.25),
               0 10px 10px rgba(0,0,0,.2),
               0 20px 20px rgba(0,0,0,.15); */
}

.summaryCatagory {
	margin: auto;
	font-size:22px;
	font-weight: bold;
	display:inline;
	color: black;
}

.divSquare, .goodSquare {
	padding: .7rem;
	background-color: #9fc7db;
	font-size: 0.9em;
	width:50%; 
	height:12.5rem;
	border:1px solid rgb(39, 39, 39); 
	border-radius: 1;
	float: left
}

.goodSquare {
	width: 100%;
	margin-bottom: .5rem;
}

.final-buttons {
	margin-top: 1rem;
	margin-bottom: 1rem !important;
}

.summaryTitle {
	font-size: 1.0em;
	font-weight: bold;
	color:#0800A8;
}

/* .form-inline {
	margin: 1rem !important;
} */

select {
	height:2rem;
}

/* .btn {
display: inline-block;
font-weight: 400;
text-align: center;
white-space: nowrap;
vertical-align: middle;
user-select: none;
border: 1px solid transparent;
padding: 0.375rem 0.75rem;
font-size: 1rem;
line-height: 1.5;
border-radius: 0.25rem;
transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
} */
/*   
.btn:hover, .btn:focus {
text-decoration: none;
}

.btn:focus, .btn.focus {
outline: 0;
box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.btn.disabled, .btn:disabled {
opacity: 0.65;
}

.btn:not(:disabled):not(.disabled) {
cursor: pointer;
}

.btn:not(:disabled):not(.disabled):active, .btn:not(:disabled):not(.disabled).active {
background-image: none;
}
  
a.btn.disabled,
fieldset:disabled a.btn {
pointer-events: none;
} */

.btn-primary {
color: #fff;
background-color: #007bff;
border-color: #007bff;
}

.btn-primary:hover {
color: black!important;
background-color: #9FBAE5!important;
border-color: black!important;
}

.btn-primary:focus, .btn-primary.focus {
box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}

.btn-primary.disabled, .btn-primary:disabled {
color: #fff;
background-color: grey!important;
border-color: black;
color:black !important;
}

.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active,
.show > .btn-primary.dropdown-toggle {
color: #fff;
background-color: #0062cc;
border-color: #005cbf;
}

.btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus,
.show > .btn-primary.dropdown-toggle:focus {
box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}


.popover {
	background: dark rgb(73, 73, 73) !important;
	max-width: 35%;
}

/* Popover Header */
.popover-header {
	color: black !important;
	font-size: 18px !important;
	text-align:center;
	font-weight: bold;
}

/* Popover Body */
.popover-body {
	background-color: rgb(61, 61, 61) !important;
	color: #FFFFFF !important;
	padding: 10px !important;
}

/* Popover Arrow */
.arrow {
	border-right-color: red !important;
}
  
.small-text {
  font-size: 0.7rem;
  font-weight: bold !important; 
}

.note {
	font-weight: bold !important;
	color: rgb(116, 113, 113);
	text-align: center;
	margin-top: 1rem;
}

/* .dispatch {
	white-space: pre-wrap;
} */

#loading {
	font-size: 1rem;
	font-weight: bold;
	/* margin-left: 10rem; */
	text-align: center;
	margin-top: 1rem;
	margin-bottom: 1rem;
	color: green;
}

td, th {
	text-align: center !important;
	max-width: 12rem;
}

td {
	overflow: hidden;
}

.dataTables_wrapper, .dataTable {
	width: 100% !important;
	white-space: nowrap;
}

table {
	display: inline-table !important;
	/* table-layout: fixed;  */
	/* word-wrap:break-word;  */
	/* max-width: none; */
}

.goodstext, .bgtextbox {
	text-align: center;
}
/* 
.card-header {
	margin: -1rem !important;
} */

/* .card {
	background-color: #9fc7db !important;
} */

small {
	font-size: 50% !important;
}

.modal-content {
	background-color: rgba(255, 255, 255, 0.95);
}

.modal-headings {
	font-weight: bold;
}


