#homepagejumbotron {
    background-image: url(../images/index_greenfield.jpg);
    background-position:50% 30%;
    background-size: cover;
}


.myCustomMenuSearch {
    border: solid 1px green;
    border-radius: 1em;
    position: relative;
 }
.myCustomMenuSearch input[type=search] {
    border: none;
    width: 100%;
    padding-right: 30px;
    border-radius: 1em !important;
 }

 .myCustomMenuSearch input[type=search]:focus {
    box-shadow: inset 0 2px 2px rgba(0, 0, 0, 0.075), 0 0 8px #42721c;
 }
.myCustomMenuSearch .input-group-prepend {
    position: absolute;
    right: 4px;
    top: 4px;
    bottom: 4px;z-index:9;
 }

 .myCustomMenuSearch .input-group-prepend button {
    border-top-right-radius: 2em !important;
    border-bottom-right-radius: 2em !important;
    background: transparent;
    border:transparent;
    color:#42721c;

 }

.font-weight-500 {
    font-weight: 500;
}

.font-size-small {
    font-size:0.8rem;
}

.font-size-large {
    font-size:large;
}



.color-background-footer {
    background-color: #494e41 !important;
}

/*.color-background-body {
    /*background-color: #e7f3c5 !important; * /
} */

.color-footer-text-link {
    color: #ccef61;
}

.color-footer-text-link:hover {
    color: #b6ea25;
}

footer {
    color: #e7f3c5;
    background-color: #494e41;
}

a.link-color-secondary:hover {
    color: #44721a !important;
}

.ordernumber {
    position: absolute;
    width: 42px;
    height: 42px;
    overflow: hidden;
    left: 15px;
    display: inline-block;
    vertical-align: middle;

    font-size: 18px;
    line-height: 42px;
    color: #fff;
    /*background-color:#9e9d24; */ /*#999;*/
    text-align: center;
    border-radius: 100%;
}

.card-footer {
    background-color: #e7f3c5;
  }

svg {
    fill: #44721a;
}

/*
li.nav-item > a:hover,li.nav-item > a:focus {
    background-color: yellowgreen;
    color: #fff;
}


li.nav-item.active {
	color: #fff;
	font-weight: bold;
}

a.nav-item.nav-link.text-dark:hover {
    background-color: #e6ee9c !important;
}

a.nav-item.nav-link.text-dark.active {
    font-weight: bold;
    background-color: #ABE36A;
}


// colors 
.lime.lighten-2 {
    background-color:#dce775 !important;
}

.lime.lighten-3 {
    background-color:#e6ee9c !important;
}

.lime.lighten-4 {
    background-color: #f0f4c3 !important;
}

.light-green {
    background-color: #8bc34a !important;
}
.blue-grey.darken-1 {
    background-color: #546e7a !important;
}

.text-color-grey-lighten-4 {
color: #f5f5f5 !important;
}


.text-color-black {
    color: black;
}

.footer a {
    color:#84d8ff;
}



.a-text-decoration-none {
    text-decoration: none !important; 
}

.ordernumber {
    position: absolute;
    width: 42px;
    height: 42px;
    overflow: hidden;
    left: 15px;
    display: inline-block;
    vertical-align: middle;

    font-size: 18px;
    line-height: 42px;
    color: #fff;
    background-color:#9e9d24; /*#999;
    text-align: center;

}

.circle {
    position: absolute;
    width: 42px;
    height: 42px;
    overflow: hidden;
    left: 15px;
    display: inline-block;
    vertical-align: middle;
    border-radius:50%;
  }

  ul.collection#viewSteps>li {
    border-bottom: 1px dotted #c0ca33;
    
}

ul.collection#viewSteps li:last-child {
      border-bottom: none; }

*/
.previewprogressbar {
        margin:5px;
        border:1px solid #01579b; 
        box-shadow: 4px 4px 8px #01579b; 
    }
    
    .previewprogressbar table {
           border-collapse: collapse;
        width:100%;
        height:100%;
        margin:0px;padding:0px;
        table-layout: fixed;
    }
    .previewprogressbar img {
        vertical-align:middle;
            margin-right:5px;
    }
    
    .previewprogressbar td.previewprogressbar-ok {
        padding:5px;
        border:1px solid #4F8A10;
    
        vertical-align:middle;
        background:-o-linear-gradient(bottom, #d4ffaa 5%, #ebffd8 100%);	
        background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #d4ffaa), color-stop(1, #ebffd8) ); 
        background:-moz-linear-gradient( center top, #d4ffaa 5%, #ebffd8 100% );
        /*filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#d4ffaa", endColorstr="#ebffd8");	background: -o-linear-gradient(top,#d4ffaa,ebffd8);
    */
        background-color:#d4ffaa;
        
        text-align:left;
        padding:8px;
        font-size:14px;
        font-family:Arial;
        font-weight:normal;
        color:#285C00;
    }
    
    .previewprogressbar td.previewprogressbar-missing {
    
        border:1px solid #4F8A10;
        color:#AAAAAA;
        background-color:#ebffd8;
        
    
    }

.card.mt-2.border-secondary.border-left-0.border-right-0 {
    border-bottom-width: 3px;
}

#index_image_bottom {
    height:fit-content;
    object-fit: cover;
}

#viewSteps > li {
    min-height: 50px;
}