﻿.center {
  text-align: center;
}

.center > table {
  text-align: left;
  margin-left: auto;
  margin-right: auto;
}

.admin-label {
  font-weight: 400;
  text-align: left;
  width: 100px;
}

.admin-label-short {
  width: 65px;
  margin-left: 10px;
}

.admin-field {
  width: 160px;
  height: 25px;
}

.admin-field-long {
  width: 400px;
}

.admin-spacer {
  width: 235px;
}

label {
  font-weight: unset;
}

.errorMessage {
  color: Red;
  font-weight: bold;
  font-size: 9pt;
  font-style: normal;
  display: inline-block;
}

.required-oauth-spacer {
  width: 150px;
}

.required-oauth-width {
  width: 147px;
  text-align: left;
}

.simple-spacer-before {
  width: 92px;
}

.simple-spacer-middle {
  width: 85px;
}

.status-message {
  display: inline-block;
  text-align: left;
  width: 293px;
  font-weight: bold;
  font-size: 9pt;
  font-style: normal;
}

.body {
  padding-top: 0px;
}

.a {
  font-family: Arial, Helvetica, sans-serif;
  color: white;
}
/**************************************************************************
*
*	General Tag style rules
*
***************************************************************************/
.table {
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  border-right: 0px;
  border-top: 0px;
  border-left: 0px;
  border-bottom: 0px;
  position: static;
  border-collapse: collapse;
}

table.wide-table {
  width: 80%;
}

.tr,
td {
  /*	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
	padding-top: 0px; */
  margin: 0px;
  border-top-style: none;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}

img {
  /*border-right: 0px;
    padding-right: 0px;
    border-top: 0px;
    padding-left: 0px;
    padding-bottom: 10px;
    margin: 0px;
    border-left: 0px;
    padding-top: 10px;
    border-bottom: 0px;
    position: static;*/
}

/**************************************************************************
*
*	General Page style classes
*
***************************************************************************/
.pageTitle {
  font-family: Arial, Sans-Serif;
  font-size: 12pt;
  font-weight: bold;
  padding-bottom: 0px;
}

.pageBody {
  font-family: Arial, Sans-Serif;
  font-size: 10pt;
  font-style: normal;
  font-weight: normal;
}

.pageErrorMessage {
  color: Red;
  font-family: Arial, Sans-Serif;
  font-size: 10pt;
  font-style: italic;
  font-weight: bold;
}

.labels {
  font-family: Arial, Sans-Serif;
  font-weight: bold;
  text-align: left;
  font-size: 10pt;
  color: black;
  display: inline-block;
}

.userMaintLabels {
  font-family: Arial, Sans-Serif;
  font-weight: bold;
  text-align: left;
  font-size: 10pt;
  color: black;
  width: 130px;
  display: inline-block;
}

.labelText {
  font-family: Arial, Sans-Serif;
  text-align: left;
  font-size: 10pt;
  padding-right: 5px;
  color: black;
}

.header {
  font-family: Arial, Sans-Serif;
  font-weight: bold;
  text-align: center;
  font-size: 10pt;
}

.panelHeading {
  font-family: Arial, Sans-Serif;
  font-weight: bold;
  text-align: center;
  font-size: 14pt;
}

.tableitems {
  font-family: Arial, Sans-Serif;
  font-size: 8pt;
  line-height: 20px;
}

.alttableitems {
  font-family: Arial, Sans-Serif;
  font-size: 8pt;
  background-color: #fffbef;
  line-height: 20px;
}

.FixedWidth {
  font-family: Arial Monospaced, Courier;
  font-size: 9pt;
}

.noPrint {
}

.noDisplay {
  display: none;
}

.referencePrint {
  display: none;
}

.printonly {
  display: none;
}

.hideBillingProduct {
  display: none;
}

.hideBillingPrice {
}

/* If the site uses only a logo and single banner image at the top, 
   you can use masterCompanyBanner to define the banner graphic and area.
   We used this on the first two PA2 installations that were skinned from
   DTN "cookie-cutter" websites. (Almena and St. Peter) */
.masterCompanyBanner {
  font-family: Verdana, Arial;
  font-size: 13.5pt;
  background-image: url(images/banner.jpg);
  background-repeat: no-repeat;
  background-position: right;
  height: 94px;
  width: 650px;
}

/* Use masterMenuColumn to define the position, size, background color and
   top/bottom padding of the overall column. */
.masterMenuColumn {
  position: absolute;
  left: 0px;
  top: 125px;
  width: 200px;
  background-color: #ffffff;
  padding-top: 10px;
  padding-bottom: 10px;
}

.masterMainPageArea {
  position: absolute;
  left: 220px;
  top: 150px;
}

/**************************************************************************
*
*	Styles used for the left side menu links
*
***************************************************************************/
/* Use menuLinksColumn to define the padding above and below each text element and
   the padding between the elements and the left/right edges.  The column's text
   alignment can also be done here. */
.menuLinksColumn {
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 6px;
  padding-bottom: 6px;
}

/**************************************************************************
*
*	account lookup styles
*	Used in:
*			AccountDropDown.ascx
*
***************************************************************************/

.linkhead {
  color: White;
  text-decoration: none;
}

.accountTableItems {
  font-family: Arial, Sans-Serif;
  font-size: 9pt;
}

/**************************************************************************
*
*	Message related styles
*
***************************************************************************/
.messageTitle {
  /*font-family: Arial, Sans-Serif;*/
  font-size: 16px;
  font-style: italic;
  color: Red;
  font-weight: bold;
  padding-bottom: 10px;
  padding-top: 15px;
}

.messageBody {
  /*font-family: Arial Monospaced, Courier;*/
  font-size: 10pt;
  /*
    font-family: Arial, Sans-Serif;		
	font-size: 12pt;
*/
}

.messageUrgency1 {
}

.messageUrgency2 {
}

.messageUrgency3 {
}

.messageUrgency4 {
}

.messageUrgency5 {
}

.messageUrgency6 {
}

.messageUrgency7 {
}

.messageUrgency8 {
}

.messageUrgency9 {
}

.messageUrgency10 {
}

/**************************************************************************
*
*	Downloads/Files related styles
*
***************************************************************************/
.fileList {
  /*font-family: Arial, Sans-Serif;*/
  font-size: 10pt;
}

/**************************************************************************
*
*	account info styles
*   used in:
*			acctinfo.ascx
*
***************************************************************************/
.accountSumPanel {
  display: inline;
  width: 175px;
  position: relative;
  font-family: Arial, Sans-Serif;
  font-size: 10pt;
  vertical-align: top;
  line-height: 25px;
}

.dateFilterPanel {
  display: inline;
  font-family: Arial, Sans-Serif;
  font-size: 10pt;
  margin: 20 0 20 0;
  vertical-align: top;
  line-height: 25px;
}

.statementPanel {
  display: inline;
  position: relative;
  font-family: Arial, Sans-Serif;
  font-size: 10pt;
  line-height: 25px;
  width: 175px;
}

.agingListPanel {
  font-family: Arial, Sans-Serif;
  font-size: 9pt;
}

.transListPanel {
  /* position: relative;
	display: inline; */
  font-family: Arial, Sans-Serif;
  line-height: 25px;
  font-size: 9pt;
}

.aiTableItems {
  font-family: Arial, Sans-Serif;
  font-size: 9pt;
  line-height: 15px;
}

.aiAltTableItems {
  font-family: Arial, Sans-Serif;
  font-size: 9pt;
  background-color: #fffbef;
  line-height: 15px;
}

/**************************************************************************
*
*	address change and application styles
*	used in:
*			addresschange.ascx
*			application.ascx
*
***************************************************************************/
.addressChangeLabel {
  /*width: 150px;
    height: 33px;
    text-align: right;
    font-weight: bold;
    font-family: Arial, Sans-Serif;
    font-size: 10pt;
    padding-right: 5px;*/
  font-size: 9pt;
  color: black;
  font-family: Arial, Sans-Serif;
  text-align: right;
  font-weight: bold;
}

.applicationLabel {
  width: 170px;
  height: 33px;
  text-align: right;
  font-weight: bold;
  font-family: Arial, Sans-Serif;
  font-size: 10pt;
  padding-right: 5px;
}

.requiredStar {
  color: Red;
  font-weight: normal;
  display: inline;
  padding-right: 3px;
}

.explanation {
  color: #666600;
  font-family: Arial, Sans-Serif;
  font-size: 8pt;
}

/**************************************************************************
*
*	caticks styles
*	used in:
*			cacust.ascx
*
***************************************************************************/
.reducedText {
  font-size: 11px;
}

.caticksHeader {
  color: White;
  background-color: #8a1831;
  font-weight: bold;
  font-family: Arial, Sans-Serif;
  font-size: 11px;
  text-align: initial;
  text-transform: uppercase;
  vertical-align: bottom;
  padding-right: 5px;
}

.caticksResults {
  font-family: Arial, Sans-Serif;
  font-size: 8pt;
  position: static;
  float: left;
}

.caticksTableItems {
  font-family: Arial, Sans-Serif;
  font-size: inherit;
  padding-right: 5px;
}

.caticksTableDate {
  font-family: Arial, Sans-Serif;
  font-size: inherit;
  text-align: center;
}

.caticksCustomerPortionHeader1TD {
  font-family: Arial, Sans-Serif;
  font-weight: bold;
  border-bottom-width: thin;
  border-bottom-color: #000000;
  border-bottom-style: solid;
  text-align: center;
  font-size: 11px;
}

.caticksCustomerPortionHeader2TD {
  font-family: Arial, Sans-Serif;
  background-color: #dcdcdc;
  font-weight: bold;
  text-align: center;
  text-transform: uppercase;
  padding-right: 10px;
  vertical-align: bottom;
}

.caticksCustomerPortionTD {
  background-color: #dcdcdc;
  text-align: right;
  padding-right: 5px;
}

.caticksCustomerPortionTotalsTD {
  background-color: #cccccc;
  text-align: right;
  font-weight: bolder;
  text-transform: uppercase;
  padding-right: 5px;
}

.caticksTotalsTD {
  background-color: #efefde;
  text-align: right;
  font-weight: bolder;
  text-transform: uppercase;
  padding-right: 5px;
}

.caticksCustomerHeader {
  font-weight: bold;
  text-transform: uppercase;
  font-size: inherit;
}

.caticksDollarsTD {
  text-align: right;
}

.caticksDollarsHeaderTD {
  text-align: right;
  font-weight: bold;
  text-transform: uppercase;
}

.caticksDollarsRecapTD {
  text-align: right;
  background-color: #efefde;
}

.caticksReferenceScreen {
  font-size: inherit;
}

.caticksReferencePrint {
  font-size: inherit;
  display: none;
}

.caticksLegend {
  font-family: Arial, Sans-Serif;
  font-size: 12px;
  position: static;
  float: left;
}

.caticksNoResults {
  color: Red;
  font-family: Arial, Sans-Serif;
  font-size: 12px;
  font-weight: bold;
}

/**************************************************************************
*
*	grain inspection cert styles
*	used in:
*			gicerts.ascx
*
***************************************************************************/
.giListCounter {
  text-align: center;
  width: 444px;
  padding: 10px;
  z-index: 998;
  -ms-filter: alpha(opacity=100);
  -moz-opacity: 1;
  background-color: #99cc99;
}

.giListHeader {
  font-weight: bold;
  text-transform: uppercase;
  font-family: Arial, Sans-Serif;
  font-size: 9pt;
  text-align: left;
  background-color: #99cc99;
}

.giListReinspectHeader {
  font-weight: bold;
  text-transform: uppercase;
  font-family: Arial, Sans-Serif;
  font-size: 9pt;
  text-align: center;
  padding-left: 5px;
  padding-right: 5px;
  background-color: #ff0000;
}

.giListItems {
  font-family: Arial, Sans-Serif;
  font-size: 9pt;
  text-align: justify;
  padding-left: 3px;
  padding-right: 3px;
}

.giListItemsCenter {
  font-family: Arial, Sans-Serif;
  font-size: 9pt;
  text-align: center;
  padding-left: 3px;
  padding-right: 3px;
}

.giFactorSection {
  font-family: Arial, Sans-Serif;
  font-size: 9pt;
}

.gifactorCondSection {
  font-family: Arial, Sans-Serif;
  font-size: 9pt;
  padding: 0 3 0 3;
}

.giStowageSection {
  font-family: Arial, Sans-Serif;
  font-size: 9pt;
}

.giStowageRemarksSection {
  font-family: Arial, Sans-Serif;
  font-size: 9pt;
}

.giWeightSection {
  font-family: Arial, Sans-Serif;
  font-size: 9pt;
}

.giBillingSection {
  font-family: Arial, Sans-Serif;
  font-size: 9pt;
  padding: 0 5 0 5;
}

.giRemarksSection {
  font-family: Arial, Sans-Serif;
  font-size: 9pt;
}

.giFixedWidth {
  font-family: Arial, Sans-Serif;
  font-size: 9pt;
}

.giFilterLabel {
  color: Black;
  font-weight: bold;
  font-size: 11pt;
  text-align: center;
  font-family: Arial, Sans-Serif;
}

.giFilterLabelBox {
  text-align: center;
  width: 444px;
  padding: 10px;
  -moz-opacity: 1;
  z-index: 998;
}

/**************************************************************************
*
*	grading factors styles
*	used in:
*			caticksResults.ascx
*
***************************************************************************/
.factors {
  font-family: Arial, Sans-Serif;
  font-size: 11px;
  background-color: #efefde;
  text-align: left;
}

.factorLegend {
  background-color: #efefde;
  font-size: 11px;
}

.factorLegendHeader {
  background-color: #efefde;
  font-weight: bold;
  text-transform: uppercase;
}

.factorsText {
  background-color: #efefde;
  text-align: left;
  padding-right: 4px;
}

.factorsNumber {
  background-color: #efefde;
  text-align: right;
  padding-right: 4px;
}

/**************************************************************************
*
*	Prepaids/Bookings styles
*	used in:
*			prepaids.ascx
*
***************************************************************************/
.prepaidsResults {
  color: black;
  font-weight: bold;
  font-family: Arial, Sans-Serif;
  font-size: 11px;
  text-align: right;
  text-transform: uppercase;
  vertical-align: bottom;
  padding-right: 5px;
}

/*     ***************************  */

.subTableTop {
  border-color: #efefde;
  border-style: solid;
  border-top-width: 10px;
  border-left-width: 10px;
  border-right-width: 10px;
}

.subTableMiddle {
  border-color: #efefde;
  border-style: solid;
  border-left-width: 10px;
  border-right-width: 10px;
}

.subTableBottom {
  border-color: #efefde;
  border-style: solid;
  border-left-width: 10px;
  border-right-width: 10px;
  border-bottom-width: 10px;
}

.HeaderBackColorHTML {
  color: var(--headerModuleFontColor);
  background-color: var(--headerModuleBackColor);
}

.customerPortionTD {
  background-color: #dcdcdc;
  text-align: right;
  padding-right: 10px;
}

.customerPortionTotalsTD {
  background-color: #cccccc;
  text-align: right;
  font-weight: bold;
  padding-right: 10px;
}

.TotalsTD {
  background-color: #efefde;
  text-align: right;
  font-weight: bolder;
  text-transform: uppercase;
  padding-right: 10px;
}

.DollarsTD {
  text-align: right;
}

.DollarsHeaderTD {
  text-align: right;
  font-weight: bold;
  text-transform: uppercase;
}

.DollarsRecapTD {
  text-align: right;
  background-color: #efefde;
}

.bottomlinks {
  font-size: 10pt;
  color: black;
  font-family: Arial, Sans-Serif;
  padding-top: 20px;
}

.inputboxLabel {
  font-size: 9pt;
  color: black;
  font-family: Arial, Sans-Serif;
  text-align: right;
  font-weight: bold;
  padding-right: 6px;
}

.inputboxText {
  font-size: 9pt;
  color: black;
  font-family: Arial, Sans-Serif;
  text-align: left;
}

.checkboxLabel {
  font-size: 9pt;
  color: black;
  font-family: Arial, Sans-Serif;
}

.ModalPopupBG {
  background-color: #666699;
  filter: alpha(opacity=70);
  opacity: 0.7;
}

.popup_Container {
  background-color: #d4ffff;
  border: 2px solid #000000;
  padding: 0px 0px 0px 0px;
}

.popupConfirmation {
  width: 300px;
  height: 200px;
}

.popup_Titlebar {
  background: url(../images/titlebar_bg.jpg);
  height: 29px;
}

.popup_Body {
  padding: 15px 15px 15px 15px;
  font-family: Arial;
  font-weight: bold;
  font-size: 12px;
  color: #000000;
  line-height: 15pt;
  clear: both;
  padding: 20px;
}

.TitlebarLeft {
  float: left;
  padding-left: 5px;
  padding-top: 5px;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
  font-size: 12px;
  color: White;
}

.TitlebarRight {
  background: url(../images/cross_icon_normal.png);
  background-position: right;
  background-repeat: no-repeat;
  height: 15px;
  width: 16px;
  float: right;
  cursor: pointer;
  margin-right: 5px;
  margin-top: 5px;
}

.popup_Buttons {
  margin: 10px;
}

.ajax__calendar_container {
  z-index: 1000;
}

#topNav {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 500;
}

#leftNav {
  position: fixed;
}

#mainContent {
  padding-top: 70px;
}

label .statementLabelText {
  font-size: 9pt;
  color: black;
  font-family: Arial, Sans-Serif;
  font-weight: bold;
}

.sticky {
  position: fixed;
  top: 0;
  width: 100%;
}

.accBox {
  min-height: 240px;
}

.pushRight {
  text-align: right;
}

.nav_menu {
  float: left;
  background: #ededed;
  border-bottom: 1px solid #d9dee4;
  /* margin-bottom: 10px; */
  width: 100%;
  min-height: 57px;
}

/* New for skin*/

#nprogress .bar {
  background: #d45b20;
}

#nprogress .peg {
  box-shadow: 0 0 10px #d45b20, 0 0 5px #d45b20;
}

#nprogress .spinner-icon {
  border-top-color: #d45b20;
  border-left-color: #d45b20;
}

.ticketlist {
  overflow-x: auto;
}

.tableBorders th,
.tableBorders td {
  border: solid black 1px;
  padding: 5px;
  min-width: 100px;
  max-width: 300px;
  height: 31px;
  word-wrap: break-word;
}

td > span > label {
  margin: 0px 5px;
  line-height: 1em;
}

.dataTables_wrapper .dataTables_paginate .paginate_button {
  padding: 0px 0px 0px 1px;
  margin-left: 0px;
}

table.dataTable thead > tr > th.sorting:before,
table.dataTable thead > tr > th.sorting:after,
table.dataTable thead > tr > th.sorting_asc:before,
table.dataTable thead > tr > th.sorting_asc:after,
table.dataTable thead > tr > th.sorting_desc:before,
table.dataTable thead > tr > th.sorting_desc:after,
table.dataTable thead > tr > th.sorting_asc_disabled:before,
table.dataTable thead > tr > th.sorting_asc_disabled:after,
table.dataTable thead > tr > th.sorting_desc_disabled:before,
table.dataTable thead > tr > th.sorting_desc_disabled:after,
table.dataTable thead > tr > td.sorting:before,
table.dataTable thead > tr > td.sorting:after,
table.dataTable thead > tr > td.sorting_asc:before,
table.dataTable thead > tr > td.sorting_asc:after,
table.dataTable thead > tr > td.sorting_desc:before,
table.dataTable thead > tr > td.sorting_desc:after,
table.dataTable thead > tr > td.sorting_asc_disabled:before,
table.dataTable thead > tr > td.sorting_asc_disabled:after,
table.dataTable thead > tr > td.sorting_desc_disabled:before,
table.dataTable thead > tr > td.sorting_desc_disabled:after {
  right: 5px;
}

table.dataTable thead > tr > th.sorting,
table.dataTable thead > tr > th.sorting_asc,
table.dataTable thead > tr > th.sorting_desc,
table.dataTable thead > tr > th.sorting_asc_disabled,
table.dataTable thead > tr > th.sorting_desc_disabled,
table.dataTable thead > tr > td.sorting,
table.dataTable thead > tr > td.sorting_asc,
table.dataTable thead > tr > td.sorting_desc,
table.dataTable thead > tr > td.sorting_asc_disabled,
table.dataTable thead > tr > td.sorting_desc_disabled {
  padding-right: 17px;
}

#OuterTableCellOverlay {
  top: 0px;
  left: 0px;
  width: 100vw;
  height: 100vh;
  position: fixed;
  background-color: white;
  opacity: 0.5;
  filter: opacity(50%);
  z-index: 998;
  filter: opacity(85%);
  /*-moz-opacity: 0.85;*/
}

.InnerTableCellOverlay {
  text-align: center;
  color: white;
  font-size: large;
  width: 240px;
  z-index: 999;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  top: 42%;
  opacity: 1;
  filter: opacity(100%);
  /*-moz-opacity: 1.00;*/
}

.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
  border-radius: 3px;
}

.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 3px;
}

.btn-group > .btn:last-child:not(:first-child) {
  border-radius: 3px;
}

.btn-group > .btn {
  margin-right: 5px;
}

.square-warning {
  border: 1px solid #c5b951;
  background-color: #e7de8b;
  border-radius: 5px;
  width: 260px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.greatplains-status {
  border: 1px solid #adadad;
  background-color: #efefef;
  border-radius: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.greatplains-tr {
  white-space: nowrap;
  background-color: var(--headerModuleBackColor);
}

.greatplains-tr > th {
  padding: 5px;
  color: var(--headerModuleFontColor);
}

.greatplains-tr > th > a {
  color: var(--headerModuleFontColor);
}

.greatplains-th-sort-Asc::after {
  content: "  ▲"/"";
}

.greatplains-th-sort-Desc::after {
  content: "  ▼"/"";
}

/*-------------- Custom Alterations --------------*/
.nav_title {
  background: var(--PrimaryColor);
  height: unset;
}

.site_title,
.site_title:hover {
  color: var(--SideBarFontColor);
  /*display: flex;*/
  height: unset;
}

.mainLogoTxt:hover {
  opacity: 0.5;
}

.left_col {
  background: var(--PrimaryColor);
}

body {
  color: black;
  background: var(--PrimaryColor);
}

.mainLogoImg {
  width: 81px;
  /*margin: auto;*/
}

.mainLogoTxt {
  line-height: 31px;
}

.btn-primary,
.btn-primary:hover,
.btn-primary:active,
.btn-primary:visited,
.btn-primary:focus,
.btn-primary:active:hover {
  background-color: var(--BtnColor);
  border-color: var(--BtnColor);
  color: var(--BtnFontColor);
}

.btn-primary:active:hover {
  opacity: 0.5;
}

.nav.side-menu > li.current-page,
.nav.side-menu > li.active {
  border-right: 5px solid var(--SecondaryColor);
}

.nav.side-menu > li.active > a {
  background: var(--PrimaryColor);
  opacity: 0.5;
}
#menu_toggle > i,
#menu_toggle > i:hover,
#menu_toggle > i:active {
  color: var(--BtnColor);
}

#menu_toggle > i:hover:active {
  opacity: 0.5;
}

.menu_section h3,
.nav.side-menu > li > a {
  color: var(--SideBarFontColor);
}

.previewPrimaryColor {
  background-color: var(--PrimaryColor);
  color: var(--SideBarFontColor);
  width: 20vw;
  height: 20px;
  font-size: 13px;
  margin-left: 7px;
}

.previewSecondaryColor {
  background-color: var(--SecondaryColor);
  width: 5px;
  height: 100%;
  float: right;
}

.previewButtonColor {
  background-color: var(--BtnColor);
  border-color: var(--BtnColor);
  color: var(--BtnFontColor);
  margin-left: 7px;
}

.previewTableColors {
  color: var(--headerModuleFontColor);
  background-color: var(--headerModuleBackColor);
}

.rotateCaret {
  transform: rotate(180deg);
}

.headerSiteAdmin {
  margin-top: 0px;
  border-top: 1px solid #c7c7c7;
}

.generalAccountDropDownLabelLength {
  text-align: left;
  width: 100px;
  font-weight: normal;
}

.generalLoginShortLabelLength {
  text-align: left;
  width: 70px;
  font-weight: normal;
}

.generalLoginLongLabelLength {
  text-align: left;
  width: 100px;
  font-weight: normal;
}

.generalLoginShortSpace {
  width: 10px;
}

.generalWebSiteLabelLength {
  text-align: left;
  width: 100px;
  font-weight: normal;
}

.arTransModuleLabelLength {
  text-align: left;
  width: 275px;
  font-weight: normal;
}

.caOfferLabelLength {
  text-align: left;
  width: 74px;
  font-weight: normal;
}

.caOfferDdlLabelLength {
  text-align: left;
  width: 130px;
  font-weight: normal;
}

.giCertLabelLength {
  text-align: left;
  width: 127px;
  font-weight: normal;
}

.giCertRecipientLabelLength {
  text-align: left;
  width: 111px;
  font-weight: normal;
}

.payPalModuleLabelLength {
  text-align: left;
  width: 103px;
  font-weight: normal;
}

.caTicketsModuleLabelLength {
  text-align: left;
  width: 160px;
  font-weight: normal;
}

.emailApplicationLabelLength {
  text-align: left;
  width: 148px;
  font-weight: normal;
}

.advancedLabelLength {
  text-align: left;
  width: 170px;
  font-weight: normal;
}

.fileDownloadTelerik {
  margin-left: auto;
  margin-right: auto;
  width: 700px;
}

.textLabelLength {
  text-align: left;
  width: 170px;
  font-weight: normal;
}

.textStatusMessage {
  display: inline-block;
  text-align: left;
  width: 160px;
  font-weight: bold;
  font-size: 9pt;
  font-style: normal;
}

.btn-collapse:before {
  content: attr(collapse-icon);
  font-family: "FontAwesome";
}

.btn-expand:before {
  content: attr(expand-icon);
  font-family: "FontAwesome";
}

.force-fontweight-normal {
  font-weight: normal !important;
}

@media print {
  .printonly {
    display: unset;
  }

  .x_panel {
    position: unset;
    width: unset;
    margin-bottom: unset;
    padding: unset;
    display: unset;
    background: unset;
    border: unset;
    -webkit-column-break-inside: unset;
    -moz-column-break-inside: unset;
    column-break-inside: unset;
    opacity: unset;
    transition: unset;
  }

  .panelHeading {
    text-align: unset;
  }

  body {
    width: 100%;
    margin: 0;
    float: none;
  }

  /* Remove unwanted elements */
  #header,
  #nav,
  #noprint,
  #noPrint,
  #masterMenuColumn,
  pageTitle,
  .noprint {
    display: none;
  }

  /* Ensure the content spans the full width */
  #container,
  #container2,
  #content {
    width: 100%;
    margin: 0;
    float: none;
  }

  table.wide-table {
    width: 100%;
  }

  /* Change text colour to black (useful for light text on a dark background) */
  .lighttext {
    color: #000;
  }

  /* Improve colour contrast of links */
  a:link,
  a:visited {
    color: #781351;
  }

  .FixedWidth {
    font-family: Arial Monospaced, Courier;
    font-size: 9pt;
  }

  .ticketlist {
    overflow-x: unset;
  }
}
