/*
.field[data-name="item-name"] {
    line-height: 32px;
    height: 32px;
    background: #eee;
    margin-bottom: 4px;
}
*/

a.pull-right.inline-edit-link {
    position: absolute;
    right: 5px;
    top: 5px;
    background: #fff;
}

td.cell span.label.label-md {
    float: left;
    margin: 1px;
}

.cell {
    position: relative;
}

/*  tooth-chart */

.middle .cell.form-group[data-name="toothChart"] {
    display: none;
}

ul.extra-services {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    padding: 0;
    margin: 0;
    text-transform: uppercase;
    font-weight: bold;
    list-style: none;
    text-align: center;
}

ul.extra-services li {
    padding: 2px;
    font-size: 12px;
    background: black;
    color: white;
    display: inline-block;
}

#tooth-chart img {
    max-width: 90%;
    width: 60px;
}

#tooth-chart td {
    text-align: center;
    border: none;
    padding: 1px 5px;
}

.cell-itemList td {
    overflow: visible !important;
}

#tooth-chart td:nth-child(8) {
    border-right: 2px solid #445b67;
}

.tr-tooth td {
    cursor: pointer;
    position: relative;
}

.tr-tooth.up {

}

.tr-tooth.down {

}

.tr-tooth.up td {
    padding-top: 25px !important;
}

.tr-tooth.down td {
    padding-bottom: 35px !important;
}

.tr-tooth.down td ul.extra-services {
    bottom: 0;
    top: auto;
}

.tr-numbers.up {

}

.tr-numbers.down {

}

.tr-numbers td {
    padding: 1px !important;
}

.tr-numbers td h5 {
    padding: 1px !important;
}

.tr-numbers.up td {
    border-bottom: 2px solid #445b67 !important;
}

.tr-numbers.down td {

}

.side input[type=checkbox]{transform:scale(3);margin: 20px 0 0 150px}

