﻿.questionBorder {
    border-bottom: 1px solid #D4E7FF;
}

.question-info {
    background: #438eb9 !important;
}

#questionCreate {
    color: #fff;
}

.question-info h1,
.question-info small {
    color: #ffffff !important;
}

.AddQuestionIcon,
.questinTypeIcon {
    background-color: #fff;
    border: 1px solid #c5d0dc;
    color: #8E9496;
    font-weight: 700;
    position: relative;
    min-height: 85px;
    margin: 3px;
    padding: 10px 3px;
    text-align: center;
    border-radius: 10px;
    z-index: 1;
    line-height: 20px;
    cursor: move;
}

    .AddQuestionIcon:hover,
    .questinTypeIcon:hover {
        background: #CDE5F4;
    }

    .AddQuestionIcon i,
    .questinTypeIcon i {
        font-size: 30px;
    }

.questionStyle {
    font-weight: bold;
    margin: 10px 0;
}

ul {
    margin: 0 !important;
}

li {
    list-style: none !important;
}

.rowLogicStyle {
    position: relative;
    min-height: 38px;
    background: #f7f7f7;
    background-image: -webkit-linear-gradient(top,#fff 0,#eee 100%);
    background-image: -o-linear-gradient(top,#fff 0,#eee 100%);
    background-image: linear-gradient(to bottom,#fff 0,#eee 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff',endColorstr='#ffeeeeee',GradientType=0);
    color: #669fc7;
    border: 1px solid #ddd;
    padding: 12px;
}

.sectionStyle {
    border: 1px solid #438EB9;
}

    .sectionStyle legend {
        padding: 10px;
        background: #438EB9;
    }

    .sectionStyle .row {
        margin: 0px !important;
    }

.moveToSectionQuestion {
    background: #438EB9;
}

.glyphicon-trash,
.glyphicon-pencil {
    cursor: pointer;
}

.statisticsLabels {
    padding: 7px 0px;
}

img {
    display: inline-block !important;
}
