.highlight {
    background-color: #ffe359;
}

.highlight-select{
    background-color: #b8daff;
}

textarea {
    resize: vertical;
}

div.inputText {
    white-space: nowrap;
    width: 400px;
    height: 40px;
    overflow: hidden;
    text-overflow: ellipsis;
}

[ng-drag] {
    -moz-user-select: -moz-none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

ul.draggable-objects:after {
    display: block;
    content: "";
    clear: both;
}

[ng-drag].drag-over {
    border: solid 1px red;
}

[ng-drag].dragging {
    opacity: 0.5;
}

.drop-container {
    padding-top: 90px;
    display: block;
}

.drop-input {
    width: 200px;
    height: 40px;
}

.drag-enter {
    border: solid 5px red;
}

.input-user-requirement-form {

}

.btn-do-not-highlight {
    margin-right: 2%;
}

.list-user-requirement{
    margin-top: 2%;
    margin-bottom: 2%;
}

@media screen and (max-height: 700px) {
    .input-user-requirement-form {
        margin-bottom: 80%;
    }

    .btn-do-not-highlight {
        margin-right: 0;
        margin-top: 2%;
        margin-bottom: 2%;
    }

    .list-user-requirement{
        margin-top: 2%;
        margin-bottom: 50%;
    }
}