﻿body
{
    margin: 0;
    padding: 0;
    color: #3f3f3f;
    line-height: 120%;
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;/*Arial, Helvetica, sans-serif;*/
    font-size: 12pt;
}
a {
    text-decoration: none;
    color: #212C65;
}
    a:hover, a:focus {
        color: #212C65;
        text-decoration: none;
    }
h1, h2, h3, h4, h5, .richardsonbtn, .genericbtn, .footer, .profilemaptitle, .noarrowrichardsonbtn, .noarrowdisabledbtn, .eastbtn, .changelocationlink
{
    font-family: "Arial Narrow" , Arial, sans-serif;
    font-stretch: condensed; /*Firefox*/
}
label
{
    display: inline;
}
img
{
    max-width: 100%;
}
p, ul, ol
{
   letter-spacing:1px;
}
blockquote
{
    font-size: 12pt;
    padding: 0px;
    border-left: 0px;
    margin-left: 40px;
}
.float-right {
    float: right;
}
/****************************HEADER*********************************/
.header {
    height: auto !important;
}
.headerwrapper
{
    background: transparent url('../../images/new/headerbg.png') repeat-x;
    background-size: auto 100%;
    padding: 30px 0 24px 0px;
}
.headercontainer
{
    max-width: 1140px;
    margin: 0 auto;
    position: relative;
}
.headerright
{
    /*float:right;*/
    position: absolute;
    right: 0;
    top: 0;
}
.homelogo
{
    background: transparent url('/Images/new/pioneer/richardsonpioneer-lg.png') no-repeat;
    display: block;
    height: 77px;
    width: 206px;
}
.usericon
{
    background: transparent url('../../images/new/pioneer/user.png') no-repeat;
    display: inline-block;
    width: 29px;
    height: 29px;
    vertical-align: text-bottom;
}
.socialicon
{
    width: 35px;
    height: 35px;
    margin: 4px;
}

/*************************GENERIC STYLING**************************/
input[type="text"], input[type="password"], .generictextbox, select, input[type="date"] {
    max-width: 100%;
    appearance: none;
    box-shadow: none;
    border-radius: none;
    padding: 10px;
    margin: 8px 0 8px 0;
    border: solid 1px #dcdcdc;
    transition: box-shadow 0.3s, border 0.3s;
}
input[type="radio"]
{
    margin: 8px 10px 8px 0;
}
input[type="checkbox"]
{
    margin-right: 10px;
}
input[type="text"]:focus, input[type="password"]:focus, .generictextbox:focus, select:focus, input[type="date"]:focus {
    outline: none;
    border: solid 1px #a29062;
}

.notloginonly
{
    display: none;
}

.centeralign
{
    margin: 0 auto;
    display: table;
}
.errormessagebox
{
    border-left: 6px solid #ed1c24;
    padding: 10px;
    display: block;
    color: Red;
    font-weight: bold;
    margin-bottom: 10px;
}
.errormessagebox a
{
    color: Red;
    text-decoration: underline;
}

.successmessagebox {
    border-left: 6px solid #212C65;
    padding: 10px;
    display: block;
    color: #212C65;
    font-weight: bold;
    margin-bottom: 10px;
}
    .successmessagebox a {
        color: #212C65;
        text-decoration: underline;
    }
.error {
    color: #dc3545 !important;
    display: inline-block !important;
}
.eastonly
{
    display: none;
}
.bannerdiv
{
    max-width:300px;
    margin:0 auto;
}
.bannerdiv img
{
    display: block;
    margin: 10px auto 0 auto;
}
.cmscontent table tr td
{
    padding: 5px;
}
.cmscontent table
{
    margin: 10px auto;
}
.smtext
{
    font-size: 8pt;
    text-align: justify;
}
.panel-heading, .panel panel-default, .panel
{
    border-radius: 0px;
}
.panel-title
{
    font-weight: bold;
    font-size: 14pt;
}
.panel-heading-blue {
    background-color: #212C65 !important;
}
.xsonly
{
    display: none !important;
}
.mdonly
{
    display: block !important;
}
.generictable
{
    margin: 0 auto;
}
.generictable tbody tr td
{
    padding: 5px;
    border-top-style: none;
}
::-webkit-input-placeholder
{
    /* Chrome/Opera/Safari */
    color: #999;
}
::-moz-placeholder
{
    /* Firefox 19+ */
    color: #999;
}
:-ms-input-placeholder
{
    /* IE 10+ */
    color: #999;
}
:-moz-placeholder
{
    /* Firefox 18- */
    color: #999;
}
/****************************BUTTONS********************************/
.rpbuttonlink
{
    text-decoration: none !important;
    color: #fff;
    text-transform: uppercase;
}
.rpbuttonlink:hover, .rpbuttonlink:focus
{
    color:#fff;
    text-decoration: none;
}
.richardsonbtn {
    /*background: #E35425 url(../../images/new/buttonarrow.png) no-repeat right center;*/
    padding: 10px 14px 10px 14px;
    background-color: #E35425;
    letter-spacing: 2px;
    font-size: 15px; /*max-width: 280px;*/
    width: 100%;
    text-align: left;
    color: #fff;
    font-weight: bold;
    margin-bottom: 10px;
}
    .richardsonbtn:hover {
        background-color: #cb471b;
    }
.richardsonbtnsm
{
    max-width: 280px;
}

.orange-btn {
    border-radius: 0;
    border: none;
    font-weight: 700;
    letter-spacing: 2px;
    padding-top: 3px;
    padding-bottom: 1px;
    background-color: #f47a20;
}

.richardsonbtnxs
{
    max-width: 170px;
}

.disabledbtn
{
    background: #aeaeae url(../../images/new/buttonarrow.png) no-repeat right center;
    padding: 10px 6px 10px 14px;
    background-color: #aeaeae;
    letter-spacing: 2px;
    font-size: 15px; /*max-width: 280px;*/
    width: 100%;
    text-align: left;
    color: #fff;
    font-weight: bold;
    margin-bottom: 10px;
}
.disabledbtn:hover
{
    background-color: #aeaeae;
}
.disabledbtnsm
{
    max-width: 280px;
}

.genericbtn {
    background: #212C65 url(../../images/new/buttonarrow.png) no-repeat right center;
    padding: 10px 6px 10px 14px;
    background-color: #212C65;
    letter-spacing: 2px;
    font-size: 15px;
    width: 100%;
    text-align: left;
    color: #fff;
    font-weight: bold;
    margin: 5px 0 5px 0;
}
.eastbtn {
    background: #85764F url(../../images/new/buttonarrow.png) no-repeat right center;
    padding: 10px 6px 10px 14px;
    background-color: #85764F;
    letter-spacing: 2px;
    font-size: 15px;
    width: 100%;
    text-align: left;
    color: #fff;
    font-weight: bold;
    margin: 5px 0 5px 0;
}
.eastbtn:hover
{
    background-color: #81714B;
}

.noarrowrichardsonbtn {
    padding: 10px 6px 10px 14px;
    background-color: #E35425;
    letter-spacing: 2px;
    font-size: 15px;
    width: 100%;
    text-align: left;
    color: #fff;
    font-weight: bold;
    margin-bottom: 10px;
}
    .noarrowrichardsonbtn:hover {
        background-color: #cb471b;
    }
.noarrowrichardsonbtnsm
{
    max-width: 280px;
}
.noarrowdisabledbtn
{
    padding: 10px 6px 10px 14px;
    background-color: #aeaeae;
    letter-spacing: 2px;
    font-size: 15px;
    width: 100%;
    text-align: left;
    color: #fff;
    font-weight: bold;
    margin-bottom: 10px;
}
.noarrowdisabledbtn:hover
{
    background-color: #aeaeae;
    color: #fff;
    text-decoration: none;
}
.noarrowdisabledbtnsm
{
    max-width: 280px;
}

/*Title Styling*/
.headertitle {
    font-size: 26pt;
    background: transparent url(../../images/new/headerblock.png) no-repeat left center;
    padding-left: 50px;
    color: #212C65;
    font-weight: bold;
    text-align: left;
    text-transform: uppercase;
}
h1
{
    font-size:24pt;
}
h2
{
    text-transform: uppercase;
    letter-spacing:2px;
}
h4
{
    text-transform: uppercase;
    font-weight: bold;
}
h3 {
    color: #212C65;
    text-transform: uppercase;
}
.smallsqaure {
    width: 5px;
    height: 5px;
    vertical-align: middle;
    background-color: #85764F;
    display: inline-block;
    margin: 0 12px 0 4px;
}
.textright
{
    text-align: right;
}
.inputfieldsize
{
    width: 100%;
}
.inputicon
{
    background: #2d2d2d;
    padding: 8px 11px 8px 11px;
    float: right;
}
/********************************MASTER PAGE**************************************/
.usericondisplayname {
    color: #212C65;
    font-size: 14pt;
    text-transform: uppercase;
}
.usericonspoofinfo {
    color: #212C65;
    font-size: 12pt;
}
.usericonspoofinfo a
{
    text-decoration: underline;
}

.popoverclosebutton
{
    float: right;
    padding: 3px;
}
.divCustomerInfoLabel
{
    text-align: center;
}
#uipopovercontainer .popover
{
    max-width: 400px;
}
.masternoarrowrichardsonbtn
{
    padding: 10px 45px !important;
    text-transform: uppercase;
}
.usericonmargin
{
    margin-bottom: 10px;
    padding-left: 15px;
    padding-right: 15px;
}
.usericonnomargin
{
    margin-bottom: 0 !important;
    padding-top: 15px;
    padding-bottom: 0px;
    padding-left: 15px;
    padding-right: 15px;
}
.usericondisplaynamemobile
{
    color: white;
    font-size: 14pt;
    text-transform: uppercase;
}
.usericonspoofinfomobile
{
    color: white;
    font-size: 12pt;
}
.usericonspoofinfomobile a
{
    text-decoration: underline;
}
.buttonright
{
    float: right;
}
.richinterlink
{
    text-decoration: underline !important;
}
/********************************LOGIN PAGE STYLING*******************************/
.loginform
{
    background: #ede9de;
    background: -webkit-linear-gradient(#ede9de, #f6f3ec);
    background: -o-linear-gradient(#ede9de, #f6f3ec);
    background: -moz-linear-gradient(#ede9de, #f6f3ec);
    background: linear-gradient(#ede9de, #f6f3ec);
    padding: 20px 40px 20px 40px;
}
.desktopinput
{
    width: 100%;
    max-width: 280px !important;
}
.loginwrapper
{
    display: block;
    width: 100%;
    max-width: 500px;
}
.rightloginwrapper
{
    display: block;
    width: 100%;
    max-width: 500px;
    margin: 0 auto;
    padding-bottom: 10px;
}
.logincontent
{
    margin-bottom: 6px;
}
.popover
{
    max-width: 600px;
    width: 100%;
}
#popovercontainer
{
    vertical-align: middle;
    margin-top: 20px;
}
.emailicon
{
    background: transparent url('../../images/new/pioneer/emailicon.png') no-repeat;
    height: 25px;
    width: 25px;
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 2px;
}
.phoneicon
{
    background: transparent url('../../images/new/pioneer/phoneicon.png') no-repeat;
    height: 25px;
    width: 25px;
    display: inline-block;
    vertical-align: middle;
}
.questionmark
{
    background: transparent url('../../images/new/pioneer/question.png') no-repeat;
    width: 20px;
    height: 20px;
    display: inline-block;
    background-size: contain;
}
.divcaptcha
{
    padding: 5px 0 20px 0;
}
.wrapicon {
    position: relative;
    height: 8px;
    max-width: 500px;
    width: 100%;
    background: #E35425;
}
.loginicon
{
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.showButtonMobile
{
    display: none;
}
/**********************************HOME PAGE ******************************/
.divHomeHero
{
    padding-bottom: 15px;
}
.overlay
{
    position: relative;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    transition: all 200ms ease;
}
.overlay a .after
{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: none;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    font-weight: bolder;
}
.overlay a .after span
{
    position: relative;
    top: 50%;
}
.overlay:hover a .after
{
    display: block;
    background: rgba(22,22,22,0.65);
    margin-bottom: 10px;
    vertical-align: middle;
}
/********************************ESIGNATURES*******************************/
.documentlist
{
    padding-bottom: 15px;
}
.documentlist a
{
    padding: 0 15px;
    line-height: 2;
}
.pdfEmbed
{
    padding: 10px;
    border: 1px solid black;
}
/********************************SAFE EMPLOYEE*****************************/
.safeemployeeform
{
    background: #ede9de;
    background: -webkit-linear-gradient(#ede9de, #f6f3ec);
    background: -o-linear-gradient(#ede9de, #f6f3ec);
    background: -moz-linear-gradient(#ede9de, #f6f3ec);
    background: linear-gradient(#ede9de, #f6f3ec);
    padding: 20px 40px 20px 40px;
    margin-bottom: 7px;
    margin: 0 0 7px 25px;
}

.lstCust
{
    width:50%;
}
.notificationlabel{
    margin-bottom: 25px;
    padding-left: 20px;
}
.notification-form-group{
    margin-bottom: 25px;
    padding-left: 30px;
}
.notificationselectclear {
    margin-bottom: 5px;
    padding-left: 30px;
}
.loading {
    position: fixed;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    background: rgba(0, 0, 0, 0.6);
    top: 0; /*display: none;*/
    z-index: 10;
}

.loading-text {
    display: flex;
    margin: 0 auto;
    position: absolute;
    left: 50%;
}
.spinner {
    left: 50%;
    top: 50%;
    position: absolute;
    font-size: 50px !important;
    display: flex;
    margin: 0 auto;
    border: 10px solid #f3f3f3;
    border-radius: 50%;
    border-top: 10px solid #8cc63e;
    -webkit-animation: spinner 2s linear infinite;
    animation: spinner 2s linear infinite;
}

@-webkit-keyframes spinner {
    0% {
        -webkit-transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spinner {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}
/********************************REGISTRATION******************************/
.scrollie {
    margin: 0 0 10px 20px;
    padding: 8px;
    border: 1px solid #c8cfd6;
    background: #ffffff;
    text-align: left;
    color: Black;
}
.scrollie a
{
    color: #4f4f47;
}

.divprivacycheckboxes
{
    margin-left: 20px;
}

.littleMsg
{
    color: #8d9cab;
    font-style: italic;
    font-size: 9pt;
}

.warningpopupform
{
    background:rgba(0,0,0,0.5);
    height: 100%;
    width: 100%;
    top: 0px;
    left: 0px;
    z-index: 999;
    position: fixed;/*absolute;*/
    
}

.innerwarningpopupform {
    position: absolute;
    width: 100%;
    height: auto;
    margin: auto auto auto auto;
    z-index: 100;
    padding: 6px 15px 15px 15px;
    background-color: White;
    border-top: 6px solid #E35425;
    max-width: 450px;
    top: 40%;
    left: 0px;
    right: 0px;
    -webkit-box-shadow: 0 3px 9px rgba(0,0,0,0.5);
    box-shadow: 0 3px 9px rgba(0,0,0,0.5);
    -moz-box-shadow: 0 3px 9px rgba(0,0,0,0.5);
}

.registrationinput, .registrationSelect
{
    width: 60%;
}

.registrationlabel
{
    margin: 16px 0;
}

.registrationlabelbottom
{
    margin-bottom: 10px;
}
.registrationlabeltop
{
    margin-top: 16px;
}
.divTechnicalSupport
{
    padding-top: 5px;
}
/********************************PROFILE**************************************/
.panel-default > .panel-heading {
    color: #fff;
    background-color: #E35425;
}
.profiletable
{
    margin: 0 auto;
}
.profiletable tbody tr td
{
    vertical-align: top;
    padding: 5px;
}
.accordionarrow, .accordionarrowExpanded
{
    display: none;
}
.locationEmployee
{
    overflow: auto;
    padding-top: 5px;
    padding-bottom: 5px;
}
.xtpadding
{
    max-width: 300px;
    margin: 0 auto;
    padding: 15px 0 5px 0;
}
.profile-heading
{
    cursor: pointer;
}
/********************************ALLLOCATIONS**********************************/
.gobtn
{
    margin: 8px 0;
}
.employeelist
{
    margin: 15px 0;
}
/****************************GRAIN PRICING TOOL*******************************/
.gpthelp
{
    height: 24px;
    float: right;
    font-size: 9pt;
    padding-right: 8px;
}
.modalBackground
{
    height: 100%;
    background-color: Black;
    opacity: 0.6;
    filter: alpha(opacity=60);
}
.divChangeContractLocation
{
    position: fixed;
    margin: 0 auto;
    z-index: 1000;
    background-color: White;
    padding: 20px;
    border-radius: 3px;
    display: inline-block;
}
.metricImperial
{
    float: left;
    padding-top: 10px;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.divFacilityLocInfo
{
    margin-bottom: 10px;
}
.gptCropHeader {
    font-weight: bold;
    background: #212C65;
    color: white;
    font-size: 14pt;
    border-top-style: none !important;
}
.gptDate {
    min-width: 40px;
}
.gptComment {
    min-width: 450px;
}
.gptNumeric {
    min-width: 20px;
}
.gptCropDataRowOdd td
{
    background-color: #f1f1f1;
    font-size: 11pt;
}
.gptCropDataRowEven td
{
    background-color: #fefefe;
    font-size: 11pt;
}
.gptCropDataHeader
{
    background-color: #dfdfdf;
    color: #5a5a5a;
    text-transform: uppercase;
}
.gptCropDataHeader td
{
    font-weight: bold;
    font-size: 12pt;
}
.refreshTime
{
    font-size: 10pt;
    font-weight: bold;
}
.gptAddCropRow td
{
    padding: 15px 0 0 0 !important;
}
.gptaddcropbtn
{
    float: right;
    min-width: 250px;
}
.gptremovebtn
{
    float: right;
    font-size: 10pt;
    color: White;
    text-transform: none !important;
}
.gptremovebtn:hover, .gptremovebtn:focus
{
    color: White !important;
}
.grainComment
{
    font-size: 8pt;
    font-weight: normal;
}
.gptContractLocationLink {
    font-size: 11pt;
    font-weight: bold;
}
.popupPanel
{
    margin-bottom: 0px;
}
.popupPanelText
{
    margin-top: 15px;
}
/*.divGptScrollHeader
{
    display: none;
}*/
/********************************SEARCH*****************************************/
/*Search field*/
.searchinput {
    background: #fff url('../../images/new/search.png') no-repeat center right;
    margin: 0;
    width: 300px;
    cursor: pointer;
}
.searchinput::-ms-clear
{
    display: none;
}
/* Chrome */
.searchinput::-webkit-search-decoration, .searchinput::-webkit-search-cancel-button, .searchinput::-webkit-search-results-button, .searchinput::-webkit-search-results-decoration
{
    display: none;
}
.searchresults
{
    border-bottom: 1px solid #ddd;
    padding: 10px 0 20px 0;
}
/*************************************CROP CALCULATORS*****************************/
input.calendarinput {
    background-color: #E35425;
    padding: 2px;
    vertical-align: middle;
}
    input.calendarinput:hover, .calendarinput:focus {
        background-color: #cb471b;
    }
.smtextbox
{
    width: 100%;
    max-width: 220px !important;
}
table.cropcaltable
{
    width: 100%;
    border-collapse: collapse;
}
.cropcalcolumn
{
    padding: 4px;
}
.cropmap
{
    z-index: 97;
    width: 100%;
    height: 160px;
    position: relative;
    padding-right: 5px;
}
.calwaitmsg
{
    background-color: #ffffff;
    text-align: center;
    width: 200px;
    margin-left: auto;
    margin-right: auto;
}
.tblcalresult
{
    background: #ffffff;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    max-width: 500px;
}
.tblcalresult td
{
    padding: 4px;
}
.calresultheader {
    text-align: center;
    font-weight: bold;
    border-bottom: solid 2px #1458AD;
    background: #212C65;
    color: #ffffff;
}
/********************************COST OF PRODUCTION CALCULATOR******************************/
div.LockOff
{
    display: none;
    visibility: hidden;
}

.LockOn
{
    display: block;
    visibility: visible;
    position: absolute;
    z-index: 999;
    width: 1167px;
    height: 920px;
    background-color: #ccc;
    text-align: center;
    padding-top: 20%;
    filter: alpha(opacity=75);
    opacity: 0.75;
}

.divWait
{
    background-color: Transparent;
    vertical-align: middle;
    z-index: 880;
    top: 300px;
    position: absolute;
    width: 1200px;
}
.divInnerWait
{
    border: solid 2px Gray;
    margin-left: auto;
    margin-right: auto;
    margin-top: 60px;
    padding: 50px;
    width: 200px;
    left: 450px;
    background-color: #FFF;
}
.divInnerWaitText
{
    background-color: #ffffff;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    font-size: large;
}
.divNoCropsSelected
{
    position: absolute;
    margin: 0 auto;
    z-index: 1000;
    background-color: White;
    padding: 20px;
    border-radius: 3px;
    display: inline-block;
}
.ddlCropPlanYear {
    border: 2px double #E35425;
}
.lblCropPlanYear
{
    font-weight: bold;
    text-transform: uppercase;
}
.cropPlanHeaderColumnDiv
{
    float: left;
    width: 245px;
    padding-top: 33px;
}
.cropPlanHeaderColumnTable
{
    width: 213px;
    table-layout: fixed;
    font-family: Arial;
    font-size: 13px;
    border-collapse: separate;
    border-spacing: 2px;
}
.cropPlanHeaderColumnTable tr td b
{
    padding: 0 2px;
}
.divScrollingTable
{
    overflow: auto;
}
.cropPlanDataTable
{
    width: 895px;
    max-width: 895px;
    table-layout: fixed;
    font-family: Arial;
    font-size: 13px;
    border-collapse: separate;
    float: left;
    border-spacing: 2px;
}
.cropPlanDataTable tr td span
{
    padding: 0 2px;
}
.tblCropTotals
{
    font-family: Arial;
    font-size: 13px;
    border-collapse: separate;
    float: left;
    margin-top: 20px;
    border-spacing: 2px;
}
.tblCropTotals tr td
{
    padding: 0 2px;
}
.tblCropNutrients
{
    font-family: Arial;
    font-size: 13px;
    border-collapse: separate;
    float: right;
    margin-top: 20px;
    border-spacing: 2px;
}
.tblCropNutrients tr td
{
    width:35px;
}
.cropPlanDataTable select, .cropPlanDataTable input[type="text"], .tblCropTotals select, .tblCropTotals input[type="text"], .tblCropNutrients select, .tblCropNutrients input[type="text"]
{
    margin: 0 !important;
    padding: 0 !important;
}
.tblCropTotals tr td:first-child
{
    background-color: White;
}

.cropplannerdesktoponly
{
    display: block !important;
}
.cropplannermobileonly
{
    display: none !important;
}

/**********************************TRANSACTION REPORTS GENERIC******************************/
.transactiondesc
{
    text-align: justify;
}
.transactionlabel
{
    margin: 16px 0;
}
.transactionresults
{
    margin: 20px auto;
}
.tblTransactionResults
{
    border: 0px !important;
    margin-bottom: 0px;
}
.transactioninput label
{
    font-weight: normal;
}
.tblTransactionResults tr:first-child
{
    font-weight: bold;
    background-color: #dfdfdf !important;
    font-size: 12pt;
    text-transform: uppercase;
}
.tblTransactionResults tr:nth-child(odd)
{
    background: #F1F1F1;
}
.tblTransactionResults tr:nth-child(even)
{
    background: #FEFEFE;
}
.tblTransactionResults tr:nth-child(odd):hover, .tblTransactionResults tr:nth-child(even):hover
{
    background-color: #d1d1d1;
    color: #fff;
}
.tblTransactionResults tr td
{
    padding: 3px 7px !important;
    font-size: 10pt;
    color: #5a5a5a;
    border: 0px !important;
}
.tblTransactionResults tr:first-child td
{
    padding: 7px 10px;
}
.tblTransactionResults tr td a
{
    font-weight: bold;
    text-decoration: underline;
}
.tblTransactionSummary tr td
{
    font-size: 10pt;
    text-align: right;
    padding: 3px 3px;
    color: #5a5a5a;
    border: 0px !important;
    font-weight: bold;
}
.tblTransactionSummary
{
    border-top: 1px solid #ddd;
}
.divTransactionReportsOr
{
    width: 100%;
    text-align: center;
    border-bottom: 1px solid #ddd;
    line-height: 0.1em;
    margin: 20px 0px;
    padding: 0 10px;
}
.divTransactionReportsOr span
{
    padding: 0 10px;
    color: #aeaeae;
    font-weight: bold;
    background: #fff;
}
.divTransactionPanel
{
    max-width: 480px;
    margin: 0 auto;
}
.transactioninput input[type="text"], .transactionSelect
{
    width: 90%;
}
.divTransactionButtons
{
    margin-top: 15px;
}
.numberValue
{
    text-align: right !important;
}
.divTransactionsWideTable table tr td
{
    font-size: 9pt !important;
}
.divScrollIndicator
{
    text-align: center;
    margin-top: 10px;
}
.divScrollHeader
{
    width: 100%;
    font-weight: bold;
    text-transform: uppercase;
    background-color: #dfdfdf;
    padding-bottom: 10px;
    color: #5a5a5a;
}
.transScrollLeft
{
    background: transparent url('../../images/new/pioneer/leftarrow.png') no-repeat;
    width: 60px;
    height: 30px;
    display: inline-block;
}
.transScrollRight
{
    background: transparent url('../../images/new/pioneer/rightarrow.png') no-repeat;
    width: 60px;
    height: 30px;
    display: inline-block;
}
/**********************************ELEVATOR RECEIPTS******************************/
.divElevTransButtons
{
    margin-top: 10px;
}
.selectElevDownloadCommodity
{
    max-width: 280px;
    width: 100%;
}
.divElevPrintDownloadButtons
{
    margin-top: 8px;
}
/**********************************CROPWATCH**************************************/
.divCropWatchEmployee img
{
    float: left;
    margin-right: 5px;
}
.divCropWatchEmployee
{
    padding: 5px 0;
}
.divCropWatchArchived
{
    margin-top: 10px;
}
.divCropWatchArchived img
{
    float: right;
}

.cropwatchstaticimg
{
    text-align: center;
}
.divCropWatchRows div
{
    margin-bottom: 10px;
}
.cropwatchhomemobileonly
{
    display: none;
}
/*******************************WEATHER ON YOUR FARM************************************/
.weathertbl
{
    background: transparent url('../../images/new/weatherbg.png') no-repeat top center;
    background-size: cover;
    width: 100%;
}
.currtable, .currtabletop, .fivedaytable
{
    width: 100%;
    text-align: center;
    text-transform: uppercase;
    font-size: 11pt;
}
.currtable, .currtabletop
{
    background: rgba(22,22,22,0.2);
    border-bottom: 1px solid rgba(255, 255, 255,0.65);
    color: #ffffff;
}
.curhead
{
    font-weight: bold;
}
.currtable tr td
{
    padding: 4px 2px 4px 2px;
}
.fivedaytable
{
    color: #ffffff;
    min-height: 250px;
}
.fivedayrow td
{
    font-weight: bold;
    font-size: 12pt;
    padding-top: 6px !important;
}
.fivedaytable tr td
{
    padding: 2px;
    width: 10%;
}
.fivedaytable tr td:first-child
{
    background: #F68A3C;
}
    .fivedaytable tr td:nth-child(2) {
        background: #E35425;
    }
.fivedaytable tr td:nth-child(3)
{
    background: #F47215;
}
.fivedaytable tr td:nth-child(4)
{
    background: #EA680B;
}
    .fivedaytable tr td:last-child {
        background: #cb471b;
    }
.fivedayphrase
{
    font-size: 8pt;
}
.weatherarealink
{
    color: #fff;
    font-size: 17pt;
    line-height: 1em;
}
.hourlytable
{
    width: 100%;
    text-align: center;
    text-transform: uppercase;
    font-size: 10pt;
}
.hourlytable tr td
{
    padding: 4px;
}
.hourlyrowheader {
    font-weight: bold;
    background-color: #E35425;
    padding: 20px 15px !important;
    color: #ffffff;
}
.hourlytable .hourlyrowheader td
{
    padding: 16px 10px !important;
}
.hourlytable tr
{
    border-bottom: solid 1px rgba(255,255,255,0.2);
}
.hourlytable tr:last-child
{
    border-bottom: 0;
}
.hourlytable tr:nth-child(even)
{
    background: #F1F1F1;
}
.scrollarrow
{
    display: none;
}
.heroweathertext
{
    font-size: 14pt;
}
/**********************************CHANGE LOCATION****************************/
.errorColorSave
{
    border-left: 6px solid red;
    color: #ac2323;
}
.successColorSave {
    border-left: 6px solid #212C65;
    color: #212C65;
}
.success {
    color: #28a745;
}

.no-success {
    color: #dc3545;
}

.alert-warning {
    color: #f5c118;
}

.saveBox
{
    background-color: rgba(255,255,255,0.7);
    background-repeat: no-repeat;
    visibility: hidden;
    font-weight: bold;
    height: auto;
    max-width: 280px;
    position: absolute;
    top: 0px;
    left: 15px;
    z-index: 100;
    padding-right: 18px;
    z-index: 999;
}
#mapviewchange
{
    display: none;
}
.zoominlink
{
    background-image: url('../../Images/new/pioneer/zoomin.png');
}
.zoomoutlink
{
    background-image: url('../../Images/new/pioneer/zoomout.png');
}
.resetlink
{
    background-image: url('../../Images/new/pioneer/reset.png');
}
.centerpinlink
{
    background-image: url('../../Images/new/pioneer/locationpin.png');
}
.savepinlink
{
    background-image: url('../../Images/new/pioneer/savepin.png');
}
.satellitelink
{
    background-image: url('../../Images/new/pioneer/satellitepin.png');
}
.mapviewpinlink
{
    background-image: url('../../Images/new/pioneer/mapview.png');
}
.changelocationlink
{
    display: inline-block;
    background-repeat: no-repeat;
    background-position: center top;
    line-height: 100px;
    margin: 0 auto;
    font-size: 9pt;
    padding: 2px;
    text-transform: uppercase;
    white-space: nowrap;
    height: 65px;
}
/**********************************MARKETS************************************/
.marketsdisclaimer
{
    font-size: 75%;
    text-align: center;
}
/***TODO UPDATE WITH CLASS NAMES AFTER BARCHART ADDS CLASSES TO ALL ELEMENTS***/
.divDetailMarkets #futureMarketOverview div:first-child,
.divLandingMarkets #futureMarketOverview div:first-child,
.divLandingMarkets #futureMarketOverview ul,
.divLandingMarkets #futureMarketOverview #futureSectionsMenu1,
.divLandingMarkets #futureMarketOverview hr
{
    display: none !important;
}
.divLandingMarkets #futureMarketOverview div:nth-of-type(4n) table td,
.divLandingMarkets #futureMarketOverview div:nth-of-type(4n) table th
{
    display: none;
}

#futureMarketOverview div:nth-of-type(4n) table td
{
    font-size: 11pt;
}

.divLandingMarkets #futureMarketOverview div:nth-of-type(4n) table td:nth-child(1),
.divLandingMarkets #futureMarketOverview div:nth-of-type(4n) table th:nth-child(1),
.divLandingMarkets #futureMarketOverview div:nth-of-type(4n) table td:nth-child(2),
.divLandingMarkets #futureMarketOverview div:nth-of-type(4n) table th:nth-child(2),
.divLandingMarkets #futureMarketOverview div:nth-of-type(4n) table td:nth-child(4),
.divLandingMarkets #futureMarketOverview div:nth-of-type(4n) table th:nth-child(4),
.divLandingMarkets #futureMarketOverview div:nth-of-type(4n) table td:nth-child(5),
.divLandingMarkets #futureMarketOverview div:nth-of-type(4n) table th:nth-child(5)
{
    display: table-cell;
}
@media (min-width: 992px) and (max-width: 1199px) 
{
    #chartFormOptions div.pull-left
    {
        width: 63% !important;
    }
    #chartFormOptions div.pull-right
    {
        width: 37% !important;
    }
}
@media (min-width: 1200px)
{
    #chartFormOptions div.pull-left
    {
        width: 67% !important;
    }
    #chartFormOptions div.pull-right
    {
        width: 33% !important;
    }
}

/***TODO UPDATE WITH CLASS NAMES AFTER BARCHART ADDS CLASSES TO ALL ELEMENTS***/

/*********************************CANOLADIAG***********************************/
.canoladiagtool
{
    width: 100%; 
    max-width: 100%; 
    overflow: auto;
}

/**********************************NEWS****************************************/
.newslink
{
    color: #6f6f6f;
    font-weight: bold;
}
/**********************************GRAIN MARKET LANDING************************/
.divGMLandingGpt
{
    margin-top: 25px;
}
/**********************************MAINTENANCE********************************/
.divMaintenance
{
    color: White;
    min-height: 120px;
    background-color: White;
    font-weight: bold;
    font-size: 20px;
    margin: 0 auto;
    padding: 10px 0;
    background-image: url('../../Images/new/maintenancepagebg.png');
    overflow: auto;
    line-height: 150%;
    max-width: 960px;
    padding-left: 20px;
}
/******************************INTERACTIVE AG MAP *****************************/
.maplegend
{
    border: 1px solid #ddd;
    padding: 10px;
    font-size: 11pt;
}
.legendtitle {
    background: #E35425;
    padding: 10px;
    color: White;
    text-transform: uppercase;
    font-size: 14pt;
    font-weight: bold;
}
.nav-tabs > li > a:hover, .nav-tabs > li > a:focus {
    background: none;
    color: #E35425;
}
.maplegendimg
{
    display: block;
    margin: 0 auto;
}
.nav-tabs > li > a
{
    font-size: 10pt;
    border-radius: 0px;
    background: #ececec;
    text-transform: uppercase;
    font-weight: bold;
    color: #2d2d2d;
    border-right: 1px solid #fff;
}
.playpauselnk {
    display: none;
    color: #ffffff;
    background: #E35425;
    text-align: center;
    padding: 5px;
    max-width: 60px;
}
.legendmappin
{
    max-width: 45px;
    width: 100%;
    min-width: 30px;
}
.nav-justified.nav-tabs > li > a
{
    border-radius: 0px;
}
.myPushpin div
{
    color: #68A9F3 !important;
}
/**********************************CHARTS*************************************/

/*Month Selector*/
.YearTable
{
    border: solid 1px #D5E3F0;
    text-align: center;
}
.YearLink
{
    background-color: #FFFFFF;
    cursor: pointer;
}
.YearLink_Sel
{
    background-color: #D5E3F0;
    cursor: pointer;
    color: #555;
    font-weight: bold;
}
.MonthTable
{
    border-left: solid 1px #D5E3F0;
    border-right: solid 1px #D5E3F0;
    border-bottom: solid 1px #D5E3F0;
}
.MonthLink
{
    background-color: #FFFFFF;
    cursor: pointer;
}
.MonthLink_Sel
{
    background-color: #D5E3F0;
    cursor: pointer;
    color: #555;
    font-weight: bold;
}
.divChartsCalendar table td
{
    padding: 7px 0;
}
.divWeatherCharts h4
{
    margin: 20px 0;
}
.divWeatherCharts
{
    text-align: center;
}
.divWeatherCharts h3
{
    font-weight: bold;
}
.divWeatherCharts p
{
    text-align: justify;
    letter-spacing:normal;
}
/**************************REGISTRATION ACTIVATION****************************/
.divTermsOfAccess
{
    padding-top: 20px;
}
/*******************************RP FARMS PAGES********************************/
.farmsCropsBtn {
    margin: 0 auto;
    display: block;
    padding: 15px 15px;
    text-align: center;
    color: white;
    font-weight: bold;
    text-transform: uppercase;
    margin-top: 3%;
}

.oatsbg {
    background-color: #9c8156;
}

.wheatbg {
    background-color: #9c353d;
}

.canolabg {
    background-color: #cba747;
}

.cornbg {
    background-color: #cd912a;
}

.soybeanbg {
    background-color: #487350;
}
.peasbg {
   background-color: #487350;
}
.lentilsbg {
    background-color: #a0b552;
}
.slick-prev:before, .slick-next:before {
    color: #212c65 !important;
    opacity: 1 !important;
}
.slick-slide img {
    margin: 0 auto;
    width: 150px;
}
.sponsorImg {
    width: 300px;
    margin: 0 auto;
    display: block;
    margin-top: 3%;
}
.fltright-sponsorImg {
    float: right !important;
}

.fltleft-sponsorImg {
    float: left !important;
}
.insightsVidImg {
    margin-top: 3%;
}
.farmsbtn {
    padding: 20px 20px;
    height: 160px;
    background-position: center;
    background-size: cover;
    color: white;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 1.4em;
    margin-top: 3%;
}
.legendcolor {
    width: 20px;
    height: 20px;
}
.legend a {
    display: flex;
}
.legend p {
    padding-left: 15px;
    font-weight: bold;
}
.nav-tabs > li > a {
    cursor: pointer;
    padding: 0px 15px !important;
}
.nav-tabs > li.active > a, .nav-tabs > li.active > a:focus {
    color: #fff !important;
    background-color: #e35425 !important;
    border: 1px solid #e35425 !important;
    border-bottom-color: transparent;
    cursor: pointer;
    padding: 0px 15px;
}
.farmsReportTable > thead > tr > th {
    border: none !important;
}
.farmsReportTable > tbody > tr > td {
    border-top: none !important;
    border-bottom: 1px solid #858484 !important;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-right: 25px;
    font-size: 0.9em;
}
#twitter-widget-0 {
    border: 2px solid #212c65 !important;
}
.farmsLinkButton {
    text-align: center;
    padding: 10px;
    border-radius: 0;
}
    .farmsLinkButton:hover {
        color: white !important;
        background-color: #cb471b;
    }
#farms_interactive_map {
    display: block;
    margin: 0 auto;
}
/**************************Field Trials Charts*********************************/
.divChartCanvas {
    background-color: #4c4c4c;
    padding: 10px;
    text-align: center;
    color: #fff;
    margin: 20px 0px;
}
.divChartCanvas h2
{
    margin-bottom: 20px;
}
#divLegend
{
    font-size: 11pt;
    text-align: left;
    margin-left:20px;
}
#divLegend h1
{
    text-transform: uppercase;
}
.tblTrialData
{
    margin: 15px 0;
}
.tblTrialData tr:first-child
{
    font-weight: bold;
    background-color: #dfdfdf !important;
    font-size: 12pt;
    text-transform: uppercase;
}
.tblTrialData tr:nth-child(odd)
{
    background: #F1F1F1;
}
.tblTrialData tr:nth-child(even)
{
    background: #FEFEFE;
}
.tblTrialData tr td
{
    padding: 3px 7px !important;
    font-size: 11pt;
    color: #5a5a5a;
    border: 1px solid #d1d1d1;
    text-align: center;
    white-space: normal !important;
}
.tdTrialTitle {
    color: #212C65;
    font-size: 15pt;
    text-transform: uppercase;
    padding-top: 5px;
    padding-bottom: 5px;
}
.tdTrialValue
{
    font-size: 14pt; 
    padding-top: 5px;
    padding-bottom: 5px;
}
.ddlMeasurements
{
    float:right;
    background-color: #4c4c4c;
    border-color: #8c8c8c;    
}
.tblTrialSoilTest tr:first-child td
{
    text-transform: none !important;
    vertical-align: middle;
}

/**************************Field Trials Home *********************************/
.myFieldMap
{
    position: relative;
    width: 100%; 
    height: 400px; 
    padding: 0; 
    margin: 20px 0px;
}
.tblTrialLegends
{
    border: 1px solid #ddd;
}
.tblTrialLegends td
{
    vertical-align: middle !important;
}

/**************************Digital Ag *********************************/
.divdigitalag .panel-heading {
    background-color: transparent;
}
.divdigitalag .panel-title a img {
    height: 100px;
}
.divdigitalag .panel-title a {
    width: 100%;
    display: block;
}
.divdigitalag .panel-body img {
    max-width: 100%;
    float: right;
}
.hdigitalag {
    border-right: 1px solid black;
    padding-right: 10px;
    font-size: 28pt;
    font-family: "Arial Narrow", Arial, sans-serif;
    font-stretch: condensed;
    /*background: transparent url(../../images/new/headerblock.png) no-repeat left center;*/
    font-weight: bold;
    line-height: 1.1;
    padding-left: 50px;
    width: 250px;
}
.h1digitalag {
    padding-left: 10px;
    font-weight: bold;
}
.digitaagheader {
    margin-top: 20px;
    margin-bottom: 20px;
}
.digitalaghero {
    margin-top: 20px;
    margin-bottom: 20px;
}
/**********************************FOOTER*************************************/
.footer {
    background-color: #212C65;
    color: #fff;
    font-size: 75%;
    margin-top: 20px;
}
.footercontent
{
    margin: 10px 0 20px 0;
}
.footer a
{
    color: #fff;
}
.footer a:hover
{
    font-weight: bold;
}

/**********************************************SLIDER****************************************************************/
.bold-input-title {
    font-weight: 600 !important;
    font-size: 18px !important;
    letter-spacing: 0.5px;
    text-align: left;
}
.switch {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 23px;
    float: right;
    margin-bottom: 0;
}
.switch-align {
    float: right;
}

/* Hide default HTML checkbox */
.switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

.double-switch input {
    opacity: 0;
    width: 0;
    height: 0;
}
/* The slider */
.slider {
    height: 23px;
    width: 51px;
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}

    .slider:before {
        position: absolute;
        content: "";
        height: 19px;
        width: 19px;
        left: 3px;
        bottom: 2px;
        background-color: white;
        -webkit-transition: .4s;
        transition: .4s;
    }

.double-slider {
    top: -4px !important;
    height: 23px;
    width: 51px;
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ffc591;
    -webkit-transition: .4s;
    transition: .4s;
}

    .double-slider:before {
        position: absolute;
        content: "";
        height: 19px;
        width: 19px;
        left: 3px;
        bottom: 2px;
        background-color: #E35425;
        -webkit-transition: .4s;
        transition: .4s;
    }

input:checked + .slider {
    background-color: #ffc591;
    border-color: #ffc591;
}

    input:checked + .slider:before {
        background-color: #E35425;
    }

input:focus + .slider {
    box-shadow: 0 0 1px #E35425;
}

input:checked + .slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}

input:checked + .double-slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
    border-radius: 34px;
}

    .slider.round:before {
        border-radius: 50%;
    }

.double-slider.round {
    border-radius: 34px;
}

    .double-slider.round:before {
        border-radius: 50%;
    }

/**CAROUSEL STYLES*/
.carousel-caption {
    left: 0;
    bottom: 0;
    padding-top: 20px;
    padding-bottom: 20px;
    width: 100%;
    background: #212c65;
    height: 80px;
}
    .carousel-caption h5 {
        font-size: 1.5em;
        margin: 0;
    }
    .carousel-inner .item img {
        height: 300px;
    }
/********************************HOEMPAGE FEATURED PRODUCTS*******************************/
.homeFeaturedProducts span {
    font-size: 0.8em;
    color: #e35425;
    font-weight: bold;
}

.homeFeaturedProducts h2 {
    margin-top: 0;
    text-align: center;
    font-weight: bold;
}

.homeFeaturedProducts p {
    font-size: 0.8em;
}

/************************************FARMSREPORTS & CHARTS***************************************/
.aligncenter {
    text-align: center;
}

/**********************************MEDIA QUERIES****************************/
@media (min-width: 1166px)
{
    .accordionheight
    {
        min-height: 255px;
    }
    .smaccordionheight
    {
        min-height: 200px;
    }
    .mdaccordionheight
    {
        min-height: 310px;
    }
}
@media (min-width:991px)
{
    div.footerpushdesktop
    {
        height: 128px;
    }
}
@media (max-width: 1167px)
{
    .headerwrapper
    {
        padding: 30px 0 30px 20px;
    }
    .homelogo
    {
        background: transparent url('/Images/new/pioneer/richardsonpioneer-sm.png') no-repeat;
        display: block;
        height: 56px;
        width: 147px;
        margin: 30px 20px 5px 20px !important;
    }
    .accordionarrow
    {
        display: inline;
        float: right;
        background: transparent url('../../images/new/downarrow.png') no-repeat;
        width:20px;
        height:18px;
    }
    .accordionarrowExpanded
    {
        display: inline;
        float: right;
        background: transparent url('../../images/new/uparrow.png') no-repeat;
        width:20px;
        height:18px;
    }
    .divTransactionsWideTable table tr td
    {
        font-size: 10pt !important;
    }
    .divTransactionButtons
    {
        margin-top: 0px;
    }
    .showButtonMobile
    {
        display: block;
    }
    .header
    {
        margin-bottom: 15px;
    }
    .cropwatchhomemobileonly
    {
        display: block !important;
    }
}
@media (max-width:767px)
{
    .transbtnwrapper
    {
        margin: 0 auto;
        display: block;
    }
    .table-responsive
    {
        border: none;
    }
    .hourlybg
    {
        background: none;
    }
    .hourlytbldiv
    {
        padding: 5px;
    }
    .hourlytable
    {
        text-align: left;
        font-size: 11pt;
        color: #3f3f3f;
    }
    .hourlytable tr
    {
        border-bottom: 2px solid #ddd;
    }
    .hourlytable tr td
    {
        display: block;
        padding: 4px 4px 4px;
        max-width: 500px;
        white-space: normal !important;
    }
    .hourlytable tr td:first-child, .hourlytable tr td:nth-child(2), .hourlytable tr td:nth-child(3)
    {
        display: inline-block !important;
    }
    .hourlytable .hourlyrowheader td
    {
        font-weight: bold;
    }
    .hourlytable tr:last-child
    {
        border: none;
    }
    .hourlyrowheader
    {
        display: none;
    }
    .hourlytable
    {
        overflow: hidden;
    }
    .hourlytable td:nth-of-type(4):before
    {
        content: "Air Temp: ";
        text-align: left;
        font-weight: bold;
    }
    .hourlytable td:nth-of-type(5):before
    {
        content: "Precipitation: ";
        text-align: left;
        font-weight: bold;
    }
    .hourlytable td:nth-of-type(6):before
    {
        content: "Wind Direction: ";
        text-align: left;
        font-weight: bold;
    }
    .hourlytable td:nth-of-type(7):before
    {
        content: "Relative Humidity: ";
        text-align: left;
        font-weight: bold;
    }
    .hourlytable td:nth-of-type(8):before
    {
        content: "UV Index: ";
        text-align: left;
        font-weight: bold;
    }
    .registrationinput, .registrationSelect
    {
        width: 100%;
    }
    
    .gpthelp
    {
        float: left;
    }
    .gpthelpcustomize
    {
        margin-bottom: 13px;
    }
    .bottommargin
    {
        margin-bottom: 10px;
    }
    .cropplannerdesktoponly
    {
        display: none !important;
    }
    .cropplannermobileonly
    {
        display: block !important;
    }
    /*PERFORMANCE TRIALS*/
    .tblTrialSoilTest
    {
        border-top: 2px solid #ddd;
        overflow: hidden;
    }
    .tblTrialSoilTest tr:first-child
    {
        display: none;
    }
    .tblTrialSoilTest tr
    {
        border-bottom: 2px solid #ddd;
        background: #F1F1F1 !important;
    }
    .tblTrialSoilTest tr td
    {
        display: block;
        padding: 4px 4px 4px;
        max-width: 500px;
        white-space: normal !important;
        text-align: left !important;
        border: none !important;
    }
    .tblTrialSoilTest td:nth-of-type(1):before {
        content: "DEPTH (inches): ";
        text-align: left;
        font-weight: bold;
    }
    .tblTrialSoilTest td:nth-of-type(2):before
    {
        content: "OM (%): ";
        text-align: left;
        font-weight: bold;
    }
        .tblTrialSoilTest td:nth-of-type(3):before {
            content: "CEC: ";
            text-align: left;
            font-weight: bold;
        }
        .tblTrialSoilTest td:nth-of-type(4):before {
            content: "pH: ";
            text-align: left;
            font-weight: bold;
        }
    .tblTrialSoilTest td:nth-of-type(5):before
    {
        content: "N (lbs./ac): ";
        text-align: left;
        font-weight: bold;
    }
    .tblTrialSoilTest td:nth-of-type(6):before
    {
        content: "P (lbs./ac): ";
        text-align: left;
        font-weight: bold;
    }
    .tblTrialSoilTest td:nth-of-type(7):before
    {
        content: "K (lbs./ac): ";
        text-align: left;
        font-weight: bold;
    }
    .tblTrialSoilTest td:nth-of-type(8):before
    {
        content: "S (lbs./ac): ";
        text-align: left;
        font-weight: bold;
    }
    .tblTrialSoilTest td:nth-of-type(9):before
    {
        content: "Mg (lbs./ac): ";
        text-align: left;
        font-weight: bold;
    }
        .tblTrialSoilTest td:nth-of-type(10):before {
            content: "Ca: ";
            text-align: left;
            font-weight: bold;
        }
    .tblTrialSoilTest td:nth-of-type(11):before
    {
        content: "Cu (lbs./ac): ";
        text-align: left;
        font-weight: bold;
    }
    
    .tblTrialSoilTest td:nth-of-type(12):before
    {
        content: "Zinc (ppm): ";
        text-align: left;
        font-weight: bold;
    }
    .tblTrialSoilTest td:nth-of-type(13):before
    {
        content: "Boron (ppm): ";
        text-align: left;
        font-weight: bold;
    }
    .tblTrialSoilTest td:nth-of-type(14):before
    {
        content: "Mn (lbs./ac): ";
        text-align: left;
        font-weight: bold;
    }
        .tblTrialSoilTest td:nth-of-type(15):before {
            content: "Fe: ";
            text-align: left;
            font-weight: bold;
        }
        .tblTrialSoilTest td:nth-of-type(16):before {
            content: "Al: ";
            text-align: left;
            font-weight: bold;
        }
        

    .tblTrialApplications, .tblTrialSeeding, .tblTrialFertility {
        border-top: 2px solid #ddd;
        overflow: hidden;
    }

        .tblTrialApplications tr:first-child, .tblTrialSeeding tr:first-child, .tblTrialFertility tr:first-child {
            display: none;
        }

        .tblTrialApplications tr, .tblTrialSeeding tr, .tblTrialFertility tr {
            border-bottom: 2px solid #ddd;
            background: #F1F1F1 !important;
        }

            .tblTrialApplications tr td, .tblTrialSeeding tr td, .tblTrialFertility tr td {
                display: block;
                padding: 4px 4px 4px;
                max-width: 500px;
                white-space: normal !important;
                text-align: left !important;
                border: none !important;
            }

        .tblTrialApplications td:nth-of-type(1):before {
            content: "PRODUCT: ";
            text-align: left;
            font-weight: bold;
        }

        .tblTrialApplications td:nth-of-type(2):before {
            content: "PLACEMENT: ";
            text-align: left;
            font-weight: bold;
        }

        .tblTrialApplications td:nth-of-type(3):before {
            content: "TIMING: ";
            text-align: left;
            font-weight: bold;
        }

        .tblTrialApplications td:nth-of-type(4):before {
            content: "RATE: ";
            text-align: left;
            font-weight: bold;
        }

        .tblTrialSeeding td:nth-of-type(1):before {
            content: "DATE: ";
            text-align: left;
            font-weight: bold;
        }

        .tblTrialSeeding td:nth-of-type(2):before {
            content: "RATE: ";
            text-align: left;
            font-weight: bold;
        }

        .tblTrialSeeding td:nth-of-type(3):before {
            content: "DEPTH: ";
            text-align: left;
            font-weight: bold;
        }

        .tblTrialSeeding td:nth-of-type(4):before {
            content: "SOIL TEMP (C): ";
            text-align: left;
            font-weight: bold;
        }

        .tblTrialSeeding td:nth-of-type(5):before {
            content: "SOIL TYPE ";
            text-align: left;
            font-weight: bold;
        }

        .tblTrialSeeding td:nth-of-type(6):before {
            content: "SBU (%): ";
            text-align: left;
            font-weight: bold;
        }

        .tblTrialFertility td:nth-of-type(1):before {
            content: "N: ";
            text-align: left;
            font-weight: bold;
        }

        .tblTrialFertility td:nth-of-type(2):before {
            content: "P: ";
            text-align: left;
            font-weight: bold;
        }

        .tblTrialFertility td:nth-of-type(3):before {
            content: "K: ";
            text-align: left;
            font-weight: bold;
        }

        .tblTrialFertility td:nth-of-type(4):before {
            content: "S: ";
            text-align: left;
            font-weight: bold;
        }

        .tblTrialFertility td:nth-of-type(5):before {
            content: "ZN: ";
            text-align: left;
            font-weight: bold;
        }

        .tblTrialFertility td:nth-of-type(6):before {
            content: "CU: ";
            text-align: left;
            font-weight: bold;
        }

        .tblTrialFertility td:nth-of-type(7):before {
            content: "B: ";
            text-align: left;
            font-weight: bold;
        }

        .tblTrialFertility td:nth-of-type(8):before {
            content: "MN: ";
            text-align: left;
            font-weight: bold;
        }
}

@media (max-width: 991px)
{
    .loginwrapper
    {
        margin: 0 auto;
    }
    .rightloginwrapper
    {
        width: 100%;
        max-width: 500px;
    }
    .popover, .rmpopover, .uipopover
    {
        display: none !important;
    }
    .safeemployeeform
    {
        margin: 0 auto 7px auto;
    }
    .xsonly
    {
        display: block !important;
    }
    .mdonly
    {
        display: none !important;
    }
    .metricImperial
    {
        float: left;
    }
    .gptremovebtn
    {
        float: left;
    }
    .gptaddcropbtn {
        float: left;
    }
    .divGMLandingGpt
    {
        margin-top: 0px;
    }
    .wrapicon
    {
        margin-top: 10px;
        margin-left: auto;
        margin-right: auto;
    }
    /*ESignatures*/
    .documentlist
    {
        padding-bottom: 15px;
        text-align: center;
    }
    .documentlist a
    {
        display: block;
        width: 80%;
        margin: 0 auto;
        color: #0c4b91;
        text-decoration: none;
        text-transform: uppercase;
        background-color: #d3d2cd;
        padding: 10px;
        border-radius: 5px;
        line-height: 2;
    }
    .centerbtnsm
    {
        margin: 0 auto;
    }
    .divGptScrollHeader
    {
        display: inline-block !important;
        width: 100%;
        font-weight: bold;
        text-transform: uppercase;
        background-color: #dfdfdf;
        padding: 10px;
        color: #5a5a5a;
    }
    .gptScrollLeft
    {
        background: transparent url('../../images/new/pioneer/leftarrow.png') no-repeat;
        width: 60px;
        height: 30px;
        display: inline-block;
    }
    .gptScrollRight
    {
        background: transparent url('../../images/new/pioneer/rightarrow.png') no-repeat;
        width: 60px;
        height: 30px;
        display: inline-block;
    }
/***Field Trials Home***/
    .fieldTrialDropDown
    {
        width:245px;
    }
    .fieldTrialLabel
    {
        width:120px;
        display: inline-block;
        text-align: left;
    }
    .fltright-sponsorImg {
        float: none !important;
    }

    .fltleft-sponsorImg {
        float: none !important;
    }

    .sponsorImg {
        margin-top: 30px !important;
    }
    .legend {
        margin-left: 35%
    }
    .farmslegendTitle {
        text-align: center;
    }s
}

@media (max-width: 563px)
{
    .footermobileonly
    {
        text-align: center;
    }
    /*Markets*/
    .divDetailMarkets #futureMarketOverview div:nth-of-type(4n) table tr td,
    .divDetailMarkets #futureMarketOverview div:nth-of-type(4n) table tr th
    {
        font-size: 8pt;
        padding: 5px;
        white-space: normal !important;
    }
    .legend {
        margin-left: 30%
    }
}

@media (max-width: 340px)
{
    .genericbtn, .richardsonbtn, .noarrowrichardsonbtn, .noarrowdisabledbtn, .eastbtn
    {
        letter-spacing: normal;
    }
    .legend {
        margin-left: 20%
    }
}
@media (max-width: 351px)
{
    .emailicon, .phoneicon
    {
        display: none;
    }
    .headertitle
    {
        font-size: 22pt;
    }
    .currtable
    {
        font-size: 10pt;
    } 
}

@media only screen and (max-width: 760px),(min-device-width: 768px) and (max-device-width: 1024px)
{
    #userprofiletbl tr td
    {
        display: block;
        padding: 4px;
        max-width: 500px;
        white-space: normal !important;
    }
    #userprofiletbl tr td:first-child
    {
        font-weight: bold;
    }
    #userprofiletbl tr td:last-child
    {
        font-size: smaller;
        margin-left: 4px;
    }
    #userprofiletbl tr
    {
        border-spacing: 2px;
        border-bottom: 1px solid #ddd;
    }
    #userprofiletbl tr:last-child
    {
        border: none;
    }
    #userprofiletbl
    {
        overflow: hidden;
    }
}

@media (max-width: 460px)
{
    .scrollarrow
    {
        width: 60px;
        height: 40px;
        display: inline-block;
    }
    .weatherLeft
    {
        background: transparent url('../../images/new/pioneer/leftarrow.png') no-repeat;
    }
    .weatherRight
    {
        background: transparent url('../../images/new/pioneer/rightarrow.png') no-repeat;
    }
    .divServiceContent img, .divAbout img, .divcropWatchImg img, .divFeatureContent img
    {
        float: none !important;
        margin: 5px auto;
        display: block;
    }
    /*Markets*/
    .divLandingMarkets #futureMarketOverview div:nth-of-type(4n) table tr td,
    .divLandingMarkets #futureMarketOverview div:nth-of-type(4n) table tr th
    {
        font-size: 8pt;
        padding: 5px;
        white-space: normal !important;
    } 
}

@media (max-width: 735px)
{
    .nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus
    {
        border-bottom-color: #ddd;
        padding-right: 10px;
    }
     /*Grain Pricing Tool*/
    .gptCropDataRowOdd td, .gptCropDataRowEven td
    {
        font-size: 8pt;
    }
    .gptCropDataHeader td
    {
        font-size: 9pt;
    }
    .gptData .table tr td
    {
        padding: 3px;
    }
    .tblTransactionResults tr td
    {
        font-size: 8pt;
        white-space: normal !important;
    }
}
@media (max-width: 308px)
{
    .currtable tr td
    {
        font-size: 9pt;
    }
}
@media(max-width:380px)
{
     .YearTable, .MonthTable
    {
        margin: 5px 0 10px 0 !important;
        width:100% !important;
        max-width:380px;
        border:none !important;
        float:left;
    }  
    .YearTable tr td:nth-of-type(19) ~ td, .MonthTable tr td
    {
        width: 70px;
        padding: 5px 0 5px 0 !important;
        word-wrap:break-word;
        border: solid 1px #D5E3F0;
        display:inline-block !important;
    }    
}
@media (max-width:1200px)
{
    .divHelpContent div
    {
        float:none !important;
        max-width:340px;
        display:block;
        margin: 0 auto;
    }
    #farms_interactive_map {
        display: block;
        margin: 0 auto;
    }
}
@media (max-width: 500px)
{
    /*PickADate*/
    .picker__select--year, .picker__select--month
    {
        font-size: 12pt;
    }
    .gptData .table tr td:not(:last-child)
    {
        max-width: 150px;
        white-space: normal;
    }
    /*PERFORMANCE TRIALS*/
    .tdTrialTitle
    {
        font-size: 11pt;
        font-weight: bold;
    }
    .tdTrialValue
    {
        font-size: 10pt;
    }
    
}
