/*******************************************************************************
 ****   Form
 ******************************************************************************/
.sliph-form .frame{
    position: relative;
}
.sliph-form td,
.sliph-form th{
    border-left-color: #fff;
    border-right-color: #fff;
    padding: 5px;
}
.sliph-form .checkbox-column{
    width: 1%;
    text-align: center;
}
.sliph-form tbody .label,
.sliph-form tbody .required-col{
    width: 1%;
    white-space: nowrap;
    text-align: left;
    padding-right: 7px;
    background: #ebf5fe;
    border-top: 1px solid #fff;
    color: #000;
    font-size: 0.8em;
    padding-top: 13px;
    vertical-align: middle;
}
.sliph-form tbody .label.no-width{
    width: auto;
}
.sliph-form .no-width.cover-memo tbody label{
    white-space: normal;
    min-width: 200px;
    display: block;
}
.sliph-form tbody .field{
    width: 1%;
    vertical-align: middle;
    position: relative;
}
.sliph-form tbody .no-minimal .field{
    width: auto;
}
.sliph-form tbody .notes{
    vertical-align: middle;
    font-size: 0.75em;
    line-height: 1.5em;
}
.sliph-form tbody .notes em{
    color: #2b90c3;
    font-style: normal;
}
.sliph-form .hidden{
    display: none;
}
.sliph-form .validate{
    font-family: tahoma, arial, serif;
    display: block;
    color: #2b90c3;
}
.sliph-form .default{
    font-family: tahoma, arial, serif;
    display: block;
    color: #22c090;
}
.sliph-form .group-title td{
    font-weight: bold;
    font-size: 0.8em;
    letter-spacing: 0.2em;
    padding: 10px;
    background: #ebf5fe;
    border-top: 1px solid white;
    border-bottom: 1px solid white;
    border-left: 0;
    border-right: 0;
    text-transform: uppercase;
}
.sliph-form .group-title.margin-top td{
    border-top: 15px solid #fff;
}
.sliph-form tbody .required-col{
    padding: 5px;
}
.sliph-form .form-required{
    width: 16px;
    height: 16px;
    display: inline;
    display: inline-block;
    background: url(images/icons/required.png) center center no-repeat;
    margin-top: 5px;
    vertical-align: text-bottom;
}
.required-icon{
    float: left;
    margin-right: 0.2em;
    margin-top: -1px;
}
.sliph-form .row-hidden{
    display: none;
}

/*******************************************************************************
 ****   Buttons
 ******************************************************************************/
.sliph-form .buttons{
    margin-top: 10px;
}
.sliph-form .ui-button{
    font-size: 0.8em;
    margin: 5px;
    float: left;
}
.sliph-form .ui-buttonset .ui-button{
    margin: 5px 0;
}
.sliph-form .ui-buttonset .ui-button.ui-corner-left{
    margin-left: 5px;
}
.sliph-form .ui-buttonset .ui-button.ui-corner-right{
    margin-right: 5px;
}
.table-wrap{
    clear: right;
}

/*******************************************************************************
 ****   Form Elements
 ******************************************************************************/
.sliph-form tbody input,
.sliph-form tbody textarea{
    width: 300px;
    padding: 2px;
    font-size: .9em;
    margin: 0;
    font-family: inherit;
}
.sliph-form tbody input[type=checkbox]{
    width: auto;
    margin: 0 5px 0 0;
}
.sliph-form tbody select{
    width: 307px;
    padding: 2px;
    font-size: .9em;
    margin: 0;
    font-family: inherit;
}
.browser-firefox .sliph-form tbody select{
    width: 306px;
}
.sliph-form tbody tr.full-span .field,
.sliph-form tbody tr.half-span .field{
    width: auto;
}
.sliph-form tbody tr.full-span input,
.sliph-form tbody tr.full-span select,
.sliph-form tbody tr.full-span textarea{
    width: 99%;
}
.sliph-form tbody tr.full-span.multiple-width input{
    width: 95%;
}
.sliph-form tbody tr.half-span input,
.sliph-form tbody tr.half-span select,
.sliph-form tbody tr.half-span textarea{
    width: 50%;
}
.sliph-form optgroup{
    background: #f5f5f5;
    font-weight: bold;
}
.sliph-form optgroup option{
    background: #fff;
}

/*******************************************************************************
 ****   Special - Privileges Field Type
 ******************************************************************************/
.sliph-form .module-group ul input[type=checkbox]{
    width: auto;
    margin: 2px 5px 5px 8px;
}
#sliph-content .sliph-form .module-group .title{
    border-radius: 0;
    padding: 6px;
}
.sliph-form .module-group .title input[type=checkbox]{
    opacity: 0.5;
}
.sliph-form .module-group .title select{
    width: 105px;
    float: left;
    margin-top: -4px;
    margin-right: 10px;
    padding: 1px;
}
.sliph-form .module-group ul{
    margin: 0;
    padding: 0;
    list-style-type: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    -webkit-user-select: none;
    user-select: none;
}
.sliph-form .module-group li{
    margin: 0;
}
.sliph-form .module-group li:first-child{
    padding-top: 3px;
}
.sliph-form .module-group li span{
    font-size: 0.9em;
}

/*******************************************************************************
 ****   Multiple Field Styles
 ******************************************************************************/

/* Auto Numbering */
.auto-number{
    counter-reset: auto-number;
}
.auto-number .counter-span:before{
    counter-increment: auto-number;
    content: counter(auto-number) ".";
}
.auto-number .counter-span{
    float: left;
    padding: 5px 5px 0 5px;
    width: 1.5em;
}

.sliph-form tbody .form_multiple_wrap{
    clear: both;
}
.sliph-form tbody .form_multiple_field{
    width: 268px;
    float: left;
}
.sliph-form tbody strong.form_multiple_field{
    width: auto;
    padding: 0.4em 0.6em 0 0.4em;
}
.sliph-form tbody .form_multiple_field.form-field-risk-questionnaire-user{
    width: 250px;
}

.delegations-codes{
    font-size: 1.1em;
}
.delegations-codes th{
    background: #e5e5e5;
    font-weight: bold;
    white-space: nowrap;
}
.delegations-codes td{
    padding: 2px;
    border: 1px solid #e5e5e5;
    width: 1%;
}
.delegations-codes td:last-child{
    width: auto;
}
.budget-delete,
.delegation-code-delete{
    width: 15px;
    height: 16px;
    cursor: pointer;
    display: inline;
    display: inline-block;
    margin: 3px 0 -4px 6px;
    background: url(images/icons/delete.png) center center no-repeat;
    opacity: 0.4;
}
.budget-add,
.delegation-code-add{
    float: left;
    cursor: pointer;
    margin: 5px;
    background: url(images/icons/multiple_add.png) center center no-repeat;
    opacity: 0.4;
    width: auto;
    background-position: left center;
    padding-left: 20px;
    font-size: 0.9em;
    color: #000;
    padding-top: 2px;
    height: 14px;
}
.budget-add:hover,
.budget-delete:hover,
.delegation-code-add:hover,
.delegation-code-delete:hover{
    opacity: 1;
}
.sliph-form tbody .delegations-codes input{
    width: auto;
}
.delegations-codes input:disabled{
    opacity: 0.25;
}
table.budget{
    font-size: 1.1em;
}
.sliph-form input:focus,
.sliph-form textarea:focus,
.sliph-form select:focus{
    background-color: #fcfcff;
}

.sliph-form tbody .auto-width .form_multiple_field{
    width: 60%;
}
.sliph-form tbody .form_multiple_field.invitee-name{
    margin-right: 5px;
}
.sliph-form tbody .form_multiple_div_pos_add,
.sliph-form tbody .form_multiple_add,
.sliph-form tbody .form_multiple_division_delete,
.sliph-form tbody .form_multiple_delete,
.sliph-form tbody .form_multiple_add_essay,
.sliph-form tbody .form_multiple_delete_essay,
.sliph-form tbody .form_multiple_medical_add,
.sliph-form tbody .form_multiple_medical_delete,
.sliph-form tbody .form_multiple_training_add,
.sliph-form tbody .form_multiple_training_delete,
.sliph-form tbody .form_multiple_address_add,
.sliph-form tbody .form_multiple_address_delete,
.sliph-form tbody .form_multiple_date_range_add,
.sliph-form tbody .form_multiple_date_range_delete,
.sliph-form tbody .form_multiple_licence_add,
.sliph-form tbody .form_multiple_licence_delete,
.sliph-form tbody .form_multiple_service_date_add,
.sliph-form tbody .form_multiple_service_date_delete,
.sliph-form tbody .form_multiple_condition_add,
.sliph-form tbody .form_multiple_condition_delete,
.sliph-form tbody .form_multiple_qual_add,
.sliph-form tbody .form_multiple_qual_delete,
.sliph-form tbody .form_multiple_invitee_add,
.sliph-form tbody .form_multiple_invitee_delete,
.sliph-form tbody .form_multiple_url_add,
.sliph-form tbody .form_multiple_url_delete,
.sliph-form tbody .form_multiple_minutes_add,
.sliph-form tbody .form_multiple_minutes_delete,
.sliph-form tbody .form_multiple_action_items_add,
.sliph-form tbody .form_multiple_action_items_delete,
.sliph-form tbody .form_multiple_recommendation_add,
.sliph-form tbody .form_multiple_recommendation_delete,
.sliph-form tbody .form_multiple_action_progress_add,
.sliph-form tbody .form_multiple_action_progress_delete,
.sliph-form tbody .form_multiple_investment_add,
.sliph-form tbody .form_multiple_investment_delete,
.sliph-form tbody .form_multiple_expense_add,
.sliph-form tbody .form_multiple_expense_delete,
.sliph-form tbody .form_multiple_interest_add,
.sliph-form tbody .form_multiple_interest_delete,
.sliph-form tbody .form_multiple_risk_cause_add,
.sliph-form tbody .form_multiple_risk_cause_delete,
.sliph-form tbody .form_multiple_risk_control_standard_add,
.sliph-form tbody .form_multiple_risk_control_standard_delete,
.sliph-form tbody .form_multiple_risk_questionnaire_stage_add,
.sliph-form tbody .form_multiple_risk_questionnaire_stage_delete,
.sliph-form tbody .form_legislation_classification_add,
.sliph-form tbody .form_legislation_classification_delete,
.sliph-form tbody .form_multiple_term_add,
.sliph-form tbody .form_multiple_term_delete,
.sliph-form tbody .sliph-form-multiple-add,
.sliph-form tbody .sliph-form-multiple-delete{
    width: 15px;
    height: 16px;
    float: left;
    cursor: pointer;
    margin: 5px;
    background: url(images/icons/delete.png) center center no-repeat;
    opacity: 0.4;
}
.sliph-form tbody .form_multiple_delete_essay.revert{
    background-image: url(images/icons/restore.png);
}
.sliph-field-deleted td,
.sliph-field-deleted td select,
.sliph-field-deleted td textarea.query{
    background: #fcc;
    text-decoration: line-through;
}
.sliph-form tbody .sliph-form-multiple-delete.no-margin{
    margin: 0;
}
.sliph-form tbody .form_multiple_add,
.sliph-form tbody .form_multiple_div_pos_add,
.sliph-form tbody .form_multiple_add_essay,
.sliph-form tbody .form_multiple_qual_add,
.sliph-form tbody .form_multiple_term_add,
.sliph-form tbody .form_multiple_invitee_add,
.sliph-form tbody .form_multiple_url_add,
.sliph-form tbody .form_multiple_condition_add,
.sliph-form tbody .form_multiple_recommendation_add,
.sliph-form tbody .form_multiple_action_progress_add,
.sliph-form tbody .form_multiple_minutes_add,
.sliph-form tbody .form_multiple_action_items_add,
.sliph-form tbody .form_multiple_investment_add,
.sliph-form tbody .form_multiple_expense_add,
.sliph-form tbody .form_multiple_interest_add,
.sliph-form tbody .form_multiple_risk_cause_add,
.sliph-form tbody .form_multiple_risk_control_standard_add,
.sliph-form tbody .form_multiple_risk_questionnaire_stage_add,
.sliph-form tbody .form_legislation_classification_add,
.sliph-form tbody .form_multiple_service_date_add,
.sliph-form tbody .form_multiple_address_add,
.sliph-form tbody .form_multiple_date_range_add,
.sliph-form tbody .form_multiple_training_add,
.sliph-form tbody .form_multiple_medical_add,
.sliph-form tbody .form_multiple_licence_add,
.sliph-form tbody .sliph-form-multiple-add{
    background-image: url(images/icons/multiple_add.png);
}
.sliph-form tbody .form_multiple_delete:hover,
.sliph-form tbody .form_multiple_add:hover,
.sliph-form tbody .form_multiple_div_pos_add:hover,
.sliph-form tbody .form_multiple_delete_essay:hover,
.sliph-form tbody .form_multiple_add_essay:hover,
.sliph-form tbody .form_multiple_qual_delete:hover,
.sliph-form tbody .form_multiple_qual_add:hover,
.sliph-form tbody .form_multiple_condition_delete:hover,
.sliph-form tbody .form_multiple_condition_add:hover,
.sliph-form tbody .form_multiple_invitee_delete:hover,
.sliph-form tbody .form_multiple_invitee_add:hover,
.sliph-form tbody .form_multiple_url_delete:hover,
.sliph-form tbody .form_multiple_url_add:hover,
.sliph-form tbody .form_multiple_address_delete:hover,
.sliph-form tbody .form_multiple_address_add:hover,
.sliph-form tbody .form_multiple_date_range_delete:hover,
.sliph-form tbody .form_multiple_date_range_add:hover,
.sliph-form tbody .form_multiple_training_delete:hover,
.sliph-form tbody .form_multiple_training_add:hover,
.sliph-form tbody .form_multiple_medical_delete:hover,
.sliph-form tbody .form_multiple_medical_add:hover,
.sliph-form tbody .form_multiple_licence_delete:hover,
.sliph-form tbody .form_multiple_licence_add:hover,
.sliph-form tbody .form_multiple_service_date_delete:hover,
.sliph-form tbody .form_multiple_service_date_add:hover,
.sliph-form tbody .form_multiple_minutes_delete:hover,
.sliph-form tbody .form_multiple_minutes_add:hover,
.sliph-form tbody .form_multiple_action_items_delete:hover,
.sliph-form tbody .form_multiple_action_items_add:hover,
.sliph-form tbody .form_multiple_recommendation_delete:hover,
.sliph-form tbody .form_multiple_recommendation_add:hover,
.sliph-form tbody .form_multiple_action_progress_delete:hover,
.sliph-form tbody .form_multiple_action_progress_add:hover,
.sliph-form tbody .form_multiple_investment_delete:hover,
.sliph-form tbody .form_multiple_investment_add:hover,
.sliph-form tbody .form_multiple_expense_delete:hover,
.sliph-form tbody .form_multiple_expense_add:hover,
.sliph-form tbody .form_multiple_interest_delete:hover,
.sliph-form tbody .form_multiple_interest_add:hover,
.sliph-form tbody .form_multiple_risk_cause_delete:hover,
.sliph-form tbody .form_multiple_risk_cause_add:hover,
.sliph-form tbody .form_multiple_risk_control_standard_delete:hover,
.sliph-form tbody .form_multiple_risk_control_standard_add:hover,
.sliph-form tbody .form_multiple_risk_questionnaire_stage_add:hover,
.sliph-form tbody .form_multiple_risk_questionnaire_stage_delete:hover,
.sliph-form tbody .form_legislation_classification_add:hover,
.sliph-form tbody .form_legislation_classification_delete:hover,
.sliph-form tbody .form_multiple_term_add:hover,
.sliph-form tbody .form_multiple_term_delete:hover,
.sliph-form tbody .sliph-form-multiple-delete:hover{
    opacity: 1;
}
.sliph-form tbody .form_multiple_add,
.sliph-form tbody .form_multiple_div_pos_add,
.sliph-form tbody .form_multiple_add_essay,
.sliph-form tbody .form_multiple_condition_add,
.sliph-form tbody .form_multiple_qual_add,
.sliph-form tbody .form_multiple_invitee_add,
.sliph-form tbody .form_multiple_url_add,
.sliph-form tbody .form_multiple_term_add,
.sliph-form tbody .form_multiple_minutes_add,
.sliph-form tbody .form_multiple_action_items_add,
.sliph-form tbody .form_multiple_recommendation_add,
.sliph-form tbody .form_multiple_action_progress_add,
.sliph-form tbody .form_multiple_investment_add,
.sliph-form tbody .form_multiple_expense_add,
.sliph-form tbody .form_multiple_interest_add,
.sliph-form tbody .form_multiple_risk_cause_add,
.sliph-form tbody .form_multiple_risk_control_standard_add,
.sliph-form tbody .form_multiple_risk_questionnaire_stage_add,
.sliph-form tbody .form_legislation_classification_add,
.sliph-form tbody .form_multiple_service_date_add,
.sliph-form tbody .form_multiple_address_add,
.sliph-form tbody .form_multiple_date_range_add,
.sliph-form tbody .form_multiple_training_add,
.sliph-form tbody .form_multiple_medical_add,
.sliph-form tbody .form_multiple_licence_add,
.sliph-form tbody .sliph-form-multiple-add{
    width: auto;
    background-position: left center;
    padding-left: 20px;
    font-size: 0.9em;
    color: #000;
    padding-top: 2px;
    height: 14px;
}

.sliph-form .float-text{
    float: left;
    padding: 6px;
}
.sliph-form .date-term{
    float: left;
    width: 80px;
}
.sliph-form tbody .form_multiple_wrap.multiple_service_date .service-date,
.sliph-form tbody .form_multiple_wrap.multiple_address .url-name,
.sliph-form tbody .form_multiple_wrap.multiple_training .training-training,
.sliph-form tbody .form_multiple_wrap.multiple_date_range .date-start,
.sliph-form tbody .form_multiple_wrap.multiple_medical .medical-medication{
    margin-right: 5px;
}
.sliph-form tbody .form_multiple_wrap.multiple_training .training-training{
    width: 450px;
}
.sliph-form tbody .form_multiple_wrap.multiple_address .term-reason{
    width: 150px;
    margin-left: 1em;
}

/* Investments */
.sliph-form tbody .form_multiple_wrap.multiple_investment input,
.sliph-form tbody .form_multiple_wrap.multiple_interest input{
    width: 300px;
    margin: 0 0 3px 0;
    float: left;
}
.sliph-form tbody .form_multiple_wrap.multiple_expense input{
    width: 300px;
    float: none;
}
.sliph-form tbody .form_multiple_wrap.multiple_expense select{
    width: 308px;
    float: none;
}
.sliph-form tbody .multiple_investment .group-title,
.sliph-form tbody .multiple_expense .group-title,
.sliph-form tbody .multiple_interest .group-title{
    padding: 5px;
    font-size: 0.9em;
    font-family: 'Open Sans Bold';
    background: #f5f5f5;
    margin-bottom: 3px;
}
.sliph-form tbody .multiple_investment span,
.sliph-form tbody .multiple_interest span{
    float: left;
    width: 60px;
    padding: 7px 0 0 3px;
    font-family: 'Open Sans Bold';
    font-size: 0.8em;
}
.sliph-form tbody .multiple_expense .expense-type{
    margin-right: 3px;
}
.sliph-form tbody .form_multiple_wrap.multiple_expense .expense-value{
    width: 150px;
}
.sliph-form tbody .form_multiple_wrap.multiple_expense .expense-sdu{
    width: 100px;
}
.sliph-form tbody .multiple_expense span{
    padding: 7px 8px 0 8px;
    font-family: 'Open Sans Bold';
    font-size: 0.85em;
}
.sliph-form tbody .multiple_investment,
.sliph-form tbody .multiple_interest{
    width: 400px;
}
.sliph-form tbody .multiple_expense{
    width: 695px;
}
.sliph-form tbody .form_multiple_investment_delete,
.sliph-form tbody .form_multiple_expense_delete,
.sliph-form tbody .form_multiple_interest_delete{
    float: right;
}
.sliph-form tbody .form_multiple_field.process-start,
.sliph-form tbody .form_multiple_field.process-end{
    width: 100px;
}

/*******************************************************************************
 ****   Date Picker Age Field
 ******************************************************************************/
.sliph-form input.date-age{
    width: 150px;
    float: left;
}
.sliph-form .date-age-output{
    float: left;
    padding: 0.5em 0 0 1em;
}

/*******************************************************************************
 ****   Default Field Text
 ******************************************************************************/
.defaultText {
    
}
.defaultTextActive {
    color: #c5c5c5;
    font-style: italic;
}

/*******************************************************************************
 ****   Multiple Address
 ******************************************************************************/
.sliph-form tbody .form_multiple_wrap.multiple_address .address_title{
    height: 0.7em;
    border-top: 1px dotted #d5d5d5;
    margin-top: 0.7em;
    margin-left: -8px;
    background: white;
    display: none;
}
.sliph-form tbody .form_multiple_wrap.multiple_address{
    margin-bottom: 0.5em;
}
.sliph-form tbody .form_multiple_wrap.multiple_address input{
    margin-bottom: 1px;
}
.sliph-form tbody .form_multiple_wrap.multiple_address select{
    width: 276px;
    margin-bottom: 1px;
}
.browser-firefox .sliph-form tbody .form_multiple_wrap.multiple_address select{
    width: 250px;
}
.sliph-form tbody .form_multiple_wrap.multiple_address input.address-state{
    width: 189px;
    margin-right: 1px;
}
.sliph-form tbody .form_multiple_wrap.multiple_address input.address-postcode{
    width: 70px;
}
.browser-firefox .sliph-form tbody .form_multiple_wrap.multiple_address input.address-postcode{
    width: 72px;
}
.sliph-form .address-street1,
.sliph-form .address-street2,
.sliph-form .address-city,
.sliph-form .address-state{
    clear: left;
}
/*******************************************************************************
 ****   Multiple Qualifications
 ******************************************************************************/
.sliph-form tbody input.qual-text{
    width: 200px;
    margin-right: 1px;
}
.sliph-form tbody input.qual-abbrev{
    width: 78px;
    margin-right: 1px;
}
.sliph-form tbody select.qual-tagged{
    width: 98px;
}
/*******************************************************************************
 ****   Multiple Conditions
 ******************************************************************************/
.sliph-form tbody .form_multiple_wrap.multiple_address select.condition-type,
.sliph-form tbody .form_multiple_wrap.multiple_address select.condition-restrict{
    width: 244px;
    margin-top: 1px;
}
/*******************************************************************************
 ****   Multiple Meeting Minutes
 ******************************************************************************/
.sliph-form tbody .form_multiple_wrap.multiple_recommendation th,
.sliph-form tbody .form_multiple_wrap.multiple_action_items th,
.sliph-form tbody .form_multiple_wrap.multiple_minutes th{
    font-size: 0.95em;
    padding: 5px;
}
.sliph-form tbody .form_multiple_wrap.multiple_recommendation th.minor,
.sliph-form tbody .form_multiple_wrap.multiple_action_items th.minor,
.sliph-form tbody .form_multiple_wrap.multiple_minutes th.minor{
    background-color: #f5f5f5;
}
.sliph-form tbody .form_multiple_wrap.multiple_recommendation th.minimal-header{
    padding: 3px;
}
.sliph-form tbody .form_multiple_wrap.multiple_recommendation td,
.sliph-form tbody .form_multiple_wrap.multiple_action_items td,
.sliph-form tbody .form_multiple_wrap.multiple_minutes td{
    vertical-align: top;
}
.sliph-form tbody .form_multiple_wrap.multiple_recommendation textarea,
.sliph-form tbody .form_multiple_wrap.multiple_recommendation select,
.sliph-form tbody .form_multiple_wrap.multiple_action_items textarea,
.sliph-form tbody .form_multiple_wrap.multiple_action_items select,
.sliph-form tbody .form_multiple_wrap.multiple_minutes textarea,
.sliph-form tbody .form_multiple_wrap.multiple_minutes select{
    width: 99%;
    height: 99%;
    font-size: 1.05em;
}
/*******************************************************************************
 ****   Duration field type
 ******************************************************************************/
.sliph-form tbody .form_multiple_wrap .duration-number{
    float: left;
    width: 140px;
    margin-right: 1px;
}
.sliph-form tbody .form_multiple_wrap .duration-interval{
    float: left;
    width: 128px;
}

/*******************************************************************************
 ****   Travel Modes
 ******************************************************************************/
.sliph-form tbody .travel-modes th.label{
    font-size: 0.9em;
    vertical-align: middle;
}
.sliph-form tbody .travel-modes th,
.sliph-form tbody .travel-modes td{
    vertical-align: top;
    border: 1px solid #e5e5f5;
}
.sliph-form tbody .travel-modes select{
    width: 99%;
}
.sliph-form tbody .travel-modes select[multiple]{
    height: 5em;
}
.sliph-form tbody .travel-modes textarea{
    height: 4.5em;
    width: 99%;
}
/*******************************************************************************
 ****   Multiple Sorting
 ******************************************************************************/
.form_multiple_wrap{
    cursor: move;
}
.form_multiple_wrap.no-sort{
    cursor: default;
}
.multiple_sort > div{
    padding-left: 1px;
    margin-bottom: 1px;
    border-left: 5px solid #f5f5f5;
    border-bottom: 1px solid #f5f5f5;
}
.multiple_sort > div:hover{
    border-color: #ccc;
}

/*******************************************************************************
 ****   Toggle Buttons
 ******************************************************************************/
#sliph-button-workspace-customise,
#sliph-button-notes-toggle{
    float: right;
    margin: -5px -5px 0 7px;
    font-size: 0.7em;
}
#sliph-cms.form-user-notes-hidden .notes .field-notes,
#sliph-cms.form-user-notes-hidden .sliph-user-notes{
    display: none;
}

/*******************************************************************************
 ****   System Access
 ******************************************************************************/
.sliph-form tbody tr.system-access td{
    width: auto;
}
.sliph-form .system-access .title select{
    width: 120px;
}

/*******************************************************************************
 ****   Time Plugin
 ******************************************************************************/
.sliph-form .time-text{
    float: left;
    padding: 6px 3px 0 0;
    font-family: 'Open Sans Bold';
}
.sliph-form .time-date{
    width: 70px;
    float: left;
    margin-right: 5px;
}
.sliph-form .time-hour,
.sliph-form .time-minute{
    width: 45px;
    float: left;
    text-align: center;
    margin-bottom: 1px;
}
.sliph-form .time-label{
    float: left;
    margin: 6px 0 0 10px;
    font-size: 0.9em;
}

/*******************************************************************************
 ****   Form Plugin: Booking Members
 ******************************************************************************/
.booking-members-table{
    font-size: 1.1em;
    margin-bottom: 1em;
}
#booking-list-guests,
#booking-list-members{
    width: 50%;
}
#booking-list-guests ul,
#booking-list-members ul{
    margin: 0;
    list-style-type: none;
}
#booking-list-guests ul li,
#booking-list-members ul li{
    padding: 3px 0;
    border-bottom: 1px solid #e5e5e5;
}

/*******************************************************************************
 ****   File Upload
 ******************************************************************************/
.sliph-file-upload-frame table{
    font-size: 1.1em;
}
.sliph-file-upload{
    padding: 10px;
    margin-top: 10px;
    border: 1px dotted #ccc;
}
button.sliph-file-upload-button.ui-button{
    float: none;
    font-size: 0.9em;
}
.sliph-uploading{
    background: url(images/ajax_upload.gif) left center no-repeat;
    padding: 3px 0 3px 115px;
}
.sliph-file-upload-action-delete{
    float: left;
    width: 16px;
    height: 16px;
    margin: 0 4px;
    background: url(images/icons/delete.png) left top no-repeat;
    cursor: pointer;
}
.upload-current-image{
    float: right;
    margin: 0 5px;
    border: 1px dotted #ccc;
    padding: 5px;
}
.upload-current-image strong{
    display: block;
    white-space: nowrap;
}
.upload-current-image img{
    max-width: 100px;
}

/*******************************************************************************
 ****   Booking Notifications
 ******************************************************************************/
table.booking-notify-table{
    font-size: 1.1em;
}
table.booking-notify-table label{
    display: block;
    padding: 0.3em 0;
    font-size: 0.9em;
}
.sliph-form input.action_items-date{
    font-size: 1.05em;
}
.sliph-form tr.email-preview td{
    padding: 10px;
    line-height: 1.3em;
    width: auto;
}
.sliph-form tr.email-preview td.minimal{
    width: 1%;
}
.sliph-form tr.email-preview td.line-height-150{
    line-height: 1.5em;
}
.sliph-form td.line-height-200{
    line-height: 2em;
}
.sliph-form tr.email-preview td .email-preview-placeholder{
    color: #c00;
}
.sliph-form tr.email-preview td p{
    margin-bottom: 1em;
}

/*******************************************************************************
 ****   Action Item Progress
 ******************************************************************************/
.sliph-form tbody .form_multiple_wrap.multiple_action_progress td{
    vertical-align: middle;
}
.sliph-form tbody .form_multiple_wrap.multiple_action_progress input,
.sliph-form tbody .form_multiple_wrap.multiple_action_progress textarea,
.sliph-form tbody .form_multiple_wrap.multiple_action_progress select{
    font-size: 1.1em;
}
.sliph-form tbody .form_multiple_wrap.multiple_action_progress .action-item-by{
    width: 190px;
}
.sliph-form tbody .form_multiple_wrap.multiple_action_progress .action-item-when{
    width: 90px;
}
.sliph-form tbody .form_multiple_wrap.multiple_action_progress .action-item-status{
    width: 120px;
}

/*******************************************************************************
 ****   Select All/None buttons
 ******************************************************************************/
.sliph-form td .sliph-form-select-all,
.sliph-form td .sliph-form-select-none,
.sliph-form td .sliph-form-expand-list{
    font-size: 0.9em;
    margin-top: 10px;
}

/*******************************************************************************
 ****   User Notes Clickable Legend
 ******************************************************************************/
.sliph-user-notes-legend,
.sliph-breach-scroll-to{
    text-decoration: underline;
    color: #66f;
    cursor: pointer;
}

.sliph-form.record-section .sliph-user-notes-legend,
.sliph-form.record-section .sliph-breach-scroll-to{
    border-bottom: 0;
    color: #66f;
    line-height: 1.3em;
}

.sliph-user-notes-legend.fake-link,
.sliph-form.record-section .sliph-user-notes-legend.fake-link{
    text-decoration: none;
    color: #000;
    cursor: default;
}

/*******************************************************************************
 ****   Radio buttons
 ******************************************************************************/
.sliph-form .sliph-radio-frame td{
    border-bottom: 1px solid #f5f5f5;
    font-size: 0.95em;
    padding: 5px;
}
.sliph-form .sliph-radio-frame .control{
    padding-right: 10px;
    white-space: nowrap;
}
.sliph-form .auto-wrap .sliph-radio-frame .control{
    white-space: normal;
}
.sliph-form .sliph-radio-frame.checkbox .control{
    white-space: normal;
    line-height: 1.2em;
}
.sliph-form .sliph-radio-frame.checkbox label{
    margin-left: 25px;
    display: block;
}
.sliph-form .sliph-radio-frame.checkbox.regenerate label{
    margin-left: 5px;
    margin-right: 25px;
    float: left;
}
.sliph-form .sliph-radio-frame.checkbox .sliph-checked label{
    color: #0a0;
}
.sliph-form .sliph-radio-frame.checkbox.regenerate .sliph-checked label{
    color: #000;
}
.sliph-form .sliph-radio-frame.checkbox input{
    float: left;
    margin: 2px 0 0 2px;
}
.sliph-form .sliph-radio-frame .notes{
    font-size: 0.9em;
}
.sliph-form .sliph-radio-frame input{
    width: auto;
    margin-right: 0.6em;
    margin-top: -2px;
}

/*******************************************************************************
 ****   Risk Cause Controls
 ******************************************************************************/
.risk-cause-likelihood-frame{
    float: left;
    padding: 2px;
    padding-left: 6px;
}
.risk-cause-likelihood-frame div{
    padding: 3px 2px;
    font-size: 0.9em;
}
.sliph-form .form_multiple_field.cause-description{
    width: 510px;
}

/*******************************************************************************
 ****   Risk Controls
 ******************************************************************************/
.sliph-form .sliph-risk-controls td{
    padding: 2px;
    vertical-align: middle;
}
.sliph-form .sliph-risk-controls .control-record{
    width: 180px;
    float: none;
}
.sliph-form .sliph-risk-controls .control-active{
    width: 50px;
    float: none;
}

/*******************************************************************************
 ****   Risk Overview
 ******************************************************************************/
.sliph-form.sliph-risk-overview .ui-button-text{
    font-size: 0.85em;
}
.sliph-form th.label.risk-rating,
.sliph-form .field.risk-rating{
    width: 70px;
    text-align: center;
}
.sliph-form .form-field-user-division{
    margin-right: 2px;
}

/*******************************************************************************
 ****   Risk Questionnaire
 ******************************************************************************/
.memo-questionnaire-wrapper,
.schedule-wrapper,
.group-term-wrapper,
.risk-questionnaire-wrapper{
    min-height: 50px;
    border: 1px solid #ccc;
    padding: 5px;
    padding-bottom: 50px;
}
.memo-questionnaire-wrapper .memo-question-frame,
.schedule-wrapper .schedule-frame,
.group-term-wrapper .group-term-frame,
.risk-questionnaire-wrapper .question-frame{
    margin: 5px 0 5px 0;
    border: 1px dotted #ccc;
    padding: 2px;
    cursor: move;
    min-height: 10px;
}
.schedule-wrapper .schedule-frame{
    margin: 0;
    border-color: #fff;
}
.memo-question-frame.required{
    border-color: red;
}
.memo-questionnaire-wrapper .memo-question-frame{
    margin-left: 20px;
}
.memo-questionnaire-wrapper .memo-question-frame.page-break{
    margin-left: 0;
}
.memo-questionnaire-wrapper .memo-question-frame:hover,
.schedule-wrapper .schedule-frame:hover,
.group-term-wrapper .group-term-frame:hover,
.risk-questionnaire-wrapper .question-frame:hover{
    border: 1px solid #66f;
    box-shadow: -1px 1px 3px rgba(0,0,0,0.5);
}
.memo-questionnaire-wrapper .element-page,
.group-term-wrapper .element-page,
.schedule-wrapper .element-page{
    padding: 10px 3px;
    background: #d5f5e0;
    font-weight: bold;
}
.memo-questionnaire-wrapper .element-heading,
.schedule-wrapper .element-heading,
.group-term-wrapper .element-heading,
.risk-questionnaire-wrapper .element-heading{
    padding: 10px 3px;
    background: #e5f5ff;
    font-weight: bold;
}
.memo-questionnaire-wrapper .element-heading{
    padding: 6px 3px;
}
.memo-questionnaire-wrapper .element-intro,
.schedule-wrapper .element-intro,
.group-term-wrapper .element-intro,
.risk-questionnaire-wrapper .element-intro{
    padding: 8px 3px;
    font-size: 0.85em;
}
.memo-questionnaire-wrapper .question-table,
.schedule-wrapper .question-table,
.group-term-wrapper .question-table,
.risk-questionnaire-wrapper .question-table{
    margin: 0;
    padding: 0;
    border: 0;
    cursor: move;
}
.memo-questionnaire-wrapper .question-table td,
.schedule-wrapper .question-table td,
.group-term-wrapper .question-table td,
.risk-questionnaire-wrapper .question-table td{
    padding: 6px 3px;
    margin: 0;
    border: 0;
}
.risk-questionnaire-wrapper .sliph-form.question-table td input,
.sliph-form .risk-questionnaire-wrapper .question-table td input{
    width: auto;
    float: left;
    margin-right: 0.5em;
}
.sliph-form .memo-questionnaire-wrapper .question-table input[type=text],
.sliph-form .memo-questionnaire-wrapper .question-table select,
.sliph-form .memo-questionnaire-wrapper .question-table textarea{
    width: 200px;
    margin-right: 0;
}
.sliph-form .memo-questionnaire-wrapper .question-table input[type=radio]{
    margin-right: 5px;
}
.sliph-form .memo-questionnaire-wrapper .question-table select{
    width: 210px;
}
.sliph-form .memo-questionnaire-wrapper .question-table .user-notes{
    color: #900;
    vertical-align: middle;
    border-left: 1px dotted #ccc;
    width: 30%;
}
.sliph-form .memo-questionnaire-wrapper .question-table textarea{
    width: 203px;
}
.memo-questionnaire-wrapper .sliph-form.question-table td input,
.sliph-form .memo-questionnaire-wrapper .question-table td input{
    float: none;
    width: auto;
}
.memo-questionnaire-wrapper .question-table td label span,
.schedule-wrapper .question-table td label span,
.group-term-wrapper .question-table td label span,
.risk-questionnaire-wrapper .question-table td label span{
    display: inline;
    display: inline-block;
    margin-top: 2px;
}
.memo-questionnaire-wrapper .question-table td.question-field,
.schedule-wrapper .question-table td.question-field{
    width: 1%;
    vertical-align: middle;
    white-space: nowrap;
}
.risk-questionnaire-wrapper .question-table td.question-field{
    width: 73px;
    vertical-align: middle;
}
.sliph-form .memo-questionnaire-add-element .ui-button{
    font-size: 0.9em;
    margin: 5px 10px 5px 0;
}
.sliph-form .risk-questionnaire-add-element .ui-button{
    font-size: 1em;
    margin: 15px 10px 15px 0;
}
.memo-question-delete,
.group-term-delete,
.schedule-delete,
.schedule-restore,
.schedule-undo,
.schedule-copy,
.question-delete{
    width: 25px;
    height: 25px;
    border: 2px solid #66f;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    background: #fff url(images/icons/reject.png) center center no-repeat;
    cursor: pointer;
    position: absolute;
    left: -22px;
    margin-top: -2px;
    box-shadow: -1px 1px 3px rgba(0,0,0,0.5);
    display: none;
}
.memo-question-delete{
    left: -2px;
}
.bulletin .memo-question-delete{
    left: 3px;
}
.memo-questionnaire-wrapper .memo-question-frame.page-break .memo-question-delete{
    left: -22px;
    
}
.memo-questionnaire-wrapper .memo-question-frame:hover .memo-question-delete,
.risk-questionnaire-wrapper .question-frame:hover .question-delete{
    display: block;
}

/* Delete */
.group-term-wrapper .group-term-frame:hover .group-term-delete,
.schedule-wrapper .schedule-frame:hover .schedule-delete{
    display: block;
}
.schedule-wrapper .schedule-frame.ui-sortable-helper:hover .schedule-delete{
    display: none;
}

/* Restore*/
.schedule-restore{
    background-image: url(images/icons/create.png);
}
.schedule-wrapper .schedule-frame.deleted:hover .schedule-restore{
    display: block;
}
.schedule-wrapper .schedule-frame.deleted.ui-sortable-helper:hover .schedule-restore{
    display: none;
}

/* Undo */
.schedule-undo{
    background-image: url(images/icons/revise.png);
    margin-top: 25px;
    border-top: 0;
}
.schedule-wrapper .schedule-frame.changed:hover .schedule-undo{
    display: block;
}
.schedule-wrapper .schedule-frame.deleted:hover .schedule-undo,
.schedule-wrapper .schedule-frame.ui-sortable-helper:hover .schedule-undo{
    display: none;
}

/* Copy */
.schedule-copy{
    background-image: url(images/icons/copy.png);
    left: -45px;
    border-right: 0;
}
.schedule-wrapper .schedule-frame:hover .schedule-copy{
    display: block;
}
.schedule-wrapper .schedule-frame.ui-sortable-helper:hover .schedule-copy{
    display: none;
}

.memo-questionnaire-wrapper .memo-question-frame.ui-sortable-helper:hover .memo-question-delete,
.risk-questionnaire-wrapper .question-frame.ui-sortable-helper:hover .question-delete{
    display: none;
}
.memo-questionnaire-wrapper .memo-question-frame.ui-sortable-helper,
.schedule-wrapper .schedule.ui-sortable-helper,
.risk-questionnaire-wrapper .question-frame.ui-sortable-helper{
    opacity: 0.5;
}
.memo-questionnaire-stage-title,
.schedule-stage-title,
.risk-questionnaire-stage-title{
    padding: 8px;
    background: #e5e5e5;
    font-weight: bold;
    font-size: 0.9em;
}
/* Data Entry Overrides */
.memo-questionnaire-wrapper.data-entry,
.risk-questionnaire-wrapper.data-entry{
    padding: 0;
    border: 1px solid #e5e5e5;
    border-bottom: 0;
}
.memo-questionnaire-wrapper.data-entry .question-table,
.risk-questionnaire-wrapper.data-entry .question-table{
    cursor: default;
}
.memo-questionnaire-wrapper.data-entry .question-table .field td,
.memo-questionnaire-wrapper.data-entry .question-table .group-title td,
.memo-questionnaire-wrapper.data-entry .question-table .email-preview td,
.risk-questionnaire-wrapper.data-entry .question-table .field td,
.risk-questionnaire-wrapper.data-entry .question-table .group-title td,
.risk-questionnaire-wrapper.data-entry .question-table .email-preview td{
    border-bottom: 1px solid #e5e5e5;
    padding: 13px 7px;
}

/*******************************************************************************
 ****   Schedule Specific
 ******************************************************************************/
.group-term-wrapper .element-heading .comments,
.schedule-wrapper .element-heading .comments{
    font-size: 0.8em;
    display: block;
    padding: 0.5em;
    margin: 0.5em 0 -0.5em 0;
    background: #fff url(images/icons/pip_blue.png) 2px 2px no-repeat;
    font-style: italic;
    border: 1px solid #d4e4ee;
    padding-left: 20px;
    color: #090;
}
.group-term-wrapper .question-table,
.schedule-wrapper .question-table,
.schedule-wrapper .question-table table{
    font-size: 1em;
}
.schedule-wrapper .question-table th{
    border: 1px solid #ddd;
    background: #f5f5f5;
    font-weight: normal;
    padding: 6px 3px;
}
.schedule-wrapper .question-table td{
    border: 1px solid #ddd;
    vertical-align: top;
}
.group-term-wrapper .question-table td{
    vertical-align: top;
}
.schedule-wrapper .question-table .schedule-number{width:25px;}
.schedule-wrapper .question-table .schedule-description{width:auto;}
.schedule-wrapper .question-table .schedule-holders{width:500px;}
.schedule-wrapper .question-table .schedule-documents{width:70px;text-align:center;}
.schedule-wrapper .question-table .schedule-comments{width:70px;}
.schedule-wrapper .question-table .schedule-notes{width:43px;}
.schedule-wrapper .question-table .schedule-notes,
.schedule-wrapper .question-table .schedule-comments{
    padding: 0;
    vertical-align:middle;
    text-align: center;
}
.group-term-wrapper .element-heading ol,
.group-term-wrapper .element-heading ul,
.group-term-wrapper .question-table ol,
.group-term-wrapper .question-table ul,
.schedule-wrapper .element-heading ol,
.schedule-wrapper .element-heading ul,
.schedule-wrapper .question-table ol,
.schedule-wrapper .question-table ul{
    margin-left: 1em;
    margin-bottom: 0.5em;
    margin-top: 0;
}
.group-term-wrapper .question-table ul{
    margin-left: 2em;
}
.schedule-wrapper .element-heading ol ol,
.schedule-wrapper .element-heading ol ul,
.schedule-wrapper .question-table ol ol,
.schedule-wrapper .question-table ol ul,
.schedule-wrapper .question-table ul ol,
.schedule-wrapper .question-table ul ul{
    margin-top: 0;
    margin-bottom: 0;
}
.schedule-wrapper .element-heading li,
.schedule-wrapper .question-table li{
    padding: 0.75em 0 0 0;
}
.schedule-wrapper .element-heading ul,
.schedule-wrapper .question-table ul{
    margin-left: 1.2em;
}
.schedule-wrapper .question-table ol br,
.schedule-wrapper .question-table ul br{
    display: none;
}
.schedule-wrapper .question-table img{
    cursor: pointer;
}
.schedule-notes-dialog{
    line-height: 1.5em;
    font-size: 0.9em;
}
.schedule-notes-dialog ul,
.schedule-notes-dialog ol{
    margin-left: 1.2em;
}

.schedule-documents a{
    display: block;
    margin-top: 0.5em;
    color: #333;
    text-decoration: underline;
    cursor: pointer;
}
.schedule-documents a:first-child{
    margin-top: 0;
}
.schedule-holders-list,
.schedule-holders-text{
    width: 99%;
}
.schedule-holders-delete{
    width: 1%;
    text-align: center;
    vertical-align: middle;
    padding: 0 5px;
}
.schedule-holders-add{
    font-size: 0.9em;
    padding: 1px 20px;
    background: url(images/icons/add.png) left center no-repeat;
    text-decoration: underline;
    margin-top: 0.5em;
    display: inline;
    display: inline-block;
    cursor: pointer;
}

/* Popup Dialog */
.questionnaire-label{
    font-weight: bold;
    margin-top: 1em;
}
.questionnaire-label:first-child{
    margin-top: 0;
}
.questionnaire-info{
    margin: 0;
    font-style: italic;
}

.sliph-form .intro-notes td span{
    padding: 0.5em;
    line-height: 1.5em;
    display: block;
}

.sliph-form .schedule-wrapper .changed .schedule-number{background:#ffa;}
.sliph-form .schedule-wrapper .added .schedule-number{background:#cfc;}
.sliph-form .schedule-wrapper .deleted .schedule-number{background:#faa;}
.sliph-form .schedule-wrapper .deleted .schedule-description,
.sliph-form .schedule-wrapper .deleted .schedule-holders,
.sliph-form .schedule-wrapper .deleted .schedule-documents,
.sliph-form .schedule-wrapper .deleted .schedule-comments,
.sliph-form .schedule-wrapper .deleted .schedule-notes{
    opacity:0.25;
    background:#faa;
}
.schedule-wrapper .deleted .question-table tr,
.schedule-wrapper .deleted .question-table td{
    background: transparent;
    border-color: transparent;
}

/*******************************************************************************
 ****   Report Drag-drop Elements
 ******************************************************************************/
.report-drag-drop{
    font-size: 1.2em;
}
.report-drag-drop th{
    font-weight: bold;
    white-space: nowrap;
    border: 1px solid #ccc;
    width: 49%;
    font-size: 1em;
}
.report-drag-drop td{
    border: 1px solid #ccc;
    vertical-align: top;
    padding: 0;
}
.report-drag-drop ul{
    padding: 5px;
    list-style-type: none;
    margin: 0;
}
.report-drag-drop .dragger{
    list-style-type: none;
    border: 1px dotted #aaa;
    padding: 0.4em 0.7em;
    border-radius: 5px;
    margin-bottom: 0.4em;
    cursor: move;
    background: #fefefe;
    box-shadow: 1px 1px 1px rgba(0,0,0,0.1);
}

/*******************************************************************************
 ****   Date List Styles
 ******************************************************************************/
.sliph-form select.sliph-date-list-day{
    width: 80px;
    margin-right: 12px;
}
.sliph-form select.sliph-date-list-month{
    width: 165px;
}

/*******************************************************************************
 ****   Legislation CLassifications
 ******************************************************************************/
.legislation-classification-form{
    font-size: 1.1em;
}
.legislation-classification-form td{
    vertical-align: top;
}
.legislation-classification-form tbody th{
    text-align: center;
    font-weight: bold;
    background: #e5e5e5;
    vertical-align: middle;
}
.sliph-form .legislation-classification-form textarea.form_multiple_field{
    width: 99%;
}

/*******************************************************************************
 ****   Custom Licence Fields
 ******************************************************************************/
.sliph-form .form_multiple_field.licence-number{
    margin-right: 1em;
}

/*******************************************************************************
 ****   Obligation Task Progress
 ******************************************************************************/
.sliph-task-progress div{
    margin-bottom: 1em;
}

/*******************************************************************************
 ****   Obligation Task Legislation, Standards and Codes
 ******************************************************************************/
.sliph-form select.legislation-record{
    width: 99%;
    margin-bottom: 3px;
}
.sliph-form input.legislation-number{
    width: 4em;
    margin-right: 1em;
}
.sliph-form .task-notice,
.sliph-form .action-notice{
    line-height: 1.7em;
    padding: 5em 2em;
    color: #f60;
}
.sliph-form table.no-width td{
    width: auto;
}

.sliph-form .selected-green{
    background-color: #d2f5b0;
    font-weight: bold;
}

/*******************************************************************************
 ****   Covering Memo Styling
 ******************************************************************************/
.element-custom th{
    background: #f5f5f5;
    font-weight: bold;
    padding: 3px;
}
.element-custom th.heading-major{
    background: #e5f5ff;
    padding: 6px 3px;
}
.element-custom .no-width{
    width: 99% !important;
}

/* Completion Output */

.sliph-form .custom-question{
    font-size: 1.1em;
}
.sliph-form .custom-question th{
    font-weight: bold;
    background: #f5f5f5;
    padding: 10px 5px;
    border-right: 1px solid #fff;
    font-size: 0.8em;
}
.sliph-form .custom-question th.heading-major{
    background: #ebf5fe;
}

.sliph-form .sliph-radio-frame.checkbox span.sliph-checkbox-sections-modified-text{
    display: block;
    margin: 0.5em 0 0 2.2em;
    line-height: 1.3em;
}
.sliph-form .sliph-radio-frame.checkbox input.sliph-checkbox-sections-modified{
    margin: 5px 5px 0 2.5em;
    width: 570px;
}
.sliph-form .sliph-radio-frame.checkbox label.sliph-checkbox-sections-modified-all{
    margin-top: 7px;
}
.sliph-form .sliph-radio-frame.checkbox label.sliph-checkbox-sections-modified-all span{
    display: inline;
    display: inline-block;
    padding: 1px 0 0 3px;
    color: #000;
}

.sliph-form .multiple_cover503 input,
.sliph-form .multiple_cover504 input,
.sliph-form .multiple_cover505 input,
.sliph-form .multiple_cover507 input,
.sliph-form .multiple_cover508 input,
.sliph-form .multiple_cover509 input{
    width: 99%;
}
.sliph-form .multiple_cover504 th{
    width: 200px;
}
.sliph-form .multiple_cover504 td,
.sliph-form .multiple_cover506 td{
    vertical-align: middle;
}
.sliph-form .multiple_cover504 textarea,
.sliph-form .multiple_cover506 textarea{
    width: 99%;
    float: none;
}

/*******************************************************************************
 ****   Update URLs
 ******************************************************************************/
.global-replace-url{
    padding: 0.5em;
    font-size: 0.9em;
    color: #666;
    display: inline;
    display: inline-block;
    margin-left: 1.5em;
    
}

.schedule-holders-table .dragger{
    background: #e5e5e5;
}

.schedule-holrders-legend{
    float: right;
    font-size: 0.9em;
    padding-left: 25px;
    background: url(images/icons/preview.png) left center no-repeat;
    text-decoration: underline;
    margin-top: 8px;
    cursor: pointer;
}

.sliph-dr-versions-back,
.sliph-delegation-current-button,
.sliph-delegation-search-button{
    margin-bottom: 1em;
    margin-right: 1em;
    font-size: 0.8em;
}
.sliph-delegate-update-hr,
.sliph-delegate-update-fin{
    font-size: 0.8em;
}

th.queryDeleted{
    text-decoration: line-through;
    font-style: italic;
}

.record-in-use{
    float: left;
    padding-top: 6px;
    height: 16px;
    margin-left: 5px;
    font-size: 0.9em;
    padding-left: 20px;
    background: url(images/icons/flag_red.png) left center no-repeat;
}
.record-has-history{
    float: left;
    padding-top: 6px;
    height: 16px;
    margin-left: 5px;
    font-size: 0.9em;
    padding-left: 20px;
    background: url(images/icons/flag_blue.png) left center no-repeat;
    cursor: pointer;
    color: blue;
    text-decoration: underline;
}

.user-divpos-label{
    display: block;
    float: left;
    width: 393px;
    padding-left: 0.5em;
    padding-top: 0.5em;
}

.sliph-linkage-form-table{
    font-size: 1em;
}
.sliph-linkage-form-table th{
    background: #ebf5fe;
    font-weight:bold;
}