/* This makes sure that the padding and border are included in the total width and height of the elements. */
* {
    box-sizing: border-box;
}

.container {
  display: flex;
  justify-content: center;
  margin-top: 10px;
  flex-direction: column;
  align-items: center;
}

.default-image  { border: 0px }
.default-hyper { color: #006; font-size: 12px; font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular; text-decoration: underline }
.default-header { color: #F00; font-weight: bold; font-size: 14px; font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular }
.default-header-small { color: #F00; font-weight: bold; font-size: 10px; font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular }
.error { color: #F00; font-weight: bold; font-size: 14px; font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular }
.success { color: green; font-weight: bold; font-size: 14px; font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular }
.small-error { color: #F00; font-weight: bold; font-size: 11px; font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular }
.list-header-background { background-color: #006 }
.item-header-background { background-color: #3359ac }

.background-red{ background-color: red }
.background-green{ background-color: #90EE90 }
.background-blue{ background-color: #87CEEB }
.background-white{ background-color: #FFFFFF }
.background-pink{ background-color: #FFC0CB }
.background-gray{ background-color: #D3D3D3 }
.background-yellow{ background-color: #FFFF00 }
.background-AquaMarine{ background-color: #7FFFD4 }
.background-PeachPuff{ background-color: #FFDAB9 }
.background-LightSteelBlue{ background-color: #B0C4DE }
.GoldenRod{ background-color: #FEF0C9 }
.mandatory-field { color: #F00; }

.print-only{ display:none; }
.amount {text-align:right;}
.center {text-align:center;}

#dek {POSITION:absolute;VISIBILITY:hidden;Z-INDEX:200;}
.yellow-bg-bold {font-weight:bold; background-color: #FFFF00}
.searchfilter {
    margin: 0;
    padding-top: 10px;
    padding-left: 10px;
    padding-right: 10px;
    width: 100%;
    height: 13px;
    background: #AAAAAA;
    border: solid #000000 2px;
    z-index: 9;
    font-family: arial;
}

.showHideValuesPopup {
    position:absolute;
    width:400px;
    background-color: #FFFFFF;
    color: #000000;
    z-index: 9999;
    text-align: left;
    border: 3px double black;
}

.showHideValuesPopup ul {
    list-style: none;
    margin: 0px;
    padding: 0px;
}

.savePreferences {
    padding-right: 25px;
    cursor: default;
    background-image: url("/tm3/images/save-disabled.gif");
    background-repeat: no-repeat;
    width: 0.8em;
    height: 0.8em;
    background-repeat: no-repeat;
    background-size: contain;
}

.savePreferencesEnabled {
    cursor: pointer;
    background-image: url("/tm3/images/save-enabled.gif");
}

.hiddenCell {
    display: none;
}

a.ui-widget.show-hide-columns-button.ui-button.ui-state-default.ui-corner-all.ui-button-text-only {
    font-size: 0.8em;
}

.adropdown table {
    color: black;
    font-size: 11px;
    font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
    border-collapse: collapse;
    border-bottom: none;
}
.adropdown th {
    background-color: #333333;
    color: #fffff;
    font-weight: bold;
    padding: 3px;
    font-size: 12px;
}

.adropdown table tbody tr:nth-child(odd) {
    background-color: #FFFFFF;
}
.adropdown table tbody tr:nth-child(even) {
    background-color: #B9B9B9;
}

.adropdown table tbody tr.selected {
    background-color: #ffffba;
    color: #000000;
    padding-bottom: 8px;
}

.adropdown table tbody tr.inactive {
    background-color: #F00;
}

.adropdown table tbody tr.inactive_customer {
    background-color: #FFD700 !important;
}

.adropdown table td {
    padding: 3px;
    font-size: 12px;
}

.adropdown table a {
    font-weight: bold;
    color: #0F72DA;
}

.adropdown table a:hover {
    color: #224266;
}

.adropdown table tr.noSelect th {
	background-color: #FFF;
}

.adropdown table tr.noSelect th a {
	color: #0F72DA;
}

div.datatables_wrapper_div {
    width: 80% !important;
    margin-left: auto !important;
    margin-right: auto !important;
}

body { font-size:12px; background-color: #FFFFFF; }

ul.message-list {
    font-size: 14px;
    font-weight: bold;
    list-style-type: none;
    padding: 0;
    margin: 0;
    display: inline-block;
}

ul.message-list > li {
    background-repeat: no-repeat;
    display: block;
    padding-left: 20px;
    background-size: 16px;
    text-align: left;
}

ul.message-list > li.message-info {
    background-image: url('/images/icon-info.png');
    color: #3c763d;
}

ul.message-list > li.message-warning {
    background-image: url('/images/icon-warning.png');
    color: #8a6d3b;
}

ul.message-list > li.message-error {
    background-image: url('/images/icon-error.png');
    color: #a94442;
}

.tm3-input-error { border: 1px solid #b94a48!important; background-color: #ffeeee!important; }

ul.security-rule-list {
    font-size: 1.2em;
    font-weight: bold;
    list-style-type: none;
    padding: 0;
    margin: 0;
    display: inline-block;
}

ul.security-rule-list > li {
    background-repeat: no-repeat;
    display: block;
    padding-left: 20px;
    background-size: 16px;
    text-align: left;
}

ul.security-rule-list > li.security-rule-info {
    background-image: url('/images/icon-info.png');
    color: #3c763d;
}

