.events-index .events-wrapper .thumbnail {
    height: 350px;
}
.instructor-box {
    background-color: #f5f5f5;
    margin-bottom: 20px;
    border: 1px solid #e3e3e3;
    border-radius: 4px;
    padding: 10px;
    padding-bottom: 0;
}
.instructors-index .instructors-wrapper .thumbnail {
    border: none;
    box-shadow: none;
    background-color: #f5f5f5;
}
.instructors-index .instructors-wrapper .caption {
    text-align: center;
}
.instructors-index .instructors-wrapper .caption .instructor-title {
    margin-bottom: 15px;
}
.instructors-index .instructors-wrapper .image-wrapper img{
    height: 150px;
}
.events-index .events-wrapper .image-wrapper img{
    height: 200px
}
.events-index .events-wrapper .caption{
    height:100px
}
.events-index .events-wrapper .caption .date{
    height: 10px;
    margin-bottom: 30px;
}
.events-index .meta-info span.label, .events-index .search-filters span.label {
    background-color: #e4e4e4;
    margin-left: 3px;
    color:#000;
    /*font-weight: normal;*/
}
.events-index .top-bar-event {
    height: 30px;
    margin-bottom: 10px;
}
#events-search .form-group {
    margin-bottom: 5px;
}
#events-search label {
    font-weight:  normal;
}
#events-filters label {
    width: 100%;
}
#events-search .panel-heading i {
    line-height: 1.5em;
}
#events-search .checkbox {
    border-bottom: 1px solid #ddd;
    padding-bottom: 5px;
}
#events-search .checkbox:hover label {
    color: #111;
    text-shadow: 0 0 2px rgba(0,0,0,.5);
    transition: none;
}
#events-search .checkbox:last-child{
    border-bottom: 0;
}
#events-search .checkbox .badge{
    background-color: #337ab7;
}
.reserve-form .register-type {
    border-bottom: 1px solid #ccc;
    padding: 10px 0;
}

.reserve-form .register-type:last-child {
    border-bottom: 0;
}

.reserve-form .register-type .radio {
    margin: 0;
}

.has-inner-help .right-inner-addon {
    position: relative;
}

.has-inner-help .right-inner-addon input {
    padding-right: 30px;
}

.has-inner-help .right-inner-addon span {
    position: absolute;
    right: 7px;
    padding-top: 40px;
}

.has-inner-help .right-inner-addon span + .tooltip {
    font-family: inherit;
    font-size:  14px;
}

.has-inner-help.horizontal .right-inner-addon span {
    right: auto;
    left: 10px;
    z-index: 1;
    color: darkred;
    font-size: .7em;
}

.teacher-view .email-image {
    text-align: center;
}

.event-view .instructor {
    border-bottom: 1px solid black;
    padding: 0 0 10px;
    color: black;
}

@media only screen and (min-width: 992px) {
    .has-inner-help.horizontal .right-inner-addon span {
        padding-top: 9px;
    }
}
