html, body {
	/* controls right menu color */
	background-color: #231f20;
	height: 100%;
}

.element.modal-body {
    max-height: calc(100vh - 212px);
    overflow-y: auto;
}

@media (min-width: 992px) {
	.modal-xl {
		width: 1200px
	}
}

.listicon {
	margin: 0px 5px;
}

.formtitle {
	font-size: 18px;
	color: #676a6c
}

.flex-container {
	display: flex;
}

.flex-child {
	flex: 33;
}

.flex-child:first-child {
	flex: 66;
	margin-right: 10px;
} 


label.required:after {
	padding-left: 2px;
	content: '*';
	color: #0091b3;
}


.instruction {
	padding: 10px 0px;
}

.buttons .btn {
	margin: 0px 1px;
}

.card-header .card-link:after {
	font-family: "Font Awesome 5 Pro";
    font-weight: 900;
    content: "\f078";
    float: right;
}
.card-header .card-link.collapsed:after {
	content: "\f054";
}

#main {
  overflow:auto;
  padding-bottom:150px; /* this needs to be bigger than footer height*/
}

.form-group label {
	padding-right: 10px;
	padding-left: 10px;
}

.table thead tr th {
	vertical-align: bottom;
}

.wrapper-content {
  min-height: 100%;
}

.page-heading {
	padding: 0px 10px;
}


#pagecontent {
  overflow:auto;
  padding-bottom:50px; /* this needs to be bigger than footer height*/
}

.footer {
  position: relative;
  margin-top: -50px; /* negative value of footer height */
  height: 50px;
  clear:both;
  padding-top:20px;
} 

.nav-header {
	padding: 54px 20px;
	background: #231f20;
}

ul.nav:not([style]) li.nav-header {
	display:none;
}

.navbar-default .nav > li > a.navbar-brand:hover, 
.navbar-default .nav > li.nav-header > a.navbar-brand:focus {
	background: #231f20;
}

a.navbar-brand img {
	height: 50px;
	margin-top: 10px;
}


.navbar-default .nav > li > a:hover, .navbar-default .nav > li.nav-header > a:focus {
    background-color: #231f20;
	color : #fff;
	font-weight: 400;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Open Sans", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
  font-weight: 600;
  font-style: normal;
  color: #0091b3;
  text-rendering: optimizeLegibility;
  line-height: 1.1;
  margin: 7px 0px;
}
h1 small, h2 small, h3 small, h4 small, h5 small, h6 small {
  font-size: 60%;
  color: #8d8c8f;
  line-height: 0;
}


.nav > li > a.navbar-brand {
	position: absolute;
	top: 10px;
	left: 20px;
	padding: 0px;
}

.navbar-default .nav > li > a {
	background-color: #231f20;
	color : #fff;
	font-weight: 400;
}

nav .nav > li.active {
    border-left: 2px solid #0091b3;
    background: #231f20;
}

.nav-tabs > li.active > a,
.nav-tabs > li.active > a:focus {
	color: #0091b3;
	border-bottom: 1px solid #fff;
}


.nav-tabs > li > a {
	color: #555;
}


nav .nav > li.nav-item.active {
    border-left: 2px solid #0091b3;
    background: #fff;
}

ul.nav-second-level  li.active {
    border-left: 2px solid #fff;
    background: #231f20;
}


.navbar-default .nav > li > a:hover, .navbar-default .nav > li > a:focus {
    background: #231f20;
    color: white;
}


formheading, .accountname {
	font-size: 18px;
	font-weight: 700;
	color: #0091b3;
}

.help-block {
	font-weight: normal;
	font-size: 11px;
	white-space: pre-wrap;
}

.btn-file {
    position: relative;
    overflow: hidden;
}


.btn-file input[type=file] {
    position: absolute;
    top: 0;
    right: 0;
    min-width: 100%;
    min-height: 100%;
    font-size: 100px;
    text-align: right;
    filter: alpha(opacity=0);
    opacity: 0;
    outline: none;
    background: white;
    cursor: inherit;
    display: block;
}

#selectedfilename {
	padding: 0px 10px;
}

input.float, input.integer{
	text-align: right;
}

td.number, th.number {
	font-variant-numeric: slashed-zero;
	text-align: right;
}

td.linkicon a {
	color: #676a6c;
}


td.bold {
	font-weight: bold;
}

table.boldata {
	border-spacing: 5px;
}

table.compact td, table.compact th {
	line-height: 12px !important;
	padding: 4px !important;
}


.navbar-top-links li .profilelink {
	padding: 0;
}

.profileimage {
	border-radius: 100px;
	margin-top: 5px;
	margin-right: 10px;
}

.profile-icon-container {
	margin-top: 5px;
	margin-right: 10px;
}

.profile-icon-background {
	width: 40px;
	height: 40px;
	border-radius: 400px;
	border: 1px solid #ddd;
	background: #eee;
}

.profile-icon-text {
	width: 100%;
	left: 0px;
	text-align: center;
	font-size: 14px;
	padding-top: 0.65em;
}


.capitalize {
	text-transform: capitalize;
}

.caret-dropdown {
	color: #676a6c;
}

.chevron-dropdown {
	color: #676a6c;
	font-size: 0.75em;
	padding-top: 5px;
}

.form-group label {
	padding-top: 10px;
}


.zindex5 {
	z-index: 5;
}







/* temp2.html */
#userinfo section {
	display: flex;
}

/* screencommon2tabs.xsl */

#download-rates-container {
	display: inline-flex;
	align-content: center;
}

#download-rates-container button, #download-rates-container select {
	margin: 20px 0 10px 0;
}

#download-rates-container select {
	margin-left: 10px;
}

.tablefixedhead {
	overflow: auto;
	height: 300px;
}

.tablefixedhead thead th {
	position: sticky;
	top: 0;
	z-index: 1;
	background-color: #fff;
}



/* tracking.xsl */
#tracking-notelist-body #notestab {
	max-height: 1000px;
}

/* rateddtail.xsl */
#rate-detail-modal-body #notestab {
	max-height: 375px;
}



/* shipping note styling */
/* shipmentnotelist.xsl */

.skinny-scrollbar {
	overflow-x: hidden;
	overflow-y: auto;
}

.skinny-scrollbar::-webkit-scrollbar {
	width: 17px;
	color: grey;
}

.skinny-scrollbar::-webkit-scrollbar-thumb {
	box-shadow: inset 0 0 20px rgba(0, 0, 0, 0.3);
	border-radius: 100px;
	border: solid 5px transparent;
}


#tab-content textarea {
	resize: vertical;
	min-height: 80px;
}

#togglecontent div:first-child {
	top: 20px;
}

#togglecontent {
	display: none;
}

#create-new-note-btn {
	margin: 15px 0 10px 0;
	outline: none;
}

#notestab {
	padding-top: 15px;
}

.note-element {
	position: relative;
}

.note-body {
	padding-left: 50px;
}

.note-name-icon-container,
.note-img-icon-container {
	padding-right: 20px;
	position: relative;
		/*

	position: absolute;
	top: 0px;
		*/
}

.note-nameicon {
		width: 40px;
		height: 40px;
		border-radius: 40px;
		border: 1px solid #ddd;
		background: #eee;
		color: #676a6c;
}

.note-nameicontext {
	width: 100%;
	position: absolute;
	left: 11px;
	font-size: 14px;
	padding-top: 0.65em;
}














.tiny-close-button {
	margin-top: -50px;
	padding-top: -50px;
}

.push-right {
	padding-right: 5px;
}

/* user history */
/* userhistory.xsl */


.user-icon-container {
	left: 95px;
	position: absolute;
	top: 0px;
}

.user-icon-background {
	width: 200px;
	height: 200px;
	border-radius: 400px;
	border: 1px solid #ddd;
	background: #eee;
}

.user-icon-text {
	width: 100%;
	position: absolute;
	left: 0px;
	text-align: center;
	font-size: 62px;
	padding-top: 0.9em;
}

.user-info-table {
	padding-top: 50px;
}

.user-history-info-table {
	padding-top: 225px;
}

#btn-update-profile {
	margin-top: 20px;
	margin-left: 80px;
}



.userinfo-container {
	max-width: 200px;
	margin: 20px 0;
	display: inline-block;
}


.timeline-item .datealt i {
	position: absolute;
	top: 0;
	right: 0;
	padding: 5px;
	width: 30px;
	text-align: center;
	border-top: 1px solid #e7eaec;
	border-bottom: 1px solid #e7eaec;
	border-left: 1px solid #e7eaec;
	background: #f8f8f8;
}

.timeline-item .datealt {
	text-align: right;
	width: 110px;
	position: relative;
	padding-top: 30px;
}

/* user profile */
/* userprofile.xsl */

.user-info-inputs label {
	padding-top: 10px;
}

.user-info-inputs .btn {
	margin-top: 15px;
}

.image-file-input {
	padding-left: 100px;
	padding-bottom: 20px;
}

#new-img {
	width: 200px;
	height: 200px;
	border-radius: 400px;
	-webkit-user-drag: none;
	user-select: none;
	-moz-user-select: none;
	-webkit-user-select: none;
	-ms-user-select: none;
}

#img-selector-container {
	margin-top: 215px;
	padding-left: 70px;
}

#img-selector-container label {
	padding-left: 12px;
}

.img-input {
	border: none;
}

.img-no-drag {
	-webkit-user-drag: none;
	user-select: none;
	-moz-user-select: none;
	-webkit-user-select: none;
	-ms-user-select: none;
}

#btn-delete-profile-img {
	margin-top: 20px;
	margin-left: 12px;
}

#btn-delete-profile-img:focus {
	outline: none;
}

/* pin style */
.pin-style {
	background: none;
}


/* invoice report */
.invoice-report-input .form-control,
.invoice-report-input label {
	display: none;
}

.invoice-run-btn {
	margin-left: 10px;
}

.profile-activity {
	padding: 10px;
	border-bottom: 1px solid #ccc;
}

.clearfix:before, .clearfix:after {
	content: " ";
	display: table;
}

.clearfix:after {
	clear: both;
}










/* ============ */
/* SCREENOBJECT */
/* ============ */

.dynamic-modal-dialog-parent {
	display: flex;
	justify-content: center;
	align-items: center;
}

.dynamic-modal-dialog {
	max-width: 100%;
	width: 80% !important;
	display: inline-block;
}

.dynamic-modal-dialog h4 {
	text-align: left;
}

.dynamic-modal-dialog .modal-header {
	padding: 15px 30px;
	text-transform: capitalize;
}

.fieldnotepopover {
	background-color: #fff;
	font-size: 10px;
	line-height: 1;
	margin-left: 3px;
	padding: 2px 5px;
}

.fieldnotepopover:focus {
	background-color: #e6e6e6;
	outline: none !important;
}

/* profile icon/img */
.row-profile-name-icon-container,
.row-profile-img-icon-container {
	padding-right: 20px;
	position: relative;
}

.row-profile-initials-container {
	background-color: #eee;
	color: #676a6c;
	border-radius: 50%;
	height: 40px;
	width: 40px;
	text-align: center;
}

	.row-profile-initials-container:hover {
		color: #4d94ff;
	}

.row-profile-initials-text {
	font-size: calc(40px / 3);
	line-height: 1;
	position: relative;
	top: calc(40px / 3);
}

/* File Import Tab */
.file-upload-error-box {
	margin: 10px 10px;
	background-color: #dc3545;
	transition: background-color 1s;
}

	.file-upload-error-box hr {
		margin: 0 0 3px 0;
	}

#file-upload-spinner {
	display: none;
	align-items: center;
}

.three-dot-spinner {
	width: 50px;
	height: 50px;
	margin-left: 10px;
	position: relative;
}

#file-upload-complete {
	display: none;
}

/* historytab.xsl */
#historytab {
	padding-top: 15px;
	padding-bottom: 15px;
}

.history-row-element {
	position: relative;
}

.history-tab-body {
	padding-left: 60px;
}

.empty-history-row {
	margin: 25px 0;
	padding: 25px 0 25px 15px;
}


.dainewlogo {
	width: 35mm;
	height: 100px;
}

.dainewbtn {
	background-color: #0091b3;
	color: white
}

.dainewleftpanel {
	background: #0091b3
}

.btn-primary-new {
	color: #fff;
	background-color: #0091b3;
	border-color: #0091b3
}

.dai-new-logo {
	margin-top: 45px;
	margin-left: -20px;
	height: auto;
	width: 100%;
}