﻿/* #FF8F33;  */
/*Checkbox Styling*/
/*END Checkbox Styling*/
/*@smartphones: ~"only screen and (max-width: 767px)";*/
/*#region Standardize for all browsers*/
body {
  font-size: 62.5%;
}
label {
  display: block;
}
.input {
  float: left;
  margin-bottom: 10px;
  margin-right: 5%;
  text-align: left;
}
/*#endregion*/
/*#region Standard Elements*/
.lblLink {
  color: #0000EE !important;
  text-decoration: underline;
  cursor: pointer;
}
.lblLink:visited {
  color: #551A8B;
}
.divCreateContainer {
  width: 80%;
  margin-left: 10%;
  margin-right: 10%;
}
@media only screen and (max-width: 800px) {
  .divCreateContainer {
    width: 95%;
    margin-left: 2.5%;
    margin-right: 2.5%;
  }
}
/*Create Ticket Screen*/
.divLeft {
  float: left;
  width: 50%;
}
.divRight {
  float: left;
  width: 50%;
}
@media only screen and (max-width: 580px) {
  .divLeft,
  .divRight {
    padding: 12px;
    margin-top: 15px;
    float: none;
    width: 50%;
  }
  .divControls ul li textarea {
    width: 80%;
  }
}
.divControls {
  float: left;
  width: 100%;
}
.divControls ul li {
  text-align: center;
  /*Aligns Controls in center of div*/
}
/*END Create Ticket Screen*/
/*CSS for displaying reporting data*/
.DisplayDataUL li,
.DisplayDataULCreateTicket li {
  display: block;
  margin-bottom: 3px;
}
.DisplayDataUL li span,
.DisplayDataULCreateTicket li span {
  display: inline-block;
  font-weight: 700;
  font-size: 1.6em;
  text-align: right;
  margin-right: 5px;
}
.DisplayDataUL li label,
.DisplayDataULCreateTicket li label {
  display: inline;
  font-size: 1.7em;
  font-weight: 400;
  text-align: left;
}
/*END CSS for displaying reporting data*/
/*Default Control Styling*/
.select {
  border: 1px solid green;
  padding: 5px;
  border-radius: 5px;
  font-size: 1.4em;
  margin-right: 20px;
  outline: none;
}
.Textbox {
  border: 1px solid green;
  border-radius: 5px;
  font-size: 1.5em !important;
  padding: 5px;
  outline: none;
}
.Textbox:focus {
  outline: 0!important;
  border-color: green;
  box-shadow: 0 0 5px green;
}
.TextArea {
  border: 1px solid green;
  padding: 5px;
  border-radius: 5px;
  font-size: 1.6em;
  vertical-align: top;
  outline: none;
}
.taCommentCT {
  font-size: 1.6em;
  color: green;
  margin-top: 5px;
}
/*.imgSearch
{
    height: 30px;
    width: 35px;
    vertical-align: top;
}*/
.imgSearch {
  height: 21px;
  float: none;
  position: relative;
  left: 2.8em;
  bottom: -0.4em;
}
.imgSearch + input[type=text] {
  padding-left: 25px !important;
  /*width: 175px !important;*/
}
.btnContainer {
  text-align: center;
}
.Restrict {
  cursor: not-allowed;
}
.SearchDiv {
  position: absolute;
  right: 25%;
  z-index: 10;
  border: 1px solid green;
  border-radius: 5px;
  background-color: #f2f2f2;
  padding: 5px;
  width: 350px;
  /*margin-top: 10px;
    margin-bottom:10px;*/
}
.SearchDiv ul li {
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  display: inline-block;
}
.SearchDiv input[type="text"] {
  border: 1px solid green;
  border-radius: 5px;
  font-size: 1.5em;
  padding: 5px;
  outline: 0;
  width: 200px;
  padding-right: 30px;
}
.SearchDiv input[type="text"]:focus {
  outline: 0 !important;
  border-color: green;
  box-shadow: 0 0 5px green;
}
.SearchDiv ::-webkit-input-placeholder {
  font-size: 14px;
  color: black;
  text-align: left;
}
.SearchDiv :-moz-placeholder {
  /* older Firefox*/
  font-size: 14px;
  color: black;
  text-align: left;
}
.SearchDiv ::-moz-placeholder {
  /* Firefox 19+ */
  font-size: 14px;
  color: black;
  text-align: left;
}
.SearchDiv :-ms-input-placeholder {
  font-size: 14px;
  color: black;
  text-align: left;
}
.SearchDiv span {
  padding-top: 8px;
  padding-right: 4px;
}
.SearchDiv .spnSearchCounter {
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-size: 14px;
  position: relative;
  right: 1em;
}
.SearchDiv .divPrevNext {
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  display: inline-block;
  cursor: pointer;
}
.SearchDiv .divPrevNext img {
  height: 10px;
  width: 20px;
}
.SearchDiv .Prev img {
  -ms-transform: rotate(90deg);
  /* IE 9 */
  -webkit-transform: rotate(90deg);
  /* Chrome, Safari, Opera */
  transform: rotate(90deg);
}
.SearchDiv .Next img {
  -ms-transform: rotate(-90deg);
  /* IE 9 */
  -webkit-transform: rotate(-90deg);
  /* Chrome, Safari, Opera */
  transform: rotate(-90deg);
}
.SearchDiv .divSearchBtn {
  cursor: pointer;
  right: 3.4em;
  position: relative;
  bottom: -0.3em;
  height: 21px;
  width: 21px;
}
.SearchDiv .divSearchBtn img {
  height: 18px;
  width: 25px;
}
/*END Default Control Styling*/
/*========================
Site specific elements
=========================*/
#lblErrorMsg {
  width: 50%;
  margin-left: auto;
  margin-right: auto;
}
/*HomeRefresh*/
.Main {
  max-width: 980px;
  margin: 25px auto;
  /*div
    {
        margin-top:15px;
    }*/
}
.Main span,
.Main label {
  font-size: 2em;
  color: black;
  font-weight: bold;
  margin-bottom: 5px;
}
.Main table {
  border-collapse: collapse;
  width: 100%;
}
.Main .signature div {
  text-align: center;
}
.Main .signature ul {
  display: flex;
  flex-direction: row;
  justify-content: center;
}
.Main .signature ul li a {
  -moz-box-shadow: 0 10px 14px -7px #732737;
  -webkit-box-shadow: 0 10px 14px -7px #732737;
  box-shadow: 0 10px 14px -7px #732737;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #77b55a), color-stop(1, #72b352));
  background: -moz-linear-gradient(top, #77b55a 5%, #72b352 100%);
  background: -webkit-linear-gradient(top, #77b55a 5%, #72b352 100%);
  background: -o-linear-gradient(top, #77b55a 5%, #72b352 100%);
  background: -ms-linear-gradient(top, #77b55a 5%, #72b352 100%);
  background: linear-gradient(to bottom, #77b55a 5%, #72b352 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#77b55a, endColorstr=#72b352, GradientType=0);
  -webkit-appearance: none;
  background-color: #ff822a;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  border: 0;
  display: inline-block;
  cursor: pointer;
  color: #ffffff;
  /*font-family:Arial;*/
  font-size: 13px;
  font-weight: bold;
  padding: 6px 12px;
  text-decoration: none;
  text-shadow: 0 1px 0 #5b8a3c;
  z-index: 5;
  margin: 5px 10px;
}
.Main .signature ul li a:hover {
  cursor: pointer;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #72b352), color-stop(1, #77b55a));
  background: -moz-linear-gradient(top, #72b352 5%, #77b55a 100%);
  background: -webkit-linear-gradient(top, #72b352 5%, #77b55a 100%);
  background: -o-linear-gradient(top, #72b352 5%, #77b55a 100%);
  background: -ms-linear-gradient(top, #72b352 5%, #77b55a 100%);
  background: linear-gradient(to bottom, #72b352 5%, #77b55a 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#72b352, endColorstr=#77b55a, GradientType=0);
  background-color: #ff822a;
}
.Main .signature ul li a:active {
  position: relative;
  top: 1px;
}
.Main .signature ul li a:disabled {
  cursor: not-allowed;
}
.Main .signature a {
  -moz-box-shadow: 0 10px 14px -7px #732737;
  -webkit-box-shadow: 0 10px 14px -7px #732737;
  box-shadow: 0 10px 14px -7px #732737;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #77b55a), color-stop(1, #72b352));
  background: -moz-linear-gradient(top, #77b55a 5%, #72b352 100%);
  background: -webkit-linear-gradient(top, #77b55a 5%, #72b352 100%);
  background: -o-linear-gradient(top, #77b55a 5%, #72b352 100%);
  background: -ms-linear-gradient(top, #77b55a 5%, #72b352 100%);
  background: linear-gradient(to bottom, #77b55a 5%, #72b352 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#77b55a, endColorstr=#72b352, GradientType=0);
  -webkit-appearance: none;
  background-color: #ff822a;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  border: 0;
  display: inline-block;
  cursor: pointer;
  color: #ffffff;
  /*font-family:Arial;*/
  font-size: 13px;
  font-weight: bold;
  padding: 6px 12px;
  text-decoration: none;
  text-shadow: 0 1px 0 #5b8a3c;
  z-index: 5;
}
.Main .signature a:hover {
  cursor: pointer;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #72b352), color-stop(1, #77b55a));
  background: -moz-linear-gradient(top, #72b352 5%, #77b55a 100%);
  background: -webkit-linear-gradient(top, #72b352 5%, #77b55a 100%);
  background: -o-linear-gradient(top, #72b352 5%, #77b55a 100%);
  background: -ms-linear-gradient(top, #72b352 5%, #77b55a 100%);
  background: linear-gradient(to bottom, #72b352 5%, #77b55a 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#72b352, endColorstr=#77b55a, GradientType=0);
  background-color: #ff822a;
}
.Main .signature a:active {
  position: relative;
  top: 1px;
}
.Main .signature a:disabled {
  cursor: not-allowed;
}
.ResidualInfo {
  width: 95%;
  margin: 2.5%;
  float: left;
}
.grdEmptyDataTemplate {
  display: block;
  text-align: center;
  margin-top: 10px;
  margin-bottom: 20px;
}
.grdEmptyDataTemplate span {
  font-size: 1.5em;
}
.grdEmptyDataTemplate #spnEmptyResSum {
  font-size: 2.3em;
}
.grdFilterOptions {
  width: 80%;
  margin-left: auto;
  margin-top: 10px;
}
.grdFilterOptions li {
  display: inline-block;
  width: 20%;
  /*input
        {
          color: white;
          background: green;
          border-radius: 5px;
          padding: 3px 10px;
          font-size: 1.5em;

            &:hover
            {
                cursor:pointer;
                background:grey;
            }
        }*/
}
.grdFilterOptions li label {
  color: #086308;
  display: inline;
  margin-right: 5%;
  font-size: 1.5em;
  /*font-size:1.8em;*/
}
.grdFilterOptions li select {
  border: 1px solid green;
  border-radius: 5px;
  outline: none;
}
.GridTextLeft {
  text-align: left !important;
}
.GridTextCenter {
  text-align: center !important;
}
.grdResInfoDetail {
  width: 80% !important;
  margin-left: 10%;
  margin-right: 10%;
}
.grdContainer {
  margin-top: -15px !important;
}
.grdContainer div {
  margin-top: 15px;
}
.grdAddHdr tr,
.grdSubHdr tr {
  background-color: #BBE5D7 !important;
}
.grdAddHdr tr td,
.grdSubHdr tr td {
  border: 4px solid #f2f2f2 !important;
}
#Addtemp,
#Subtemp {
  background-color: #f2f2f2 !important;
}
.grdAddNested tr,
.grdSubNested tr {
  background-color: #f2f2f2 !important;
}
.grdAddHdr span,
#lblAddNestedTrigger,
.grdSubHdr span,
#lblSubNestedTrigger {
  font-size: 1em;
  color: black;
  font-weight: bold;
  margin-bottom: 5px;
  cursor: pointer;
}
.NumVal {
  display: inline;
  font-size: 1em;
  color: black;
  font-weight: normal;
  margin-left: 5%;
  font-size: 1em !important;
}
.divGrandTotal {
  float: right;
  font-size: 0.7em;
  /*font-size: .8em;*/
  background-color: #BBE5D7 !important;
  padding: 5px;
  /*margin-top: 3px;*/
  margin-top: 18px;
  margin-right: 19%;
}
.divGrandTotal span,
.divGrandTotal label {
  display: inline;
  margin-right: 10px;
}
.GridFormat tr {
  /*background-color:#f2f2f2;*/
  /*Broke grid styling in Agent Most, Not sure if I need it in MyPort*/
}
.GridFormat tr:hover {
  cursor: pointer;
  background-color: #BBE5D7 !important;
}
.GridFormat tr th {
  background: #f2f2f2;
  color: #086308;
  font-weight: bold;
  border: none;
  border-bottom: 2px solid green;
  padding: 10px 5px 10px 5px;
  font-size: 15px;
  /*font-size: 17px;*/
  text-transform: capitalize;
  text-align: center;
}
.GridFormat tr td {
  border: none;
  padding: 5px 10px 5px 10px;
  color: #000;
  font-size: 14px;
  /*font-size: 16px;*/
  vertical-align: middle;
  text-align: right;
}
.GridFormat .emptyRow td:nth-of-type(1):before {
  content: "";
}
.grdTktSrch tr td {
  font-size: 12px !important;
}
/*Adds darker gray row color*/
.RowColor tr:nth-child(2n+1) {
  /*background-color: #d9d9d9;*/
  background-color: #e2eaf3;
}
/*Adds GridLines*/
.RowColor tr td {
  border: 1px solid #cccccc;
}
.ulNote {
  width: 50%;
  margin-left: auto;
  margin-right: auto;
}
.ulNote li {
  margin-bottom: 10px;
}
.ulNote li span {
  margin-right: 10px;
}
/*Grid Footer Styling*/
.GridFormatFooter {
  background-color: #BBE5D7 !important;
}
.GridFormatFooter td {
  border: 4px solid #f2f2f2 !important;
}
/*End Grid Footer Styling*/
/*Sets hover color of nested grid row*/
.NestedGrd tr:nth-child(2n+1) td {
  background-color: #f2f2f2;
}
.grdResSummaryNested {
  margin-left: auto;
  margin-right: auto;
  margin-top: -20px;
}
.grdResSummaryNested tr td {
  width: 33%;
}
.grdResSummaryNested tr td label {
  font-weight: normal;
  font-size: 1em;
  text-align: right;
}
.grdResSummaryNested tr td .AuthAmt {
  /*width: 40%;*/
  text-align: right;
  float: right;
}
/*Crazy syling 5/29/15*/
.NestAlgnCol {
  padding-right: 20% !important;
}
.NestAlgnColHdr {
  text-align: -webkit-left !important;
}
/*End Crazy syling 5/29/15*/
/*Currently Hiding Nested Footer (Might Want it displayed Eventually)*/
.NestedFooter {
  display: none;
}
.TableRowHover:hover td {
  cursor: pointer;
  background-color: #BBE5D7 !important;
}
.MyPortBtn:hover {
  background: grey;
}
.GrdToggle {
  float: right;
  font-size: 1.4em;
  /*color:#0000FF !important;*/
  color: green;
  cursor: pointer;
  width: auto;
  margin-top: -13px;
  margin-bottom: 10px;
}
.GrdToggle:hover {
  color: grey;
}
/* NotificationMaint Styling */
.CheckBoxList {
  border: 2px solid green;
  overflow-y: scroll;
  padding: 10px;
  border-radius: 5px;
}
.CheckBoxList td {
  float: left;
  margin-top: 3px;
  margin-bottom: 3px;
}
.CheckBoxList input[type=checkbox] {
  display: inline;
}
.CheckBoxList input[type=text] {
  border: 1px solid green;
}
.CheckBoxList input[type=text]:focus {
  outline: 0!important;
  border-color: green;
  box-shadow: 0 0 5px green;
}
.CheckBoxList label {
  font-size: 1.5em;
  display: inline;
  margin-left: 5px;
}
.CheckBoxList span {
  color: green;
  margin-right: 5%;
}
#lblNoRecords {
  display: none;
  margin-top: 20px;
  color: red;
  text-align: center;
}
.grdNoteSumDescTitle {
  font-size: 1em !important;
  text-align: left !important;
  display: none;
}
.grdNoteSumDesc {
  /*width: 350px;*/
  word-wrap: break-word;
  font-size: 14px !important;
  font-weight: normal !important;
}
/* End NotificationMaint Styling */
/*TicketMaint Styling*/
/*.TktSearch
{
    padding:10px;
    border-bottom: 2px solid green;
}
.TktSearch li
{
    display:inline-block;
}*/
/*END TicketMaint Styling*/
/*AccountMaint Styling*/
.PswdMaint {
  max-width: 980px;
  margin-left: auto;
  margin-right: auto;
}
.PswdMaint ul {
  text-align: center;
  color: black;
}
.PswdMaint ul li label {
  font-size: 1.6em;
  margin-bottom: 10px;
  font-weight: bold;
}
.PswdMaint ul li span {
  width: 160px;
  font-weight: bold;
  display: inline-block;
  text-align: right;
  font-size: 1.4em;
}
.PswdMaint ul li input[type=text] {
  width: 30%;
  margin-bottom: 10px;
}
.PswdMaint ul li input[type=submit] {
  margin: 10px;
}
/*END AccountMaint Styling*/
@media only screen and (max-width: 600px) {
  .GridFormat thead tr {
    position: absolute;
    top: -9999px;
    left: -9999px;
  }
  .GridFormat tr {
    padding: 10px;
  }
  .GridFormat tr th {
    position: absolute;
    top: -9999px;
    left: -9999px;
  }
  .GridFormat td {
    /* Behave  like a "row" */
    border: none;
    border-bottom: 1px solid #eee;
    position: relative;
    padding-left: 50%;
  }
  .GridFormat td:before {
    /* Now like a table header */
    position: absolute;
    /* Top/left values mimic padding */
    top: 6px;
    left: 6px;
    width: 45%;
    padding-right: 10px;
    white-space: nowrap;
    font-weight: bold;
  }
  table:first-child tr td {
    /*border: 1px solid #ccc;*/
    border-bottom: 1px solid #ccc;
    padding: 10px;
  }
  /* Force table to not be like tables anymore */
  table,
  thead,
  tfoot,
  tbody,
  th,
  td,
  tr {
    display: block;
  }
  /* Hide table headers (but not display: none;, for accessibility) */
  thead tr {
    position: absolute;
    top: -9999px;
    left: -9999px;
  }
  /*Hide GV Headers*/
  tr th {
    position: absolute;
    top: -9999px;
    left: -9999px;
  }
  /*tr { border: 1px solid #ccc; padding:10px;}*/
  td {
    /* Behave  like a "row" */
    border: none;
    border-bottom: 1px solid #eee;
    position: relative;
    padding-left: 50%;
  }
  /*Sets 'Header' attributes*/
  td:before {
    /* Now like a table header */
    position: absolute;
    /* Top/left values mimic padding */
    top: 6px;
    left: 6px;
    width: 45%;
    padding-right: 10px;
    white-space: nowrap;
    font-weight: bold;
  }
  /*Label the data*/
  .grdResInfo {
    /*Label Footer Data*/
  }
  .grdResInfo tr td:nth-of-type(1):before {
    content: "Office:";
    text-align: left;
  }
  .grdResInfo tr td:nth-of-type(2):before {
    content: "Merch Count:";
    text-align: left;
  }
  .grdResInfo tr td:nth-of-type(3):before {
    content: "Bankcard Vol:";
    text-align: left;
  }
  .grdResInfo tr td:nth-of-type(4):before {
    content: "Bankcard Auth:";
    text-align: left;
  }
  .grdResInfo tr td:nth-of-type(5):before {
    content: "Residual Amt:";
    text-align: left;
  }
  .grdResInfo tr td:nth-of-type(6):before {
    content: "Residual Margin:";
    text-align: left;
  }
  .grdResInfo .grdResInfoFooter td {
    width: inherit !important;
  }
  .grdResInfo .grdResInfoFooter td:nth-of-type(1):before {
    display: none;
  }
  .grdResInfo .grdResInfoFooter td:nth-of-type(1) {
    display: none;
  }
  .grdResInfo .grdResInfoFooter td:nth-of-type(2):before {
    content: "Total Merch Count:";
  }
  .grdResInfo .grdResInfoFooter td:nth-of-type(3):before {
    content: "Total Bankcard Vol:";
  }
  .grdResInfo .grdResInfoFooter td:nth-of-type(4):before {
    content: "Total Bankcard Auth:";
  }
  .grdResInfo .grdResInfoFooter td:nth-of-type(5):before {
    content: "Total Residual Amt:";
  }
  .grdResInfo .grdResInfoFooter td:nth-of-type(6):before {
    content: "Total Residual Margin:";
  }
  .grdAddHdr tr,
  .grdSubHdr tr {
    background-color: #f2f2f2 !important;
  }
  .grdAddHdr tr:hover,
  .grdSubHdr tr:hover {
    background-color: #f2f2f2 !important;
  }
  .grdAddHdr tr td,
  .grdSubHdr tr td {
    width: 95% !important;
    display: inline-block !important;
  }
  .grdAddHdr tr td label,
  .grdSubHdr tr td label {
    text-align: right;
    float: none;
  }
  .grdAddHdr tr td #lblAddNestedTrigger,
  .grdSubHdr tr td #lblAddNestedTrigger {
    background-color: #BBE5D7;
    padding: 10px;
  }
  .grdAddHdr tr td #lblAddNestedTrigger:after,
  .grdSubHdr tr td #lblAddNestedTrigger:after {
    content: " (Expand)";
  }
  .grdAddHdr tr td #AddTotalContainer,
  .grdSubHdr tr td #AddTotalContainer {
    margin: 0 !important;
    text-align: right;
    float: right;
  }
  .grdAddHdr tr td #lblSubNestedTrigger,
  .grdSubHdr tr td #lblSubNestedTrigger {
    background-color: #BBE5D7;
    padding: 10px;
  }
  .grdAddHdr tr td #lblSubNestedTrigger:after,
  .grdSubHdr tr td #lblSubNestedTrigger:after {
    content: " (Expand)";
  }
  .grdAddHdr tr td #SubTotalContainer,
  .grdSubHdr tr td #SubTotalContainer {
    margin: 0 !important;
    text-align: right;
    float: right;
  }
  .grdResSummaryNested {
    /*removes unneeded hover effects when report is shrunk down*/
  }
  .grdResSummaryNested:hover {
    background-color: #f2f2f2 !important;
  }
  .grdResSummaryNested .NestedHeader:hover,
  .grdResSummaryNested .TableRowHover:hover td {
    background-color: #f2f2f2 !important;
  }
  .grdResSummaryNested tr td {
    width: 95% !important;
    display: inline-block;
    float: none;
  }
  .grdResSummaryNested tr td .AuthDesc:nth-of-type(1):before {
    content: "Payment Line Desc:";
    text-align: left;
    color: green;
    font-weight: bold;
    font-size: 1.2em;
    display: block;
    margin-bottom: 5px;
    width: 100%;
  }
  .grdResSummaryNested tr td .AuthName:nth-of-type(1):before {
    content: "Account Desc:";
    text-align: left;
    color: green;
    font-weight: bold;
    font-size: 1.2em;
    display: block;
    margin-bottom: 5px;
    width: 100%;
  }
  .grdResSummaryNested tr td .AuthAmt:nth-of-type(1):before {
    content: "Payment Amt:";
    text-align: right;
    color: green;
    font-weight: bold;
    font-size: 1.2em;
    display: block;
    margin-bottom: 5px;
    width: 100%;
  }
  /*.grdTop5byVol tr td:nth-of-type(1):before { content: "Merchant";}*/
  .grdTop5byVol tr td:nth-of-type(3):before {
    content: "Office:";
    text-align: left;
  }
  .grdTop5byVol tr td:nth-of-type(3) {
    text-align: right !important;
  }
  .grdTop5byVol tr td:nth-of-type(4):before {
    content: "Volume:";
    text-align: left;
  }
  /*.grdTop5byProf tr td:nth-of-type(1):before { content: "Merchant";}*/
  .grdTop5byProf tr td:nth-of-type(3):before {
    content: "Office:";
    text-align: left;
  }
  .grdTop5byProf tr td:nth-of-type(3) {
    text-align: right !important;
  }
  .grdTop5byProf tr td:nth-of-type(4):before {
    content: "Profitability:";
    text-align: left;
  }
  .grdTop5byVol .col1,
  .grdTop5byProf .col1 {
    text-align: right !important;
    font-weight: bold;
    margin-bottom: 10px;
  }
  .ulSummaryLeft,
  .ulSummaryRight {
    float: left;
    width: 100% !important;
    /*li
        {
            span
            {
              display: inline-block;
              font-weight: bold;
              font-size: 1.8em;
              text-align: right;
              margin-right: 2%;
            }

            label
            {
              display: inline;
              font-size: 1.8em;
              font-weight: 400;
              text-align: left;
            }
        }*/
  }
  /*Footer Row Formatting*/
  .GridFormatFooter {
    padding: 0;
  }
  /*Summary Grid Responsive Styling (Gets Confusing...)*/
  /*Sets hover for first row*/
  .GridFormat table tr:hover {
    cursor: pointer;
    background-color: #BBE5D7 !important;
  }
  /*Removes hover from nested row*/
  #temp:hover {
    cursor: pointer;
    background-color: #f2f2f2 !important;
  }
  /*Sets attributes for Summary Grid 'Hdr' text*/
  .grdResSummary tr td:before {
    font-weight: bold;
  }
  /*Sets Column1 Header Text in Totals Grid*/
  .grdResSummary td:nth-of-type(1):before {
    content: "Office Count";
  }
  /*For Some Reason, temp row added Office Count hdr text, this removes it...*/
  #temp td:nth-of-type(1):before {
    content: "";
  }
  .grdResSummary tr {
    border: none;
  }
  /*Removes Nested GV Header styling*/
  .NestedHeader {
    border: none !important;
  }
  .grdResSummaryNested {
    /*Sets attributes for each 'rows' set of data*/
  }
  .grdResSummaryNested tr {
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
  }
  .grdResSummaryNested tr td {
    /*Sets attributes for Nested Grid 'Hdr' text*/
  }
  .grdResSummaryNested tr td:before {
    color: green;
    font-weight: bold;
    text-align: left;
  }
  /*TicketMaint.aspx Grids*/
  /*Merchant List Grid*/
  .grdMerchList tr td:nth-of-type(1):before {
    content: "Merchant Number:";
    text-align: left;
  }
  .grdMerchList tr td:nth-of-type(2):before {
    content: "DBA:";
    text-align: left;
  }
  .grdMerchList tr td:nth-of-type(3):before {
    content: "Office:";
    text-align: left;
  }
  .grdMerchList tr td:nth-of-type(4):before {
    content: "Branch:";
    text-align: left;
  }
  .grdMerchList tr td:nth-of-type(5):before {
    content: "Rep Code:";
    text-align: left;
  }
  .grdMerchList tr td:nth-of-type(6):before {
    content: "Owner:";
    text-align: left;
  }
  /*Open Service Tickets Grid*/
  .grdTktSrch tr td:nth-of-type(1):before {
    content: "Open:";
    text-align: left;
  }
  .grdTktSrch tr td:nth-of-type(2):before {
    content: "Ticket:";
    text-align: left;
  }
  .grdTktSrch tr td:nth-of-type(3):before {
    content: "Last Comment:";
    text-align: left;
  }
  .grdTktSrch tr td:nth-of-type(4):before {
    content: "CN:";
    text-align: left;
  }
  .grdTktSrch tr td:nth-of-type(5):before {
    content: "MID:";
    text-align: left;
  }
  .grdTktSrch tr td:nth-of-type(6):before {
    content: "DBA:";
    text-align: left;
  }
  .grdTktSrch tr td:nth-of-type(7):before {
    content: "Owner Grp:";
    text-align: left;
  }
  .grdTktSrch tr td:nth-of-type(8):before {
    content: "Rep:";
    text-align: left;
  }
  .grdTktSrch tr td:nth-of-type(9):before {
    content: "Problem Type:";
    text-align: left;
  }
  /*Open Service Tickets Grid*/
  .GridFormatFooter td:nth-of-type(1):before {
    content: "" !important;
    text-align: left;
  }
  .GridFormatFooter td:nth-of-type(2):before {
    content: "" !important;
    text-align: left;
  }
  .GridFormatFooter td:nth-of-type(3):before {
    content: "" !important;
    text-align: left;
  }
  .GridFormatFooter td:nth-of-type(4):before {
    content: "" !important;
    text-align: left;
  }
  .GridFormatFooter td:nth-of-type(5):before {
    content: "" !important;
    text-align: left;
  }
  .GridFormatFooter td:nth-of-type(6):before {
    content: "" !important;
    text-align: left;
  }
  .GridFormatFooter td:nth-of-type(7):before {
    content: "" !important;
    text-align: left;
  }
  .GridFormatFooter td:nth-of-type(8):before {
    content: "" !important;
    text-align: left;
  }
  .GridFormatFooter td:nth-of-type(9):before {
    content: "" !important;
    text-align: left;
  }
  /*Comment History Grid*/
  .grdTktCom tr td:nth-of-type(1):before {
    content: "Date Added:";
    text-align: left;
    left: -60px;
  }
  .grdTktCom tr td:nth-of-type(2):before {
    content: "Owner Grp:";
    text-align: left;
    left: -60px;
  }
  .grdTktCom tr td:nth-of-type(3):before {
    content: "Added By:";
    text-align: left;
    left: -60px;
  }
  .grdTktCom tr td:nth-of-type(4):before {
    content: "Problem Type:";
    text-align: left;
    left: -60px;
  }
  .grdTktCom tr td:nth-of-type(5):before {
    content: "Rep:";
    text-align: left;
    left: -60px;
  }
  .grdTktCom tr td:nth-of-type(6):before {
    content: "Comment:";
    text-align: left;
    left: -60px;
  }
  .TicketSearch1 {
    width: 95%;
  }
  .TicketSearch1 label {
    width: 50%;
  }
  /*Hierarchy Grids*/
  #liNewSubAgt,
  #liViewInactiveAgt,
  #liViewActiveAgt,
  #liSubAgentBack {
    display: block;
    margin-top: 10px;
    margin-bottom: 10px;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
  }
  #liNewSubAgt input[type="button"],
  #liViewInactiveAgt input[type="button"],
  #liViewActiveAgt input[type="button"],
  #liSubAgentBack input[type="button"] {
    width: 100%;
  }
  /*Active Agents Grid*/
  .grdSubAgentList {
    margin-top: 50px;
  }
  .grdSubAgentList tr td:nth-of-type(1):before {
    content: "Username:";
    text-align: left;
  }
  .grdSubAgentList tr td:nth-of-type(2):before {
    content: "Office:";
    text-align: left;
  }
  .grdSubAgentList tr td:nth-of-type(3):before {
    content: "Branch:";
    text-align: left;
  }
  .grdSubAgentList tr td:nth-of-type(4):before {
    content: "Rep Code:";
    text-align: left;
  }
  .grdSubAgentList tr td:nth-of-type(6):before {
    content: "Residuals:";
    text-align: left;
  }
  .grdSubAgentList tr td:nth-of-type(7):before {
    content: "Emails:";
    text-align: left;
  }
  /*Inactive Agents Grid*/
  .grdInactive {
    margin-top: 50px;
  }
  .grdInactive tr td:nth-of-type(1):before {
    content: "Username:";
    text-align: left;
  }
  .grdInactive tr td:nth-of-type(2):before {
    content: "Branch:";
    text-align: left;
  }
  .grdInactive tr td:nth-of-type(3):before {
    content: "Rep Code:";
    text-align: left;
  }
  .grdInactive tr td:nth-of-type(4):before {
    content: "Inactive Date:";
    text-align: left;
  }
  /*Sub Agent Detail ul*/
  .DisplayDataUL li span {
    text-align: left;
    float: left;
  }
  .DisplayDataUL li label {
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .DisplayDataUL li input[type="text"] {
    width: 90%;
    display: block;
  }
  .divCreateContainer .divLeft {
    float: none;
    width: 100%;
    margin: 0;
    padding: 0;
  }
  .divCreateContainer .divLeft ul li {
    margin-top: 10px;
    margin-bottom: 10px;
    text-align: left;
  }
  .divCreateContainer .divLeft ul li span {
    display: block;
    width: 100%;
    text-align: left;
  }
  .divCreateContainer .divRight {
    float: none;
    width: 100%;
    margin: 0;
    padding: 0;
  }
  .divCreateContainer .divRight ul li {
    margin-top: 10px;
    margin-bottom: 10px;
    text-align: left;
  }
  .divCreateContainer .divRight ul li span {
    display: block;
    width: 100%;
    text-align: left;
  }
  /*Sub Agent Detail Merchant List Grid*/
  .grdSubDetail .DisplayDataUL li span {
    float: none;
  }
  .grdSubDetail tr td:nth-of-type(1):before {
    content: "Merchant Number:";
    text-align: left;
  }
  .grdSubDetail tr td:nth-of-type(2):before {
    content: "Branch:";
    text-align: left;
  }
  .grdSubDetail tr td:nth-of-type(3):before {
    content: "Rep Code:";
    text-align: left;
  }
  .grdSubDetail tr td:nth-of-type(4):before {
    content: "DBA Name:";
    text-align: left;
  }
  .grdSubDetail tr td:nth-of-type(5):before {
    content: "Office:";
    text-align: left;
  }
  .grdSubAgentList tr td input,
  .grdInactive tr td input {
    width: 100%;
  }
  /*END Hierarchy Grids*/
  /*Notification Maint Grid*/
  .grdNoteSum tr td:nth-of-type(1):before {
    content: "Title:";
    text-align: left;
  }
  .grdNoteSum tr td:nth-of-type(3):before {
    content: "Last Modified:";
    text-align: left;
  }
  .grdNoteSum tr td:nth-of-type(4):before {
    content: "Modified By:";
    text-align: left;
  }
  .grdNoteSumDescTitle {
    display: block;
  }
  /*END Notification Maint Grid*/
  .grdMerchList tr td,
  .grdTktSrch tr td,
  .grdSubAgentList tr td,
  .grdInactive tr td,
  .grdNoteSum tr td {
    text-align: right !important;
  }
  .grdTktCom tr td {
    left: 60px;
    text-align: right !important;
  }
  /*END TicketMaint.aspx Grids*/
  /*ProfileMaint.aspx Grids*/
  .divProfileOffices .grdProfileOffices tr td {
    text-align: right !important;
  }
  .divProfileOffices .grdProfileOffices tr td:nth-of-type(1):before {
    content: "Office:";
    text-align: left;
  }
  .divProfileOffices .grdProfileOffices tr td:nth-of-type(2):before {
    content: "Name:";
    text-align: left;
  }
  .divProfileOffices .grdProfileOffices tr td:nth-of-type(3):before {
    content: "Phone:";
    text-align: left;
  }
  .divProfileOffices .grdProfileOffices tr td:nth-of-type(4):before {
    content: "Type:";
    text-align: left;
  }
  .divProfileElenPricing ul {
    text-align: center;
    margin-bottom: 10px;
  }
  .divProfileElenPricing .grdProfileElenPricing tr td {
    text-align: right !important;
  }
  .divProfileElenPricing .grdProfileElenPricing tr td:nth-of-type(2):before {
    content: "Name:";
    text-align: left;
  }
  .divProfileElenPricing .grdProfileElenPricing tr td:nth-of-type(3):before {
    content: "Office:";
    text-align: left;
  }
  .divProfileElenPricing .grdProfileElenPricing tr td:nth-of-type(4):before {
    content: "Branch:";
    text-align: left;
  }
  .divProfileElenPricing .grdProfileElenPricing tr td:nth-of-type(5):before {
    content: "Rep Code:";
    text-align: left;
  }
  .divProfileElenPricing .grdProfileElenPricing tr td:nth-of-type(6):before {
    content: "Locked:";
    text-align: left;
  }
  /*END ProfileMaint.aspx Grids*/
}
@media only screen and (max-width: 400px) {
  .grdFilterOptions {
    margin-left: auto;
    margin-right: auto;
    margin-top: 10px;
  }
  .grdFilterOptions li {
    width: 30%;
  }
  .grdFilterOptions .liSubmit {
    width: 100%;
    text-align: center;
    margin-top: 10px;
  }
  .SubDetailResBtn {
    display: block;
    margin: 10px;
    text-align: center;
  }
}
.divTop5byVol {
  float: left;
  width: 45%;
  margin-left: 2.5%;
  margin-top: 15px;
}
.divTop5byVolSubAgt {
  float: left;
  width: 95%;
  margin: 15px 2.5%;
}
.grdTop5byVol .col1,
.grdTop5byProf .col1 {
  text-align: left;
}
.divTop5byProf {
  float: left;
  width: 45%;
  margin-left: 5%;
  margin-top: 15px;
}
.grdSummary {
  width: 95%;
  float: left;
  margin-top: 20px;
  margin-bottom: 20px;
  margin-left: 2.5%;
  margin-right: 2.5%;
}
.grdSummary legend {
  margin-bottom: 10px;
}
.grdSummary ul li span {
  font-size: 14px;
  width: 200px;
  text-align: right;
  text-transform: uppercase;
}
.ulSummaryLeft,
.ulSummaryRight {
  float: left;
  width: 50%;
}
.ulSummaryLeft li span,
.ulSummaryRight li span {
  display: inline-block;
  font-weight: 500;
  font-size: 1.8em;
  text-align: right;
  margin-right: 2%;
}
.ulSummaryLeft li label,
.ulSummaryRight li label {
  display: inline;
  font-size: 1.8em;
  font-weight: 400;
  text-align: left;
}
.grdHyperlink {
  color: #0000FF !important;
  cursor: pointer;
}
/*ProfileMaint.aspx*/
.divProfileInfo ul li {
  display: block;
  margin: 10px;
  text-align: right;
  max-width: 50em;
  margin-left: auto;
  margin-right: auto;
}
.divProfileInfo ul li label {
  display: inline-block;
  font-weight: 700;
  font-size: 1.6em;
  margin-right: 5px;
}
.divProfileInfo ul li input[type=text] {
  width: 70%;
}
.divProfileInfo ul li input[type=submit] {
  margin: 5px;
}
.divProfileElenPricing ul {
  text-align: center;
  margin-bottom: 10px;
}
@media only screen and (max-width: 400px) {
  .divProfileInfo ul li label {
    display: block;
    text-align: left;
  }
  .divProfileInfo ul li input[type=text] {
    width: 95%;
    display: block;
  }
  .divProfileInfo ul li input[type=submit] {
    margin: 5px;
  }
}
.divProfileOffices {
  margin-top: 10px;
}
.divProfileOfficeDetail ul {
  margin-left: 5%;
  margin-right: 5%;
}
.divProfileOfficeDetail ul li {
  display: block;
  margin: 10px;
}
.divProfileOfficeDetail ul li label {
  display: inline-block;
  font-weight: 700;
  font-size: 1.6em;
  margin-right: 5px;
  width: 8em;
  text-align: right;
}
.divProfileOfficeDetail ul li input[type=text] {
  /*width:70%;*/
}
.divProfileOfficeDetail ul li input[type=submit] {
  margin: 5px;
}
.lblW4em {
  width: 4em !important;
}
@media only screen and (max-width: 400px) {
  .divProfileOfficeDetail ul li {
    display: block;
    margin: 10px;
  }
  .divProfileOfficeDetail ul li label {
    display: block;
    text-align: left;
    margin-top: 5px;
  }
  .divProfileOfficeDetail ul li input[type=text] {
    width: 95%;
  }
}
/*END ProfileMaint.aspx*/
/***************************************************/
/*#region dlg*/
/*.dlg {
    input[type=radio], input[type=checkbox]{
        .radio();
    }

    background:rgb(231,231,231) !important;
    padding:10px 15px;

    .ui-dialog-titlebar
    {
        background: #72b352;

        span
        {
            color: #FFF;
            font-size: 1.2em;
        }
    }

    .ui-dialog-titlebar-close
    {
        visibility: hidden;
    }

    span
    {
        font-size:1.2em;
        line-height:1.6em;
    }
}*/
/*#endregion*/
/*  landscape on ipad */
@media print {
  .pgBreak {
    page-break-after: always;
  }
}