.form-view-item-bold {
  font-weight: bold !important;
  color: #020626;
  white-space: nowrap;
}
.form-view-item-nowrap {
  white-space: nowrap;
}
.form-view-item-green {
  font-weight: bold !important;
  color: #00FF00;
}
.form-view-item-orange {
  font-weight: bold !important;
  color: #FF6600;
}
.form-view-item-bold-color {
  font-weight: bold !important;
  color: #0044ff;
  white-space: nowrap;
}
.portal_d {
  font-weight: bold;
  color: black;
  text-align: center;
  margin-top: 70px;
  margin-bottom: 60px;
}
.green-line {
    height: 50px;
    background-color:  #099677; 
}
/* .o_portal_d {
  background-image: url('/diego_orderportal/static/img/portal_background_gray.png') !important;
  background-repeat: no-repeat;
  background-size: cover;
  color: #777777;
} */
.btn-sec-d {
  color: #fff;
}
.btn-sec-d:hover {
  color: #fff;
}

.ev_solution_form_introduction {
   text-align: center; 
   font-size: 20px; 
   color: black; 
   margin-top: 30px; 
   margin-bottom: 30px;
}

/* .ev_solution_form_title_black_l1 {
  font-weight: bold;
  color: black; 
}

.ev_solution_form_title_black_l2 {
  font-weight: bold;
  margin-top: 30px;
} */

.ev_solution_form_title_white_l1 {
  font-weight: bold;
  color: #FFFFFF; 
}

.ev_solution_form_title_white_l2 {
  font-weight: bold;
  margin-top: 30px;
  color: #FFFFFF; 
}

.ev_solution_form_button_blue {
  background-color: #005884;
  border-radius: 15px;
}

.ev_solution_form_number_green {
    margin-right: 10px;
    color: #099677;
}

.ev_solution_form_status_blue {
    background-color: #099677;
}

.send_message {
   color: black; 
}

.placeholder_count {
    background-color: #005884;
    border-radius: 15px;
}

.btn-d {
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
}

.btnarr {
  margin-left: -5px;
    margin-top: 2px;  
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    text-decoration: none;
    background-color: #FFFFFF;
    font-weight: bold;
    width: 300px;
    border: 0.5px solid #000000;
    padding : 10px;
}

.btnarr-arrow-right,
.btnarr-arrow-left {
    position: relative;
    padding-left: 18px;
    padding-right: 18px;
}

.btnarr-arrow-right {
    padding-left: 36px;
}

.btnarr-arrow-left {
    padding-right: 36px;
}

.btnarr-arrow-right:after {
   content: "";
   position: absolute;
   top: 6px;
   left: 282px;
   width: 34px;
   height: 32px;
   background: inherit;
   border: inherit;
   border-left-color: transparent;
   border-bottom-color: transparent;
   border-radius: 0px 4px 0px 0px;
   -webkit-border-radius: 0px 4px 0px 0px;
   -moz-border-radius: 0px 4px 0px 0px;
}

.btnarr-arrow-right:after {
   transform: rotate(45deg);
   -webkit-transform: rotate(45deg);
   -moz-transform: rotate(45deg);
   -o-transform: rotate(45deg);
   -ms-transform: rotate(45deg);
}

.btnarr-arrow-left:after {
   transform: rotate(225deg);
   -webkit-transform: rotate(225deg);
   -moz-transform: rotate(225deg);
   -o-transform: rotate(225deg);
   -ms-transform: rotate(225deg);
}

.btnarr-arrow-right:after,
.btnarr-arrow-left:after {
   right: -19px;
}

.btnarr-arrow-right:after {
  z-index: 50;
}

.progressbar-container {
  width: 100%;
  z-index: 1;
  margin-bottom: 30px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.progressbar li {
  float: left;
  width: 8%;
  position: relative;
  text-align: center;
  padding-left: 5px;
  padding-right: 5px;
  font-size: small;
}

.progressbar {
  list-style-type: none;
  padding: 0;
  margin: 0;
  text-align: left;
}
.progressbar li:before {
  content: '';
  width: 20px;
  height: 20px;
  display: block;
  margin: 0 auto 10px auto;
  border-radius: 50%;
  line-height: 27px;
  background: #bbbbbb;
  text-align: center;
  font-weight: bold;
}

.progressbar li:after {
  content: '';
  position: absolute;
  width:60%;
  height: 2px;
  background: #bbbbbb;
  top: 9px;
  left: -30%;
}

.progressbar li:first-child:after {
  content: none;
}

.progressbar li.action {
  color: #FF9D03 !important;
  font-weight: bold !important;
}

.progressbar li.action:before {
  background: #FF9D03 !important;
}

.progressbar li.active {
  color: #005884 !important;
  font-weight: bold !important;
}

.progressbar li.active:before {
  background: #005884 !important;
}
/* select {
  width: 268px;
  padding: 5px;
  font-size: 16px;
  line-height: 1;
  border: 0;
  border-radius: 5px;
  height: 34px;
  background: url(http://cdn1.iconfinder.com/data/icons/cc_mono_icon_set/blacks/16x16/br_down.png) no-repeat right #ddd;
  appearance: none;
  -webkit-appearance: none;
  background-position-x: 244px;
} */
