﻿/* Item Delivery  Styles */


#item-wrapper {
    min-height: 400px;
}

#standard-item-wrapper {
    min-width: 470px;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
    font-size: 1.2em;
}
#standard-item-wrapper .item-stem-image, #drag-and-drop-list-item-wrapper .item-stem-image {
    display: block;
    margin-bottom: 20px;
    border: 1px dashed pink;
}

#standard-item-wrapper .item-stem, #drag-and-drop-list-item-wrapper .item-stem {
    display: block;
    margin-bottom: 20px;
}


.item-stem {
    text-indent: -25px;
    margin-left: 35px;
}

.answer-choices {
    padding: 10px;
}


.answer-choices input[type=radio], .answer-choices input[type=checkbox] {
    float: left;
        width: 25px;
        height: 25px;
    margin-top: 6px;

    }
@media (min-width: 1024px) {
    .answer-choices input[type=radio], .answer-choices input[type=checkbox] {
        float: left;
        width: 30px;
        height: 30px;
        padding: 30px;
        margin-top: 5px;
        cursor: pointer;
    }
}




.answer-choices label {
    float: left;
    width: 450px;
    text-indent: -25px;
    padding-top: 5px;
    padding-left: 40px;
    padding-right: 10px;
    padding-bottom: 5px;
    margin-left: 5px;
    margin-bottom: 10px;
    cursor: pointer;

}

#standard-item-wrapper .answer-choices {
    display: block;
    padding-bottom: 20px;
}

.answer-choices img {
    padding: 10px;
}




#standard-item-wrapper  input[type="submit"],  #standard-item-wrapper input[type="button"] {
    font-size: 0.9em;
}

.answer-choices input[type="radio"]:checked+label, .answer-choices input[type="checkbox"]:checked+label{
    background-color: #DFEEF9;
}

