.gp_plugin_updater_notice {
	margin: 15px 15px 15px 0;
}

.gp_sajak_sidebar ul li a .label_text {
	display: block;
	margin-left: 24px;
}

.ldap_import_tabs .ldap_import_step fieldset > div {
	margin-bottom: 10px;
}

.ldap_import_tabs .cd_import_options {
    padding: 2px 10px 12px;
    border: 1px solid lightgray;
    border-left: 4px solid green;
    margin: 10px 2px;
	max-width: 840px;
}
.ldap_import_tabs .cd_import_options h4 {
	margin-top: 8px;
}

.ldap_import_tabs .cd_import_options {
	display: none;
}

.cd_scheduled_import_job_list {
	
}
.cd_scheduled_import_job_list {
  font-family: Arial, Helvetica, sans-serif;
  border-collapse: collapse;
  width: 100%;
}

.cd_scheduled_import_job_list td, .cd_scheduled_import_job_list th {
  border: 1px solid #ddd;
  padding: 8px;
}

.cd_scheduled_import_job_list tr:nth-child(even){background-color: #f2f2f2;}

.cd_scheduled_import_job_list tr:hover {background-color: #ddd;}

.cd_scheduled_import_job_list th {
  padding-top: 12px;
  padding-bottom: 12px;
  text-align: left;
  background-color: #4CAF50;
  color: white;
}
/* 
.cd_scheduled_import_job_list th {
	border-bottom: 1px solid gray;
	padding: 4px;
	text-align: left;
}

.cd_scheduled_import_job_list td {
	padding: 4px;
	text-align: left;
} */

#cd_import_options_ldap label {
	display: block;
	margin-bottom: 6px;
}

.cd_import_options .example_code {
	display: none;
}

.cd_import_options .show_hide_example_filter_code {
	display: inline-block;
	margin-top: 16px;
	margin-bottom: 8px;
}


/* Avanced Search Form Styling */
.search-staff-advanced {}

.search-staff-advanced .search-form-field {
	margin-bottom: 12px;
	
}

.search-staff-advanced .search-form-field label {
	display: block;
	font-weight: bold;	
	padding-bottom: 4px;
}

.search-staff-advanced .search-form-field input,
.search-staff-advanced .search-form-field select {
	width: 98%;
	max-width: 500px;
}


.search-staff-advanced .search-form-field input[type="text"],
.search-staff-advanced .search-form-field input[type="number"],
.search-staff-advanced .search-form-field input[type="email"],
.search-staff-advanced .search-form-field input[type="tel"],
.search-staff-advanced .search-form-field input[type="url"],
.search-staff-advanced .search-form-field input[type="password"],
.search-staff-advanced .search-form-field input[type="search"],
.search-staff-advanced .search-form-field input[type="phone"],
.search-staff-advanced .search-form-field textarea,
.input-text {
    padding: 0.6180469716em;
    background-color: #efefef;
    color: #43454b;
    border: 0;
    -webkit-appearance: none;
    box-sizing: border-box;
    font-weight: normal;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.125);
}

.search-staff-advanced .search-form-field select {
    padding: 0.6180469716em;
    background-color: #efefef;
    color: #43454b;
    border: 0;
    box-sizing: border-box;
    font-weight: normal;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.125);
}

/*
 .search-staff-advanced .search-form-field button {
    background-color: #eeeeee;
    border-color: #eeeeee;
    color: #333333;
    border: 0;
    border-radius: 0;
    background: none;
    background-color: #43454b;
    border-color: #43454b;
    color: #fff;
    cursor: pointer;
    padding: 0.6180469716em 1.41575em;
    text-decoration: none;
    font-weight: 600;
    text-shadow: none;
    display: inline-block;
    -webkit-appearance: none;	
}

.search-staff-advanced .search-form-field button:hover {
    background-color: #d5d5d5;
    border-color: #d5d5d5;
    color: #333333;
}

*/