﻿
.ui-dialog .ui-state-error {
    padding: .3em;
}

.validateTips {
    border: 1px solid transparent;
    padding: 0.3em;
}

.ui-draggable, .ui-droppable {
    background-position: top;
}

.popupSelectItem {
    width: 100%;
    border: solid 1px #263868;
    margin-bottom: 3px;
    padding: 3px;
}

    .popupSelectItem:hover {
        background-color: #263868;
        cursor: grab;
    }

    .popupSelectItem .popupSelectLeft {
        float: left;
        width: 40px;
    }

    .popupSelectItem .popupSelectMiddle {
        display: initial;
    }

    .popupSelectItem .popupSelectRigth {
        float: right;
        width: 40px;
    }

.popupForm {
    margin-top: 10px;
}

    .popupForm .popupFormRow {
        margin-top: 10px;
    }

        .popupForm .popupFormRow .popupformItemFirst {
            width: 100%;
            margin-bottom: 5px;
            border-bottom: solid 1px gray;
            padding-bottom: 3px;
        }

        .popupForm .popupFormRow .popupformItemSecond {
            width: 100%;
        }

            .popupForm .popupFormRow .popupformItemSecond input, .popupForm .popupFormRow .popupformItemSecond select, .popupForm .popupFormRow .popupformItemSecond textarea {
                width: 100%;
            }


                .popupForm .popupFormRow .popupformItemSecond input[type=checkbox] {
                    width: auto;
                    margin-left: 20px;
                }
