@CHARSET "UTF-8";
/* Floating */
.Fleft {
    float: left;
}

.Fright {
    float: right;
}

.Fnone {
    float: none !important;
}

/* Font Sizes */
.Fs9 {
    font-size: 9px !important;
}

.Fs10 {
    font-size: 10px !important;
}

.Fs11 {
    font-size: 11px !important;
}

.Fs12 {
    font-size: 12px !important;
}

.Fs13 {
    font-size: 13px !important;
}

.Fs14 {
    font-size: 14px !important;
}

.Fs15 {
    font-size: 15px !important;
}

.Fs16 {
    font-size: 16px !important;
}

.Fs17 {
    font-size: 17px !important;
}

.Fs18 {
    font-size: 18px !important;
}

.Fs19 {
    font-size: 19px !important;
}

.Fs20 {
    font-size: 20px !important;
}

.Fs21 {
    font-size: 21px !important;
}

.Fs22 {
    font-size: 22px !important;
}

.Fs23 {
    font-size: 23px !important;
}

.Fs24 {
    font-size: 24px !important;
}

.Fs25 {
    font-size: 25px !important;
}

.Fs26 {
    font-size: 26px !important;
}

.Fs27 {
    font-size: 27px !important;
}

.Fs28 {
    font-size: 28px !important;
}

.Fs29 {
    font-size: 29px !important;
}

.Fs30 {
    font-size: 30px !important;
}

.Fs40 {
    font-size: 40px !important;
}

.Fs50 {
    font-size: 50px !important;
}

.Fs60 {
    font-size: 60px !important;
}

.Fs100 {
    font-size: 100px !important;
}

.Fs130 {
    font-size: 130px !important;
}

/* Empty Boxes */
.EmptyBox1 {
    display: block;
    width: 100% !important;
    height: 1px !important;
    overflow: hidden !important;
}

.EmptyBox5 {
    display: block;
    width: 100% !important;
    height: 5px !important;
    overflow: hidden !important;
}

.EmptyBox10 {
    display: block;
    width: 100% !important;
    height: 10px !important;
    overflow: hidden !important;
}

.EmptyBox15 {
    display: block;
    width: 100% !important;
    height: 15px !important;
    overflow: hidden !important;
}
.EmptyBox17 {
    display: block;
    width: 100% !important;
    height: 17px !important;
    overflow: hidden !important;
}
.EmptyBox20 {
    display: block;
    width: 100% !important;
    height: 20px !important;
    overflow: hidden !important;
}

.EmptyBox30 {
    display: block;
    width: 100% !important;
    height: 30px !important;
    overflow: hidden !important;
}

.EmptyBox40 {
    display: block;
    width: 100% !important;
    height: 40px !important;
    overflow: hidden !important;
}

.EmptyBox50 {
    display: block;
    width: 100% !important;
    height: 50px !important;
    overflow: hidden !important;
}

.EmptyBox60 {
    display: block;
    width: 100% !important;
    height: 60px !important;
    overflow: hidden !important;
}

.EmptyBox70 {
    display: block;
    width: 100% !important;
    height: 70px !important;
    overflow: hidden !important;
}

.EmptyBox80 {
    display: block;
    width: 100% !important;
    height: 80px !important;
    overflow: hidden !important;
}

.EmptyBox90 {
    display: block;
    width: 100% !important;
    height: 90px !important;
    overflow: hidden !important;
}

.EmptyBox100 {
    display: block;
    width: 100% !important;
    height: 100px !important;
    overflow: hidden !important;
}

.EmptyBox110 {
    display: block;
    width: 100% !important;
    height: 100px !important;
    overflow: hidden !important;
}

.EmptyBox120 {
    display: block;
    width: 100% !important;
    height: 100px !important;
    overflow: hidden !important;
}

.EmptyBox130 {
    display: block;
    width: 100% !important;
    height: 100px !important;
    overflow: hidden !important;
}

.EmptyBox140 {
    display: block;
    width: 100% !important;
    height: 100px !important;
    overflow: hidden !important;
}

.EmptyBox150 {
    display: block;
    width: 100% !important;
    height: 150px !important;
    overflow: hidden !important;
}

/* text colors */
.red {
    color: #D0525D !important;
}

.blue {
    color: #33AFDE !important;
}

.green {
    color: #5fcf80 !important;
}

.darkGreen {
    color: #006400 !important;
}

.orange {
    color: #F7941E !important;
}

.darkOrange {
    color: #ff4d01 !important;
}

.white {
    color: #F1F6F9 !important;
}

.softgray {
    color: #C3CCD5 !important;
}

.gray {
    color: #778D9B !important;
}

.black {
    color: #3B3D3F !important;
}

/* Width */
.Wid100 {
    width: 100%;
}

.Wid90 {
    width: 90%;
}

.Wid80 {
    width: 80%;
}

.Wid70 {
    width: 70%;
}

.Wid60 {
    width: 60%;
}

.Wid50 {
    width: 50%;
}

.Wid45 {
    width: 45%;
}

.Wid40 {
    width: 40%;
}

.Wid30 {
    width: 30%;
}

/* Width Special Values */
.Wid33 {
    width: 33.3%;
}

.Wid25 {
    width: 25%;
}

.Wid20 {
    width: 20%;
}

.Wid10 {
    width: 10%;
}

.MarTop5 {
    margin-top: 5px;
}

.MarTop10 {
    margin-top: 10px;
}

.MarTop20 {
    margin-top: 20px;
}

.MarTop30 {
    margin-top: 30px;
}

.MarTop40 {
    margin-top: 40px;
}

.MarTop50 {
    margin-top: 50px;
}

.MarTopQuarter {
    margin-top: 25%;
}

.MarTopHalf {
    margin-top: 50%;
}

.MarBot10 {
    margin-bottom: 10px;
}

.MarRight10 {
    margin-right: 10px;
}

.MarRight20 {
    margin-right: 20px;
}

.Seperator {
    border-bottom: solid 1px #C3CCD5;
    width: 100%;
    overflow: hidden;
    height: 0px;
    margin: 15px 0px;
    float: left;
}

/* Font Type */
.FontBold {
    font-weight: bold !important;
}

.FontLight {
    font-weight: lighter !important;
}

.FontNormal {
    font-weight: normal !important;
}

.FontItalic {
    font-style: italic !important;
}

/* data-sowing-time="March to June" */
.datatable--tempmiddle {
    background-color: #D84315;
    color: white;
}

.datatable--temphigh {
    background-color: #B00020;
    color: white;
}

.bgRed {
    background: rgba(255, 0, 0, 0.49) !important;
    background-image: none !important;
    color: #ffffff !important;
}

.bgRed .ui-commandlink {
    color: #ffffff !important;
}

body .ui-dialog {
    max-width: 96vw;
    width: 100%;
    overflow-y: auto;
    max-height: 96vh;
}

body .ui-dialog.position-top {
    margin-top: 2vh;
}

body .ui-dialog.ui-dialog-600 {
    max-width: 600px;
    width: 100% !important;
}

body .ui-dialog.ui-dialog-800 {
    max-width: 800px;
    width: 100% !important;
}

body .ui-dialog.ui-dialog-1200 {
    max-width: 1200px;
    width: 100% !important;
}
.max-w {
    width: 100%;
}

body .ui-inputfield.ui-state-error {
    box-shadow: 0px 0px 8px 1px #f44336, inset 0px 0px 2px 1px #f44336 !important;
}

span.ui-outputlabel-rfi {
    font-size: 1px;
    width: 73px;
    display: inline-block;
    text-align: end;
    margin-right: 0px;
    margin-left: auto !important;
}
span.ui-outputlabel-rfi::after {
    content: '-required-';
    font-size: 12px;
    font-weight: 600;
    color: #f44336;
    font-style: italic;
    margin-left: 0.4em;
}
.p-field>label {
    display: inline-block;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}

