
/* Default classes */

body {
    font-family: Arial, Helvetica, sans-serif;
}

/* anchor */
a {
    color: #5abee3;
    text-decoration: underline;
}

    a:hover {
        color: #5abee3;
        text-decoration: none;
    }
/* End anchor */

/* headings */
.h1, h1 {
    font-size: 1.875rem;
}

.h2, h2 {
    font-size: 1.375rem;
}

.h3, h3 {
    font-size: 1.125rem;
}

.h4, h4 {
    font-size: 1rem;
}

.h5, h5 {
    font-size: 0.875rem;
}

.h6, h6 {
    font-size: 0.75rem;
}
/* End headings */

/* text */
.text-danger {
    color: #af4e70 !important;
}

a.text-danger:focus, a.text-danger:hover {
    color: #a71d2a !important;
}

.text-primary {
    color: #5abee3 !important;
}

a.text-primary:focus, a.text-primary:hover {
    color: #5abee3 !important;
}

.text-dark {
    color: #000 !important;
}

a.text-dark:focus, a.text-dark:hover {
    color: #444444 !important;
}

.text-info-50 {
    color: #ac95c6 !important;
}

a.underline-none {
    text-decoration: none;
}
/* End text */

/* backgrounds */
.bg-primary {
    background-color: #5abee3 !important;
}

.bg-sky-blue {
    background-color: rgba(90,190,227,0.10 );
}

    .bg-sky-blue:hover {
        background-color: rgba(90,190,227,0.15 );
    }

.bg-light {
    background-color: #e8e8e8 !important;
}

a.bg-light:focus, a.bg-light:hover, button.bg-light:focus, button.bg-light:hover {
    background-color: #e8e8e8 !important;
}
/* end backgrounds */

/* border */
.border-bottom {
    border-bottom: 1px solid #000 !important;
}
/* end border */
/* Custom Width */
.w-80 {
    width: 80px;
}
/* End Custom Width */

/* buttons */
.btn-primary {
    color: #fff;
    background-color: #5ABEE3;
    border-color: #5ABEE3;
}

    .btn-primary:hover {
        color: #fff;
        background-color: #5ABEE3;
        border-color: #5ABEE3;
    }

    .btn-primary.focus,
    .btn-primary:focus {
        color: #fff;
        background-color: #5ABEE3;
        border-color: #5ABEE3;
        box-shadow: 0 0 0 .2rem rgba(38,143,255,.5)
    }

    .btn-primary.disabled,
    .btn-primary:disabled {
        color: #fff;
        background-color: #5ABEE3;
        border-color: #50b6df;
    }

    .btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show > .btn-primary.dropdown-toggle {
        color: #fff;
        background-color: #5ABEE3;
        border-color: #5ABEE3;
    }
/* End buttons */
.container-fluid {
    padding-right: 16px;
    padding-left: 16px;
    max-width: 572px;
}
/* End default classes */

/* header */
.header {
    position: fixed;
    width: 100%;
    z-index: 1900;
    top: 0px;
    background-color: #ffffff;
}

    .header .logo {
        position: relative;
        z-index: 100;
        padding: 40px 0 17px;
    }

    .header.bg-img::after {
        background: url(../images/login-header-bg.jpg) no-repeat;
        height: 88px;
        position: absolute;
        left: 0px;
        top: 37px;
        width: 100%;
        content: '';
    }

.sub-page .header .logo {
    padding-top: 38px;
}
/*end header */

/* Login page */
.page-content {
    min-height: 500px;
}

.login-page body, .sub-page body {
    padding-top: 218px;
}

.title-bar {
    position: relative;
}

.custom-form .form-control {
    font-size: 0.75rem;
    color: #000;
    border: none;
    border-bottom: 2px solid #bcbcbc;
    border-radius: 0rem;
    padding: 1rem 0rem;
}

    .custom-form .form-control:focus {
        color: #000;
        border-color: #5ABEE3;
        outline: 0;
        box-shadow: none !important;
    }
/* End login page */

/* Sub Pages */
.navigation {
    margin: 0px auto;
    padding: 0px;
    text-align: center;
}

    .navigation ul {
        margin: 0px;
        padding: 0px;
    }

        .navigation ul li {
            margin: 0px 0px 30px 0px;
            padding: 0px;
            list-style: none;
            font-size: 18px;
            line-height: 1.4;
        }

            .navigation ul li a {
                color: #000;
                text-decoration: none;
            }

.sidenav {
    width: 240px;
    background-color: #fff;
    position: fixed;
    z-index: 2000;
    top: 0px;
    right: 0px;
    height: 100%;
    box-shadow: 0 .5rem 1rem rgba(0,0,0,.15) !important;
    margin-right: -240px;
    overflow: hidden;
    transition: .6s all;
    opacity: .7;
}

    .sidenav.open {
        margin-right: 0px;
        opacity: 1;
    }

    .sidenav .company-logo {
        text-align: right;
    }

    .sidenav ul {
        margin: 0px 0px;
        padding: 0px;
        border-top: #5abee3 solid 7px;
    }

        .sidenav ul li {
            margin: 25px;
            padding: 0px;
            font-size: 20px;
            line-height: 1.2;
            list-style: none;
        }

            .sidenav ul li a {
                color: #000;
                text-decoration: none;
            }

            .sidenav ul li span {
                width: 40px;
                float: left;
                margin-right: 16px;
                text-align: center;
            }

    .sidenav .divider {
        height: 0;
        margin: .5rem 0;
        overflow: hidden;
        border-top: 1px solid #92999D;
    }

.paintools-breadcrumb .breadcrumb-item + .breadcrumb-item::before {
    display: inline-block;
    padding-right: .5rem;
    color: #000;
    content: ">";
}

.paintools-breadcrumb .breadcrumb-item.active {
    color: #000;
}

.paintools-breadcrumb .breadcrumb-item a {
    color: #000;
    text-decoration: none;
}

.paintools-breadcrumb .breadcrumb-item {
    font-size: 11px;
}

.paintools-table .table td, .paintools-table .table th {
    border-top: 3px solid #fff;
}

.paintools-table .h4 {
    font-weight: 600 !important;
}

.page-banner {
 /*   margin-left: -16px;
    margin-right: -16px;*/
    text-align: center;
}

.paintools-accordion ul {
    margin: 0px 0;
    padding: 0px;
}

    .paintools-accordion ul li {
        margin: 0px;
        padding: 8px 0 8px;
        list-style: none;
    }

        .paintools-accordion ul li a {
            color: #000;
        }

.paintools-accordion .card,
.paintools-accordion .accordion-item {
    border-radius: 0px;
}

.accordion-button {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    padding: 0.5rem 1rem 0.5rem 1rem;
    font-size: 1.375rem;
    color: #000;
    text-align: left;
    background-color: #e8e8e8 !important;
    border: 0;
    border-radius: 0;
    overflow-anchor: none;
    text-decoration: none;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out,border-radius .15s ease;
}

    .accordion-button:focus, .accordion-button:hover {
        text-decoration: none;
        color: #000;
    }

    .accordion-button:not(.collapsed) {
        color: #000;
        box-shadow: inset 0 -1px 0 rgba(0,0,0,.125);
    }

    .accordion-button::after {
        flex-shrink: 0;
        width: 18px;
        height: 18px;
        margin-left: auto;
        content: "";
        background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23212529'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
        background-repeat: no-repeat;
        background-size: 18px;
        transition: transform .2s ease-in-out;
    }

    .accordion-button:not(.collapsed)::after {
        background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23212529'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
        transform: rotate(-180deg);
    }

    .accordion-button.no_collapse::after {
        background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23212529'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
        transform: rotate(-90deg);
    }

.icon-alignment {
    position: relative;
    top: 0.25rem !important;
}

.card .card-body p a,
.paintools-accordion .accordion-item p a {
    color: #000 !important;
}

.border-bottom-lg {
    border-bottom: #92999d solid 5px !important;
}

.border-bottom-purple {
    border-bottom: #ac95c6 solid 5px !important;
}

.table-active a {
    color: #000;
}

a.btn-arrow {
    background-color: #e8e8e8;
    padding: 0.5rem 2rem 0.5rem 1rem;
    color: #000;
    text-decoration: none;
    font-size: 22px;
    display: block;
    position: relative;
}

.profile-form {
    background-color: #cdebf7;
    padding: 20px 30px;
}

    .profile-form .form-control {
        border-radius: 0px;
        height: calc(1.9em + .75rem + 2px);
    }
/* End Sub Pages */

/* footer */
.footer {
    background: #b9e3f3 url(../images/footer-bg.png) repeat-x left top;
    min-height: 150px;
    ;
    border-top: #5ABEE3 solid 8px;
}
/* end footer */

@media (max-width: 400.98px) {
    .header.bg-img::after {
        background-size: 95%;
    }
}
