﻿.table-resize-icon {
    position: absolute;
    left: calc(100% - 15px);
    top: calc(100% - 15px);
    -ms-transform: rotate(90deg); /* IE 9 */
    -webkit-transform: rotate(90deg); /* Chrome, Safari, Opera */
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
    display: none;
    color: #FF9900;
}

.tablemanagement-item-circle input{
    float: left;
    width: 100%;
    line-height: 2em;
    margin-top: calc(50% - 1em);
    text-align: center;
    color: white;
    background: none;
}

.tablemanagement-item-circle label {
    cursor: move;
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: block;
    float: left;
    width: 100%;
    line-height: 2em;
    margin-top: calc(50% - 1em);
    text-align: center;
    color: white;
    background: none;
    min-height: 1em;
}

.tablemanagement-item-rectangle label {
    position: relative;
    cursor: move;
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: block;
    top: calc(50% - 0.5em);
    width: 100%;
    text-align: center;
    color: white;
    background: none;
    min-height: 1em;
}

.input-icon{
  position: absolute;
  left: 3px;
  top: calc(50% - 0.5em);
}