.ui-dialog { z-index: 999009 !important ;}

.table-tcp tr td {
    padding: 3px 6px;
    color: white !important;
    text-align: center;
    border: none;
    text-decoration: none;
    font-size: 12px;
    font-family: inherit;
    cursor: pointer;
    overflow: visible;
    width: auto;
    line-height: 12px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    white-space: nowrap;
    background: #428bca;
    font-weight: 200;
}

.tcp-popup-widget {
    margin: 0;
    padding: 0;
    overflow: hidden;
}

.tcp-label-img{
    width: 130px;
}

.tcp-label-img-select{
    width: 110px;
}

/**
* Widget
 */
.tcp-point-popup {
    display: none;
    position: fixed;
    z-index: 99999;
    padding-top: 50px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0, 0, 0);
    background-color: rgba(0, 0, 0, 0.4);
}

.tcp-point-popup-content {
    display: flex;
    flex-direction: column;
    position: relative;
    background-color: #fefefe;
    padding: 0;
    border: 1px solid #888;
    width: 95%;
    height: 95%;
    margin: auto;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.tcp-point-popup-buttons {
    float: right;
}

.tcp-point-popup-btn:hover,
.tcp-point-popup-btn:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}

.tcp-point-popup-header {
    padding: 2px 16px;
    color: white;
}

.tcp-point-popup-header h4 {
    color: #1d2327 !important;
    font-size: 1.3em !important;
    margin: 1em 0 !important;
    font-weight: 600 !important;
    padding-left: 0 !important;
}

.tcp-point-popup-body {
    display: flex;
    flex-grow: 1;
    padding: 10px;
}

.tcp-point-popup-footer {
    float: right;
    padding: 16px 16px;
    color: white;
}

.tcp-widget-iframe {
    height: 100%;
    width: 100%;
    border: none;
    overflow: hidden;
}