/*
UPDATE 9/25/08
teapoot
*/

html {
  /*height: 100%;
  margin-top: 0px;*/
}

body, table, td, div, p, a {
  font-family: verdana;
  font-size: 12px;
  font-weight: normal;
  color: #000000;
  line-height: 15px;
}

h1, h2, h3, h4, h5 {
  font-family: arial;
  line-height: 30px;
}

@font-face {
    font-family: 'Kalam'; /*a name to be used later*/
    src: url('/includes/fonts/Kalam-Bold.ttf'); /*URL to font*/
}

w15 {
    width: 15%;
}

/*
th {
  font-family: arial;
  font-size: 14px;
  font-weight: bold;
  color: #FFFFFF;
  background-color: #28773b;
  line-height: 17px;
  text-align: left;
}
*/

body {
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  min-height: 100%;
}

.TSI_mainFrame_body {
  padding-left:10px;
  padding-top:10px;
  padding-right:10px;
  border-top: 1px #999999 solid;
}

a:link, a:active, a:visited {
  text-decoration: none;
  color: #0070a5;
}

a:hover {
  text-decoration: underline;
  color: #0070a5;
}

a.cleanlink {
	text-decoration: none;
	color: #333;
}

a.cleanlink:hover {
	text-decoration: none;
	color: #0070a5;
}

div.maindiv,
div.maindivclose
{
	width: 1000px;
	margin: auto;
}

div.maindiv
{
    margin-top: 25px;
}

.width1000
{
    width: 1000px;
    margin: auto;
}

table.formtable,
table.formtableclose
{
	width: 1000px;
	margin: auto;
}

table.formtable {
    padding-top: 25px;
}


table.reporttable {
	width: 95%;
	padding-top: 25px;
	margin: auto;
	height: 75%;
}

td.tablerow_pad_med {
	padding-top: 7px;
	padding-bottom: 7px;
}

div.reportdiv {
	width: 1000px;
	margin: auto;
	margin-bottom: 25px;
}

td.submitcell {
	text-align: right;
	padding-top: 15px;
}

table.dispdata{
	display:none;
}

.boldSelectFont,
.boldSelectFont label,
.boldSelectFont option {
	font-size: 13px;
}

p.company{
	background-color: #D0D0D0;
background-image:url(https://superagent.telesourceinc.net/portal/images/gray_header.png);
background-repeat: repeat-x;
background-position: 0% 100%;
border: none;
font: bold 13px Tahoma;
color:#333;
padding: 7px;
min-height: 25px; /*was 32*/
text-shadow: 1px 1px #838080;
}

div.headericon {
	float: right;
	margin-left: 7px;
	margin-right: 7px;
	/*margin-top: 3px;
	margin-bottom: 3px;*/
}

.nameDisplay {
	font: bold 24px Georgia;
	margin: 3px;
	color: #14701a; /*75380c brown*/
}

.logoStyle {
	max-height: 85px;
	max-width: 85px;
}

.content {
    justify-content: center;
}

div.removeddiv {
	padding-top: 7px;
	width: 100%;
	height: 100%;
	font: bold 15px Tahoma;
	position: absolute;
	margin: 0px auto;
	text-align: center;
	background-color: #fff; /*was fff*/
	background:transparent;	/* FOR IE */
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#B3ffffff,endColorstr=#B3ffffff);
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#B3ffffff, endColorstr=#B3ffffff)";
	background:rgba(255,255,255,0.7); /*51*/
}

.whitebg {
	background:rgb(255,255,255); /* apparently must use this instead of background-color as backup for IE */
	background:rgba(255,255,255,0.9); /*51*/
	/*background:transparent;	/* FOR IE */
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#E6ffffff,endColorstr=#E6ffffff);
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#E6ffffff, endColorstr=#E6ffffff)";
}

.greybg {
	background-color: #ccc; /*was fff*/
	/*background:transparent;	/* FOR IE */
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#E6cccccc,endColorstr=#E6cccccc);
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#E6cccccc, endColorstr=#E6cccccc)";
	background:rgba(204,204,204,0.9); /*51*/
}

.bluebg {
	background-color: #0070a5; /*was fff*/
	/*background:transparent;	/* FOR IE */
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#E60070a5,endColorstr=#B30070a5);
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#E60070a5, endColorstr=#B30070a5)";
	background:rgba(0,112,165,0.7); /*51*/
}

.select_blue {
	font: bold 16px Tahoma;
	padding: 7px;
	margin: 7px;
	cursor: pointer;
}

.TSI_input,
.TSI_input12 {
font-size:11px;
border-top: 1px solid #5da7c9;
border-bottom: 1px outset #0070a5;
border-right: 1px inset #0070a5;
border-left: 1px outset #0070a5;
background-image:url(https://superagent.telesourceinc.net/portal/images/input_background.gif);
background-repeat:repeat-x;
padding: 4px;
-moz-box-shadow: 2px 3px 4px 1px #cce2ed;
-webkit-box-shadow: 2px 3px 4px 1px #cce2ed;
box-shadow: 2px 3px 4px 1px #cce2ed;
zoom: 1;
filter: progid:DXImageTransform.Microsoft.Shadow(color=#cce2ed,direction=135,strength=2);
}

.TSI_input12 {
	font-size: 12px;
}

.TSI_yellow_input {
font-size:11px;
border-top: 1px solid #CCC;
border-bottom:1px outset #000;
border-right:1px inset #000;
border-left:1px outset #000;
background-image:url(https://superagent.telesourceinc.net/portal/images/input_background.gif);
background-repeat:repeat-x;
}

.login_input {
    font-size:12px;
    border-top: 1px solid #5da7c9;
    border-bottom: 1px outset #0070a5;
    border-right: 1px inset #0070a5;
    border-left: 1px outset #0070a5;
    background-image:url(https://superagent.telesourceinc.net/portal/images/input_background.gif);
    background-repeat:repeat-x;
    -moz-box-shadow: 2px 3px 4px 1px #cce2ed;
    -webkit-box-shadow: 2px 3px 4px 1px #cce2ed;
    box-shadow: 2px 3px 4px 1px #cce2ed;
    zoom: 1;
    filter: progid:DXImageTransform.Microsoft.Shadow(color=#cce2ed,direction=135,strength=2);
    padding: 7px;
    width: 250px;

    /*-moz-border-radius: 5px;*/
    /*-webkit-border-radius: 5px;*/
    /*border-radius: 5px; !* future proofing *!*/
    /*-khtml-border-radius: 5px; !* for old Konqueror browsers *!*/
}

.login_input::placeholder {
    font: italic 500 13px Tahoma;
}

.TSI_select {
font-size:12px;
border-top: 1px solid #5da7c9;
border-bottom:1px outset #0070A5;
border-right:1px inset #0070A5;
border-left:1px outset #0070A5;
background-image:url(https://superagent.telesourceinc.net/portal/images/input_background.gif);
background-repeat:repeat-x;
padding: 4px;
max-width: 200px;
}

.flexListParent {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
    align-items: flex-start;
    align-content: flex-start;
}

div.flexBetween, div.flexBetweenTop {
    display: flex;
    justify-content: space-between;
}

div.flexBetween {
    align-items: flex-end;
}

div.flexBetweenTop {
    align-items: flex-start;
}

/* TSI Buttons */

.small_button {
    padding: 1px 2px !important;
    min-width: 15px !important;
    height: 25px;
    border-radius: 3px !important;
    margin: 1px !important;
}

.divbtn {
    border: 1px solid #aaa;
    background-image: linear-gradient(#ededed, #d4d4d4);
    cursor: pointer;
    display: block;
}

.divbtn:hover {
    background-image: linear-gradient(#fefefe, #ededed);
}

[type="submit"]:not(.link),
[type="button"],
[type="reset"],
button,
div.button
{
    border-radius: 5px;
    box-sizing: border-box;
    cursor: pointer;
    direction: ltr;
    display: inline-block;
    /*font-family: "SF Pro Text","SF Pro Icons","AOS Icons","Helvetica Neue",Helvetica,Arial,sans-serif;*/
    font-family: "Verdana",sans-serif;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: -.022em;
    line-height: 1.47059;
    min-width: 30px;
    overflow: visible;
    padding: 4px 15px;
    text-align: center;
    vertical-align: baseline;
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
    white-space: nowrap;
    margin: 3px;
}

[type="submit"]:disabled:not(.link),
[type="button"]:disabled,
[type="reset"]:disabled,
button:disabled
{
    cursor: not-allowed;
    opacity: .3;
}

[type="submit"]:hover:not(.link),
[type="button"]:hover,
[type="reset"]:hover,
button:hover
{
    text-decoration: none;
}

[type="submit"]:active:not(.link),
[type="button"]:active,
[type="reset"]:active,
button:active
{
    outline: none;
}

[type="submit"]:focus:not(.link),
[type="button"]:focus,
[type="reset"]:focus,
button:focus
{
    outline: none;
}

[type="submit"].link {
    border: none;
    background: none;
    display: inline;
    color: blue;
    text-decoration: underline;
    padding: 1px;
    font: 500 14px Verdana;
    cursor: pointer;
}

button.TSI_test_button,
input.TSI_test_button {
    background-image: linear-gradient(hsl(199, 100%, 40%), hsl(199, 100%, 25%));
    color: #FFFFFF;
    border-color: hsl(199, 100%, 32%); /*equiv to #0070a5; - all other %s relative */
    text-shadow: 2px 2px hsl(199, 100%, 25%);

}

button.TSI_test_button:hover,
input.TSI_test_button:hover {
    background-image: linear-gradient(hsl(199, 100%, 45%), hsl(199, 100%, 30%));
    color: #FFFFFF;
    border-color: hsl(199, 100%, 37%); /*equiv to #0070a5; */
    text-shadow: 2px 2px hsl(199, 100%, 30%);

}

button.TSI_test_button2,
input.TSI_test_button2 {
    background-image: linear-gradient(hsl(32, 100%, 65%), hsl(39, 100%, 42%));
    color: #000000;
    border-color: hsl(32, 100%, 58%); /*equiv to #0070a5; - all other %s relative */
    text-shadow: 2px 2px hsl(32, 100%, 42%);

}

button.TSI_test_button2:hover,
input.TSI_test_button2:hover {
    background-image: linear-gradient(hsl(199, 100%, 45%), hsl(199, 100%, 30%));
    color: #FFFFFF;
    border-color: hsl(199, 100%, 37%); /*equiv to #0070a5; */
    text-shadow: 2px 2px hsl(199, 100%, 30%);

}

button.TSI_gray_button,
button.TSI_grey_button,
input.TSI_grey_button,
input.TSI_gray_button {
    background-image: linear-gradient(#dbdbdb, #8e8e8e);
    border: 1px solid #cccccc;
    color: #ffffff;
    text-shadow: 2px 2px #868686;
}

button.TSI_grey_button:hover,
button.TSI_gray_button:hover,
input.TSI_grey_button:hover,
input.TSI_gray_button:hover {
    background-image: linear-gradient(#eaeaea, #cccccc);
    border-color: #dbdbdb;
}

button.TSI_grey_button:active,
button.TSI_gray_button:active,
input.TSI_grey_button:active,
input.TSI_gray_button:active {
    background-image: linear-gradient(#e5e5e5, #b7b7b7);
    border-color: #cccccc;
}

button.TSI_grey_button:focus,
button.TSI_gray_button:focus,
input.TSI_grey_button:focus,
input.TSI_gray_button:focus {
    box-shadow: rgba(204, 204, 204, 0.5) 0 0 0 3px;
}

button.TSI_black_button,
input.TSI_black_button {
    background-image: linear-gradient(#606060, #131313);
    border: 1px solid #1c1c1c;
    color: #FFFFFF;
}

button.TSI_black_button:hover,
input.TSI_black_button:hover {
    background-image: linear-gradient(#a4a4a4, #1c1c1c);
    border-color: #a4a4a4;
}

button.TSI_black_button:active,
input.TSI_black_button:active {
    background-image: linear-gradient(#8d8d8d, #191919);
    border-color: #191919;
}

button.TSI_black_button:focus,
input.TSI_black_button:focus {
    box-shadow: rgba(28, 28, 28, 0.5) 0 0 0 3px;
}

button.TSI_green_button,
input.TSI_green_button {
    background-image: linear-gradient(#55a957, #095d0a);
    border: 1px solid #0d850f;
    color: #FFFFFF;
}

button.TSI_green_button:hover,
input.TSI_green_button:hover {
    background-image: linear-gradient(#9ece9f, #0d850f);
    border-color: #9ece9f;
}

button.TSI_green_button:active,
input.TSI_green_button:active {
    background-image: linear-gradient(#86c287, #0b770d);
    border-color: #0d850f;
}

button.TSI_green_button:focus,
input.TSI_green_button:focus {
    box-shadow: rgba(13, 133, 15, 0.5) 0 0 0 3px;
}

button.TSI_ltgreen_button,
input.TSI_ltgreen_button {
    background-image: linear-gradient(#36da33, #178c18);
    border: 1px solid #178c18;
    color: #FFFFFF;
    text-shadow: 2px 2px #0e780f;
}

button.TSI_ltgreen_button:hover,
input.TSI_ltgreen_button:hover {
    background-image: linear-gradient(#55e653, #34a335);
    border-color: #55e653;
}

button.TSI_ltgreen_button:active,
input.TSI_ltgreen_button:active {
    background-image: linear-gradient(#44e041, #239924);
    border-color: #34a335;
}

button.TSI_ltgreen_button:focus,
input.TSI_ltgreen_button:focus {
    box-shadow: rgba(13, 133, 15, 0.5) 0 0 0 3px;
}

button.TSI_yellow_button,
input.TSI_yellow_button {
    background-image: linear-gradient(#f9f950, #c5c504);
    border: 1px solid #f7f705;
    color: #333333;
}

button.TSI_yellow_button:hover,
input.TSI_yellow_button:hover {
    background-image: linear-gradient(#fbfb9b, #f7f705);
    border-color: #dede04;
}

button.TSI_yellow_button:active,
input.TSI_yellow_button:active {
    background-image: linear-gradient(#fbfb82, #dede04);
    border-color: #f8f836;
}

button.TSI_yellow_button:focus,
input.TSI_yellow_button:focus {
    box-shadow: rgba(247, 247, 5, 0.5) 0 0 0 3px;
}

button.TSI_purple_button,
input.TSI_purple_button {
    background-image: linear-gradient(#8955a9, #3c095d);
    border: 1px solid #570d85;
    color: #FFFFFF;
}

button.TSI_purple_button:hover,
input.TSI_purple_button:hover {
    background-image: linear-gradient(#bb9ece, #570d85);
    border-color: #bb9ece;
}

button.TSI_purple_button:active,
input.TSI_purple_button:active {
    background-image: linear-gradient(#ab86c2, #4e0b77);
    border-color: #4e0b77;
}

button.TSI_purple_button:focus,
input.TSI_purple_button:focus {
    box-shadow: rgba(87, 13, 133, 0.5) 0 0 0 3px;
}


button.TSI_red_button,
input.TSI_red_button {
    background-image: linear-gradient(#d76057, #8b130b);
    border: 1px solid #c71c10;
    color: #FFFFFF;
}

button.TSI_red_button:hover,
input.TSI_red_button:hover {
    background-image: linear-gradient(#e8a49f, #c71c10);
    border-color: #e8a49f;
}

button.TSI_red_button:active,
input.TSI_red_button:active {
    background-image: linear-gradient(#e38d87, #b3190e);
    border-color: #b3190e;
}

button.TSI_red_button:focus,
input.TSI_red_button:focus {
    box-shadow: rgba(227, 141, 135, 0.5) 0 0 0 3px;
}


button.TSI_orange_button,
input.TSI_orange_button {
    background-image: linear-gradient(#f1c651, #a47904);
    border: 1px solid #ebae07;
    color: #222222;
}

button.TSI_orange_button:hover,
input.TSI_orange_button:hover {
    background-image: linear-gradient(#f7de9b, #ebae07);
    border-color: #ebae07;
}

button.TSI_orange_button:active,
input.TSI_orange_button:active {
    background-image: linear-gradient(#f5d683, #d39c06);
    border-color: #edb61f;
}

button.TSI_orange_button:focus,
input.TSI_orange_button:focus {
    box-shadow: rgba(235, 174, 7, 0.5) 0 0 0 3px;
}

[type="submit"]:not(.link),
[type="button"],
[type="reset"],
button.TSI_blue_button,
input.TSI_blue_button {
    background-image: linear-gradient(#4c9ac0, #004e73);
    border: 1px solid #0070A5;
    color: #FFFFFF;
}

[type="submit"]:hover:not(.link),
[type="button"]:hover,
[type="reset"]:hover,
button.TSI_blue_button:hover,
input.TSI_blue_button:hover {
    background-image: linear-gradient(#99c5db, #0070a5);
    border-color: #99c5db;
}

[type="submit"]:active:not(.link),
[type="button"]:active,
[type="reset"]:active,
button.TSI_blue_button:active,
input.TSI_blue_button:active {
    background-image: linear-gradient(#7fb7d2, #006494);
    border-color: #006DBC;
}

[type="submit"]:focus:not(.link),
[type="button"]:focus,
[type="reset"]:focus,
button.TSI_blue_button:focus,
input.TSI_blue_button:focus {
    box-shadow: rgba(127, 183, 210, 0.5) 0 0 0 3px;
}

/* NEW TSI Buttons */

/* Blue Button */
.blue-button-wrapper {
	display: inline-block;
	margin : 0 auto;
	margin-left: 3px;
	margin-right: 3px;
	background:transparent url("https://superagent.telesourceinc.net/portal/images/blue_button.png") no-repeat top left;
	max-width : 240px;
	min-height: 32px;
	padding : 0 0 0 0;
}

.blue-button-wrapper input[type=submit],
.blue-button-wrapper input[type=reset],
.blue-button-wrapper input[type=button],
.blue-button-wrapper button
 {
	cursor: pointer;
	color : #fff;
	font: bold 12px Tahoma;
	padding: 8px;
	padding-left:9px;
	padding-right: 14px;
	margin:0px 0px 0px 3px;
	border : none;
	width : 100%;
	background:transparent url("https://superagent.telesourceinc.net/portal/images/blue_button_hover.png") no-repeat -9999px -9999px;
	background:transparent url("https://superagent.telesourceinc.net/portal/images/blue_button.png") no-repeat top right;
}
.blue-button-wrapper:hover {
	background:transparent url("https://superagent.telesourceinc.net/portal/images/blue_button_hover.png") no-repeat top left;
}
.blue-button-wrapper input[type=submit]:hover,
.blue-button-wrapper input[type=reset]:hover,
.blue-button-wrapper input[type=button]:hover,
.blue-button-wrapper button:hover
{
	background:transparent url("https://superagent.telesourceinc.net/portal/images/blue_button_hover.png") no-repeat top right;
}

/* Black Button */
.black-button-wrapper {
	display: inline-block;
	margin : 0 auto;
	margin-left: 3px;
	margin-right: 3px;
	background:transparent url("https://superagent.telesourceinc.net/portal/images/black_button.png") no-repeat top left;
	max-width : 240px;
	padding : 0 0 0 0;
}

.black-button-wrapper input[type=submit],
.black-button-wrapper input[type=reset],
.black-button-wrapper input[type=button],
.black-button-wrapper a {
	cursor: pointer;
	color : #fff;
	font: bold 12px Tahoma;
	padding: 8px;
	padding-left:9px;
	padding-right: 14px;
	margin:0px 0px 0px 3px;
	border : none;
	width : 100%;
	background:transparent url("https://superagent.telesourceinc.net/portal/images/black_button_hover.png") no-repeat -9999px -9999px;
	background:transparent url("https://superagent.telesourceinc.net/portal/images/black_button.png") no-repeat top right;
}
.black-button-wrapper:hover {
	background:transparent url("https://superagent.telesourceinc.net/portal/images/black_button_hover.png") no-repeat top left;
}
.black-button-wrapper input[type=submit]:hover,
.black-button-wrapper input[type=reset]:hover,
.black-button-wrapper input[type=button]:hover,
.black-button-wrapper a:hover {
	background:transparent url("https://superagent.telesourceinc.net/portal/images/black_button_hover.png") no-repeat top right;
}

/* White Button */
.white-button-wrapper {
	display: inline-block;
	margin : 0 auto;
	margin-left: 3px;
	margin-right: 3px;
	background:transparent url("https://superagent.telesourceinc.net/portal/images/white_button.png") no-repeat top left;
	max-width : 240px;
	padding : 0 0 0 0;
}

.white-button-wrapper input[type=submit],
.white-button-wrapper input[type=reset],
.white-button-wrapper input[type=button],
.white-button-wrapper button
 {
	cursor: pointer;
	color : #fff;
	font: bold 12px Tahoma;
	padding: 8px;
	padding-left:9px;
	padding-right: 14px;
	margin:0px 0px 0px 3px;
	border : none;
	width : 100%;
	/*background:transparent url("https://superagent.telesourceinc.net/portal/images/white_button_hover.png") no-repeat -9999px -9999px;*/
	background:transparent url("https://superagent.telesourceinc.net/portal/images/white_button.png") no-repeat top right;
}
/*
.white-button-wrapper:hover {
	background:transparent url("https://superagent.telesourceinc.net/portal/images/white_button_hover.png") no-repeat top left;
}
.white-button-wrapper input[type=submit]:hover,
.white-button-wrapper input[type=reset]:hover,
.white-button-wrapper input[type=button]:hover,
.white-button-wrapper button:hover
{
	background:transparent url("https://superagent.telesourceinc.net/portal/images/white_button_hover.png") no-repeat top right;
}
*/

/* Red Button */
.red-button-wrapper {
	display: inline-block;
	margin : 0 auto;
	margin-left: 3px;
	margin-right: 3px;
	background:transparent url("https://superagent.telesourceinc.net/portal/images/red_button.png") no-repeat top left;
	max-width : 240px;
	padding : 0 0 0 0;
}

.red-button-wrapper input[type=submit],
.red-button-wrapper input[type=reset],
.red-button-wrapper input[type=button] {
	cursor: pointer;
	color : #fff;
	font: bold 12px Tahoma;
	padding: 8px;
	padding-left:9px;
	padding-right: 14px;
	margin:0px 0px 0px 3px;
	border : none;
	width : 100%;
	background:transparent url("https://superagent.telesourceinc.net/portal/images/red_button_hover.png") no-repeat -9999px -9999px;
	background:transparent url("https://superagent.telesourceinc.net/portal/images/red_button.png") no-repeat top right;
}
.red-button-wrapper:hover {
	background:transparent url("https://superagent.telesourceinc.net/portal/images/red_button_hover.png") no-repeat top left;
}
.red-button-wrapper input[type=submit]:hover,
.red-button-wrapper input[type=reset]:hover,
.red-button-wrapper input[type=button]:hover {
	background:transparent url("https://superagent.telesourceinc.net/portal/images/red_button_hover.png") no-repeat top right;
}

/* Gray Button */
.gray-button-wrapper {
	display: inline-block;
	margin : 0 auto;
	margin-left: 3px;
	margin-right: 3px;
	background:transparent url("https://superagent.telesourceinc.net/portal/images/gray_button.png") no-repeat top left;
	max-width : 240px;
	padding : 0 0 0 0;
}

.gray-button-wrapper input[type=submit],
.gray-button-wrapper input[type=reset],
.gray-button-wrapper input[type=button] {
	cursor: pointer;
	color : #fff;
	font: bold 12px Tahoma;
	padding: 8px;
	padding-left:9px;
	padding-right: 14px;
	margin:0px 0px 0px 3px;
	border : none;
	width : 100%;
	background:transparent url("https://superagent.telesourceinc.net/portal/images/gray_button_hover.png") no-repeat -9999px -9999px;
	background:transparent url("https://superagent.telesourceinc.net/portal/images/gray_button.png") no-repeat top right;
}
.gray-button-wrapper:hover {
	background:transparent url("https://superagent.telesourceinc.net/portal/images/gray_button_hover.png") no-repeat top left;
}
.gray-button-wrapper input[type=submit]:hover,
.gray-button-wrapper input[type=reset]:hover,
.gray-button-wrapper input[type=button]:hover {
	background:transparent url("https://superagent.telesourceinc.net/portal/images/gray_button_hover.png") no-repeat top right;
}

/* Green Button */
.green-button-wrapper {
	display: inline-block;
	margin : 0 auto;
	margin-left: 3px;
	margin-right: 3px;
	background:transparent url("https://superagent.telesourceinc.net/portal/images/green_button.png") no-repeat top left;
	max-width : 240px;
	padding : 0 0 0 0;
}

.green-button-wrapper input[type=submit],
.green-button-wrapper input[type=reset],
.green-button-wrapper input[type=button] {
	cursor: pointer;
	color : #fff;
	font: bold 12px Tahoma;
	padding: 8px; /*was 7*/
	padding-left:9px;
	padding-right: 14px;
	margin:0px 0px 0px 3px;
	border : none;
	width : 100%;
	background:transparent url("https://superagent.telesourceinc.net/portal/images/green_button_hover.png") no-repeat -9999px -9999px;
	background:transparent url("https://superagent.telesourceinc.net/portal/images/green_button.png") no-repeat top right;
}
.green-button-wrapper:hover {
	background:transparent url("https://superagent.telesourceinc.net/portal/images/green_button_hover.png") no-repeat top left;
}
.green-button-wrapper input[type=submit]:hover,
.green-button-wrapper input[type=reset]:hover,
.green-button-wrapper input[type=button]:hover {
	background:transparent url("https://superagent.telesourceinc.net/portal/images/green_button_hover.png") no-repeat top right;
}

/* Light Green Button */
.ltgreen-button-wrapper {
	display: inline-block;
	margin : 0 auto;
	margin-left: 3px;
	margin-right: 3px;
	background:transparent url("https://superagent.telesourceinc.net/portal/images/light_green_button.png") no-repeat top left;
	max-width : 240px;
	padding : 0 0 0 0;
}

.ltgreen-button-wrapper input[type=submit],
.ltgreen-button-wrapper input[type=reset],
.ltgreen-button-wrapper input[type=button] {
	cursor: pointer;
	color : #fff;
	font: bold 12px Tahoma;
	padding: 8px; /*was 7*/
	padding-left:9px;
	padding-right: 14px;
	margin:0px 0px 0px 3px;
	border : none;
	width : 100%;
	background:transparent url("https://superagent.telesourceinc.net/portal/images/light_green_button_hover.png") no-repeat -9999px -9999px;
	background:transparent url("https://superagent.telesourceinc.net/portal/images/light_green_button.png") no-repeat top right;
}
.ltgreen-button-wrapper:hover {
	background:transparent url("https://superagent.telesourceinc.net/portal/images/light_green_button_hover.png") no-repeat top left;
}
.ltgreen-button-wrapper input[type=submit]:hover,
.ltgreen-button-wrapper input[type=reset]:hover,
.ltgreen-button-wrapper input[type=button]:hover {
	background:transparent url("https://superagent.telesourceinc.net/portal/images/light_green_button_hover.png") no-repeat top right;
}

/* Yellow Button */
.yellow-button-wrapper {
	display: inline-block;
	margin : 0 auto;
	margin-left: 3px;
	margin-right: 3px;
	background:transparent url("https://superagent.telesourceinc.net/portal/images/yellow_button.png") no-repeat top left;
	max-width : 240px;
	padding : 0 0 0 0;
}

.yellow-button-wrapper input[type=submit],
.yellow-button-wrapper input[type=reset],
.yellow-button-wrapper input[type=button] {
	cursor: pointer;
	color : #333;
	font: bold 12px Tahoma;
	padding: 8px;
	padding-left:9px;
	padding-right: 14px;
	margin:0px 0px 0px 3px;
	border : none;
	width : 100%;
	background:transparent url("https://superagent.telesourceinc.net/portal/images/yellow_button_hover.png") no-repeat -9999px -9999px;
	background:transparent url("https://superagent.telesourceinc.net/portal/images/yellow_button.png") no-repeat top right;
}
.yellow-button-wrapper:hover {
	background:transparent url("https://superagent.telesourceinc.net/portal/images/yellow_button_hover.png") no-repeat top left;
}
.yellow-button-wrapper input[type=submit]:hover,
.yellow-button-wrapper input[type=reset]:hover,
.yellow-button-wrapper input[type=button]:hover {
	background:transparent url("https://superagent.telesourceinc.net/portal/images/yellow_button_hover.png") no-repeat top right;
}


/* End TSI Buttons */


.TSI_disabled_button {

background-image:url(https://superagent.telesourceinc.net/portal/images/button_grey.gif);
background-repeat:repeat-x;
/*background-color:#CCC;*/
color: #aaa;
border: 1px outset #999;
font-size: 11px;
font-weight:bold;
cursor: pointer;
}

.TSI_bold {
color: #000000;
font-weight: bold;
}

.TSI_green_bold {
	color: #00c800;
	font-weight: bold;
}

.TSI_red_bold {
color: #990000 !important;
font-weight: bold !important;
}

.TSI_blue {
	color: #0070a5;
}

.TSI_blue_bold {
color: #0070a5;
font-weight: bold;
}

.TSI_blue_border {
    border: 1px solid #0070a5;
}

.TSI_blue_bold a {
color: #0070a5;
font-weight: bold;
}

.TSI_navy_title {
	color: #001554;
	font-weight: bold;
	font-size: 25px;
	font-family: cursive;
	padding-left: 12px;
	height: 30px;
}

.TSI_invoice_menu {
  border-bottom:1px #999999 solid;
  border-right:1px #999999 solid;
  background-color:#0099cc;
	color: #FFF;
  font-weight: bold;
}

.TSI_invoice_bellsouth_header {
  background-color: yellow;
  font-family: arial;
  font-size: 14px;
  font-weight: bold;
}

.TSI_invoice_bellsouth_text {
  font-family: arial;
  font-size: 12px;
  font-weight: normal;
  color: #0000CC;
  border: 1px #000000 solid;
  background-color: #EEEEEE;
  padding-left:3px;
  padding-right:3px;
  text-align: right;
}

.TSI_invoice_bellsouth_new {
  font-family: arial;
  font-size: 12px;
  font-weight: normal;
  color: #0066CC;
  border: 1px #000000 solid;
  background-color: #EEEEEE;
  padding-left:3px;
  padding-right:3px;
  text-align: left;
}

.TSI_section_header-OLD {
background-color: #333;
background-image: url(https://superagent.telesourceinc.net/portal/images/nav_background2.gif);
background-repeat: repeat-x;
color: #FFF;
height:27px;
padding-left:5px;
padding-right:5px;
font-weight:bold;
text-align: center;
}

.TSI_section_header {
background-image:url(https://superagent.telesourceinc.net/portal/images/black_header.png);
background-repeat: repeat-x;
background-color: #000;
border: none;
font: bold 16px Tahoma;
text-align: center;
color:#FFF;
padding: 7px;
min-height: 25px; /*was 32*/
text-shadow: 1px 1px #666666;
}

.TSI_section_header_text {
	font: bold 16px Tahoma;
	text-align: center;
	color:#FFF;
	text-shadow: 1px 1px #666666;
}

.TSI_invoice_carrier_header {
  color: #FFFFFF;
  background-color: #70a8d6;
  font-family: arial;
  font-size: 14px;
  font-weight: bold;
  border-top: 2px #000000 solid;
  border-right: 1px #000000 solid;
  border-bottom: 2px #000000 solid;
}

.TSI_invoice_carrier_text {
  font-family: arial;
  font-size: 12px;
  font-weight: normal;
  color: #0000CC;
  border: 1px #000000 solid;
  background-color: #EEEEEE;
  padding-left:3px;
  padding-right:3px;
  text-align: right;
}

.TSI_invoice_carrier_new {
  font-family: arial;
  font-size: 12px;
  font-weight: normal;
  color: #0000CC;
  border: 1px #000000 solid;
  background-color: #EEEEEE;
  padding-left:3px;
  padding-right:3px;
  text-align: left;
}

.TSI_green_header-OLD {
/*background-color: #28773b;*/
background-image:url(https://superagent.telesourceinc.net/portal/images/section_bg_green.gif);
background-repeat: repeat-x;
border:1px #888888 solid;
font-size:12px;
font-weight:bold;
color:#FFF;
padding: 4px;
min-height: 25px;
}

.TSI_green_header {
background-color: #329832;
background-image:url(https://superagent.telesourceinc.net/portal/images/green_header.png);
background-repeat: repeat-x;
background-position: 0% 100%;
border: none;
font: bold 13px Tahoma;
color:#FFF;
padding: 7px;
min-height: 25px;
text-shadow: 2px 2px #5D1113;
}

.TSI_green_header div {
	border: none;
	font: bold 13px Tahoma;
	color:#FFF;
	text-shadow: 2px 2px #5D1113;
}


.TSI_grey_header-OLD {
background-image:url(https://superagent.telesourceinc.net/portal/images/section_bg_grey.gif);
background-repeat: repeat-x;
border:1px #888888 solid;
font-size:12px;
font-weight:bold;
color:#000;
padding: 4px;
}

.TSI_grey_header {
background-color: #D0D0D0;
background-image:url(https://superagent.telesourceinc.net/portal/images/gray_header.png);
background-repeat: repeat-x;
background-position: 0% 100%;
border: none;
font: bold 13px Tahoma;
color:#333;
padding: 7px;
min-height: 25px; /*was 32*/
text-shadow: 1px 1px #838080;
}

.TSI_black_header div {
	border: none;
	font: bold 13px Tahoma;
	color:#333;
	text-shadow: 2px 2px #838080;
}

.TSI_grey_header_compact {
background-color: #D0D0D0;
background-image:url(https://superagent.telesourceinc.net/portal/images/gray_header.png);
background-repeat: repeat-x;
background-position: 0% 100%;
border: none;
font: bold 13px Tahoma;
color:#333;
padding: 7px;
padding-top: 3px;
padding-bottom: 3px;
min-height: 15px;
text-shadow: 1px 1px #838080;
}

.TSI_blue_header-OLD {
background-image:url(https://superagent.telesourceinc.net/portal/images/section_bg_blue.gif);
background-repeat: repeat-x;
border:1px #888888 solid;
font-size:12px;
font-weight:bold;
color:#FFF;
padding: 4px;
}

th, .TSI_blue_header {
background-color: #358EB8;
background-image:url(https://superagent.telesourceinc.net/portal/images/blue_header.png);
background-repeat: repeat-x;
background-position: 0% 100%;
border: none;
font: bold 15px Tahoma;
color:#FFF;
padding: 7px;
min-height: 25px; /*was 32*/
text-shadow: 2px 2px #003E5A;
text-align: left;
}

.TSI_blue_header a {
	font: bold 13px Tahoma;
	color:#FFF;
}

.TSI_black_header div {
	border: none;
	font: bold 13px Tahoma;
	color:#FFF;
	text-shadow: 2px 2px #003E5A;
}


.TSI_black_header-OLD {
background-color: #000;
background-image: url(https://superagent.telesourceinc.net/portal/images/section_bg_black.gif);
background-repeat: repeat-x;
border:1px #888888 solid;
font-size:12px;
font-weight:bold;
color:#FFF;
padding: 4px;
}

.TSI_black_header {
background-color: #4C4B4B;
background-image:url(https://superagent.telesourceinc.net/portal/images/black_header.png);
background-repeat: repeat-x;
background-position: 0% 100%;
border: none;
font: bold 13px Tahoma;
color:#FFF;
padding: 7px;
min-height: 25px; /*was 32*/
text-shadow: 2px 2px #000000;
}

.TSI_black_header div {
	border: none;
	font: bold 13px Tahoma;
	color:#FFF;
	text-shadow: 2px 2px #000000;
}

.TSI_red_header-OLD {
background-image:url(https://superagent.telesourceinc.net/portal/images/section_bg_red.gif);
background-repeat: repeat-x;
border:1px #888888 solid;
font-size:12px;
font-weight:bold;
color:#FFF;
padding: 4px;
}

.TSI_red_header {
background-color: #B1514F;
background-image:url(https://superagent.telesourceinc.net/portal/images/red_header.png);
background-repeat: repeat-x;
background-position: 0% 100%;
border: none;
font: bold 15px Tahoma;
color:#FFF;
padding: 7px;
min-height: 25px;
text-shadow: 2px 2px #5D1113;
}

.TSI_red_header div {
	border: none;
	font: bold 13px Tahoma;
	color:#FFF;
	text-shadow: 2px 2px #5D1113;
}


.TSI_magenta_header {
    background-color: #FF29FF;
    background-image: linear-gradient(#ff5cff, #990099);
    background-repeat: repeat-x;
    background-position: 0% 100%;
    border: none;
    font: bold 15px Tahoma;
    color:#FFF;
    padding: 7px;
    min-height: 25px;
    text-shadow: 2px 2px #9e119e;
}

.TSI_magenta_header div {
    border: none;
    font: bold 13px Tahoma;
    color:#FFF;
    text-shadow: 2px 2px #9e119e;
}

.TSI_orange_header {
    background-color: #B36B00;
    background-image: linear-gradient(#FFB84D, #B36B00);
    border: none; /*1px #888888 solid;*/
    font: bold 15px Tahoma;
    color: #000;
    padding: 7px;
    min-height: 25px;
}


.TSI_orange_header div {
	border: none;
	font: bold 12px Tahoma;
	color:#000;
	/*text-shadow: 2px 2px #000000;*/
}

.TSI_yellow_header {
background-image: url(https://superagent.telesourceinc.net/portal/images/section_bg_yellow.gif);
background-repeat: repeat-x;
border: 1px outset #CCC;
font: bold 15px Tahoma;
color: #000;
padding: 7px;
min-height: 25px;
}

.TSI_yellow_header div {
	border: none;
	font: bold 13px Tahoma;
	color:#000;
	/*text-shadow: 2px 2px #000000;*/
}

fieldset.hideSet {
    padding: 0px;
    border: none;
}

.light_blue_bg {
	background-color: #B0D6E8;
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#80B0D6E8,endColorstr=#80B0D6E8);
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#80B0D6E8, endColorstr=#80B0D6E8)";
	background:rgba(176,214,232,0.5); /*51*/
}

.light_blue_underline {
	border-bottom: 2px solid #B0D6E8;
	padding: 2px;
}

table.alt_blue_highlight tr td:not(.highlight-ignore) {
	padding: 3px;
}

/*table.alt_blue_highlight tr:nth-child(even) td:not(.highlight-ignore) {	*/
table.alt_blue_highlight > tbody > tr:nth-child(even) > td:not(.highlight-ignore) {
	border-bottom: 1px solid #B0D6E8;
	background-color: #B0D6E8;
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#80B0D6E8,endColorstr=#80B0D6E8);
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#80B0D6E8, endColorstr=#80B0D6E8)";
	background:rgba(176,214,232,0.5); /*51*/
}

div.alt_blue_highlight > div:nth-child(even):not(.highlight-ignore),
div.alt_blue_highlight > label > div:nth-child(even):not(.highlight-ignore){
	border-bottom: 1px solid #B0D6E8;
	background-color: #B0D6E8;
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#80B0D6E8,endColorstr=#80B0D6E8);
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#80B0D6E8, endColorstr=#80B0D6E8)";
	background:rgba(176,214,232,0.5); /*51*/
}

table.alt_gray_highlight tr td:not(.highlight-ignore) {
    padding: 3px;
}

table.alt_gray_highlight > tbody > tr:nth-child(even) > td:not(.highlight-ignore) {
    border-bottom: 1px solid #EEEEEE;
    background-color: #EEEEEE;
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#80EEEEEE,endColorstr=#80EEEEEE);
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#80EEEEEE, endColorstr=#80EEEEEE)";
    background:rgba(238,238,238,0.5); /*51*/
}

div.alt_gray_highlight > div:nth-child(even):not(.highlight-ignore),
div.alt_gray_highlight > label > div:nth-child(even):not(.highlight-ignore){
    border-bottom: 1px solid #EEEEEE;
    background-color: #EEEEEE;
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#80EEEEEE,endColorstr=#80EEEEEE);
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#80EEEEEE, endColorstr=#80EEEEEE)";
    background:rgba(238,238,238,0.5); /*51*/
}


.white_bg {
	background-color: #FFF;
}

.TSI_report {
	border: 1px #888888 solid;
	border-top: none;
	border-left: none;
	font-size: 10px;
}

.TSI_report2 {
	font-size: 10px;
}

.TSI_tiny_header {
  font-family: arial;
  font-size: 10px;
  font-weight: bold;
  color: #FFFFFF;
  background-color: #70a8d6;
}

.TSI_header_cell {
  height: 30px;
  /*background-image: url(https://superagent.telesourceinc.net/portal/images/telesource_header.gif); image doesn't exist*/
  background-position: left top;
  background-repeat: repeat-x;
  border-bottom: 1px #666666 solid;
}

.TSI_menu_header {
  border-top: 1px #DDDDDD solid;
  border-bottom: 1px #000000 solid;
  padding-left: 2px;
  padding-right: 2px;
  background-image: url("images/left_bg.gif");
  background-repeat: repeat-x;
  background-position: center bottom;
  line-height: 13px;
}

.TSI_menu_header2 {
  background-image: url("images/grey_bg.gif");
  background-repeat: repeat-x;
  background-position: center bottom;
  font-size: 12px;
  color: #000000;
  padding-left: 15px;
  border-top:1px #000000 solid;
  border-bottom: 1px #000000 solid;
}

.TSI_report_header {
  border-top:1px #000000 solid;
  border-bottom: 1px #000000 solid;
  padding-left: 2px;
  padding-right: 2px;
  background-image: url("images/top_bg.gif");
  background-repeat: repeat-x;
  background-position: left top;
  font-size: 18px;
}

.TSI_order_header {
  font-size:14px;
  border-top: 1px #DDDDDD solid;
  border-bottom: 1px #000000 solid;
  padding-left: 2px;
  padding-right: 2px;
  background-image: url("images/top_bg.gif");
  background-position: center bottom;
  line-height: 13px;
}

.TSI_section_format {
 background-color:#EEEEEE;
 border: 2px solid #CCCCCC;
 border-top:none;
}

tr.subtotal, tr.subtotal td {
	border-top: 3px solid #333;
	font: bold 14px Tahoma;
}

.chart_sub {
	background-color: #ffcc00;
	padding: 2px;
	color: #006699;
	border-right: 1px solid #333333;
	border-bottom: 1px solid #333333;
}

.chart_body {
	padding: 2px;
	color: #006699;
	border-right: 1px solid #333333;
	border-bottom: 1px solid #333333;
}

.TSI_blue_border {
    border: 2px solid #0070a5;
    padding: 5px;
}


/* FOR TAC*/
.body_border {
	border:2px solid #333;
	border-top: none;
}

.section_border {
	border: 2px solid #333;
}

.section_heading {
	font-size: 12px;
	font-weight: bold;
	color: #FFF;
	background-color: #333;
  padding-top: 5px;
}

.section_subheading {
	background-color: #eee;
	font-weight: bold;
	font-size: 12px;
	color: #333;
	padding-top: 5px;
}

.admin_panel {
	font-size: 10px;
	background-color: #EEE;
	padding-left: 5px;
}

.red_text {
	font-size: 11px;
	font-weight: bold;
	color: red !important;
}

.red_text2 {
	color: #990000 !important;
}


.orange_text {
	font-size: 14px;
	font-weight: bold;
	color: #ff6600;
}

.header_border{
	border:2px solid #333;
}

div.toolTip,
div#qTip
{
	padding: 3px;
	position: absolute;
	background-color: #d7eaf3; /*B0D6E8*/
	color: #0070A5; /*was FFF*/
	margin-left: 15px;
	min-width: 150px;
	max-width: 350px; /*was removed*/
	font: bold 13px Verdana, Arial, sans-serif;
	text-align: left;
	border: 2px solid #2696CB; /*0070A5*/
	z-index: 1000;
	display: none;
	text-shadow: none;

    /*
	-moz-box-shadow: 4px 4px 4px 2px #AAAAAA;
	-webkit-box-shadow: 4px 4px 4px 2px #AAAAAA;
	box-shadow: 4px 4px 4px 2px #AAAAAA;
	zoom: 1;
	filter: progid:DXImageTransform.Microsoft.Shadow(color=#aaaaaa,direction=135,strength=5);
     */

    /*
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px; /* future proofing */
	/*-khtml-border-radius: 5px; !* for old Konqueror browsers *!*/

}

.roundbox,
.TSI_blue_border,
.alertdiv,
div.popupBox,
.TSI_input,
.TSI_input12,
.TSI_select,
.multiselect,
.dropzone,
div.toolTip,
div#qTip,
.errdiv,
.successdiv,
.historydiv,
.login_input
{
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px; /* future proofing */
	-khtml-border-radius: 5px; /* for old Konqueror browsers */
}

.roundbox10
{
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px; /* future proofing */
	-khtml-border-radius: 10px; /* for old Konqueror browsers */
}

.roundtop {
	-moz-border-radius: 5px 5px 0px 0px;
	-webkit-border-radius: 5px 5px 0px 0px;
	border-radius: 5px 5px 0px 0px; /* future proofing */
	-khtml-border-radius: 5px 5px 0px 0px; /* for old Konqueror browsers */
}

.roundbottom {
	-moz-border-radius: 0px 0px 5px 5px;
	-webkit-border-radius: 0px 0px 5px 5px;
	border-radius: 0px 0px 5px 5px; /* future proofing */
	-khtml-border-radius: 0px 0px 5px 5px; /* for old Konqueror browsers */
}

div.popupBox {
	min-width: 100px;
	max-width: 500px;
	max-height: 400px;
	overflow: auto;
	position: absolute;
	display: block;
	margin-left: 30px;

	background: #EEE;
	border: 2px solid #0070a5;

    /*
	-moz-box-shadow: 4px 4px 4px 2px #AAAAAA;
	-webkit-box-shadow: 4px 4px 4px 2px #AAAAAA;
	box-shadow: 4px 4px 4px 2px #AAAAAA;
	zoom: 1;
	filter: progid:DXImageTransform.Microsoft.Shadow(color=#aaaaaa,direction=135,strength=5);
     */
}


@-webkit-keyframes redPulse {
	0% {background-color: #880000;}
	100% {background-color: #F52516;}
	/*100% {background-color: #880000;} */
}

@-moz-keyframes redPulse {

	0% {background-color: #880000;}
	100% {background-color: #F52516;}
	/*100% {background-color: #880000;} /*E50000*/
}

@-o-keyframes redPulse {

	0% {background-color: #880000;}
	100% {background-color: #F52516;}
	/*100% {background-color: #880000;} */
}

@keyframes redPulse {

	0% {background-color: #880000;} /*cc0000*/
	100% {background-color: #F52516;}
	/*100% {background-color: #880000;} */
}

.colorchange {
	-webkit-animation: redPulse 2s infinite alternate;
	-moz-animation: redPulse 2s infinite alternate;
	animation: redPulse 2s infinite alternate;
}

tr.variancerow:hover td{
	background-color: #B0D6E8;
	cursor: pointer;
}

input.variancebtn:hover{
	cursor: help;
}

.highlight-yellow{
	background-color: #F3F77E;
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#B3F3F77E,endColorstr=#B3F3F77E);
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#B3F3F77E, endColorstr=#B3F3F77E)";
	background:rgba(243,247,126,0.7); /*51*/
}

.highlight-red{
	background-color: #C80000;
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#B3C80000,endColorstr=#B3C80000);
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#B3C80000, endColorstr=#B3C80000)";
	background:rgba(200,0,0,0.7); /*51*/
}

.highlight-gray{
	background-color: #DCDCDC;
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#B3DCDCDC,endColorstr=#B3DCDCDC);
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#B3DCDCDC, endColorstr=#B3DCDCDC)";
	background:rgba(220,220,220,0.7); /*51*/
}

.highlight-blue{
	background-color: #0070A5;
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#670070A5,endColorstr=#670070A5); /*Was B3 for 70%*/
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#670070A5, endColorstr=#670070A5)";
	background:rgba(0,112,165,0.4); /*51*/
}

.highlight-green{
	background-color: #00A500;
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#6700A500,endColorstr=#6700A500); /*Was B3 for 70%*/
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#6700A500, endColorstr=#6700A500)";
	background:rgba(0,165,0,0.4); /*51*/
}

.highlight-tan{
	background-color: #FFF6D1;
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#B3FFF6D1,endColorstr=#FFF6D1);
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#B3FFF6D1, endColorstr=#FFF6D1)";
	background:rgba(255,246,209,0.7); /*51*/
}

.highlight-magenta{
    background-color: #FF29FF;
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#B3FF29FF,endColorstr=#FF29FF);
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#B3FF29FF, endColorstr=#FF29FF)";
    background:rgba(255,41,255,0.7); /*51*/
}

div.highlight-fade-div{
	width: 988px;
	text-align: right;
	margin: auto;
	/*background-image:url(https://superagent.telesourceinc.net/portal/images/green_highlight_fade.png);
	background-repeat: repeat-y;
	background-position: 100% 100%;*/
	background-image: linear-gradient(to right, #4aff6200, #4aff62ff);
	border: none;
	font: bold 16px Tahoma;
	color:#FFF;
	padding: 3px;
	padding-right: 7px;
	padding-left: 7px;
	/*margin-top: 7px;
	margin-bottom: 7px;*/
	min-height: 20px;
}

div.highlight-fade-div div{
	display: inline-block;
	padding: 3px;
	color: #FFF;
	font: bold 16px Tahoma;
	/*background-color: #64ff73;*/
	/*text-shadow: 0px 0px 3px #20cb30; /*#36e347;*/
	/*text-shadow: 2px 2px 1px #2fd63f; !*#20cb30; !*#36e347;*!*/
	text-shadow: 2px 2px 1px #333333; /*#20cb30; /*#36e347;*/

	/*
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#B364ff73,endColorstr=#64ff73);
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#B364ff73, endColorstr=#64ff73)";
	background:rgba(100,255,115,0.7); /*51*/


}

.sep-bar{
	border-right: 2px solid #0070A5;
	border-right: 2px solid rgba(0,112,165,0.7);
}

.tactech_headercell
{
	border: 1px solid #333333;
	color: #333333;
	font-weight: bold;
	background-color: #CCC;
}

.darkbordercell
{
	border: 1px solid #333333;
}

.sidenote{
	display: inline-block;
	color: #888888;
	font: 500 12px Arial;
	font-style: italic;
	margin: 7px;
	vertical-align: middle;
}

.alertdiv{
    border: 1px solid #888888;
    background-color: #b03535;
    font: bold 13px Arial;
    color: #FFF;
    padding: 5px;
    margin-bottom: 15px;
    /*width: 350px;*/
    max-height: 75px;
    overflow: auto;
}

.notebox{
	border: 1px solid #888888;
	background-color: #eaeaea;
	padding: 5px;
	color: #545454;
	width: 350px;
	max-height: 75px;
	overflow: auto;
}

.errdiv-old {
	background-color: #EB8A8A;
	padding: 5px;
	font: 600 14px Arial;
	width:800px;
	margin: auto;
}

.errdiv-old2 {
	background-color: #a80000; /*was fff*/
	background:transparent;	/* FOR IE */
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#80a80000,endColorstr=#80a80000);
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#80a80000, endColorstr=#80a80000)";
	background:rgba(168,0,0,0.5); /*51*/
	padding: 5px;
	font: 600 14px Arial;
	width: 1000px;
	margin: auto;
}

.errmsgdiv{
    background-color: rgba(136, 0, 0, .9);
    box-shadow: inset 0 0 3px 3px;
    white-space: pre-line;
    padding: 7px;
    font: 600 15px Arial;
    text-align: center;
    margin-top: 5px;
    margin-bottom: 5px;
    color: #fff;
}

.errdiv {
	background-color: #B1514F;
	background-image:url(https://superagent.telesourceinc.net/portal/images/red_header.png);
	background-repeat: repeat-x;
	background-position: 0% 100%;
	border: none;
	font: bold 15px Tahoma;
	color:#FFF;
	padding: 7px;
	margin: 7px;
	min-height: 25px;
	/*text-shadow: 2px 2px #5D1113;*/

    /*
	-moz-box-shadow: 4px 4px 4px 2px #AAAAAA;
	-webkit-box-shadow: 4px 4px 4px 2px #AAAAAA;
	box-shadow: 4px 4px 4px 2px #AAAAAA;
	zoom: 1;
	filter: progid:DXImageTransform.Microsoft.Shadow(color=#aaaaaa,direction=135,strength=5);
     */

    /*
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px; /* future proofing */
	/*-khtml-border-radius: 5px; !* for old Konqueror browsers *!*/

}

.errbar{
	background-color: #EB8A8A;
	padding: 7px;
	font: 600 18px Arial;
	text-align: center;
	margin-bottom: 7px;
}

.successbar{
	background-color: #94EB8A;
	padding: 7px;
	font: 600 18px Arial;
	text-align: center;
	margin-bottom: 7px;
}

.errtxt{
	font: 600 14px Arial;
	color: #c80000;
	margin: auto;
}

.orangediv{
	background-color: #EBCE8A;
	padding: 5px;
	font: 600 14px Arial;
	width:800px;
	margin: auto;
}

.successdiv
{
	background-color: #329832; /*Same as top color of image - in case bar is taller than image will flow together*/
	background-image:url(https://superagent.telesourceinc.net/portal/images/green_header.png);
	background-repeat: repeat-x;
	background-position: 0% 100%;
	border: none;
	font: bold 15px Tahoma;
	color:#fff;
	padding: 7px;
	margin: 7px;
	min-height: 25px;
	/*text-shadow: 2px 2px #5D1113;*/

    /*
	-moz-box-shadow: 4px 4px 4px 2px #AAAAAA;
	-webkit-box-shadow: 4px 4px 4px 2px #AAAAAA;
	box-shadow: 4px 4px 4px 2px #AAAAAA;
	zoom: 1;
	filter: progid:DXImageTransform.Microsoft.Shadow(color=#aaaaaa,direction=135,strength=5);
     */

	/*-moz-border-radius: 5px;*/
	/*-webkit-border-radius: 5px;*/
	/*border-radius: 5px; !* future proofing *!*/
	/*-khtml-border-radius: 5px; !* for old Konqueror browsers *!*/
}

.formdiv{
	background-color: #ccc;
	padding: 5px;
	font: 600 14px Arial;
	width:1000px;
	margin: auto;
}

tr.wthoverhighlight:hover,
tr.grhoverhighlight:hover,
tr.holdrow:hover{
	/*border-bottom: 4px solid #c80000;*/
	background-color: #A6CAA6;
}

tr.wthoverhighlight{
	background-color: #ffffff;
	cursor: pointer;
}

tr.grhoverhighlight{
	background-color: #dedede;
	cursor: pointer;
}

tr.altcolor1:hover,
tr.altcolor2:hover{
	border-bottom: 4px solid #c80000;
	background-color: #80BCD9;
}

tr.altcolor1{
	background-color: transparent;
}

tr.altcolor2{
	background-color: #dedede;
}

/* OLD
div.masterflag{
	display: inline;
	padding: 5px;
	margin-left: 5px;
	border: 2px dashed #880000;
	font: bold 15px Arial;
	color: #880000;
}
*/

div.masterflag{
	/*display: inline;*/
	padding: 5px;
	margin-left: 5px;
	/*border: 2px dashed #880000;*/
	font: bold 15px Arial;
	color: #880000;
}

div.masterflag a {
	font: bold 15px Arial;
	color: #880000;
}

.formvaluecell {
	text-align: left;
	padding: 3px;
	padding-left: 5px;
	vertical-align: middle;
	/*font: 500 14px Tahoma;*/
	font-family: Tahoma;
	font-size: 14px;
}

.formvalue {
	text-align: left;
	padding: 3px;
	padding-left: 5px;
	vertical-align: middle;
	/*font: 500 14px Tahoma;*/
	font-family: Tahoma;
	font-size: 14px;
	display: inline-block;
}

.formtitle {
	display: inline-block;
	text-align: right;
	font: bold 13px Tahoma; /*was Arial*/
	padding-right: 10px;
	vertical-align: top;
}

.formtitlecell, .formtitlecellleft {
	text-align: right;
	font: bold 13px Tahoma; /*was Arial*/
	padding: 3px;
	padding-right: 10px;
	vertical-align: top;
}

.formtitlecellleft {
	text-align: left;
}

.formtitle11 {
	display: inline-block;
	width: 125px;
}

.formtitlecell11, .formtitle11 {
	text-align: right;
	font: bold 11px Tahoma; /*was Arial*/
	padding: 3px;
	padding-right: 10px;
	vertical-align: top;
}

.dkgray {
	color: #444444;
}

.TSI_gray {
    color: #c8c8c8;
}

.formtitleleft {
	display: inline-block;
	text-align: left;
	font: bold 13px Tahoma; /*was Arial*/
	padding-right: 3px;
	vertical-align: top;
}

.formfieldcell {
	text-align: left;
	display: inline-block;
	white-space: nowrap;
}

.required {
	color: #990000;
	font-weight: bold;
	display: inline-block;
	margin: 5px;
}

.requiredHighlight {
    border: 2px solid #990000;
}

.termname {
	font: bold 14px Arial;
	text-decoration: underline;
	padding-top: 7px;
}

.termdesc {
	font: 500 13px Arial;
	padding-bottom: 5px;
}

div.letterlink {
	display: inline;
	padding: 10px;
	font: 700 15px Arial;
	color: #0070a5;
	cursor: pointer;
}

.lettertitle {
	text-align: center;
	border-bottom: 2px solid #333;
	font: bold 16px Arial;
	padding-top: 10px;
}

.lefttitle {
	text-align: left;
	border-bottom: 2px solid #333;
	font: bold 16px Arial;
	padding-top: 15px;
}

.tabletitle {
	text-align: center;
	border-bottom: 2px solid #333;
	font: bold 14px Arial;
	padding-top: 5px;
}

.tablelefttitle {
	text-align: left;
	border-bottom: 2px solid #333;
	font: bold 14px Arial;
	padding-top: 5px;
}

.simpletitle {
	/*text-align: center;*/
	font: bold 15px Arial;
	padding: 3px;
	padding-left: 0px;
	padding-top: 7px;
}

.updatetext {
	font: bold 20px Arial;
	margin: auto;
	margin-top: 25px;
	text-align: center;
}

.divbgtest {
	/*float: top; /*NO SUCH VALUE FOR FLOAT - ONLY LEFT, RIGHT, NONE, INHERIT*/
	background-image: url("https://superagent.telesourceinc.net/portal/images/watermark-transparent.png");
	background-repeat: no-repeat;
	background-position: center 65%;
	background-attachment:fixed;
	height: 100%;
	/*min-height: 100%;*/
	min-height: 768px;
}

html>body #outer { height:auto } /* for mozilla */

.stdTxt
{
	font: 500 12px Arial;
	color: #ccccff;
	vertical-align: bottom;
}

div.loadingDiv
{
	position: absolute;
	z-index: 4;
	left: 200px;
	top: 200px;
	right: 200px;
	bottom: 200px;
	padding-top: 50px;
	padding-bottom: 50px;
	padding-left: 200px;
	padding-right: 200px;
	font: 600 20px Arial;
	text-align: center;
	color: #000066;
	background-color: #ffffff;
	background: rgba(255, 255, 255, 0.9);
	/*opacity: 0.4;
	filter: alpha(opacity=40);*/
}


div.loadingDivNew
{
	position: absolute;
	z-index: 40000;
	left: 10px;
	top: 10px;
	right: 10px;
	bottom: 10px;
	padding-top: 200px;
	padding-bottom: 50px;
	padding-left: 200px;
	padding-right: 200px;
	font: 600 20px Arial;
	text-align: center;
	color: #000066;
	background-color: #ffffff;
	background: rgba(255, 255, 255, 0.9);
	/*opacity: 0.4;
	filter: alpha(opacity=40);*/
}

/* Main loading div stored in header */
div.mainLoadDiv {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 40000;
	text-align: center;
	vertical-align: middle;
	background-color: #ffffff;
	background: rgba(255, 255, 255, 0.9);
	background-image: URL('https://superagent.telesourceinc.net/portal/images/watermark-transparent.png');
	background-repeat: no-repeat;
	background-position: 50% 50%;
}

div.mainLoadDiv div.loadingtxt {
	/*padding-top: 30%;*/
	font: bold 30px Kalam;/*Verdana, Arial, sans-serif; /*Tahoma;*/
	color: #0070A5; /*TeleSource Blue*/

	margin-top: -17px; /*was -12px;*/
	position: absolute;
	top: 50%;
	left: 50%;

	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);

	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);

}


div.zoomcontainer {
	top: 0px;
	bottom: 0px;
	position: fixed;
	left: 0px;
	height: 100%;
	width: 100%;
	text-align: center;
	vertical-align: middle;
	background-color: #ccc;
	z-index: 50000;
	display: none;

	background-color: #000;
	text-align: center;
	/*left: 10px
	top: 10px;
	right: 10px;
	bottom: 10px;*/
	background: rgba(0, 0, 0, 0.7);


}

div.zoomimg {
	/*position: relative;*/
	padding: 5px;
	padding-top: 20px;
	text-align: center;
	vertical-align: middle;
	z-index: 50002;
	font: 600 16px 'Arial';
	color: #ffffff;
	height: 200px;
	background-image: url('https://superagent.telesourceinc.net/portal/images/ajax-loader.gif');
	background-repeat: no-repeat;
	background-position: center center;
}

.inventoryline {
	cursor: pointer;
}

.inventoryline:hover {
	background-color: #EEE;
}

div.inventoryzoomimg {
	position: absolute;
	padding: 5px;
	right: 0px;
}

div.zoomtxtbold {
	padding: 5px;
	padding-top: 10px;
	text-align: center;
	z-index: 50002;
	font: 600 16px 'Arial';
	color: #ffffff;
}

div.zoomtxt {
	padding: 5px;
	padding-top: 10px;
	text-align: center;
	z-index: 50002;
	font: 500 14px 'Arial';
	color: #ffffff;
}

div.fullmenuheaderwrapper
{

	margin: auto;
	max-width: 90%;
	max-height: 80%;
	position: absolute;
	display: block;
	margin-left: 30px;

	top: 165px;
	background: #EEE; /*#B0D6E8;*/
	border: 2px solid #0070a5;

    /*
	-moz-box-shadow: 4px 4px 4px 2px #AAAAAA;
	-webkit-box-shadow: 4px 4px 4px 2px #AAAAAA;
	box-shadow: 4px 4px 4px 2px #AAAAAA;
     */
}

div.fullmenumainwrapper {

	/*border: 2px solid #c80000;*/

	height: 100%;
	width: 100%;

	max-height: 700px;
	/*max-width: 1000px;*/

	float: left;

	/*position: absolute;*/
	overflow: auto;
	-webkit-column-count: 4;
    -moz-column-count: 4;
    column-count: 4;
	column-fill: auto;
	-moz-column-fill: auto;
    -webkit-column-gap: 3px;
    -moz-column-gap: 3px;
    column-gap: 3px;

}

div.fullmenuwrapper {
	float: left;
	min-width: 75px;
	padding: 3px;
	margin: 1px;
	margin-left: 15px;
	/*border: 2px solid #333;*/
}

div.fullmenusubwrapper {
	clear: both;
	display: block;
	padding: 3px;
	margin: 1px;
	margin-left: 15px;
	margin-top: 7px;
	/*border: 2px solid #00c800;/**/
}

div.fullmenuitem {
	/*float: left;*/
	white-space: nowrap;
	/*-webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
	column-fill: auto;
	-moz-column-fill: auto;

    -webkit-column-gap: 3px;
    -moz-column-gap: 3px;
    column-gap: 3px;
	*/
}

.rowtitlecenter
{
	text-align: center;
	font: 600 14px Arial;
	color: #000066;
	vertical-align: top;
	padding-bottom: 15px;
}

.alerttxt
{
	font: 600 14px Arial;
	color: #a80000;
}

input.searchbox {
	font-size:11px;
	border-top: 1px solid #CCC;
	border-bottom:1px outset #000;
	border-right:1px inset #000;
	border-left:1px outset #000;
	background-image:url(https://superagent.telesourceinc.net/portal/images/input_background.gif);
	background-repeat:repeat-x;
}

.smallheader {
	font-weight: bold;
	border-bottom: 2px solid #333;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 3px;
	/*width: 100%;*/
}

img.typeexpbtn {
	cursor: pointer;
}

div.smallheader {
	display: block;
}

td.smallheader {
	display: table-cell;
	padding-top: 25px;
	font-size: 16px;
}

div.tblCell {
	display: inline-block;
	border: 1px solid #333;
	overflow: hidden;
	padding: 2px;
	min-height: 20px;
	vertical-align: middle;
	margin: 0px;
	white-space: nowrap;
}

div.tblRow {
	display: table-row;
	margin: 0px;
}

div.tblRow:hover {
	background-color: #0070A5;
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#670070A5,endColorstr=#670070A5); /*Was B3 for 70%*/
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#670070A5, endColorstr=#670070A5)";
	background:rgba(0,112,165,0.4); /*51*/
}

.notehighlight {
	font-weight: bold;
	background-color: #ffffff;
	color: #000000;
	border-top: 2px solid #333 !important;
	border-left: 2px solid #333 !important;
	border-right: 2px solid #333 !important;
}

.checkmark {
	display: block;
	width: 17px;
	height: 16px;
	background: url('https://superagent.telesourceinc.net/portal/images/checkmarkhover.png') bottom;
	text-indent: -99999px;
}

.checkmark:hover {
	background-position: 0 0;
}

/* On Cost Center Page */
div.physicallocationsbox
{
	font-family: verdana;
	font-size: 11px;
	color: #CCC;
	border: 1px solid #999;
	max-height: 80px;
	width:800px;
	overflow-y:auto;

    /*
	-moz-box-shadow: 4px 4px 4px 2px #AAAAAA;
	-webkit-box-shadow: 4px 4px 4px 2px #AAAAAA;
	box-shadow: 4px 4px 4px 2px #AAAAAA;
	zoom: 1;
	filter: progid:DXImageTransform.Microsoft.Shadow(color=#aaaaaa,direction=135,strength=5);
     */

}

div.physicallocationsbox1000 {
	font-family: verdana;
	font-size: 11px;
	color: #CCC;
	border: 1px solid #999;
	max-height: 80px;
	width:1000px;
	overflow-y:auto;

    /*
	-moz-box-shadow: 4px 4px 4px 2px #AAAAAA;
	-webkit-box-shadow: 4px 4px 4px 2px #AAAAAA;
	box-shadow: 4px 4px 4px 2px #AAAAAA;
	zoom: 1;
	filter: progid:DXImageTransform.Microsoft.Shadow(color=#aaaaaa,direction=135,strength=5);
     */

}

div.infoboxes {
	font-family: verdana;
	font-size: 11px;
	color:#CCC;
	border: 1px solid #999;
	max-height: 160px;
	width:800px;
	max-width: 800px;
	overflow-y:auto;

    /*
	-moz-box-shadow: 4px 4px 4px 2px #AAAAAA;
	-webkit-box-shadow: 4px 4px 4px 2px #AAAAAA;
	box-shadow: 4px 4px 4px 2px #AAAAAA;
	zoom: 1;
	/*filter: progid:DXImageTransform.Microsoft.Shadow(color=#aaaaaa,direction=135,strength=5);*/
}

div.infoboxes1000 {
	font-family: verdana;
	font-size: 11px;
	color:#CCC;
	border: 1px solid #999;
	max-height: 160px;
	width:1000px;
	max-width: 1000px;
	overflow-y:auto;

    /*
	-moz-box-shadow: 4px 4px 4px 2px #AAAAAA;
	-webkit-box-shadow: 4px 4px 4px 2px #AAAAAA;
	box-shadow: 4px 4px 4px 2px #AAAAAA;
	zoom: 1;
	/*filter: progid:DXImageTransform.Microsoft.Shadow(color=#aaaaaa,direction=135,strength=5);*/
}

div.infoboxes500 {
	font-family: verdana;
	font-size: 11px;
	color:#CCC;
	border: 1px solid #999;
	max-height: 160px;
	width: 490px;
	max-width: 490px;
	overflow-y:auto;

    /*
	-moz-box-shadow: 4px 4px 4px 2px #AAAAAA;
	-webkit-box-shadow: 4px 4px 4px 2px #AAAAAA;
	box-shadow: 4px 4px 4px 2px #AAAAAA;
	zoom: 1;
	/*filter: progid:DXImageTransform.Microsoft.Shadow(color=#aaaaaa,direction=135,strength=5);*/
}

div.autocomplete {
	position:absolute;
	width:350px;
	background-color:white;
	border:1px solid #888;
	margin:0;
	padding:0px;
	font-family:verdana;
	font-size: 10px;
	overflow: hidden;
	/*left: 240px;*/
	left: 300px;
	/*top: 22px;*/
	top: 28px;
	margin-top: 2px;
	z-index: 25000;
}
div.autocomplete ul {
	list-style-type:none;
	margin:0;
	padding:0;
	text-align:left;
}
div.autocomplete ul li.selected {
	background-color: #CCCCCC;
}
div.autocomplete ul li {
	list-style-type:none;
	display:block;
	margin:0;
	padding:1px;
	cursor:pointer;
	text-align:left;
	white-space: nowrap;
}
div.autocomplete ul li:hover {
	background-color: #cccccc;
}

div.selectTitle {
	color: #0070a5;
	font-weight: bold;
	font-size: 14px;
	text-align: center;
	border-bottom: 1px solid #0070a5;
	padding: 3px;
	margin: 5px;
	font-style: italic;
}

.fixed {
	position: fixed;
	z-index: 5;
}

/*
.fixed {
	position: fixed;
	top: 0px;
	margin-left: 0px;
	background-color: #fff ! important;
}
*/

.fixed900 {
	/* For Table 900px Wide */
	position: fixed;
	top: 0px;
	left: 50%;
	margin-left: -450px;
	background-color: #fff ! important;
}

.sub_fixed_header2 {
	position: fixed;
	/*top: 55px; /*places just under main fixed header*/
	/*margin-left: 0px;  */
	background-color: #fff ! important;
}

.sub_fixed_header {
	position: fixed;
	/*top: 25px; /*places just under main fixed header*/
	/*margin-left: 0px;  */
	background-color: #fff ! important;
}

.dropshadow,
.alertdiv,
div.infoboxes1000,
div.toolTip,
div#qTip,
div.popupBox,
.errdiv,
.successdiv,
div.fullmenuheaderwrapper,
div.physicallocationsbox,
div.physicallocationsbox1000,
div.infoboxes,
div.infoboxes500
{
	-moz-box-shadow: 4px 4px 4px 2px #AAAAAA;
	-webkit-box-shadow: 4px 4px 4px 2px #AAAAAA;
	box-shadow: 4px 4px 4px 2px #AAAAAA;
	zoom: 1;
	filter: progid:DXImageTransform.Microsoft.Shadow(color=#aaaaaa,direction=135,strength=5);
}

.dropshadow_close {
	-moz-box-shadow: 2px 2px 2px 1px #888888;
	-webkit-box-shadow: 2px 2px 2px 1px #888888;
	box-shadow: 2px 2px 2px 1px #888888;
	zoom: 1;
	filter: progid:DXImageTransform.Microsoft.Shadow(color=#888888,direction=135,strength=3);
}

.dropshadow_dark {
	-moz-box-shadow: 4px 4px 4px 2px #333333;
	-webkit-box-shadow: 4px 4px 4px 2px #333333;
	box-shadow: 4px 4px 4px 2px #333333;
	zoom: 1;
	filter: progid:DXImageTransform.Microsoft.Shadow(color=#333333,direction=135,strength=5);
}

.nodropshadow
{
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    /*zoom: 1;*/
    /*filter: progid:DXImageTransform.Microsoft.Shadow(color=#aaaaaa,direction=135,strength=5);*/
    filter: none !important;
}

.limit_height {
	max-height: 300px;
	overflow: auto;
}

div.multiselect {
	/*Divs containing check boxes for easy multiple select*/
	max-width: 300px;
	max-height: 250px;
	overflow: auto;
	background: #fff;
	border: 2px solid #333;
	padding: 3px;
}

div.multiselect label {
	font: bold 12px Tahoma;
}

div.collapsemultiselect {
	/*Divs containing check boxes for easy multiple select*/
	/*position: absolute;*/
	position: relative;
	float: left;
	left: 0;
	max-width: 280px; /*was 350*/
	max-height: 50px;
	overflow: auto;
	background: #fff;
	border: 2px solid #333;

	display: inline-block;
	margin: 7px;
	width: 280px;
}

div.collapsemultiselect label {
	font: bold 12px Tahoma;
}

div.collapsemultiselect:hover {
	/*position: absolute;*/
	position: relative;
	max-height: 600px;
}

.pad-left {
	margin-left: 10px;
}

.brandExists {

	margin-left: 15px;
	max-width: 50px ;
	max-height: 50px ;
}

.brandExistsTxt {
	display: inline-block;
	margin-left: 15px;
	font: bold 16px Tahoma;
	color: #0070a5;
}

.historydiv {
	position: absolute;
	min-width: 300px;
	min-height:40px;
	background-color: #fff;
	border: 1px solid #0070a5;
	padding: 2px;
	max-height: 300px;
	overflow: auto;
	margin-left: 200px; /*140*/

	/*-moz-border-radius: 5px;*/
	/*-webkit-border-radius: 5px;*/
	/*border-radius: 5px; !* future proofing *!*/
	/*-khtml-border-radius: 5px; !* for old Konqueror browsers *!*/
}

.InvFilterDiv {
	margin: auto;
	margin-bottom: 20px;
	width: 1000px;
	border: 2px solid #333;
	/*height: 100%;*/
	position: relative;
}

/* SQUARED THREE */
.squaredThree {
	width: 20px;
	/*margin: 20px auto;*/
	margin: 3px;
	position: relative;
}

.squaredThree label {
	margin-top: 3px;
	cursor: pointer;
	position: absolute;
	width: 18px;
	height: 18px;
	top: 0;
	border: 1px solid rgb(255,255,255);
	border: 1px solid rgba(255,255,255,.6);
	border-radius: 4px;

	-webkit-box-shadow: inset 0px 1px 1px rgba(0,0,0,0.5), 0px 1px 0px rgba(255,255,255,.4);
	-moz-box-shadow: inset 0px 1px 1px rgba(0,0,0,0.5), 0px 1px 0px rgba(255,255,255,.4);
	box-shadow: inset 0px 1px 1px rgba(0,0,0,0.5), 0px 1px 0px rgba(255,255,255,.4);

	background: -webkit-linear-gradient(top, #005A85 0%, #0089C9 100%);
	background: -moz-linear-gradient(top, #005A85 0%, #0089C9 100%);
	background: -o-linear-gradient(top, #005A85 0%, #0089C9 100%);
	background: -ms-linear-gradient(top, #005A85 0%, #0089C9 100%);
	background: linear-gradient(top, #005A85 0%, #0089C9 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#005A85', endColorstr='#0089C9',GradientType=0 );
}

.squaredThree input {
	display: none;
}

.squaredThree label:after {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	opacity: 0;
	content: '';
	position: absolute;
	width: 9px;
	height: 5px;
	background: transparent;
	top: 3px;
	left: 3px;
	border: 3px solid #fcfff4;
	border-top: none;
	border-right: none;

	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.squaredThree label:hover::after {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
	filter: alpha(opacity=30);
	opacity: 0.3;
}

.squaredThree input[type=checkbox]:checked + label:after {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	opacity: 1;
}

.customerHeaderLogo {
	max-width: 500px;
	max-height: 55px;
	opacity: 0.3;
	filter: alpha(opacity=30);
}

.custTime {
	display: inline-block;
	font: 500 14px Tahoma;
	color: #0070a5;
	padding: 3px;
	padding-right: 12px;
	padding-left: 12px;
	cursor: pointer;
}

.custTimeSelect {
	font: bold 15px Tahoma;
	/*color: #0070a5;*/
	border: 2px solid #0070a5;
	background-color: #fff;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px; /* future proofing */
	-khtml-border-radius: 3px; /* for old Konqueror browsers */
}



.orderfieldset {
	position: relative;
	white-space: nowrap;
	border: 4px solid #476FBF;
	background-color: #fff;
	background:rgba(255,255,255,0.93);

	-moz-box-shadow: 5px 5px 5px 2px #7A7A7A;
	-webkit-box-shadow: 5px 5px 5px 2px #7A7A7A;
	box-shadow: 5px 5px 5px 2px #7A7A7A;

	border-radius:20px;
	-moz-border-radius:20px; /* Firefox 3.6 and earlier */

	font: bold 13px Tahoma;
	color: #385797;

	margin: 5px;
	padding: 10px;
	padding-top: 45px;
	height: 90%;
	text-align: center;

}

.orderfieldset fieldset,
.orderfieldsetsingle {
	position: relative;
	border: 2px solid #476FBF;
	background-color: #fff;
	background:rgba(255,255,255,0.93);

	-moz-box-shadow: 5px 5px 5px 2px #7A7A7A;
	-webkit-box-shadow: 5px 5px 5px 2px #7A7A7A;
	box-shadow: 5px 5px 5px 2px #7A7A7A;

	border-radius:7px;
	-moz-border-radius:7px; /* Firefox 3.6 and earlier */

	font: bold 13px Tahoma;
	color: #385797;
	margin: 11px;
	margin-top: 15px;
	padding: 5px;
	padding-top: 20px;
	text-align: left;
}

.orderfieldset legend {
	position: absolute;
	top: 2px;
	padding: 2px;
	border: 2px solid #476FBF;
	background-color: #fff;
	color: #385797;
	font: 600 13px Tahoma;
	z-index: 6; /*higher than overlay so can enable*/

	border-radius:7px;
	-moz-border-radius:7px; /* Firefox 3.6 and earlier */
}

.orderfieldset fieldset legend,
.orderfieldsetsingle legend {
	position: absolute;
	top: -10px;
	padding: 2px;
	border: 2px solid #476FBF;
	background-color: #fff;
	font: 600 15px Tahoma;
	color: #385797; /* #000077;*/
	z-index: 4;

	border-radius:7px;
	-moz-border-radius:7px; /* Firefox 3.6 and earlier */
}

.orderfield {
	border: 2px solid #476FBF;
	/*background-color: #fff;
	color: #385797;*/
	font: 500 14px Tahoma;

	border-radius:3px;
	-moz-border-radius:3px; /* Firefox 3.6 and earlier */
}

.importsteps {
	font: 500 14px Tahoma;
	text-transform: uppercase;
}

.importsteps ul {
	list-style: none;
}

.font14 {
    font: 500 14px Tahoma;
}

@media print
{
	.noprint{
		display: none;
	}

	.TSI_black_header{
		text-shadow: none;
		border-bottom: 2px solid #333;
	}
}

div.pagenumber,
div.pagenumber a {
	display: inline-block;
	margin-left: 7px;
	margin-right: 7px;
	font-size: 16px;
	font-family: Tahoma;
}

/** Split Buttons **/
.SplitButton::after {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid;
    border-right: .3em solid transparent;
    border-bottom: 0;
    border-left: .3em solid transparent;
}

.SplitValue {
    cursor: pointer;
}

.SplitButtonOptions {
    z-index: 1000;
}

.SplitValue:hover {
    background-color: #0070a5;
    color: #FFFFFF;
}

/* jQuery Confirm box - overwrite to make centering work */
.container {
    justify-content: center;
}

/** Start of Import Tool */
.roundbox-card {
	border: 2px solid #333;
	margin: 5px;
	padding: 5px;
}
.roundbox-header {
	font: bold 14px Tahoma;
	color: #a80000;
	text-decoration: underline;
}
.approve-button {
	cursor: pointer;
	background-color: yellowgreen;
	position: absolute;
	left: 289px;
	color: white;
	width: 17px;
	height: 16px;
	border-radius: 75px;
	text-align: center;
	box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
}
.approve-button:hover {
	background-color: white;
	border: solid yellowgreen 1px;
	transform: translateY(-2px);
	color: yellowgreen;
}
.breakdown-card {
	margin: 0 30px 5px;
	box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
	border-radius: 5px;
	width: 255px;
}
.breakdown-card:hover {
	box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}
.breakdown-container {
	display: flex;
	flex-direction: column;
	width: fit-content;
}

/*
* DropZone Customizing For TSI
*/

.dropzone {
    margin-top: 15px;
    border: 2px solid #0070a5 !important;
    background: rgba(255, 255, 255, .5) !important;
}

.dropzone-import-header {
	width: 1000px;
	margin: auto;
}
.dropzone-import-message {
	display: none;
	border: 2px solid #aa0000;
	color: #aa0000;
	font: bold 16px Tahoma;
	margin-top: 7px;
	margin-bottom: 7px;
	text-align: center;
	padding: 7px;
}
.dropzone-import-btn {
	float: right;
	margin-top: 15px;
}

.dz-message {
    font: bold 16px Tahoma;
    color: #0070a5;
    font-style: italic;
}

/*
* End DropZone
*/

.possible-header {
	margin-top: 15px;
	margin-bottom: 12px;
	font-size: 16px;
	border: 0px solid #333;
}
.possible-header-box {
	padding: 3px;
	border: 1px dashed #333;
}
.possible-header-headline {
	text-align: right;
	margin: 3px;
}
.possible-header-space {
	display: inline-block;
	width: 15px;
	height: 15px;
}
.import-table-cell {
	text-align: center;
	width: 40px;
	border: none;
}
.import-text-side-node {
	display: block;
	text-align: right;
}
/** End of Import Tool */

/* TABS SECTION */
.tabs-container {
    box-sizing: border-box;
    width: 1000px;
    max-width: 1000px;
    margin: 0 auto 20px auto;
    padding: 0;
}
.tabs-btns {
    display: flex;
    border-left: 1px solid #999;
    border-right: 1px solid #999;
    margin-bottom: 0;
}
.tab-btn {
    padding: 5px 24px;
    cursor: pointer;
    background: #ccc;
    border: 1px solid #999;
    border-radius: 8px 8px 0 0;
    margin-right: 2px;
    margin-bottom: 0;
    font-weight: bold;
    color: #777;
    outline: none;
    transition: background 0.2s, color 0.2s;
}
.tab-btn.active {
    background: #fff;
    border-bottom: 2px solid #fff;
    color: #222;
}
.tab-btn:not(.active):hover {
    background: #fff;
    color: #333;
    border: 1px solid #333;
    border-bottom: none;
}

.tab-content > div {
    box-sizing: border-box;
}

.tab-content {
    display: none;
}
.tab-content.active {
    display: block;
}
/* END TABS SECTION */

/* NOTIFICATION SECTION */

#notification-container {
    position: relative;
    display: none; /*hidden initially, displayed if notifications exist*/
    cursor: pointer;
}

#notification-container i.far.fa-bell {
    font-size: 20px;
    color: #0070a5;
    /*display: inline-block;
    font-family: "Font Awesome 6 Free";  /* Force correct font */
    /*font-weight: 900;*/
}

.badge {
    position: absolute;
    top: -3px;
    right: -10px;
    padding: 2px; /*4px 7px;*/
    border-radius: 50%;
    background: red;
    color: white;
    font-size: 11px;
    display: none;
}

.notify-dropdown {
    position: absolute;
    right: 0;
    top: 30px;
    background: #fff;
    border: 1px solid #ccc;
    width: 325px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.2);
    z-index: 1000;
    max-height: 600px;
    overflow: auto;
}

.notify-dropdown ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.notify-dropdown ul li {
    padding: 10px;
    border-bottom: 1px solid #eee;
    font-size: 14px;
}

.notify-dropdown ul li a {
    font-weight: bold;
    font-size: 14px;
}

.notify-dropdown ul li div.time {
    color: #888;
    font-style: italic;
    margin-top: 5px;
}

.notify-dropdown ul li:last-child {
    border-bottom: none;
}

.hidden {
    display: none;
}

/* END NOTIFICATION SECTION */

/* Bootstrap replacement for qtip */

.popover {
    max-width: 700px;
    white-space: normal;
    z-index: 9999;
}

.popover .popover-body {
    font-size: 13px;
    white-space: normal;
    padding: 10px;
    overflow: auto;
}

.popover table {
    width: 100%;
    font-size: 12px;
    border-collapse: collapse;
}

.popover td {
    padding: 4px 6px;
    vertical-align: top;
}


/* END Bootstrap replacement for qtip */


