.navbar-nav>.user-menu>.dropdown-menu>li.user-header{height:auto}

.form-custom-inline .control-label, .form-custom-inline .radio {display: inline-block;}
.form-custom-inline .control-label {width: 10em;}
.form-custom-inline .radio {padding-right: 2em;}

.form-date { width: 200px; }

.modal-footer {
    text-align: center;
}

.loader {
 position: fixed;
 left: 0px;
 top: 0px;
 width: 100%;
 height: 100%;
 z-index: 999999;
 background: url('/images/loader.gif') 50% 50% no-repeat rgba(255,255,255,0.7);
 }

.question_form .input_good_answer{
 margin-top: 30px;
}
.badge-success, .badge-danger{
 background: #3c763d;
 vertical-align: bottom;
 position: relative;
}
.badge-danger{
 background: #a94442;
}

.carousel-form{
 margin-bottom: 30px;
}
.carousel-form .carousel-control{
 top:auto;
 bottom: 25px;
 color: darkgrey;
}
.carousel-form .carousel-indicators{
 top:-30px;
 right: 0px;
 left: auto;
 text-align: right;
 z-index: 0;
 bottom: auto;
}
.carousel-form .carousel-indicators li{
 background-color: #888;
}
.carousel-form .carousel-indicators li.active{
 background-color: #333;
}
div.ui-datepicker{
 border:1px solid red;
 z-index: 60!important;
}
