﻿/*Notes*/
/*linear-gradient(90deg, #a8ae9e 0%, #8f9782 100%); - 0% is lighter colour and 100% is darker colour*/

body {
    margin-top: 0px;
    margin-left: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    /*background: url(Images/screen_bg_4.png);*/ /*Clouds Background*/
    /*background-repeat: repeat;*/
    background-color: #ffffff;
    /*background: linear-gradient(270deg, #ffffff 0%, #f5f9fd 15%, #eaf2fa 42%, #edf3f8 100%);*/
    /*width: 98%;*/
    min-width: 1800px;
    font-family: Inter, ui-sans-serif, system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
    color: #003866;
    font-size: small;
    font-weight: 500;
}

input[type='checkbox'] {
    accent-color: #003866;
}

input[type='radio'] {
    accent-color: #003866;
}

input[type='color'] {
    accent-color: #003866;
}


#menuBar_wide {
    background: linear-gradient(270deg, #4f7095 0%, #3c5a7c 100%);
    width: 100%;
    height: 50px;
    position: fixed;
    padding-left: 230px;
    /*overflow: hidden;*/
}

#header_extrawide {
    overflow: hidden;
    width: 100%;
    padding-top: 10px;
    list-style: none;
    display: block;
    background-color: #ffffff;
}

#body_wide {
    margin-top: 0px;
    margin-left: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    background: linear-gradient(270deg, #ffffff 0%, #f5f9fd 15%, #eaf2fa 42%, #edf3f8 100%);
    /*width: 98%;*/
    /*min-width: 1800px;*/
   /* font-family: Inter, ui-sans-serif, system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
    color: #003866;
    font-size: small;
    font-weight: 500;*/
}

#footer_wide {
    margin: 0px;
    width: 100%;
    padding-top: 15px;
    list-style: none;
    display: block;
    /*height: 180px;*/
    background-color: #ffffff;
}

#left_side {
    padding-left:50px;
    float: left;
    width: 400px;
}

#right_side {
    float: right;
    width: 900px;
}

#right_left_side {
    float: left;
    width: 450px;
}

#right_right_side {
    float: right;
    width: 450px;
}

#cr_main_wide {
    width: 1300px;
}

#graph_wide {
    width: 1300px;
}

#graph_wide2 {
    width: 1300px;
}

#nav_extrawide {
    margin-left: 0px;
    width: 96%;
    list-style: none;
    display: block;
    border: 1px solid #edf3f8;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
     overflow: hidden;
    background-color: white;
    padding: 25px;
    box-shadow: 5px 5px 5px #e6e6e6;
}

.PDFPrint {
    width: 1200px;
    font-family: Inter, ui-sans-serif, system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
    font-size: smaller;
    color: #000000;
    background-image: none;
    table-layout: fixed;
    empty-cells: show;
    caption-side: top;
    display: block;
}


#main_page_PDF {
    margin: 0 auto;
    width: 98%;
    padding: 5px 10px;
    list-style: none;
    display: block;
}


/*This is to be removed ONCE Environdata Pages have been updated JM 20260410*/
#main_extrawide {
    margin-left: 0px;
    width: 96%;
    list-style: none;
    display: block;
    border: 1px solid #edf3f8;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    overflow: hidden;
    background-color: white;
    padding: 25px;
    box-shadow: 5px 5px 5px #e6e6e6;
    z-index: 9999
}
/*Menu*/
.StaticMenuItem_extrawide {
    width: 105px;
    color: #f2f2f2;
    text-align: right;
    height: 5px;
    line-height: 5px;
    padding-right: 5px;
    padding-left: 10px;
    font-weight: bold;
    z-index: 9999
}

.staticHover_extrawide {
    width: 105px;
    color: #ff7f0e;
    text-align: right;
    height: 5px;
    line-height: 5px;
    padding-right: 5px;
    padding-left: 10px;
    font-weight: bold;
    z-index: 9999
}

.DynamicMenuItem_extrawide {
    width: 355px;
    background-color: #3c5a7c;
    color: #ffffff;
    text-align: left;
    height: 25px;
    line-height: 25px;
    margin-top: 0px;
    padding-right: 4px;
    padding-left: 4px;
    font-weight: bold;
    z-index: 9999
}

.DynamicHover_extrawide {
    width: 355px;
    color: #ff7f0e;
    text-align: left;
    height: 25px;
    line-height: 25px;
    margin-top: 0px;
    padding-right: 4px;
    padding-left: 4px;
    font-weight: bold;
    z-index: 9999
}

/*Titles*/
.page_title {
    font-family: Inter, ui-sans-serif, system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
    font-size: 2rem;
    line-height: 1.05;
    letter-spacing: -0.02em;
    font-weight: bold;
    /*color: #ff7f0e;*/ /*Orange*/
    color: #3c5a7c; /*Blue*/
    text-shadow: 1px 1px #aaaaaa;
}

.sub_title {
    font-family: Inter, ui-sans-serif, system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
    font-size: 1.2rem;
    line-height: 2;
    letter-spacing: -0.02em;
    font-weight: 400;
    /*color: #ff7f0e;*/ /*Orange*/
    color: #3c5a7c; /*Blue*/
    /*text-shadow: 1px 1px #aaaaaa;*/
}

.page_name {
    font-family: Inter, ui-sans-serif, system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
    font-size: 1.2rem;
    letter-spacing: -0.02em;
    font-weight: bold;
    color: #003866;
}

.page_name2 {
    font-family: Inter, ui-sans-serif, system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
    font-size: 1.2rem;
    letter-spacing: -0.02em;
    font-weight: bold;
    color: #ff7f0e;
}

.page_name3 {
    font-family: Inter, ui-sans-serif, system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
    font-size: 1.2rem;
    letter-spacing: -0.02em;
    font-weight: bold;
    color: #7a826d;
}

/*Buttons*/
.buttons {
    border: 0px solid #edf3f8;
    border-radius: 10px;
    color: white;
    padding: 5px 10px 5px 10px;
    background: linear-gradient(270deg, #4f7095 0%, #3c5a7c 100%);
    cursor: pointer;
    margin-left: 5px;
    margin-right: 5px;
    display: inline-block;
    background-repeat: no-repeat;
    background-size: auto;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
     overflow: hidden;
    box-shadow: 5px 5px 10px #e6e6e6;
}

    .buttons:hover {
        background: linear-gradient(90deg, #8099b3 0%, #4f7095 100%);
    }

.buttons_right {
    border: 0px solid #edf3f8;
    border-radius: 10px;
    color: white;
    padding: 5px 10px 5px 10px;
    background: linear-gradient(270deg, #4f7095 0%, #3c5a7c 100%);
    cursor: pointer;
    margin-left: 5px;
    margin-right: 5px;
    display: inline-block;
    background-repeat: no-repeat;
    background-size: auto;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
     overflow: hidden;
    box-shadow: 5px 5px 10px #e6e6e6;
    float:right;
}

    .buttons_right:hover {
        background: linear-gradient(90deg, #8099b3 0%, #4f7095 100%);
    }


.buttonsOrange {
    border: 0px solid #edf3f8;
    border-radius: 10px;
    color: white;
    padding: 5px 10px 5px 10px;
    background: linear-gradient(270deg, #e09452 0%, #db8233 100%);
    cursor: pointer;
    margin-left: 5px;
    margin-right: 5px;
    display: inline-block;
    background-repeat: no-repeat;
    background-size: auto;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
     overflow: hidden;
    box-shadow: 5px 5px 10px #e6e6e6;
}

    .buttonsOrange:hover {
        background: linear-gradient(90deg, #e4a267 0%, #e09452 100%);
    }

.buttonsOrangeRight {
    border: 0px solid #edf3f8;
    border-radius: 10px;
    color: white;
    padding: 5px 10px 5px 10px;
    background: linear-gradient(270deg, #e09452 0%, #db8233 100%);
    cursor: pointer;
    margin-left: 5px;
    margin-right: 5px;
    display: inline-block;
    background-repeat: no-repeat;
    background-size: auto;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
     overflow: hidden;
    box-shadow: 5px 5px 10px #e6e6e6;
    float:right;
}

    .buttonsOrangeRight:hover {
        background: linear-gradient(90deg, #e4a267 0%, #e09452 100%);
    }


.buttonsRed {
    border: 0px solid #edf3f8;
    border-radius: 10px;
    color: white;
    padding: 5px 10px 5px 10px;
    background: linear-gradient(270deg, #b30000 0%, #8b0000 100%);
    cursor: pointer;
    margin-left: 5px;
    margin-right: 5px;
    display: inline-block;
    background-repeat: no-repeat;
    background-size: auto;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
     overflow: hidden;
    box-shadow: 5px 5px 10px #e6e6e6;
}

    .buttonsRed:hover {
        background: linear-gradient(90deg, #e60000 0%, #b30000 100%);
    }

.buttonsRedRight {
    border: 0px solid #edf3f8;
    border-radius: 10px;
    color: white;
    padding: 5px 10px 5px 10px;
    background: linear-gradient(270deg, #b30000 0%, #8b0000 100%);
    cursor: pointer;
    margin-left: 5px;
    margin-right: 5px;
    display: inline-block;
    background-repeat: no-repeat;
    background-size: auto;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
     overflow: hidden;
    box-shadow: 5px 5px 10px #e6e6e6;
    float: right;
}

    .buttonsRedRight:hover {
        background: linear-gradient(90deg, #e60000 0%, #b30000 100%);
    }

.buttonsGreen {
    border: 0px solid #edf3f8;
    border-radius: 10px;
    color: white;
    padding: 5px 10px 5px 10px;
    background: linear-gradient(270deg, #8f9782 0%, #7a826d 100%);
    cursor: pointer;
    margin-left: 5px;
    margin-right: 5px;
    display: inline-block;
    background-repeat: no-repeat;
    background-size: auto;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
     overflow: hidden;
    box-shadow: 5px 5px 10px #e6e6e6;
}

    .buttonsGreen:hover {
        background: linear-gradient(90deg, #a8ae9e 0%, #8f9782 100%);
    }

.buttonsGreenPlain {
    border: 0px solid #edf3f8;
    border-radius: 10px;
    color: white;
    padding: 5px 10px 5px 10px;
    background-color: #7a826d;
    /*background: linear-gradient(270deg, #8f9782 0%, #7a826d 100%);*/
    cursor: pointer;
    margin-left: 5px;
    margin-right: 5px;
    display: inline-block;
    background-repeat: no-repeat;
    background-size: auto;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    overflow: hidden;
    /* box-shadow: 5px 5px 10px #e6e6e6;*/
}

    .buttonsGreenPlain:hover {
        background-color: #a8ae9e;
        /*background: linear-gradient(90deg, #a8ae9e 0%, #8f9782 100%);*/
    }

.buttonsGreenRight {
    border: 0px solid #edf3f8;
    border-radius: 10px;
    color: white;
    padding: 5px 10px 5px 10px;
    background: linear-gradient(270deg, #8f9782 0%, #7a826d 100%);
    cursor: pointer;
    margin-left: 5px;
    margin-right: 5px;
    display: inline-block;
    background-repeat: no-repeat;
    background-size: auto;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
     overflow: hidden;
    box-shadow: 5px 5px 10px #e6e6e6;
    float:right;
}

    .buttonsGreenRight:hover {
        background: linear-gradient(90deg, #a8ae9e 0%, #8f9782 100%);
    }

.buttonsBrightGreen {
    border: 0px solid #edf3f8;
    border-radius: 10px;
    color: white;
    padding: 5px 10px 5px 10px;
    background: linear-gradient(270deg, #2d9f2d 0%, #227722 100%);
    cursor: pointer;
    margin-left: 5px;
    margin-right: 5px;
    display: inline-block;
    background-repeat: no-repeat;
    background-size: auto;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
     overflow: hidden;
    box-shadow: 5px 5px 10px #e6e6e6;
}

    .buttonsBrightGreen:hover {
        background: linear-gradient(90deg, #32b332 0%, #2d9f2d 100%);
    }

.buttonsOther {
    border: 0px solid #edf3f8;
    border-radius: 10px;
    color: white;
    padding: 5px 10px 5px 10px;
    /*background: linear-gradient(270deg, #8f9782 0%, #7a826d 100%);*/
    cursor: pointer;
    margin-left: 5px;
    margin-right: 5px;
    display: inline-block;
    background-repeat: no-repeat;
    background-size: auto;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
     overflow: hidden;
    box-shadow: 5px 5px 10px #e6e6e6;
}
    .buttonsOther:hover {
        background: linear-gradient(90deg, #a8ae9e 0%, #8f9782 100%);
    }


/*Panels*/
.panel_extrawide {
    margin-left: 0px;
    width: 96%;
    list-style: none;
    display: block;
    padding: 25px;
}

/*.rounded_corners_white_wide {
    margin-left: 300px;
    width: 65%;
    list-style: none;
    display: block;
    border: 1px solid #edf3f8;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
     overflow: hidden;
    background-color: white;
    padding: 25px;
    box-shadow: 5px 5px 5px #e6e6e6;
}*/

.rounded_corners_white_wide {
    margin-left: 250px;
    width: 70%;
    list-style: none;
    display: block;
    border: 0px solid #edf3f8;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    overflow: hidden;
    background-color: white;
    padding: 25px;
    box-shadow: 5px 5px 5px #e6e6e6;
}

.rounded_corners_white_extrawide {
    margin-left: 0px;
    width: 96%;
    list-style: none;
    display: block;
    border: 0px solid #edf3f8;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
     overflow: hidden;
    background-color: white;
    padding: 25px;
    box-shadow: 5px 5px 5px #e6e6e6;
}

.rounded_corners {
    border: 1px solid #edf3f8;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
     overflow: hidden;
    box-shadow: 5px 5px 10px #e6e6e6;
}

.rounded_corners_no_border {
    border: 0px solid #edf3f8;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    overflow: hidden;
    
}

.rounded_corners_white {
    border: 0px solid #edf3f8;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
     overflow: hidden;
    background-color: #ffffff;
    padding: 25px;
    box-shadow: 5px 5px 5px #e6e6e6;
}

.rounded_corners_blue {
    border: 0px solid #edf3f8;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
     overflow: hidden;
    background-color: #edf3f8;
    padding: 25px;
    box-shadow: 5px 5px 5px #e6e6e6;
}


.rounded_corners_textbox {
    border: 1px solid #edf3f8;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
     overflow: hidden;
    box-shadow: 1px 1px 5px #e6e6e6;
    height: 30px;
    padding-left: 10px;
    padding-right: 10px;
    color: #003866; 
}

.rounded_corners_checkbox {
    border: 0px solid #edf3f8;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
     overflow: hidden;
    box-shadow: 1px 1px 5px #e6e6e6;
    height: 25px;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 5px;
    background-color: white;
}


.cr_main_left_wide {
    padding-left:30px;
    float: left;
    width: 575px;
}

.cr_main_right_wide {
    /*padding-left: 50px;*/
    float: right;
    width: 618px;
}


/*Other Stuff*/
.DateTimeRight {
    float: right;
}

.timeHeading {
    /*width: 1300px;*/
    text-align: center
}

.reportHeading {
    font-size: large;
    font-weight: bold;
    color: #003866;
}

/*Logo*/
.bottom_logo {
    width: 160px;
    height: 62px;
}

.bottom_logo_right {
    width: 160px;
    height: 62px;
    float: right;
}

/*Tables*/
.table {
    border-collapse: separate; /* Required for border-spacing to work */
    border-spacing: 20px 0; /* 20px horizontal spacing, 0 vertical spacing */
}

.table-cell-spacing-right-bold {
    text-align: right;
    width: 300px;
    height: 25px
}

.cell-background-grey {
    background-color: #ECEFF1; /* Your desired background color */
    margin: 10px; /* Creates the visual "margin" inside the cell */
    padding: 5px; /* Optional: space between div border and content */
    display: block; /* Ensures the div takes up the full space */
    border: 1px solid #D5DADF;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    overflow: hidden;
    color: #4B5563;
}

.cell-background-green {
    background-color: #E6F0EA; /* Your desired background color */
    margin: 10px; /* Creates the visual "margin" inside the cell */
    padding: 5px; /* Optional: space between div border and content */
    display: block; /* Ensures the div takes up the full space */
    border: 1px solid #CDE0D6;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    overflow: hidden;
    color: #3F5F50;
}

.cell-background-yellow {
    background-color: #F4EDE3; /* Your desired background color */
    margin: 10px; /* Creates the visual "margin" inside the cell */
    padding: 5px; /* Optional: space between div border and content */
    display: block; /* Ensures the div takes up the full space */
    border: 1px solid #E6D8C3;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    overflow: hidden;
    color: #6B5A3A;
}

.cell-background-purple {
    background-color: #EDE9F2; /* Your desired background color */
    margin: 10px; /* Creates the visual "margin" inside the cell */
    padding: 5px; /* Optional: space between div border and content */
    display: block; /* Ensures the div takes up the full space */
    border: 1px solid #D8D0E6;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    overflow: hidden;
    color: #5A4F6B;
}

.cell-background-brown {
    background-color: #EEEAE4; /* Your desired background color */
    margin: 10px; /* Creates the visual "margin" inside the cell */
    padding: 5px; /* Optional: space between div border and content */
    display: block; /* Ensures the div takes up the full space */
    border: 1px solid #DDD6C8;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    overflow: hidden;
    color: #5B5347;
}

.cell-background-blue {
    background-color: #E6EDF2; /* Your desired background color */
    margin: 10px; /* Creates the visual "margin" inside the cell */
    padding: 5px; /* Optional: space between div border and content */
    display: block; /* Ensures the div takes up the full space */
    border: 1px solid #CFD9E2;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    overflow: hidden;
    color: #4A5E6B;
}

.cell-background-pink {
    background-color: #F1E6EA; /* Your desired background color */
    margin: 10px; /* Creates the visual "margin" inside the cell */
    padding: 5px; /* Optional: space between div border and content */
    display: block; /* Ensures the div takes up the full space */
    border: 1px solid #E2CDD5;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    overflow: hidden;
    color: #6A4A55;
}

.cell-background-orange {
    background-color: #F5E9E2; /* Your desired background color */
    margin: 10px; /* Creates the visual "margin" inside the cell */
    padding: 5px; /* Optional: space between div border and content */
    display: block; /* Ensures the div takes up the full space */
    border: 1px solid #E8CFC3;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    overflow: hidden;
    color: #7A4B3A;
}

.cell-background-teal {
    background-color: #E7F1F0; /* Your desired background color */
    margin: 10px; /* Creates the visual "margin" inside the cell */
    padding: 5px; /* Optional: space between div border and content */
    display: block; /* Ensures the div takes up the full space */
    border: 1px solid #CFE3E1;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    overflow: hidden;
    color: #3F6A67;
}


.cell-background-red {
    background-color: #F6E6E6; /* Your desired background color */
    margin: 10px; /* Creates the visual "margin" inside the cell */
    padding: 5px; /* Optional: space between div border and content */
    display: block; /* Ensures the div takes up the full space */
    border: 1px solid #E6CACA;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    overflow: hidden;
    color: #990000; /*#7A3E3E;*/
}







.grid_header {
    background: linear-gradient(270deg, #4f7095 0%, #3c5a7c 100%);
    font-weight: bold;
    color: white;
}

.grid_header_green {
    background: linear-gradient(270deg, #8f9782 0%, #7a826d 100%);
    font-weight: bold;
    color: white;
}

.grid_rows {
    color: #3c5a7c;
    /*background: linear-gradient(270deg, #ffffff 0%, #f5f9fd 10%, #eaf2fa 90%, #ffffff 100%);*/ /*White, blue white*/
    background: linear-gradient(270deg, #ffffff 0%, #f6fafe 10%, #f6fafe 90%, #ffffff 100%);
    height: 40px;
}
.grid_selected_row {
    background-color: #dae6f1;
    font-weight: bold;
    font-style: italic;
    color: #333333;
}

.grid_alter_row {
    background-color: #FFFFFF;
    color: #003866;
}


.panel-white {
    background-color: #ffffff;
    padding: 20px; /* Applies 20px padding to the top, right, bottom, and left */
    /*box-shadow: 5px 10px 20px #888888 inset;*/
    box-shadow: 10px 10px 5px #aaaaaa;
}

.panel-blue {
    background-color: #f3f5f7;
    padding: 20px; /* Applies 20px padding to the top, right, bottom, and left */
    /*box-shadow: 5px 10px 20px #888888 inset;*/
    box-shadow: 10px 10px 5px #aaaaaa;
}

.panel-green {
    background-color: #f3f4f1; /*#f3f4f1*/
    padding: 20px; /* Applies 20px padding to the top, right, bottom, and left */
}

.panel-orange {
    background-color: #fffaf6; /*#fff2e6*/
    padding: 20px; /* Applies 20px padding to the top, right, bottom, and left */
}



