.carousel-control-next,
.carousel-control-prev {
  z-index: 100;
}

#freight-box {
  position: absolute;
  display: none;
  left: 0;
  width: 95%;
  margin-left: 2%;
  margin-top: 0px;
  height: 500px;
  border: 2px solid #333333;
  border-radius: 3px;
  z-index: 900;
  background-color: #FFFFFF;
  overflow-y: scroll;
}

#freight-box .f-title {
  width: 100%;
  padding: 8px 10px;
  background-color: #f5f5f5;
}

#freight-box form {
  padding: 8px 10px;
}

#freight-box form label {
  margin-right: 6px;
}

#freight-box form select,
#freight-box form input,
#freight-box form #calcfreight {
  padding: 3px 5px;
  margin-left: 3px;
  line-height: 1.8;
}

#freight-box form select,
#freight-box form input {
  border: 1px solid #666;
}

#freight-list {
  padding: 8px 10px;
  width: 100%;
}

#sfreights-box {
  width: 98%;
  margin-left: 1%;
}

#sfreights-box th {
  background-color: #f5f5f5;
  vertical-align: middle;
}

.tips {
  padding-left: 20px;
}

.freight-list {
  width: 97%;
  padding-left: 20px;
  margin-top: 10px;
}

#sfreights-box table tr td {
  vertical-align: middle;
  line-height: 1.5;
}

#sfreights-box label {
  margin: 0;
}

#calcfreight {
  background-color: #2b9c59;
  color: #FFF;
  border: none;
  border-radius: 4px;
}

#clsf {
  cursor: pointer;
}

#clsf i {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  display: block;
  position: absolute;
  right: 10px;
}

i.ratate45 {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  display: block;
  position: absolute;
  right: 10px;
}

#freight-box .list-group-flush .list-group-item {
  padding: 0;
}

.background,
.background_datasheet {
  display: block;
  width: 100%;
  height: 100%;
  opacity: 0.4;
  filter: alpha(opacity=40);
  background: rgba(0, 0, 0, 0.5);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 2000;
}

.progressBar,
.progressBar_datasheet {

  background: url(/image/99a58PIC8d958PICzSZI11t0y_PIC2018.gif) center;
  background-size: contain;
  background-repeat: no-repeat;
}

.progressBar,
.progressBar_datasheet {
  display: block;
  width: 50%;
  height: 35%;
  position: fixed;
  top: 20%;
  right: 28%;
  z-index: 2001;
}

.progressBar_datasheet,
.background_datasheet {
  position: absolute;
}

li.active {
  background-color: #008aff;
}

li.active a {
  color: #FFFFFF !important;
}

.detail-title {
  color: #222222;
  font-size: 23px;
  padding-left: 0;
  margin-top: 20px;
  margin-bottom: 15px;
  font-weight: bold;

}

.detail-sub-title {
  color: #444444;
  font-size: 1.25rem;
  font-weight: bold;
  margin-bottom: 15px;
}

#column-right .solu-hots .title {
  text-align: center;
  height: 2rem;
  line-height: 2rem;
  color: #FFF;
  background: #de0e22;
  font-size: 1.1rem;
}

#myalerts,
#myalerte {
  padding: 12px 16px;
  top: 40%;
  max-width: 40%;
  min-width: 30%;
  left: 32%;
  text-align: center;
  position: fixed;
  z-index: 988;
  margin-bottom: 1rem;
  border: 1px solid #e79494;
  border-radius: .25rem;
  z-index: 1000;
  border-radius: 4px;
  background: #ebbfbf;
  box-shadow: 2px 0px 13px 5px #eef0f4;
}



#myalerte button {
  position: absolute;
  font-size: 20px;
  top: 0px;
  right: 5px;
  background-color: rgba(0, 0, 0, 0);
  cursor: pointer;
}

#myalerte a {
  font-weight: 600
}

#myalerte div {
  text-align: left;
}

@media (max-width:576px) {

  #myalerts,
  #myalerte {
    max-width: none;
    left: 20%;
    right: 20%;
    padding: 16px 16px;
  }
}