/*
Theme Name:   Astra Child
Theme URI: http://example.com/astra-child/
Description: Child theme for the Astra theme
Author: Jayesh Bhatia
Author URI: http://example.com
Template: astra
Version: 1.0
*/

.field-crops-list-heading, .prediction-alerts-list-heading
{
    text-align: center;
    font-size: 24px;
    font-weight: bold;
    color: #9fef00;
    border-bottom: 1px solid;
    padding-bottom: 10px;
}

.disease-risk-fields-list-dropdown-heading
{
    font-size: 14px;
    color: #9fb4c7;
    font-weight: bold;
    /*text-align: center;*/
}

#disease-risk-fields-list-table-container
{
    text-align: center;
}

table#disease-risk-input-fields-data-table
{
    border: 1px solid #111418;
    width: 100% !important;
    color: #9fb4c7 !important;
}

table#disease-risk-input-fields-data-table tr, table#disease-risk-input-fields-data-table td
{
    border-width: 1px;
}

table#disease-risk-input-fields-data-table tbody > tr >th
{
    background: #111418;
}


#add-new-field-crop-btn
{
    background-color: #9fef00  !important;
    color: #FFF !important;
    border-radius: 4px !important;
    padding: 15px 60px 15px 60px !important;
}

#add-new-field-crop-btn:hover
{
     background-color: rgba(255,255,255,0.2)  !important;
    /*border-style: dashed !important;*/
    border-color: #9fef00 !important;
    color: #FFF !important;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
    -moz-transition: all .2s ease;
}


.field-crop-select-date
{
    font-size: 14px;
    background: #111418;
    padding: 0px 10px 10px 10px;
    /*border-radius: 10px 10px 0px 0px;*/
    /* margin: 10px auto; */
    /*margin-top: 10px;*/
}


.field-crop-select-date input[type="date"]
{
    font-size: 12px !important;
    /*width: 90px;*/
}

.field-crop-select-date .custom-date-input .icon-wrapper::after
{
    font-size: 12px !important;
    /*right: 20px !important;*/
}

.add-new-disease-risk-input-field
{
    text-align: center;
    margin: 30px auto;
}

.edit-field-crop-btn, .delete-field-crop-btn
{
    cursor: pointer;
}

.edit-delete-field-crop-btns
{
    text-align: center;
}

.historical-date-container
{
    text-align: center;
    margin-bottom: 20px;
    color: #9fef00;
}

a.get-predictions-btn
{
    color: #9fb4c7 !important;
}

.prediction-alerts-table
{
    border-color: #111418;
    border-width: 1px !important;
    display: none;
    color: #9fb4c7;
}

.prediction-alerts-table td, th
{
    border-width: 1px !important;
}

.crop-zone-results-div
{
    display: flex;
    margin: 20px auto;
}

.primary-crops-prediction-table, .root-vegetables-prediction-table, .leafy-vegetables-prediction-table, .fruits-prediction-table
{
    border-color: #9fb4c7;
    margin-bottom: 0px;
}

span.crop-name
{
    /*margin: 10px auto;*/
    /*border-bottom: 1px solid #111418;*/
    padding-bottom: 6px;
    display: block;
    min-width: 180px;
}

span.green
{
    height: 20px;
    width: 200px;
    display: block;
    background: #82bf09;
    margin: 5px auto;
}

span.yellow
{
    height: 20px;
    width: 200px;
    display: block;
    background: #ffe000;
    margin: 5px auto;
}

span.orange
{
    height: 20px;
    width: 200px;
    display: block;
    background: #f77b22;
    margin: 5px auto;
}

span.red
{
    height: 20px;
    width: 200px;
    display: block;
    background: #ef1b05;
    margin: 5px auto;
}

div.override_arrow_color_css .disabled
{
    color: inherit !important;
}