#page {
    padding-top: 60px;
}


/* - Question & Answer Editor Styles */

.answer_entry{
    background: #FEFEFE;
    padding-bottom: 5px;
    padding: 10px;
    overflow: hidden;
    border-radius: 4px;
}
.answer_entry:hover{
    background: #FEFEFE;
}
.active{
    background: none;
    cursor: pointer;
}
.active > *{
    /*pointer-events:none;*/
    opacity: 0.6;
}
.active > .controls{
    height: 0px !important;
}
.answer_entry > .controls{
    border-top: 1px solid #DDDDDD;
    padding-top: 8px;
    overflow: hidden;
    -webkit-transition: height 0.4s ease;
    -moz-transition:    height 0.4s ease;
    -ms-transition:     height 0.4s ease;
    -o-transition:      height 0.4s ease;
    transition:         height 0.4s ease;
}
#answer_form{
    background: #EFFDFF !important;
}
.answer_entry > .controls > .btn{
    float: right;
    margin-right: 10px;
    min-width: 38px;
}
.answer_entry .elements{
    clear: both;
}
.answer_entry label{
    font-size: 10px;
    text-transform: uppercase;
    margin-bottom: 4px;
}
.answer_entry .field-column{
    float: left;
    margin-left: 5px;
}
.form_errors{
    color: red;
    font-size: 12px;
    padding-left: 10px;
    width: 600px;
    float: left;
}
.form_errors > div > span:first-child{
    font-weight: bold;
    text-transform: uppercase;
}
.form_errors > div > span:first-child:after{
    content: " - ";
}
.form_errors > div > span:last-child{
    
}
.error{
    color: #b94a48 !important;
    font-size: 12px;
}

.question_image{
    cursor: pointer;
    overflow: hidden;
}

.field-split{
    background: url('../images/arrow.png');
    width: 25px;
    float: left;
    height: 25px;
    margin-top: 27px;
    margin-left: 15px;
    margin-right: 10px;
}

.radio{
    margin-top:-3px;
}

.radioLabel{
    padding: 0px 3px;
    margin-top: -3px;
    font-size: 12px;
    display: inline-block;
}
a.disabled {
  pointer-events: none;
  cursor: default
}
.image_thumb{
    max-width: 160px;
    max-height: 100px;
}
.left{
    float: left;
}

.question_title{
    width: 500px;
    margin-right: 10px;
    height: 100px;
    background: white;
}

.container, .navbar-static-top .container, .navbar-fixed-top .container, .navbar-fixed-bottom .container {
    width: 960px !important;
}

.cke_editable{
    padding: 0px !important;
    line-height: 0.5 !important;
    margin: 0px !important;
}

.question-disabled{
    background-image: url('../images/question_deactivated.png');
    width: 12px;
    height: 12px;
    margin-top: 4px;
}
.question-disabled-warning{
    background-image: url('../images/question_warning.png');
    width: 12px;
    height: 12px;
    margin-top: 4px;
}

.question-error-removed{
    background-image: url('../images/question_deactivated.png');
    width: 12px;
    height: 12px;
    margin-top: 4px;
}
.question-error-deactivated{
    background-image: url('../images/question_warning.png');
    width: 15px;
    height: 12px;
    margin-top: 4px;
}

.row-disabled{
    color: #9E9E9E !important;
}


a {
    text-transform: none !important;
}

btn-warning{
    background-image: linear-gradient(to bottom, #fbb450, #f89406) !important;
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-image: none;
    border-radius: 4px;
    border-style: solid;
    border-width: 1px;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2) inset, 0 1px 2px rgba(0, 0, 0, 0.05);
    color: #333333;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 0;
    padding: 4px 12px;
    text-align: center;
    text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
    vertical-align: middle;
}

.page-size-tools{
    float: right;
}