section.widget.enroll {
  margin: 20px 0;
}

section.widget.enroll:first-child {
  margin-top: 0;
}

.widget.enroll table td {
  padding: 20px 15px 0 15px;
}

.widget.enroll table tr:first-child td {
  padding-top: 0;
}

.widget.enroll table tr td:first-child {
  padding-left: 0;
}

.widget.enroll table tr td:last-child {
  padding-right: 0;
}

.widget.enroll input[type=text], .widget.enroll select {
  width: 100%;
}

.widget.enroll label {
  font-size: 12px;
}

.widget.prodSelect ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.widget.prodSelect li {
  padding-left: 1em;
  text-indent: -0.7em;
  margin-bottom: 10px;
}

.widget.prodSelect li:before {
  list-style-type: square;
  color: #cc0000;
}

.widget.prodSelect .price {
  margin: 20px 0;
}

.boxContain {
  border: 1px solid #cbcaca;
  background-color: #fff;
}

.bHdrL {
  background-color: #434343;
  font-weight: bold;
  color: #fff;
  padding: 8px 20px;
}

#contentSpace > h1 {
  color: #1b2f5a;
  font-size: 1.5em;
  line-height: 50px;
}

#contentSpace > h1 > span {
  display: inline-block;
  margin-right: 15px;
  float: left;
}

.notificationsArea {
  padding: 10px;
  background-color: #f2f2f2;
}

.brd3 {
  border: 3px solid #aaa;
}

.brdRd {
  border: 1px solid #cc0000;
}

.wtBgr {
  background-color: #fff;
}

.grBgr {
  background-color: #eaeaea !important;
}

.blBgr {
  background-color: #000;
}

.grLnBrd {
  border: 1px solid #ccc !important;
}

.grLnTop {
  border-top: 1px solid #ccc !important;
}

.grLnRt {
  border-right: 1px solid #ccc;
}

.grLnBtm {
  border-bottom: 1px solid #ccc;
}

.grLnLt {
  border-left: 1px solid #ccc;
}

.grLnBtmDotted {
  border-bottom: 1px dotted #ccc !important;
}

.h200 {
  height: 200px;
}

.n_name, .n_type, .n_val {
  min-height: 16px;
}

.n_name {
  width: 40%;
}

.n_type {
  width: 25%;
}

.n_val {
  width: 20%;
}

.alertCnt {
  font-size: x-small;
  line-height: 18px;
}

.printer {
  margin: 20px 0 10px 0;
  line-height: 18px;
}

.printer span {
  display: inline-block;
  margin-left: 10px;
  float: right;
}

.printer > a {
  color: #cc0000;
}

.printer > a:hover {
  color: #b60c13;
}

.mar5rt {
  margin-right: 5px;
}

.mar5lt {
  margin-left: 5px;
}

.mar10 {
  margin: 10px;
}

.mar10top {
  margin-top: 10px;
}

.mar10rt {
  margin-right: 10px;
}

.mar10btm {
  margin-bottom: 10px;
}

.mar10lt {
  margin-left: 10px;
}

.mar20 {
  margin: 20px;
}

.mar20top {
  margin-top: 20px;
}

.mar20rt {
  margin-right: 20px;
}

.mar20btm {
  margin-bottom: 20px;
}

.mar20lt {
  margin-left: 20px;
}

.mar30lt {
  margin-left: 30px;
}

.marHauto {
  margin-left: auto;
  margin-right: auto;
}

.w100p {
  width: 100%;
}

.no100p {
  width: auto;
}

.w50p {
  width: 50%;
}

.w60 {
  width: 60px;
}

.pad10 {
  padding: 10px;
}

.pad15 {
  padding: 15px;
}

.pad20 {
  padding: 20px;
}

.pad20top {
  padding-top: 20px;
}

.pad0top {
  padding-top: 0px;
}

.pad20btm {
  padding-bottom: 20px;
}

.pad20lt {
  padding-left: 20px;
}

.b {
  font-weight: bold;
}

.normal {
  font-weight: normal;
}

.nowrap {
  white-space: nowrap;
}

.block {
  display: block;
}

.inline-block {
  display: inline-block;
}

.inline {
  display: inline;
}

.none, div.none, span.none {
  display: none;
}

.curPointer {
  cursor: pointer;
}

.clear {
  clear: both;
}

.smaller {
  font-size: smaller !important;
}

.smallest {
  font-size: 0.5em !important;
}

.larger {
  font-size: larger !important;
}

table:not(.ch24mo), .alrtFrmt {
  border: 0;
}

.alrtFrmt td {
  height: 24px;
  vertical-align: bottom;
  border-collapse: collapse;
  padding: 0;
  margin: 0;
}

.alrtFrmt tr td:nth-child(1), .alrtFrmt tr td:nth-child(3) {
  border-bottom: 1px dotted #ccc;
  border-bottom-color: inherit;
  font-weight: bold;
}

.alrtFrmt tr td:nth-child(2), .alrtFrmt tr td:nth-child(4), .uppercase {
  text-transform: uppercase;
}

/* BUTTONS >>> */
/*.btn_gr:active, .btn_sm_rd:active, .btn_sm_gr:active { */
div[class*=btn_] {
  position: relative;
  top: 1px;
}

.btn_gr, .btn_rd, .btn_sm_rd, .btn_sm_gr {
  -webkit-border-top-left-radius: 6px;
  -moz-border-radius-topleft: 6px;
  border-top-left-radius: 6px;
  -webkit-border-top-right-radius: 6px;
  -moz-border-radius-topright: 6px;
  border-top-right-radius: 6px;
  -webkit-border-bottom-right-radius: 6px;
  -moz-border-radius-bottomright: 6px;
  border-bottom-right-radius: 6px;
  -webkit-border-bottom-left-radius: 6px;
  -moz-border-radius-bottomleft: 6px;
  border-bottom-left-radius: 6px;
  font: normal bold 12px/24px Arial, Helvetica, sans-serif;
  display: inline-block;
  text-decoration: none;
  text-align: center;
  padding: 0 10px;
  text-indent: 0;
}

.btn_rd, .btn_gr {
  height: 30px;
  line-height: 30px;
  text-shadow: 1px 1px 0px #fff;
}

.btn_sm_rd, .btn_sm_gr {
  height: 24px;
  line-height: 24px;
}

.btn_rd, .btn_sm_rd {
  -moz-box-shadow: inset 0px 1px 0px 0px #f5978e;
  -webkit-box-shadow: inset 0px 1px 0px 0px #f5978e;
  box-shadow: inset 0px 1px 0px 0px #f5978e;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #f24537), color-stop(1, #9e2318));
  background: -moz-linear-gradient(center top, #f24537 5%, #9e2318 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#f24537", endColorstr="#9e2318");
  background-color: #f24537;
  border: 1px solid #d02718;
  text-shadow: 1px 1px 0px #810e05;
  color: #fff;
}

.btn_rd:hover, .btn_sm_rd:hover {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #9e2318), color-stop(1, #f24537));
  background: -moz-linear-gradient(center top, #9e2318 5%, #f24537 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#9e2318", endColorstr="#f24537");
  background-color: #9e2318;
  color: #fff;
}

.btn_gr, .btn_sm_gr {
  -moz-box-shadow: inset 0px 1px 0px 0px #fff;
  -webkit-box-shadow: inset 0px 1px 0px 0px #fff;
  box-shadow: inset 0px 1px 0px 0px #ffffff;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #ededed), color-stop(1, #dfdfdf));
  background: -moz-linear-gradient(center top, #ededed 5%, #dfdfdf 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ededed", endColorstr="#dfdfdf");
  background-color: #ededed;
  border: 1px solid #dcdcdc;
  color: #777;
  text-shadow: 1px 1px 0px #fff;
}

.btn_gr:hover, .btn_sm_gr:hover {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #dfdfdf), color-stop(1, #ededed));
  background: -moz-linear-gradient(center top, #dfdfdf 5%, #ededed 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#dfdfdf", endColorstr="#ededed");
  background-color: #dfdfdf;
}

.inside li {
  list-style-position: inside !important;
}

.outside li {
  list-style-position: outside !important;
}

#dobDate, #dobMonth, #dobYear, .third {
  width: 32%;
}

#prodMatrix {
  width: 100%;
  margin: 20px 0;
  border-collapse: collapse;
}

#prodMatrix th, #prodMatrix td {
  text-align: center;
  border: 1px solid #ccc;
}

#featured {
  color: #fff;
  font-size: 0.7em;
  background-color: #81a3bb;
  letter-spacing: 2px;
  line-height: 20px;
  margin-bottom: 10px;
}

#prodMatrix tr td:first-child {
  text-align: left;
  font-size: small;
  padding: 5px 10px;
  width: 18%;
}

#prodMatrix tbody tr:nth-child(odd) {
  background: #eaeaea;
}

#prodMatrix tbody td {
  border-top: 0;
  border-bottom: 0;
}

#prodMatrix tbody td span {
  float: none;
}

#prodMatrix tbody tr:first-child td {
  color: #fff;
  background-color: #999;
  text-transform: capitalize;
}

#prodMatrix .price {
  font-weight: normal;
  line-height: 2em;
  margin: 20px;
  font-size: 0.8em;
}

#prodMatrix tfoot div:last-child {
  margin-bottom: 20px;
}

#prodMatrix tbody td span {
  float: center;
}

.tblDtls {
  border-spacing: 0 1px;
  border: 1px solid #ccc;
}

.tblDtls td {
  background-color: #f5f5f5;
  height: 32px;
  padding: 0 10px;
}

.tblDtls .ttl td {
  background-color: #eaeaea;
}

.tblDtls .ttl:not(:first-child) td {
  border-top: 1px solid #ddd;
}

@media only screen and (max-width: 767px) {
  .expandoNav, #expandoGroup, #viewResults {
    display: none;
  }
  .dynamicContent {
    padding-left: 10px;
  }
}
@media only screen and (min-width: 768px) {
  .expandoNav,
.expandoNavgroup {
    font-size: 13px;
    line-height: 16px;
    border-bottom: 1px dotted #ccc;
    margin-left: 26px;
    padding: 6px 2px 5px 5px;
    cursor: pointer;
    width: 250px;
  }
  .expandoNav:not(.activeNav):hover {
    background-color: #F2F2F2;
  }
  .expandoNavgroup .ico_plus,
.expandoNavgroup .ico_mins {
    margin-left: -25px;
  }
  .activeNav, .slctd {
    background-color: #007DC3;
    color: #fff;
  }
  .slctd {
    color: #007DC3;
    position: relative;
    background-color: transparent;
    font-size: 48px;
    float: right;
    top: -12px;
    left: 18px;
  }
  #expandoGroup {
    position: absolute;
  }
  #viewResults {
    padding-left: 300px !important;
  }
  #veda_report_selection, #veda_alias_selection {
    width: 18em;
    display: inline;
  }
  .right-large {
    float: right !important;
  }
}
.fa-stack.fa-lg {
  width: 1em;
  height: 1em;
  line-height: 1em;
}

.fa-check {
  color: #66CC33;
  padding-right: 10px;
}

.fa-minus {
  color: #FF9900;
}

.fa-square-o {
  color: #007DC3;
  background: white;
}

.fa-square-o-gray {
  background: gray;
}

/* DO NOT APPLY SHADOW GLOBALLY */
.fa-shadow {
  text-shadow: 5px 5px 5px #666;
}

.arr_A {
  color: #c00;
}

.arr_B {
  color: #f60;
}

.arr_C {
  color: #fc0;
}

.arr_D {
  color: #9c6;
}

.arr_E {
  color: #090;
}

.arr_F {
  color: #060;
}

.arr_G {
  color: #000;
}

.dynamicContent {
  display: table-cell;
  width: 75%;
  padding-right: 10px;
  vertical-align: top;
}

.widgets .widget .widget-body .dynamicText {
  border-left: 1px solid #ccc;
  background-color: #F2F8FD;
  display: table-cell;
  line-height: normal;
  padding: 10px;
  width: 250px;
}
.widgets .widget .widget-body .dynamicText ul {
  list-style-position: outside;
  list-style-type: disc;
}
.widgets .widget .widget-body .dynamicText ul li {
  line-height: normal;
  padding-left: 0;
  color: #000;
}
.widgets .widget .widget-body .dynamicText p {
  line-height: normal;
}

.border007DC3 {
  border: 1px solid #007DC3 !important;
}

.scrollableXAxis {
  overflow-x: auto;
  overflow-y: hidden;
}

.secTabs {
  padding-top: 32px;
}

.secTabs p.title, .secTabs p a {
  height: 22px !important;
}

.secTabs p.title {
  margin-left: 20px;
  border: none;
  background-color: #fff;
  height: 32px;
}

.secTabs p.title a {
  color: #999 !important;
  background-color: #ddd !important;
  padding-top: 5px !important;
}

.secTabs.active p.title a {
  color: #fff !important;
  background-color: #666 !important;
}

@media screen and (max-width: 768px) {
  .secTabs p.title {
    margin-left: 0;
  }
}
.secTabs .content {
  border: 0;
  border-top: 10px solid #666;
  background-color: transparent;
}

small {
  font-size: 0.75em;
}

@media only screen and (max-width: 768px) {
  .button.responsive-button {
    padding-right: 0;
    padding-left: 0;
    width: 100%;
  }
}

select {
  background-position: right 0.1rem center !important;
}

.verticalMiddle {
  vertical-align: middle;
}

ul.vertical.tabs {
  background-color: #eaeaea;
  border: none;
  padding: 0 !important;
  margin: 20px 10px;
}
ul.vertical.tabs li.tabs-title > a[aria-selected=true] {
  background-color: #fff;
}
ul.vertical.tabs li.tabs-title a {
  color: #333;
  padding: 20px;
}

ul.vertical.accordion {
  background-color: #eaeaea;
}
ul.vertical.accordion li.is-active.accordion-item {
  background-color: #fff;
}
ul.vertical.accordion a {
  color: #333;
}

#selectReport {
  background-color: #f2f2f2;
  border-bottom: 1px solid #ccc;
}
#selectReport tbody {
  background-color: transparent !important;
}

.tabs-content {
  border: none !important;
}
.service-title div.sprites {
  vertical-align: middle;
  margin-bottom: 10px;
}

@media screen {
  .sprites span, .sprites_3b span {
    display: none;
  }
}
@media print {
  .sprites span {
    background-color: white;
    background-image: none;
  }
}

