/* ----------------------> Site Colors <---------------------- * /
Main: Medium Gray: #4D4E4E
Secondary: Light Blue #009FFB
Accent: Red #A3252B
a3252b

*/

/* ----------------------> Global Styles <---------------------- */
/* Mouse Highlight */
::selection {
	color: #fff;
	background: #000;
}
::-moz-selection {
	color: #fff;
	background: #000;
}
::-webkit-selection {
	color: #fff;
	background: #000;
}
/* Link Color */
a:hover, a:focus, a.link {
	color: #4D4E4E;
}
/* Link Style */
#displayCartItems a, .CartProduct a, .pager a, #productDetails a, .rightSidebar a {
	text-decoration: underline;
}
.mCS-dark-2>.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
	background: rgba(52, 73, 94, 0.7) !important;
}
.full {
	width: 100%;
}
/* Modal Header */
.modal-header {
	background: #4D4E4E;
}
.form-control:focus {
	border-color: #4D4E4E;
}
/* Sub Category Thumbnail */
.subCategoryList .thumbnail:hover {
	/* border: 1px solid #4D4E4E; */
}
/* Product Code Page Tabs */
.nav-tabs>li.active>a, .nav-tabs>li.active>a:hover, .nav-tabs>li.active>a:focus,
	.nav-tabs>li:hover>a {
	background: #4D4E4E;
}
.nav-tabs {
	border-bottom: 3px solid #4D4E4E;
}
ul#navTabs {
    background: transparent;
}
.nav-tabs > li {
    background: #fff !important;
    margin-bottom: 0px;
}
/* Marketing Highlight */
div#eRental_marketingHighlight h2 {
        font-size: 14pt;
}
.sp-thumbs a:hover, .sp-thumbs a:active, .sp-current, sp-current:visited
	{
	border: 2px solid #4D4E4E !important;
}
.promo-1 {
	background: none repeat scroll 0 0 #4D4E4E;
}
/* Product Code Page Availability/Estimated Cost */
div#eRental_availability_Section, div#eRental_PriceSection {
    font-size: 10pt;
    padding-top: 10px !important;
}
/* Removes Dup Price on Cart Page */
.price.eRental-cost {
    display: none;
}
/* Date Selection */
.bootstrap-datetimepicker-widget.dropdown-menu {
    width: 19em;
    padding: 5px;
}
/* Pay Invoice as Guest */
.guest-pay-invoice-sec {
    padding-top: 10px;
    padding-bottom: 5px;
}
/* Pay Invoice as Guest */
#ModalLogin .strike {
    color: #4A4B4F;
    font-weight: 400 !important;
}
.card-body {
    margin: 15px;
    height: 250px;
}
.card-image {
    padding: 20px;
}
/* Hide Mobile Content */
 .mobileHide { display: inline;}
   /* Smartphone Portrait and Landscape */
   @media only screen
   and (min-device-width : 320px)
   and (max-device-width : 480px) {  
       .mobileHide { 
           display: none; 
       }  
   }
/* Hide Desktop Content */
.desktopHide {display: inline;}
  /* Desktop */
  @media only screen
  and (min-device-width : 768px) {
      .desktopHide {
          display: none;
      }
  }

/* ----------------------> Search Feature <---------------------- */
.search-box:hover .form-control {
	background: #4D4E4E;
}

.search-box:hover .btn-nobg {
	color: #4D4E4E;
}

.searchInputBox .search-btn {
	color: #fff;
}






/* ----------------------> Buttons <---------------------- */
/* General Buttons */
.btn-action, .btn-primary, .btn-primary, .product:hover .add-fav:hover,
.product:hover .add-fav.active .btn-primary:active, .btn-primary.active,
.open .dropdown-toggle.btn-primary {
	background-color: #4D4E4E;
    border-color: #4D4E4E;
	color: #fff;
}
.btn-action:hover, .btn-action:focus, .btn-action:active,
	.btn-action.active, .open .dropdown-toggle.btn-action, .btn-primary:hover, .btn-primary:focus, .btn-primary:active,
	.btn-primary.active, .open .dropdown-toggle.btn-primary, .pagination>.active>a,
	.pagination>.active>span, .pagination>.active>a:hover, .pagination>.active>span:hover,
	.pagination>.active>a:focus, .pagination>.active>span:focus {
	background-color: #4D4E4E;
	border-color: #4D4E4E;
	color: #fff;
}
/* Hides Site Selector Buttons */
.btnSiteSelector {
    display: none !important;
}
/* Quick View Button */
.btn-quickview  {
	color: #fff !important;
	text-transform: uppercase;
	background: #4D4E4E;
	border: 1px solid #A3252B;
}
.btn-quickview:hover {
    background: #000;
}
/* Quick View > View Full Details */
#rentalQuickViewModal a {
    color: #fff !important;
}
/* Quick View > View Full Details */
a.btn.btn-sm.btn-warning, a.btn.btn-sm.btn-warning:hover {
    background: #4D4E4E;
    color:#fff !important;
    text-decoration: none !important;
}
/* Share Link in Quickview */
.share-button>span {
    color: #000;
}
/* Calendar Date Selection */
.bootstrap-datetimepicker-widget table td.active, .bootstrap-datetimepicker-widget table td.active:hover, .bootstrap-datetimepicker-widget table td.day:hover {
    background-color: #A3252B;
    color: #fff;
}
.orderStep li.active a i {
	background: #d2d2d2;
	color: #4D4E4E;
}
.btn-site, .newsLatterBox .btn {
	background: #4D4E4E;
}
.btn-discover:hover, .btn-site:hover, .newsLatterBox .btn:hover {
	background: #4D4E4E;
}
.pager2 a {
	border: 1px solid #4D4E4E;
}
.pager2 a.selected {
	background: #4D4E4E;
}
#pager a.cycle-pager-active {
	background: rgba(52, 73, 94, 0.5);
}
/* PC Page Availability, Checkout, Continue Buttons */
.cart-actions button, .cart-actions .wishlist {
	background: none repeat scroll 0 0 #4D4E4E;
	border: 2px solid #4D4E4E;
}
.cart-actions button:hover {
	background: none repeat scroll 0 0 #A3252B;
	border: 2px solid #000;
}
#pager2 span.cycle-pager-active {
	background: #4D4E4E !important;
}
#pager2 span {
	border: 2px solid #4D4E4E;
}
.orderStep li.active a {
	background: #4D4E4E;
}
.orderStep li.active a:after {
	border-top-color: #4D4E4E !important;
}
.orderStep li a {
	background: #d2d2d2;
}
/* Page Numbers */
.pagination li.active a {
    box-shadow: 0 0 1px rgba(0,0,0,0.2) inset;
    background: #A3252B;
    color: #fff;
    border: 1px solid #A3252B;
}
.pagination>li>a, .pagination>li>span {
    color: #A3252B;
}

/* ----------------------> Category Navigation <---------------------- */
/* Category Nav Tree Badge */
.tree>.active>a>.badge {
    background: #4D4E4E;
}
/* Base Categories in Nav Tree */
.nav.tree .open-tree>a {
	background: none;
	font-weight: normal;
	color: #000 !important;
    font-size:14pt;
    text-transform: uppercase;
}
/* Nav Tree Links */
.nav-stacked.tree>li a {
	background: none;
	font-weight: normal;
	color: #000 !important;
    font-size:14pt;
    text-transform: uppercase;
}
.nav-stacked.tree>li a:hover, .nav.tree .open-tree>a:hover, .nav.tree .open-tree>a:focus,
 .nav.tree>li.active, .nav.tree>li>a:hover, .nav.tree>li>a:focus, .nav.tree>li:hover>a {
     font-weight: bold;
 }

/*
.category-level-2 {
    font-weight: normal !important;
    font-size: 11pt !important;
}
.category-level-2 li a.active {
    font-weight: bold;
}
.category-level-2 .dropdown-tree.active .dropdown-tree-a .badge {
    background: #A3252B;
}
.category-level-2 .dropdown-menu-tree .dropdown-tree .dropdown-tree-a {
    font-weight: normal !important;
}
 
.category-level-2 .dropdown-menu-tree .dropdown-tree.active .dropdown-tree-a {
    font-weight: bold !important;
}
*/
/* Cat Title (non-active) */
ul.category-level-2.dropdown-menu-tree > li.dropdown-tree > a.dropdown-tree-a {
    font-weight: normal !important;
}
/* Cat Title - Active */
ul.category-level-2.dropdown-menu-tree > li.dropdown-tree.active > a.dropdown-tree-a {
    font-weight: bold !important;
    color: #000 !important;
}
/* Category H1 Title */
h1#categoryHead {
    font-size: 32pt;
    text-transform: uppercase;
}
/* Attribute Filter Text */
.panel.panel-default label {
    font-size: 14pt;
}
/* Badge Default (non-active) */
.dropdown-tree > a .badge {
    background-color: #edeef0;
    color: #808080;
}
/* Badge Default - Active */
.dropdown-tree.active > a .badge {
    background-color: #A3252B;
    color: #fff;
}
/* -- Category/Group Panel-Title -- */
.panel-default>.panel-heading {
	border-bottom: 4px solid #a30f16;
    background-color: #4d4e4e;
}
h4.panel-title, h4.panel-title:hover, span#categoryFilterTitle:hover, span#groupFilterTitle:hover, .panel-title>a:hover {
    font-size: 18pt;
    color:#fff;
    margin-bottom:-5%;
    letter-spacing: 3px;
    text-transform: uppercase;
}
h4.panel-title i.fa.fa-caret-right {
    font-size: 12pt;
    margin-right: 10px;
}
/* Base Category Badges */
.nav-pills>li>a>.badge {
    margin-left: 3px;
    display: none;
}
.product:hover {
    box-shadow: 0 0px 4px 0 #720005;
}
/* Breadcrumb Styles */
.breadcrumb {
    border: 2px solid #A3252B;
    background: #4d4e4e !important;
    margin-top: -2%;
}
ul#breadcrumb, ul#breadcrumb a, .breadcrumb>.active, .breadcrumb li a {
    color: #fff !important;
    font-size: 12pt;
}


/* ----------------------> My Account <---------------------- */
/* My Account Buttons */
.pager .next>a, .pager li>a:hover, a.back-to-shopping, a.back-to-shopping:hover {
    background-color: #4D4E4E !important;
    border: 1px solid #4D4E4E !important;
    color: #fff !important;
}
/* Pay Invoices Now Button */
.btn-success {
    background-color: #ffd813;
    color: #000 !important;
}
.btn-success:hover, .btn-success:focus {
    background-color: #036704;
    border-color: #036704;
    color: #fff !important;
}
/* Pay Invoices Step Modals */
.orderStep li.active a i {
    background: #4D4E4E;
    color: #fff;
}
/* YTD Qty Report Dropdown */
.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #4D4E4E;
}






/* ----------------------> Custom Header <---------------------- */
/* All of Header */
.navbar-tshop {
    border-bottom: 1px solid #b2b2b2;
    background-color: #fff;
    background-image: url("/ecommerce/productimages/asfaltdark.png");
    box-shadow: 0px 0px 6px 0px #3a3a3a;
}
/* Top Nav Bar */
.navbar-top {
	background: #4D4E4E;
}
/* Rental Cart */
.cartMenu:hover>a.dropdown-toggle {
    background: transparent;
}
/* -- Top Border on Rental Cart Dropdown -- */
.dropdown-menu {
	border-top: solid #A3252B;
}
/* Rental Cart */
.cartMenu a.dropdown-toggle, .cartMenu a#cart-sidebar-toggle {
    padding-bottom: 15px;
    padding-top: 25px;
    padding-left: 20px;
    padding-right: 20px;
    color: #000;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 35px;
    display: block;
    margin-top: 3px;
}
/* Menu Navbar Styles START ------------- */
.main-nav a, .main-nav a:not([class]) {
    color: #000;
    text-decoration: none;
    padding: .5em .75em;
    display: block;
    text-transform: uppercase;
    font-size: 15px;
	line-height: 35px;
	font-weight: 600;
	border-radius: 3px;
}
.main-nav a:hover {
  background-color: transparent;
  color: #A3252B;
}
.main-nav .menu-item-has-children > a:after {
        /* content: ''; */    /* Removes Dropdown Caret */
        display: inline-block;
        width: 0.5em;
        height: 0.5em;
        border-bottom: 2px solid;
        border-right: 2px solid;
        transform: rotate(45deg);
        margin-left: 1em;
        margin-top: -0.1em;
        position: relative;
        top: -0.25em;
}
/* Move up top menu text a tad with line-height and  margin-top */
.userMenu>li>a {
    color: #FFFFFF;
    display: block;
    float: left;
    font-size: 14px;
    margin-top: -10px;
    line-height: 1;
    padding: 0 20px 0 0;
    text-decoration: none;
    transition: opacity 0.2s ease-out 0s;
    -webkit-transition: opacity 0.21s ease-out 0s;
    -moz-transition: opacity 0.2s ease-out 0s;
    -ms-transition: opacity 0.2s ease-out 0s;
    -o-transition: opacity 0.2s ease-out 0s;
}

.navbar .navbar-top {
    height: 30px;
    transition: all 0.1s ease-out 0s;
    -webkit-transition: all 0.1s ease-out 0s;
    -moz-transition: all 0.1s ease-out 0s;
    -ms-transition: all 0.1s ease-out 0s;
    -o-transition: all 0.1s ease-out 0s;
    font-size: 13px;
    font-weight: bold;
    line-height: 5px;
    text-transform: uppercase;
    box-shadow: 0px 1px 2px 1px #3a3a3a;
}
.navbar-header .navbar-toggle {
    margin-right: 10px;
    padding: 9px 2px;
    background-color: #A3252B !important;
}


/* ---------------------------------------------------> DESKTOP <--------------------------------------------------- */
@media (min-width: 768px) {
    /* Logo Styling */
    .logo-responsive {
		width: 75% !important;
        margin-top: 2px !important;
        margin-left: 50px !important;
        margin-top: -10px !important;
	}
    /* Logo Styling */
    .navbar-brand img {
        padding:10px;
    }
    /* Main Navigation Style */
    .main-nav {
        display: flex;
        flex-wrap: wrap;
    }
    .main-nav .menu-item {
        position: relative;
    }
    /* Dropdown Sub Menu */
    .main-nav .sub-menu {
        position: absolute;
        background-color: #fff;
        top: 100%;
        left: 0em;
        padding: 0.5em;
        white-space: nowrap;
        visibility: hidden;
        opacity: 0;
        transition: opacity .25s, visibility 0s .25s;
		border-radius: 3px;
		box-shadow: 0px 1px 1px 1px #d8d8d8;
    }
    .main-nav .menu-item:hover .sub-menu, .main-nav .menu-item:focus .sub-menu {
        opacity: 1;
        visibility: visible;
        transition-delay: 0s;
    }
    .main-nav .menu-item:focus-within .sub-menu {
        opacity: 1;
        visibility: visible;
        transition-delay: 0s;
    }
    .navbar-collapse nav {
        width: auto;
        float: left;
        z-index: 11;
        margin-top: 20px;
    }
    /* START Search-default Big Search Style */
    .search-full, .search-input {
        padding-top: 65px;
        background: #4D4E4E;
        padding-right: 5px;
    }
    .search-close {
        color: #fff;
        background-color: #4D4E4E;
    }
    .search-close:hover {
        color: #fff;
        background-color: #4D4E4E;
    }
    .btn-nobg {
        line-height: 20px;
        background: none;
        color: #000;
        font-size: 16px;
    }
    /* END Search-default Big Search Style */
    /* Search-expand Style */
    div#searchWidget {
        margin-top: 20px;
        width: 25%;
    }
    /* Removes Search-expand Icon Button Fuzz */
    span.input-group-addon.searchicon.navbar-top.pointer {
        box-shadow: -2px 2px 5px 1px #fff;
    }
        /* Rental Cart */
    .cartRespons {
        font-size: 11pt;
        color: #000;
    }
    /* Sub Category H3 Title */
    .subCategoryTitle h3 {
        font-size: 14pt !important;
    }
    /* Sub Category Thumbnail */
    .subCategoryList .thumbnail:hover {
        box-shadow: inset 0px 0px 6px 1px #000; 
    }
    .subCategoryThumb {
        margin-top: 5px;
    }
    .product .image {
        padding-top: 20px;
    }
    div#productSortingDiv {
        background: transparent !important;
        border: transparent !important;
    }
    /* Product Code Rate Ribbon */
    #eRental_rateList {
        font-size: 12pt;
        font-style: normal;
    }
    /* Rental Cart Badge */
    span#totalCartItem, span#totalCartItem:hover {
         background: #A3252B;
         margin: 2px;
         margin-bottom: 5px;
    }
    /* Cart Icon in Header */
    .cartWidget i.fa.fa-shopping-cart i.fa.fa-shopping-cart {
        font-size: 12pt;
    }
    /* Rental Cart Caret */
    b.caret {
        display: none;
    }
    /* Rental Cart Expanded Asset Title */
    h4.eRental-cartDropdown-desc {
        font-size: 14pt;
        font-weight: 600;
        margin-bottom: 5px;
        margin-top: 10px;
    }
    /* Rental Cart Start/End Labels */
    .eRental-dates.eRental-cart-dropdown {
        font-size: 12pt;
        padding-bottom: 3pt;
    }
    /* Rental Cart Dates */
    .eRental-startDate-val, .eRental-endDate-val {
        font-weight: 500;
        font-size: 13pt;
    }
    /* Rental Cart Qty */
    td.miniCartQuantity {
        font-size: 14pt;
    }
    /* Rental Cart Trash Icon */
    i.fa.fa-trash {
        font-size: 16pt;
    }
    /* Rental Cart SubTotal */
    span#cartWidgetAmountDetails {
        font-size: 14pt;
    }
    /* Rental Cart Buttons */
    .cartMenu .btn {
        margin-top: 10px;
        margin-bottom: 3px;
        margin-right: 5px;
    }
    /* Checkout Button */
    .miniCartFooter .btn:last-child {
        font-weight: 600;
        margin-left: 10px;
        background-color: green;
    }
    /* Hide Icon on View Cart */
    .miniCartFooter i.fa.fa-shopping-cart {
        display: none;
    }
    /* PC Thumbnail */
    .thumbnail {
        margin-top: 8px;
    }
    /* Padding above Thumbnail */
    .row.subCategoryList.clearfix {
        margin-top: 0px;
    }
    /* Category Title */
    h2#catHead {
        padding-top: 20px;
    }
    /* Guest Invoice Payment Title */
    label#guestInvoice-msg {
        font-size: 19pt;
        padding-top: 20px;
    }
    /* Guest Invoice Payment Form Labels */
    .form-horizontal .form-group {
        font-size: 12pt;
    }
    /* PC Estimated Cost Price */
    #eRental_PriceSection .price-sales, #eRental_PriceSection .product-price {
        padding-left: 15px;
    }
    span#eRental_available {
        margin-left: -12px;
    }
    /* Category H1 Title */
    h1#categoryHead {
        font-size: 32pt;
        text-transform: uppercase;
        color:#A3252B;
        background-image:linear-gradient(to right, #fff, #edeef0);
        padding-top: 10px;
        padding-left: 10px;
    }
    .myAccountList .thumbnail {
        box-shadow: inset 0px 0px 5px 2px #000;
    }
    /* Widget Thumbnails */
    .myAccountList .thumbnail:hover {
        background: #fff;
        box-shadow: inset 0px 0px 8px 2px #A3252B;;
    }
}

/* ---------------------------------------------------> MOBILE <----changed from 767 to 1526------------------------ */
@media (max-width:767px) {
    /* Menu */
    .main-nav .sub-menu {
        padding-left: .5em;
        margin-left: 0.75em;
        border-left: 2px solid #A3252B75;
        margin-top: .25em;
        margin-bottom: 0.25em;
    }
    /* Mobile Nav Style */
    .main-nav a, .main-nav a:not([class]) {
        border-bottom: 1px solid #bebebe;
    }
    /* Mobile Sign In */
    li#signIn {
        background: transparent !important;
        font-size: 17pt;
        list-style: none;
        margin-left: -10px;
        margin-right: 10px;
    }
    /* Sign In Icon */
    i#mobileSignInIcon {
        color: #000;
    }
    /* Company Logo */
    .navbar-brand {
        margin-left: 0 !important;
    }
    /* Navbar Mobile Padding */
    .container>.navbar-header, .container-fluid>.navbar-header, .container>.navbar-collapse, .container-fluid>.navbar-collapse {
        padding-bottom: 15px;
        border-bottom: 3px solid #A3252B;
    }
    /* Navbar Brand Image */
    .navbar-brand img {
        margin-top: -5%;
    }
    /* Menu/Cart Buttons */
    .navbar-header .navbar-toggle {
        background: #26337D;
        padding: 10px 10px;
        margin-top: 25px;
        margin-right: 8%;
    }
    /* Cart Badge */
    span#totalCartItem {
       background: #fff !important;
       color: #3A3A3A;
       margin-right: 3px;
       padding-bottom: 6px;
       display: none; /* hides # of cart items and badge */
    }
    /* Rental Cart */
    .cartRespons {
        color: #26337D !important;
        margin-left: -4px;
        margin-right: -4px;
        display: none; /* hides R */

    }
    /* Rental Cart Icon */
    i.fa.fa-shopping-cart.colorWhite {
        font-size: 22pt;
        padding-right: 2pt;
        color: #000 !important;
        padding-left: 10px;
    }
    button#shopCartMobile {
        background: none !important;
        margin-right: 5%;
    }
    /* Rental Cart Button */
    button#rentalCartMobile {
        background: transparent !important;
    }
    /* Expanded Cart Footer */
    .miniCartFooter {
		background: #e2e2e2 !important;
        margin-bottom: 20px;
        border-top: 3px solid #4D4E4E !important;
	}
    /* Checkout Btn */
    .miniCartFooter .btn:last-child, .miniCartFooter .btn:last-child:hover {
        font-weight: 700;
        background: #4D4E4E;
        margin-right: 100px;
    }
    /* View Cart Left Center
    a.btn.btn-sm.btn-primary.view-cart {
        margin-right: 40px;
    } */
    /* Expanded Cart Buttons */
    .cartMenu .btn {
        margin-top: 10px;
        margin-right: 5px;
    }
    .cartMenu {
        border-top: 2px solid #26337D;
        padding-top: 10px;
    }
    /* Cart Asset Title */
    .cartMenu h4 {
        font-size: 20px;
        font-weight: 600;
        padding-bottom: 5px !important;
    }
    /* Start/End Dates */
    .eRental-dates label, .eRental-dates span {
        font-size: 14px;
        padding-top: 5px;
    }
    /* Asset Qty */
    td.miniCartQuantity {
        font-size: 18px;
    }
    /* Asset Image */
    .cartMenu img {
        max-width: 100px;
        max-height: 300px;
    }
    /* Trash Icon */
    .cartMenu i.fa.fa-trash {
        font-size: 18pt;
    }
    /* Reservation Request Total */
    span#cartWidgetAmountDetails {
        font-size: 13pt;
        padding-right: 25px;
    }
    /* Expanded Menu Height */
    .navbar-fixed-top .navbar-collapse {
       max-height: 767px;
       border-bottom: 3px solid #A3252B;
       margin-top:-3%;
    }
    /* Widget Links in Expanded Menu */
    .navbar-nav>li>a {
       color: #A3252B;
       background-image: linear-gradient(to left, #A3252B50, #fff);
       border-bottom: 1px solid #A3252B;
    }
    /* Category Title */
    h1#categoryHead {
       padding-top: 20px;
    }
    /* START Search-default Big Search Style */
    .search-input {
        background: #4D4E4E;
        max-width: 100%;
        padding-top: 30px;
        margin-left: -40px;
    }
    .search-close {
	    color: #FFFFFF;
        background-color:#4D4E4E;
        padding-top: 15px;
    }
    .search-close:hover {
	    color: #d2d2d2;
        background-color:#4D4E4E;
        padding-top: 25px;
    }
    .search-full.active {
        background: #4D4E4E;
    }
    .btn-nobg {
        line-height: 25px;
        background: none;
        color: #000;
        font-size: 20px;
    }
    input[type="search"] {
        font-size: 14pt;
        padding-right: 5px;
    }
    /* END Search-default Big Search Style */
    /* Product Code Page Title */
    .product-title {
        font-size: 28px !important;
    }
    /* Product Code Page Price */
    .product-price {
        font-size: 14pt !important;
    }
    /* Category Results Ribbon */
    .productFilter {
        margin-top: 25px;
        margin-bottom: 25px;
        padding-top: 3px !important;
    }
    /* Product Code Rate Ribbon */
    #eRental_rateList {
        font-size: 12pt;
        font-style: normal;
        padding-bottom: 10px;
    }
    /* Padding Fix on End Date Selection */
    div#eRentalEndDate_Section {
        padding-top: 8px;
    }
    /* PC Estimated Cost Price */
    #eRental_PriceSection .price-sales, #eRental_PriceSection .product-price {
        padding-left: 2px;
    }
    /* Availability Message */
    span#eRental_available {
        font-size:18px !important;
    }
    /* Damage Waiver */
    span#damageWaiverText, span#damageWaiverPercentage {
        font-size: 12pt;
    }
    #eRental_prodDetailsSection .form-group {
        font-size: 13pt;
    }
    /* Guest Invoice Payment Title */
    label#guestInvoice-msg {
        font-size: 15pt;
        padding-top: 20px;
    }
    /* Guest Invoice Form Labels */
    .form-horizontal .form-group {
        font-size: 12pt;
    }
    /* Logo grid Mobile Optimization */
    a.ha-logo-grid-item.ha-logo-grid-link {
            width: 100% !important;
    }
}



/* -------------- Footer ------------------------------------------------------------------------- */
@import url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css');
@import url('https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css');
section {
    padding-top: 15px;
    padding-bottom: 0px;
    text-align: left;
}

section .section-title {
    color: #FFFFFF;
    margin-bottom: 30px;
    text-transform: uppercase;
    text-align: left;
}
#footer {
    background-color: #fff;
    background-image: url("/ecommerce/productimages/asfaltdark.png");
    border-top: 4px solid #A3252B;
    text-align: left;
}
#footer h5{
    border-left:none !important;
    padding-top: 10px;
    padding-left: 5px;
    font-size: 18px;
    color:#A3252B;
}
#footer h6{
    padding-left: 5px;
    border-left:none !important;
    /* padding-bottom: 2px;
    margin-bottom: 5px; */
    padding-top:12px;
    font-size: 16px;
    color:#fff;
}
/* integraRental Copyright Tag Color */
a#integraRentalh6, a#integraRentalh6:hover {
    color: #d9d9d9 !important;
}
#footer p {
    color: #000;
    margin: 0 0 0px;
    font-size: 16px;
}
#footer a {
    color: #000;
    text-align: left;
    text-decoration: none !important;
    background-color: transparent;
    /* -webkit-text-decoration-skip: objects; */
    font-size: 16px;    
    padding: 2px;
}
/* Social Row Padding */
#footer ul.social li {
        padding: 3px 0;
        margin-top: 4px;
        margin-right: 20px;
}
/* Social Icon Hover */
#footer .social li:hover {
    border: transparent;
    background: transparent;
}
#footer ul.social li a i {
    margin-right: 8px;
        font-size:23px;
        -webkit-transition: .5s all ease;
        -moz-transition: .5s all ease;
        transition: .5s all ease;
        color: #A3252B !important;
}
#footer ul.social li:hover a i {
        font-size:30px;
        margin-top:-10px;
}
#footer ul.social li a, #footer ul.quick-links li a {
        color:#000;
}
#footer ul.quick-links li a:hover {
        letter-spacing: .03em;
}
#footer ul.social li a:hover{
        color:#009FFB;
}
#footer ul.quick-links li{
        margin-bottom: 10px;
}
#footer ul.quick-links li:hover{
         margin-bottom: 10px;
}
#footer ul.quick-links li a i{
        margin-right: 5px;
}
#footer ul.quick-links li:hover a i {
    font-weight: 700;
    text-align: left;
}
/* -------------------------------------------------------------------------------- */
@media (max-width:767px){ 
    #footer h5 {
        padding-top: 20px;
        padding-left: 0;
        padding-bottom: 0px;
        margin-bottom: 10px;
        border-left: transparent;
    }
}
.social li {
        background: transparent;
        border: transparent;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        -o-border-radius: 50%;
        -ms-border-radius: 50%;
        border-radius: 50%;
        float: left;
        height: 36px;
        line-height: 36px;
        margin: 0 0px 0 0;
        padding: 0;
        text-align: center;
        width: 36px;
        transition: all 0.5s ease 0s;
        -moz-transition: all 0.5s ease 0s;
        -webkit-transition: all 0.5s ease 0s;
        -ms-transition: all 0.5s ease 0s;
        -o-transition: all 0.5s ease 0s;
}

/* ----------------------> Unknown <---------------------- */
/*
.navbar-tshop {
	background: #fff;
}
.navbar-nav>li>a {
	color: #000;
}
.nav>li.active, .nav>li>a:hover, .nav>li>a:focus, .nav>li:hover>a {
	background: #A3252B;
}
.nav .open>a, .nav .open>a:hover, .nav .open>a:focus {
	background: #fff;
    margin-top: 3px;
}
.site-color {
	color: #4D4E4E !important;
}
.action-control a:hover, .action-control a.active {
	color: #fff;
	background: #4D4E4E;
}
.new-product {
	background: rgba(52, 73, 94, 0.95) !important;
}
*/