
main.content {
    min-height: 360px;
}



*:focus,
.form-select:focus {
    outline: none !important; /* border-color:black!important; */
    box-shadow: none !important;
}
.break_down {
    border-bottom: 1px solid #e3dcdc;
}
.mark_up > span,
.total span,
.break_down span {
    float: right;
}
.calci_brk {
    background: rgba(255, 255, 255, 255);
    padding: 2rem 6rem !important;
    /* border: 2px solid #dbdbdb;
    border-radius: 20px; */
}
.cal-btn {
    background: #43BAEB !important;
    font-size: 20px !important;
    height: 58px !important;
    /* width: 100vh !important; */
}
.cals-btn {
    background: rgba(36, 35, 114, 255) !important;
}
.nav-bars li a {
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 600;
    color: #343434;
}
.cost_title {
    color: #d03d29;
}
footer {
    background-color: #242372;
}

.buttonOne {
    width: 109px;
    height: 36px;
    background-color:#43BAEB;
    padding: 10px;
    border: 1px solid #43BAEB;
    margin-right: -5px !important;
    color: white;
}
.buttonTwo {
    width: 109px;
    height: 36px;
    border: 1px solid #43BAEB;
    padding: 10px;
    color: black;
}

/* The Modal (background) */
.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    padding-top: 100px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
  }
  
  /* Modal Content */
  .modal-content {
    position: relative;
    background-color: #fefefe;
    margin: auto;
    padding: 0;
    border: 1px solid #888;
    width: 80%;
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
    -webkit-animation-name: animatetop;
    -webkit-animation-duration: 0.4s;
    animation-name: animatetop;
    animation-duration: 0.4s
  }
  
  /* Add Animation */
  @-webkit-keyframes animatetop {
    from {top:-300px; opacity:0} 
    to {top:0; opacity:1}
  }
  
  @keyframes animatetop {
    from {top:-300px; opacity:0}
    to {top:0; opacity:1}
  }
  
  /* The Close Button */
  .close {
    color: white;
    float: right;
    font-size: 28px;
    font-weight: bold;
  }
  
  .close:hover,
  .close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
  }
  
  .modal-header {
    padding: 1px 1px;
    /* background-color: #5cb85c; */
    color: white;
  }
  
  .modal-body {padding: 2px 16px;}
  
  .modal-footer {
    padding: 1px 1px;
    /* background-color: #5cb85c; */
    color: white;
  }


  .circleOne {
    margin: 25px 0;
    width: 200px;
    height: 200px;
    border-radius: 50%;
    border: 12px solid transparent;
    background-size: 100% 100%, 50% 50%, 50% 50%, 50% 50%, 50% 50%;
    background-repeat: no-repeat;
    background-image: linear-gradient(white, white), 
                      linear-gradient(30deg, red 36%, lightgrey 30%),
                      linear-gradient(120deg, yellow 36%, lightgrey 30%),
                      linear-gradient(300deg, blue 36%, lightgrey 30%),
                      linear-gradient(210deg, green 36%, lightgrey 30%);
    background-position: center center, left top, right top, left bottom, right bottom;
    background-origin: content-box, border-box, border-box, border-box, border-box;
    background-clip: content-box, border-box, border-box, border-box, border-box;
    transform: rotate(30deg);
  }



  /* .bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
    width: inherit !important;
    height: 100px !important;
  } */


  /* .bootstrap-select > .dropdown-toggle.bs-placeholder, .bootstrap-select > .dropdown-toggle.bs-placeholder:hover, .bootstrap-select > .dropdown-toggle.bs-placeholder:focus, .bootstrap-select > .dropdown-toggle.bs-placeholder:active {
    color: #999;
    padding: 20px !important;
  } */


  .bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
    width: -webkit-fill-available !important;
}

  