
.form_title {
    font-size: 20px;
    font-weight: bold;
    font-family: Arial;
    padding: 15px 2%;
    margin-bottom: 20px;
    list-style: none;
    background-color: #eff2f5;
    border-radius: 4px;
    color: #6c757d;
}

.select_year_menu {
    margin-top: 8px;
}

.header {
    padding-top: 5px;
    padding-bottom: 5px;
    padding-right: 10px;
    padding-left: 10px;
    margin-top: 1px;
    margin-bottom: 1px;
    height: 115px
}

.website_backg_img {
    /* background-image: url(back_1.jpg); */
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    width: 100%;
    height: 100%;
}

.main_con {
    padding-top: 10px;
    padding-bottom: 10px;
    padding-right: 10px;
    padding-left: 10px;
}

.uneditable-input {
    display: block;
    width: 100%;
    height: 34px;
    margin-bottom: 4px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555555;
    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, 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-group {
    margin-top: 10px;
    margin-bottom: 0rem;
    margin-right: 5px;
    margin-left: 5px;
}

.modal-backdrop {
    z-index: -1;
    height: 300px;
}

.modal-header {
    padding: 9px 15px;
    border-bottom: 1px solid #eee;
    background-color: #0480be;
    color: #eee;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.form-control-table {
    display: block;
    width: 100%;
    height: 34px;
    padding: 3px 3px;
    /* font-size: 11pt; */
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
}

.farm_legend {
    display: block;
    width: 100%;
    padding: 0;
    margin-top: 15px;
    /* margin-bottom: 15px; */
    font-family: Arial;
    font-weight: bold;
    font-size: 14pt;
    line-height: inherit;
    color: #333;
    border: 0;

}

a {
    color: #000;
    /*
  &:visited {
    color: #666;
  }
*/
}

a :hover {
    color: #fff;
}

th {
    padding-bottom: 5px !important;
    padding-top: 5px !important;
}

td {
    padding-bottom: 5px !important;
    padding-top: 5px !important;
    /*
  padding-left: 5px !important;
  padding-right: 5px !important;
  */
}

#notice {
    color: green;
}

.field_with_errors {
    padding: 2px;
    background-color: red;
    display: table;
}

#error_explanation {
    width: 450px;
    border: 2px solid red;
    padding: 7px;
    padding-bottom: 0;
    margin-bottom: 20px;
    background-color: #f0f0f0;

}

#error_explanation h2 {
    text-align: left;
    font-weight: bold;
    padding: 5px 5px 5px 15px;
    font-size: 12px;
    margin: -7px;
    margin-bottom: 0;
    background-color: #c00;
    color: #fff;
}

.object-tools {
    float: right;
    font-size: 11px;
    margin-top: -6px;
}

.status_orange {
    background-color: #fbbc9c !important;
    color: #212529 !important;
}

.status_green {
    background-color: #dbfcdc !important;
    color: #212529 !important;
}

.status_red {
    color: white !important;
    background-color: red !important;
}

.status_gray {
    background-color: #eeeeee;
    color: #212529 !important;
}

.info-row {
    padding: 4px 12px;
    margin: 0 0 10px;
    background: #f8f8f8;
    border: 1px solid #eee;
    color: #325171;
    border-bottom-color: #989a9c;
}

.info-square-label {
    font-weight: bold;
    display: inline-block;
}

.info-square {
    /* border: 1px solid #325171; */
    background: #e9ecef;

    height: 38px;
    text-align: center;
    vertical-align: middle;
    font-weight: bold;
    border-radius: 4px;
    display: inline-block;
    padding-top: 10px;
}

.add-row {
    color: #fffcfc;
    background: #28a745;
    border: 1px solid #ccc;
    padding: 5px;
}

#item_amount {
    /* pointer-events:none; */
    background-color: #e9ecef;
}

