﻿a:link, a:visited, a:active {
    color: #e73d11;
}
a:hover {
    color: #FF4613;
}
body{
    min-height: 400px;
    margin: 0 auto 120px auto !important;
    clear: both;
}
#hamburgerRow{
    position: absolute;
    top:15px;
    right: 15px;
    color: #fff;
    background-color: #000000 !important;
}

.inner-wrap {
    margin: 15px 0 80px 0;
    padding-bottom: 80px;
}

.hero-image {
    background: url('/App_Themes/Default/images/BackgroundImageMainPage.jpg');
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.formLabel {
    font-weight: bold;
    padding: 2px 0 0 2px;
}

.formValueLabel {
    margin: 2px 0 0 7px;
}

.text-danger {
    font-weight: bold;
    color: #ff0000;
}

.formControl {
    padding: 2px;
}

.formBottom, .form-top {
    height: 15px;
    display: block;
}

hr {
    margin: 15px 0 0 0;
}

.straightBold {
    font-weight: bold;
}

.doubleSpace {
    margin: 0 0 20px 0;
}

.excelButton {
    background: url("/App_Themes/images/excel.jpg");
    width: 20px;
    height: 20px;
    display: block;
    margin: 2px;
    float: left;
}

.csvButton {
    background: url("/App_Themes/images/csv.png");
    width: 20px;
    height: 20px;
    display: block;
    margin: 2px;
    float: left;
}

.buttonContainer {
    float: left;
}

.contractList {
    max-height: 300px;
    overflow-x: auto;
    margin: 0 0 0 10px;
}

.summaryViewList {
    max-height: 150px;
    overflow-x: auto;
}

.bumpRight {
    margin: 0 0 0 10px;
}

.bumpDown {
    margin: 0 0 10px 0;
}

.contractList ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

td label {
    margin: 0 6px 0 6px;
}

.detailRow, .altDetailRow, .submitDetailRow, .submitAltDetailRow {
    border: 1px solid #C6C6C6;
    background-color: #FEFEFE;
    font-size: 70%;
    margin: 7px 0;
    padding: 0 4px;
}

.submitDetailRow, .submitAltDetailRow {
    border: 1px solid #C6C6C6;
    background-color: #FEFEFE;
    margin: 0 6px;
}

.altDetailRow, .submitAltDetailRow {
    background-color: #e6ffe6;
}

.submitDetailRow, .submitAltDetailRow {
    font-size: 100%;
}

.MyGridClass .rgDataDiv {
    height: auto !important;
    width: auto !important;
}

.divShadow {
    height: 100%;
    background-color: #F0F0F0;
    padding: 20px;
    margin-left: 10px;
    margin-top: 10px;
    margin-right: 0px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.buttonRowUnder {
    margin: 10px 0 0 0;
}

.exportLabel {
    padding: 5px 0 0 0;
}

.textLabelSmall {
    font-size: 90%;
}

.cart-panel {
    margin-top: 15px;
    font-size: 95%;
}

.cart-icon {
    margin: 6px 0 0 0;
}

.font-weight-bold {
    font-weight: bold;
}

.gauge-container {
    width: 268px;
    height: 268px;
    padding-top: 22px;
    background: url("/app_themes/horsepower/images/gauge-container.png") no-repeat 50% 50%;
}

.processingIndicator {
    background-color: #FFFFFF;
    filter: alpha(opacity=70);
    opacity: 0.7;
    margin-top: 0;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 10000;
}

.processingMessage {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%)
}

.selectedItemsBlock {
    font-size: 90%;
}

    .selectedItemsBlock ul {
        padding: 0 0 2px 4px;
        margin: 0;
        list-style: none;
        background: #F9F9F9;
        border: 1px solid #DEDEDE;
        height: 83px;
        overflow-x: hidden;
        overflow-y: auto;
    }

        .selectedItemsBlock ul li {
            margin: 3px;
            font-size: 90%;
        }

.hero-wrap {
    position: relative;
    max-width: 100%;
    height: auto;
    min-height: 688px;
    margin: 15px 0 0 0;
    /*position: relative;
    min-height: 488px;
    margin: 15px 0 0 0;*/
}

#footer {
    position: fixed;
    bottom: 0;
    left: 0;
    padding: 15px;
    background: rgba(0, 0, 0, 0.85);
    width: 100%;
}


.specialty-vertical-point-cta-outer {
    margin: 0;
}

.cta-organization-name {
    font-size: 16px;
}

.cta-points-label {
    font-size: 14px;
}

.header-logo {
    margin: -10px 0 0 -60px;
    max-width: 500px;
    /*min-width: 500px !important;*/
}
.header-logo-small {
    margin: -10px 0 0 -60px;
    max-width: 320px;
    min-width: 320px !important;
}
.header {
    height: 135px;
}

.header-background {
    /*background: rgba(0, 0, 0, 0.85);*/
    background: rgba(0, 0, 0, 100);
}

.logo-right {
    position: absolute;
    right: 0;
    width: 226px;
}

.rmToggle{
    background:#fff !important;
}
.logo-right {
    display: none;
}

.center-logo {
    padding: 60px 0 40px 0;
    margin: 0 auto;
}

.language-button {
    color: #FFF;
}

    .language-button a:link, .language-button a:visited, .language-button a:active {
        color: #f04124;
    }

@media only screen and (max-width: 537px) {
    #footer {
        margin-top: 30px;
    }
}

.premier-level-box {
    background: #f4f4f4;
    height: 100%;
    padding: 0 0 0 15px;
}

.premier-level-container {
    font-size: 18px;
}

.premier-level-title {
    font-size: 54px;
    font-weight: bold;
    margin-bottom: 25px;
}

.premier-level-premier {
    color: #f04124;
}

.premier-level-body-text {
    font-size: 16px;
    font-weight: bold;
    margin-top: 55px;
}

.print-logo {
    display: none;
}




@media print {
    .print-logo {
        background: #000;
    }

    .logo-right {
        display: block;
    }

    .header-logo-div {
        display: none;
    }

    .print-logo {
        display: block;
    }
}
.plt-vertical-point-cta-outer {
    background: url(/app_themes/Horsepower/images/PLT_Icon.png) no-repeat #f04124;
    background-position: 10px;
    background-size: 110px;
}
.specialty-vertical-point-cta-outer {
    background: url(/app_themes/Horsepower/images/Specialty_Icon.png) no-repeat #f04124;
    background-position: 10px;
    background-size: 110px;
}
.commercialvehicletire-vertical-point-cta-outer, .plt-vertical-point-cta-outer, .specialty-vertical-point-cta-outer {
    color: #000;
    padding: 17px 0 11px 0;
    margin: 0 0 15px 0;
}
.commercialvehicletire-vertical-point-cta-outer {
    background: url(/app_themes/Horsepower/images/TruckTire_Icon.png) no-repeat #f04124;
    background-position: 10px;
    background-size: 170px;
}
.my-ol > ol > li:before {
    display: inline-block;
    width: 1.5em;
    padding-right: 0.5em;
    font-weight: bold;
    text-align: right;
    content: counter(item) ".";
}
.cta-button-text {
    margin: 10px 0;
    border: 4px solid #C6C6C6;
    padding: 8px 0;
    color: #000;
    width: 100%;
    transition: all 0.3s;
}
    .cta-button-text:hover {
        background: #C6C6C6;
        border: 4px solid #FFF;
        text-decoration: none !important;
    }
.middle-row-button {
    font-size: 18px;
    background: #eceded;
    padding: 8px 24px;
    transition: all 0.3s;
}
    .middle-row-button:hover, .middle-row-button:focus {
        background-color: #333;
        color: #FFF;
        text-decoration: none;
    }

.conti-orange {
    color: #f04124 !important;
}


.k-scrollview-nav-wrap {
    margin: 0 0 20px 0;
}

.carousel-main-page {
    margin: 15px 0 0 0;
    height: 590px;
    max-width: 1128px;
}

.carousel-image {
    min-width: 100%;
    max-width: 100%;
}


.k-block, .k-widget, .k-input, .k-textbox, .k-group, .k-content, .k-header, .k-filter-row > th, .k-editable-area, .k-separator, .k-textbox > input, .k-autocomplete, .k-dropdown-wrap, .k-group-footer td, .k-grid-footer, .k-footer-template td, .k-state-default, .k-state-default .k-select, .k-state-disabled, .k-grid-header, .k-grid-header-wrap, .k-grid-header-locked, .k-grid-footer-locked, .k-grid-content-locked, .k-grid td, .k-grid td.k-state-selected, .k-grid-footer-wrap, .k-pager-wrap, .k-pager-wrap .k-link, .k-pager-refresh, .k-grouping-header, .k-grouping-header .k-group-indicator, .k-panelbar > .k-item > .k-link, .k-panel > .k-item > .k-link, .k-panelbar .k-panel, .k-panelbar .k-content, .k-treemap-tile, .k-slider-track, .k-splitbar, .k-dropzone-active, .k-tiles, .k-tooltip, .k-upload-files, .k-popup.k-align .k-list .k-item:last-child {
    border: none !important;
}
.k-primary {
    color: #ffffff;
    border-color: #f04124 !important;
    background-color: #f04124 !important;
}
@media only screen and (max-width: 1000px) {
    .carousel-main-page {
        height: 500px;
    }
}
@media only screen and (max-width: 900px) {
    .carousel-main-page {
        height: 400px;
    }
}
@media only screen and (max-width: 800px) {
    .carousel-main-page {
        height: 350px;
    }
}
@media only screen and (max-width: 700px) {
    .carousel-main-page {
        height: 300px;
    }
}
@media only screen and (max-width: 600px) {
    .carousel-main-page {
        height: 250px;
    }
}
.carousel-container {
    position: relative;
}

.announcements-div {
    position: absolute;
    background: #f04124;
    opacity: 85%;
    bottom: 65px;
    padding: 6px 0;
    text-align: center;
    font-weight: bold;
}
.available-to-spend-link {
    display: none;
}
.lead-points-link, .lead-points-points-link {
    font-weight: bold;
    font-size: 18px;
}
    .lead-points-link:link, .lead-points-link:visited, .lead-points-link:active,
    .lead-points-points-link:link, .lead-points-points-link:visited, .lead-points-points-link:active {
        color: #000 !important;
    }
.cart-icon:link, .cart-icon:visited, .cart-icon:active {
    color: #f04124;
}


.promo-code-panel {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    min-width: 360px;
}
@media only screen and (max-height: 865px) {
    .change-password-panel {
        position: inherit;
        left: 15px;
        top: 165px;
        transform: none;
    }
}

@media only screen and (max-height: 745px) {
    .change-password-panel, .profile-panel {
        position: inherit;
        left: 15px;
        top: 125px;
        width: auto;
        transform: none;
    }
}

.promo-code-container {
    background: url(/app_themes/default/images/BackgroundImage.jpg) no-repeat;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;
    background-position: center center;
    background-attachment: fixed;
    height: 100vh;
}
.promo-code-label {
    font-size: 32px;
    color: #FFF;
    margin: 0 auto 15px auto;
}
.promo-code-required-label {
    font-size: 30px;
    color: #FFF;
    margin: 20px auto 0 auto;
}
.middle-me{
    margin: 0 auto;
}

.solidBackground {
    /* background-image: linear-gradient(135deg,#521791 0,#AB58C6 100%);*/ /*background-color: #FFFFFF;*/ /*background-image: linear-gradient(135deg,#FFFFFF 0,#FFFFF9 100%) !important;*/
    background: rgb(204, 204, 204); /* Fallback for older browsers without RGBA-support */ /*background: rgba(204, 204, 204, 0.8);*/
    background: rgba(0,0,0,0.8);
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    margin-right: 0px;
    padding: 26px;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    border-bottom-right-radius: 15px;
    border-bottom-left-radius: 15px; /*box-shadow: 0 2px 2px rgba(0,0,0,.5);*/ /*box-shadow: inset 0 0 0 1px #0072BC, 0.2em 0.2em 0.5em rgba(0,0,0,.5);*/
    z-index: 99999;
}


@media only screen and (max-width: 1428px) {
    .promo-code-label {
        font-size: 30px;
    }

    .promo-code-required-label {
        font-size: 28px;
    }
}
@media only screen and (max-width: 1350px) {
    .promo-code-label {
        font-size: 28px;
    }

    .promo-code-required-label {
        font-size: 26px;
    }
}
@media only screen and (max-width: 1260px) {
    .promo-code-label {
        font-size: 26px;
    }

    .promo-code-required-label {
        font-size: 24px;
    }
}
@media only screen and (max-width: 1160px) {
    .promo-code-label {
        font-size: 24px;
    }

    .promo-code-required-label {
        font-size: 22px;
    }
}
@media only screen and (max-width: 1070px) {
    .promo-code-label {
        font-weight: bold;
        font-size: 18px;
    }

    .promo-code-required-label {
        font-weight: bold;
        font-size: 18px;
    }
}


.footer-menu-button {
    color: #fff;
}

    .footer-menu-button a:link, .footer-menu-button a:visited, .footer-menu-button a:active {
        color: #fff;
    }

    .footer-menu-button a:hover {
        color: #cf2a0e;
    }

.login-background, .other-background, .password-background {
    background: url(/app_themes/default/images/BackgroundImage.jpg) no-repeat;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;
    background-position: center center;
    background-attachment: fixed;
    height: 100vh;
}
.other-background {
    background: url(/app_themes/default/images/BackgroundImage.jpg) no-repeat;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;
    background-position: center center;
    background-attachment: fixed;
    height: 100vh;
}
.password-background {
    background: url(/app_themes/default/images/BackgroundImage.jpg) no-repeat;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;
    background-position: center center;
    background-attachment: fixed;
    height: 100vh;
}
.login-panel {
    background: rgba(0, 0, 0, 0.85);
    color: #fff;
    padding: 0 25px 25px 25px;
    border-radius: 16px;
    max-width: 470px;
    margin: 60px auto 120px auto;
}

.modifyInfo-panel {
    background: rgba(0, 0, 0, 0.95);
    color: #fff;
    padding: 0 25px 25px 25px;
    border-radius: 16px;
    max-width: 570px;
    margin: 60px auto 120px auto;
}

.MyGridClass .rgDataDiv {
    height: auto !important;
    width: auto !important;
}

.radioButtonList td {
    padding-left: 5px !important;
    display: table-cell !important;
    display: inline-block !important;
}

.radioButtonList label {
    padding-right: 5px;
    margin-left: 5px !important;
    /*font-weight: normal !important;
    font-size: 14px !important;*/
    /*font-family: arial !important;*/
    display: inline !important;
}

.radioButtonList input[type="radio"] {
    height: 16px;
    width: 16px;
    margin-left: 0px !important;
    margin-right: 1px !important;
    vertical-align: middle !important;
    margin-bottom: 3px !important;
}


.ChkBoxClass input {
    font-size: 14px !important;
    width: 16px;
    height: 16px;
    font-weight: normal !important;
    margin-left: 10px !important;
}

.ChkBoxClass label {
    font-size: 14px !important;
    margin-left: 8px !important;
    font-weight: normal !important;
    margin-top: 6px !important;
    padding-top: 0px !important;
    vertical-align: middle;
    line-height: 20px;
}

::-webkit-input-placeholder {
    opacity: 1;
    -webkit-transition: opacity .5s;
    transition: opacity .5s;
}
/* Chrome <=56, Safari < 10 */
:-moz-placeholder {
    opacity: 1;
    -moz-transition: opacity .5s;
    transition: opacity .5s;
}
/* FF 4-18 */
::-moz-placeholder {
    opacity: 1;
    -moz-transition: opacity .5s;
    transition: opacity .5s;
}
/* FF 19-51 */
:-ms-input-placeholder {
    opacity: 1;
    -ms-transition: opacity .5s;
    transition: opacity .5s;
}
/* IE 10+ */
::placeholder {
    opacity: 1;
    transition: opacity .5s;
}
/* Modern Browsers */

*:focus::-webkit-input-placeholder {
    opacity: 0;
}
/* Chrome <=56, Safari < 10 */
*:focus:-moz-placeholder {
    opacity: 0;
}
/* FF 4-18 */
*:focus::-moz-placeholder {
    opacity: 0;
}
/* FF 19-50 */
*:focus:-ms-input-placeholder {
    opacity: 0;
}
/* IE 10+ */
*:focus::placeholder {
    opacity: 0;
}
/* Modern Browsers */



/* the Telerik Pager control for NextPrevNumericAndAdvanced*/

.RadGrid_Metro .rgNumPart a {
    border: 1px solid #fff;
    line-height: 20px;
    color: #333 !important;
    background-color: #fff !important;
}

.RadGrid_Metro .rgPager .rgPagerButton {
    border-color: #0082C3 !important;
    background: #0082C3 !important;
    color: #fff;
    font: 12px "segoe ui",arial,sans-serif;
}

.RadGrid .rgNumPart a {
    float: left;
    line-height: 22px;
    margin: 0;
    padding: 0 5px 0 0;
    text-decoration: none;
}

.RadGrid .rgPager .RadInput {
    margin: 0 4px 0 0;
    vertical-align: top;
    display: inline-block;
    width: 5% !important;
}

.NextPrevNumericAndAdvanced .rgAdvPart {
    float: none !important;
    text-align: left !important;
    /*width: 30% !important;*/
}

.RadGrid .rgInfoPart {
    float: right !important;
    /*margin-right: 50% !important;*/
}
