body, html {
    -webkit-font-smoothing: antialiased;
}


.right-arrow {
    padding: 4px;
    border-radius: 20px;
    background: #ff0000;
    color: #fff;
    font-size: 11px;
}

p {
    color: #000;
}

.row-border {
    border-top: 2px solid #ccc;
}
.blank_location_error{
    border: 1px solid #ff0000;
    padding: 10px;
    text-align: center;
}

.local {
    border-bottom: 1px solid #ccc;
    border-collapse: collapse;
    border-radius: 2px;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 15px;
    padding-bottom: 15px;
    position: relative;
    min-height: 91px;
}

.relative {
    position: relative;
}

.absolute {
    position: absolute;
    top: 106px;
    right: 5px;
}

.partner-title {
    color: #ff0000;
}

.wi-fi {
    position: absolute;
    top: 106px;
    right: 40px;
    height: 30px;
}

.glyphicon.absolute-search {
    position: absolute;
    color: #ccc;
    right: 22px;
    top: 31px;
}

.partner-tag {
    padding: 4px;
    border-radius: 20px;
    font-size: 13px;
    font-weight: bold;
}

.Silver {
    color: #C0C0C0;
}

.Gold {
    color: #FFD700;
}

.Platinum {
    color: #335E82;
}

.truncate {
    max-height: 62px;
    overflow: hidden;
    text-align: justify;
    width: 97%;
    /*white-space: nowrap;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;*/
}

.truncate-div {
    position: relative;
}

/* create the ... */

.truncate-div:before {
    /* points in the end */
    content: '...';
    /* absolute position */
    position: absolute;
    /* set position to right bottom corner of block */
    right: 4px;
    bottom: 0;
}

/* hide ... if we have text, which is less than or equal to max lines */

.truncate-div:after {
    /* points in the end */
    content: '';
    /* absolute position */
    position: absolute;
    /* set position to right bottom corner of text */
    right: 20px;
    /* set width and height */
    width: 1em;
    height: 1em;
    margin-top: 0.2em;
    /* bg color = bg color under block */
    background: white;
}

.float-right {
    float: right;
}

#Searching {
    position: absolute;
    top: 8px;
    right: 7px;
    z-index: 10;
}

#total {
    font-weight: 500;
    float: right;
}

.container .badge {
    background-color: #ff0000;
    font-size: 13px;
}

.spt-header {
    background: #fff;
    height: 75px;
}

.logo-head {
    position: absolute;
    top: 20px;
    left: 0px;
}

#section-page-title {
    clear: both;
    background-image: url(https://www.watchguard.com/sites/all/themes/evolve/assets/images/parallex-inner.jpg);
    background-attachment: fixed;
    background-position: 50% 0;
}

#section-page-title h1.page_title {
    font-family: "Raleway", Helvetica, Arial, sans-serif;
    font-size: 36px;
    font-weight: 100;
    letter-spacing: -1px;
    line-height: 36px;
    color: #FFF;
}

.footer {
    text-align: right;
    height: 75px;
}

.reseller {
    display: block;
}

.bold {
    font-weight: bold;
}

.collection {
    border-bottom: 1px solid #e0e0e0;
    border-radius: 2px;
    padding: 0px 13px;
}

.collection .local:last-child {
    border-bottom: none;
}

.btn-area {
    position: absolute;
    right: 0;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 10px;
}

.partner-badge {
    position: absolute;
    right: 0;
    top: 0;
}

.filters {
    text-transform: uppercase;
    font-weight: bold;
    margin-bottom: 5px;
    position: absolute;
    width: calc(100% - 40px);
    top: 0;
    left: 20px;
}

p {
    color: #666666;
}

.col-xs-3 img {
    margin: 1em 0;
    border: 1px solid #363636;
}

.btn-wg {
    border-radius: 5px;
    border: 1px solid #ff0000;
    color: #ff0000;
    background: white;
    margin: 0 5px;
    padding: 5px 10px;
}

.btn-wg:hover {
    text-decoration: none;
}

.confirmM3 {
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 4px;
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6;
}

.errorM3 {
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 4px;
    color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #faebcc;
}

.modal-header {
    color: #fff;
    border-color: transparent;
    background: #C42F22;
    text-align: center;
}

.modal-footer {
    text-align: center;
}

.close {
    color: white;
}

.modal {
    padding: 0!important;
}

.required {
    color: #d60000;
    font-size: 14px;
}

.national-reseller-row {
    margin-bottom: 30px;
    text-align: center;
}

form{
    min-height: calc(100% - 276px);
}

.defaultLogo {
    width: 105px;
}

@media(max-width:767px) {
    .badge {
        position: absolute;
        right: 40px;
    }
    .Miles {
        width: 100%;
        bottom: 4px;
    }
    .btn-area{
        bottom: -11px;
    }
}
.footer-border {
    border-top: 1px solid #eaeaea;
    margin-bottom: 0px;
    height: 25px;
}

.Miles {
    font-size: 11px;
    position: absolute;

}

.center {
    text-align: center;
}

@media(max-width:991px) {
    .company-logo {
        padding-top: 0px;
        text-align: center;
    }
    .truncate {
        height: 54px;
    }

}

@media (min-width:769px) and (max-width: 991px) {
    .defaultLogo {
        width: 35%;
        margin-bottom: 8px;
    }
    .logo-centered {
        text-align: center;
    }
}

@media(max-width:768px) {
    .defaultLogo {
        width: 45%;
        margin-bottom: 8px;
    }
    .logo-centered {
        text-align: center;
    }
}

@media(max-width:1024px) {
    .partner-title {
        font-size: 17px;
    }
}
@media(min-width:768px) and (max-width:1024px) {
    .Miles {
        width: 100%;
        bottom: -3px;
    }
    .btn-area{
        bottom: -1px;
    }
}

@media(max-width:500px) {
    .badge {
        top: 167px;
    }
}

@media(min-width:768px) {
    .badge {
        margin-top: 20px;
    }
}
@media(min-width:1025px){
    .btn-area{
        bottom: -17px;
    }
    .Miles{
        bottom: -20px;
    }
}


@media (min-width:501px) and (max-width: 767px) {
    .badge {
        top: 127px;
    }
}

[type="radio"]:checked, [type="radio"]:not(:checked) {
    position: absolute;
    left: -9999px;
}

[type="radio"]:checked+label, [type="radio"]:not(:checked)+label {
    position: relative;
    padding-left: 28px;
    cursor: pointer;
    line-height: 20px;
    display: inline-block;
    color: #666;
}

[type="radio"]:checked+label:before, [type="radio"]:not(:checked)+label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 18px;
    height: 18px;
    border: 1px solid #ddd;
    border-radius: 100%;
    background: #fff;
}

[type="radio"]:checked+label:after, [type="radio"]:not(:checked)+label:after {
    content: '';
    width: 14px;
    height: 14px;
    background: #ff0000;
    position: absolute;
    top: 2px;
    left: 2px;
    border-radius: 100%;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

[type="radio"]:not(:checked)+label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}

[type="radio"]:checked+label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}

.search::-ms-clear {
    display: none;
}

.messageText h4 {
    display: none;
}

.confirmM3 {
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 4px;
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6;
}
