﻿@font-face {
    font-family: "ProjectOrangeMe";
    font-weight: 400;
    src: url('../../../fonts/project-orange/ProjectOrange Me Regular.ttf');
}
@font-face {
    font-family: "ProjectOrangeMe";
    font-weight: 700;
    src: url('../../../fonts/project-orange/ProjectOrange Me Bold.ttf');
}

body {
    background: #f0f0f0 !important;
    font-family: ProjectOrangeMe, arial, helvetica, sans-serif;
    -webkit-font-smoothing: antialiased;
    color: rgb(51, 51, 51);
}

/* .bg-blue5 f0f0f0 */

.billit-main-navbar {
    box-shadow: rgba(0, 0, 0, 0.12) 0px 0px 1px 0px, rgba(0, 0, 0, 0.24) 0px 1px 1px 0px;
}
    .billit-main-navbar .notificationIcon {
        color: rgb(51, 51, 51);
    }

.navbar-search .form-control {
    background-color: rgb(240, 240, 240);
    border: none;
}

    .navbar-search .form-control::placeholder {
        color: rgb(51, 51, 51);
    }

.billit-sidebar-container {
    padding-left: 5px;
}

.billit-sidebar {
    background-color: transparent;
}

.disclaimer,
.disclaimer a,
.disclaimer a:hover {
    color: #333333;
}

.billit-sidebar-block i {
    color: inherit;
}

.billit-sidebar-block .nav li {
    position: relative;
    font-size: 14px;
}

.billit-sidebar-block .nav li a {
    color: rgb(51, 51, 51);
}
    .billit-sidebar-block .nav li a:hover {
        background-color: #ffffff;
        border-radius: 4px;
    }

    .billit-sidebar-block .nav li .nav a {
        color: inherit;
        font-weight: normal;
    }

    .billit-sidebar-block .menuItemNumber {
        background-color: rgb(82, 81, 153);
        opacity: 1 !important;
        color: white;
    }

.billit-sidebar-block .nav li .nav li .menuItemNumber {
    background-color: rgb(82, 81, 153);
}

.billit-sidebar-block.borderTop {
    border-top: none;
}

.billit-sidebar-block .nav .current {
    background-color: inherit;
}

    .billit-sidebar-block .nav .current::before, .billit-sidebar-block .nav li .currentSubMenu::before {
        position: absolute;
        top: 0px;
        left: 0px;
        content: "";
        width: 4px;
        height: 100%;
        background-color: rgb(255, 98, 0);
    }

    .billit-sidebar-block .nav li .currentSubMenu {
        background-color: inherit;
    }

        .billit-sidebar-block .nav li .currentSubMenu a {
            font-weight: bold;
            color: rgb(51, 51, 51);
        }

.content-block {
    box-shadow: rgba(0, 0, 0, 0.12) 0px 0px 2px 0px, rgba(0, 0, 0, 0.24) 0px 2px 2px 0px;
    border: none;
    border-radius: 4px;
    display: flex;
    flex-direction: column;
}

.workshop-block {
    border: none;
    display: none;
}

.profileProgress.content-block {
    background-color: #ffffff;
    color: rgb(51, 51, 51);
}
    .profileProgress.content-block .text-white-50 {
        color: #e9ecef !important;
    }
    .profileProgress .content-block-title .text-white {
        color: rgb(51, 51, 51) !important;
    }

.btn {
    border-radius: 8px;
    padding: .275rem .75rem;
}

    .btn.disabled, .btn:disabled {
        box-shadow: 0px 0px 0px 1px #95A5A6 inset;
    }

.btn.btn-primary:hover {
    text-decoration: underline;
}

    .btn-secondary:active, .btn-secondary:not(:disabled):not(.disabled).active, .btn-secondary:not(:disabled):not(.disabled):active, .show > .btn-secondary.dropdown-toggle {
        box-shadow: 0px 0px 0px 1px #ff6200 inset;
    }
    .btn-secondary:not(:disabled):not(.disabled).active:focus, .btn-secondary:not(:disabled):not(.disabled):active:focus, .show > .btn-secondary.dropdown-toggle:focus, .btn-secondary:focus {
        box-shadow: 0px 0px 0px 1px #ff6200 inset;
    }

:not(.btn-group-toggle) > .btn-secondary:not(:disabled) {
    box-shadow: 0px 0px 0px 1px #ff6200 inset;
}

:not(.btn-group-toggle) > .btn-secondary:hover, :not(.btn-group-toggle) > .btn-secondary:active:focus {
    box-shadow: 0px 0px 0px 1px #ff6200 inset;
    background-color: #ff6200;
    color: #ffffff !important;
}

.btn-group-toggle {
    border-radius: 8px;
}
    .btn-group-toggle .btn-secondary:not(:disabled):not(.disabled).active, .toggleActiveBtn {
        box-shadow: 0px 0px 0px 1px #ff6200 inset;
    }

h1 {
    color: rgb(51, 51, 51);
    font-weight: normal;
}
    h1 i {
        display: none !important;
    }

.dashboardAdd a {
    color: rgb(51, 51, 51);
}

.dashboardAdd .dashboardAddIcon {
    color: #ff6200;
}

.table-striped tbody tr:nth-of-type(odd) {
    background-color: inherit;
}

.bg-blue5 {
    background-color: #f5f5f5;
}

@media (max-width:767px) {
    #sidebarMenu {
        background-color: #f0f0f0;
    }
}