/* Pop-up View */
div#err-view-data table tr td:first-child{
    width: 250px;
}
.ui-dialog.email-schedules{   
    width: 50% !important;
    z-index: 9999;
}

#err-view-data{ display: none; }
#err-view-data tbody tr td{
    padding: 15px 10px;
}

#err-email-schedules-controls{
    clear: both;
}

#err-email-schedules-controls div.err-button-controls .spinner{
    float: none!important;
    display: none;
}

#err-email-schedules-controls div.err-button-controls input.button{
    margin-right: 10px;
}

#err-email-schedules-controls table{
    clear: both;
}

#err-email-schedules-controls div.form-container input#err_email_subject_field{
    width: 65%;
}

#err-show-form{
    margin-bottom: 20px;
    float: left;
}

/***** Email Schedules Table *****/
#err-email-schedules-table thead tr th,
#err-email-schedules-table tfoot tr th {
    padding: 15px 10px;
}

#err-email-schedules-table tbody tr.edited {
    background-color: #fff2d8 !important;
}

#err-email-schedules-table tbody tr td.controls .dashicons {
    font-size: 24px;
    display: inline-block;
    cursor: pointer;
    float: left;
}

#err-email-schedules-table tbody tr td.controls .view {
    color: #0073AA;
    margin-right: 15px;
}

#err-email-schedules-table tbody tr td.controls .edit {
    color: green;
    margin-right: 15px;
}

#err-email-schedules-table tbody tr td.controls .delete {
    color: red;
}