.page-header{
  display: none;
}


#tab_a a {
  color: #003896 !important;

}


.block-region-webform {
  padding-top: 80px;
  color: #003896;
}

.tab-content {
  background: white;
  margin-top: 20px;
  margin-bottom: 15px;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-right: 40px;
  padding-left: 40px;
}

#rowTab {
  padding-top: 20px;
  border-bottom: none;
  font-weight: bold;
}

.glyphicon{
  color: #003896;

}

.block-webform .block-title {
  background: #003896;
  color: white;
  padding: 10px;
  text-align: center;
  font-weight: bold;
  text-transform: uppercase;
}

.btn-success{
  background: #003896;
  color: white;
  border-color:#003896;
}

.btn-danger{
  background: #003896;
  color: white;
  border-color:#003896;
}

.glyphicon-plus-sign{
  color: white;
}

.glyphicon-minus-sign{
  color: white;
}


.block-webform .btn{
 // font-size: 10px;
}

#edit-submit:hover {
  background: red;
}

#edit-submit {
  width: 100%;
  background: #003896;
  text-transform: uppercase;
}

@media only screen and (min-width : 481px) {
    .flex-row {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display:         flex;
}

.vcenter {
  display: flex;
  align-items: center;}

}

}