.form-group {
    position: relative;
}

div.error {
    background: #001628;
    color: #fff;
    display: inline-block;
    font-size: 12px;
    padding: 2px 10px;
    position: absolute;
    right: 10px;
    bottom: 0px;
    border-radius: 2px;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    z-index: 999;
    opacity: 0.7;
}

.status-action {
    cursor: pointer;
}

.action-app-h {
    height: 32px;
}

.actions-app {
    width: 20px;
    height: 20px;
    line-height: 22px;
    text-align: center;
    border-radius: 100%;
    color: #FFFFFF;
    float: left;
    margin: 0px 10px 0px 0px;
    cursor: pointer;
}

.max-h-400 {
    max-height: 400px;
}

.scroll-auto {
    overflow: auto;
}

.m-top-10 {
    margin-top: 10px;
}

.m-tb-10 {
    margin: 10px 0;
}

.loading-app {
    position: fixed;
    width: 100%;
    height: 100%;
    margin: 0;
    z-index: 9999;
    display: none;
}

.bg-load {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    background: #000000;
    opacity: 0.7;
}

.text-load {
    color: #FFFFFF;
    text-align: center;
    width: 300px;
    height: 100px;
    margin: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.close-question, .del-question {
    cursor: pointer;
    color: #9d261d;
}

.image100 {
    width: 100%;
}

.close-comment {
    position: absolute;
    cursor: pointer;
    right: 0;
    top: 0;
    width: 14px;
    height: 14px;
    color: #9d261d;
    font-size: 14px;
    line-height: 0;
    text-align: center;
}

.link-hand {
    cursor: pointer;
}

.close {
    cursor: pointer;
}

.close:hover {
    color: #dc322f;
}

.chosen-choices {
    padding: 0px 5px !important;
}

.min-textarea {
    height: 40px !important;
}