/*
 * Green River Rentals Global CSS
 * http://www.volatilestudios.com
 *
 * Copyright 2020, Green River Rentals.
 * 
 */
 

/* ****************************** */


*{
    margin: 0;
    padding: 0;
}

body {
    font-family: 'Roboto Condensed';
}

.bread-crumb {
    margin-bottom:25px;
}

.bread-crumb > a{
    color: #0461C1;
}

.bread-crumb > a:hover{
    color: #081644;
}

.btn-primary{
    background-color: #0461C1 !important;
    font-weight: bold !important;
    border: 1px solid black;
}

.bg-prime{
    background-color: #0461C1 !important;
}

.color-prime{
    color: #0461C1 !important;
}

.impact {
    font-family: Impact, 'Oswald', Haettenschweiler, 'Arial Narrow Bold', sans-serif;
    font-weight: 700;
}

.text-black{
    color: black;
}

.bg-black{
    background-color: black;
}

.shadow{
    box-shadow: 1px 1px 3px;
}

.cursor-pointer:hover {
    cursor:pointer;
}

.wrapper{
    background-color: rgba(0, 0, 0, 0.3);
    position: fixed;
    width: 100%;
    height: 100vh;
    display: flex;
    align-items: center;
    z-index: 1;
}

.wrapper-body{
    height: 155px;
    width: 300px;
    padding: 10px;
    margin: 0 auto;
    background-color: white;
    z-index: 2;
    margin-top: 50px;
}

h1{
    font-size: 2.2rem;
}
/* ---------------------- TOP-NAV ------------------ */

.TOP-NAV{
    text-align: right;
    max-width: 1900px;
    margin: auto;
}

.TOP-NAV .hover-over{
    left:8px;
}

.text-info > b{
    font-size: 80%;
}

.bg-black{
    background-color: #000000;
}

.btn-custom-bg{
    background-color: white;
    height: 36px;
    width: 37px;
    margin-top: 1px;
    border: none;
    border-radius: 0px 2px 2px 0px;
}

.input-search{
    height: 10px;
    padding: .25em;
}

.circle{
    background: #979797;
    border-radius: 50%;
    height: 20px;
    width: 20px;
    display: inline-block;
    vertical-align: middle;
}

.circle-number{
    color:#fff;
    text-align: center;
    position: relative;
    bottom: 2px;
    font-size:.7em;
    line-height:20px;
    padding-top:2px;
}

.form-control {	
    height: calc(1.5em + .75rem + 2px);	
}

.text-white > a{
    color: #ffffff;
}

.text-white > a:hover{
    color: #D72731;
}

@media screen and (min-width: 992px){
    .phone-number{
        font-size: 15px !important;
        line-height:20px;
    }
}

.customer-login-icon{
    height: 18px;
    vertical-align: middle;
    padding-left:3px;
}

.cart-icon{
    height: 18px;
    vertical-align: middle;
}

/* ------------------ BOTTOM NAV -------------------- */
.BOTTOM-NAV{
    max-width: 1900px;
    margin: auto;
}

#wrapper{
    display: inline-block;
    position: relative;
    top: 15px;
    left: 30px;
}
    
.box{
    width: 30px;
    height: 35px;
    position: relative;
    display: inline-block;
}

.line{
    position: absolute;
    height: 2px;
    width: 100%;
    border-radius: 5px;
    background-color: white;
    transition: all cubic-bezier(0.26, 0.1, 0.27, 1.55) .35s;
}

.top{
    top: 18%;
}

.middle{
    top: 48%;
}

.bottom{
    top: 78%
}

.icon.close .top{
    transform: rotate(45deg);
    top: 48%;
}

.icon.close .middle, .icon.close .bottom{
    transform: rotate(-45deg);
    top: 48%;
}

.MOBILE-BOTTOM-NAV{
    height:65px;
}

.MOBILE-BOTTOM-NAV p{
    font-size: 25px;
    display: inline-block;
    vertical-align: top;
    color: white;
    position: relative;
    top: 13px;
    left: 40px;
    font-weight: 700;
}

/* ------------------ HERO -------------------- */
.HERO{
    /*min-width: 425px;*/
    min-width: 100%;
    /*max-height: 470px;*/
    margin: auto;
}

.slogan{
    top: 20%;
    width: 45vw;
    left: 0%;
}



@media screen and (max-width: 900px){
    .slogan .slogan-text{
        font-size: 25px;
    }
    .mission-statement{
        line-height: 12px !important;
    }

}


@media screen and (min-width: 1285px){

    .slogan{
        top: 20%;
        width: 45vw;
        left: 3%;
    }
}

@media screen and (min-width: 1640px){

    .slogan{
        top: 20%;
        width: 45vw;
        left: 8%;

    }
}

.slogan-help{
    font-size: 2.3vw;
    font-weight: bold;
    color:#eee;
    text-shadow: 1px 1px 0px #000 !important;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    /* add drop shadow */
}

.slogan .slogan-text{
    font-size: 3.5vw;
    font-family: Impact, 'Oswald', Haettenschweiler, 'Arial Narrow Bold', sans-serif;
    color:#eee;
    text-shadow: 1px 1px 0px #000 !important;
    line-height: 40px;
    /* add drop shadow */
}

.mission-statement{
    color: #ddd!important;
    font-size: 1.5vh;
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
    line-height: 20px;
}

.HERO-END{
    /*min-width: 425px;*/
    min-width: 100%;
    max-width: 1900px;
    margin: auto;
}

.tint {
    filter: brightness(50%);
}

@media screen and (min-width: 1024px){
     .slogan-help{
         font-size: 30px;
     }
     .slogan-text{
         font-size: 37px !important;
          line-height: 38px !important;

     }
     .text-muted{
         font-size: 15px !important;
     }
} 

@media screen and (min-width: 1440px){
     .slogan-text{
         font-size: 50px !important;
          line-height: 60px !important;

     }
} 
/* ------------------ DESKTOP-WRAPPER -------------------- */

.desktop-wrapper-parent{
    top: .5vw;
    right: 50vw;
}

.DESKTOP-WRAPPER{
    top: 95px;
    width: 50vw;
    max-width: 700px;
    left: -20px;
}

.DESKTOP-WRAPPER > div {	
    background-size: cover;	
    background-repeat: no-repeat;	
    height: 15vw;	
    width: 15vw;	
    margin: 10px;	
    border: white 2px solid;	
    max-width: 130px;
    max-height: 130px;
    opacity: 0;
    display: flex;
    justify-content: center;
    align-items: flex-end;
}	


.item-1{
    animation: fadeInOpacity 1s .2s ease-out forwards;
}

.item-2{
    animation: fadeInOpacity 1s .4s ease-out forwards;
}
.item-3{
    animation: fadeInOpacity 1s .6s ease-out forwards;
}
.item-4{
    animation: fadeInOpacity 1s .8s ease-out forwards;
}
.item-5{
    animation: fadeInOpacity 1s 1s ease-out forwards;
}
.item-6{
    animation: fadeInOpacity 1s 1.2s ease-out forwards;
}
.item-7{
    animation: fadeInOpacity 1s 1.4s ease-out forwards;
}
.item-8{
    animation: fadeInOpacity 1s 1.6s ease-out forwards;
}
.item-9{
    animation: fadeInOpacity 1s 1.8s ease-out forwards;
}
.item-10{
    animation: fadeInOpacity 1s 2s ease-out forwards;
}
.item-11{
    animation: fadeInOpacity 1s 2.2s ease-out forwards;
}
.item-12{
    animation: fadeInOpacity 1s 2.4s ease-out forwards;
}
@keyframes fadeInOpacity {
	0% {
		opacity: 0;
	}
	100% {
        opacity: 1;
	}
}

@media screen and (max-width: 992px){
    .DESKTOP-WRAPPER > div{
        background-size: cover;
        background-repeat: no-repeat;
        height: 10vw;
        width: 10vw;
        margin: 5px;
        border: white 2px solid;
    }
    /*.DESKTOP-WRAPPER div > p {
        width: 10vw !important;
        height: 8vh !important;
    }*/
}


.DESKTOP-WRAPPER div > p {
    font-size: 1.4vh;
    text-transform: uppercase;
    line-height: 1.0em;
    color: #ffffff;
    text-shadow: 1px 1px 2px #000, 0 0 5px #333 !important;
    max-height: 130px;
    max-width: 130px;
    font-family: 'Roboto Condensed';
    display: table-cell;

}

@media screen and (min-width: 1024px){
    .DESKTOP-WRAPPER div > p{
        font-size: 18px; 
        margin-bottom:5px;
    }

    .DESKTOP-WRAPPER{
        top: 10px;
        width: 60vw;
        max-width: 700px;
        left: -105px;
    }
    .DESKTOP-WRAPPER > div {	
        background-size: cover;	
        background-repeat: no-repeat;	
        height: 11.5vw;	
        width: 11.5vw;	
        margin: 10px;	
        border: white 2px solid;	
        max-width: 130px;
        max-height: 130px;
        display: flex;
        justify-content: center;
        align-items: flex-end;
    }
}

@media screen and (min-width: 1440px){
    .DESKTOP-WRAPPER{
        top: 10px;
        width: 60vw;
        max-width: 700px;
        left: -20px;
    }
}


.DESKTOP-WRAPPER > div {
    background-color:#fff;
    background-size: contain;
    background-position: top center;
    background-repeat: no-repeat;
}

    .DESKTOP-WRAPPER > div:hover {
        cursor: pointer;
        z-index: 0;
        /*background-size: contain;
    background-repeat: no-repeat;*/
        color: #ffffff;
        border: 2px solid #0461c1;
    }

.DESKTOP-WRAPPER div:hover > p{	
    color: #ffffff;
    text-decoration: underline;
    text-shadow: 0px 0px 0px;
}


/* ------------------ FEATURED-EQUIPMENT -------------------- */
.FEATURED-EQUIPMENT{
    /*min-width: 425px;*/
    min-width: 100%;
    max-width: 1900px;
    margin: auto;
    background-color: #EBEBEB;
}
.compaction{
    height: 20vw;
    width: 20vw;
    min-height: 150px;
    max-height: 225px;
    max-width: 225px;
    margin:0 auto;	
    background-size: contain;
    border: 1px solid #efefef;
    min-width: 165px;
    object-fit: contain;
}

.compaction > a{
    color: #0461C1;
}


.related-item-container{
    margin-right: 10px;
}

.related-item-container > p{
    display: inline-block;
    width: 85px;
}
.shadow{
    box-shadow: 1px 1px 3px
}

/* THIS IS NEW */
.compaction-img{
    width: 100%;
    height: 100%;
    object-fit: contain;
    background-color: white;
    box-shadow: 1px 1px 3px;
    min-width: 160px;
}

.compaction-img:hover{
    border: 1px solid #0461C1;
    cursor: pointer;
}

.compaction-btn{
    background-color: #0461C1;
    font-weight: bold;
    border: #081644 1px solid;
    color: white;
    width: 100%;
    padding: 5px;
    border-radius: 5px;
    display: inline-block;
}

.compaction-container p > a{
    color:#000000;
}

.compaction-container p{
    height: 10px;
}

.compaction-container{
    align-self: center;
    padding: 2vw;
}

.compaction-btn:hover{
    background-color: #081644;
    color:#fff;
}

.carousel-inner {
    height: 480px;
} 

.carousel-item > img{
    max-height: 490px;
    height: 490px;
    overflow: hidden;
    object-fit: cover;
}

.anchor-to-top{
    margin-top: 15%;
    text-align: left;
    width: 10%;
    border-top: 1px solid #D72731;
    display: inline-block;
    color:#000;
}

.anchor-to-top:hover {
    color:#000;
}

.rental-shadow{
    box-shadow: 1px 1px 3px;
}

.row:after {
content: "";
display: table;
clear: both;
}

/* Create four equal columns that floats next to eachother */
.column {
float: left;
width: 25%;
}

/* The Modal (background) */
.modal {
display: none;
position: fixed;
z-index: 1;
padding-top: 100px;
left: 0;
top: 0;
width: 100%;
height: 100%;
overflow: auto;
background-color: rgba(0, 0, 0, 0.3);
}

/* Modal Content */
.modal-content {
position: relative;
background-color: #fefefe;
margin: auto;
padding: 0;
width: 90%;
max-width: 1200px;
}

/* The Close Button */
.close {
color: white;
position: absolute;
top: 10px;
right: 25px;
font-size: 35px;
font-weight: bold;
}

.close:hover,
.close:focus {
color: #999;
text-decoration: none;
cursor: pointer;
}

/* Hide the slides by default */
.mySlides {
display: none;
}

/* Next & previous buttons */
.prev,
.next {
cursor: pointer;
position: absolute;
top: 50%;
width: auto;
padding: 16px;
margin-top: -50px;
color: white;
font-weight: bold;
font-size: 20px;
transition: 0.6s ease;
border-radius: 0 3px 3px 0;
user-select: none;
-webkit-user-select: none;
}

/* Position the "next button" to the right */
.next {
right: 0;
border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover,
.next:hover {
background-color: rgba(0, 0, 0, 0.8);
}

/* Number text (1/3 etc) */
.numbertext {
color: #f2f2f2;
font-size: 12px;
padding: 8px 12px;
position: absolute;
top: 0;
}

/* Caption text */
.caption-container {
text-align: center;
background-color: rgba(0, 0, 0, 0.8);
padding: 2px 16px;
color: white;
}

img.demo {
opacity: 0.6;
}

.active,
.demo:hover {
opacity: 1;
}

img.hover-shadow {
transition: 0.3s;
}

.hover-shadow:hover {
box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.img-control{
    height: 10vh;
}

.img-slide{
    height: 30vh;
}
/* ------------------ PARTNERS AND SUPPLIERS -------------------- */
.PARTNERS-SUPPLIERS{
    /*min-width: 425px;*/
    min-width: 100%;
    max-width: 1900px;
    margin: auto;
}
.PS-flex-wrapper > div{
    height: 155px;
    width: 155px;
    border: 1px solid black;
    margin: 10px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.PA-1{
    position: relative;
    height: auto;
    max-width: 100%;
    padding: 10px;
}

.PA-2{
    position: relative;
    height: 75px;
    top: 45px;
}

.PA-3{
    position: relative;
    height: 65px;
    top: 50px;
}

.PA-4{
    position: relative;
    height: 50px;
    top: 55px;
    padding: 10px;
}

.PA-5{
    position: relative;
    height: 75px;
    top: 45px;
}

.PA-6{
    position: relative;
    height: 75px;
    top: 45px;
}

.PA-7{
    position: relative;
    height: 55px;
    top: 55px;
}

.PA-8{
    position: relative;
    height: 40px;
    top: 60px;
}

.PA-9{
    position: relative;
    height: 45px;
    top: 58px;
}

.PA-10{
    position: relative;
    height: 50px;
    top: 50px;
}


/* ------------------ RENTAL CONTAINER -------------------- */
.green-river{
    float: left;
}

.green-river-intro{
    display: block;
    margin-top: 0px;
}

.green-river-intro img{
    max-width: 100%;
    height: auto;
}

/* ------------------ RENTAL EQUIPMENT -------------------- */
.RENTAL-EQUIPMENT {
    /*padding: 10%;*/
    background-color: #EBEBEB;
}
.RENTAL-EQUIPMENT > h2 {
    margin-top: 5vh;
    font-family: 'Roboto Condensed', 'Open Sans', sans-serif;
    margin-bottom:2vh;
}

.RENTAL-EQUIPMENT > ul{
    list-style: none;
}

.RE-ul > li {
    font-size: 1.1em;
    font-weight: 400;
    font-family: 'Roboto Condensed', 'Open Sans', sans-serif;
    line-height:1.8em;
}

.RE-ul li > a {
    color: #000000;
}

.RB-Div{
    margin-top: 5vh;
    margin-bottom: 5%;
}

.RB-Grid{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 25px;
    align-items: center;
}

.RB-Grid > div{
    border: 1px solid #4d4d4d;
    padding: 20px;
    text-align: center;
    color: #4d4d4d;
}


/* ------------------ ABOUT PAGE -------------------- */
.p-color{
    color: #D72731;
}

.RENTAL-CATALOG{
    /*min-width: 425px;*/
    min-width: 100%;
}

.RENTAL-CATALOG > h1, h3{
    font-family: 'Roboto Condensed', 'Arial Narrow Bold', sans-serif;
}

.RENTAL-CATALOG > h1{
    margin-top: 5vh;
}

.RENTAL-CATALOG > h3{
    margin-top: 70px;
}

.RENTAL-CATALOG p > a{
    color: #000000;
}

.RENTAL-CATALOG p > a:hover{
    color: #081644;
}


/* ------------------ ACCOUNT BALANCE PAGE -------------------- */
.RENTAL-BODY > h1 {
    font-family: Impact, 'Oswald', Haettenschweiler, 'Arial Narrow Bold', sans-serif;
    margin-top: 4vh;
}

.RENTAL-BODY > h4 {
    font-family: 'Roboto Condensed', 'Arial Narrow Bold', sans-serif;
    margin-top: 1vh;
}


.options-container{
    margin-top: 25px;
}

.options-container div > div:hover{
    cursor: pointer;
}

/* ------------------ ACCOUNT LANDING PAGE -------------------- */
.flex-item{
    width: 200px;
}

.btn-account-make-payment {
    line-height: 59px;
    vertical-align: top;
    display: inline-block;
    top:0px;
}

    .btn-account-make-payment:hover {
        background-color: #081644;
        text-decoration:underline;
    }

.btn-account-landing:hover {
    background-color:#efefef !important;
    cursor:pointer;
    text-decoration:underline;
}

.RB-Div .amount {
    border: 1px solid #FF8A8A;
    padding: 10px 20px;
    background-image: linear-gradient(#FFFFFF, #E3B1B1);
    display: inline-block;
    font-weight: bold;
    font-size: 32px;
}

.RB-Div .RB-btn {
    background-color: #0461C1;
    border: 1px solid #081644;
    padding: 5px 10px;
    color: #FFFFFF;
}


/* ------------------ CONTACT US PAGE -------------------- */
.QUESTIONS h1 {
    font-family: Impact, 'Oswald', Haettenschweiler, 'Arial Narrow Bold', sans-serif;
}

.email{
    width: 90%;
}

.row > input{
    border-radius: 5px;
    padding: 10px;
}

.row > textarea{
    border-radius: 5px;
    padding: 10px;
}

.green-river-btn{
    background-color: #0461C1;
    border: 1px solid #081644;
    padding: 5px 10px;
    color: #FFFFFF;
    padding: 5px;
    border-radius: 5px;
    font-weight: bold;
}

.green-river-btn:hover {
    background-color: #081644;
    color:#fff;
}

/* ------------------ EQUIPMENT ON RENT PAGE -------------------- */
.table-responsive{
    max-width: 65vw;
}

.underline{
    text-decoration: underline;
    color: black;
}

.compact{
    height: 40px;
}

.bg-table{
    background-color: #a4bdd7;
}

tbody tr:nth-child(even){
    background-color: #FFF8F8;
}

.RB-btn{
    background-color: #0461C1;
    border: 1px solid #081644;
    padding: 1px 5px;
    color: #FFFFFF;
}

.btn-red {
    background-color: #0461C1;
    border-color:#081644;
}

    .btn-red:hover {
        background-color: #081644;
        border-color: #081644;
    }

    .btn-red:visited {
        background-color: #0461C1;
        border-color: #081644;
    }

    .btn-red:not(:disabled):not(.disabled):active {
        background-color: #0461C1;
        border-color: #081644;
    }

    .btn-red:focus {
        box-shadow: 0 0 0 0.2rem rgba(124, 0, 0, 0.50);
    }


/* ------------------ LOGREG-BODY -------------------- */
.LOGREG-BODY{
    max-width: 1444px;
    height: 1000px
}

    .LOGREG-BODY h1 {
        font-family: Impact, 'Oswald', Haettenschweiler, 'Arial Narrow Bold', sans-serif;
    }

.form-a{
    color: #4d4d4d;

}

.borde-control{
    height: 730px;
}

.ml-10{
    margin-left: 100px;

}

input{
    border-radius: 5px;
    border: 1px solid #4d4d4d;
    padding: 5px;
}

.logreg-btn{
    background-color: #0461C1;
    font-weight: bold;
    border: #081644 1px solid;
    border-radius: 5px;
    color: white;
    width: 180px;
    max-width: 295px;
    padding: 5px;
}

/* ------------------ PAYMENT PAGE -------------------- */

.AmountToPay{
    border: 1px solid #4d4d4d;
    padding: 5px 10px;
    margin-left: 5px;
}

.go-right{
    right:100px;
}

.Pay-Invoice-Div {
    display: grid;
    grid-template-columns: 1fr 5fr;
    padding: 20px;
}

.Pay-Invoice-Div-2 {
    margin-bottom:15px;
}

.Pay-Invoice-Div-2 > div {
    display: inline-block;
}

.Pay-Invoice-Div-2 > div:first-child {
    max-width:25%;
    width:25%;
}

.text-prime{
    color: #081644;
}

.PI2-grid{
    display: grid;
    grid-template-columns: repeat(4, 50px);
    gap: 10px;
    text-align: center;
}

.PI2-grid > div{
    border: 1px solid #4d4d4d;
    border-radius: 5px;
}

/* ------------------ PRODUCT DETAIL -------------------- */
.product-img{
    height: 7vw;
    margin: 10px;
}

.qty-width{
    width: 50px;
}

.product-btn{
    width: 170px;
    background-color: #0461C1;
    font-weight: bold;
    border: #081644 1px solid;
    border-radius: 5px;
    color: white;
    padding: 3px;
}


.bg-grey{
    background-color: #e9e9e9;
}

.price-grid{
    display: grid;
    grid-template-columns: repeat(3, 31%);
    gap: 10px;
    margin: 0 auto;
}
.price-div{
    max-width: 200px;
}

.RC-grid{
    display: grid;
    grid-template-columns: repeat(2, 1fr) !important;
    gap: 10px;
}

.price-container {
    vertical-align:middle;
}

.price-container > b {
    line-height:35px;
}

.price-container input{
    width: 50px;
    height: 35px;
    text-align: center;
}

.product-specs {
}

.product-specs > ul li {
    list-style-position:inside;
}

.img-product-big {
    padding:15px;
}

/* ------------------ RENTAL EQUIPMENT -------------------- */
/* For Product / Category Image Shadow - 20200611 */
.a-red {
    color: #081644;
}

.a-red:hover {
    color: #081644;
}

.rental-img {
    width: 35vw;
    height: 15vh;
    object-fit: contain;
    padding: 10px;
    background-color: #ffffff;
}

.rental-img:hover{
    border: 1px solid #0461C1;
    cursor: pointer;
}

.rental-btn{
    width: 37vw;
    background-color: #0461C1;
    font-weight: bold;
    border: #081644 1px solid;
    border-radius: 5px;
    color: white;
    /*max-width: 295px;*/
    padding: 3px;
    display: inline-block;
}

.rental-btn:hover{
    background-color: #081644;
    color: white;
}

.compaction-container{
    width: 40vw;
    margin: 5px;
}

.compaction-container p > a{
    font-size: 20px
}

.RC-nav-panel > button{
    padding: 2px 10px;
    border-radius: 3px;
    background-color: white;
    border: 1px solid grey;
}

.RC-nav-panel > a{
    padding: 5px 10px;
    color: grey;
    font-family: 'Open Sans', sans-serif;
}

.RC-nav-panel > a:nth-child(2){
    background-color: #0461C1;
    color: white
}

/* ------------------ UNPAID INVOICES PAGE -------------------- */
.unpaid-body{
    min-height: 800px;
}

/* ------------------ LOCATIONS -------------------- */
.LOCATION{
    max-width: 1900px;
    margin: auto;
    margin-top: 25px;

}

.B-I-form .B-I-container{
    background-color: white;
    border: 1px solid #0461C1;
    top: -10px;
}

.B-I-btn{
    color: white;
    background-color: #0461C1;
    border: none;
    border-radius: 15px;
    padding: 8px;
    font-size: 20px;
    width: 200px;
    height: 64px;
}

.input{
    padding: 10px;
    border-radius: 15px;
    border: 1px solid grey;
}

.form-grid{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    padding: 20px;;
}

@media screen and (max-width: 1177px){
    .form-grid{
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        gap: 20px;
        padding: 20px;;
    }
}
#map{
    /*min-width: 425px;*/
    min-width: 100%;
}
#map div img{
     width: 100%;
     max-height: 600px;
     object-fit:cover;
}

/* ------------------ SHOPPING-CART -------------------- */
.cart-full-container {
    max-width: 800px;
}

.cart-item-container {

}

.shopping-list{
    min-width: 325px;
}

.shopping-list div{
    flex-grow: 1;
}

.rental-shopping{
    height: 70px;
    width: 70px;
}

.rental-text{
    font-size: 15px;
}

.rental-date {
    width: 145px;
    padding: 2px;
    font-size: 12px;
    background-image: url("/art/calendar.png");
    background-size: 15px;
    background-repeat: no-repeat;
    background-position: 95%;
    display:inline;
    color:#000;
    border-color:#000;
}

.rental-time {
    font-size: 12px;
    display: inline;
    color:#000;
    padding:6px;
}

.rental-date-label {
    padding:3px;
    width:80px;
    display:inline-table;
    text-align:right;
    padding-right:5px;
}

@media screen and (max-width: 445px){
    .list-item{
        margin: 10px;
    }
    .rental-time{
        max-width: 165px;
    }
    .rental-date{
        width: 100%;
        max-width: 165px;
    }
    .shopping-qty{
        margin-top: 10px;
    }
    .estimated-price{
        margin-top: 10px;
    }
    .remove-icon{
        margin-top: 10px;
    }
}

input[type="date"]:before {
    content: attr(placeholder) !important;
    color: #aaa;
    margin-right: 0.5em;
}


input[type="date"]:focus:before,
input[type="date"]:valid:before {
    content: "";
}

input[type=date]::-webkit-datetime-edit-text {
    -webkit-appearance: none;
    display: none;
}
input[type=date]::-webkit-datetime-edit-month-field{
    -webkit-appearance: none;
    display: none;
}
input[type=date]::-webkit-datetime-edit-day-field {
    -webkit-appearance: none;
    display: none;
}
input[type=date]::-webkit-datetime-edit-year-field {
    -webkit-appearance: none;
    display: none;
}
::-webkit-datetime-edit-year-field:not([aria-valuenow]),
::-webkit-datetime-edit-month-field:not([aria-valuenow]),
::-webkit-datetime-edit-day-field:not([aria-valuenow]) {
    color: transparent;
}

select{
    border-radius: 5px;
    border: 1px solid #4d4d4d;
    color: #d1c6b9;
    padding: 3px;
}

.shopping-qty{
    max-width: 100px;
}

.qty-num{
    border: 1px solid #4d4d4d;
    border-radius: 5px;
    width: 80px;
    text-align: center;
    margin:0 auto;
    margin-top:5px;
}

.qty-num-label {
    text-align: center;
}

.cart-image {
    padding:5px;
}

.cart-product-name {
    max-width:125px;
    font-weight:700;
    line-height:normal;
    padding-left:10px;
}

.shopping-text{
    font-size: 12px;
}

.shopping-btn{
    background-color: #0461C1;
    border: #081644 1px solid;
    border-radius: 5px;
    color: white;
    max-width: 295px;
    padding: 3px;
    width: 25%;
    font-size: 12px;
    min-width: 140px;
    text-align:center;
}

.remove-icon{
    height: 25px;
    width: 25px;
    vertical-align: middle;
}

.product-number{
    top:10px;
    right: 25px;
}

.circle-dark{
    background-color: #484B55;
    border-radius: 50%;
    height: 20px;
    width: 20px;
    display: inline-block;
    vertical-align: middle;
}

/* ------------------ CHECKOUT -------------------- */
.CHECKOUT-FORM > div:nth-child(even){
    background-color: rgb(233, 233, 233);
}

.CHECKOUT-FORM div > input, textarea{
    width: 100%;
    max-width: 300px;
    border: 1px solid black;
    border-radius: 5px;
}


/* ------------------ BLOG -------------------- */
.blog-full-container {
    max-width: 800px;
}

.blog-red-link {
    color: #0461C1;
}

.blog-red-link:visited {
    color: #0461C11;
}

    .blog-red-link:hover {
        color: #0461C1;
    }

.blog_tile h4 {
    display:block;
}

.blog_tile h4 a {
     text-decoration:underline;
}

    .blog_tile h4 a:visited {
        color: #0461C1;
    }

    .blog_tile h4 a:hover {
        text-decoration:none;
    }

    .posted-by {
        display:block !important;
        font-style:italic;
        font-size:12px;
    }

    .blog-content {
        display:block;
    }

    .continue-reading {
        color:#0461C1;
    }

    .continue-reading:visited {
        color: #0461C1;
    }

    /* ----------- BLOG SIDE BAR -------------------------- */

    .RENTAL-EQUIPMENT .sub-title {
        color:#0461C1;
    }


/* ------------------ LOGIN REGISTER -------------------- */
.error-text {
    background-color: #ffb6b7;
    text-align: center;
    padding: 10px;
    color: #cc0a1e;
    display: block;
    margin: 0 auto;
}

.alert-text{
    background-color:  #ffe200;
    text-align: center;
    padding: 10px;
    color: #000000;
    display: block;
    margin: 0 auto;
}

.success-text {
    background-color: #c1d52f;
    text-align: center;
    padding: 10px;
    color: #000000;
    display: block;
    margin: 0 auto;
}


/* ------------------ FOOTER -------------------- */
.FOOTER{
    /*min-width: 425px;*/
    min-width: 100%;
    max-width: 1900px;
    margin: auto;

}

.bg-prime-2{
    background-color: #081644;
}

.ARA{
    max-width: 60% !important;
    margin-top: 2vw;
}

.BBB{
    max-width: 60% !important;
}

.hours{
    font-size: 18px;
}











































































































































































































































































































































