﻿@font-face {
    font-family: "Open Sans Regular";
    font-style: normal;
    src: url("fonts/OpenSans-Regular.woff2") format("woff2");
    font-weight: 400;
    font-display: swap;
}






/*Default MSFT-------------------------------------------------------------*/

/* Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundling-and-minification
for details on configuring this project to bundle and minify static web assets. */

a.navbar-brand {
    white-space: normal;
    text-align: center;
    word-break: break-all;
}

/* Sticky footer styles
------------------------- */
html {
    font-size: 14px;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

.border-top {
    border-top: 1px solid #e5e5e5;
}

.border-bottom {
    border-bottom: 1px solid #e5e5e5;
}

.box-shadow {
    box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy {
    font-size: 1rem;
    line-height: inherit;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
    position: relative;
    min-height: 100%;
}

body {
    /* Margin bottom by footer height */
    margin-bottom: 60px;
    /* font-family:Arial, Helvetica, sans-serif;*/
    font-family: 'Oswald', sans-serif;
}

.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    /*white-space: nowrap;*/
    /* Set the fixed height of the footer here */
    height: 60px;
    line-height: 60px; /* Vertically center the text there */
}
/*Default MSFT*/


/*my default  Global CSS-------------------------------------------*/

a {
    color: rgba(60,111,187,1);
}

.wordwrap {
    word-wrap: break-word;
}

.tightline {
    line-height: 2.0;
}

.red {
    background-color: red;
}

.blue {
    background-color: blue;
}

.green {
    background-color: green;
}

.purple {
    background-color: blueviolet;
}

.yellow {
    background-color: yellow;
}

.Lightblue {
    background-color: turquoise;
}

.lightgreen {
    background-color: aquamarine;
}

.fontcolorwhite {
    color: white;
}




.mt-6, .my-6 {
    margin-top: 4rem !important;
}

.mt-7, .my-7 {
    margin-top: 5rem !important;
}

.mt-8, .my-8 {
    margin-top: 6rem !important;
}

.mt-9, .my-9 {
    margin-top: 7rem !important;
}






.mb-6, .my-6 {
    margin-bottom: 4rem !important;
}

.mb-7, .my-7 {
    margin-bottom: 5rem !important;
}

.mb-8, .my-8 {
    margin-bottom: 6rem !important;
}

.mb-9, .my-9 {
    margin-bottom: 7rem !important;
}






.pt-6, .myp-6 {
    padding-top: 4rem !important;
}

.pt-7, .myp-7 {
    padding-top: 5rem !important;
}

.pt-8, .myp-8 {
    padding-top: 6rem !important;
}

.pt-9, .myp-9 {
    padding-top: 7rem !important;
}






.pb-6, .myp-6 {
    padding-bottom: 4rem !important;
}

.pb-7, .myp-7 {
    padding-bottom: 5rem !important;
}

.pb-8, .myp-8 {
    padding-bottom: 6rem !important;
}

.pb-9, .myp-9 {
    padding-bottom: 7rem !important;
}





.overlay {
    z-index: 1;
    height: 100%;
    width: 100%;
    position: fixed;
    overflow: auto;
    top: 0px;
    left: 0px;
    background: rgba(0, 0, 0, 0.7); /*can be anything, of course*/
}



/*Global CSS*/


/*Site specfic Global CSS----------------------------------*/
:root {
    --SEM-Orange: rgb(233,99,15);
    --SEM-Green: rgb(78,181,67);
    --SEM-Grey: rgb(42,46,61);
}








.offWhiteBackground {
    background-color: #f4f4f4;
}

.whiteBackground {
    background-color: white;
}

.Trashtechbluebackground {
    background-color: var(--SEM-Green);
}

.TrashTechBlueWords {
    color: rgba(40,46,60,1);
}

.TrashTechOrangeBackground {
    background-color: rgba(194,57,36,1);
}

.TrashTechOrangeWords {
    color: black;
}


/*SEM-OrangeBg {
    background-color: rgb(233,99,15);
}

SEM-GreenBg {
 background-color: rgb(78,181,67)
}

SEM-GreyWords {
    color:rgb(42,46,61);
}*/






/*Site specfic Global CSS*/











/*Top Navbar------------------------------------*/
.Loginbutton {
    color: white;
    font-family: Arial, Helvetica, sans-serif;
    border: none;
    font-weight: bold;
    font-size: 20px;
}

/*Top Navbar*/

/*Layout view------------------------------------*/
.navfont {
    font-weight: bold;
    font-size: large;
}


.logOutButton {

    padding: .5rem 1rem;
    font-size: 1.25rem;
    line-height: 1.5;
    font-family: Arial, Helvetica, sans-serif;
    color: white;
    background-color: var(--SEM-Green);
    width: 130px;
    text-align: center;
    border-radius: 3px;
    text-decoration: none;
    margin-right: 10px;
}








/*Begin Sidebar Nav------------------------------*/
.navfont {
    font-weight: bold;
    font-size: large;
}



.sideMenuHamburgerButton {
    border-radius: 5px;
    background-color: rgba(40,46,60,1);
    border-color: white;
    transition-duration: 0.4s;
}

    .sideMenuHamburgerButton:hover {
        background-color: rgba(85,182,222,1);
        border-color: white;
    }

    .sideMenuHamburgerButton:active {
        background-color: rgba(85,182,222,1);
        border-color: white;
    }




#wrapper {
    overflow-x: hidden;
}



#sidebar-wrapper {
    min-height: 100vh;
    margin-left: -15rem;
    -webkit-transition: margin .25s ease-out;
    -moz-transition: margin .25s ease-out;
    -o-transition: margin .25s ease-out;
    transition: margin .25s ease-out;
    background-color: rgba(40,46,60,1);
    
}

    /*this is the small top cell part of the sidebar*/
    #sidebar-wrapper .sidebar-heading {
        padding: 1.00rem 2.25rem;
        font-size: 1.2rem;
        background-color: white;
        color: white;
    }
    /*This is the actual sidebar*/
    #sidebar-wrapper .list-group {
        width: 15rem;
        font-size: 1.2rem;
        font-weight: bold;
    }

/*Side Menu NAV Button styles */
.list-group-item {
    background-color: rgba(40,46,60,1);
    color: white;
}

.drop-item-style {
    background-color: rgb(213,219,242);
    color: black;
}

.main-role-button-style {
    background-color: rgba(16,196,232);
    color: white;
}

.home-Button {
    background-color: rgba(0,98,179);
    color: white;
}

/*this is the main page body*/
#page-content-wrapper {
    min-width: 100vw;
}

#wrapper.toggled #sidebar-wrapper {
    margin-left: 0;
}


@media (min-width: 768px) {
    #sidebar-wrapper {
        margin-left: 0;
    }

    #page-content-wrapper {
        min-width: 0;
        width: 100%;
    }

    #wrapper.toggled #sidebar-wrapper {
        margin-left: -15rem;
    }
}















/*Index page------------------------------------*/




.indexheroimg {
    background-image: linear-gradient(to right,rgba(0,0,0,0.7),rgba(51,51,51,0.1)),url(../img/fronttruck1.jpg);
    height: 75vh;
    color: white;
    background-size: cover;
}

.indexherofont {
    color: white;
    font-size: 55px;
    font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
}

svg:hover polygon {
    fill: #042060;
    opacity: 1.0 !important;
}

div.buttonposition {
    position: relative;
    top: -120px;
    right: -243px;
}

.cardProps {
    box-shadow: 1px 1px 8px grey;
}

.ResidentialButton {
    padding: .5rem 1rem;
    font-size: 1.25rem;
    line-height: 1.5;
    border-bottom-right-radius: unset;
    border-top-right-radius: unset;
    color: white;
    background-color: rgba(40,46,60,1);
    width: 165px;
    text-align: center;
    border-right-style: solid;
}

.BusinessButton {
    padding: .5rem 1rem;
    font-size: 1.25rem;
    line-height: 1.5;
    border-radius: .3rem;
    color: white;
    background-color: rgba(40,46,60,1);
    width: 165px;
    text-align: center;
}







.title {
    padding: 40px;
    position: relative;
    font-size: 20px;
    position: relative;
    background: white;
}




/*.title2 {
    padding: 40px;
    position: relative;
    font-size: 20px;
    position: relative;
    background: white;
}

    .title2:after {
        content: " ";
        position: absolute;
        display: block;
        width: 120%;
        height: 100%;
        top: 0;
        left: 0;
        bottom: 0;
        right: -95px;
        z-index: -1;
        background: white;
        transform-origin: bottom left;
        transform: skew(-20deg, 0deg);
    }*/








/*Index page*/





/*Residnetial page-------------------------------*/
.residentialnhero {
    background-image: linear-gradient(to right,rgba(0,0,0,0.7),rgba(51,51,51,0.1)),url(/img/residential/resihero.jpg);
    height: 60vh;
    color: white;
    background-size: cover;
    background-position: 80% 1%;
}
/*Residnetial page*/




/*Commercial page-------------------------------*/
.commercialhero {
    background-image: linear-gradient(to right,rgba(0,0,0,0.7),rgba(51,51,51,0.1)),url(/img/commercial/comhero.jpg);
    height: 60vh;
    color: white;
    background-size: cover;
    background-position: 60% 1%;
}
/*commercial page*/


/*Industrial page-------------------------------*/
.industrialhero {
    background-image: linear-gradient(to right,rgba(0,0,0,0.7),rgba(51,51,51,0.1)),url(/img/industrial/industbnr.jpg);
    height: 60vh;
    color: white;
    background-size: cover;
    background-position: 30% 1%;
}
/*Industrial page*/


/*Business page-------------------------------*/
.businesshero {
    background-image: linear-gradient(to right,rgba(0,0,0,0.7),rgba(51,51,51,0.1)),url(/img/business/Bizcansbanner.jpg);
    height: 60vh;
    color: white;
    background-size: cover;
    background-position: 80% 1%;
}
/*Business page*/



/*Municipal page ------------------------------------*/
.municipalhero {
    background-image: linear-gradient(to right,rgba(0,0,0,0.4),rgba(51,51,51,0.1)),url(/img/municipal/middletown.jpg);
    height: 60vh;
    color: white;
    background-size: cover;
}


.yellowlidcolor {
    background-color: rgb(253,220,63);
    color: black;
}

/*Municipal page */


/*Carriers page-------------------------------*/
.careershero {
    /*background-image: linear-gradient(to right,rgba(40,46,60,1),rgba(51,51,51,0.1)),url(/img/CarrierBanner1.jpg);*/
    background-image: url(/img/CarrierBanner1.jpg);
    height: 60vh;
    color: white;
    background-size: cover;
    background-position: 80% 1%;
}
/*Carriers page*/

/*Fuel surcharge page-------------------------*/


.chart-container {
    position: relative;
    margin: auto;
    height: 30vh;
    width: 80vw;
}


/*fuelsurcharge page*/



/*Thankyou page*/
.thankyouhero {
    background-image: linear-gradient(to right,rgba(0,0,0,0.3),rgba(51,51,51,0.1)),url(/img/fronttruck1.jpg);
    height: 1080px;
    color: white;
    background-size: cover;
    display: flex;
}

.thankyoucontainer {
    background-color: rgba(255,255,255, 0.9);
    color: black;
}


/*Thankyou page*/









/*Media Querries-------------------------------*/

@media screen and (min-width: 200px) {




    .hideOnMobile {
        display: none !important;
    }

    /*.ShowOnMobile {
        display: block !important;
    }*/
    .ShowOnMobile {
        display: flex !important;
    }

    .respH1 {
        font-size: 35px;
    }

    .respH2 {
        font-size: 20px;
    }

    .respH3 {
        font-size: 15px;
    }

    .respH4 {
        font-size: 10px;
    }

    .respH5 {
        font-size: 7px;
    }

    .respP {
        font-size: 6px;
    }



    .title {
        padding: 40px;
        position: relative;
        font-size: 20px;
        position: relative;
        background: white;
    }

        .title:after {
            display: none;
        }
}


@media screen and (min-width: 300px) {

    .hideOnMobile {
        display: none !important;
    }

    /*.ShowOnMobile {
        display: block !important;
    }*/
    .ShowOnMobile {
        display: flex !important;
    }

    .respH1 {
        font-size: 35px;
    }

    .respH2 {
        font-size: 30px;
    }

    .respH3 {
        font-size: 17px;
    }

    .respH4 {
        font-size: 20px;
    }

    .respH5 {
        font-size: 16px;
    }

    .respP {
        font-size: 10px;
    }

    .title {
        padding: 40px;
        position: relative;
        font-size: 20px;
        position: relative;
        background: white;
    }

        .title:after {
            display: none;
        }
}



@media screen and (min-width: 1000px) {


    .hideOnMobile {
        display: none !important;
    }

    /*.ShowOnMobile {
        display: block !important;
    }*/
    .ShowOnMobile {
        display: flex !important;
    }

    .respH1 {
        font-size: 40px;
    }

    .respH2 {
        font-size: 35px;
    }

    .respH3 {
        font-size: 30px;
    }

    .respH4 {
        font-size: 24px;
    }

    .respH5 {
        font-size: 20px;
    }

    .respP {
        font-size: 15px;
    }

    .title:after {
        content: " ";
        position: absolute;
        display: block;
        width: 120%;
        height: 100%;
        top: 0;
        bottom: 0;
        right: 0;
        z-index: -1;
        background: white;
        transform-origin: top right;
        transform: skew(-20deg, 0deg);
    }
}




@media screen and (min-width: 1300px) {


    /*  .hideOnMobile {
        display: inline !important;
    }*/
    .hideOnMobile {
        display: block !important;
    }

    .ShowOnMobile {
        display: none !important;
    }

    .respH1 {
        font-size: 40px;
    }

    .respH2 {
        font-size: 35px;
    }

    .respH3 {
        font-size: 30px;
    }

    .respH4 {
        font-size: 25px;
    }

    .respH5 {
        font-size: 20px;
    }

    .respP {
        font-size: 15px;
    }

    .title:after {
        content: " ";
        position: absolute;
        display: block;
        width: 120%;
        height: 100%;
        top: 0;
        bottom: 0;
        right: 0;
        z-index: -1;
        background: white;
        transform-origin: top right;
        transform: skew(-20deg, 0deg);
    }
}


@media screen and (min-width: 1900px) {


    /*  .hideOnMobile {
        display: inline !important;
    }*/
    .hideOnMobile {
        display: block !important;
    }

    .ShowOnMobile {
        display: none !important;
    }

    .respH1 {
        font-size: 40px;
    }

    .respH2 {
        font-size: 35px;
    }

    .respH3 {
        font-size: 30px;
    }

    .respH4 {
        font-size: 25px;
    }

    .respH5 {
        font-size: 20px;
    }

    .respP {
        font-size: 15px;
    }


    .title:after {
        content: " ";
        position: absolute;
        display: block;
        width: 120%;
        height: 100%;
        top: 0;
        bottom: 0;
        right: 0;
        z-index: -1;
        background: white;
        transform-origin: top right;
        transform: skew(-20deg, 0deg);
    }
}




@media screen and (min-width: 2560px) {


    /*    .hideOnMobile {
        display: inline !important;
    }*/
    .hideOnMobile {
        display: block !important;
    }

    .ShowOnMobile {
        display: none !important;
    }

    .respH1 {
        font-size: 40px;
    }

    .respH2 {
        font-size: 30px;
    }

    .respH3 {
        font-size: 60px;
    }

    .respH4 {
        font-size: 24px;
    }

    .respH5 {
        font-size: 20px;
    }

    .respP {
        font-size: 20px;
    }

    .title:after {
        content: " ";
        position: absolute;
        display: block;
        width: 120%;
        height: 100%;
        top: 0;
        bottom: 0;
        right: 0;
        z-index: -1;
        background: white;
        transform-origin: top right;
        transform: skew(-20deg, 0deg);
    }
}


@media screen and (min-width: 4000px) {


    /*  .hideOnMobile {
        display: inline !important;
    }*/
    .hideOnMobile {
        display: block !important;
    }

    .ShowOnMobile {
        display: none !important;
    }

    .respH1 {
        font-size: 40px;
    }

    .respH2 {
        font-size: 35px;
    }

    .respH3 {
        font-size: 90px;
    }

    .respH4 {
        font-size: 25px;
    }

    .respH5 {
        font-size: 20px;
    }

    .respP {
        font-size: 25px;
    }

    .title:after {
        content: " ";
        position: absolute;
        display: block;
        width: 120%;
        height: 100%;
        top: 0;
        bottom: 0;
        right: 0;
        z-index: -1;
        background: white;
        transform-origin: top right;
        transform: skew(-20deg, 0deg);
    }
}
/*Media Querries*/

