
/* =Global
----------------------------------------------- */
body, input, textarea, select, a {
  color: #1e1e1e;
  font-family: Arial,Helvetica,sans-serif;
  /*font-size: 14px;
   font-weight: bold;
   line-height:20px;
   min-height: 20px; */
  font-size: 12px;
  font-weight: bold;
  line-height: 14px;
  min-height: 14px;
  /*   font: 15px Arial, "Helvetica Neue", Helvetica, sans-serif;  
   font-weight: 300; 
   line-height: 1.5;  */
  vertical-align: top;
  margin: 0;
  padding: 0;
  resize: none;
}

input, textarea, select {
  color: black;
  font-size: 12px;
}

a {
  color: #1e1e1e;
}

select {
  height: 20px;
}

button {
  padding: 0;
}

body {
  /*background-color: #E2E2E2;  */
  /*background-color: #333333;  */
  /*background-image: url("/images/bckgr.png");
    background-repeat:repeat;*/
  /*   background-color: #F4F0CB;
    background-color: #F4F0CB;
    background-color: #B3A580;
    background-color: #FAEBD7; 
    background-color: #DED29E;   */
  background-color: #d8cb9a;
  margin: 0;
  padding: 0;
  /*background-image: -webkit-linear-gradient(top, #DED29E 0%, #B3A580 100%);*/
}

a.nontext {
  color: black;
  text-decoration: none;
  font-style: normal;
  font-weight: normal;
}

.fBold {
  font-weight: bold;
}

.thin-line {
  background-color: #bb1d22;
  height: 2px;
  margin: 5px 0px 5px 0px;
}

.thin-lineNoMargin {
  background-color: #bb1d22;
  height: 2px;
  margin: 0px;
}

.thin-linex2 {
  background-color: #bb1d22;
  height: 6px;
  margin: 0px 0px 5px 0px;
}

.thin-line3 {
  background-color: #EFEFEF;
  background-color: #999999;
  height: 2px;
  margin: 10px 0px 10px 0px;
}

.NStBtn {
  margin: 0;
  padding: 0;
  cursor: hand;
  background-color: transparent;
  border-style: none;
}

.StndRow {
  width: 100%;
  min-height: 26px;
  overflow: auto;
  margin-top: 5px;
}

.GFlDv {
  position: relative;
  float: left;
}

.vtbold {
  font-weight: bold;
}

/* ***************************************************************/
/*  begin common     */
#PageTitle {
  width: 1265px;
  min-height: 57px;
  text-align: center;
  font-size: 32px;
  color: #e21c23;
  font-weight: bold;
  position: relative;
  padding-top: 10px;
  overflow: auto;
  /*      background-color: blue;*/
  line-height: 1.5;
}

.GenCnt {
  padding: 0;
  margin: 0;
  width: 1265px;
  min-height: 100px;
  margin-left: 30px;
  overflow: auto;
  /*background-color: aqua;*/
}

.GenCntNoMargins {
  padding: 0;
  margin: 0;
  width: 1265px;
  min-height: 100px;
  overflow: auto;
  /*background-color: aqua;*/
}

.GenRow {
  width: 1265px;
  min-height: 26px;
  overflow: auto;
  margin-top: 5px;
}

.GenRowCenter {
  width: 490px;
  overflow: auto;
  margin: 0;
  padding: 0;
  margin: 0px auto 0px auto;
  margin-top: 5px;
  /*background-color: blue; */
}

.tblHeaderRow {
  /*background-color: aqua;*/
  border-color: black;
  border-style: solid;
  border-bottom-style: none;
  border-width: 1px;
  overflow: auto;
  background-color: #e21c23;
  color: white;
}

.tblDataRow {
  border-color: black;
  border-style: solid;
  border-bottom-style: none;
  border-width: 1px;
  overflow: auto;
}

.tblFooterRow {
  border-color: black;
  border-style: solid;
  border-bottom-style: none;
  border-width: 1px;
  overflow: auto;
  background-color: #333333;
  color: white;
  min-height: 20px;
}

.tblFooterRowJustLine {
  border-color: black;
  border-style: solid;
  border-bottom-style: none;
  border-width: 1px;
  overflow: auto;
  background-color: #333333;
  color: white;
  min-height: 1px;
}

.Gen2ColLeftCenter {
  border-style: none;
  position: relative;
  float: left;
  text-align: right;
  width: 49%;
  /*background-color: red; */
}

.Gen2ColRightCenter {
  border-style: none;
  position: relative;
  float: left;
  text-align: left;
  width: 49%;
  /*background-color: green; */
}

.GenColFltLCenter {
  border-style: none;
  position: relative;
  float: left;
  text-align: center;
  padding-top: 4px;
}

.GenEntryLabel {
  margin-right: 5px;
  margin-top: 2px;
}

.WaitList {
  border-style: none;
  position: relative;
  float: left;
  text-align: left;
  padding-top: 4px;
}

.AFAQEnCol1 {
  width: 18%;
  text-align: right;
  margin-right: 5px;
  margin-top: 2px;
}

.AFAQEnCol2 {
  width: 65%;
}

.ListAddButton {
  display: block;
  background-color: #e21c23;
  width: 140px;
  height: 20px;
  /*padding:0;*/
  text-align: center;
  border: 1px solid #9f1c1f;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.8);
  font-weight: bold;
  text-transform: uppercase;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  color: #FFF;
  text-decoration: none;
  font-size: 12px;
  /*padding-left: 260;  */
  /* opacity:.85; */
}

.ListAddButtonInline {
  display: inline;
  background-color: #e21c23;
  width: 140px;
  height: 20px;
  padding: 5px;
  text-align: center;
  border: 1px solid #9f1c1f;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.8);
  font-weight: bold;
  text-transform: uppercase;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  color: #FFF;
  text-decoration: none;
  font-size: 12px;
  /*padding-left: 260;  */
  /* opacity:.85; */
}

.vtShadeList {
  background-color: #C4BB99;
}

.vtNoShadeList {
  background-color: #d8cb9a;
}
/* ***************************************************************/
/*  end common     */



/* ***************************************************************/
/*  Begin Error Box     */

#ErrorBox {
  visibility: hidden;
  height: 0px;
  margin: 0px auto;
}

#ErrorFieldsetBox {
  color: White;
  padding-left: 44px;
  border: solid 1px #990000;
  background: #FF5353 url('/images/exclamation.png') no-repeat 3px 3px;
  font-weight: bold;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  min-height: 40px;
}

.redborder {
  border-color: red;
  background-color: #FFEFE5
}

.checkBoxRed {
  color: red;
  background-color: #FFEFE5
}


/* ****************************************************************/
/*  Begin Page Header     */
.eoheader {
  margin: 5px 0px 5px 5px;
  font-size: 30px;
  font-weight: bold;
  line-height: 1;
}

.HTitle {
  font-size: 30px;
  font-weight: bold;
  line-height: 1;
  text-decoration: none;
  color: #666666;
}

.HTitle2 {
  font-size: 30px;
  font-weight: bold;
  line-height: 1;
  text-decoration: none;
  color: #f1a31c;
}

.VtMenu {
  position: relative;
  float: left;
  z-index: 200;
  margin-left: 10px;
  margin-top: 2px;
}

.VtMenuRt {
  position: relative;
  float: right;
  z-index: 200;
  margin-right: 5px;
  margin-top: 2px;
  width: 265px;
}

.vtlHd {
  height: 36px;
  margin-top: 2px;
  /*background-color: aqua;  */
}

.vtHdTitle {
  margin-top: 10px;
  float: right;
  font-size: 36px;
  font-weight: bold;
  font-style: italic;
  color: #ea131a;
  width: 625px;
}

.vtHdDataSelect {
  margin-top: 10px;
  float: right;
  /*font-size: 36px;     */
  font-weight: bold;
  font-style: normal;
  width: 235px;
}

.vtlhdLeft {
  position: relative;
  float: left;
  /*overflow: auto;*/
  height: 36px;
  margin-left: 5px;
  margin-top: 3px;
}

.hdRight {
  position: relative;
  float: left;
  /*overflow: auto;*/
  height: 88px;
}

.vtlhdRightContent {
  /*position: relative;*/
  float: left;
  margin-left: 20px;
  margin-top: 0px;
}

.vtHdCPict {
  position: relative;
  float: left;
  margin-left: 10px;
  clear: both;
  width: 178px;
  height: 226px;
}

.vtHdCPict3 {
  border: 0.8px solid rgb(118, 118, 118);
  border-radius: 2px;
}

.vtHdCustName {
  position: fixed;
  float: none;
  margin-left: 400px;
  margin-top: 50px;
  font-weight: bold;
  width: 600px;
}

.CustSearch {
  margin-left: 5px;
  height: 28px;
}

.vtHdSearch {
  position: relative;
  float: left;
  margin-top: 6px;
}

.vtHdSortBy {
  position: relative;
  float: left;
  margin-left: 20px;
  margin-top: 8px;
}


.PatientSelect {
  width: 300px;
}

.PatPict {
  margin-left: 20px;
}

.PatPict1 {
  /*    margin-left: -12px;
      margin-top: 20px; */
  max-width: 100%;
  max-height: 100%;
  display: block;
  overflow: hidden;
  visibility: hidden;
}

.vtHdCPict2 {
  background-size: cover;
  background-position: center;
}


/*  End Page Header     */
/* ****************************************************************/

/* ****************************************************************/
/*  Begin Menu     */

#pcm {
  display: none;
}

ul.cssMenu ul {
  display: none
}

ul.cssMenu li:hover > ul {
  display: block
}

ul.cssMenu ul {
  position: absolute;
  left: -1px;
  top: 98%;
}

  ul.cssMenu ul ul {
    position: absolute;
    left: 98%;
    top: -2px;
  }

ul.cssMenu, ul.cssMenu ul {
  margin: 0px;
  list-style: none;
  padding: 0px 2px 2px 0px;
  background-color: #e21c23;
  background-repeat: repeat;
  border-color: #cccccc #111111 #111111 #cccccc;
  border-width: 1px;
  border-style: solid;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}

  ul.cssMenu table {
    border-collapse: collapse
  }

ul.cssMenu {
  display: block;
  zoom: 1;
  float: left;
}

  ul.cssMenu ul {
    /*width: 235.4px;*/
  }

  ul.cssMenu li {
    display: block;
    margin: 2px 0px 0px 2px;
    font-size: 0px;
  }

  ul.cssMenu a:active, ul.cssMenu a:focus {
    outline-style: none;
  }

  ul.cssMenu a, ul.cssMenu li.dis a:hover, ul.cssMenu li.sep a:hover {
    display: block;
    vertical-align: middle;
    background-color: #e21c23;
    border-width: 1px;
    border-color: #e21c23;
    border-style: solid;
    text-align: left;
    text-decoration: none;
    padding: 2px 5px 2px 10px;
    _padding-left: 0;
    font: normal 12px;
    color: white;
    text-decoration: none;
    cursor: default;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
  }

  ul.cssMenu span {
    overflow: hidden;
  }

  ul.cssMenu li {
    float: left;
  }

  ul.cssMenu ul li {
    float: none;
  }

  ul.cssMenu ul a {
    text-align: left;
    white-space: nowrap;
  }

  ul.cssMenu li.sep {
    text-align: left;
    padding: 0px;
    line-height: 0;
    height: 100%;
  }

    ul.cssMenu li.sep span {
      float: none;
      padding-right: 0;
      width: 3px;
      height: 100%;
      display: inline-block;
      background-color: #cccccc #111111 #111111 #cccccc;
      background-image: none;
    }

  ul.cssMenu ul li.sep span {
    width: 100%;
    height: 3px;
  }

  ul.cssMenu li:hover {
    position: relative;
  }

    ul.cssMenu li:hover > a {
      background-color: #99141D;
      border-color: #99141D;
      border-style: solid;
      font: normal 12px;
      color: #FFFFFF;
      text-decoration: none;
    }

  ul.cssMenu li a:hover {
    position: relative;
    background-color: #99141D;
    border-color: #99141D;
    border-style: solid;
    font: normal 12px;
    color: #FFFFFF;
    text-decoration: none;
  }

  ul.cssMenu li.dis a {
    color: #666 !important;
  }

  ul.cssMenu img {
    border: none;
    float: left;
    _float: none;
    margin-right: 2px;
    width: 16px;
    height: 16px;
  }

  ul.cssMenu ul img {
    width: 16px;
    height: 16px;
  }

  ul.cssMenu img.over {
    display: none
  }

  ul.cssMenu li.dis a:hover img.over {
    display: none !important
  }

  ul.cssMenu li.dis a:hover img.def {
    display: inline !important
  }

  ul.cssMenu li:hover > a img.def {
    display: none
  }

  ul.cssMenu li:hover > a img.over {
    display: inline
  }

  ul.cssMenu a:hover img.over, ul.cssMenu a:hover ul img.def, ul.cssMenu a:hover a:hover ul img.def, ul.cssMenu a:hover a:hover a:hover ul img.def, ul.cssMenu a:hover a:hover img.over, ul.cssMenu a:hover a:hover a:hover img.over, ul.cssMenu a:hover a:hover a:hover a:hover img.over {
    display: inline
  }

  ul.cssMenu a:hover img.def, ul.cssMenu a:hover ul img.over, ul.cssMenu a:hover a:hover ul img.over, ul.cssMenu a:hover a:hover a:hover ul img.over, ul.cssMenu a:hover a:hover img.def, ul.cssMenu a:hover a:hover a:hover img.def, ul.cssMenu a:hover a:hover a:hover a:hover img.def {
    display: none
  }

  ul.cssMenu a:hover ul, ul.cssMenu a:hover a:hover ul, ul.cssMenu a:hover a:hover a:hover ul {
    display: block
  }

    ul.cssMenu a:hover ul ul, ul.cssMenu a:hover a:hover ul ul {
      display: none
    }

  ul.cssMenu span {
    display: block;
    background-image: url("../images/menu/arr_white.gif");
    background-position: right center;
    background-repeat: no-repeat;
    padding-right: 12px;
  }

  ul.cssMenu li:hover > a > span {
    background-image: url("../images/menu/arrv_white.gif");
  }

  ul.cssMenu a:hover span {
    _background-image: url("../images/menu/arrv_white.gif")
  }

  ul.cssMenu ul span, ul.cssMenu a:hover table span {
    background-image: url("../images/menu/arr_white.gif")
  }

/*  End Menu     */
/* ****************************************************************/

/* ****************************************************************/
/*  Begin Main Page     */
#BckGrnd {
  /*background-color: #6d665d;      */
  /* background:             #666666;
       background:             #666666 -webkit-gradient(linear, left top, left bottom, from(#999999), to(#666666)) no-repeat;
       background:             #666666 -moz-linear-gradient(top,  #999,  #666666) no-repeat;      */
  /*display: block;*/
}

#maincontainer {
  /* width: 1265px; */
  /*width: 1385px;*/
  width: 1685px;
  /* background-color: aqua;*/
}

#MainContent {
  /*width: 1265px; */
  /*width: 1380px; */
  width: 1682px;
  min-height: 600px;
}

#contentwrapper {
  float: left;
  width: 100%;
  /* background-color: lime;*/
}

#footer {
  clear: left;
  /*width: 1265px;   */
  /*width: 1382px;*/
  width: 1682px;
  min-height: 10px;
}



/*  end Main Page     */
/* ****************************************************************/

/* ****************************************************************/
/*  Begin Entry Pages     */

.ETitleRow {
  width: 99.5%;
  font-size: 16px;
  font-weight: bold;
  color: #666666;
  padding-bottom: 10px;
  padding-left: .5%;
}

/*  end Entry Pages     */
/* ****************************************************************/
/* ****************************************************************/
/* begin Calendar page */


.visitcal div.ui-datepicker, .visitcal a {
  font-size: 10px;
}

.VTDateHP {
  background: red;
  color: red;
}

  .VTDateHP a {
    background: red !important;
  }

.VTDateHS {
  background: red;
  color: red;
}

  .VTDateHS a {
    background: red !important;
  }

.VTDateHPOther {
  background: blue;
  color: blue;
}

  .VTDateHPOther a {
    background: blue !important;
  }

.VTDateHSOther {
  background: blue;
  color: blue;
}

  .VTDateHSOther a {
    background: blue !important;
  }


/*  end Calendar Pages     */
/* ****************************************************************/
/* ****************************************************************/
/* begin home page */

.VtVertLn {
  position: relative;
  float: left;
  background-color: #bb1d22;
  /* margin: 5px 0px 5px 0px; */
  height: 698px;
  width: 2px;
  /*margin-right: 5px;*/
}

.VtVertLnLabReview {
  position: relative;
  float: left;
  background-color: #bb1d22;
  /* margin: 5px 0px 5px 0px; */
  height: 297px;
  width: 2px;
  margin-right: 5px;
}

.VtVertLnVisit {
  position: absolute;
  left: 0px;
  background-color: #bb1d22;
  /* margin: 5px 0px 5px 0px; */
  height: 700px;
  width: 2px;
  margin-right: 5px;
  margin-top: -2px;
}

.VtVertLnVisit2 {
  position: absolute;
  left: 300px;
  background-color: #bb1d22;
  height: 698px;
  width: 2px;
  margin-right: 5px;
}

.VtVertLnCustSearch {
  position: relative;
  float: left;
  background-color: #bb1d22;
  /* margin: 5px 0px 5px 0px; */
  height: 36px;
  width: 2px;
  margin-right: 0px;
}

.VtEntryEdit {
  /*min-height:810px;*/
  width: 500px;
  /*margin-left: 150px;*/
  /*margin-left: 10px;*/
}

.VtCol1 {
  position: relative;
  float: left;
  width: 323px;
  height: 688px;
  /*      background-color:lightpink;
*/
}

.vtYrTotcont {
  /*background-color: aqua;  */
  width: 280px;
  height: 110px;
  padding-top: 5px;
}

.VtTRTContainer {
  position: absolute;
  left: 325px;
  width: 715px;
  height: 688px;
  /*background-color:lightpink;*/
  /*overflow: auto;*/
}

.vtTRTLabReviewContainer {
  position: absolute;
  left: 0px;
  width: 449px;
  height: 297px;
  /*background-color: blue;*/
  padding-top: 10px;
}

.VtTRTContainer2 {
  position: absolute;
  left: 0px;
  width: 715px;
  height: 740px;
  /*background-color: fuchsia;*/
}

.VtVisitContainer {
  position: absolute;
  left: 1040px;
  width: 500px;
  height: 688px;
}

.VtCalContainer {
  position: absolute;
  /*left: 1160px;*/
  left: 1490px;
  width: 190px;
  height: 698px;
  /* padding-top: 26px;   */
  /*overflow: auto;*/
  /*background-color: blue; */
}

.VtTRTCol1a {
  width: 140px;
  position: absolute;
  left: 1px;
  /*overflow: auto;*/
}

.VtTRTCol1b {
  width: 140px;
  position: absolute;
  left: 140px;
}

.VtColumn1aTRT {
  position: relative;
  float: left;
  width: 132px;
  overflow: hidden;
  border-right: dashed 2px #bb1d22;
}

.VtColumn1aBottomTRT {
  position: relative;
  float: left;
  width: 110px;
  overflow: auto;
}

.VtColumn1bTRT {
  position: relative;
  float: left;
  width: 112px;
  overflow: hidden;
  border-right: dashed 2px #bb1d22;
}

.VtColumn1bBottomTRT {
  position: relative;
  float: left;
  width: 110;
  overflow: auto;
}

.VtColumn1cTRT {
  position: relative;
  float: left;
  width: 125px;
  overflow: hidden;
  border-right: dashed 2px #bb1d22;
}

.VtColumn1dTRT {
  position: relative;
  float: left;
  width: 135px;
  overflow: auto;
}

.VtColumn1cTRTBottom {
  position: relative;
  float: left;
  width: 122px;
  overflow: auto;
}

.VtColumn1dTRTBottom {
  position: relative;
  float: left;
  width: 108px;
  overflow: auto;
}

.VtTRTCol1 {
  width: 520px;
  position: absolute;
  left: 1px;
  top: 1px;
  /*overflow: auto;*/
}

.VtTRTCol2 {
  width: 120px;
  position: absolute;
  left: 520px;
  top: 1px;
  /*background-color: lightblue;*/
  padding-right: 5px;
}

.VtProductCol2 {
  width: 120px;
  position: absolute;
  left: 320px;
  top: 1px;
  /*background-color: teal;   */
}

.VtCol2 {
  position: relative;
  float: left;
  width: 280px;
  overflow: auto;
}

.VtCol3 {
  position: relative;
  float: left;
  width: 340px;
  overflow: auto;
  /*background-color: green;*/
}

.VtCol4 {
  position: relative;
  float: left;
  width: 180px;
  /*overflow: auto;*/
  height: 690px;
  /* background-color: green;       */
}

.VtTitleRow {
  text-align: center;
  padding-top: 2px;
  padding-bottom: 2px;
}

.VtTitleRowEdit {
  text-align: center;
  margin-top: 5px;
  margin-bottom: 5px;
  /*margin-left: -120px;*/
}

.VtButtons {
  position: relative;
  float: left;
}

.VtRecCount {
  margin-left: 10px;
  width: 70px;
  padding-top: 4px;
  /*background-color: green; */
}

.EGroupBreak {
  height: 10px;
}

.EGroupBreakThin {
  height: 5px;
}

.EGroupBreakExtraThin {
  height: 2px;
}

.ERow {
  width: 100%;
  /*overflow: auto;*/
  /* background-color: fuchsia;  */
}

.ERowTRT {
  width: 280px;
  overflow: auto;
}

.ERowTRTCol2 {
  width: 120px;
  overflow: auto;
}

.ERowTRTShort {
  width: 280px;
  overflow: auto;
  height: 20px
}

.ERowTRTExtraNarrowNoHeight {
  width: 140px;
  overflow: auto;
}

.ERowTRT3columnNoHeight {
  width: 520px;
  overflow: auto;
}

.ERowTRTExtraNarrow {
  width: 133px;
  overflow: auto;
}

.ERowTRTExtraNarrowTrtCol3 {
  width: 120px;
  overflow: auto;
}

.ERowTRTExtraNarrowBottom {
  width: 102px;
  overflow: auto;
}

.ERowTRTRight {
  width: 220px;
  overflow: auto;
}

.ERowDta {
  width: 100%;
  padding-top: 3px;
  overflow: auto;
}

.ERowDta2Column {
  width: 45%;
  float: left;
}

.ERowDta3Column {
  width: 30%;
  float: left;
}

.ERowDta3ColumnWith2combined {
  width: 60%;
  float: left;
}

.ERowDta3ColumnWide {
  width: 39%;
  float: left;
}

.ERowAdd {
  margin-left: 110px; /*bjj 12 13 12 must match EntryInputLabelCont width */
  padding-left: 5px; /*bjj 12 13 12 must match EntryInputLabelCont padding-right */
  /*background-color: fuchsia; */
}

  .ERowAdd a {
    font-size: 11px;
    text-decoration: none;
    /*color: #555; */
  }

.EntryInputLabelCont {
  position: relative;
  float: left;
  text-align: right;
  width: 110px; /*bjj 12 13 12 must match ERowAdd margin-left */
  padding-right: 5px; /*bjj 12 13 12 must match ERowAdd padding-left */
  padding-left: 10px;
  margin-left: 10px;
}

.EntryInputLabelContNarrow {
  position: relative;
  float: left;
  text-align: right;
  width: 80px; /*bjj 12 13 12 must match ERowAdd margin-left */
  padding-right: 5px; /*bjj 12 13 12 must match ERowAdd padding-left */
}

.EntryInputLabelContExtraNarrow {
  position: relative;
  float: left;
  text-align: right;
  width: 40px; /*bjj 12 13 12 must match ERowAdd margin-left */
  padding-right: 5px; /*bjj 12 13 12 must match ERowAdd padding-left */
}

.trtlabsleftEntryInputLabelContExtraNarrow {
  position: relative;
  float: left;
  text-align: right;
  width: 50px; /*bjj 12 13 12 must match ERowAdd margin-left */
  padding-right: 1px; /*bjj 12 13 12 must match ERowAdd padding-left */
}

.trtlabsleftEntryInputLabelContExtraNarrow2 {
  position: relative;
  float: left;
  text-align: right;
  width: 40px;
  padding-right: 1px;
}

.CheckBoxLabel {
  float: left;
  padding-top: 2px;
}

.EntryInputLabel {
  font-size: 12px;
  text-align: right;
  padding-right: -5px;
  border: none;
  /*color: #555;*/
  margin-top: 1px;
  outline: none;
}

.EntryInputLabelchecked {
  font-size: 12px;
  text-align: right;
  padding-right: -5px;
  border: none;
  /*color: #555;*/
  margin-top: 1px;
  outline: none;
}

.EntryInputLabelNarrow {
  font-size: 10px;
  text-align: right;
  padding-right: -5px;
  border: none;
  /*color: #555;*/
  margin-top: 1px;
  outline: none;
}

.EntryInputLabelNarrowRight {
  font-size: 10px;
  text-align: Left;
  border: none;
  margin-top: 1px;
  outline: none;
}

.EntryInputLabelNarrowRightALittleWider {
  width: 150px;
}

.EntryInputLabelNarrowLeft {
  font-size: 10px;
  text-align: Left;
  padding-left: 1px;
  border: none;
  /*color: #555;*/
  margin-top: 1px;
  outline: none;
}

.EntryInputCont {
  position: relative;
  float: left;
  width: 160px;
}

.EntryInputContMedium {
  position: relative;
  float: left;
  width: 112px;
}

.EntryInputContMediumEdit {
  margin-left: 10px;
  width: 102px;
}

.EntryInputContMediumBottom {
  position: relative;
  float: left;
  width: 102px;
}

.EntryInputContNarrow {
  position: relative;
  float: left;
  width: 70px;
}

.EntryInputContTRTMiddle {
  position: relative;
  float: left;
  width: 90px;
}

.EntryInputContExtraNarrow {
  position: relative;
  float: left;
  width: 40px;
  padding-left: 1px;
}

.EntryInputContExtraNarrowShort {
  position: relative;
  float: left;
  width: 40px;
  height: 17px;
  padding-left: 1px;
}

.EntryInputContExtraNarrowMiddleShort {
  position: relative;
  float: left;
  width: 60px;
  height: 17px;
  padding-left: 1px;
}

.EntryInputContExtraExtraNarrow {
  position: relative;
  float: left;
  width: 20px;
}

.EntryInputContNarrowRight {
  position: relative;
  float: left;
  width: 60px;
  margin-left: 10px;
}

.EntryInputContNarrowRight2 {
  position: relative;
  float: left;
  width: 40px;
  margin-left: 10px;
}

.EntryInputContExtraNarrowRight {
  font-size: 12px;
  position: relative;
  float: left;
  width: 128px;
  margin-left: 10px;
}

.EntryInputContExtraExtraMediumNarrowRight {
  font-size: 12px;
  position: relative;
  float: left;
  width: 110px;
  margin-left: 10px;
}

.EntryInputContExtraExtraNarrowRight {
  font-size: 12px;
  position: relative;
  float: left;
  width: 80px;
  margin-left: 10px;
}

.EntryInputContExtraExtraNarrowRight {
  font-size: 11px;
  position: relative;
  float: left;
  width: 70px;
  margin-left: 0px;
}

.EntryInputContExtraExtraNarrowRightWide {
  font-size: 12px;
  position: relative;
  float: left;
  width: 70px;
  margin-left: 0px;
}

.EntryInputContVisitRight {
  position: relative;
  float: right;
  width: 60px;
  margin-right: 5px;
}

.vtforcheckbx {
  height: 18px;
  /*used to be 22 */
}

.vtCheckboxLblRight {
  padding-left: 115px;
  width: 16px;
  height: 18px;
}

.vt3ColumnCheckboxLblRight {
  padding-left: 30px;
  width: 16px;
  height: 18px;
}

.EntryInput {
  text-align: left;
  width: 99%;
}

.EntryInputShort {
  text-align: left;
  width: 99%;
  height: 17px;
}

.EntryInputSel {
  width: 100px;
}

.EntryInputRightVisit {
  text-align: left;
  width: 60px;
  float: right;
}

.EDetailDots {
  position: relative;
  float: left
}

.VtNotes {
  width: 305px;
  height: 251px;
  margin-left: 10px;
  margin-top: 3px;
  margin-bottom: 3px;
}

.VtTRTNotes {
  width: 500px;
  height: 175px;
  margin-left: 10px;
  margin-top: 3px;
  margin-bottom: 3px;
}

.VtSpecialNotes {
  /*background-color: lime;*/
  background-color: white;
}

.VtTRTNotesNarrow {
  width: 160px;
  height: 76px;
  margin-top: 3px;
  margin-bottom: 3px;
}

.vtCheckbox {
  padding: 0px;
  margin: 0px;
  width: 15px;
}

.vtCreateCheckbox {
  position: relative;
  padding: 0px;
  margin: 0px;
  background-color: white;
  width: 12px;
  padding-left: 1px;
  height: 14px;
  margin-top: 2px;
  border: 1px solid #afafae;
}

.vtBnts {
  display: block;
  background-color: #e21c23;
  width: 60px;
  height: 18px;
  padding: 0;
  text-align: center;
  /*margin-top: 2px;*/
  padding-top: 4px;
  border: 1px solid #9f1c1f;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.8);
  font-weight: bold;
  text-transform: uppercase;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  color: #FFF;
  text-decoration: none;
  font-size: 12px;
  /* opacity:.85; */
  /*background-color: blue;*/
}

.vtBntsNewEdit {
  width: 50px;
}

.vtBntsNewEditRO {
  background-color: gray;
  border: 0px;
}

.vtBnts:hover {
  border-color: #e21c23;
}

#ReferralNewBtn {
  width: 170px;
  margin-left: 130px;
}

.VtPrev {
  margin-left: 10px;
}

.VtNext {
  margin-left: 10px;
}

  .VtNext:active {
    outline: 0;
  }


/* ****************************************************************/
/* end home page */


/*  Begin Feedback Page     */

.slide-out-div {
  z-index: 1;
  padding: 20px;
  padding-bottom: 0px;
  width: 450px;
  background: #ffffff;
  border: 1px solid #296c85;
}

.fdbTitle {
  width: 450px;
  min-height: 37px;
  text-align: center;
  font-size: 16px;
  color: #0099D4;
  font-weight: bold;
  position: relative;
  padding-top: 10px;
  overflow: auto;
  /*      background-color: blue;*/
}

.fdbInst {
  font-weight: bold;
  text-align: center;
  margin-bottom: 10px;
}

.fdbRw {
  margin-top: 10px;
}

.fdbInput {
  width: 440px;
}

.fdbTxtAr {
  width: 440px;
  height: 100px;
}

.fdbSbm {
  padding-bottom: 10px;
}

.fdbThnk {
  overflow: auto;
  height: 150px;
  margin-top: 200px;
}

.fntClrLime {
  color: lime;
}

.bckgrClrLime {
  background-color: lime;
}

.bckgrClrYellow {
  background-color: yellow;
}

.bckgrClrOrange {
  background-color: orange;
}

.bckgrClrHotPink {
  background-color: hotpink;
}

.bckgrClrRed {
  background-color: red;
}

.bckgrClrBlue {
  background-color: blue;
}

/*  end Feedback Page     */

/* ****************************************************************/
/* ForgotPassword Begin */

.ForgotPassInputRow {
  width: 1265px;
  min-height: 26px;
  vertical-align: middle;
  margin-top: 3px;
  text-align: center;
  overflow: auto;
}

.ForgotPasscnt {
  width: 390px;
  overflow: auto;
  height: 24px;
  margin: 0;
  padding: 0;
  margin: 0px auto 0px auto;
}

/*  end ForgotPassword     */
/* ****************************************************************/

/* Login Page Begin */
/* .LoginInputRow
    {
      width: 1011px; 
      height: 26px;
      vertical-align: middle; 
      margin-top: 3px; 
      text-align: center;
      overflow: auto;
    }
    .lgcnt
    {
       width:390px; 
       overflow: auto; 
       height: 24px;
       margin: 0; 
       padding: 0;  
       margin: 0px auto 0px auto;
    } */
/* .inputMain
    {
       height: 18px;
       width:300px
    }
    .InputLabelCont
    {
      position: relative; 
      float: left; 
      margin-top: 1px;
      text-align: right;
      width: 78px;
    }
    .InputLable
    {
       text-align: right;
    }
    .InputCont
    {
      height:20px;
      position: relative; 
      float: left;           
      margin: 0;
      padding: 0; 
      padding-left: 3px;
    }  
    #LoginLoginBtn
    {
      margin-top: 15px;
      margin-bottom: 150px;
      background: white;
      border-style: none;
      cursor: hand;
      width: 60px;
      height: 32px;
    }
    .TxtCapt
    {
       width:200px;
    }
    .LgInErrCntr
    {
      width: 384px; 
      margin: 0 auto; 
    } 
    .LoginFg
    {
       text-align: center;
    }
    .lgbtn
    {
       text-align: center;
       padding-top: 10px;
    }
    #LoginProg
    {
      position:relative; 
      visibility: hidden; 
      margin-top: 5px;    
    }
    
    
    
   .PassResetInputRow
    {    
      width: 1011px; 
      min-height: 26px;
      vertical-align: middle; 
      margin-top: 3px; 
      text-align: right;
      overflow: auto;
    }  
   .PassResetC1
   {    
      position: relative;
      float: left;
      margin-left: 192px;
      width: 160px;
      min-height: 26px;
      text-align: right;
   }   */

/* Login Page End */


/* ****************************************************************/

/* Header Begin */
#Header-container {
  height: 100px;
  padding: 10px;
  padding-top: 0;
}

.thin-line1 {
  background-color: #EFEFEF;
  background-color: #999999;
  height: 2px;
  margin-left: 10px;
  margin-right: 10px;
  margin-bottom: 10px;
}

.thin-lineMain {
  background-color: #EFEFEF;
  background-color: #999999;
  height: 1px;
  margin-left: 5px;
  margin-right: 5px;
  margin-bottom: 10px;
}

#logo {
  float: left;
}

#login {
  float: right;
}

#sign-up {
  color: #ACACAC;
  font-family: Arial,Helvetica,sans-serif;
  font-size: 12px;
  text-align: right;
  text-decoration: none;
  width: 650px;
  margin-top: 10px;
}

/* Header Page End */


/* ****************************************************************/

/* Reports Begin */
.rptQContainer {
  width: 1265px;
  overflow: auto;
}

.rptQCent {
  width: 680px;
  margin: 0 auto;
  overflow: auto;
}

.rptQRow {
  width: 680px;
  margin-bottom: 5px;
  overflow: auto;
}

.rptTitleRow {
  width: 680px;
  margin-bottom: 5px;
  /*overflow: auto;*/
  height: 25px;
}

.rptQPageTitle {
  text-align: center;
  font-size: 16px;
  color: #ea131a;
  font-weight: bold;
  position: relative;
  padding-top: 10px;
  /*overflow: auto; */
  height: 30px;
}

.rptQCol1 {
  width: 325px;
  float: left;
  overflow: auto;
  text-align: right;
  margin-right: 5px;
}

.rptQCol2 {
  width: 330px;
  float: left;
  overflow: auto;
}

.rptQEntryInputLabel {
  font-size: 12px;
  text-align: right;
  padding-right: -5px;
  border: none;
  /*color: #555;*/
  margin-top: 1px;
  outline: none;
}

.rptQEntryInputSel {
  width: 150px;
}

.rptGenBtn {
  display: block;
  background-color: #e21c23;
  width: 140px;
  height: 20px;
  /*padding:0;*/
  text-align: center;
  border: 1px solid #9f1c1f;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.8);
  font-weight: bold;
  text-transform: uppercase;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  color: #FFF;
  text-decoration: none;
  font-size: 12px;
  padding-top: 7px;
  /*padding-left: 260;      */
  /* opacity:.85; */
}

.TrtHistoryLeftLabels {
  position: relative;
  float: left;
  width: 220px;
  height: 990px;
  /*background-color: aqua;*/
  margin-left: 10px;
  color: black;
}

.TRTHistoryRepeaterContent {
  position: relative;
  float: left;
  width: 1682px;
  height: 990px;
  /*background-color: aqua;*/
}

.TrtHistoryLeft {
  position: relative;
  float: left;
  width: 80px;
  height: 970px;
  /*background-color: aqua; */
}

.TrtHistoryLeftRow {
  width: 100%;
  /*min-height: 26px;*/
  /*overflow:auto;*/
  /*margin-top: 5px;*/
  padding-top: 5px;
}

.TrtHistoryLabelRow {
  background-color: red;
}

.trthistorybreakLabels {
  background-color: black;
  width: 130px;
}

.trthistorybreak {
  background-color: black;
  width: 80px;
}

.trtHistLabelLeft {
  display: inline-block;
  width: 180px;
}

.TrtHistoryFirstRow {
  border-top: 1px solid black;
  background-color: red;
}

.FullBorder {
  border: 1px solid #bb1d22;
  background-color: #bb1d22;
  float: left
}

.FullBorderRedBck {
  border: 1px solid #bb1d22;
  background-color: #bb1d22;
  color: white;
  float: left;
  font-weight: lighter;
}

.MrgnLeft {
  margin-left: 10px;
  /*background-color: aqua;*/
}

.txtalgn {
  text-align: left;
}

/* Reports End */


.SmallerLabel {
  font-size: smaller;
}

.ui-state-default .ui-datepicker-today a.ui-state-highlight .ui-state-active {
  border-color: #c5c5c5;
  ;
  background: #f6f6f6 url(/themeroller/images/ui-bg_glass_75_e6e6e6_1x400.png) 50% 50% repeat-x;
  ;
  color: #555555;
}

.ui-state-default .ui-datepicker-today.ui-datepicker-current-day a.ui-state-highlight .ui-state-active {
  border-color: #aaaaaa;
  background: #ffffff url(images/ui-bg_glass_65_ffffff_1x400.png) 50% 50% repeat-x;
  color: #212121;
}


.VtColVisit {
  position: relative;
  float: left;
  width: 450px;
  height: 688px;
}

.ERowDtaVisitColumn {
  width: 25%;
  float: left;
}

.VisitQuantityLabel {
  float: right;
  margin-right: 5px;
}

.EntryInputContVisit {
  position: relative;
  float: left;
  width: 290px;
}

.VtVisitNotes1 {
  width: 278px;
  height: 228px;
  margin-left: 5px;
  /*margin-top: 3px;
  margin-bottom: 3px;*/
  margin-right: 5px;
  float: right;
}

.VtVisitNotes {
  width: 495px;
  height: 176px;
  margin-left: 0px;
  margin-right: 0px;
}

.VtVisitSpecialNotes1 {
  width: 495px;
  height: 50px;
  margin-left: 5px;
  margin-right: 5px;
  float: right;
}

.VtVisitSpecialNotes {
  width: 495px;
  height: 50px;
  margin-left: 0px;
  margin-right: 0px;
}

.VtVisitThinLine1 {
  margin-right: 5px;
  width: 450px
}

.VtVisitThinLine {
  margin-right: 5px;
  width: 495px;
}

.visit-products-show {
  height: 169px;
  overflow: auto;
}

.visit-products-hide {
  height: 190px;
  overflow: auto;
}

.LabelVisitSpecialNotes1 {
  margin-left: 5px;
  width: 438px
}

.LabelVisitSpecialNotes {
  margin-left: 0px;
  width: 493px
}

.EntryInputContOther {
  position: relative;
  float: left;
  margin-right: 5px;
}

.EntryInputContOther2 {
  position: relative;
  float: left;
  margin-right: 5px;
  width: 250px;
}

.w130 {
  width: 130px;
}

.w160 {
  width: 160px;
}

.w100 {
  width: 100px;
  background-color: aquamarine;
}

.EntryInputContMediumPaid {
  position: relative;
  float: left;
  width: 90px;
}

input.ProductName {
  width: 225px;
}

.display-none {
  display: none;
}


.InputLarger {
  font-size: 14px;
  width: 80px;
}

.InputLabelLarger {
  font-size: 16px;
  font-weight: bold;
}

.overdue {
  animation: robotron-big-o 0.8s ease-out infinite;
}

@keyframes robotron-big-o {
  00.000% {
    box-shadow: 0 0 0 7px #ff0000 inset, 0 0 0 14px #ff00ff inset, 0 0 0 21px #0000ff inset, 0 0 0 28px #00ffff inset, 0 0 0 35px #00ff00 inset, 0 0 0 42px #ffff00 inset, 0 0 0 49px #ff0000 inset;
  }

  16.667% {
    box-shadow: 0 0 0 7px #ff00ff inset, 0 0 0 14px #0000ff inset, 0 0 0 21px #00ffff inset, 0 0 0 28px #00ff00 inset, 0 0 0 35px #ffff00 inset, 0 0 0 42px #ff0000 inset, 0 0 0 49px #ff00ff inset;
  }

  33.333% {
    box-shadow: 0 0 0 7px #0000ff inset, 0 0 0 14px #00ffff inset, 0 0 0 21px #00ff00 inset, 0 0 0 28px #ffff00 inset, 0 0 0 35px #ff0000 inset, 0 0 0 42px #ff00ff inset, 0 0 0 49px #0000ff inset;
  }

  50.000% {
    box-shadow: 0 0 0 7px #00ffff inset, 0 0 0 14px #00ff00 inset, 0 0 0 21px #ffff00 inset, 0 0 0 28px #ff0000 inset, 0 0 0 35px #ff00ff inset, 0 0 0 42px #0000ff inset, 0 0 0 49px #00ffff inset;
  }

  66.667% {
    box-shadow: 0 0 0 7px #00ff00 inset, 0 0 0 14px #ffff00 inset, 0 0 0 21px #ff0000 inset, 0 0 0 28px #ff00ff inset, 0 0 0 35px #0000ff inset, 0 0 0 42px #00ffff inset, 0 0 0 49px #00ff00 inset;
  }

  83.333% {
    box-shadow: 0 0 0 7px #ffff00 inset, 0 0 0 14px #ff0000 inset, 0 0 0 21px #ff00ff inset, 0 0 0 28px #0000ff inset, 0 0 0 35px #00ffff inset, 0 0 0 42px #00ff00 inset, 0 0 0 49px #ffff00 inset;
  }

  100.00% {
    box-shadow: 0 0 0 7px #ff0000 inset, 0 0 0 14px #ff00ff inset, 0 0 0 21px #0000ff inset, 0 0 0 28px #00ffff inset, 0 0 0 35px #00ff00 inset, 0 0 0 42px #ffff00 inset, 0 0 0 49px #ff0000 inset;
  }
}
