span.inbox_menu_badge {
  background-color: #ff8a00 !important;
  border: 1px solid white;
  border-radius: 6px !important;
  font-family: sans-serif !important;
  height: initial !important;
  padding: 4px !important;
  text-align: center !important;
  width: initial !important; }

.heartbeat:after {
  -webkit-animation-name: "heartbeat_animation";
  -webkit-animation-duration: 5000ms;
  -webkit-transform-origin: 70% 70%;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear; }

@-webkit-keyframes heartbeat_animation {
  0% {
    -webkit-transform: scale(1); }

  30% {
    -webkit-transform: scale(1); }

  40% {
    -webkit-transform: scale(1.08); }

  50% {
    -webkit-transform: scale(1); }

  60% {
    -webkit-transform: scale(1); }

  70% {
    -webkit-transform: scale(1.05); }

  80% {
    -webkit-transform: scale(1); }

  100% {
    -webkit-transform: scale(1); } }

@keyframes fadeIn {
  from {
    opacity: 0; }

  to {
    opacity: 1; } }

@-webkit-keyframes fadeIn {
  from {
    opacity: 0; }

  to {
    opacity: 1; } }

@-moz-keyframes fadeIn {
  from {
    opacity: 0; }

  to {
    opacity: 1; } }

.cursor {
  cursor: pointer; }

.text-wrap {
  white-space: normal !important; }

/* Deprecated; BS4 has built-ins */
.text_center {
  text-align: center !important; }

/* Deprecated; BS4 has built-ins */
.left_margin_5 {
  margin-left: 5%; }

/* Deprecated; BS4 has built-ins */
.inline_block {
  display: inline-block; }

/* Deprecated; BS4 has built-ins */
.float_left {
  float: left; }

/* Deprecated; BS4 has built-ins */
.float_right {
  float: right; }

/* Deprecated; BS4 has built-ins */
.position_relative {
  position: relative; }

/* Deprecated; BS4 has built-ins */
.position_absolute {
  position: absolute; }

/* Deprecated; BS4 has built-ins */
.padding_5 {
  padding: 5px; }

/* Deprecated; BS4 has built-ins */
.padding_10 {
  padding: 10px; }

.half {
  width: 50%; }

.home .mailboxes {
  width: 100%; }

#content {
  white-space: nowrap;
  letter-spacing: 0;
  padding: 20px; }
  #content .adv_instructions {
    font-size: 16px;
    white-space: normal;
    line-height: 130%; }

.tabs {
  display: block;
  white-space: nowrap;
  font-size: 0; }
  .tabs a {
    white-space: normal;
    display: inline-block;
    *display: inline;
    zoom: 1;
    vertical-align: bottom;
    width: 25%;
    font-size: 14px;
    text-decoration: none;
    color: #222222;
    z-index: 0;
    outline: 0; }
    .tabs a:hover p {
      box-shadow: 0 0 2px #777777;
      background-color: rgba(0, 0, 0, 0.13); }
    .tabs a.active {
      z-index: 200;
      text-decoration: underline; }
      .tabs a.active:hover {
        box-shadow: 0 0 0 transparent;
        background-color: transparent; }
      .tabs a.active p {
        background-color: transparent; }
    .tabs a p {
      display: block;
      padding: 6px 5px 7px;
      border-collapse: collapse;
      border-top: 1px solid #cccccc;
      border-right: 1px solid #cccccc;
      border-left: 1px solid #cccccc;
      text-transform: capitalize;
      -webkit-border-top-right-radius: 10px;
      -moz-border-top-right-radius: 10px;
      -ms-border-top-right-radius: 10px;
      border-top-right-radius: 10px;
      background-color: rgba(0, 0, 0, 0.13);
      margin: 0; }

.info {
  background: #49a3b7 !important;
  border-radius: 0.8em !important;
  -moz-border-radius: 0.8em !important;
  -webkit-border-radius: 0.8em !important;
  color: white !important;
  display: inline-block !important;
  font-family: "Courgette" !important;
  line-height: 1.4em !important;
  margin-right: 15px !important;
  text-align: center !important;
  width: 1.4em !important; }

#message_center {
  width: 65%;
  position: relative; }
  #message_center .msg_wrap {
    position: relative;
    right: 0;
    left: 50px;
    background-color: #dff9f7;
    border: 2px solid #25b4aa;
    border-radius: 8px;
    padding: 10px;
    display: none; }
  #message_center #msg_count {
    margin-bottom: 5px;
    margin-left: 50px;
    font-size: 13px;
    font-weight: 500; }
  #message_center .msg p {
    font-size: 12px;
    color: rgba(0, 0, 0, 0.67);
    line-height: 150%; }
    #message_center .msg p span {
      padding-right: 10px; }
  #message_center .later_msg {
    color: black;
    font-size: 11px; }
  #message_center .close_msg {
    position: absolute;
    top: -10px;
    right: -10px;
    height: 20px;
    width: 20px;
    color: white;
    background-color: black;
    font-size: 22px;
    border: 2px solid white;
    text-align: center;
    line-height: 18px;
    display: block;
    -moz-border-radius: 24px;
    -webkit-border-radius: 24px;
    -ms-border-radius: 24px;
    border-radius: 24px; }
    #message_center .close_msg:hover {
      cursor: pointer; }

/* Deprecated; BS4 has built-ins */
.msg_warning {
  background-color: #fff3e5 !important;
  border: 2px solid #ff8a00 !important; }

/* Deprecated; BS4 has built-ins */
.msg_success {
  background-color: #ecf7da !important;
  border: 2px solid #79ab27 !important; }

/* Deprecated; BS4 has built-ins */
.msg_error {
  background-color: #fae8e8 !important;
  border: 2px solid #cc3030 !important; }

.table_list_headings {
  width: 100%; }
  .table_list_headings th:first-child, .table_list_headings td:first-child {
    padding-left: 5px; }
  .table_list_headings thead th {
    padding: 5px 0;
    border-bottom: 1px solid #cccccc;
    text-align: left; }
    .table_list_headings thead th:nth-child(2), .table_list_headings thead th:nth-child(3) {
      text-align: right; }
    .table_list_headings thead th:last-child {
      text-align: right;
      padding-right: 20px; }

.table_scroller {
  max-height: 440px;
  display: block;
  border-bottom: 1px solid #cccccc; }

#message_form thead th:nth-child(4) {
  padding-right: 5px; }
#message_form .messages td:nth-child(3) {
  text-align: left; }

.appt_listings {
  overflow-x: hidden !important;
  overflow-y: scroll !important; }
  .appt_listings .table_scroller {
    border: none !important; }
    .appt_listings .table_scroller .table_lists {
      border: none !important; }
      .appt_listings .table_scroller .table_lists tbody tr td:last-child {
        text-align: initial !important; }

.table_lists {
  width: 100%;
  border-collapse: collapse;
  border: 1px solid #cccccc; }
  .table_lists th:first-child, .table_lists td:first-child {
    padding-left: 5px; }
  .table_lists thead th {
    padding: 5px 0;
    border-bottom: 1px solid #cccccc;
    text-align: left; }
    .table_lists thead th:nth-child(2) {
      text-align: left; }
    .table_lists thead th:last-child {
      text-align: right;
      padding-right: 5; }
  .table_lists tbody tr {
    font-size: 12px; }
    .table_lists tbody tr:hover {
      background-color: #92c8d4 !important;
      cursor: pointer; }
    .table_lists tbody tr td {
      padding: 6px 0; }
      .table_lists tbody tr td:nth-child(3) {
        text-align: right; }
      .table_lists tbody tr td:last-child {
        padding-right: 5px;
        text-align: right; }
      .table_lists tbody tr td p {
        width: 90%;
        display: block;
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
        min-height: 15px; }
      .table_lists tbody tr td em {
        font-style: normal;
        font-size: 20px; }
    .table_lists tbody tr:nth-child(even) {
      background-color: rgba(0, 0, 0, 0.07); }
  .table_lists tbody .error_msg p {
    text-align: center;
    width: 100%;
    background-color: #e09594;
    padding: 10px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box; }
  .table_lists tfoot {
    width: 100%; }
    .table_lists tfoot td span, .table_lists tfoot td div {
      display: inline-block;
      *display: inline;
      zoom: 1;
      vertical-align: bottom; }
    .table_lists tfoot td span:nth-of-type(1) {
      margin-right: 8px; }
    .table_lists tfoot td span:nth-of-type(2) {
      margin-left: 8px; }
    .table_lists tfoot .pagination, .table_lists tfoot .whatofwhat {
      text-align: center; }
    .table_lists tfoot .whatofwhat td {
      padding: 5px 0;
      font-size: 11px;
      color: white;
      background-color: #999999;
      -moz-box-shadow: inset 0 0 3px #777777;
      -webkit-box-shadow: inset 0 0 3px #777777;
      box-shadow: inset 0 0 3px #777777; }
    .table_lists tfoot .pagination {
      padding: 5px 0;
      background-color: rgba(0, 0, 0, 0.2);
      font-size: 12px; }
      .table_lists tfoot .pagination a {
        color: #222222; }
        .table_lists tfoot .pagination a:hover {
          color: #49a3b7; }
      .table_lists tfoot .pagination .active {
        font-weight: bolder; }

.urgent {
  background-color: #f1d0cf !important; }

.unread td {
  font-weight: bold; }

.they_said {
  background-color: #eeeeee; }

.transcripts {
  border-bottom: 1px solid #cccccc; }
  .transcripts time {
    padding-bottom: 10px;
    display: block;
    font-size: 10px; }
  .transcripts span {
    display: block;
    line-height: 140%; }

.move_to_label {
  color: rgba(0, 0, 0, 0.67); }

.receip_toggle {
  box-sizing: border-box;
  display: block;
  position: fixed;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  background-color: #777777;
  font-size: 0;
  z-index: 100; }
  .receip_toggle div {
    padding: 3px; }
  .receip_toggle input[type="radio"] {
    width: 0;
    height: 0;
    visibility: hidden;
    position: absolute; }
    .receip_toggle input[type="radio"]:checked + label {
      background-color: #6eb5c5;
      color: white; }
      .receip_toggle input[type="radio"]:checked + label:after {
        content: "\2713";
        padding-left: 10px; }
  .receip_toggle label {
    background-color: #cccccc;
    cursor: pointer;
    display: inline-block;
    font-size: 12px;
    padding: 5px 0;
    margin: 0 !important;
    text-align: center;
    width: 50%; }
    .receip_toggle label:first-of-type {
      border-radius: 10px 0 0 10px; }
    .receip_toggle label:last-of-type {
      border-radius: 0 10px 10px 0; }

.message_transcripts {
  max-height: 300px;
  overflow-y: auto; }

.tooltip_anchor {
  position: relative; }

.tooltip_anchor .tooltip {
  background: #1496bb;
  bottom: 100%;
  color: white;
  font-size: 13px;
  display: block;
  left: -105px;
  margin-bottom: 15px;
  opacity: 0;
  padding: 20px;
  pointer-events: none;
  position: absolute;
  text-align: left;
  text-transform: initial;
  white-space: normal;
  width: 220px;
  z-index: 100;
  -webkit-transform: translateY(10px);
  -moz-transform: translateY(10px);
  -ms-transform: translateY(10px);
  -o-transform: translateY(10px);
  transform: translateY(10px);
  -webkit-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  -ms-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
  -webkit-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
  -moz-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
  -ms-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
  -o-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
  box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28); }
  .tooltip_anchor .tooltip:before {
    bottom: -20px;
    content: " ";
    display: block;
    height: 20px;
    left: 0;
    position: absolute;
    width: 100%; }
  .tooltip_anchor .tooltip:after {
    border-left: solid transparent 10px;
    border-right: solid transparent 10px;
    border-top: solid #1496bb 10px;
    bottom: -10px;
    content: " ";
    height: 0;
    left: 50%;
    margin-left: -13px;
    position: absolute;
    width: 0; }

.tooltip_anchor:hover .tooltip {
  opacity: 1;
  pointer-events: auto;
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  -ms-transform: translateY(0px);
  -o-transform: translateY(0px);
  transform: translateY(0px); }

.tooltip_anchor .tooltip img {
  display: block;
  margin: 0 auto; }

.hidden {
  display: none !important; }

#content {
  margin-top: 40px; }
  #content .content_body {
    border: 1px solid;
    height: 250px;
    padding: 10px; }

#tab_content > div.tab_content_body:not(:first-child) {
  display: none; }

#tab_selector {
  margin: 0 10px 15px 15px; }
  #tab_selector .tab {
    border: 1px solid black;
    color: black;
    display: inline-block;
    margin-left: -5px;
    padding: 2px 5px;
    text-align: center;
    width: 48%;
    transition: 0.2s ease; }
    #tab_selector .tab:hover {
      background: lightgrey;
      cursor: pointer; }
    #tab_selector .tab a {
      color: black;
      display: block;
      height: 100%;
      text-decoration: none;
      width: 100%; }
  #tab_selector .tab.active {
    background: darkgrey; }

/* Deprecated; BS4 has built-ins */
.custom_button {
  background: #49a3b7;
  border: 0;
  color: white;
  padding: 5px 10px; }

span.inbox_menu_badge {
  background-color: #ff8a00 !important;
  border: 1px solid white;
  border-radius: 6px !important;
  font-family: sans-serif !important;
  height: initial !important;
  padding: 4px !important;
  text-align: center !important;
  width: initial !important; }

body {
  font: 12px Arial, Helvetica, sans-serif !important;
  margin: 0;
  padding: 0;
  text-align: center;
  color: rgba(0, 0, 0, 0.6);
  line-height: 20px;
  margin-top: 0px; }

.home #container {
  display: block;
  margin: 0 auto;
  text-align: left; }

#logo {
  margin: 0;
  padding: 0;
  font-weight: 300;
  width: 240px; }
  #logo a {
    text-decoration: none;
    background-image: url("static/images/jituzu_logo.svg");
    background-repeat: no-repeat;
    background-size: auto 100%;
    text-indent: -9999em;
    display: block;
    width: 240px;
    height: 60px; }
  #logo strong {
    font-weight: 700;
    text-indent: -9999em; }

body > header, #container > header {
  padding: 5px 20px;
  position: relative;
  white-space: nowrap;
  -moz-transition: all 0.5s linear;
  -webkit-transition: all 0.5s linear;
  -ms-transition: all 0.5s linear;
  transition: all 0.5s linear;
  display: block; }

#logo, #message_center {
  display: inline-block;
  vertical-align: top;
  white-space: normal; }

.band {
  width: 100%;
  height: 36px;
  display: block;
  line-height: 36px;
  background-color: #79ab27;
  color: white;
  white-space: nowrap;
  font-family: "Raleway", "Arial", "Helvetica", sans-serif; }
  .band > div, .band > span {
    display: inline-block;
    white-space: normal;
    vertical-align: top; }
  .band div {
    width: 30%;
    height: 36px; }
    .band div strong {
      padding-left: 10px;
      font-size: 12px;
      font-weight: 300; }
  .band span {
    width: 70%;
    text-align: right;
    height: 36px; }
    .band span a {
      color: white;
      font-size: 14px;
      text-decoration: none;
      height: 100%;
      padding: 0 7px;
      display: inline-block;
      vertical-align: top;
      border: 0; }
      .band span a:last-child {
        margin-right: 20px; }
      .band span a:hover {
        background-color: #ff8a00; }

.paginator {
  font-size: 11px;
  margin: 10px 0px;
  line-height: 22px; }
  .paginator a:link, .paginator a:visited {
    padding: 2px 6px;
    border: solid 1px #cccccc;
    background: white;
    text-decoration: none; }
  .paginator a.showall {
    padding: 0 !important;
    border: none !important; }
    .paginator a.showall:hover {
      color: #003366 !important;
      background: transparent !important; }
  .paginator .end {
    border-width: 2px !important;
    margin-right: 6px; }
  .paginator .this-page {
    padding: 2px 6px;
    font-weight: bold;
    font-size: 13px;
    vertical-align: top; }
  .paginator a:hover {
    color: white;
    background: #999966;
    border-color: #003366; }

.home #leftsidebar {
  float: left;
  width: 23%;
  padding: 45px 0;
  height: 575px; }
  .home #leftsidebar a {
    font: bold 11px Arial, Helvetica, sans-serif;
    letter-spacing: 0.1em;
    text-decoration: none;
    display: block;
    padding: 0 20px;
    text-align: center;
    line-height: 22px;
    border-bottom: solid #d5edb3 1px; }
    .home #leftsidebar a:hover {
      background: #99cc66;
      color: #993300; }
.home #rightsidebar {
  display: inline-block;
  float: right;
  width: 25%;
  background: rgba(0, 0, 0, 0.07);
  padding: 15px 20px;
  min-height: 500px;
  z-index: 100;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box; }
  .home #rightsidebar p, .home #rightsidebar h3 {
    margin-left: 10px;
    margin-right: 10px; }
  .home #rightsidebar h1 {
    margin-left: 10px;
    margin-right: 10px;
    font-size: 20px;
    color: rgba(0, 0, 0, 0.6);
    line-height: 22px;
    letter-spacing: 0.06em; }
  .home #rightsidebar .field_error p {
    background-color: #fef1ec;
    padding: 5px;
    border: 1px solid #cd0a0a; }
  .home #rightsidebar .success_msg p {
    background-color: #c1e487;
    padding: 5px;
    border: 1px solid #79ab27; }
.home #myContent {
  font: 12px Arial, Helvetica, sans-serif;
  padding: 20px;
  text-align: left; }
  .home #myContent h1 {
    color: #333333;
    font-size: 26px;
    font-weight: normal;
    text-transform: capitalize;
    font-family: "Raleway", sans-serif;
    padding-left: 0; }
.home #mainContent {
  margin: 0 24% 0 20%; }
  .home #mainContent h1 {
    font: bold 18px Arial, Helvetica, sans-serif;
    line-height: 26px;
    letter-spacing: 0.21em; }
  .home #mainContent h2 {
    font: bold 12px Arial, Helvetica, sans-serif;
    color: #993300;
    line-height: 20px;
    letter-spacing: 0.2em; }

#footer {
  width: 803px;
  color: rgba(0, 0, 0, 0.6);
  margin-left: -1px;
  padding-bottom: 10px;
  padding-left: 40px; }
  #footer a {
    color: rgba(0, 0, 0, 0.6);
    text-decoration: none;
    padding: 0px 10px; }

.copyright {
  text-align: center;
  font-size: 75%; }

div.row {
  clear: both;
  padding-top: 5px; }
  div.row span.label {
    float: left;
    width: 180px;
    text-align: right;
    padding-right: 20px; }
  div.row span.formw {
    float: right;
    width: 330px;
    text-align: left; }
    div.row span.formw input, div.row span.formw textarea {
      font: 12px Arial, Helvetica, sans-serif;
      border: 1px solid #cccccc;
      padding: 5px 3px;
      margin-bottom: 5px; }
      div.row span.formw input:focus, div.row span.formw textarea:focus {
        -moz-box-shadow: 0 0 3px #49a3b7;
        -webkit-box-shadow: 0 0 3px #49a3b7;
        -ms-box-shadow: 0 0 3px #49a3b7;
        box-shadow: 0 0 3px #49a3b7; }
    div.row span.formw select {
      width: 150px;
      font: 12px Arial, Helvetica, sans-serif; }
    div.row span.formw ul {
      list-style: none;
      width: 400px; }
  div.row span.errors {
    float: left;
    text-align: left;
    color: red; }

#formbase {
  float: left;
  padding: 5px;
  width: 540px; }
  #formbase form select {
    width: 200px; }
  #formbase form input[type="text"], #formbase form input[type="password"] {
    width: 193px; }

.search {
  background: lightyellow;
  font: 12px Arial, Helvetica, sans-serif; }

.dialogtext {
  font: 10px Arial, Helvetica, sans-serif; }

.msg-table {
  border: 1px solid #cccccc;
  margin-top: 15px;
  border-collapse: collapse;
  border-spacing: 0; }

.table-title {
  font: 12px Arial, Helvetica, sans-serif;
  font-size: 12px;
  line-height: 14px;
  background-color: #222222;
  color: white; }
  .table-title th {
    padding: 3px 5px; }

.table-row {
  line-height: 16px;
  font-size: 12px;
  border-bottom: 1px solid #cccccc; }
  .table-row a {
    font: 12px Arial, Helvetica, sans-serif;
    text-decoration: none;
    display: block;
    color: rgba(0, 0, 0, 0.87); }
  .table-row td {
    margin: 0;
    padding: 3px 5px; }
  .table-row:nth-child(even) {
    background-color: #eeeeee; }
  .table-row:hover {
    cursor: pointer; }
    .table-row:hover td {
      background-color: #92c8d4; }

#mail_box_actions a {
  text-decoration: none; }

.ui-tabs-nav li a {
  padding: 0.5em 0.8em !important; }

#manage_acct {
  border-collapse: collapse;
  border-spacing: 0;
  background-color: #eeeeee; }
  #manage_acct td {
    border: 1px solid #cccccc;
    padding: 0;
    margin: 0; }
    #manage_acct td a {
      display: block;
      height: 100%;
      text-decoration: none;
      color: #79ab27;
      padding: 15px; }
      #manage_acct td a:hover {
        background-color: #cccccc; }
    #manage_acct td h1, #manage_acct td h2 {
      font-size: 16px; }
    #manage_acct td h1 {
      letter-spacing: normal !important; }

.fltrt {
  float: right;
  margin-left: 8px; }

.fltlft {
  float: left;
  margin-right: 8px; }

.clearfloat {
  clear: both;
  height: 0;
  font-size: 1px;
  line-height: 0px; }

.pat_list {
  display: none; }

.office_hours .simpleColorContainer {
  display: inline-block;
  margin: 0 10px;
  width: 50px; }

.simpleColorChooser {
  background-color: white;
  z-index: 200 !important; }

.prov_cal_color_prev {
  display: inline-block;
  width: 10px;
  height: 10px;
  border: 1px solid rgba(0, 0, 0, 0.87);
  margin-right: 10px; }

.delete {
  color: white;
  font-size: 16px;
  text-align: center;
  height: 16px;
  width: 16px;
  line-height: 17px;
  border: 2px solid white;
  border-radius: 20px;
  display: block;
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.87);
  background-color: black;
  cursor: pointer;
  float: right; }

.yui-dialog form, .yui-simple-dialog form {
  text-align: left; }
  .yui-dialog form #add_service, .yui-simple-dialog form #add_service {
    margin-left: 10px; }

.yui-panel, .yui-panel .bd {
  overflow: visible !important; }

.service_name {
  margin: 5px 0; }

.bold.time {
  display: inline-block;
  padding: 0 3px;
  height: 16px; }

#toolbar {
  margin-bottom: 15px; }

.searchbar_label {
  background: url("static/images/search.png");
  background-repeat: no-repeat;
  background-size: 20px 20px;
  display: inline-block;
  height: 20px;
  margin-bottom: -6px;
  width: 20px !important; }

.provider_inbox_pagination {
  background: transparent !important;
  display: table-cell !important;
  margin: 0 !important;
  padding: 5px 10px; }
  .provider_inbox_pagination a {
    border: 1px solid #337ab7;
    color: #337ab7 !important;
    display: inline-block;
    height: 30px;
    line-height: 30px;
    margin-left: -5px;
    width: 30px; }
  .provider_inbox_pagination a.active {
    background: #337ab7;
    color: white !important; }
  .provider_inbox_pagination span {
    margin: 0; }

#msg_detail .message_body p {
  white-space: normal; }

.row-no-margin {
  margin: 0 !important; }

.checkbox-no-margin {
  margin: 0 !important; }

.font_10 {
  font-size: 10px !important; }

.font_12 {
  font-size: 12px !important; }

.font_14 {
  font-size: 14px !important; }

.pointer {
  cursor: pointer !important; }

.heartbeat:after {
  -webkit-animation-name: "heartbeat_animation";
  -webkit-animation-duration: 5000ms;
  -webkit-transform-origin: 70% 70%;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear; }

@-webkit-keyframes heartbeat_animation {
  0% {
    -webkit-transform: scale(1); }

  30% {
    -webkit-transform: scale(1); }

  40% {
    -webkit-transform: scale(1.08); }

  50% {
    -webkit-transform: scale(1); }

  60% {
    -webkit-transform: scale(1); }

  70% {
    -webkit-transform: scale(1.05); }

  80% {
    -webkit-transform: scale(1); }

  100% {
    -webkit-transform: scale(1); } }

@keyframes fadeIn {
  from {
    opacity: 0; }

  to {
    opacity: 1; } }

@-webkit-keyframes fadeIn {
  from {
    opacity: 0; }

  to {
    opacity: 1; } }

@-moz-keyframes fadeIn {
  from {
    opacity: 0; }

  to {
    opacity: 1; } }

.heartbeat:after {
  -webkit-animation-name: "heartbeat_animation";
  -webkit-animation-duration: 5000ms;
  -webkit-transform-origin: 70% 70%;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear; }

@-webkit-keyframes heartbeat_animation {
  0% {
    -webkit-transform: scale(1); }

  30% {
    -webkit-transform: scale(1); }

  40% {
    -webkit-transform: scale(1.08); }

  50% {
    -webkit-transform: scale(1); }

  60% {
    -webkit-transform: scale(1); }

  70% {
    -webkit-transform: scale(1.05); }

  80% {
    -webkit-transform: scale(1); }

  100% {
    -webkit-transform: scale(1); } }

@keyframes spinAround {
  from {
    transform: rotate(0deg); }

  to {
    transform: rotate(360deg); } }

@-webkit-keyframes spinAround {
  from {
    transform: rotate(0deg); }

  to {
    transform: rotate(360deg); } }

@-moz-keyframes spinAround {
  from {
    transform: rotate(0deg); }

  to {
    transform: rotate(360deg); } }

div.validator_anchor, div.validator_anchor_cal, div.validator_anchor_subs_one, div.validator_anchor_reminders {
  background-image: url("images/compass_round.png");
  background-repeat: no-repeat;
  background-size: 30px;
  cursor: pointer;
  height: 30px;
  position: relative;
  width: 30px; }

.validator_anchor_cal {
  margin-top: -38px;
  margin-left: -27px; }
  .validator_anchor_cal:hover:after {
    background: rgba(48, 48, 48, 0.8);
    border-radius: 5px;
    color: white;
    content: attr(tip);
    font-size: 14px;
    padding: 7px 15px;
    position: absolute;
    right: 120%;
    text-align: center;
    width: 170px;
    z-index: 98; }

.validator_anchor_subs_one {
  margin-bottom: 20px;
  margin-left: 280px;
  margin-top: -42px; }
  .validator_anchor_subs_one:hover:after {
    background: rgba(48, 48, 48, 0.8);
    border-radius: 5px;
    color: white;
    content: attr(tip);
    font-size: 14px;
    padding: 7px 15px;
    position: absolute;
    right: 120%;
    text-align: center;
    width: 170px;
    z-index: 98; }

.validator_anchor_reminders {
  background-size: 40px;
  height: 40px;
  width: 40px;
  float: right;
  margin-left: 0;
  margin-top: -5px; }
  .validator_anchor_reminders:after {
    background: rgba(48, 48, 48, 0.8);
    border-radius: 5px;
    color: white;
    content: attr(tip);
    font-size: 14px;
    padding: 7px 15px;
    position: absolute;
    right: 120%;
    text-align: center;
    top: 12%;
    width: 170px;
    z-index: 98; }

.help_triangle {
  border-bottom: 50px solid transparent;
  border-left: 100px solid #00a1b9;
  border-top: 50px solid transparent;
  height: 0;
  margin-left: 120px;
  position: relative;
  width: 0; }
  .help_triangle:before {
    border-bottom: 35px solid transparent;
    border-left: 70px solid white;
    border-top: 35px solid transparent;
    content: "";
    height: 0;
    position: absolute;
    right: 19px;
    top: -35px;
    width: 0; }
  .help_triangle:after {
    color: #555555;
    content: "HELP!";
    font-weight: bold;
    position: absolute;
    right: 38px;
    top: -6px; }

.validator_wizard {
  text-align: left; }
  .validator_wizard .validator_summary_text p {
    font-size: 14px !important;
    margin: 10px 0;
    text-align: left; }
  .validator_wizard .validator_summary_text a {
    color: #337ab7 !important;
    text-decoration: underline !important; }
  .validator_wizard .ui-dialog-titlebar {
    background: linear-gradient(to bottom, #79ab27 0%, #558b17 100%) repeat scroll 0 0%, none repeat scroll 0 0 #79ab27;
    border: 1px solid #4b4c21;
    color: white; }
    .validator_wizard .ui-dialog-titlebar .ui-dialog-title {
      font-weight: normal;
      letter-spacing: 2px;
      text-transform: capitalize; }
    .validator_wizard .ui-dialog-titlebar .ui-dialog-titlebar-close span.ui-icon-closethick {
      background-image: url("images/dialog_close.png");
      background-position: 50% 50%; }
  .validator_wizard .ui-dialog-buttonpane .ui-dialog-buttonset .remind_later {
    background: linear-gradient(to bottom, #79ab27 0%, #558b17 100%) repeat scroll 0 0%, none repeat scroll 0 0 #79ab27;
    color: white; }

.validator_wizard_attention .ui-dialog-titlebar {
  background: linear-gradient(to bottom, #ff6600 0%, #ff7519 100%) repeat scroll 0 0%, none repeat scroll 0 0 #ff6600;
  border: 1px solid #ff6600;
  color: white; }
  .validator_wizard_attention .ui-dialog-titlebar .ui-dialog-title {
    font-weight: bold; }
  .validator_wizard_attention .ui-dialog-titlebar .ui-dialog-titlebar-close span.ui-icon-closethick {
    background-image: url("images/dialog_close.png");
    background-position: 50% 50%; }

#gv_dialog .validator_wrapper {
  font-size: 15px;
  line-height: initial;
  margin-top: 10px;
  text-align: left; }
  #gv_dialog .validator_wrapper .validator_item {
    margin-bottom: 20px; }
    #gv_dialog .validator_wrapper .validator_item .line_one, #gv_dialog .validator_wrapper .validator_item .line_two {
      text-align: left; }
    #gv_dialog .validator_wrapper .validator_item .line_one .step_status {
      display: inline-block;
      font-size: 2.5em;
      margin: -10px 5px 5px 0px;
      min-width: 8px;
      vertical-align: top; }
    #gv_dialog .validator_wrapper .validator_item .line_one .good {
      color: #95b438; }
    #gv_dialog .validator_wrapper .validator_item .line_one .no_good {
      color: #cc3030; }
    #gv_dialog .validator_wrapper .validator_item .line_one .text {
      display: inline-block;
      line-height: 17px;
      text-align: left;
      width: 80%; }
      #gv_dialog .validator_wrapper .validator_item .line_one .text ul {
        margin-left: 18px; }
        #gv_dialog .validator_wrapper .validator_item .line_one .text ul li {
          margin-bottom: 10px; }
          #gv_dialog .validator_wrapper .validator_item .line_one .text ul li .line_two {
            margin-left: 0px; }
    #gv_dialog .validator_wrapper .validator_item .line_two {
      margin: 5px 5px 5px 44px; }
      #gv_dialog .validator_wrapper .validator_item .line_two a {
        color: blue;
        text-decoration: none; }
        #gv_dialog .validator_wrapper .validator_item .line_two a:visited {
          color: darkblue; }
      #gv_dialog .validator_wrapper .validator_item .line_two .link_indicator {
        display: inline-block; }
      #gv_dialog .validator_wrapper .validator_item .line_two .padding {
        display: inline-block;
        margin: 5px 5px 5px 0px;
        width: 9%; }
  #gv_dialog .validator_wrapper .validator_feature {
    margin-bottom: 15px; }
    #gv_dialog .validator_wrapper .validator_feature .feature_title {
      font-weight: bold; }
    #gv_dialog .validator_wrapper .validator_feature .feature_items {
      margin-left: 30px; }
      #gv_dialog .validator_wrapper .validator_feature .feature_items .feature_link {
        margin-top: 5px; }
        #gv_dialog .validator_wrapper .validator_feature .feature_items .feature_link a {
          color: blue; }
  #gv_dialog .validator_wrapper a.validator_link {
    display: block;
    width: 100%; }
  #gv_dialog .validator_wrapper .office_hours {
    margin-left: 44px;
    margin-top: 10px;
    width: 13em; }
    #gv_dialog .validator_wrapper .office_hours h5 {
      background-color: #008daa;
      color: white;
      font-weight: normal;
      margin: 0;
      padding: 2px 5px; }
    #gv_dialog .validator_wrapper .office_hours table {
      border: 1px solid #cccccc;
      font-size: 12px;
      text-align: right;
      width: 100%; }
      #gv_dialog .validator_wrapper .office_hours table tr {
        border-bottom: 1px solid #cccccc; }
      #gv_dialog .validator_wrapper .office_hours table thead th {
        padding: 2px 5px; }
      #gv_dialog .validator_wrapper .office_hours table tbody tr td {
        padding: 2px 5px; }
      #gv_dialog .validator_wrapper .office_hours table tbody tr:nth-child(even) {
        background-color: #008daa;
        color: white; }

.click-nav {
  display: inline-block;
  width: 53px !important; }
  .click-nav:after {
    background: rgba(48, 48, 48, 0.8);
    border-radius: 5px;
    color: white;
    content: attr(tip);
    font-size: 14px;
    padding: 0px 10px;
    position: absolute;
    right: 10px;
    text-align: center;
    top: 3%;
    z-index: 98;
    -webkit-animation: fadeIn 6s;
    -moz-animation: fadeIn 6s;
    -o-animation: fadeIn 6s;
    animation: fadeIn 6s; }
  .click-nav ul {
    background: #196f9a;
    font-weight: 400;
    margin: 0;
    padding: 0;
    position: relative;
    width: 50px;
    z-index: 999; }
    .click-nav ul li {
      cursor: pointer;
      list-style: none;
      position: relative; }
      .click-nav ul li a {
        background: #196f9a;
        color: white;
        padding-left: 10px;
        padding-right: 10px;
        text-align: right;
        text-decoration: none;
        width: 50px;
        transition: background-color 0.2s ease-in-out;
        -webkit-transition: background-color 0.2s ease-in-out;
        -moz-transition: background-color 0.2s ease-in-out; }
        .click-nav ul li a:hover {
          background: #f2f2f2;
          color: #196f9a; }
      .click-nav ul li ul {
        left: -355%;
        padding: 0.5em 1em;
        width: 180px;
        z-index: 1000; }
    .click-nav ul li.menu_item {
      width: 200px;
      z-index: 1000; }
      .click-nav ul li.menu_item a {
        width: 100%;
        padding: 0;
        padding-right: 10px; }
      .click-nav ul li.menu_item a.new_feature {
        background-image: url("images/star_edit.png");
        background-position: 3px;
        background-repeat: no-repeat;
        background-size: 30px 30px; }
      .click-nav ul li.menu_item span.new_feature {
        color: #ff8a00;
        font-weight: bold; }
    .click-nav ul .clicker {
      background: url("images/compass_round_white.png") no-repeat center center;
      background-size: 27px;
      color: white;
      height: 36px;
      padding: 0;
      position: relative; }
      .click-nav ul .clicker:hover, .click-nav ul .clicker .click-nav ul .active {
        background: url("images/compass_round_white.png") no-repeat center center;
        background-color: #79ab27;
        background-size: 27px;
        height: 36px; }
  .click-nav img {
    left: 12px;
    position: absolute;
    top: 9px; }

.click-nav.new_feature_tip:after {
  background: #79ab27;
  font-weight: bold; }

/* Fallbacks */
.click-nav .no-js ul {
  display: none; }

.click-nav .no-js:hover ul {
  display: block; }
