﻿html {
    background-color: transparent;
}

#wrapper {
    width: 100%;
}


body {
    margin: 0px;
    background-color: transparent;
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
    font-family: 'Open Sans', sans-serif;
}

.body-content {
    padding-left: 15px;
    padding-right: 15px;
}


#maincontent {
    width: 100%;
    margin: 0px;
    padding-left: 15px;
    padding-right: 15px;
    border: none;
    background-color: #34ACDF;
    vertical-align: bottom;
}

#content {
    margin: 0px;
    padding: 0px;
    border: none;
    background-color: #34ACDF;
    vertical-align: bottom;
}

/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
    white-space: normal;
}

/* Set width on the form input elements since they're 100% wide by default */
select {
    max-width: 280px;
}

#header {
    position: relative;
    width: 100%;
    height: 464px;
    margin: 0px;
    padding: 0px;
    border: none;
    background-color: #34ACDF;
    background-repeat: no-repeat;
    background-position: top center;
    display: block;
}

#headerImg1 {
    background-image: url(images/60.jpg);
}

#headerImg2 {
    background-image: url(images/60.jpg);
}


.ItemShortDescription {
    color: #34ACDF !important;
    font-size: 1.5em !important;
}

table.productlisting td:nth-child(3) {
    color: white; /*transparent;*/
}

    .button, .button1, table.productlisting td:nth-child(3) a {
        margin-top: 24px;
        padding: 14px 16px;
        border: none;
        background-image: none;
        background-color: #00024C;
        color: white;
        font-size: 1.0em;
        font-weight: bold;
        text-align: center;
        text-decoration: none;
        text-transform: uppercase;
        white-space: nowrap;
        cursor: pointer;
        margin-bottom: 2px;
    }

        .button:hover, .button1:hover, table.productlisting td:nth-child(3) a:hover {
            background-color: #34ACDF;
        }

    table.productlisting td:nth-child(3) a {
        display: block;
        margin-bottom: 34px !important;
    }

#newfooter {
    display: block;
    width: 100%;
    height: 300px;
    margin: 0px auto;
    padding-top: 40px;
    background-image: none;
    background-color: #34ACDF;
    border: none;
    text-align: center;
}

    #newfooter a {
        color: #f1e2c6;
        display: block;
        text-decoration: none;
        width: 120px;
        margin: 0 auto;
        font-size: 1.2em;
        margin-top: 4px;
    }

#footerTopRow {
    display: block;
    width: 100%;
    height: 124px;
    margin: 0px auto;
    margin-top: 80px;
    padding: 0px;
    border-top: 1px solid #B6A78E;
    background-color: #7C6E52;
}


.footerImageLinks {
    display: block;
    float: left;
    height: 90px;
    width: 250px;
    margin-top: 17px !important;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
}

#footerPRCLink {
    background-image: url(images/parksandrec.png);
}

#footerDNRLink {
    background-image: url(images/dnr.png);
    margin: 0px 50px;
}

#footerFNWLink {
    background-image: url(images/fnw.png);
}

#footerImagesContainer {
    width: 850px;
    height: 100%;
    background-color: transparent;
    margin: 0 auto;
}

.footerImageLinks {
    color: transparent; /*hidden text for accessibilty*/
}

.fileRowHolder {
    width: 100%;
    display: inline-block;
}

.fileRowHolder-file {
    width: 50%;
    float: left;
    margin-right: 6px;
    margin-top: 6px;
    margin-bottom: 6px;
    display: flex;
    flex-direction: column;
}

    .fileRowHolder-file input {
        max-width: 380px;
    }

.fileRowHolder-dropdown {
    width: 40%;
    max-width: 380px;
    float: left;
    margin-left: -165px;
    margin-top: 3px;
    margin-bottom: 6px;
    display: flex;
    flex-direction: column;
}

.fileRowHolder-fileName {
    margin: 6px;
    width: 300px;
    float: left;
    display: block;
}

.fileRowHolder-quantity {
    width: 225px;
    float: left;
    margin: 6px;
    display: block;
}

    .fileRowHolder-quantity input {
        width: 70px;
    }

.labelHolder {
    width: 30%;
    height: 40px;
    float: left;
    display: block;
    font-size:16px;
}

.seventy {
    width: 70%;
    margin-bottom: 20px;
}

.wide {
    width: 100%;
    margin-bottom: 20px;
    min-height: 20px;
    display: block;
}


.half {
    width: 50%;
}

    .half:nth-child(1) {
        margin-right: 10px;
    }

.inputHolder {
    width: 70%;
    float: left;
    display: block;
}

    .inputHolder input {
        overflow: hidden;
    }

.inputHolder50 {
    width: 50%;
    float: left;
    display: block;
}

.inputHolder50Right {
    width: 50%;
    float: right;
    display: block;
}

.inputHolder input {
    overflow: hidden;
}

.Wrapper {
    flex: 0 0 80%;
    max-width: 80%;
}

.Title {
    margin: 0 0 var(--gutterXx) 0;
    padding: 0;
    color: #fff;
    font-size: var(--fontSizeXx);
    font-weight: 400;
    line-height: var(--lineHeightSm);
    text-align: center;
    text-shadow: -0.1rem 0.1rem 0.2rem var(--colorPrimary800);
}


.actionHolder {
    display: inline-block;
    margin: 10px 10px 10px 0px;
}

.actionHolderRight {
    float: right;
    margin: 0px 0px 10px 10px;
}

.actionHolderLeft {
    margin: 10px 10px 10px 0px;
}



.delete {
    margin-top: 6px;
}

.pdfError {
    font-size: 18px;
    padding: 15px;
    color: red;
}

.inputContainer {
    padding: 20px;
    border-radius: 15px;
    /*text-align: center;*/
}

.label {
    width: 157px;
    height: 40px;
    display: block;
    font-size: 100%;
    /*background-image: url("../Images/buttons_artselect_cambia.png");*/
    background-size: 157px 40px;
}

.dataLabel {
    width: 157px;
    height: 40px;
    display: block;
    font-size: 100%;
    background-image: url("../Images/buttons_dataselect_cambia.png");
    background-size: 157px 40px;
}

.fileNameHolder {
    color: #B7B560;
}

.warningText {
    /*color: #F37321;*/
    color: red;
    font-size: 12px;
}

.styledButtonBlue {
    border: 0;
    line-height: 2.5;
    width: 100%;
    padding: 0px 40px;
    font-size: 16px;
    text-align: center;
    color: #fff;
    text-shadow: 1px 1px 1px #000;
    border-radius: 10px;
    background-color: rgba(83, 127, 237, 1);
    background-image: linear-gradient(to top left, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2) 30%, rgba(0, 0, 0, 0));
    box-shadow: inset 2px 2px 3px rgba(255, 255, 255, 0.6), inset -2px -2px 3px rgba(0, 0, 0, 0.6);
}

    .styledButtonBlue:hover {
        background-color: rgba(83, 160, 237, 1);
    }

    .styledButtonBlue:active {
        box-shadow: inset -2px -2px 3px rgba(255, 255, 255, 0.6), inset 2px 2px 3px rgba(0, 0, 0, 0.6);
    }

.styledRowButtonGreen {
    border: 0;
    /*line-height: 2.0;*/
    width: 100%;
    padding: 1px 16px;
    /*font-size: 12px;*/
    text-align: center;
    color: #fff;
    text-shadow: 1px 1px 1px #000;
    border-radius: 10px;
    background-color: rgba(83, 219, 116, 1);
    background-image: linear-gradient(to top left, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2) 30%, rgba(0, 0, 0, 0));
    box-shadow: inset 2px 2px 3px rgba(255, 255, 255, 0.6), inset -2px -2px 3px rgba(0, 0, 0, 0.6);
}

    .styledRowButtonGreen:hover {
        background-color: rgba(83, 262, 116, 1);
    }

    .styledRowButtonGreen:active {
        box-shadow: inset -2px -2px 3px rgba(255, 255, 255, 0.6), inset 2px 2px 3px rgba(0, 0, 0, 0.6);
    }

.styledButtonRed {
    border: 0;
    line-height: 2.5;
    width: 100%;
    padding: 0px 40px;
    font-size: 16px;
    text-align: center;
    color: #fff;
    text-shadow: 1px 1px 1px #000;
    border-radius: 10px;
    background-color: rgba(237, 83, 83, 1);
    background-image: linear-gradient(to top left, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2) 30%, rgba(0, 0, 0, 0));
    box-shadow: inset 2px 2px 3px rgba(255, 255, 255, 0.6), inset -2px -2px 3px rgba(0, 0, 0, 0.6);
}

    .styledButtonRed:hover {
        background-color: rgba(237, 116, 237, 1);
    }

    .styledButtonRed:active {
        box-shadow: inset -2px -2px 3px rgba(255, 255, 255, 0.6), inset 2px 2px 3px rgba(0, 0, 0, 0.6);
    }

.container {
    max-width: 1200px;
    color: #00024C;
}

.flexHorizontal {
    display: flex;
    flex-direction: row;
}

input, select {
    width: 100%;
    max-width: 100%;
    background-color: #ECE9E9;
}

.wideTextArea {
    width: 100%;
    height: 80px;
    background-color: #ECE9E9;
}

.bodyText {
    font-size: 18px;
    margin-bottom: 20px;
}

.slaText {
    font-size: 12px;
    line-height: 24px;
    margin-top: 20px;
}

.submitButton {
    width: 119px;
    height: 40px;
    display: block;
    font-size: 100%;
    background-image: url("../Images/Submit.png");
    background-size: 119px 40px;
}

.logoHeader {
    min-height: 81px;
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
}

.imageSubmit {
    width: 119px;
    height: 40px;
}
.searchHolder {
    display: flex;
    width: /*500px;*/
}

/***************************************************************************/
/*style stolen from https://www.hongkiat.com/blog/jquery-ui-datepicker/ */
/* Date Picker Header */
.ui-datepicker-header {
    background: url('../img/dark_leather.png') repeat 0 0 #000;
    color: #e0e0e0;
    font-weight: bold;
    -webkit-box-shadow: inset 0px 1px 1px 0px rgba(250, 250, 250, 2);
    -moz-box-shadow: inset 0px 1px 1px 0px rgba(250, 250, 250, .2);
    box-shadow: inset 0px 1px 1px 0px rgba(250, 250, 250, .2);
    text-shadow: 1px -1px 0px #000;
    filter: dropshadow(color=#000, offx=1, offy=-1);
    line-height: 30px;
    border-width: 1px 0 0 0;
    border-style: solid;
    border-color: #111;
}

.ui-datepicker-title {
    text-align: center;
}

.ui-datepicker-prev {
    float: left;
    background-position: center -30px;
}

.ui-datepicker-next {
    float: right;
}

.ui-datepicker-prev, .ui-datepicker-next {
    display: inline-block;
    width: 30px;
    height: 30px;
    text-align: center;
    cursor: pointer;
    background-image: url('../Content/arrow.png');
    background-repeat: no-repeat;
    line-height: 550%;
    overflow: hidden;
}
/* Date Picker Table */
.ui-datepicker table {
    width: 100%;
}

.ui-datepicker thead {
    background-color: #f7f7f7;
    background-image: -moz-linear-gradient(top, #f7f7f7 0%, #f1f1f1 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f7f7f7), color-stop(100%,#f1f1f1));
    background-image: -webkit-linear-gradient(top, #f7f7f7 0%,#f1f1f1 100%);
    background-image: -o-linear-gradient(top, #f7f7f7 0%,#f1f1f1 100%);
    background-image: -ms-linear-gradient(top, #f7f7f7 0%,#f1f1f1 100%);
    background-image: linear-gradient(top, #f7f7f7 0%,#f1f1f1 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7f7f7', endColorstr='#f1f1f1',GradientType=0 );
    border-bottom: 1px solid #bbb;
}

.ui-datepicker tbody {
    background-color: #f1f1f1;
}


.ui-datepicker th {
    text-transform: uppercase;
    font-size: 6pt;
    padding: 5px 0;
    color: #666666;
    text-shadow: 1px 0px 0px #fff;
    filter: dropshadow(color=#fff, offx=1, offy=0);
}

.ui-datepicker tbody td {
    padding: 0;
    border-right: 1px solid #bbb;
}

    .ui-datepicker tbody td:last-child {
        border-right: 0px;
    }

.ui-datepicker tbody tr {
    border-bottom: 1px solid #bbb;
}

    .ui-datepicker tbody tr:last-child {
        border-bottom: 0px;
    }

.ui-datepicker td span, .ui-datepicker td a {
    display: inline-block;
    font-weight: bold;
    text-align: center;
    width: 30px;
    height: 30px;
    line-height: 30px;
    color: #666666;
    text-shadow: 1px 1px 0px #fff;
    filter: dropshadow(color=#fff, offx=1, offy=1);
}
/* Date Picker Hover & Active */
.ui-datepicker-calendar .ui-state-default {
    background: #ededed;
    background: -moz-linear-gradient(top, #ededed 0%, #dedede 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ededed), color-stop(100%,#dedede));
    background: -webkit-linear-gradient(top, #ededed 0%,#dedede 100%);
    background: -o-linear-gradient(top, #ededed 0%,#dedede 100%);
    background: -ms-linear-gradient(top, #ededed 0%,#dedede 100%);
    background: linear-gradient(top, #ededed 0%,#dedede 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ededed', endColorstr='#dedede',GradientType=0 );
    -webkit-box-shadow: inset 1px 1px 0px 0px rgba(250, 250, 250, .5);
    -moz-box-shadow: inset 1px 1px 0px 0px rgba(250, 250, 250, .5);
    box-shadow: inset 1px 1px 0px 0px rgba(250, 250, 250, .5);
}

.ui-datepicker-calendar .ui-state-hover {
    background: #f7f7f7;
}

.ui-datepicker-calendar .ui-state-active {
    background: #6eafbf;
    -webkit-box-shadow: inset 0px 0px 10px 0px rgba(0, 0, 0, .1);
    -moz-box-shadow: inset 0px 0px 10px 0px rgba(0, 0, 0, .1);
    box-shadow: inset 0px 0px 10px 0px rgba(0, 0, 0, .1);
    color: #e0e0e0;
    text-shadow: 0px 1px 0px #4d7a85;
    filter: dropshadow(color=#4d7a85, offx=0, offy=1);
    border: 1px solid #55838f;
    position: relative;
    margin: -1px;
}

.ui-datepicker-calendar td:first-child .ui-state-active {
    width: 29px;
    margin-left: 0;
}

.ui-datepicker-calendar td:last-child .ui-state-active {
    width: 29px;
    margin-right: 0;
}

.ui-datepicker-calendar tr:last-child .ui-state-active {
    height: 29px;
    margin-bottom: 0;
}

.ui-datepicker-unselectable .ui-state-default {
    background: #f4f4f4;
    color: #b4b3b3;
}

/*th.ui-datepicker-week-end,
td.ui-datepicker-week-end {
    display: none;
}
*/



/*******************************/

.messageField {
    font-size:20px;
    color: sandybrown;
    padding:10px;
    margin-top:20px;
}

.excelHolder {
    margin-bottom:20px;
}

.searchFields {
    margin-top:20px;
}