.well {
    border: 0;
    background-color: #fff;
}

label.gender-label {
    padding-right: 15px;
}

.red-star {
    color: red;
}

.sidenav img {
    padding-bottom: 20px;
}



/* .sidenav img:hover {
    -moz-transform: scale(1.1);
     -webkit-transform: scale(1.1);
    -o-transform: scale(1.1);
     transform: scale(1.1); 
    -ms-transform: scale(1.1);
    filter: progid:DXImageTransform.Microsoft.Matrix(sizingMethod='auto expand',M11=2,M12=-0,M21=0,M22=2);
} */

.navbar {
    margin-bottom: 0;
    border-radius: 0;
    height: 70px;
    border-bottom: 1px solid #c7c6c6;
    background-color: #dddddd;
}

.navbar-brand {
    float: left;
    /* height: 50px; */
    /* padding: 15px 15px; */
    /* padding: 0px 0px;
    line-height: 20px;
    width: 150px; */
}

.navbar-brand a {
    display: inline-block;
    vertical-align: middle;
}


button.btn.btn-active.btn-circle {
    /* background-color: #116a9e; */
    color: #dddddd;
}



/* Set height of the grid so .sidenav can be 100% (adjust as needed) */


/* 
.row.content {
    height: 450px
}
 */


/* Set gray background color and 100% height */

.sidenav {
    padding-top: 20px;
    background-color: #ffffff;
    height: 100%;
}

.right-side-nav {
    text-align: right;
    padding-right: 0px;
    background: #dddddd;
}

.sidenav-left {
    border-right: 1px solid #c7c6c6;
}

.sidenav-right {
    border-left: 1px solid #c7c6c6;
}




/* Set black background color, white text and some padding */

footer {
    background-color: #3c3b3b;
/*     background-color: #dddddd; */
    color: white;
    /* padding: 15px; */
    border-top: 1px solid #c7c6c6;
    /* margin-top: 20PX; */
}

footer .footer-t1 {
    display: table;
    width: 100%
}

footer .table-cell {
    display: table-cell;
    vertical-align: middle;
    line-height: 60px;
}

footer .navbar-brand {
    width: 100px;
}




/* Steps Style Starts*/


/* heading panel */

.widget-heading {
    height: 50px;
    color: white;
    font-weight: bold;
    font-size: 16px;
    line-height: 3;
    border-radius: 5px;
}

.widget-heading {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#4579d3+0,0e58b2+100 */
    background: #4579d3;
    /* Old browsers */
    background: -moz-linear-gradient(top, #4579d3 0%, #0e58b2 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #4579d3 0%, #0e58b2 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #4579d3 0%, #0e58b2 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4579d3', endColorstr='#0e58b2', GradientType=0);
    /* IE6-9 */
}




/* heading pannel ends */

.widget-center-container {
    border-left: 1px solid #d4d4d4;
    border-right: 1px solid #d4d4d4;
}

.btn-step-1 {
    background-color: #116a9e;
    border-color: #116a9e;
    color: #fff;
}
.btn-step-1:hover{
    color: #dcdcdc;
}


/* On small screens, set height to 'auto' for sidenav and grid */

.row {
    overflow: hidden;
}

.form-container,
.right-side-nav {
    margin-bottom: -99999px;
    padding-bottom: 99999px;
}

.main-form {
    padding-bottom: 20px;
}
.main-form .col-md-4:nth-child(3n+1) {
    clear:both;
}
.right-side-nav {
    padding-top: 15px;
    padding-left: 0px;
}

@media screen and (max-width: 767px) {
    .sidenav {
        height: auto;
        padding: 15px;
    }
    .row.content {
        height: auto;
    }
    .sidenav img {
        width: auto !important
    }
    .form-container,
    .right-side-nav {
        margin-bottom: 0;
        padding-bottom: 0;
        
    }
    .right-side-nav {
        text-align: center;
    }
}
.navbar-brand>img{
	max-height:50px;
}
@media screen and (max-width: 360px){
	.sidenav img {
	    width:100%!important;
	}
}

@media all and (max-width: 445px) { 
	.bs-wizard>.bs-wizard-step .bs-wizard-info{
		font-size:10px;
	}
}

div#inputFieldsMatrix > label {
	font-weight: normal !important;
}