.survey .panel-heading {
    line-height: 2.4;
}

.survey .glyphicon-move {
    cursor: pointer;
}

.survey-blocks {
    min-height: 50px;
}

.survey-questions {
    min-height: 50px;
}

.survey-description {
    font-size: 14px;
    line-height: 1.8;
}

.start-btn {
    margin: 20px auto;
}

span.required {
    color: red;
}

.question {
    margin-top: 10px;
}

.field-label {
    padding: 5px;
    margin-right: 10px;
}

.field-label span {
    display: inline-block;
    margin-left: 5px;
}

.multirepeat-box {
    padding: 5px;
}

.multirepeat-title {
    font-weight: bold;
}

.block-description {
    font-size: 14px;
    line-height: 1.8;
    margin-bottom: 10px;
}

.step-description {
    font-size: 14px;
    line-height: 1.8;
    margin-bottom: 10px;
    padding: 10px;
}

.preloaderBg {
    background: #fff;
    opacity: 0.7;
    z-index: 1000;
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
}

.preloaderContainer {
    width: 300px;
    height: 200px;
    z-index: 1001;
    position: fixed;
    left: 50%;
    top: 50%;
    margin-left: -150px;
    margin-top: -100px;
    background: transparent url('/img/loading.gif') no-repeat scroll center center;
}

.floating-save {
    position: fixed;
    height: 50px;
    top: 0;
    left: 0;
    right: 0;
    background: #fff;
    border-bottom: solid 2px #ccc;
    padding: 7px;
    text-align: right;
}

.delete-panel {
  float: right;
  font-weight: bold;
}
