﻿/*-----Anything bin or Street Scene related that needs custom styling---------*/


/*---------------Bin Collection Results Pages-----------*/

.refuse-results{
    margin-bottom: 35px;
}

#persistedAddressDescription{
    margin-top: 15px;
}

#newBuildModal{
    margin-top: 10px;
}
/*---------------Garden Waste Start Page---------------*/
a.infoButton.gardenRenewInfoButton {
    position: absolute;
    right: -13px;
    top: 0;
}




/*-----------------------------------------------------------------------------------------------------------------------------------------------------------------*/
/*------------------------------------------------------------------------------------iPhone Pro--------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------------------------------------------------------------------------------------------*/
@media only screen and (min-width: 390x) {

    /*---------------Garden Waste Start Page (iPhone Pro)---------------*/

    a.infoButton.gardenRenewInfoButton {
        right: 0;
    }
}



/*-----------------------------------------------------------------------------------------------------------------------------------------------------------------*/
/*------------------------------------------------------------------------------------iPhone XR--------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------------------------------------------------------------------------------------------*/
@media only screen and (min-width: 414px) {

    /*---------------Garden Waste Start Page (iPhone XR)---------------*/

    a.infoButton.gardenRenewInfoButton {
        right: 18px;
    }
}





/*-----------------------------------------------------------------------------------------------------------------------------------------------------------------*/
/*--------------------------------------------------------------------------Large Mobile View (COL-SM)-------------------------------------------------------------*/
/*-----------------------------------------------------------------------------------------------------------------------------------------------------------------*/
@media only screen and (min-width: 576px) {

    /*---------------Garden Waste Start Page (COL-SM)---------------*/

    a.infoButton.gardenRenewInfoButton {
        right: 110px;
    }


}


/*-----------------------------------------------------------------------------------------------------------------------------------------------------------------*/
/*--------------------------------------------------------------------------Small Tablet View (COL-MD)-------------------------------------------------------------*/
/*-----------------------------------------------------------------------------------------------------------------------------------------------------------------*/

@media only screen and (min-width: 768px) {

    /*---------------Garden Waste Start Page (COL-MD)---------------*/

    a.infoButton.gardenRenewInfoButton {
        right: 265px;
        top: 3px;
    }

}


/*-----------------------------------------------------------------------------------------------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------- Tablet View (COL-LG)------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------------------------------------------------------------------------------------------*/

@media only screen and (min-width: 992px) {



    #persistedAddressDescription {
        margin-top: 0;
    }

    /*---------------Garden Waste Start Page (COL-LG)---------------*/

    a.infoButton.gardenRenewInfoButton {
        right: 345px;
    }

}



/*-----------------------------------------------------------------------------------------------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------- Small Desktop View (COL-XL)-----------------------------------------------------------*/
/*-----------------------------------------------------------------------------------------------------------------------------------------------------------------*/

@media only screen and (min-width: 1200px) {

    /*---------------Garden Waste Start Page (COL-XL)---------------*/

    a.infoButton.gardenRenewInfoButton {
        right: 495px;
    }

}



/*-----------------------------------------------------------------------------------------------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------- Large Desktop View (COL-XXL)----------------------------------------------------------*/
/*-----------------------------------------------------------------------------------------------------------------------------------------------------------------*/

@media only screen and (min-width: 1400px) {

    /*---------------Garden Waste Start Page (COL-XXL)---------------*/

    a.infoButton.gardenRenewInfoButton {
        right: 640px;
    }
}


/*-----------------------------------------------------------------------------------------------------------------------------------------------------------------*/
/*------------------------------------------------------------------- Extra Large Desktop View (COL-XXXL)----------------------------------------------------------*/
/*-----------------------------------------------------------------------------------------------------------------------------------------------------------------*/

@media only screen and (min-width: 1600px) {

    /*---------------Garden Waste Start Page (COL-XXXL)---------------*/

    a.infoButton.gardenRenewInfoButton {
        right: 810px;
    }

}



/*-----------------------------------------------------------------------------------------------------------------------------------------------------------------*/
/*----------------------------------------------------------------------- HD (COL-XXXXL)---------------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------------------------------------------------------------------------------------------*/

@media only screen and (min-width: 1920px) {

    /*---------------Garden Waste Start Page (COL-XXXXL)---------------*/

    a.infoButton.gardenRenewInfoButton {
        right: 72%;

    }

}
