ul {
    list-style: none;
}
.box {
    height: 100%;
    /* border: 1px solid #ccc; */
    background-color: #fff;
}
.box-header {
    height: 40px;
    background-color: #eee;
    /* padding: 0 30px 0 10px; */
    border-bottom: 1px solid #ccc;
    cursor: move;
    position: absolute;
    top:0;
    left:0;
    width: 100%;
}
.box-header h3 {
    width: 100%;
    margin: 5px;
    display: inline-block;
}
.box-content {
    height: 100%;
    padding: 0px;
}
.box-header-btns {
    top: 15px;
    right: 10px;
    cursor: pointer;
    position: absolute;
}
a {
    color: #ccc;
}
form {
    margin-bottom: 0;
}
.gridster {
    border: 1px solid #ccc;
}
.gridster-item {
    border: 1px solid #ccc;
}
.viewOrderwindow .modal-dialog {
    width: 90%;
}
