.ui-icon {
    margin-left: 7.5px;
    margin-top: 7.5px;
    background-repeat: no-repeat;
}

.new-link-line {
    position: absolute;
    width: 1px;
    border-left: 3px solid green;
    z-index: 100;
    -webkit-transform-origin: top left;
    -moz-transform-origin: top left;
    -o-transform-origin: top left;
    -ms-transform-origin: top left;
    transform-origin: top left;
}

.custom-state-active {
    background-color: red;
}

.bottomButtonPanel {
    text-align: right;
    margin-right: 10px;
}

#dragDropContainer {
    vertical-align: top;
    text-align: center;
    width: 640px;
    box-sizing: border-box;
    background-color: #F4F2F2;
    border: 1px solid #ccc;
    padding-bottom: 10px;
    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -o-user-select: none;
    user-select: none;
}

.header {
    margin: 10px 10px 10px 10px;
}

.header div {
    display: inline-block;
    width: 48%;
    text-align: center;
    font-weight: bold;
    padding: 5px 0px;
}

.header div:first-child {
    margin-right: 20px;
}

.leftColumn {
    background-color: #bbb;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    display: inline-block;
    padding-right: 8px;
    margin-right: 100px;
    background-color: lightgreen;
    border: 1px solid lightgreen;
}

.rightColumn {
    background-color: #bbb;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    display: inline-block;
    padding: 0px;
    background-color: lightblue;
    border: 1px solid lightblue;
}

.strip {
    margin-bottom: 20px;
}

.label {
    display: inline-block;
    vertical-align: top;
    background-color: #FFF;
    padding: 5px;
    width: 200px;
    height: 38px;
}

.draggable {
    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -o-user-select: none;
    cursor: pointer;
}

.droppable {
    /*position: relative !important;*/
}

#drags {
    display: inline-block;
    background-color: #999;
    padding: 5px;
    border: solid 1px #ccc;
    margin-right: 50px;
}

.dummy {
    background-color: #999;
    height: 15px;
    width: 15px;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    display: inline-block;
    vertical-align: middle;
    margin-top: 5px;
    margin-right: 9px;
    box-shadow: 1px 1px 1px #222 inset;
    margin-left: -24px;
    background: rgba(150, 150, 150, 1);
    background: -moz-radial-gradient(center, ellipse cover, rgba(150, 150, 150, 1) 0%, rgba(0, 0, 0, 1) 31%, rgba(145, 133, 132, 1) 33%, rgba(135, 135, 135, 1) 100%);
    background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, rgba(150, 150, 150, 1)), color-stop(31%, rgba(0, 0, 0, 1)), color-stop(33%, rgba(145, 133, 132, 1)), color-stop(100%, rgba(135, 135, 135, 1)));
    background: -webkit-radial-gradient(center, ellipse cover, rgba(150, 150, 150, 1) 0%, rgba(0, 0, 0, 1) 31%, rgba(145, 133, 132, 1) 33%, rgba(135, 135, 135, 1) 100%);
    background: -o-radial-gradient(center, ellipse cover, rgba(150, 150, 150, 1) 0%, rgba(0, 0, 0, 1) 31%, rgba(145, 133, 132, 1) 33%, rgba(135, 135, 135, 1) 100%);
    background: -ms-radial-gradient(center, ellipse cover, rgba(150, 150, 150, 1) 0%, rgba(0, 0, 0, 1) 31%, rgba(145, 133, 132, 1) 33%, rgba(135, 135, 135, 1) 100%);
    background: radial-gradient(ellipse at center, rgba(150, 150, 150, 1) 0%, rgba(0, 0, 0, 1) 31%, rgba(145, 133, 132, 1) 33%, rgba(135, 135, 135, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#969696', endColorstr='#878787', GradientType=1);
}

.draggable {
    height: 30px;
    width: 30px;
    color: #CDCDCD;
    text-shadow: 0px 1px 0px #FFF;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    background: rgb(255, 255, 255);
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(246, 246, 246, 1) 47%, rgba(237, 237, 237, 1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 255, 255, 1)), color-stop(47%, rgba(246, 246, 246, 1)), color-stop(100%, rgba(237, 237, 237, 1)));
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(246, 246, 246, 1) 47%, rgba(237, 237, 237, 1) 100%);
    background: -o-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(246, 246, 246, 1) 47%, rgba(237, 237, 237, 1) 100%);
    background: -ms-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(246, 246, 246, 1) 47%, rgba(237, 237, 237, 1) 100%);
    background: linear-gradient(to bottom, rgba(255, 255, 255, 1) 0%, rgba(246, 246, 246, 1) 47%, rgba(237, 237, 237, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ededed', GradientType=0);
    box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.25), 0px 2px 3px rgba(0, 0, 0, 0.1);
    display: inline-block;
    vertical-align: middle;
    margin-top: 9px;
    margin-right: 2px;
    margin-left: 9px;
}

#drops {
    display: inline-block;
    background-color: #999;
    padding: 5px;
    border: solid 1px #ccc;
}

.engravedCircle {
    background-color: #999;
    height: 30px;
    width: 30px;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    display: inline-block;
    vertical-align: middle;
    margin-top: 9px;
    margin-left: 10px;
    margin-right: 9px;
    box-shadow: 1px 1px 1px #222 inset;
}

#ansOptions {
    float: left;
    width: 180px;
}

#ansOptions div {
    margin-bottom: 10px;
    height: 44px;
    background-color: #eee;
    padding: 5px;
    text-align: center;
    font-size: 14px;
    line-height: 44px;
}

#submitBtn {
    width: 86px;
    height: 44px;
    -moz-box-shadow: inset 0px 1px 0px 0px #4fb9b9;
    -webkit-box-shadow: inset 0px 1px 0px 0px #4fb9b9;
    box-shadow: inset 0px 1px 0px 0px #4fb9b9;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #006666), color-stop(1, #004242));
    background: -moz-linear-gradient(top, #006666 5%, #004242 100%);
    background: -webkit-linear-gradient(top, #006666 5%, #004242 100%);
    background: -o-linear-gradient(top, #006666 5%, #004242 100%);
    background: -ms-linear-gradient(top, #006666 5%, #004242 100%);
    background: linear-gradient(to bottom, #006666 5%, #004242 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#006666', endColorstr='#004242', GradientType=0);
    background-color: #006666;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    border: 1px solid #000000;
    color: #ffffff;
    font-size: 15px;
    font-weight: bold;
    padding: 0;
    text-decoration: none;
    text-shadow: 0px 1px 0px #333333;
    text-align: center;
}

#submitBtn:hover {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #004242), color-stop(1, #006666));
    background: -moz-linear-gradient(top, #004242 5%, #006666 100%);
    background: -webkit-linear-gradient(top, #004242 5%, #006666 100%);
    background: -o-linear-gradient(top, #004242 5%, #006666 100%);
    background: -ms-linear-gradient(top, #004242 5%, #006666 100%);
    background: linear-gradient(to bottom, #004242 5%, #006666 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#004242', endColorstr='#006666', GradientType=0);
}

#submitBtn[disabled] {
    -moz-box-shadow: inset 0px 1px 0px 0px #eeeeee;
    -webkit-box-shadow: inset 0px 1px 0px 0px #eeeeee;
    box-shadow: inset 0px 1px 0px 0px #eeeeee;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #999999), color-stop(1, #666666));
    background: -moz-linear-gradient(top, #999999 5%, #666666 100%);
    background: -webkit-linear-gradient(top, #999999 5%, #666666 100%);
    background: -o-linear-gradient(top, #999999 5%, #666666 100%);
    background: -ms-linear-gradient(top, #999999 5%, #666666 100%);
    background: linear-gradient(to bottom, #999999 5%, #666666 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#999999', endColorstr='#666666', GradientType=0);
    background-color: #999999;
    color: #ccc;
}

/***************/

#resetBtn {
    width: 86px;
    height: 44px;
    margin-right: 20px;
    -moz-box-shadow: inset 0px 1px 0px 0px #4fb9b9;
    -webkit-box-shadow: inset 0px 1px 0px 0px #4fb9b9;
    box-shadow: inset 0px 1px 0px 0px #4fb9b9;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #006666), color-stop(1, #004242));
    background: -moz-linear-gradient(top, #006666 5%, #004242 100%);
    background: -webkit-linear-gradient(top, #006666 5%, #004242 100%);
    background: -o-linear-gradient(top, #006666 5%, #004242 100%);
    background: -ms-linear-gradient(top, #006666 5%, #004242 100%);
    background: linear-gradient(to bottom, #006666 5%, #004242 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#006666', endColorstr='#004242', GradientType=0);
    background-color: #006666;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    border: 1px solid #000000;
    color: #ffffff;
    font-size: 15px;
    font-weight: bold;
    padding: 0;
    text-decoration: none;
    text-shadow: 0px 1px 0px #333333;
    text-align: center;
}

#resetBtn:hover {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #004242), color-stop(1, #006666));
    background: -moz-linear-gradient(top, #004242 5%, #006666 100%);
    background: -webkit-linear-gradient(top, #004242 5%, #006666 100%);
    background: -o-linear-gradient(top, #004242 5%, #006666 100%);
    background: -ms-linear-gradient(top, #004242 5%, #006666 100%);
    background: linear-gradient(to bottom, #004242 5%, #006666 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#004242', endColorstr='#006666', GradientType=0);
}

#resetBtn[disabled] {
    -moz-box-shadow: inset 0px 1px 0px 0px #eeeeee;
    -webkit-box-shadow: inset 0px 1px 0px 0px #eeeeee;
    box-shadow: inset 0px 1px 0px 0px #eeeeee;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #999999), color-stop(1, #666666));
    background: -moz-linear-gradient(top, #999999 5%, #666666 100%);
    background: -webkit-linear-gradient(top, #999999 5%, #666666 100%);
    background: -o-linear-gradient(top, #999999 5%, #666666 100%);
    background: -ms-linear-gradient(top, #999999 5%, #666666 100%);
    background: linear-gradient(to bottom, #999999 5%, #666666 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#999999', endColorstr='#666666', GradientType=0);
    background-color: #999999;
    color: #ccc;
}