﻿.check-content {
  width:100%; 
  border:5px double;
  padding:2rem;
  margin-bottom:4rem;
}

.check-content .caption {
  font-size:1.6rem;
}

.check-content .text {
  font-size:130%;
}

.check-content .amount-container {
  margin:2rem 0;
  position:relative;
  border-bottom:1px solid;
}

.check-content .amount-container .amount {
  overflow:hidden;
  width:100%;
  margin-right:10rem;
  white-space:nowrap;
  float:left;
  border-right: 90px solid transparent;
}

.check-content .amount-container .ending {
  position:absolute;
  top:0;
  right:0;
}

.check-content .amount:after {
  content: " * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *";
}

.ui-state-default, 
.ui-widget-content .ui-state-default,
.ui-state-default.ui-hover-state {
  font-weight:bold;
}

.ui-datepicker-title select {
  padding-top:0;
  padding-bottom:0;
  height:auto;
}

.ui-datepicker .ui-datepicker-prev-hover, .ui-datepicker .ui-datepicker-next-hover {
  top: 0.2rem;
}

.ui-datepicker .ui-datepicker-prev-hover {
  left: 0.2rem;
}

.ui-datepicker .ui-datepicker-next-hover {
  right: 0.2rem;
}

.small-pad {
  padding-left: 0.625rem;
  padding-right: 0.625rem;
}

.joyride-attach-icon{
  margin-top: -2rem !important;
  margin-left: -1rem !important;
}

#impersonate-panel {
  margin-bottom:3rem;
}

#impersonate-panel i{
  margin-right:0.5rem;
}

#impersonate-panle-info {
  position:fixed;
  width:100%;
  z-index:1500;
  top:0;
  padding: 0.6rem 2rem 0.4rem;
}

#advisors-to-assist-ddl {
  margin-left: 0.5rem;
  display:inline-block;
}
