.d-flex{
  display: flex;
}
.align-items-center{
  align-items: center;
}
.justify-content-end{
  justify-content: end;
}
.topBanner{
  background: #FFFFFF;
  box-shadow: 0px 4px 15px rgba(182, 182, 182, 0.25);
  padding: 15px;
}
.topBanner .col-md-2{
  text-align: center;
}
.topBanner img{
  max-width: 200px;
  margin-left: auto;
  margin-right: auto;
}
.topBanner .btn{
  font-size: 14px !important;
  display: inline-flex;
  align-content: center;
  flex-direction: row;
  justify-content: center;
  padding: 5px 10px 5px 10px;
  background: linear-gradient(90deg, #000000 0%, #616161 100%);
  margin-top: 25px;
}
.topBanner p{
  font-size: 33px;
  line-height: 120%;
  margin: 0px;
  padding: 0px;
  margin-top: 15px;
}
.topBanner .btn span{
  font-weight: normal;
}
.topBanner .btn i{
  height: 15px;
  display: flex;
  align-self: center;
  margin-left: 15px;
}
#seminar-form{
    display: none;
}

.alert-sd div{
    background-image: linear-gradient(to right,#b89c00,#d8b700);
    border-radius: 8px;
    padding: 15px;
    margin-top: 40px;
}
.alert-sd div p{
    color: white;
    font-weight: normal;
}
.alert-mp{
    margin-top: 40px;
}
.alert-mp  > div {
    background-color: white;
    border-radius: 8px;
    padding: 15px;
    padding-left: 30px;
    padding-right: 30px;
    font-weight: normal;

}
a.btn{
    margin-top: 20px;
    padding: 15px;
    display:inline-block;
    text-decoration: none;
border: none;
font-weight: 700;
color: #fff;
background-image: linear-gradient(to right,#b89c00,#d8b700);
}
.alert-mp hr{
    border: none;

    height: 10px;
    margin-bottom: 10px;
    display: block;
    width: 100%;
}
.alert-mp .bold{
    font-weight: bold;
    font-size: 12px;
    text-align: center;
    border-top: 1px dashed rgba(0,0,0,.2) !important;
    padding-top: 10px;
    line-height: 160%;
}
.alert-mp .row > div{
    padding: 0px;
}
.alert-mp .row{
    margin: 0px;
}

.tr{
    text-align: right;
}
.table{
    width: 100%;
}
.table td{
    padding: 5px;
    padding-top: 10px;
    padding-bottom: 10px;
}
table tr:nth-child(even) td {
  background: white;
}
#seminar-detail img.img-responsive{
        max-width:50%;
        margin-left: auto;
        margin-right: auto;
        left: 25%;
        display: block;
}
.img-center {
  text-align: center;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
