﻿body {
    color:#1d1d1f;
}

/* FONT STYLING */

p, h1, h2, h3, h4, h5, h6 {
    font-family: Archivo,sans-serif;
    color: #1d1d1f !important;
}

a {
    font-family: Archivo,sans-serif;
}

h1, h2, h3, h4, h5, h6 {
    letter-spacing: .025rem;
}

    h1,
    h1.display-4 {
        font-size: 2.7rem;
        font-weight: 400;
        padding-top: 6px;
    }

p a {
    color: #093961;
    text-decoration: underline;
}

p a:hover {
    color: #2b4b60;
}


::-moz-selection {
    color: #fff;
    background: #a2cc4d;
}

::selection {
    color: #fff;
    background: #a2cc4d;
}

.separator {
    position: relative;
    display: block;
    margin: 10px auto;
    height: 3px;
    width: 50px;
}

    .separator.small {
        height: 2px;
        position: relative;
        width: 45px;
        display: block;
        margin: 0 0 10px 0;
    }

#partnerSelect {
    border-color: #1d1d1f !important;
    color: #1d1d1f !important
}



/* BUTTONS STYLING */
.btn-primary,
.btn-secondary,
.btn-tertiary,
.btn-success,
.btn-danger,
button[type=button] {
    color: #fff;
    border-radius: 5px;
    padding: 1.1rem 1.5rem;
    border: none;
}

.btn-primary {
    background: #426393;
}
    .btn-primary:hover {
        background: #426393;
    }
    .btn-primary:focus {
        background: #426393;
    }
    .btn-primary:active {
        background: #426393 !important;
    }

.btn-primary:focus,
.btn-secondary:focus,
.btn-tertiary:focus,
button[type=button]:focus {
    outline-width: 0;
    outline: none;
    box-shadow: none !important;
}

.btn-secondary {
    background: #5676c5;
}
    .btn-secondary:hover {
        background: #5676c5;
    }
    .btn-secondary:focus {
        background: #5676c5;
    }
    .btn-secondary:active {
        background: #5676c5;
    }

.btn-tertiary {
    background: #939887;
}
    .btn-tertiary:focus {
        background: #939887;
    }
    .btn-tertiary:hover {
        background: #939887;
        color:#fff;
    }
    .btn-tertiary:active {
        background: #939887;
    }

.btn-success {
    background: #a2cc4d;
    }
    .btn-success:focus {
        background: #a2cc4d;
    }
    .btn-success:hover {
        background: #a2cc4d;
    }
    .btn-success:active {
        background: #a2cc4d;
    }

.btn-danger {
    background: #cd3838;
}
    button.btn-danger:focus {
        background: #cd3838;
    }
    button.btn-danger:hover {
        background: #cd3838;
    }
    button.btn-danger:active {
        background: #cd3838;
    }

/*.nav-item .btn {
    font-weight: normal;
}*/



/* NAVBAR STYLING */

.navbar {
    height: 108px;
    box-shadow: rgb(153 153 153) 0px 0px 5px;
}

.navbar.border-bottom {
    border:none !important;
}

.navbar #manage em:nth-child(1) {
    font-style:normal;
}
.navbar #manage em:nth-child(2) {
    padding-left:.2rem;
}

.navbar .container {
    margin-top:.5rem;
}

.nav-item {
    margin: 0 5px;
}

.navbar-brand {
    background: url('../images/mconomy_logo_black.svg') no-repeat;
    width: 205px;
    padding:1rem;
    margin-top:.4rem;
}

.nav-link {
    color: #1d1d1f !important;
    font-weight: 600;
}

@media (min-width: 576px) {
    .navbar-expand-sm .navbar-nav .nav-link {
        padding-left:4.5rem;
    }
}





/* TABLE STYLING */

.products-overview th,
.products-overview td {
    text-align: left;
    padding-left: 10px;
}

.products-overview thead {
    font-size: 1.5rem;
    color: #1d1d1f;
}

.products-overview tbody tr td:first-child,
.products-overview tbody tr td:nth-child(2) {
    padding: 10px 20px 10px 10px;
}

.products-overview tbody a {
    background: #426393;
    color: #fff;
    font-weight: bold;
    padding: 7px 14px;
    font-size: .9rem;
    display: block;
    margin: 2px 0;
    text-align: center;
    border-radius:4px;
}

    .products-overview tbody a:hover {
        background: #426393;
        text-decoration: none;

    }


.products-overview tbody tr:nth-child(odd) {
    background: rgba(0,0,0,.03);
}




/*  FOOTER STYLING  */

.footer-top {
    background: #262626;
    width: 100%;
    bottom: 0;
    position: static;
    text-align: center;
    padding: 70px 0 30px 0;
    line-height: 1.6rem;
}

.footer-top p {
    color: #fff !important;
    font-size:1.1rem;
}

.footer-top h5 {
    color: #fff !important;
    font-size: 1.5rem;
    margin-bottom: 1.6rem;
    font-weight:600;
}

.footer-bottom {
    display:none;
}



/* CUSTOM CHECKMARK */

.checkmark-container input:checked ~ .checkmark {
    background-color: #093961;
}

.checkmark-container input[disabled]:checked ~ .checkmark {
    background-color: #8eb1cd;
}