﻿:root {
    --main-color: #c21362;
    --a-hover-color: #efff00;
    --text-color-second: #22323e;
    --btn-color-second: #0eb520;
    --btn-color-second-hover: #397b41;
    --danger-color: #ff3737;
}

html {
    font-size: 1rem;
    font-family: Verdana;
}

footer {
    margin-top: 2em;
    background-color: var(--main-color);
    padding-bottom: 0.5em;
    padding-top: 0.4em;
    text-align: center;
}

.footer-text {
    color: white !important;
}

.background {
    min-height: 100%;
    position: relative;
    overflow: hidden;
}

main {
    padding: 10px;
    background-color: whitesmoke;
}

.counter-text {
    font-size: 1.5rem;
}

.splitter {
    border-bottom: solid 3px var(--main-color);
}

.card-title {
    font-weight: 300 !important;
    color: var(--text-color-second);
}

.card-latest-store-title {
    font-size: 1.5em;
    margin-bottom: 0;
}

.card-action {
    font-size: 1.2em;
}

.card-content:hover {
    color: var(--text-color-second) !important;
    background-color: #6e757138;
    text-decoration: none !important;
}

.background::before {
    background-image: url('/img/background.png');
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
    content: '';
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    will-change: transform;
    z-index: -1;
}

.btn-primary {
    background-color: var(--main-color) !important;
    color: white;
    border: none;
}

    .btn-primary:hover {
        color: var(--a-hover-color);
    }

/* NAV bar */
.navbar {
    background-color: var(--main-color);
    color: #fff;
}

.nav-link {
    color: #fff !important;
}

    .nav-link:hover {
        color: var(--a-hover-color) !important;
    }

a.navbar-brand {
    white-space: normal;
    text-align: center;
    word-break: break-all;
}

.nav-item {
    border-right-style: solid;
    border-right-color: white;
    border-right-width: 2px;
    padding-left: 0.5em;
    padding-right: 0.5em;
}

    .nav-item:last-child {
        border: none;
    }

.logo-image {
    display: inline-block;
    margin-right: 1rem;
    font-size: 1.25rem;
    line-height: inherit;
    white-space: nowrap;
}

/* Slider */
#nivo-slider {
    width: 100%;
    background: url(../img/ajax-loader.gif) no-repeat center;
}

    #nivo-slider img {
        width: 100%;
        display: none;
    }

.nivo-caption {
    width: 96% !important;
    margin-left: 2% !important;
    margin-right: 2% !important;
}

.nivo-nextNav {
    display: block;
    background: url(../img/nivo-arrows.png) no-repeat scroll top left;
    width: 27px;
    height: 37px;
    right: 20px;
}

    .nivo-nextNav:hover {
        background: url(../img/nivo-arrows.png) no-repeat scroll bottom left;
    }

.nivo-prevNav {
    display: block;
    background: url(../img/nivo-arrows.png) no-repeat scroll top right;
    width: 27px;
    height: 37px;
    left: 20px;
}

    .nivo-prevNav:hover {
        background: url(../img/nivo-arrows.png) no-repeat scroll bottom right;
    }

.nivo-caption p {
    padding: 15px;
    padding-left: 19px;
    font-size: 14px;
    font-family: "Droid Sans", Verdana, Geneva, sans-serif;
}

.nivo-caption {
    height: auto;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 5px;
    margin: 20px;
}
/*-------------------------END SLIDER----------------------------*/

@include media-breakpoint-up(sm) {
    html {
        font-size: 1.2rem;
    }
}

@include media-breakpoint-up(md) {
    html {
        font-size: 1.4rem;
    }
}

@include media-breakpoint-up(lg) {
    html {
        font-size: 1.6rem;
    }
}

.border-top {
    border-top: 1px solid #e5e5e5;
}

.border-bottom {
    border-bottom: 1px solid #e5e5e5;
}

.box-shadow {
    box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

/* X-Small devices (portrait phones, less than 576px)*/
@media (max-width: 575.98px) {
    .main-title {
        font-size: 2.0rem;
    }
}

/* Small devices (landscape phones, less than 768px) */
@media (max-width: 767.98px) {
}

/* Medium devices (tablets, less than 992px)*/
@media (max-width: 991.98px) {
}

/*  Large devices (desktops, less than 1200px) */
@media (max-width: 1199.98px) {
}

/*  X-Large devices (large desktops, less than 1400px) */
@media (max-width: 1399.98px) {
}

/* Titles*/
.sub-title {
    padding-top: 1em;
    color: var(--text-color-second);
}

.main-title {
    border-bottom: 4px var(--main-color) solid;
    padding-bottom: 5px;
    border-bottom-right-radius: 2px;
    border-bottom-left-radius: 2px;
}

.content-page-title {
    border-bottom: solid 3px var(--main-color);
    font-size: 1.7em;
}

.content-page-form {
    background: white;
    margin-top: 2em;
    margin-bottom: 2em;
    padding: 1em;
}

.btn-search {
    font-size: 1.2em;
    padding-left: 1.2em !important;
    padding-right: 1.2em !important;
    background-color: var(--btn-color-second);
    color: white;
    border: 3px solid var(--btn-color-second);
}

    .btn-search:hover {
        color: white;
        border: 3px solid var(--btn-color-second-hover);
    }

.store-rows-result-holder {
    background-color: var(--main-color);
    margin-bottom: -0.7em;
}

.store-rows-result-title {
    color: white;
    font-size: 1.5em;
    font-weight: 300;
}

.store-row {
    margin-top: 1.7em;
    background-color: white;
}

    .store-row:hover {
        background-color: #6e757114;
    }

.store-row-detail {
    padding-left: 1em;
}

.store-row-detail-title {
    font-size: 1.5em;
    border-bottom: 2px solid grey;
}

.content-details-holder {
    background-color: white;
    margin-bottom: 1em;
}

.store-detail-information-title {
    color: var(--main-color);
    font-size: 1.5em;
    font-weight: 300;
}

blockquote {
    font-size: 1.1em;
    line-height: 1.6em;
    padding: 20px 20px 20px 40px;
    border-left: none;
    position: relative;
    text-indent: -19px;
}

    blockquote p {
        font-size: 1em;
    }

    blockquote:before,
    blockquote:after {
        font-family: Arial, serif;
        font-size: 2.5em;
        vertical-align: middle;
        line-height: 0;
    }

    blockquote:before {
        content: open-quote;
        margin-right: 4px;
    }

    blockquote:after {
        content: close-quote;
        margin-left: 3px;
    }

    blockquote.blockstyle,
    blockquote.style2 {
        background: #fff;
        font-style: italic;
    }

        blockquote.blockstyle p,
        blockquote.style2 p {
            display: inline;
        }

    blockquote.blockstyle {
        border-left: 3px solid var(--main-color);
        position: relative;
    }

        blockquote.blockstyle:before,
        blockquote.blockstyle:after {
            color: var(--main-color);
        }

.img-caption {
    padding-top: 1em;
}


.login-wrapper {
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    min-height: 100%;
    padding: 20px;
}

.login-form-content {
    -webkit-border-radius: 10px 10px 10px 10px;
    border-radius: 10px 10px 10px 10px;
    background: #fff;
    padding: 30px;
    width: 90%;
    max-width: 450px;
    position: relative;
    padding: 0px;
    -webkit-box-shadow: 0 30px 60px 0 rgba(0,0,0,0.3);
    box-shadow: 0 30px 60px 0 rgba(0,0,0,0.3);
    text-align: center;
}

.login-form-footer {
    background-color: #f6f6f6;
    border-top: 1px solid #dce8f1;
    padding: 25px;
    text-align: center;
    -webkit-border-radius: 0 0 10px 10px;
    border-radius: 0 0 10px 10px;
}

.fadeInDown {
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

@-webkit-keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

/* Simple CSS3 Fade-in Animation */
@-webkit-keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@-moz-keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

.fadeIn {
    opacity: 0;
    -webkit-animation: fadeIn ease-in 1;
    -moz-animation: fadeIn ease-in 1;
    animation: fadeIn ease-in 1;
    -webkit-animation-fill-mode: forwards;
    -moz-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-duration: 1s;
    -moz-animation-duration: 1s;
    animation-duration: 1s;
}

    .fadeIn.first {
        -webkit-animation-delay: 0.4s;
        -moz-animation-delay: 0.4s;
        animation-delay: 0.4s;
    }

    .fadeIn.second {
        -webkit-animation-delay: 0.6s;
        -moz-animation-delay: 0.6s;
        animation-delay: 0.6s;
    }

    .fadeIn.third {
        -webkit-animation-delay: 0.8s;
        -moz-animation-delay: 0.8s;
        animation-delay: 0.8s;
    }

    .fadeIn.fourth {
        -webkit-animation-delay: 1s;
        -moz-animation-delay: 1s;
        animation-delay: 1s;
    }

.login-form-button {
    background-color: #56baed;
    border: none;
    color: white;
    padding: 15px 80px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    text-transform: uppercase;
    font-size: 13px;
    -webkit-box-shadow: 0 10px 30px 0 rgba(95,186,233,0.4);
    box-shadow: 0 10px 30px 0 rgba(95,186,233,0.4);
    -webkit-border-radius: 5px 5px 5px 5px;
    border-radius: 5px 5px 5px 5px;
    margin: 5px 20px 40px 20px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

    .login-form-button:hover {
        background-color: #39ace7;
    }

    .login-form-button:active {
        -moz-transform: scale(0.95);
        -webkit-transform: scale(0.95);
        -o-transform: scale(0.95);
        -ms-transform: scale(0.95);
        transform: scale(0.95);
    }

.login-form-field {
    background-color: #f6f6f6;
    border: none;
    color: #0d0d0d;
    padding: 15px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin: 5px;
    width: 85%;
    border: 2px solid #f6f6f6;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    -webkit-border-radius: 5px 5px 5px 5px;
    border-radius: 5px 5px 5px 5px;
}

    .login-form-field:focus {
        background-color: #fff;
        border-bottom: 2px solid #5fbae9;
    }

    .login-form-field:placeholder {
        color: #cccccc;
    }

.tab-link {
    color: var(--main-color) !important;
}

    .tab-link:hover {
        color: var(--main-color) !important;
        background-color: white !important;
    }

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    border-bottom: solid 2px var(--main-color);
}


.profile-form-field {
    background-color: #f6f6f6;
    border: none;
    color: #0d0d0d;
    padding: 15px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin: 5px;
    width: 85%;
    border: 2px solid #f6f6f6;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    -webkit-border-radius: 5px 5px 5px 5px;
    border-radius: 5px 5px 5px 5px;
}

    .profile-form-field:focus {
        background-color: #fff;
        border-bottom: 2px solid #5fbae9;
    }

    .profile-form-field:placeholder {
        color: #cccccc;
    }

.profile-form-storenumber {
    border: none;
    font-weight: bold;
}

/*
*
* ==========================================
* CUSTOM UTIL CLASSES
* ==========================================
*
*/
.upload {
    opacity: 0;
    width: 0;
    height: 0;
}

.upload-label-splitter {
    margin: 0;
}

.btn-select-file {
    font-size: 1em;
    background-color: var(--btn-color-second);
    color: white;
    border: 3px solid var(--btn-color-second);
    border-radius: 3px;
    padding-left: 1em;
    padding-right: 1em;
    cursor: pointer;
}

    .btn-select-file:hover {
        color: white;
        border: 3px solid var(--btn-color-second-hover);
    }

.btn-upload {
    font-size: 1em;
    background-color: var(--main-color);
    color: white;
    border: 3px solid var(--main-color);
    border-radius: 3px;
    padding-left: 1em;
    padding-right: 1em;
    cursor: pointer;
}

    .btn-upload:hover {
        color: var(--a-hover-color);
    }

.btn-remove-image {
    font-size: 1em;
    background-color: var(--danger-color);
    color: white;
    border: 3px solid var(--danger-color);
    border-radius: 3px;
    padding-left: 1em;
    padding-right: 1em;
    cursor: pointer;
}

    .btn-remove-image:hover {
        border: #9c0700 3px solid;
    }

.upload-message-holder {
    margin-top: 1em;
    border-radius: 3px;
    color: white;
}

.btn-logout {
    font-size: 1em;
    background-color: var(--main-color);
    color: white;
    border: 3px solid var(--main-color);
    border-radius: 3px;
    padding-left: 1em;
    padding-right: 1em;
    cursor: pointer;
    margin-top: 0.5em;
    float: right;
    text-decoration: none !important;
}

    .btn-logout:hover {
        color: var(--a-hover-color);
    }

.btn-delete {
    color: white !important;
    background-color: #c21333 !important;
    cursor: pointer;
}

.label-warning {
    color: #ff133e;
    font-size: 1.2em;
    font-weight: 500;
}

.invalid.password_requirement {
}

.valid.password_requirement {
    color: green;
}

.password-input {
    background-color: var(--form-control-background-color) !important;
}

    .password-input:focus {
        background-color: #FFF !important;
    }

label.btn {
    cursor: pointer;
}

.btn-save {
    padding-left: 1.2em !important;
    padding-right: 1.2em !important;
    background-color: var(--btn-color-second);
    color: white;
    border: 3px solid var(--btn-color-second);
}

    .btn-save:hover {
        color: white;
        border: 3px solid var(--btn-color-second-hover);
    }
