.ul-agr {
    list-style: none;
}
/* logo banner */

.logobar {
    display: block;
    background-color: #18a6bc; /*#4f8dcb  #EE4072*/
    width: 100%;
    padding: 4px 8px 2px 8px;
    text-align: center;
}
.logobar.img.displayed {
    width: 80%;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.logobar li a,
.logobar .logobar-brand {
    color: #000;
    text-decoration: none;
    margin: auto;
}
.logobar-brand {
    background-color: #e2f1ec;
    color: #000000;
    padding: 12px 12px 2px 12px;
    border-bottom: #1b1e21;
    border-bottom-width: thin;
    /*text-align: center;*/
}
.logobar li a:hover {
    color: #fff;
}
.logobar li.active a {
    color: #eceaea;
    background-color: #eceaea;
}
#dashboard-side {
    background-color: #f2f2f2;
    min-height: 500px;
}
#dashboard-main {
    background-color: #f2f2f2;
    min-height: 500px;
}
/* signup style */

/* input fields */
.form-signin .join-form {
    padding: 20px; /*comment this out to see effect of padding */
    margin: 12px 0px;
    font-size: 16px;
    letter-spacing: 0px;
    font-weight: 300;
    height: 60px;
}

.form-signin {
    max-width: 95%;
    padding: 15px;
    margin: 30px auto 30px auto;
    /*border: 1px solid;
    border-radius: 10px;*/
}

.form-signin .form-signin-heading,
.form-signin .checkbox {
    margin-bottom: 10px;
}
.form-signin .checkbox {
    font-weight: 400;
}
.form-signin .form-control {
    position: relative;
    box-sizing: border-box;
    height: auto;
    padding: 10px;
    font-size: 12px;
}
.form-signin .form-control:focus {
    z-index: 2;
}
.form-signin input[type="email"] {
    margin-bottom: -1px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}
.form-signin input[type="password"] {
    margin-bottom: 10px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.form-control-small {
    display: block;
    width: 80%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border-color ease-in-out 0.15s,
        -webkit-box-shadow ease-in-out 0.15s;
    -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

/* form rows */

.ag-row {
    position: relative;
    /*padding: 1rem;*/
    margin: 15px 0 15px 0;
    /*border: solid #f7f7f9;
    border-width: .2rem 0 0;*/
}

.login-help {
    text-align: center;
    padding-top: 10px;
    font-size: 12px;
}

/* black color to navbar links*/
.navbar li a,
.navbar .navbar-brand {
    color: #000;
}

/* hover links will be white */
.navbar-nav li a:hover {
    color: #fff;
}

/* active link */
.navbar-default .navbar-nav li.active a {
    color: #eceaea;
    background-color: #bc00b8;
}

/* remove border from dropdown button*/

.navbar-default .navbar-toggle {
    background-color: #bc00b8;
    border-color: transparent;
}
.navbar-default .navbar-nav > li > a {
    color: #ffffff;
}

/*dropdown*/
.open .dropdown-toggle {
    color: #000;
    background-color: #42a1c2;
}
/*dropdown links*/
.dropdown-menu li a {
    color: #000;
}
/*hover links ch age to red*/
.dropdown-menu li a:hover {
    background-color: #bc00b8;
}

/*footer */

.footer-text {
    text-align: center;
    font-size: 1em;
}

/* generic stuff */

.foot-table {
    margin-top: 20px;
}
/*table */
.table > tbody > tr.no-border > td,
.table > tbody > tr.no-border > th {
    border: none;
}

.table.user-select-none {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -html-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/*pdf style */

.tableClass {
    border-collapse: collapse;
    font-family: DejaVuSansCondensed;
    font-size: 8pt;
    line-height: 1.2;
    margin-top: 2pt;
    margin-bottom: 5pt;
    width: 95%;
    /*topntail: 0.02cm solid #495b4a;*/
}
.theadClass {
    font-weight: bold;
    vertical-align: bottom;
}
.tdClass {
    padding-left: 4mm;
    vertical-align: top;
    text-align: left;
    padding-right: 4mm;
    padding-top: 2mm;
    padding-bottom: 2mm;
    border-top: 1px solid #1f1d1d;
}
.tdClassNoBorder {
    padding-left: 2mm;
    vertical-align: top;
    padding-right: 2mm;
    padding-top: 2mm;
    padding-bottom: 2mm;
}
.headerRow td,
.headerRow th {
    background-gradient: linear #b7cebd #f5f8f5 0 1 0 0.2;
    padding: 1mm;
}

/*datatable styling*/

.salaryright {
    text-align: right;
}

.doc-col-financial {
    text-align: right;
}
.doc-col-center {
    text-align: center;
}
.doc-col-left {
    text-align: left;
}
.je-quote-footer {
    font-size: 9px;
    text-align: center;
}

.je-head-row {
    background-color: rgba(0, 0, 0, 0.2);
}
.je-row-subHead {
    border-bottom: 1px solid darkslategrey;
}

.details-control {
    text-align: center;
    color: forestgreen;
    cursor: pointer;
}
.shown .details-control {
    text-align: center;
    color: red;
}

/*page breaks style */

.page-break-clear {
    clear: both;
}

.page-break {
    page-break-after: always; /* depreciating, use break-after */
    break-after: page;
    height: 0px;
    display: block !important;
}

.loading-table.loading tbody {
    position: relative;
}

.loading-table.loading tbody:after {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.6);
    background-image: url("../images/logo-animation.svg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: 50px 50px;
    content: "";
}

.overlay.loading {
    position: fixed;
}

.overlay.loading {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.5);
    background-image: url("../images/logo-animation.svg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: 95px 95px;
    z-index: 100;
}

.divider {
    height: 30px;
    display: inline-block;
}

.form-spacing-je {
    display: block;
    height: calc(1.5em + 0.75rem + 2px);
    margin-right: 0.375rem;
    padding: 0.375rem 0.75rem;
}

/*report status style */

.postpone td {
    position: relative;
    background-color: rgba(203, 67, 53, 0.4);
}

.postpone td:before {
    content: "";
    position: absolute;
    left: -1px;
    right: -1px;
    top: -1px;
    bottom: -1px;
    border-top: 2px solid #cb4335;
    border-bottom: 1px solid #cb4335;
}

.finalize td {
    position: relative;
    background-color: rgba(33, 97, 140, 0.4);
    color: #000;
}

.finalize td:before {
    content: "";
    position: absolute;
    left: -1px;
    right: -1px;
    top: -1px;
    bottom: -1px;
    border-top: 2px solid #21618c;
    border-bottom: 1px solid #21618c;
}

.synced td {
    position: relative;
    background-color: rgba(76, 175, 80, 0.4);
    color: #000;
}

.synced td:before {
    content: "";
    position: absolute;
    left: -1px;
    right: -1px;
    top: -1px;
    bottom: -1px;
    border-top: 2px solid green;
    border-bottom: 1px solid green;
}

.approved-link td {
    position: relative;
    background-color: rgba(76, 175, 80, 0.4);
    color: #000;
}

.approved-link td:before {
    position: absolute;
    left: -1px;
    right: -1px;
    top: -1px;
    bottom: -1px;
    border-top: 2px solid green;
    border-bottom: 1px solid green;
}

.skipped td {
    position: relative;
    background-color: rgba(113, 125, 126, 0.4);
    color: #000;
}

.skipped td:before {
    content: "";
    position: absolute;
    left: -1px;
    right: -1px;
    top: -1px;
    bottom: -1px;
    border-top: 2px solid #717d7e;
    border-bottom: 1px solid #717d7e;
}
.text-reduced {
    font-size: smaller;
}

/* DAMAGE REPORT/AUDIT PAGE STYLES */

#report_page {
    position: relative;
    background-color: white;
    margin: 10px auto 10px auto;
    width: 100%;
}

#audit-page {
    position: relative;
    background-color: white;
    margin: 10px auto 10px auto;
    height: 1385px;
    font-family: 'Noto Serif', serif;
}

/* logos */

#logo {
    width: 100%;
}

#logo .agri_logo {
    padding: 20px 20px;
    padding-bottom: 0;
    width: 280px;
}
#logo .bryte_logo_200 {
    padding: 30px 20px;
    padding-bottom: 0;
    width: 290px;
}
#logo .CBZ_logo {
    padding: 30px 20px;
    padding-bottom: 0;
    width: 290px;
}
#logo .gemoedsrus {
    margin-left: 32.5%;
    padding-top: 20px;
    padding-bottom: 0;
    width: 35%;
}
#logo .Impac_CropSure_Logo_200 {
    padding: 30px 20px;
    padding-bottom: 0;
    width: 290px;
}
#logo .JV_logo {
    padding: 30px 20px;
    padding-bottom: 0;
    width: 290px;
}
#logo .king_price_logo_600 {
    padding: 30px 20px;
    padding-bottom: 0;
    width: 290px;
}
#logo .oopkop_logo {
    padding: 30px 20px;
    padding-bottom: 0;
    width: 290px;
}
#logo .SaFire_banner {
    padding: 5px 20px;
    padding-left: 20px;
    padding-bottom: 0;
    width: 97.5%;
}
#logo .skadegenade_logo {
    padding: 30px 20px;
    padding-bottom: 0;
    width: 290px;
}
/* content containers */

#report_content {
    background-color: white;
    margin: 0px 43px;
}

#audit-content {
    background-color: white;
    margin: 0px 43px;
}

/* Title */
#title_section {
    display: flex;
    width: 100%;
}

.title {
    width: 50% !important;
    font-size: 1.9rem !important;
    font-weight: bolder;
}

.page_number {
    text-align: right;
    width: 50% !important;
    font-size: 1.9rem !important;
    font-weight: bolder;
}

#title_section,
.title {
    margin: 5px 0px;
}

/* Info Table Damage Report */

.info_table {
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
    table-layout: fixed;
}

.info_table td {
    border-bottom: 1px solid black;
    font-size: 19px;
    overflow: hidden;
    word-break: normal;
    width: 30%;
    height: 10px;
}

.info_table th {
    font-size: 19px;
    font-weight: normal;
    overflow: hidden;
    padding: 5px 5px;
    word-break: normal;
    width: 20%;
    height: 10px;
}

.info_table .report_data {
    font-style: italic;
    text-align: left;
    vertical-align: bottom;
    position: relative;
    top: 3px;
}

.info_table .report_head {
    text-align: left;
    vertical-align: bottom;
    position: relative;
    top: 10px;
    font-weight: bold;
}

/* Page Breaks */

.page-break-clear {
    page-break-before:always;
}

.page-break {
    page-break-after: always; /* depreciating, use break-after */
    break-after: page;
    height: 0px;
    display: block !important;
}

/* Info Table Audit Report */

.audit-table {
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
    table-layout: fixed;
}

.audit-table td {
    border-color: black;
    border-style: solid;
    border-width: 1px;
    font-size: 22px;
    overflow: hidden;
    padding: 0px 3px;
    font-weight: bold;
}

.audit-table .info-headers {
    text-align: left;

    width: 25%;
    font-family: 'Noto Serif', serif;
    font-size: 22px;
    font-weight: bold;
}

.audit-table .info-data {
    text-align: center;
    vertical-align: bottom;
}


/* Report Table */

.report_table {
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
    margin-bottom: 20px;
}

.report_table td {
    border-color: black;
    border-style: solid;
    border-width: 1px;
    font-size: 19px;
    overflow: hidden;
    word-break: normal;
    font-style: italic;
    padding: 1.5px 3px;
}

.report_table th {
    border-color: black;
    border-style: solid;
    border-width: 1px;
    font-size: 19px;
    overflow: hidden;
    word-break: normal;
}

.report_table .report_items {
    font-size: 19px;
    text-align: center;
    vertical-align: top;
}

.farm_name {
    background-color: rgb(187, 187, 187) !important;
    text-align: center;
}

/* Test Results Tables */

.audit-test-results {
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
    table-layout: fixed;
}

.audit-test-results th,
.audit-test-results td {
    border-color: black;
    border-style: solid;
    border-width: 1px;
    word-break: normal;
    padding: 0px 3px;
}

.audit-test-results td{
    font-size: 20px;
    font-weight: normal;
    font-style: italic;
    vertical-align: middle;
    text-align: center;
    font-family: 'Noto Serif', serif;
    padding-top: 4px;
}

.test-number {
    text-align: center;
    font-size: 22px;
    font-weight: bold;
}

.test-result {
    text-align: left;
    width: 25%;
    font-size: 22px;
    font-weight: bold;
}

.test-result-leaves {
    text-align: left;
    font-size: 22px;
    font-weight: bold;
}

.gps-point {
    position: relative;
    transform: rotate(-90deg) !important;
    text-align: left !important;
    padding: 0px !important;
    top: 22px;
}

/*.gps-point-leaves {*/
/*    font-size: 0.9rem !important;*/
/*    font-weight: bold;*/
/*    writing-mode: vertical-rl;*/
/*    transform: scale(-1);*/
/*}*/

/* Confirmation List */

#signoffs ol {
    position: relative;
    left: 5px;
    padding: 0;
    margin: 8px;
    font-size: 18px;
}

.confirmation li p {
    margin: -2px;
}

/* Remarks */

.remarks p {
    font-style: italic;
    font-size: 17px;
}

.remarks .comment {
    margin: 0px;
    position: relative;
    float: right;
    border: 2px solid black;
    font-family: 'Noto Serif', serif;
    font-style: italic;
    font-size: 17px;
    height: 60px;
    width: 85%;
    color: black;

}

.comment td {
    padding: 0;
    vertical-align: top;
}

/* Signature  */
.signatures {
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
    position: relative;
    top: 50px;
    font-weight: bold;
    table-layout: fixed;
}

.signatures img {
    width: 170px;
}

.signatures td {
    padding: 1px;
    font-size: 23px;
    overflow: hidden;
    word-break: normal;
}

.signatures .signee {
    text-align: center;
    vertical-align: top;
    border-top: 1px solid black;
}

.signatures .signee_owner {
    padding: 0;
    text-align: center;
    vertical-align: top;
    border: 1px solid black;
}

.signatures .date {
    padding: 0;
    text-align: right;
    vertical-align: bottom;
    font-size: 17px;
}

.signatures .date_data {
    text-align: center;
    vertical-align: bottom;
    font-size: 17px;
    border-bottom: 1px solid black;
}

/* Page Number */

#damage_report_footer {
    position: absolute;
    bottom: 10px;
    width: 100%;
    text-align: center;
    font-family: 'Noto Serif', serif;
    font-weight: normal;
    font-size: 1.5rem;
}
