div#recap_payement td {
    font-size: 14px;
}

h2.sub-titre-top.center-block-header{
    text-align: center;
    color: #0067b3;
    font-size: 24px;
    font-weight: 700;
}
.center-block {
    text-align: center;
}
body {
    background: #FAFAFA !important;
}

.panel-primary > .panel-heading {
    border-color: #0067b3 !important;
    background-color: #0067b3 !important;
}
.panel-primary {
    border-color: #0067b3 !important;
}
.force_primary,.btn-primary {
    border-color: #0067b3 !important;
    color: #fff !important;
    background-color: #0067b3 !important;
}

body{
     background: url(../images/bg.png) no-repeat top center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.stepwizard-step p {
    margin-top: 10px;
}

.stepwizard-row {
    display: table-row;
}

.stepwizard {
    display: table;
    width: 100%;
    position: relative;

}

.stepwizard-step button[disabled] {
    opacity: 1 !important;
    filter: alpha(opacity=100) !important;
}

.stepwizard-row:before {
    top: 14px;
    bottom: 0;
    position: absolute;
    content: " ";
    width: 100%;
    height: 1px;
    background-color: #ccc;
    z-order: 0;

}

.stepwizard-step {
    display: table-cell;
    text-align: center;
    position: relative;
}

.btn-circle {
  width: 30px;
  height: 30px;
  text-align: center;
  padding: 6px 0;
  font-size: 12px;
  line-height: 1.428571429;
  border-radius: 15px;
}

/* style bnt radio yes/no*/

#radioBtn .notActive{
    color: #3276b1;
    background-color: #fff;
}
/***new css***/

header img.logo{
    margin-bottom: 30% !important;
    margin-left:15px;
    margin-top: 15px;
}

.hbrg-content {
    padding: 2% 11% 11% 11%;
    background-color: #FFF;
    border: 1px solid #DFDFDF;
    border-radius : 6px;
    margin-top: 30px;
}

.titre-event{
    text-align: center;
    font-size: 2.5em;
    position: absolute;
    top: 7%;
    left: 37%;
    color: #662474;
    font-weight: bold;
    font-family: "Raleway", sans-serif;

}

.sub-titre{
    font-weight: 300; margin-top: 0;color: #5b5b60;
    font-size: 20px;
    font-family: "Raleway", sans-serif;
}

.margin-txt{
    margin-left:20px;
    margin-top:40px;
    margin-right: 20px;
    margin-bottom: 40px;
}

.padding3{

    padding:3%;

}

.header-marg-bott{
    margin-bottom:3%;
}

.red{
    color: #A31515;

}
.left{
    float:left;

}

.right{
    float:right;
}
.bottom5{
    margin-bottom: 5%;
}

.hidden{
    display:none;
}

#details_virm{
    text-align:justify;

}
.id{
    color: #c61617;
    font-size: 20px;
}

.require{
    color: rgb(204, 28, 29);
    font-size: 18px;
}

.absolute{
    position: absolute !important;
}


#username {
    padding: 3px;
    font-size: 18px;
    border: 3px #CCC solid;
}


.alert {
    padding: 20px;
    background-color: #4CAF50;
    color: white;
    width: 50%;
    margin-left:240px;
}


.bootstrap-datetimepicker-widget table td span {
     display: inline-block;
     width: 11px !important;
     height: 8px !important;
     line-height: 2px;
     margin: 1px 0.5px;
     cursor: pointer;
     border-radius: 4px;
}


@media only screen and (max-width: 767px) {

    .logo{
        max-width: 100%;
        text-align: center;
    }

    .sub-titre{
        display: none;
    }

    .titre-event {
        font-size: 20px;
        text-align: center;
        display: none;
    }
}

@media only screen and (max-width: 800px) {

    .logo{
        max-width: 100%;
        text-align: center;
    }


    .titre-event {
        font-size: 25px;
        text-align: center;
    }
}

/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (max-width: 1200px)  {
    .logo{
        margin-left: 20px;
        max-width: 100%;
        text-align: center;
    }

}

