.div-click {
    cursor: pointer;
}

.callout {
    padding: 1.25rem;
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
    border: 1px solid #eee;
    border-left-width: .25rem;
    border-radius: .25rem
}

.callout h4 {
    margin-top: 0;
    margin-bottom: .25rem
}

.callout p:last-child {
    margin-bottom: 0
}

.callout code {
    border-radius: .25rem
}


.callout-info {
    border-left-color: #5bc0de
}

.callout-info h4 {
    color: #5bc0de
}

.callout-warning {
    border-left-color: #f0ad4e
}

.callout-warning h4 {
    color: #f0ad4e
}

.callout-danger {
    border-left-color: #d9534f
}

.callout-danger h4 {
    color: #d9534f
}

.fubstatus {
    padding: .5rem;
    border: 1px solid #eee;
    border-left-width: .25rem;
    border-radius: .25rem
}

.fubstatus-success {
    border-left-color: #28a745
}

.fubstatus-info {
    border-left-color: #5bc0de
}

.fubstatus-warning {
    border-left-color: #f0ad4e
}

.fubstatus-danger {
    border-left-color: #d9534f
}

.sitestatus {
    padding: .5rem;
    border: 1px solid #eee;
    border-left-width: .25rem;
    border-radius: .25rem
}

.sitestatus-success {
    border-left-color: #28a745
}

.sitestatus-info {
    border-left-color: #5bc0de
}

.sitestatus-warning {
    border-left-color: #f0ad4e
}

.sitestatus-danger {
    border-left-color: #d9534f
}

.sitestatus-unknown {
    border-left-color: #ccc
}

.sitestatus-loading {
    -webkit-animation-name: siteStatusLoading;
    -webkit-animation-duration: 4s;
    animation-name: siteStatusLoading;
    animation-duration: 2s;
    animation-iteration-count: infinite
}

@-webkit-keyframes siteStatusLoading {
    0% {
        border-left-color: #ccc
    }

    50% {
        border-left-color: rgba(204,204,204,.2)
    }

    100% {
        border-left-color: #ccc
    }
}

@keyframes siteStatusLoading {
    0% {
        border-left-color: #ccc
    }

    50% {
        border-left-color: rgba(204,204,204,.2)
    }

    100% {
        border-left-color: #ccc
    }
}

.fubErrorList .list-group-item {
    padding: .75rem .25rem
}

.rotate {
    -moz-transition: all .2s ease-out;
    -webkit-transition: all .2s ease-out;
    transition: all .2s ease-out
}

.rotate.down {
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

.fw-30 {
    flex: 0 0 30px
}

.fw-40 {
    flex: 0 0 40px
}

.fw-100 {
    flex: 0 0 100px
}

.bg-black {
    background-color: #000!important
}

.spinner-title {
    color: #fab20a!important
}

.spinner-h5 {
    width: 1.25rem;
    height: 1.25rem;
    margin-bottom: .5rem;
    font-weight: 500;
    line-height: 1.2
}

.list-icon-spinner {
    width: 1.25rem;
    height: 1.25rem;
    line-height: 1.2
}

.list-icon {
    font-size: 1.25rem;
    line-height: 1.2
}

.switch {
    position: relative;
    display: inline-block;
    width: 2em;
    height: 1em
}

.switch input {
    opacity: 0;
    width: 0;
    height: 0
}

.slider {
    position: absolute;
    cursor: pointer;
    border-radius: 1em;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -moz-transition: .4s;
    -webkit-transition: .4s;
    transition: .4s
}

.slider:before {
    position: absolute;
    border-radius: 50%;
    content: "";
    height: .8em;
    width: .8em;
    left: .2em;
    bottom: .1em;
    background-color: #fff;
    -moz-transition: .4s;
    -webkit-transition: .4s;
    transition: .4s
}

input:checked+.slider {
    background-color: #28a745
}

input:focus+.slider {
    box-shadow: 0 0 1px #28a745
}

input:checked+.slider:before {
    -webkit-transform: translateX(.8em);
    -ms-transform: translateX(.8em);
    transform: translateX(.8em)
}

.navbar-dark .navbar-nav .active>.nav-link,.navbar-dark .navbar-nav .nav-link.active,.navbar-dark .navbar-nav .nav-link.show,.navbar-dark .navbar-nav .show>.nav-link {
    color: #fab20a!important
}

.cart-active {
    color: #fab20a!important
}

.list-group-item,.list-group-item:hover {
    z-index: auto
}
