body {
  display: flex;
  background-color: #fcd3cc;
}

#budgetCalc {
  padding: 0;
}
#budgetCalc * {
  font-family: 'Nunito Sans', sans-serif;
}
#budgetCalc .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
#budgetCalc .flex-center {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
#budgetCalc .flex-grow {
  flex-grow: 1;
}
#budgetCalc .uppercase {
  text-transform: uppercase;
}
#budgetCalc .secondFont,
#budgetCalc .screen.app .header .projectInfo span {
  color: black;
  opacity: 0.5;
  font-family: Karla;
  font-size: 18px;
  line-height: 28px;
}
#budgetCalc .backgroundColorBlock,
#budgetCalc .screen.app .calcBlockAdaptive .left {
  background-color: #fef9f8;
}
#budgetCalc .p0 {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
#budgetCalc .mt10 {
  margin-top: 10px;
}
#budgetCalc .line {
  border-top: 1px lightgray solid;
  margin-right: 20px;
}
#budgetCalc .screen {
  display: -ms-flexbox;
  display: flex;
  min-height: 100vh;
}
#budgetCalc .screen .header {
  min-height: 100px;
  background-color: white;
}
@media (max-width: 767px) {
  #budgetCalc .screen .header {
    display: block;
    padding-top: 20px;
  }
}
#budgetCalc .screen .header .logo img {
  width: 139px;
  height: 100px;
}
#budgetCalc .screen .header p {
  font-family: 'Karla', serif;
  margin: 0;
  margin-left: 20px;
  display: inline-block;
  font-weight: 600;
  font-size: 18px;
  line-height: 22px;
}
#budgetCalc .screen .header .homeLink {
  font-size: 14px;
  font-family: 'Karla', serif;
}
@media (max-width: 574px) {
  #budgetCalc .screen .header .homeLink {
    text-align: right;
    display: block;
  }
}
#budgetCalc .screen .header .homeLink a {
  font-family: 'Karla', serif;
  display: inline-block;
  margin-left: 5px;
  color: orange;
  font-weight: 700;
  text-decoration: underline;
}
@media (max-width: 979px) {
  #budgetCalc .screen.app .header .line {
    display: none !important;
  }
  #budgetCalc .screen.app .header .homeLink {
    display: inline-block;
  }
}
@media (max-width: 767px) {
  #budgetCalc .screen.app .header {
    display: block;
    padding-top: 20px;
  }
  #budgetCalc .screen.app .header .line {
    display: block !important;
  }
  #budgetCalc .screen.app .header .homeLink {
    display: inline-block;
  }
}
@media (max-width: 574px) {
  #budgetCalc .screen.app .header .projectInfo p {
    display: block !important;
  }
  #budgetCalc .screen.app .header .projectPeriod {
    width: 100%;
    display: block;
  }
  #budgetCalc .screen.app .header .line {
    display: none !important;
  }
}
#budgetCalc .screen.app .header .projectImage {
  float: left;
  margin-left: 20px;
  cursor: pointer;
}
#budgetCalc .screen.app .header .projectImage img {
  opacity: 0.5;
  height: 70px;
  width: 70px;
}
#budgetCalc .screen.app .header .projectImage img:hover {
  opacity: 1;
}
#budgetCalc .screen.app .header .projectImage img.active {
  opacity: 1;
}
#budgetCalc .screen.app .header .projectInfo {
  flex-direction: row;
}
#budgetCalc .screen.app .header .projectInfo p {
  display: flex;
}
#budgetCalc .screen.app .header .projectInfo span {
  font-size: 14px;
  font-weight: 400;
}
@media (max-width: 979px) {
  #budgetCalc .screen.app .calcBlock,
  #budgetCalc .screen.app .calcBlockAdaptive {
    display: block;
  }
}
#budgetCalc .screen.app .calcBlock .left,
#budgetCalc .screen.app .calcBlockAdaptive .left {
  padding-left: 100px;
  padding-top: 100px;
}
@media (max-width: 1499px) {
  #budgetCalc .screen.app .calcBlock .left,
  #budgetCalc .screen.app .calcBlockAdaptive .left {
    padding-left: 15px;
  }
}
@media (max-width: 1219px) {
  #budgetCalc .screen.app .calcBlock .left,
  #budgetCalc .screen.app .calcBlockAdaptive .left {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
@media (max-width: 1219px) {
  #budgetCalc .screen.app .calcBlock .left,
  #budgetCalc .screen.app .calcBlockAdaptive .left {
    display: none;
  }
}
#budgetCalc .screen.app .calcBlock .left h1,
#budgetCalc .screen.app .calcBlockAdaptive .left h1 {
  color: #000000;
  font-family: Karla;
  font-size: 70px;
  font-weight: bold;
  letter-spacing: -2px;
  line-height: 82px;
  padding-bottom: 50px;
}
@media (max-width: 1499px) {
  #budgetCalc .screen.app .calcBlock .left h1,
  #budgetCalc .screen.app .calcBlockAdaptive .left h1 {
    padding-left: 15px;
    font-size: 50px;
    line-height: 60px;
  }
}
@media (max-width: 1219px) {
  #budgetCalc .screen.app .calcBlock .left h1,
  #budgetCalc .screen.app .calcBlockAdaptive .left h1 {
    padding-bottom: 15px;
  }
}
#budgetCalc .screen.app .calcBlock .left p,
#budgetCalc .screen.app .calcBlockAdaptive .left p {
  color: #000000;
  font-family: Karla;
  font-size: 18px;
  line-height: 26px;
  max-width: 60%;
  color: #a5a5a5;
}
#budgetCalc .screen.app .calcBlock .left p a,
#budgetCalc .screen.app .calcBlockAdaptive .left p a {
  color: black;
  text-decoration: underline;
}
#budgetCalc .screen.app .calcBlock .left p a.orange,
#budgetCalc .screen.app .calcBlockAdaptive .left p a.orange {
  color: #f89c1e;
  font-family: Karla;
  font-size: 18px;
}
#budgetCalc .screen.app .calcBlock .middle,
#budgetCalc .screen.app .calcBlockAdaptive .middle {
  padding-right: 30px;
}
@media (max-width: 1219px) {
  #budgetCalc .screen.app .calcBlock .middle,
  #budgetCalc .screen.app .calcBlockAdaptive .middle {
    padding-right: 15px !important;
  }
}
#budgetCalc .screen.app .calcBlock .middle > div.top,
#budgetCalc .screen.app .calcBlockAdaptive .middle > div.top {
  border-bottom: 1px lightgray solid;
  line-height: 100px;
}
@media (max-width: 1219px) {
  #budgetCalc .screen.app .calcBlock .middle > div.top,
  #budgetCalc .screen.app .calcBlockAdaptive .middle > div.top {
    margin: 0;
  }
}
#budgetCalc .screen.app .calcBlock .middle > div.top input,
#budgetCalc .screen.app .calcBlockAdaptive .middle > div.top input {
  height: 100%;
  border: none;
  background-color: inherit;
  color: #000000;
  font-family: Karla;
  font-size: 18px;
  line-height: 22px;
  width: 100%;
}
#budgetCalc
  .screen.app
  .calcBlock
  .middle
  > div.top
  input::-webkit-input-placeholder,
#budgetCalc
  .screen.app
  .calcBlockAdaptive
  .middle
  > div.top
  input::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #a5a5a5;
  font-weight: 200;
}
#budgetCalc .screen.app .calcBlock .middle > div.top input::-moz-placeholder,
#budgetCalc
  .screen.app
  .calcBlockAdaptive
  .middle
  > div.top
  input::-moz-placeholder {
  /* Firefox 19+ */
  color: #a5a5a5;
  font-weight: 200;
}
#budgetCalc
  .screen.app
  .calcBlock
  .middle
  > div.top
  input:-ms-input-placeholder,
#budgetCalc
  .screen.app
  .calcBlockAdaptive
  .middle
  > div.top
  input:-ms-input-placeholder {
  /* IE 10+ */
  color: #a5a5a5;
  font-weight: 200;
}
#budgetCalc .screen.app .calcBlock .middle > div.top input:-moz-placeholder,
#budgetCalc
  .screen.app
  .calcBlockAdaptive
  .middle
  > div.top
  input:-moz-placeholder {
  /* Firefox 18- */
  color: #a5a5a5;
  font-weight: 200;
}
#budgetCalc .screen.app .calcBlock .middle > div.top input:hover,
#budgetCalc .screen.app .calcBlockAdaptive .middle > div.top input:hover,
#budgetCalc .screen.app .calcBlock .middle > div.top input:focus,
#budgetCalc .screen.app .calcBlockAdaptive .middle > div.top input:focus {
  outline: none;
}
#budgetCalc .screen.app .calcBlock .middle > div.top .help,
#budgetCalc .screen.app .calcBlockAdaptive .middle > div.top .help {
  background-color: black;
  color: white;
  border-color: black;
  min-width: 285px;
  color: #ffffff;
  font-size: 18px;
  line-height: 28px;
  position: absolute;
  text-align: center;
  margin-top: -20px;
  text-align: center;
  margin-left: -50px;
  padding-top: 20px;
  z-index: 2;
}
@media (max-width: 1219px) {
  #budgetCalc .screen.app .calcBlock .middle > div.top .help,
  #budgetCalc .screen.app .calcBlockAdaptive .middle > div.top .help {
    margin-left: 0;
  }
}
#budgetCalc .screen.app .calcBlock .middle > div.top .help img,
#budgetCalc .screen.app .calcBlockAdaptive .middle > div.top .help img {
  height: 24px;
  display: inline-block;
  margin-top: -5px;
}
#budgetCalc .screen.app .calcBlock .middle > div.top .help button,
#budgetCalc .screen.app .calcBlockAdaptive .middle > div.top .help button {
  width: 100%;
  max-width: 250px;
  display: block;
  margin: 0 auto;
  background-color: #1a1a1a;
  height: 50px;
  color: lightgray;
  font-family: Karla;
  font-size: 14px;
  cursor: pointer;
  border: none;
  text-transform: uppercase;
}
#budgetCalc .screen.app .calcBlock .middle > div.top .help button:hover,
#budgetCalc
  .screen.app
  .calcBlockAdaptive
  .middle
  > div.top
  .help
  button:hover {
  background-color: #343434;
}
#budgetCalc .screen.app .calcBlock .middle > div.top .help button:active,
#budgetCalc
  .screen.app
  .calcBlockAdaptive
  .middle
  > div.top
  .help
  button:active,
#budgetCalc .screen.app .calcBlock .middle > div.top .help button:focus,
#budgetCalc
  .screen.app
  .calcBlockAdaptive
  .middle
  > div.top
  .help
  button:focus {
  outline: none;
}
#budgetCalc .screen.app .calcBlock .middle > div.top .help :after,
#budgetCalc .screen.app .calcBlockAdaptive .middle > div.top .help :after {
  bottom: 100%;
  left: 50%;
  border: solid transparent;
  content: ' ';
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: transparent;
  border-bottom-color: #000000;
  border-width: 5px;
  margin-left: -5px;
}
#budgetCalc .screen.app .calcBlock .middle > div.top .import,
#budgetCalc .screen.app .calcBlockAdaptive .middle > div.top .import {
  text-align: right;
}
@media (max-width: 1219px) {
  #budgetCalc .screen.app .calcBlock .middle > div.top .import,
  #budgetCalc .screen.app .calcBlockAdaptive .middle > div.top .import {
    position: absolute;
    line-height: 20px;
    top: 0;
  }
}
#budgetCalc .screen.app .calcBlock .middle > div.top .import a,
#budgetCalc .screen.app .calcBlockAdaptive .middle > div.top .import a {
  text-transform: uppercase;
  color: #7f7f7f;
  text-decoration: underline;
  font-family: Karla;
  font-size: 14px;
  line-height: 17px;
}
#budgetCalc .screen.app .calcBlock .middle #taskList .task,
#budgetCalc .screen.app .calcBlockAdaptive .middle #taskList .task {
  padding-top: 20px;
  padding-bottom: 20px;
  border-bottom: 1px lightgray solid;
}
@media (max-width: 1219px) {
  #budgetCalc .screen.app .calcBlock .middle #taskList .task,
  #budgetCalc .screen.app .calcBlockAdaptive .middle #taskList .task {
    margin: 0 !important;
  }
}
#budgetCalc .screen.app .calcBlock .middle #taskList .task.active,
#budgetCalc .screen.app .calcBlockAdaptive .middle #taskList .task.active {
  border-color: #f89c1e;
}
#budgetCalc .screen.app .calcBlock .middle #taskList .task.error,
#budgetCalc .screen.app .calcBlockAdaptive .middle #taskList .task.error {
  border-color: red;
}
#budgetCalc .screen.app .calcBlock .middle #taskList .task.touch:before,
#budgetCalc
  .screen.app
  .calcBlockAdaptive
  .middle
  #taskList
  .task.touch:before {
  content: '';
  background-image: url('/plan/images/budget_calculator/remove-85e1f0b4.png');
  background-color: red;
  background-size: 50px;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  left: -100px;
  height: 100%;
  width: 90px;
  top: 0;
}
#budgetCalc .screen.app .calcBlock .middle #taskList .task .name,
#budgetCalc .screen.app .calcBlockAdaptive .middle #taskList .task .name {
  display: flex;
}
#budgetCalc .screen.app .calcBlock .middle #taskList .task .name .starter .clr,
#budgetCalc
  .screen.app
  .calcBlockAdaptive
  .middle
  #taskList
  .task
  .name
  .starter
  .clr {
  margin-right: 10px;
  height: 20px;
  width: 20px;
  border-radius: 50%;
  background-color: gray;
  display: inline-block;
  margin-top: 23px;
  margin-bottom: 20px;
  cursor: pointer;
}
#budgetCalc .screen.app .calcBlock .middle #taskList .task .name .starterChoose,
#budgetCalc
  .screen.app
  .calcBlockAdaptive
  .middle
  #taskList
  .task
  .name
  .starterChoose {
  background-color: white;
  padding: 5px;
  flex: none;
  width: 94px;
  position: absolute;
  top: 45px;
  left: -40px;
  width: 100px;
  z-index: 1;
  display: none;
  -webkit-box-shadow: 0 10px 30px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 10px 30px 0 rgba(0, 0, 0, 0.1);
}
@media (max-width: 1219px) {
  #budgetCalc
    .screen.app
    .calcBlock
    .middle
    #taskList
    .task
    .name
    .starterChoose,
  #budgetCalc
    .screen.app
    .calcBlockAdaptive
    .middle
    #taskList
    .task
    .name
    .starterChoose {
    left: -10px;
  }
}
#budgetCalc
  .screen.app
  .calcBlock
  .middle
  #taskList
  .task
  .name
  .starterChoose.active,
#budgetCalc
  .screen.app
  .calcBlockAdaptive
  .middle
  #taskList
  .task
  .name
  .starterChoose.active {
  display: block;
}
#budgetCalc
  .screen.app
  .calcBlock
  .middle
  #taskList
  .task
  .name
  .starterChoose
  > div,
#budgetCalc
  .screen.app
  .calcBlockAdaptive
  .middle
  #taskList
  .task
  .name
  .starterChoose
  > div {
  float: left;
  margin-bottom: 3px;
  margin-top: 3px;
}
#budgetCalc
  .screen.app
  .calcBlock
  .middle
  #taskList
  .task
  .name
  .starterChoose
  .clr,
#budgetCalc
  .screen.app
  .calcBlockAdaptive
  .middle
  #taskList
  .task
  .name
  .starterChoose
  .clr {
  height: 20px;
  width: 20px;
  background-color: gray;
  border-radius: 50%;
  margin: 0 auto;
  cursor: pointer;
}
#budgetCalc
  .screen.app
  .calcBlock
  .middle
  #taskList
  .task
  .name
  .starterChoose
  .clr:hover,
#budgetCalc
  .screen.app
  .calcBlockAdaptive
  .middle
  #taskList
  .task
  .name
  .starterChoose
  .clr:hover {
  -webkit-box-shadow: 0 0 5px black;
          box-shadow: 0 0 5px black;
}
#budgetCalc .screen.app .calcBlock .middle #taskList .task .name input,
#budgetCalc .screen.app .calcBlockAdaptive .middle #taskList .task .name input,
#budgetCalc .screen.app .calcBlock .middle #taskList .task .name textarea,
#budgetCalc
  .screen.app
  .calcBlockAdaptive
  .middle
  #taskList
  .task
  .name
  textarea {
  border: none;
  background-color: inherit;
  width: 100%;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  margin-top: -7px;
}
#budgetCalc .screen.app .calcBlock .middle #taskList .task .name input:active,
#budgetCalc
  .screen.app
  .calcBlockAdaptive
  .middle
  #taskList
  .task
  .name
  input:active,
#budgetCalc .screen.app .calcBlock .middle #taskList .task .name input:focus,
#budgetCalc
  .screen.app
  .calcBlockAdaptive
  .middle
  #taskList
  .task
  .name
  input:focus,
#budgetCalc
  .screen.app
  .calcBlock
  .middle
  #taskList
  .task
  .name
  textarea:active,
#budgetCalc
  .screen.app
  .calcBlockAdaptive
  .middle
  #taskList
  .task
  .name
  textarea:active,
#budgetCalc .screen.app .calcBlock .middle #taskList .task .name textarea:focus,
#budgetCalc
  .screen.app
  .calcBlockAdaptive
  .middle
  #taskList
  .task
  .name
  textarea:focus {
  outline: none;
}
#budgetCalc .screen.app .calcBlock .middle #taskList .task .details,
#budgetCalc .screen.app .calcBlockAdaptive .middle #taskList .task .details {
  display: flex;
}
@media (max-width: 767px) {
  #budgetCalc .screen.app .calcBlock .middle #taskList .task .details,
  #budgetCalc .screen.app .calcBlockAdaptive .middle #taskList .task .details {
    display: block;
  }
}
#budgetCalc .screen.app .calcBlock .middle #taskList .task .details > .empty,
#budgetCalc
  .screen.app
  .calcBlockAdaptive
  .middle
  #taskList
  .task
  .details
  > .empty {
  color: #a5a5a5;
  font-weight: 400;
}
#budgetCalc
  .screen.app
  .calcBlock
  .middle
  #taskList
  .task
  .details
  > .empty
  span,
#budgetCalc
  .screen.app
  .calcBlockAdaptive
  .middle
  #taskList
  .task
  .details
  > .empty
  span {
  color: #a5a5a5;
  font-weight: 400 !important;
}
#budgetCalc .screen.app .calcBlock .middle #taskList .task .details input,
#budgetCalc
  .screen.app
  .calcBlockAdaptive
  .middle
  #taskList
  .task
  .details
  input,
#budgetCalc .screen.app .calcBlock .middle #taskList .task .details textarea,
#budgetCalc
  .screen.app
  .calcBlockAdaptive
  .middle
  #taskList
  .task
  .details
  textarea {
  border: none;
  background-color: inherit;
  width: 100%;
  height: 70px;
  font-family: Karla;
  font-size: 14px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
#budgetCalc
  .screen.app
  .calcBlock
  .middle
  #taskList
  .task
  .details
  input:active,
#budgetCalc
  .screen.app
  .calcBlockAdaptive
  .middle
  #taskList
  .task
  .details
  input:active,
#budgetCalc .screen.app .calcBlock .middle #taskList .task .details input:focus,
#budgetCalc
  .screen.app
  .calcBlockAdaptive
  .middle
  #taskList
  .task
  .details
  input:focus,
#budgetCalc
  .screen.app
  .calcBlock
  .middle
  #taskList
  .task
  .details
  textarea:active,
#budgetCalc
  .screen.app
  .calcBlockAdaptive
  .middle
  #taskList
  .task
  .details
  textarea:active,
#budgetCalc
  .screen.app
  .calcBlock
  .middle
  #taskList
  .task
  .details
  textarea:focus,
#budgetCalc
  .screen.app
  .calcBlockAdaptive
  .middle
  #taskList
  .task
  .details
  textarea:focus {
  outline: none;
}
#budgetCalc .screen.app .calcBlock .middle #taskList .task .details .cost,
#budgetCalc
  .screen.app
  .calcBlockAdaptive
  .middle
  #taskList
  .task
  .details
  .cost {
  display: flex;
  align-items: center;
}
#budgetCalc .screen.app .calcBlock .middle #taskList .task .details .cost span,
#budgetCalc
  .screen.app
  .calcBlockAdaptive
  .middle
  #taskList
  .task
  .details
  .cost
  span {
  text-transform: uppercase;
  font-family: Karla;
  font-size: 14px;
  font-weight: bold;
}
#budgetCalc .screen.app .calcBlock .middle #taskList .task .details .rate,
#budgetCalc
  .screen.app
  .calcBlockAdaptive
  .middle
  #taskList
  .task
  .details
  .rate {
  display: flex;
  text-transform: uppercase;
  font-family: Karla;
  font-size: 14px;
}
#budgetCalc .screen.app .calcBlock .middle #taskList .task .details .rate span,
#budgetCalc
  .screen.app
  .calcBlockAdaptive
  .middle
  #taskList
  .task
  .details
  .rate
  span {
  display: flex;
  align-items: center;
  text-transform: uppercase;
  font-family: Karla;
  font-size: 14px;
}
#budgetCalc
  .screen.app
  .calcBlock
  .middle
  #taskList
  .task
  .details
  .rate
  span:after,
#budgetCalc
  .screen.app
  .calcBlockAdaptive
  .middle
  #taskList
  .task
  .details
  .rate
  span:after {
  margin-left: 5px;
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 3px 0 3px;
  border-color: #000000 transparent transparent transparent;
}
#budgetCalc
  .screen.app
  .calcBlock
  .middle
  #taskList
  .task
  .details
  .rate
  .rateChoose,
#budgetCalc
  .screen.app
  .calcBlockAdaptive
  .middle
  #taskList
  .task
  .details
  .rate
  .rateChoose {
  width: 200px;
  max-width: 200px;
  -webkit-box-shadow: 0 10px 30px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 10px 30px 0 rgba(0, 0, 0, 0.1);
  display: none;
  position: absolute;
  background-color: white;
  right: 0;
  top: 50px;
  z-index: 5;
}
@media (max-width: 650px) {
  #budgetCalc
    .screen.app
    .calcBlock
    .middle
    #taskList
    .task
    .details
    .rate
    .rateChoose,
  #budgetCalc
    .screen.app
    .calcBlockAdaptive
    .middle
    #taskList
    .task
    .details
    .rate
    .rateChoose {
    right: auto;
  }
}
#budgetCalc
  .screen.app
  .calcBlock
  .middle
  #taskList
  .task
  .details
  .rate
  .rateChoose
  .topBlock,
#budgetCalc
  .screen.app
  .calcBlockAdaptive
  .middle
  #taskList
  .task
  .details
  .rate
  .rateChoose
  .topBlock {
  text-align: center;
  color: #f89c1e;
  font-family: Karla;
  font-size: 14px;
}
#budgetCalc
  .screen.app
  .calcBlock
  .middle
  #taskList
  .task
  .details
  .rate
  .rateChoose
  .topBlock
  .leftSide,
#budgetCalc
  .screen.app
  .calcBlockAdaptive
  .middle
  #taskList
  .task
  .details
  .rate
  .rateChoose
  .topBlock
  .leftSide {
  float: left;
  padding: 10px 0;
  cursor: pointer;
}
#budgetCalc
  .screen.app
  .calcBlock
  .middle
  #taskList
  .task
  .details
  .rate
  .rateChoose
  .topBlock
  .leftSide.active,
#budgetCalc
  .screen.app
  .calcBlockAdaptive
  .middle
  #taskList
  .task
  .details
  .rate
  .rateChoose
  .topBlock
  .leftSide.active {
  border-bottom: 1px #f89c1e solid;
}
#budgetCalc
  .screen.app
  .calcBlock
  .middle
  #taskList
  .task
  .details
  .rate
  .rateChoose
  .topBlock
  .rightSide,
#budgetCalc
  .screen.app
  .calcBlockAdaptive
  .middle
  #taskList
  .task
  .details
  .rate
  .rateChoose
  .topBlock
  .rightSide {
  float: left;
  padding: 10px 0;
  cursor: pointer;
}
#budgetCalc
  .screen.app
  .calcBlock
  .middle
  #taskList
  .task
  .details
  .rate
  .rateChoose
  .topBlock
  .rightSide.active,
#budgetCalc
  .screen.app
  .calcBlockAdaptive
  .middle
  #taskList
  .task
  .details
  .rate
  .rateChoose
  .topBlock
  .rightSide.active {
  border-bottom: 1px #f89c1e solid;
}
#budgetCalc
  .screen.app
  .calcBlock
  .middle
  #taskList
  .task
  .details
  .rate
  .rateChoose
  .bottomBlock,
#budgetCalc
  .screen.app
  .calcBlockAdaptive
  .middle
  #taskList
  .task
  .details
  .rate
  .rateChoose
  .bottomBlock {
  padding-top: 15px;
  float: left;
  display: none;
}
#budgetCalc
  .screen.app
  .calcBlock
  .middle
  #taskList
  .task
  .details
  .rate
  .rateChoose
  .bottomBlock
  input,
#budgetCalc
  .screen.app
  .calcBlockAdaptive
  .middle
  #taskList
  .task
  .details
  .rate
  .rateChoose
  .bottomBlock
  input {
  border: 1px #f89c1e solid;
  height: 50px;
  padding-left: 15px;
  margin-bottom: 15px;
}
#budgetCalc
  .screen.app
  .calcBlock
  .middle
  #taskList
  .task
  .details
  .rate
  .rateChoose
  .bottomBlock
  input::-webkit-input-placeholder,
#budgetCalc
  .screen.app
  .calcBlockAdaptive
  .middle
  #taskList
  .task
  .details
  .rate
  .rateChoose
  .bottomBlock
  input::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #a5a5a5;
}
#budgetCalc
  .screen.app
  .calcBlock
  .middle
  #taskList
  .task
  .details
  .rate
  .rateChoose
  .bottomBlock
  input::-moz-placeholder,
#budgetCalc
  .screen.app
  .calcBlockAdaptive
  .middle
  #taskList
  .task
  .details
  .rate
  .rateChoose
  .bottomBlock
  input::-moz-placeholder {
  /* Firefox 19+ */
  color: #a5a5a5;
}
#budgetCalc
  .screen.app
  .calcBlock
  .middle
  #taskList
  .task
  .details
  .rate
  .rateChoose
  .bottomBlock
  input:-ms-input-placeholder,
#budgetCalc
  .screen.app
  .calcBlockAdaptive
  .middle
  #taskList
  .task
  .details
  .rate
  .rateChoose
  .bottomBlock
  input:-ms-input-placeholder {
  /* IE 10+ */
  color: #a5a5a5;
}
#budgetCalc
  .screen.app
  .calcBlock
  .middle
  #taskList
  .task
  .details
  .rate
  .rateChoose
  .bottomBlock
  input:-moz-placeholder,
#budgetCalc
  .screen.app
  .calcBlockAdaptive
  .middle
  #taskList
  .task
  .details
  .rate
  .rateChoose
  .bottomBlock
  input:-moz-placeholder {
  /* Firefox 18- */
  color: #a5a5a5;
}
#budgetCalc
  .screen.app
  .calcBlock
  .middle
  #taskList
  .task
  .details
  .rate
  .rateChoose
  .bottomBlock
  input:hover,
#budgetCalc
  .screen.app
  .calcBlockAdaptive
  .middle
  #taskList
  .task
  .details
  .rate
  .rateChoose
  .bottomBlock
  input:hover,
#budgetCalc
  .screen.app
  .calcBlock
  .middle
  #taskList
  .task
  .details
  .rate
  .rateChoose
  .bottomBlock
  input:focus,
#budgetCalc
  .screen.app
  .calcBlockAdaptive
  .middle
  #taskList
  .task
  .details
  .rate
  .rateChoose
  .bottomBlock
  input:focus {
  outline: none;
}
#budgetCalc
  .screen.app
  .calcBlock
  .middle
  #taskList
  .task
  .details
  .rate
  .rateChoose
  .bottomBlock
  button,
#budgetCalc
  .screen.app
  .calcBlockAdaptive
  .middle
  #taskList
  .task
  .details
  .rate
  .rateChoose
  .bottomBlock
  button {
  background-color: #1a1a1a;
  height: 50px;
  width: 100%;
  max-width: 250px;
  margin: 0 auto;
  display: block;
  color: white;
  border: none;
  margin-bottom: 30px;
  cursor: pointer;
  text-transform: uppercase;
  font-family: Karla;
  font-size: 14px;
}
#budgetCalc
  .screen.app
  .calcBlock
  .middle
  #taskList
  .task
  .details
  .rate
  .rateChoose
  .bottomBlock
  button:focus,
#budgetCalc
  .screen.app
  .calcBlockAdaptive
  .middle
  #taskList
  .task
  .details
  .rate
  .rateChoose
  .bottomBlock
  button:focus,
#budgetCalc
  .screen.app
  .calcBlock
  .middle
  #taskList
  .task
  .details
  .rate
  .rateChoose
  .bottomBlock
  button:active,
#budgetCalc
  .screen.app
  .calcBlockAdaptive
  .middle
  #taskList
  .task
  .details
  .rate
  .rateChoose
  .bottomBlock
  button:active {
  outline: none;
}
#budgetCalc
  .screen.app
  .calcBlock
  .middle
  #taskList
  .task
  .details
  .rate
  .rateChoose
  .bottomBlock
  button:hover,
#budgetCalc
  .screen.app
  .calcBlockAdaptive
  .middle
  #taskList
  .task
  .details
  .rate
  .rateChoose
  .bottomBlock
  button:hover {
  background-color: #343434;
}
#budgetCalc
  .screen.app
  .calcBlock
  .middle
  #taskList
  .task
  .details
  .rate
  .rateChoose
  .bottomBlock.active,
#budgetCalc
  .screen.app
  .calcBlockAdaptive
  .middle
  #taskList
  .task
  .details
  .rate
  .rateChoose
  .bottomBlock.active {
  display: block;
}
@media (max-width: 767px) {
  #budgetCalc
    .screen.app
    .calcBlock
    .middle
    #taskList
    .task
    .details
    .dates
    input,
  #budgetCalc
    .screen.app
    .calcBlockAdaptive
    .middle
    #taskList
    .task
    .details
    .dates
    input {
    height: auto;
  }
}
#budgetCalc
  .screen.app
  .calcBlock
  .middle
  #taskList
  .task
  .details
  .dates
  input::-webkit-input-placeholder,
#budgetCalc
  .screen.app
  .calcBlockAdaptive
  .middle
  #taskList
  .task
  .details
  .dates
  input::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  text-transform: uppercase;
  color: #a5a5a5;
}
#budgetCalc
  .screen.app
  .calcBlock
  .middle
  #taskList
  .task
  .details
  .dates
  input::-moz-placeholder,
#budgetCalc
  .screen.app
  .calcBlockAdaptive
  .middle
  #taskList
  .task
  .details
  .dates
  input::-moz-placeholder {
  /* Firefox 19+ */
  text-transform: uppercase;
  color: #a5a5a5;
}
#budgetCalc
  .screen.app
  .calcBlock
  .middle
  #taskList
  .task
  .details
  .dates
  input:-ms-input-placeholder,
#budgetCalc
  .screen.app
  .calcBlockAdaptive
  .middle
  #taskList
  .task
  .details
  .dates
  input:-ms-input-placeholder {
  /* IE 10+ */
  text-transform: uppercase;
  color: #a5a5a5;
}
#budgetCalc
  .screen.app
  .calcBlock
  .middle
  #taskList
  .task
  .details
  .dates
  input:-moz-placeholder,
#budgetCalc
  .screen.app
  .calcBlockAdaptive
  .middle
  #taskList
  .task
  .details
  .dates
  input:-moz-placeholder {
  /* Firefox 18- */
  text-transform: uppercase;
  color: #a5a5a5;
}
#budgetCalc
  .screen.app
  .calcBlock
  .middle
  #taskList
  .task
  .details
  .dates
  input:hover,
#budgetCalc
  .screen.app
  .calcBlockAdaptive
  .middle
  #taskList
  .task
  .details
  .dates
  input:hover,
#budgetCalc
  .screen.app
  .calcBlock
  .middle
  #taskList
  .task
  .details
  .dates
  input:focus,
#budgetCalc
  .screen.app
  .calcBlockAdaptive
  .middle
  #taskList
  .task
  .details
  .dates
  input:focus {
  outline: none;
}
#budgetCalc .screen.app .calcBlock .right,
#budgetCalc .screen.app .calcBlockAdaptive .right {
  padding-top: 50px;
  padding-left: 50px;
}
@media (max-width: 979px) {
  #budgetCalc .screen.app .calcBlock .right,
  #budgetCalc .screen.app .calcBlockAdaptive .right {
    padding: 0;
  }
}
#budgetCalc .screen.app .calcBlock .right #results,
#budgetCalc .screen.app .calcBlockAdaptive .right #results {
  background-color: white;
  padding: 20px;
  min-height: 650px;
}
#budgetCalc .screen.app .calcBlock .right #results .buttons,
#budgetCalc .screen.app .calcBlockAdaptive .right #results .buttons {
  position: absolute;
  bottom: 0;
  left: 0;
}
@media (max-width: 767px) {
  #budgetCalc .screen.app .calcBlock .right #results .buttons,
  #budgetCalc .screen.app .calcBlockAdaptive .right #results .buttons {
    position: relative;
    margin-top: 20px;
  }
}
#budgetCalc .screen.app .calcBlock .right #results .title,
#budgetCalc .screen.app .calcBlockAdaptive .right #results .title {
  color: #b8b8b8;
  font-family: Karla;
  font-size: 14px;
  line-height: 17px;
  text-transform: uppercase;
  padding-top: 20px;
  padding-bottom: 10px;
}
#budgetCalc .screen.app .calcBlock .right #results .vle,
#budgetCalc .screen.app .calcBlockAdaptive .right #results .vle {
  font-family: Karla;
  font-size: 36px;
  color: black;
}
#budgetCalc .screen.app .calcBlock .right #results .vle.empty,
#budgetCalc .screen.app .calcBlockAdaptive .right #results .vle.empty {
  color: #b8b8b8;
}
#budgetCalc .screen.app .calcBlock .right #results #summary:before,
#budgetCalc .screen.app .calcBlockAdaptive .right #results #summary:before {
  content: '$';
  font-size: 16px;
  top: -10px;
  position: relative;
}
#budgetCalc .screen.app .calcBlock .right #results #budgetSplit,
#budgetCalc .screen.app .calcBlockAdaptive .right #results #budgetSplit {
  height: 10px;
  overflow: hidden;
  width: 100%;
}
#budgetCalc .screen.app .calcBlock .right #results button,
#budgetCalc .screen.app .calcBlockAdaptive .right #results button {
  background-color: #f7f7f7;
  height: 50px;
  width: 100%;
  max-width: 250px;
  margin: 0 auto;
  display: block;
  color: black;
  border: none;
  margin-bottom: 30px;
  cursor: pointer;
  text-transform: uppercase;
  font-family: Karla;
  font-size: 14px;
}
#budgetCalc .screen.app .calcBlock .right #results button:focus,
#budgetCalc .screen.app .calcBlockAdaptive .right #results button:focus,
#budgetCalc .screen.app .calcBlock .right #results button:active,
#budgetCalc .screen.app .calcBlockAdaptive .right #results button:active {
  outline: none;
}
#budgetCalc .screen.app .calcBlock .right #results button:hover,
#budgetCalc .screen.app .calcBlockAdaptive .right #results button:hover,
#budgetCalc .screen.app .calcBlock .right #results button.active,
#budgetCalc .screen.app .calcBlockAdaptive .right #results button.active {
  background-color: black;
  color: white;
}
#budgetCalc .screen.app .calcBlock .right #results input#email,
#budgetCalc .screen.app .calcBlockAdaptive .right #results input#email {
  display: none;
  border: 1px #f89c1e solid;
  height: 50px;
  padding-left: 15px;
  margin-bottom: 15px;
  width: 100%;
  max-width: 250px;
  margin: 0 auto;
  margin-bottom: 15px;
}
#budgetCalc
  .screen.app
  .calcBlock
  .right
  #results
  input#email::-webkit-input-placeholder,
#budgetCalc
  .screen.app
  .calcBlockAdaptive
  .right
  #results
  input#email::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #a5a5a5;
}
#budgetCalc
  .screen.app
  .calcBlock
  .right
  #results
  input#email::-moz-placeholder,
#budgetCalc
  .screen.app
  .calcBlockAdaptive
  .right
  #results
  input#email::-moz-placeholder {
  /* Firefox 19+ */
  color: #a5a5a5;
}
#budgetCalc
  .screen.app
  .calcBlock
  .right
  #results
  input#email:-ms-input-placeholder,
#budgetCalc
  .screen.app
  .calcBlockAdaptive
  .right
  #results
  input#email:-ms-input-placeholder {
  /* IE 10+ */
  color: #a5a5a5;
}
#budgetCalc .screen.app .calcBlock .right #results input#email:-moz-placeholder,
#budgetCalc
  .screen.app
  .calcBlockAdaptive
  .right
  #results
  input#email:-moz-placeholder {
  /* Firefox 18- */
  color: #a5a5a5;
}
#budgetCalc .screen.app .calcBlock .right #results input#email:hover,
#budgetCalc .screen.app .calcBlockAdaptive .right #results input#email:hover,
#budgetCalc .screen.app .calcBlock .right #results input#email:focus,
#budgetCalc .screen.app .calcBlockAdaptive .right #results input#email:focus {
  outline: none;
}
#budgetCalc .screen.app .calcBlock .right #results #privacy,
#budgetCalc .screen.app .calcBlockAdaptive .right #results #privacy {
  display: none;
  color: rgba(0, 0, 0, 0.5);
  font-family: Karla;
  font-size: 10px;
  line-height: 15px;
  width: 100%;
  max-width: 250px;
  margin: 0 auto;
  padding-bottom: 15px;
}
#budgetCalc .screen.app .calcBlockAdaptive {
  display: none;
}
@media (max-width: 1219px) {
  #budgetCalc .screen.app .calcBlockAdaptive {
    display: block;
  }
}
#budgetCalc .screen.app .calcBlockAdaptive .left {
  display: block;
}
@media (max-width: 767px) {
  #budgetCalc .calcBlock,
  #budgetCalc .screen.app .calcBlockAdaptive {
    display: block;
  }
}
#budgetCalc .calcBlock .top,
#budgetCalc .screen.app .calcBlockAdaptive .top {
  max-height: 100px;
  min-height: 30px;
}
@media (max-width: 767px) {
  #budgetCalc .calcBlock .top,
  #budgetCalc .screen.app .calcBlockAdaptive .top {
    display: block;
  }
}
@media (max-width: 767px) {
  #budgetCalc .calcBlock .top .share,
  #budgetCalc .screen.app .calcBlockAdaptive .top .share {
    padding: 10px 0;
  }
}
#budgetCalc .calcBlock .top .share > div,
#budgetCalc .screen.app .calcBlockAdaptive .top .share > div,
#budgetCalc .calcBlock .top .share a,
#budgetCalc .screen.app .calcBlockAdaptive .top .share a {
  color: black;
  text-align: center;
  font-family: Karla;
  font-size: 12px;
  line-height: 16px;
  cursor: pointer;
}
#budgetCalc .calcBlock .top .share > div img,
#budgetCalc .screen.app .calcBlockAdaptive .top .share > div img,
#budgetCalc .calcBlock .top .share a img,
#budgetCalc .screen.app .calcBlockAdaptive .top .share a img {
  height: 16px;
  width: 16px;
  margin-right: 5px;
  display: inline-block;
}
#budgetCalc .calcBlock .middle,
#budgetCalc .screen.app .calcBlockAdaptive .middle {
  min-height: 300px;
  font-size: 17px;
  line-height: 28px;
}
#budgetCalc .calcBlock .middle .bubleBg,
#budgetCalc .screen.app .calcBlockAdaptive .middle .bubleBg {
  background-image: url('/plan/images/budget_calculator/blobs-91ba7eca.png');
  background-position: top left;
  background-repeat: no-repeat;
  background-size: 850px;
}
@media (max-width: 1499px) {
  #budgetCalc .calcBlock .middle .bubleBg,
  #budgetCalc .screen.app .calcBlockAdaptive .middle .bubleBg {
    background-size: 1100px;
  }
}
@media (max-width: 767px) {
  #budgetCalc .calcBlock .middle .bubleBg,
  #budgetCalc .screen.app .calcBlockAdaptive .middle .bubleBg {
    background-size: 2000px;
  }
}
#budgetCalc .calcBlock .middle.start,
#budgetCalc .screen.app .calcBlockAdaptive .middle.start {
  background-image: url('/plan/images/budget_calculator/03.3.george_illustration-0dbc8dbf.svg');
  background-repeat: no-repeat;
  background-position: bottom center;
}
@media (max-width: 1219px) {
  #budgetCalc .calcBlock .middle.start,
  #budgetCalc .screen.app .calcBlockAdaptive .middle.start {
    background-image: none;
  }
}
@media (max-width: 767px) {
  #budgetCalc .calcBlock .middle,
  #budgetCalc .screen.app .calcBlockAdaptive .middle {
    display: block;
  }
}
#budgetCalc .calcBlock .middle > div.left,
#budgetCalc .screen.app .calcBlockAdaptive .middle > div.left {
  background-image: url('/plan/images/budget_calculator/illustration_landing_page-9ed3a64a.svg');
  background-position: bottom;
  background-repeat: no-repeat;
  min-height: 670px;
  padding-left: 100px;
}
@media (max-width: 979px) {
  #budgetCalc .calcBlock .middle > div.left,
  #budgetCalc .screen.app .calcBlockAdaptive .middle > div.left {
    padding-left: 10px;
  }
}
@media (max-width: 767px) {
  #budgetCalc .calcBlock .middle > div.left,
  #budgetCalc .screen.app .calcBlockAdaptive .middle > div.left {
    padding-bottom: 20px;
  }
}
#budgetCalc .calcBlock .middle h1,
#budgetCalc .screen.app .calcBlockAdaptive .middle h1 {
  padding-bottom: 40px;
  font-family: 'Karla', serif;
  font-size: 70px;
  font-weight: bold;
}
@media (max-width: 767px) {
  #budgetCalc .calcBlock .middle h1,
  #budgetCalc .screen.app .calcBlockAdaptive .middle h1 {
    font-size: 35px;
    line-height: 35px;
    padding-top: 15px;
  }
}
#budgetCalc .calcBlock .middle .form input,
#budgetCalc .screen.app .calcBlockAdaptive .middle .form input {
  height: 100px;
  width: 100%;
  background-color: transparent;
  border: none;
  color: white;
  font-weight: 400 !important;
  font-size: 18px;
  text-align: center;
  font-weight: bold;
  cursor: pointer;
  background-image: url('/plan/images/budget_calculator/pxl_bg-70d873da.png');
}
#budgetCalc .calcBlock .middle .form input:active,
#budgetCalc .screen.app .calcBlockAdaptive .middle .form input:active,
#budgetCalc .calcBlock .middle .form input:focus,
#budgetCalc .screen.app .calcBlockAdaptive .middle .form input:focus {
  outline: none;
  background-image: url('/plan/images/budget_calculator/pxl_bg_dark-bbfd3080.png');
}
#budgetCalc .calcBlock .middle .form input::-webkit-input-placeholder,
#budgetCalc
  .screen.app
  .calcBlockAdaptive
  .middle
  .form
  input::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: white;
  font-weight: 200;
}
#budgetCalc .calcBlock .middle .form input::-moz-placeholder,
#budgetCalc
  .screen.app
  .calcBlockAdaptive
  .middle
  .form
  input::-moz-placeholder {
  /* Firefox 19+ */
  color: white;
  font-weight: 200;
}
#budgetCalc .calcBlock .middle .form input:-ms-input-placeholder,
#budgetCalc
  .screen.app
  .calcBlockAdaptive
  .middle
  .form
  input:-ms-input-placeholder {
  /* IE 10+ */
  color: white;
  font-weight: 200;
}
#budgetCalc .calcBlock .middle .form input:-moz-placeholder,
#budgetCalc
  .screen.app
  .calcBlockAdaptive
  .middle
  .form
  input:-moz-placeholder {
  /* Firefox 18- */
  color: white;
  font-weight: 200;
}
#budgetCalc .calcBlock .middle .form input.focus::-webkit-input-placeholder,
#budgetCalc
  .screen.app
  .calcBlockAdaptive
  .middle
  .form
  input.focus::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: transparent;
}
#budgetCalc .calcBlock .middle .form input.focus::-moz-placeholder,
#budgetCalc
  .screen.app
  .calcBlockAdaptive
  .middle
  .form
  input.focus::-moz-placeholder {
  /* Firefox 19+ */
  color: transparent;
}
#budgetCalc .calcBlock .middle .form input.focus:-ms-input-placeholder,
#budgetCalc
  .screen.app
  .calcBlockAdaptive
  .middle
  .form
  input.focus:-ms-input-placeholder {
  /* IE 10+ */
  color: transparent;
}
#budgetCalc .calcBlock .middle .form input.focus:-moz-placeholder,
#budgetCalc
  .screen.app
  .calcBlockAdaptive
  .middle
  .form
  input.focus:-moz-placeholder {
  /* Firefox 18- */
  color: transparent;
}
#budgetCalc .calcBlock .middle .form button,
#budgetCalc .screen.app .calcBlockAdaptive .middle .form button {
  height: 100px;
  width: 100%;
  border: none;
  background-color: black;
  color: white;
  font-size: 18px;
  font-weight: 200;
  text-align: center;
  cursor: pointer;
  border: 3px black solid;
}
#budgetCalc .calcBlock .middle .form button:active,
#budgetCalc .screen.app .calcBlockAdaptive .middle .form button:active,
#budgetCalc .calcBlock .middle .form button:focus,
#budgetCalc .screen.app .calcBlockAdaptive .middle .form button:focus {
  outline: none;
}
#budgetCalc .calcBlock .middle .form button:hover,
#budgetCalc .screen.app .calcBlockAdaptive .middle .form button:hover,
#budgetCalc .calcBlock .middle .form button:active,
#budgetCalc .screen.app .calcBlockAdaptive .middle .form button:active,
#budgetCalc .calcBlock .middle .form button:focus,
#budgetCalc .screen.app .calcBlockAdaptive .middle .form button:focus {
  border-color: white;
}
#budgetCalc .calcBlock .bottom,
#budgetCalc .screen.app .calcBlockAdaptive .bottom {
  min-height: 20px;
  max-height: 10px;
}

.daterangepicker td.in-range {
  background-color: #fde8cf;
  color: #000;
  border-radius: 0;
}

.daterangepicker td.active,
.daterangepicker td.active:hover {
  background-color: #d98031;
  border-color: transparent;
  color: #fff;
}

.daterangepicker td.end-date {
  border-radius: 0 4px 4px 0;
}

.daterangepicker .drp-buttons .btn {
  background-color: black;
  color: white;
  min-width: 70px;
  min-height: 40px;
  border: 1px black solid;
  border-radius: 0;
  font-weight: 200;
  font-family: 'Nunito Sans', sans-serif;
  text-transform: uppercase;
}
.daterangepicker .drp-buttons .btn:active,
.daterangepicker .drp-buttons .btn:focus {
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.clearBtn {
  background-color: transparent;
  text-decoration: underline;
  float: left;
  border: none;
  min-width: 70px;
  min-height: 40px;
  cursor: pointer;
}
.clearBtn:active,
.clearBtn:focus {
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.daterangepicker .drp-buttons .btn:hover {
  border-color: white;
}

.drp-selected {
  display: none !important;
}

.drp-calendar th {
  color: lightgray;
}
.drp-calendar th.month {
  color: black;
  font-size: 16px;
  border: none;
}
.drp-calendar th.prev {
  border: 1px lightgray solid;
}
.drp-calendar th.prev span {
  border-color: #d98031 !important;
  left: 2px;
  position: relative;
}
.drp-calendar th.prev:hover {
  border-radius: 0;
}
.drp-calendar th.next {
  border: 1px lightgray solid;
}
.drp-calendar th.next span {
  border-color: #d98031 !important;
  left: -2px;
  position: relative;
}
.drp-calendar th.next:hover {
  border-radius: 0;
}

.qtipAlert {
  background-color: darkred;
  color: white;
  max-width: 200px;
  border-radius: 5px;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  border-color: darkred;
}
.qtipAlert .qtip-content {
  text-align: center;
}

.ZebraDialog_Buttons a {
  background-color: #1a1a1a !important;
  color: white !important;
  font-family: Karla;
  font-size: 14px;
  font-weight: 400 !important;
  border-radius: 0 !important;
}
.ZebraDialog_Buttons a:hover {
  background-color: #343434 !important;
  color: white;
}
.ZebraDialog_Buttons a:active,
.ZebraDialog_Buttons a:focus {
  outline: none !important;
}

.jchart__markers {
  display: none !important;
}

figure {
  margin: 0 !important;
}

#importCSVpopup {
  display: none;
}

#makeImagePopup {
  display: none;
}

.ZebraDialog_Body .userImage {
  opacity: 0;
  height: 120px;
  width: 120px;
  margin-top: 15px;
  margin: 15px auto;
  display: block;
  position: relative;
  right: 30px;
}

img.csvImg {
  width: 100%;
}

#csvFile {
  display: none;
}
