@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;700&display=swap');
@import url('https://fonts.googleapis.com/css?family=Roboto:wght@100,100i,300,300i,400,400i,500,500i,700,700i,900,900i&display=swap');
@import url('https://fonts.googleapis.com/icon?family=Material+Icons');

html,body {
  height: 100%;
  width: 100%;
  font-family: "Roboto", sans-serif;
}

.login-content, .register-content, .payment-content, .contactUs-content, .passwordReset-content {
  display: flex;
  min-height: 100vh;
  background:url(/static/img/background2_reduced.png) center center repeat-y;
  background-size: cover;
  align-items: center;
}

.login-image {
      width: 65%;
      text-align: center;
}
.login-image img {
  width: 100%;
}

.margintop300{margin-top:300px;}
.formbg{
    border-radius: 25px;
    padding: 35px;
    background:no-repeat center center  #f5f5f5;
}

#d4s-navbar{
  margin-bottom: 0px;
  border-radius: 0px;
}
.signup{
  display: block;
  background:no-repeat center center  #f5f5f5;
}

.login-form {
     width: 30%;
    padding: 0px 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}
.crv-img {
  position: absolute;
    bottom: 0;
    right: 0;
}

.login-input input{
 border-radius: 30px;
    height: 50px;
    height: 40px;
    border-bottom: 1px solid #000;
    border-top: 0px;
    border-left: 0px;
    border-right: 0px;
    border-radius: 0;
    background: transparent;
}
::placeholder {
  color: #787878!important;
  opacity: .5 !important; /* Firefox */
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
 color: red!important;
}

::-ms-input-placeholder { /* Microsoft Edge */
 color: red!important;
}
.login-input input{
    position: relative;
        color: #000000;
    font-weight: 400;

    padding:0px;
}
.login-input input:focus {
  outline: none;
  box-shadow: none;
  background: transparent;
}

.login-input input:focus {
  border-color: #000;
}

.login-input select{
 border-radius: 30px;
    height: 50px;
    height: 40px;
    border-bottom: 1px solid #000;
    border-top: 0px;
    border-left: 0px;
    border-right: 0px;
    border-radius: 0;
    background: transparent;
}

.login-input select{
    position: relative;
        color: #000000;
    font-weight: 400;

    padding:0px;
}
.login-input select:focus {
  outline: none;
  box-shadow: none;
  background: transparent;
}

.login-input select:focus {
  border-color: #000;
}



.login-input textarea {
 border-radius: 30px;
    height: 50px;
    height: 40px;
    border-bottom: 1px solid #000;
    border-top: 0px;
    border-left: 0px;
    border-right: 0px;
    border-radius: 0;
    background: transparent;
}

.login-input textarea{
    position: relative;
        color: #000;
    font-weight: 400;

    padding:0px;
}
.login-input textarea:focus {
  outline: none;
  box-shadow: none;
  background: transparent;
}

.login-input textarea:focus {
  border-color: #000;
}


.loginicons {
     position: absolute;
    top: 14px;
    left: 34px;
}
.login-title h2{
      font-weight: 700;
       color: #333;
    margin-bottom: 25px;
        font-size: 35px;
}
.login-title p {
  font-size: 13px;
    margin-bottom: 40px;
}
.forgot_pass a {
     color: #337ab7;
    font-size: 14px;
}
.forgot_pass a:hover{
    color: #3E9ED1
}
.forgot_pass {
      padding: 2px 10px;
      text-align: right;
}
.register_now a {
  color: #337ab7;
 /* font-size: 14px; */
}
.register_now a:hover{
 color: #3E9ED1
}
/* .forgot_pass {
   text-align: right;
} */
.login-btn .btn{
    width: 100%;
    color: #000000;
    font-size: 20px;
    border-radius: 9px;
    padding: 7px 40px;
    background: #dbb807;
    border: none;
}

.password-btn{
  width: 100%;
  color: #000000;
  font-size: 20px;
  border-radius: 9px;
  padding: 7px 40px;
  margin: 10px 10px 0px;
  background: #dbb807;
  border: none;
  text-align: center;
}

.password-btn:hover {
  box-shadow: 1px 3px 14px 2px #00000038;
  background: #DFBC07;
  text-decoration: none;
  color: #000000;
}

.login-input {
      margin-bottom: 20px;
}
.loginicons img {
      width: 20px;
}
.login-image {
  position: relative;
}
.crv-img2 {
      position: absolute;
    top: 20px;
    left: 20px;
}
.welcomtext{width: 50%;
margin: 0 auto}
.welcomtext h1{
    font-size: 70px;
    font-weight: bold;
    color: #fff;
        text-shadow: 0 0 15px dimgrey;
}
.welcomtext span{
    color: #FFD500;
}
.welcomtext p{
    color: #fff;
}
.welcomtext h3{
    color: #fff;
    font-size: 23px;
    margin: 30px;
}
.registerbtn {
    border: 2px solid #FFD500;
    padding: 10px 25px;
    border-radius: 5px;
    color: #FFD500;
    margin-top: 15px;
    font-size: 18px;
    font-weight: 600;
}
.registerbtn:hover{ color: #fff!important; text-decoration: none; border: 2px solid #fff;}
.regi_btn {
      text-align: right;
    margin-top: 10px;
    font-size: 14px;
    color: white;
}
.regi_btn a {
      color: black;
    border: 1px solid black;
    padding: 10px 20px;
    border-radius: 5px;
    display: inline-block;

}
.login-btn .btn:hover {
  box-shadow: 1px 3px 14px 2px #00000038;
  background-color: #DFBC07
}

  .login-input label {
        font-weight: 500;
        color: #333;
  }

  .login-input input::placeholder {
  color: #d8d8d8;
}
.login-image .loginbgimg {
      height: 100vh;
    background-color: #ceefff;
    object-fit: cover;
}

.styled-checkbox {
  position: absolute;
  opacity: 0;
}
.styled-checkbox + label {
  position: relative;
  cursor: pointer;
  padding: 0;
}
.styled-checkbox + label:before {
  content: "";
  margin-right: 10px;
  display: inline-block;
  vertical-align: text-top;
  width: 20px;
  height: 20px;
  background: #b8b8b8;
}
.styled-checkbox:hover + label:before {
  background: #f35429;
}
.styled-checkbox:focus + label:before {
  box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.12);
}
.styled-checkbox:checked + label:before {
  background: #f35429;
}
.styled-checkbox:disabled + label {
  color: #b8b8b8;
  cursor: auto;
}
.styled-checkbox:disabled + label:before {
  box-shadow: none;
  background: #ddd;
}
.styled-checkbox:checked + label:after {
  content: "";
  position: absolute;
  left: 10px;
  top: 10px;
  background: white;
  width: 2px;
  height: 2px;
  box-shadow: 2px 0 0 white, 4px 0 0 white, 4px -2px 0 white, 4px -4px 0 white, 4px -6px 0 white, 4px -8px 0 white;
  transform: rotate(45deg);
}


/* register css start*/

.reg-from{
    width: 55%;
    padding: 0px 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    /* margin-top: 20%; */
}

.regi_btn {
      text-align: right;
    margin-top: 10px;
    font-size: 14px;
    color: white;
}
.regi_btn a {
      color: black;
    border: 1px solid black;
    padding: 10px 20px;
    border-radius: 5px;
    display: inline-block;

}
.login-btn .btn:hover {
  box-shadow: 1px 3px 14px 2px #00000038;
}
.searchpanel .input-group .form-control:focus {
  box-shadow: none;
  outline: none;
}
  #wrapper.toggled #sidebar-wrapper {
    margin-left: -20%;
  }
  #sidebar-wrapper {
    margin-left: 0;
  }
  .login-input label {
            font-weight: 500;
    font-size: 13px;
  }

  .login-input input::placeholder {
  color: #d8d8d8;
}
.login-image .loginbgimg {
      height: 100vh;
    background-color: #ceefff;
    object-fit: cover;
}
.regi_page {
  background-image: url(/static/img/reg-bg.png);
      height: 100vh;
    background-repeat: no-repeat;
    object-fit: cover;
    background-size: cover;
}

.regi_page {
      display: flex;
    align-items: center;
    justify-content: center;
}
.regi-section {
      background-color: white;
    border-radius: 15px;
    padding: 25px 50px;
    box-shadow: 0px 0px 12px #00000026;
     background-color: white;
}
.reg-title h2 {
      font-weight: 700;
    color: #0196ec;
}
.reg-title {
  margin-bottom: 30px;
}
.reg-btn {
      width: fit-content;
    margin: auto;
}
.gender-checkbox {
  display: flex;
}
.gender-checkbox .custom-radiobutton {
      margin-right: 12px;
}
#map {
    position: absolute;
    top: 5%;
    bottom: 5%;
    width: 50%;
    left: 40%;
    right: 5%;
}
.product{
  border-radius: 0 0 4px 4px;
}
.box-element{
  box-shadow:hsl(0, 0%, 80%) 0 0 16px;
  border-color: #fff;
  border-radius: 5px;
  padding: 10px;
}

.checkout {
  height: 300px;
  width: 400px;
  margin: 20px auto;
  border: 2px solid black;
  text-align: center;
}

/* calculator */

.calculator{
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  background-color: #ffffff;
  min-height: 235px;
}

.calcHeading {
  height: auto;
  margin: 15px 0px 0px;
}

.calcHeading > h1 {
  display: block;
  font-size: 32px;
  font-weight: 700;
  text-align: center;
}

.calcHeading p {
  margin: 10px 0 0;
  text-align: center;
  font-size: 18px;
}

.calculate {
  font-weight: bold
}

.smCreditsWord {
  color: #11b411;
  font-weight: bold
}

.criteria {
  text-align: center;
  font-weight: bold;
  box-sizing: border-box;
  border: none;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  margin: 29px 0px;
}

.criteriaItem{
  width:auto;
  height:auto;
  position:relative;
  font-size: 16px;
  margin-left: 20px;
}

.criteriaItem label {
  position: absolute;
  color: #a9a9a9;
  top: 12px;
  left: 20px;
  transition:0.2s ease all; 
  -moz-transition:0.2s ease all; 
  -webkit-transition:0.2s ease all;
  pointer-events: none;
}

.criteriaItem input[type="text"] {
  border: 1px solid;
  border-radius: 3px;
  text-align: center;
  height: 50px;
  width: 155px;
}

.criteriaItem input:focus + label, input:valid + label{
  font-size: 13px;
  top: -10px;
  left:5px;
  background: #ffffff;
  padding: 0px 5px;
}

.criteriaItem select {
  width: 150px;
  height: 50px;
  text-align: center;
  justify-content: center;
}

.criteriaItem:nth-of-type(4) {
  border: 2px solid #11b411;
  padding: 10px 30px;
  border-radius: 3px;
}

.resultCredit {
  justify-content: center;
  align-items: center;
}

.criteriaItemView {
  margin-left: 20px;
  display: inline-block;
}

.criteriaItemView:nth-of-type(4) {
  border: 2px solid #11b411;
  padding: 10px 30px;
}

.criteriaItemView input[type="text"] {
  border: 1px solid;
  text-align: center;
  height: 50px;
  width: 155px;
}

.criteriaItemView input:focus + label, input:valid + label {
  font-size: 13px;
  top: -10px;
  left:5px;
  background: #ffffff;
  padding: 0px 5px;
}

.criteriaItemView {
  width:auto;
  height:auto;
  position:relative;
}

.criteriaItemView label {
  position: absolute;
  color: #a9a9a9;
  top: 12px;
  left: 20px;
  transition:0.2s ease all; 
  -moz-transition:0.2s ease all; 
  -webkit-transition:0.2s ease all;
  pointer-events: none;
}

.criteriaItemView select {
  width: 150px;
  height: 50px;
  text-align: center;
  justify-content: center;
}

.resultCreditView {
  justify-content: center;
  align-items: center;
}

/* buy_credit */

.plan {
    width: 270px;
    height: 365px;
    overflow: hidden;
    font-size: 15px;
    line-height: 1.5;
    color: #555555;
    margin: 15px 10px;
    background: #ffffff;
}

.actions {
    padding: 25px;
    display: flex;
    flex-direction: column;
}

.button {
    display: inline-block;
    margin: 15px auto;
    padding: 13px 30px;
    text-decoration: none;
    color: #000000;
    background: #11b411;
    border-radius: 30px;
    border: none;
    letter-spacing: 0.02em;
}

.button:hover {
    background: #db545a;
    color: #ffffff;
}

.name {
    font-weight: 400;
    font-size: 1.3em;
    line-height: 1.2;
    color: #000000;
    text-align: center;
    margin-top: 15px;
    margin-bottom: 20px;
}

.cost {
    margin: 10px;
    text-align: center;
    font-size: 2em;
    font-weight: bold;
    color: #000000;
}

.text {
    font-size: 1.15em;
    color: #000000;
    text-align: center;
    margin: 10px 0;
    line-height: 1.8;
}

.plan_container {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    padding: 5px;
    background: #f2f2f2;
}

/* any request */

.request-flex {
  background-color: #000000;
  height: auto;
  width: auto;
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  margin: 0 auto;
  padding-left: 40px;
}

.requestContainer {
  margin: 110px 0 0 15px;
  text-align: center;
  justify-content: center;
  flex-basis: 90px;
  padding: 60px;
  align-items: center;
}

.requestContainer:nth-of-type(2) {
  flex-basis: 800px;
  text-align: left;
}

.icon {
  float: center;
  background-color: #11b411;
  border-radius: 50%;
  margin: 10px 35px 40px 60px;
  width: 165px;
  height: 165px;
  color: #000;
  text-align: center;
}

.icon > img {
  margin: 15px auto;
  width: 130px;
  height: 130px;
}
.requestHeader {
  color: #ffffff;
  font-weight: 700;
  font-size: 36px;
  margin: 0 10px;
  line-height: 1.5;
}

.requestText {
  color: #ffffff;
  margin: 15px 10px;
  font-size: 18px;
  line-height: 1.5;
}

.middle a:hover {
  text-decoration: none;
}

.buttonRequest {
  display: inline-block;
  margin: 10px auto;
  margin-left: 13px;
  padding: 10px 28px;
  font-size: 17px;
  font-weight: bold;
  text-decoration: none;
  color: #000000;
  background: #11b411;
  border-radius: 30px;
  border: none;
  letter-spacing: 0.02em;
}

.buttonRequest:hover {
  background: #db545a;
  color: #ffffff;
}

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

/* band combination */

.bandCombiTable {
  table-layout: fixed;
  width: 110%;
  display: table;
  position: relative;
  color: rgb(120, 120, 120);
}

#Red, #Green, #Blue {
  padding: 2px 0px;
}

/* prediction instruction popUp */

.numPrediction {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: 75%;
}

.instruction {
  margin-top: 5%;
  position: relative;
  display: inline-block;
  text-align: center;
  border: 2px solid;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  font-size: 15px;
  line-height: 18px;
  cursor: pointer;
}

.instructionText {
  visibility: hidden;
  width: 370px;
  background-color: white;
  border-radius: 5px;
  border: 1px solid #E0E0E0;
  box-shadow:0 0px 20px 0 rgba(0,0,0,0.1);
  text-align: justify;
  line-height: 1.5;
  font-size: 14px;
  position: absolute;
  z-index: 1;
  bottom: 165%;
  left: -1725%;
}

.instruction li {
  margin: 10px 15px 10px 0px;
}

.instruction .instructionText::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 76.8%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: #ffffff transparent transparent transparent;
}

.instruction .show {
  visibility: visible;
}

/* prediction slider */

.slider {
  -webkit-appearance: none;
  width: 200px;
  height: 7px;
  background: #d3d3d3;
  border-radius: 5px;
  background-image: linear-gradient(#222222,#222222);
  background-size: 0% 100%;
  background-repeat: no-repeat;
}

.slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  height: 20px;
  width: 20px;
  border-radius: 50%;
  background: #f0ad4e;
  transition: .3s ease-in-out;
}

.slider::-webkit-slider-thumb:hover {
  -webkit-appearance: none;
  height: 21px;
  width: 21px;
  border-radius: 50%;
  background: #eaa442;
  box-shadow: 0 0 2px 0 #555;
  transition: .3s ease-in-out;
}

/* project creation instruction pop up */

.projInstruction {
  position: relative;
  display: inline-block;
  text-align: center;
  margin: 5px 10px;
  border: 2px solid;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  font-size: 15px;
  line-height: 18px;
  cursor: pointer;
}

.roiInstructionText{
  visibility: hidden;
  width: 370px;
  background-color: white;
  border-radius: 5px;
  border: 1px solid #E0E0E0;
  box-shadow:0 0px 20px 0 rgba(0,0,0,0.1);
  text-align: justify;
  padding: 10px;
  line-height: 1.5;
  font-size: 14px;
  position: absolute;
  z-index: 1;
  bottom: 170%;
  right: -355%;
}

.roiInstructionText::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 82.5%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: #ffffff transparent transparent transparent;
}

.tr_tsInstructionText{
  visibility: hidden;
  width: 370px;
  background-color: white;
  border-radius: 5px;
  border: 1px solid #E0E0E0;
  box-shadow:0 0px 20px 0 rgba(0,0,0,0.1);
  text-align: justify;
  padding: 10px;
  line-height: 1.5;
  font-size: 14px;
  position: absolute;
  z-index: 1;
  bottom: 170%;
  right: -220%;
}

.tr_tsInstructionText::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 88.5%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: #ffffff transparent transparent transparent;
}

.projInstruction .show {
  visibility: visible;
}

/* elevated feature counts for ROI, tr, ts */
.button-number {
  width: 120px;
  height: 26.8px;
  outline: none;
  background-color: transparent;
  border: 2px solid black;
  font-weight: 600;
  cursor: default;
  float: right;
  vertical-align: middle;
  margin-left: 5px;
  /* border: 0.5px solid #f2f2f2;
  border-radius: 5px;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1); */
}

/* payment success */

.successWrap {
  margin: 0 auto;
  width: 50%;
  border-radius: 5px;
  background-color: #f2f2f2;
  box-shadow:hsl(0, 0%, 70%) 0 0 16px;
}

.successHeader {
  text-align:center;
  color:#ffffff;
  font-size: 45px;
  padding: 10px 0;
  background: #008000;
  border-radius: 5px 5px 0 0;
  box-shadow:hsl(0, 0%, 70%) 0 0 16px;
}

.successBody {
  font-size: 20px;
  text-align: center;
}

.successText {
  padding: 70px 0;
  font-size: 18px;
  line-height: 1.5;
}

.successText h2 {
  margin: -20px 0 30px 0;
}

.homeBtn {
  position: relative;
  border-radius: 30px;
  background-color: #11b411;
  padding: 13px 50px;
  color: #000000;
  font-size: 20px;
}

.homeBtn:hover {
  text-decoration: none;
  background-color: #db545a;
  color: #ffffff;
}

/* payment cancel */

.cancelWrap {
  margin: 0 auto;
  box-shadow:hsl(0, 0%, 70%) 0 0 16px;
  width: 50%;
  border-radius: 5px;
  background-color: #f2f2f2;
}

.cancelHeader {
  text-align:center;
  color:#ffffff;
  font-size: 45px;
  padding: 10px 0;
  background: #FFA500;
  border-radius: 5px 5px 0 0;
  box-shadow:hsl(0, 0%, 70%) 0 0 16px;
}

.cancelBody {
  font-size: 20px;
  text-align: center;
}

.cancelText {
  padding: 70px 0;
  font-size: 18px;
  line-height: 1.5;
}

.cancelText h2 {
  margin: -20px 0 40px 0;
}

/* talk to us */

.buttonSubmit {
  background-color: #dbb807;
  font-size: 20px;
}

.buttonSubmit:hover {
  background: #dbb807;
  box-shadow: 0 0 10px #888888;
}

.editBtn {
  border: none;
  background-color: transparent;
  text-decoration: none;
  color: #000000;
}

.editBtn:hover {
  text-decoration: none;
}

.rename {
  /* font-size: 18px; */
  background-color: #000000;
  color: #ffffff;
  padding: 7px 7px;
  border-radius: 50%;
  vertical-align: middle;
}

.rename:hover {
  color: #d3d3d3;
}

.renameDisabled,
.renameDisabled:hover {
  /* font-size: 18px; */
  margin-right: 2px;
  background-color: #555555;
  color: #ffffff;
  padding: 1px 9px;
  border-radius: 50%;
  vertical-align: middle;
  cursor: not-allowed;
}

.fa-pen {
  border:1px solid;
  border-radius: 50%;
  background-color: #000000;
  color: #ffffff;
  padding: 8px; 
  font-size: 12px;
}

.fa-pen:hover {
  color: #d3d3d3;
}

/* terms */

.termsList {
  margin: 3% 25%;
  padding-left: 1.5em;
  line-height: 1.5;
}

.termsList ul {  
  list-style-position: inside;
  text-indent: -3em;
  padding-left: 4.5em;
}

.termsList ol {
  list-style-position: inside;
  text-indent: -2em;
  padding-left: 0em;
}

.termsList li {
  margin-bottom: 10px;
}

/* ellipsis drive views */

.navbarED {
  list-style-type: none;
  margin: 0;
  padding: 0 10px 0 0;
  overflow: hidden;
  text-align: center;
  background-color: #222222;
}

.navbarHeaderED {
  font-size: 20px;
  font-weight: bold;
  float:left;
  color:#ffffff;
  text-decoration: none;
  display: inline;
  padding: 15px 0px 15px 25px;
  margin: 0 10px 0 0;
  vertical-align: middle;
}

.navbarHeaderED:hover {
  text-decoration: none;
  color:#ffffff;
}

.navbarED li {
  height: 60px;
  padding: 20px 10px;
  float: right;
}

.navbarED li:nth-child(1){
  float: left;
  font-weight: bold;
  padding: 20px;
  text-decoration: none;
  cursor: default;
}

.navbarED li a{
  color: #ffffff;
}

#username{
  color: #ffffff;
}
.uploadShapefile{
  border-radius: 5px;
  padding: 0px 10px;
  background-color: #343A40;
  color: #ffffff;
}

.uploadShapefile:hover{
  color: #d3d3d3;
}

.button_dark {
  background-color: #343A40;
  color : #ffffff;
}

#form {
  color: #ffffff;
}

select.form-control:not([size]):not([multiple]) {
  height: 34px;
}

/* costs page */
.costCalculator{
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  background-color: #ffffff;
}
.costCalc {
  display: block;
  font-weight: 700;
  text-align: center;
  margin: 20px 0px 0px;
}

.costCalcText{
  text-align: center;
}

.costCriteria{
  text-align: center;
  font-weight: bold;
  box-sizing: border-box;
  border: none;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  margin: 0px 0px 20px;
}

.costCriteriaItem{
  margin-left: 20px;
  display: inline-block;
  position:relative;
}

.costCriteriaItem:nth-of-type(4) {
  border: 2px solid #11b411;
  padding: 8px 30px;
}

.costCriteriaItem input[type="text"] {
  border: 1px solid;
  text-align: center;
  height: 40px;
  width: 155px;
}

.costCriteriaItem input:focus + label, input:valid + label {
  font-size: 13px;
  top: -10px;
  left:5px;
  background: #ffffff;
  padding: 0px 5px;
}


.costCriteriaItem label {
  position: absolute;
  color: #a9a9a9;
  top: 12px;
  left: 20px;
  transition:0.2s ease all; 
  -moz-transition:0.2s ease all; 
  -webkit-transition:0.2s ease all;
  pointer-events: none;
}

.costCriteriaItem select {
  width: 150px;
  height: 40px;
  text-align: center;
  justify-content: center;
}

.plans{
  display: block;
  text-align: center;
  font-weight: 700;
}

.plansRow{
  display: flex;
  justify-content: center;
  background-color: #f2f2f2;
}

.planItems{
  background-color: #ffffff;
  width: 270px;
  margin: 5px 5px 15px 5px;
  padding: 30px 30px 10px 30px;
  text-align: center;
  line-height: 75px;
}

.planButtons{
  color: #000000;
  background-color: #11b411;
  padding: 12px 30px;
  border-radius: 50px;
}

.planButtons:hover{
  color: #ffffff;
  background-color: #db545a;
}

.how{
  display: block;
  text-align: center;
  font-weight: 700;
}

.howRows{
  display: flex;
  justify-content: center;
  margin-top: 70px;
}

.howItems{
  background-color: #ffffff;
  width: 370px;
  margin: 5px 15px 10px 15px;
  padding: 10px;
  text-align: center;
  /*line-height: 75px;*/
}

.howIcons{
  width: 128px;
  height: 128px;
}

/*.d4s43-btn{*/
/*    color: #3871c2;*/
/*    background-color: #eac01b;*/
/*    margin: 5px;*/
/*    font-weight: bold;*/
/*    border-radius: 10px;*/
/*    width: 70px;*/
/*}*/

.d4s43-btn {
    width: 120px;
    height: 30px;
    margin: 0px 10px;
    background-color: #11b411;
    border: none;
    border-radius: 5px;
    text-align: center;
    font-weight: bold;
    vertical-align: middle;
    align-content: center;
    justify-content: center;
    color: #000000;
}

.d4s43-btn:not(.disabled):hover{
    text-decoration: underline;
    text-decoration-thickness: 1.5px;
    text-decoration-color: #000000;
}

.d4s43-btn:disabled{
    cursor: default;
    background-color: lightgrey;
    color: darkgrey;
}

.d4s43-btn:disabled:hover{
    text-decoration: none;
}

/* CSS used here will be applied after bootstrap.css */

.dropdown {
    display:inline-block;
    margin-left:20px;
    padding:10px;
}


.glyphicon-bell {

    font-size:1.5rem;
}

.notifications {
    min-width:600px;
}

.notifications-wrapper {
    overflow:auto;
    max-height:250px;
}

.menu-title {
    color:#ff7788;
    font-size:1.5rem;
    display:inline-block;
}

.glyphicon-circle-arrow-right {
    margin-left:10px;
}


.notification-heading, .notification-footer  {
    padding:2px 10px;
}


.dropdown-menu.divider {
    margin:5px 0;
}

.item-title {
    color:#000;
    margin: 0;
    font-weight: bold;

}

.notifications a.content {
    text-decoration:none;
    background:#eeeeee;
}

.notification-item {
    padding:10px;
    margin:5px;
    background:#eeeeee;
    border-radius:4px;
}

.footer-logo {
    height: 45px;
    margin: 12.5px 10px;
}