.input-group-addon-new {
    padding: 1px 6px !important;
}

.displayRadio {
    opacity: 1 !important;
    position: initial !important;
}

.fixTypeLable {
    margin-top: 10px !important;
}

input[type="radio"] {
    margin-top: -1px !important;
    vertical-align: middle !important;
}

.create-question {
    margin: 20px;
}

.create-question .option {
    margin-bottom: 15px;
    display: inherit;
}

.create-question .option .input-group-addon {
    padding-bottom: 3px;
}

.create-question .input-group {
    margin-top: 5px;
    /*margin-right: 30px;*/
    width: 100%;
}

.create-question .input-group-addon {
    line-height: 0 !important;
}

.create-question .col-lg-12 {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.create-question .select2 {
    width: 100% !important;
    margin-right: 15px;
}

.create-question .question-type {
    margin: 10px 0 10px 0;
}

.create-question .answer-type {
    margin: 10px 0 10px 0;
}

.create-question .custom-table-upload thead {
    background: transparent;
    margin-top: 20px;
    margin-bottom: 20px;
}

.create-question .custom-table-upload video {
    width: 100%;
}
video{
    width: 100%;
}