.selectpicker {
    width: 220px;
    height:34px;
    margin-bottom: 10px;
}

body {
  background: #3cb1c3;
  background-size: 400% 400%;
}

h2 {

  color:#273188;
  font-size: 30px;
}

h1{
  color: #17a3b8;
  font-size: 40px;
}

.btn {
  border-radius: 0
}
.form-control{
	border-radius: 0	
}
.btn-primary {
  color: #fff;
  background-color: #17a2b8d6;
  border-color: #b3d7ff
}

.btn-success {
  color: #fff;
  background-color: #17a2b8d6;
  border-color: #b3d7ff
}

.btn-success:hover {
  color: #fff;
  background-color: #17a3b8;
  border-color: #b3d6ff;
  -webkit-transition-delay: .2s;
  transition-delay: .2s;
  -webkit-transition-timing-function: ease-in;
  transition-timing-function: ease-in
}

.card {
  border-radius: 0;
  background-color: #fff;
  
}

.custom-select,
.progress {
  border-radius: 0
}

.next {
  width: 100px
}

.card-title {
  margin-bottom: 2rem
}


}


tr {
line-height: 15px;
min-height: 15px;
height: 15px;
}
.jumbotron {
  border-radius: 0;
  background-color: #ffff;
  box-shadow: 5px 5px #bdbbbb
}


* {
  box-sizing: border-box;
}

#progress {
  padding: 0;
  list-style-type: none;
  font-family: arial;
  font-size: 12px;
  font-weight:bold;
  clear: both;
  line-height: 1em;
  margin: 0 -1px;
  text-align: center;
}

#progress li {
  float: left;
  padding: 10px 30px 10px 40px;
  background: #dcdddf;
  color: #fff;
  position: relative;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  width: 19%;
  margin: 0 1px;
}

#progress li:before {
  content: '';
  border-left: 16px solid #fff;
  border-top: 16px solid transparent;
  border-bottom: 16px solid transparent;
  position: absolute;
  top: 0;
  left: 0;
  
}
#progress li:after {
  content: '';
  border-left: 16px solid #dcdddf;
  border-top: 16px solid transparent;
  border-bottom: 16px solid transparent;
  position: absolute;
  top: 0;
  left: 100%;
  z-index: 20;
}

#progress li.active {
  background: #17a3b8;
}

#progress li.active:after {
  border-left-color: #17a3b8;
}