.widefat td {
    vertical-align: middle !important;
}

div.error, div.updated {
    margin-left: 2px;
}

#err_check {
    color: red;

}

/* The Modal (background) */
.IUTI-modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 999999; /* Sit on top */
    padding-top: 100px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0, 0, 0); /* Fallback color */
    background-color: rgba(0, 0, 0, 0.4); /* Black w/ opacity */
}

/* Modal Content */
.IUTI-modal-content {
    background-color: #fefefe;
    margin: auto;
    padding: 20px;
    border: 1px solid #888;
    width: 30%;
}

/* The Close Button */
.close {
    color: #aaaaaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.close:hover,
.close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}

.IUTI-modal-content input[type=text], .IUTI-modal-content select {
    width: 100%;
    padding: 12px 20px;
    margin: 8px 0;
    display: inline-block;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
    height: 100%;
}

.IUTI-modal-content button[type=submit] {
    width: 100%;
    background-color: #4CAF50;
    color: white;
    padding: 14px 20px;
    margin: 8px 0;
    border: none;
    border-radius: 4px;
    cursor: pointer;
}

.IUTI-modal-content button[type=submit]:hover {
    background-color: #45a049;
}

.IUTI-modal-content div {
    border-radius: 5px;
    background-color: #f2f2f2;
    padding: 20px;
}

div.IUTIIContactImportForm div.alert {
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-top-color: transparent;
    border-right-color: transparent;
    border-bottom-color: transparent;
    border-left-color: transparent;
    border-radius: 4px;
}

div.IUTIIContactImportForm div.success {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6;
}

div.IUTIIContactImportForm div.error {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1;
}

.IUTIIContactImportFormButton.disabled {
    opacity: 0.65;
    cursor: not-allowed;
    background: #9FD2A1;
}

#IUTILoaderImage {
    height: 30px;
    float: left;
    position: absolute;
}

#IUTIImportLoaderImage {
    height: 25px;
    float: left;
    position: relative;
}
.IUTIIContactImportForm label{
    font-weight:bold;
}