background-repeat: .line-title {
  font-size: 16px;
  line-height: 24px;
  color: #444444; }

.line-title span {
  color: #525CA5; }

.value-title {
  font-size: 12px;
  line-height: 16px; }

@media only screen and (max-width: 576px) {
  .value-title {
    font-size: 14px; } }

.value-box {
  display: flex;
  max-width: 180px; }

.value-color span {
  width: 8px;
  height: 8px;
  display: block;
  margin-right: 7px;
  margin-top: 3px; }

.value-1 {
  background: #D68ED3;
  box-shadow: 0px 8px 16px rgba(214, 142, 211, 0.32); }

.value-2 {
  background: #9AE886;
  box-shadow: 0px 8px 16px rgba(154, 232, 134, 0.322); }

.line-graph {
  height: 8px; }

.graph-box {
  text-align: right;
  margin-bottom: 10px; }

.extra_payment .info-box {
  border-radius: 4px; }

.tab-content {
  background: #fff;
  padding: 10px 0 0 24px;
  border: 1px solid #e9ebff;
  border-radius: 3px; }

.nav-tabs {
  border-bottom: none; }
  .nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {
    border-color: transparent; }

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-item .nav-link,
.nav-tabs .nav-link.active {
  font-size: 16px;
  line-height: 24px;
  color: #444444;
  border: 1px solid #e9ebff;
  padding: 6px 32px;
  border-bottom: 1px solid #fff; }

.dataTables_scrollHeadInner, .display.dataTable.no-footer {
  width: 100% !important; }

.dataTables_scroll th {
  width: 162px;
  font-size: 12px;
  line-height: 16px;
  padding: 15px 0; }

@media only screen and (max-width: 576px) {
  .dataTables_scroll th {
    font-size: 14px; } }

.nav-tabs .nav-item .nav-link {
  border-bottom: 1px solid #e9ebff; }

.nav-tabs .nav-item .nav-link.active {
  border-bottom: 1px solid #fff; }

.odd, .even {
  background-color: #fff;
  border-bottom: 1px solid #E9EBFF; }

.odd td, .even td {
  padding: 14px 0;
  text-align: left;
  font-size: 16px;
  line-height: 24px;
  color: #525CA5; }

.dataTables_scrollBody {
  overflow-x: hidden !important; }

table.dataTable thead {
  border-bottom: 1px solid #E9EBFF; }
  table.dataTable thead .sorting_asc {
    background-image: url("/assets/images/datatables/sort_asc.png"); }
  table.dataTable thead .sorting_desc {
    background-image: url("/assets/images/datatables/sort_desc.png"); }
  table.dataTable thead .sorting {
    background-image: url("/assets/images/datatables/sort_both.png"); }

table.dataTable thead .sorting,
table.dataTable thead .sorting_asc,
table.dataTable thead .sorting_desc,
table.dataTable thead .sorting_asc_disabled,
table.dataTable thead .sorting_desc_disabled {
  cursor: pointer;
  background-repeat: no-repeat;
  background-position: center left;
  padding-left: 18px; }

th:focus, tr:focus {
  outline: none; }

.dataTables_scrollBody::-webkit-scrollbar {
  width: 10px;
  height: 100px;
  margin-right: 10px; }

.dataTables_scrollBody::-webkit-scrollbar-track {
  border: 1px solid #E9EBFF; }

.dataTables_scrollBody::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 1px rgba(0, 0, 0, 0.5);
  background-color: #E9EBFF;
  height: 20px;
  outline: 1px solid slategrey;
  resize: none; }

.show-year-container {
  display: flex;
  width: 100%;
  text-align: center;
  padding: 0px 45px; }

.year-item {
  display: inline-block;
  font-size: 12px;
  line-height: 16px;
  color: #444444; }

.line-through {
  text-decoration: line-through; }

/* Ellipse */
.span-style {
  width: 8px;
  height: 8px;
  box-shadow: 0px 5px 10px rgba(157, 165, 243, 0.4);
  border-radius: 50%;
  position: absolute;
  top: 17%;
  left: -12px; }

.pie-li {
  position: relative;
  list-style: none;
  cursor: pointer;
  /*margin-bottom: 30px;*/
  margin: 20px 0; }

.pie-legend {
  font-size: 12px;
  line-height: 16px;
  color: #444444; }

.pie-value {
  font-size: 16px;
  line-height: 24px;
  color: #525CA5; }

.custom-tab-controller {
  text-align: right; }
  .custom-tab-controller img {
    cursor: pointer;
    margin-left: 8px; }

.custom-tab-box {
  background: #FFFFFF;
  border: 1px solid #E9EBFF;
  box-sizing: border-box;
  border-radius: 3px; }
  .custom-tab-box .bar {
    margin: 20px 0 40px; }
  .custom-tab-box .pie {
    margin: 40px 0; }
  .custom-tab-box #for-money {
    margin: 20px; }
  .custom-tab-box #for-calendar {
    margin: 14px 24px 30px; }

.pie #legend {
  margin: 20px 0; }

.line-row {
  margin: 0 10px; }

.line-years {
  display: flex;
  padding: 0 10px; }

.line-row .value-box {
  max-width: initial;
  margin-bottom: 15px; }

.bar-graph-horizontal {
  position: relative;
  margin-bottom: 60px; }
  .bar-graph-horizontal:before {
    content: '';
    position: absolute;
    left: 0;
    top: 9px;
    height: 80px;
    border-left: 1px solid #E3E3E3; }

#bar-legend ul li {
  display: inline;
  list-style-type: none;
  padding-right: 20px;
  float: left;
  font-family: 'Lato', sans-serif;
  font-size: 12px;
  line-height: 16px;
  color: #444444;
  cursor: pointer; }
  #bar-legend ul li span {
    width: 8px;
    height: 8px;
    display: inline-block;
    margin-right: 4px; }
  #bar-legend ul li:first-child span {
    background: #D68ED3;
    box-shadow: 0px 5px 10px rgba(214, 142, 211, 0.4); }
  #bar-legend ul li:nth-child(2) span {
    background: #9AE886;
    box-shadow: 0px 5px 10px rgba(154, 232, 134, 0.4); }
  #bar-legend ul li:nth-child(3) span {
    width: 19px;
    position: relative; }
    #bar-legend ul li:nth-child(3) span img {
      position: absolute;
      top: -7px;
      left: -5px; }

/*rates*/
#ratesForm {
  background: #fff;
  border-bottom: 1px solid #E9EBFF;
  box-sizing: border-box;
  border-radius: 2px;
  padding: 20px 24px 16px;
  box-shadow: 5px 5px 20px rgba(0, 0, 0, 0.05); }

#ratesTableHolder {
  margin: 0 0 24px 0; }
  #ratesTableHolder .table td {
    border-top: 0;
    border-bottom: 1px solid #E9EBFF;
    width: 20%;
    padding-bottom: 33px;
    padding: 20px 5px; }
  #ratesTableHolder .table tr:last-child td {
    border-bottom: none; }

#ratesTable h4 {
  font-size: 14px;
  padding-top: 20px; }

.rate-col {
  width: 20%;
  min-width: 136px;
  padding: 0 5px; }
  .rate-col input, .rate-col select {
    font-family: 'Lato', sans-serif;
    background: #FFFFFF;
    border: 1px solid #E3E3E3;
    box-sizing: border-box;
    border-radius: 2px;
    padding: 15px 8px;
    min-width: 126px;
    font-size: 12px;
    line-height: 16px;
    color: #444444;
    position: relative; }
  .rate-col input[type=submit] {
    margin-top: 21px;
    border: 1px solid #56DB35;
    box-sizing: border-box;
    border-radius: 2px;
    font-size: 16px;
    color: #40AF24;
    text-align: center; }

.form-inline .form-control, .rate-input {
  width: 100%; }

.select-col, .rate-input {
  position: relative; }

.rate-input:after {
  content: '';
  position: absolute;
  right: 6%;
  top: 30%;
  height: 16px;
  width: 16px;
  z-index: 2;
}
.zip-input:after {
  background: url(/assets/images/summary/location.svg);
}
.amount-input:after {
  background: url(/assets/images/summary/dollar.png);
  background-repeat: no-repeat;
}

.rate-input:before {
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 32px;
  background: #F3F3F3;
  border: 1px solid #E3E3E3;
  box-sizing: border-box;
  border-radius: 0px 3px 3px 0px;
  z-index: 1; }

.select-col:before {
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 32px;
  background: #F3F3F3;
  border: 1px solid #E3E3E3;
  box-sizing: border-box;
  border-radius: 0px 3px 3px 0px;
  z-index: 1;
  pointer-events: none; }

.select-col:after {
  content: '';
  background-image: url(/assets/images/calculator/polygon.svg);
  position: absolute;
  right: 8%;
  top: 44%;
  height: 13px;
  width: 10px;
  z-index: 2;
  background-repeat: no-repeat;
  background-size: contain;
  pointer-events: none; }

.form-inline label {
  justify-content: left;
  font-size: 12px;
  line-height: 16px;
  color: #444444;
  margin-bottom: 5px; }

input:focus, select:focus {
  box-shadow: none !important;
  outline: none !important; }

.rates-click-track {
  font-family: 'Lato', sans-serif;
  font-size: 12px;
  line-height: 16px;
  color: #444444; }

.rate-main {
  font-size: 32px;
  line-height: 42px;
  color: #525CA5; }

/*rates*/
#ajaxLoader img {
  margin-bottom: 30px; }

.shadow-my {
  display: flex;
  width: 85%;
  padding-top: 9px;
  text-align: center;
  margin: -24px auto 20px;
  box-shadow: #08080857 0px 7px 20px 0px;
  background: #ebebeb;
  height: 4px; }
