@charset "utf-8";

body {
    font-family: Helvetica, Arial, Verdana, sans-serif;
    background: #f4faff;
    margin: 0;
    padding: 0;
}

.masthead {
    padding: 16px 0px 16px 0px;
}

.masthead h1 {
    font-size: 36px;
    color:#6d6c65;
    margin: 0;
    padding: 0;
}

#debug_TUB {
    list-style: none;
    margin: 0;
    padding: 0;
}

#debug_TUB li {
    display: inline;
    border: 1px solid #B5B5B5;
    margin: 0;
    padding: 6px;
}

#home ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

#home li {
    display: inline;
    border: 1px solid #B5B5B5;
    margin: 0;
    padding: 6px;
}

.your_jobs, .edit_detail {
    clear: left;
    background: #fff;
    border: 1px solid #B5B5B5;
    padding: 10px;
    margin-top: 50px;
}

.new_tasks h1, .your_jobs h1, .edit_detail h1 {
    font-size: 16px;
    border-bottom: 1px solid #6d6c65;
    margin: 0px 0px 5px 0px;
    padding: 0;
}

.new_tasks ul, ul.toolbar, .edit_menu ul {
    margin: 0;
    padding: 0;
    font-size: 14px;
}

.new_tasks ul li, .edit_menu ul li {
    float: left;
    list-style: none;
    background: #ACACAC;
    color: #FFFFFF;
    margin: 0px 2px 0px 0px;
    padding: 3px 6px 3px 6px;
}

.your_jobs table.job_list {
    font-size: 14px;
    background: #F5F5F5;
    margin: 0;
    padding: 0;
}

.your_jobs table.job_list th {
    text-align: left;
    background: #E0E0E0;
    border-bottom: 2px solid #B6B6B6;
}

.your_jobs table.job_list td {
    border-bottom: 1px solid #B6B6B6;
}

.your_jobs table.job_list th, .your_jobs table.job_list td {
    padding: 0px 10px 0px 10px;
}

.your_jobs table.job_list span {
    margin-right: 5px;
}

fieldset {
    clear: both;
    margin-top: 3px;
    background: #fff;
    padding: 16px;
    border: 1px solid #D6D6D6;
}

fieldset.master {
    border: 2px solid #acacac!important;
}

fieldset legend.primary {
    background: #acacac;
    padding: 2px 5px 2px 5px;
    color: #fff;
}

img.waiting {
    width: 32px;
    height: 32px;
}

.app {
    width: 900px;
    margin: 0px auto 0px auto;
}

label {
    float: left;
    width: 180px;
    text-align: right;
    padding: 3px;
    margin: 0px 0px 3px 0px;
    clear: left;
    margin-right: 10px;
    font-size: 16px;
}

input, #share_transfer_list textarea, #buyback_list textarea, #officer_list textarea, #company_details textarea, #pane_resigning_director textarea {
    float: left;
    padding: 3px;
    font-size: 16px!important;
    margin-bottom: 3px;
    border: 1px solid #979797;
    background: #f4faff;
}

fieldset.r2 {
    margin-bottom: 20px;
}

fieldset.r2 table {
    font-size: 14px;
    background: #F5F5F5;
    margin: 0;
    margin-top: 4px;
    padding: 0;
}

fieldset.r2 th {
    text-align: left;
    background: #E0E0E0;
//    border-bottom: 2px solid #B6B6B6;
    border-bottom: 6px solid green;
}

fieldset.r2 tr {
    border: 1px solid red;
    margin: 1px;
    padding: 1px;
}

/*
fieldset.r2 input:disabled {
    background: yellow;
}
*/

fieldset.r2 label {
    float: none;
    width: auto;
}

input.r2_address {
    float: none;
    width: 600px;
}

fieldset.r2 input.r2_numeric {
    width: 80px;
}

#share_transfer_list textarea, #buyback_list textarea, #officer_list textarea, #company_details textarea, #pane_resigning_director textarea {
    font-family: Helvetica, Arial, Verdana, sans-serif;
    font-size: 100%;
    width: 300px;
    height: 100px;
}

#pane_beneficiaries textarea, #pane_activities_1 textarea, #pane_benefits_1 textarea, #pane_activities_2 textarea, #pane_benefits_2 textarea, #pane_surplus textarea {
    font-family: Helvetica, Arial, Verdana, sans-serif;
    font-size: 100%;
    width: 600px;
    height: 300px;
}

input.single {
    width: 430px;
}

input.narrow {
    width: 100px;
}

p.warning {
    width: 430px;
    margin-left: 196px;
    color: red;
}

#dga_objects {
    width: 600px;
    height: 600px;
}

#dga_quorum_gm {
    width: 600px;
    height: 600px;
}

#dga_quorum_directors {
    width: 600px;
    height: 600px;
}

#dga_classes_of_members_bespoke_text {
    width: 540px;
    height: 400px;
}

select.single {
    width: 430px;
}

select {
    font-size: 16px!important;
    margin-bottom: 3px;
    padding: 1px;
    border: 1px solid #979797;
    background: #f4faff;
}

input.double {
    width: 150px;
}

input.officer_role, input.appointment_role {
    float: left;
    width: 50px;
    background: #ccc;
}

#share_list textarea {
    clear: both;
    width: 600px;
    height: 120px;
    border: 1px solid #979797;
    background: #f4faff;
    padding: 5px;
}

#share_list fieldset, #officer_list fieldset, #allottee_list fieldset {
    position: relative;
}

#share_list .remove_link, #officer_list .remove_link, #allottee_list .remove_link {
    position: absolute;
    top: 0px;
    right: 20px;
    font-size: 14px;
}

#share_list select {
    float: left;
}

#allottee_list .single_address {
    width: 400px!important;
}

*.link {
    color: navy;
}

*.link:hover {
    color: red;
    cursor: pointer;
}

*.active:hover {
    color: red;
    cursor: pointer;
}

.detail_nav {
    display: block;
    position: relative;
    margin: 0;
    padding: 0;
    height: 20px;
    line-height: 20px;
}

.navigate_back {
    position: absolute;
    left: 0;
}

.navigate_next {
    position: absolute;
    right: 0;
}

#search_client_main {
    padding: 10px;
}

#search_client_main ul {
    list-style: none;
    margin: 0;
    padding: 0px 5px 0px 5px;
}

#search_client_main li {
    margin: 0;
    padding: 0;
    border-top: 1px solid #D6D6D6;
    border-bottom: 1px solid #fff;
}

#search_client_main li span.primary {
    font-size: 16px;
}

#search_client_main li span.secondary {
    font-size: 13px;
}

.search_result {
    overflow-y: scroll;
    height: 420px;
    border: 1px solid #000;
    background: #f4faff;
}

#job_dialogue_confirm ul {
    list-style: none;
}

#job_dialogue_confirm span.legend {
    display: inline-block;
    width: 120px;
    text-align: right;
}

#job_dialogue_confirm span.legend:after {
    content: ":";
}

#job_dialogue_confirm span.value {
    font-weight: bold;
}

#modal_action {
    text-align: center;
}

#modal_action span {
    margin-left: 20px;
    margin-right: 20px;
}

#director_appointment_copy_sa_to_ra, #director_appointment_copy_another_address_sa, #director_appointment_copy_another_address_ra, #director_appointment_copy_another_address_add {
    margin-left: 20px;
}

.task_available {
}

.task_available:hover {
    background: #CCCCCC;
    cursor: pointer;
}

.task_unavailable {
    color: #E6E6E6;
}

.task_selected {
    color: #FFFFFF;
    background: #000000;
}

.task_selected:hover {
    cursor: pointer;
}

button:hover {
    cursor: pointer;
}

.actions a {
    margin-right: 6px;
}

.disabled {
    color: #E6E6E6;
}
