﻿.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
    background-color: #000;
    color: #fff !important;
    font-weight: bold;
}

.nav-tabs > li > a {
    background-color: #ddd;
    color: #fff !important;
    font-weight: bold;
}

.aligned-row {
    display: flex;
    flex-flow: row wrap;
}
    .aligned-row ::before {
        display: block;
    }
span.circle {
    background: #e3e3e3;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    color: #6e6e6e;
    display: inline-block;
    font-weight: bold;
    line-height: 40px;
    margin-right: 5px;
    text-align: center;
    width: 40px;
}

input.guest-pass[type="text"] {
    background-color: #d1d1d1;
}

.btn-google {
    color: #000;
    background-color: #ffffff;
    border-radius: 0;
}

    .btn-google:hover {
        color: #fff !important;
    }

.or-container {
    align-items: center;
    color: #ccc;
    display: flex;
    margin: 10px 0;
}

.or-container-small {
    align-items: center;
    color: #ccc;
    display: flex;
    margin: 0;
}

.line-separator {
    background-color: #ccc;
    flex-grow: 5;
    height: 1px
}

.spcoCartButton {
    font-size: 11px;
    color: #333333!important;
}

a.spcoCartButton:focus {
    font-size: 11px;
    color: #ea002a !important;
}

a.spcoCartButton:hover {
    font-size: 11px;
    color: #ea002a !important;
}
.or-label {
    flex-grow: 1;
    margin: 0 15px;
    text-align: center
}

#cover-spin {
    position: fixed;
    width: 100%;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: rgba(255,255,255,0.7);
    z-index: 9999;

}
.disabled {
    opacity: 0.6;
}

@-webkit-keyframes spin {
    from {
        -webkit-transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}
    #cover-spin::after {
    content: '';
    display: block;
    position: absolute;
    left: 48%;
    top: 40%;
    width: 40px;
    height: 40px;
    border-style: solid;
    border-color: black;
    border-top-color: transparent;
    border-width: 4px;
    border-radius: 50%;
    -webkit-animation: spin .8s linear infinite;
    animation: spin .8s linear infinite;
}
.customDropdown {
    background: #fff url("/plaid/img/select-arrow.jpg") no-repeat scroll right center;
}
.linkBtn {
    width: 20px;
    height: 20px;
}
.fa-trash {
    color: black !important;
}
.fa-plus {
    color: black !important;
}
.fa-minus {
    color: black !important;
}
.fa-refresh {
    color: black !important;
}
.emptyCartBtn {
    margin-bottom: 10px;
    margin-right: 5px;
    margin-left: 10px;
}
body #wrapper .form-group input[type="text"].form-control:focus,
body #wrapper .form-group input[type="email"].form-control:focus,
body #wrapper .form-group input[type="password"].form-control:focus,
body #wrapper .form-group textarea:focus,
body #wrapper .form-group select:focus {
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
}
