﻿body{
    background-color:#fff!important;
}
.table > tbody > tr > td {
    vertical-align: middle;
}
.navbar-brand img{
    max-height:35px;
    margin:15px 5px 15px 5px;
}
/*newheader stuff*/
#newheader {
    font-family: "Noto Sans","Segoe UI",Roboto,"Helvetica Neue",Arial;
}
#newheader.watchfire-yellow {
    background-color: #000;
    border-color: #000;
}
#newheader a:not([class='btn']), a:not([class='btn']):link, a:not([class='btn']):active, a:not([class='btn']):visited {
    color: #fff;
    text-transform:uppercase;
    font-size:.9em;
}

#accountnav .dropdown .dropdown-menu {
    background-color: #a6192e;
}

#accountnav .dropdown .dropdown-menu .dropdown-item:hover {
    color: #a6192e;
}


main a:not([class='btn']), a:not([class='btn']):link, a:not([class='btn']):active, a:not([class='btn']):visited {
    color: #fff;
    text-transform:none;
    font-size:1em;
}

#newheader .navbar-light .navbar-toggler {
    color: #fff;
    border: 1px solid #a6192e!important;
    /* border-color: rgba(0,0,0,.1); */
}
.watchfire-yellow {
    background-color: #f1c400;
    border-color: #f1c400;
}

.pageheader{
    border-bottom:1px solid #eee;
    padding-bottom:12px;
}

a:not([class='btn']), a:not([class='btn']):link, a:not([class='btn']):active, a:not([class='btn']):visited {
    color: #a6192e;
}
a.btn{
    color:#ffffff!important;
}

/*navigation*/
.navbar-light .navbar-toggler {
    color: rgba(0,0,0,.55);
    /* border-color: rgba(0,0,0,.1); */
}

.navbar-toggler:focus {
    text-decoration: none;
    outline: 0;
    box-shadow: 0 0 0 0.15rem;
}

#mainnav li{
    margin-left:20px;
}

#mainnav .nav-link.active {
    border-bottom:4px solid transparent;
    border-image: linear-gradient(90deg, #f1c400 0, #d86018 100%);
    border-image-slice: 1;
}

/*error styling*/
.disabled {
    color: #ddd;
    pointer-events: none;
    cursor: default;
}

.error {
    color: #a6192e;
    font-weight:400;
    font-size:.90rem;
}
input.error {
    border: 1px solid #a6192e;
}

/*breadcrumb style*/
.bc-style {
    padding: 5px 10px 5px 10px;
    color:#666666;
}
    .bc-style a {
        color: #a6192e;
        text-decoration:none;
    }

/*overrides*/
.btn-primary, .btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .open .dropdown-toggle.btn-primary, .panel-primary > .panel-heading, .bg-primary {
    background: #a6192e!important;
    color: #fff;
    border: 0px solid #a6192e;
}

main{
    margin-top:110px;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
  position: relative;
  min-height: 100%;
}

body {
  /* Margin bottom by footer height */
  margin-bottom: 60px;
}
.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  white-space: nowrap;
  line-height: 60px; /* Vertically center the text there */
}

/*media queries*/
@media (max-width: 768px) {
    .footer{
        text-align:center;
    }
}

/*spinner overlay*/
#overlay {
    background: #ffffff;
    color: #666666;
    position: fixed;
    height: 100%;
    width: 100%;
    z-index: 5000;
    top: 0;
    left: 0;
    float: left;
    text-align: center;
    padding-top: 25%;
    opacity: .80;
}

.spinner {
    margin: 0 auto;
    height: 64px;
    width: 64px;
    animation: rotate 0.8s infinite linear;
    border: 5px solid #ccc;
    border-right-color: transparent;
    border-radius: 50%;
}

.smallspinner {
    margin: 0 auto;
    position:relative;
    top:20px;
    height: 20px;
    width: 20px;
    animation: rotate 0.8s infinite linear;
    border: 3px solid #999;
    border-right-color: transparent;
    border-radius: 50%;
}

@keyframes rotate {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

/*modal adjustments for ui*/
/*.modal-dialog {
    margin: 12vh auto 0px auto;
}*/

/*bootstrap-table override*/
#searchLabel {
    position: absolute;
    left: 3px;
}

#search-input {
    padding-left: 20px;
}

.fixed-table-container thead th {
    height: 0;
    padding: 0;
    margin: 0;
    border-left: 1px solid #dddddd;
    background-color: #a6192e !important;
    color: #fff;
}

    .fixed-table-container thead th:focus {
        outline: none;
    }

.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
    z-index: 2 !important;
    color: #ffffff !important;
    cursor: default;
    background-color: #a6192e!important;
    border-color: #a6192e!important;
}

#downpayment-area {
    border: 2px dashed #999;
    min-height: 80px;
    margin: 10px 0px 10px 0px;
}

.modal-dialog-long {
    margin: 5vh auto 0px auto!important;
}

.orderstep {
    position: relative;
    /*background-color: #e15915;
    height: 320px !important;
    width: 100% !important;*/
}
    .orderstep:not(.shipped):after {
        content: '';
        position: absolute;
        top: 108%;
        left: 50%;
        margin-left: -10px;
        width: 0;
        height: 10px;
        border-top: solid 10px;
        border-left: solid 10px transparent;
        border-right: solid 10px transparent;
    }

    /*Ribbon css*/
@import url(https://fonts.googleapis.com/css?family=Lato:700);
.bluelink{
    text-decoration:underline;
    color:blue!important;
}
.smaller{
    font-size:.9rem;
}

.box {
    position: relative;
    max-width: 600px;
    width: 90%;
    height: 400px;
    background: #fff;
    box-shadow: 0 0 15px rgba(0,0,0,.1);
}

/* common */
.ribbon {
    width: 150px;
    height: 150px;
    overflow: hidden;
    position: absolute;
    z-index:2000;
}

    .ribbon::before,
    .ribbon::after {
        position: absolute;
        z-index: -1;
        content: '';
        display: block;
        border: 5px solid #2980b9;
    }

    .ribbon span {
        position: absolute;
        display: block;
        width: 225px;
        padding: 15px 0;
        background-color: #3498db;
        box-shadow: 0 5px 10px rgba(0,0,0,.1);
        color: #fff;
        font-size:.85rem;
        text-shadow: 0 1px 1px rgba(0,0,0,.2);
        text-transform: uppercase;
        text-align: center;
    }

/* top left*/
.ribbon-top-left {
    top: -10px;
    left: -10px;
}

    .ribbon-top-left::before,
    .ribbon-top-left::after {
        border-top-color: transparent;
        border-left-color: transparent;
    }

    .ribbon-top-left::before {
        top: 0;
        right: 0;
    }

    .ribbon-top-left::after {
        bottom: 0;
        left: 0;
    }

    .ribbon-top-left span {
        right: -25px;
        top: 30px;
        transform: rotate(-45deg);
    }

/* top right*/
.ribbon-top-right {
    top: -10px;
    right: -10px;
}

    .ribbon-top-right::before,
    .ribbon-top-right::after {
        border-top-color: transparent;
        border-right-color: transparent;
    }

    .ribbon-top-right::before {
        top: 0;
        left: 0;
    }

    .ribbon-top-right::after {
        bottom: 0;
        right: 0;
    }

    .ribbon-top-right span {
        left: -25px;
        top: 30px;
        transform: rotate(45deg);
    }

/* bottom left*/
.ribbon-bottom-left {
    bottom: -10px;
    left: -10px;
}

    .ribbon-bottom-left::before,
    .ribbon-bottom-left::after {
        border-bottom-color: transparent;
        border-left-color: transparent;
    }

    .ribbon-bottom-left::before {
        bottom: 0;
        right: 0;
    }

    .ribbon-bottom-left::after {
        top: 0;
        left: 0;
    }

    .ribbon-bottom-left span {
        right: -25px;
        bottom: 30px;
        transform: rotate(225deg);
    }

/* bottom right*/
.ribbon-bottom-right {
    bottom: -10px;
    right: -10px;
}

    .ribbon-bottom-right::before,
    .ribbon-bottom-right::after {
        border-bottom-color: transparent;
        border-right-color: transparent;
    }

    .ribbon-bottom-right::before {
        bottom: 0;
        left: 0;
    }

    .ribbon-bottom-right::after {
        top: 0;
        right: 0;
    }

    .ribbon-bottom-right span {
        left: -25px;
        bottom: 30px;
        transform: rotate(-225deg);
    }


    /*stripe elements*/

    .InputElement{width:100%; border:1px solid #ccc; background-color:#ccc;}