.rest-link-content .form-table th {
    width: 240px;
}

.rest-link-content .add, .rest-link-content .remove {
    text-decoration: none;

    font-size: 24px;
    padding: 0px 5px;
    border-radius: 50%;
    color: white;
    font-weight: bolder;
    vertical-align: middle;
}

.rest-link-content .add {
    background-color: #40a716;
    margin-top: 10px;
}

.rest-link-content .remove {
    margin-left: 10px;
    background-color: #ce1818;

}

.rest-link-content .add .dashicons,
.rest-link-content .remove .dashicons {
    vertical-align: initial;
}

.rest-link-content .add:hover, .rest-link-content .remove:hover {
    color: #193864;
}

.rest-link-content .rest-link-required {
    color: red;
    margin-left: 3px
}

/*-===========Modal BOX==========-*/

.rest-link-modal-container {
    display: none;
    position: fixed;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.4);

}

.rest-link-modal-content {
    background-color: #fefefe;
    margin: 20% auto;
    padding: 20px;
    border: 1px solid #6eaaa7;
    width: 50%;
}

.rest-link-modal-container#rest-link-error-modal {
    text-align: center;
}

.rest-link-modal-container#rest-link-error-modal h3 {
    margin-bottom: 25px;
}

.rest-link-modal-content span.rest-link-modal-close {
    color: #3baa92;
    float: right;
    font-size: 28px;
    font-weight: bold;
    cursor: pointer;
}

.rest-link-modal-content a.rest-link-modal-close {
    padding: 8px 20px;
    background: #0073aa;
    color: white;
    border: none;
    margin: 10px;
    cursor: pointer;
}

.rest-link-content .curs-point {
    cursor: pointer;
}

/*======Fin modal=====*/

button.rest-link-jq-remove-table {
    background: red;
    border: 2px solid red;
    color: white;
    border-radius: 4px;
    cursor: pointer;
}

.rest-link-content a.show-block-elemnt {
    background-color: #4CAF50;
    padding: 9px;
    border: none;
    color: white;
    border-radius: 4px;
}

.rest-link-content label {
    display: inline-table;
    width: 65px;
}