﻿body {
    font-family: Montserrat;
    font-weight: 400;
    min-height: 100vh;
    background-color: white;
}

.body-admin {
    background-color: #eff3f9;
}

h2, .h2 {
    color: #E55218 !important;
    font-size: 2.5rem;
    font-weight: bold !important;
}

h3, .h3{
    font-size: 2rem;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    margin-bottom: 0.5rem;
    font-family: inherit;
    font-weight: 500;
    line-height: 1.2;
    color: inherit;
}

a {
    color: #E55218;
}

    a:hover {
        color: none;
        text-decoration: underline;
    }

@media (min-width: 992px) {
    #top-menu {
        min-height: 80px;
    }

    #top-menu-logo {
        margin-left: 120px;
        text-align: center;
        transition: 0.4s;
    }
}

.breadcrumb {
}

.table .thead-dark th {
    background-color: #15625F;
}

.container, .container-fluid, .container-sm, .container-md, .container-lg, .container-xl {
    padding-right: 0.75rem;
    padding-left: 0.75rem;
}

.page-item.active .page-link {
    z-index: 1;
    color: #fff;
    background-color: #15625F;
    border-color: transparent;
}

.btn-primary {
    color: #fff;
    background-color: #E55218;
    border-color: #E55218;
}

    .btn-primary:hover {
        color: #fff;
        background-color: #c24614;
        border-color: #b74113;
    }

    .btn-primary:focus, .btn-primary.focus {
        box-shadow: 0 0 0 0.2rem rgba(229, 82, 24, 0.5);
    }

    .btn-primary.disabled, .btn-primary:disabled {
        color: #fff;
        background-color: #E55218;
        border-color: #E55218;
    }

    .btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active,
    .show > .btn-primary.dropdown-toggle {
        color: #fff;
        background-color: #b74113;
        border-color: #ab3d12;
    }

        .btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus,
        .show > .btn-primary.dropdown-toggle:focus {
            box-shadow: 0 0 0 0.2rem rgba(229, 82, 24, 0.5);
        }
         
.btn-secondary {
    color: #fff;
    background-color: #15625F;
    border-color: #15625F;
}

    .btn-secondary:hover {
        color: #fff;
        background-color: #0e4340;
        border-color: #0c3836;
    }

    .btn-secondary:focus, .btn-secondary.focus {
        box-shadow: 0 0 0 0.2rem rgba(21, 98, 95, 0.5);
    }

    .btn-secondary.disabled, .btn-secondary:disabled {
        color: #fff;
        background-color: #15625F;
        border-color: #15625F;
    }

    .btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active,
    .show > .btn-secondary.dropdown-toggle {
        color: #fff;
        background-color: #0c3836;
        border-color: #0a2e2c;
    }

        .btn-secondary:not(:disabled):not(.disabled):active:focus, .btn-secondary:not(:disabled):not(.disabled).active:focus,
        .show > .btn-secondary.dropdown-toggle:focus {
            box-shadow: 0 0 0 0.2rem rgba(21, 98, 95, 0.5);
        }

.btn-danger {
    color: #fff;
    background-color: #E74C3C;
    border-color: #E74C3C;
}

    .btn-danger:hover {
        color: #fff;
        background-color: #e12e1c;
        border-color: #d62c1a;
    }

    .btn-danger:focus, .btn-danger.focus {
        box-shadow: 0 0 0 0.2rem rgba(231, 76, 60, 0.5);
    }

    .btn-danger.disabled, .btn-danger:disabled {
        color: #fff;
        background-color: #E74C3C;
        border-color: #E74C3C;
    }

    .btn-danger:not(:disabled):not(.disabled):active, .btn-danger:not(:disabled):not(.disabled).active,
    .show > .btn-danger.dropdown-toggle {
        color: #fff;
        background-color: #d62c1a;
        border-color: #ca2a19;
    }

        .btn-danger:not(:disabled):not(.disabled):active:focus, .btn-danger:not(:disabled):not(.disabled).active:focus,
        .show > .btn-danger.dropdown-toggle:focus {
            box-shadow: 0 0 0 0.2rem rgba(231, 76, 60, 0.5);
        }

.btn-outline-secondary {
    color: #15625F;
    background-color: transparent;
    background-image: none;
    border-color: #15625F;
}

    .btn-outline-secondary:hover {
        color: #fff;
        background-color: #15625F;
        border-color: #15625F;
    }

    .btn-outline-secondary:focus, .btn-outline-secondary.focus {
        box-shadow: 0 0 0 0.2rem rgba(21, 98, 95, 0.5);
    }

    .btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
        color: #15625F;
        background-color: transparent;
    }

    .btn-outline-secondary:not(:disabled):not(.disabled):active, .btn-outline-secondary:not(:disabled):not(.disabled).active,
    .show > .btn-outline-secondary.dropdown-toggle {
        color: #fff;
        background-color: #15625F;
        border-color: #15625F;
    }

        .btn-outline-secondary:not(:disabled):not(.disabled):active:focus, .btn-outline-secondary:not(:disabled):not(.disabled).active:focus,
        .show > .btn-outline-secondary.dropdown-toggle:focus {
            box-shadow: 0 0 0 0.2rem rgba(21, 98, 95, 0.5);
        }

.btn-outline-primary {
    color: #E55218;
    background-color: transparent;
    background-image: none;
    border-color: #E55218;
}

    .btn-outline-primary:hover {
        color: #fff;
        background-color: #E55218;
        border-color: #E55218;
    }

    .btn-outline-primary:focus, .btn-outline-primary.focus {
        box-shadow: 0 0 0 0.2rem rgba(229, 82, 24, 0.5);
    }

    .btn-outline-primary.disabled, .btn-outline-primary:disabled {
        color: #E55218;
        background-color: transparent;
    }

    .btn-outline-primary:not(:disabled):not(.disabled):active, .btn-outline-primary:not(:disabled):not(.disabled).active,
    .show > .btn-outline-primary.dropdown-toggle {
        color: #fff;
        background-color: #E55218;
        border-color: #E55218;
    }

        .btn-outline-primary:not(:disabled):not(.disabled):active:focus, .btn-outline-primary:not(:disabled):not(.disabled).active:focus,
        .show > .btn-outline-primary.dropdown-toggle:focus {
            box-shadow: 0 0 0 0.2rem rgba(229, 82, 24, 0.5);
        }

.btn-link {
    font-weight: 400;
    color: #E55218;
    background-color: transparent;
}

    .btn-link:hover {
        color: #ce4a16;
        text-decoration: underline;
        background-color: transparent;
        border-color: transparent;
    }

    .btn-link:focus, .btn-link.focus {
        text-decoration: underline;
        border-color: transparent;
        box-shadow: none;
    }

    .btn-link:disabled, .btn-link.disabled {
        color: #95a5a6;
        pointer-events: none;
    }

.dropdown-notifications .dropdown-menu .dropdown-notifications-header {
    background-color: #15625F;
}

.dropdown-username {
    color: #15625F;
}

#notification-wrapper{
    padding: 0;
    margin: 0;
}
#messages-notification-wrapper {
    padding: 0;
    margin: 0;
}
.notification{
    padding-left: 15px;
    padding-right: 5px;
}

#notification-content {
    margin-top: 5px;
}

.badge-notify {
    position: relative;
    top: -35px;
    right: -10px;
}

.badge-pill {
    padding-right: 0.3em;
    padding-left: 0.3em;
}

.notification-count a.fa-bell-o {
    margin-top: 20px;
    display: flex;
    flex-direction: column;
}

.notification-count a.fa-envelope-o {
    display: flex;
    flex-direction: column;
}

.dropdown-notifications .dropdown-menu{
    max-height: 500px;
    min-width: 300px;
}

.notification-count a {
    color: #108777;
    text-decoration:none;
}

.fa-primary {
    color: #15625f;
}

.fa-menu {
    font-size: 1.5em;
    margin-right: 10px;
}

.fa-menu-profile {
    color: #34c79c;
}

.fa-menu-settings {
    color: #ffbe36;
}

.fa-menu-company {
    color: #8196ff;
}

.fa-menu-subscription {
    color: #ffbe36;
}

.fa.pull-right{
    right: 30px;
    position: absolute;
}

.dropdown-notifications{
    position: relative;
}


.dropdown-username {
    cursor: pointer;
}

.notification-count a.fa-users{
    font-size: 1.3rem;
}

.dropdown-item {
    display: block;
    width: 100%;
    padding: 0.25rem 1.5rem;
    clear: both;
    font-weight: 400;
    color: #1f2d41;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
    cursor: pointer;
}

    .dropdown-item:hover, .dropdown-item:focus {
        color: #172130;
        text-decoration: none;
        background-color: #eff3f9;
    }

    .dropdown-item.active, .dropdown-item:active {
        color: #fff;
        text-decoration: none;
        background-color: transparent;
    }

    .dropdown-item.disabled, .dropdown-item:disabled {
        color: #687281;
        pointer-events: none;
        background-color: transparent;
    }

.notification-count a i{
    color: white;
}

#notification-content{
    margin-top: 0;
}

.notification-details-head-text {
    color: #E55218 !important;
    font-weight: bold;
}

#notification-wrapper.toggled {
    width: 400px;
}
#messages-notification-wrapper.toggled {
    width: 400px;
}
.dropdown-notifications .dropdown-menu .dropdown-notifications-item .dropdown-notifications-item-icon {
    background-color: #E55218
}

@media (min-width: 576px) {
    .dropdown-notifications .dropdown-menu .dropdown-notifications-item .dropdown-notifications-item-content .dropdown-notifications-item-content-text {
        max-width: 18rem;
    }
}

#top-menu {
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 1039;
    transition: 0.4s;
    height: auto;
    min-height: 120px;
}

.sidenav-menu {
    margin-top: 60px;
    transition: 0.4s;
}

#layoutSidenav {
    transition: 0.4s;
    margin-top: 100px;
}

.topnav{
    height: 6rem;
    font-size: 16px;
}


#top-menu-logo-img {
    transition: 0.4s;
}

.btn-logOff{
    color: white !important;
}

/*
#layoutSidenav #layoutSidenav_content{
    margin-left: 50px;
    margin-right: 50px;
}*/

.nav-fixed #layoutSidenav #layoutSidenav_content {
    top: 0;
}

.sidenav-light .sidenav-menu .nav-link.active {
    color: #E55218;
}

.sidenav-light .sidenav-menu .nav-link:hover {
    color: #E55218;
}

.badge-menu {
    color: white;
    background-color: #E55218;
}

.profile-image{
    z-index: 0;
}

.bg-gradient-breadcrumb {
    background-color: #15625F;
    background-image: linear-gradient(135deg, #15625F 0%, #118D7C 100%);
}

.container, .container-fluid, .container-sm, .container-md, .container-lg, .container-xl{
    padding-left: 2rem;
    padding-right: 2rem;
}

.badge-warning {
    background-color: #E55218;
}

.btn {
    display: inline-block;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    user-select: none;
    border: 1px solid transparent;
    padding: 0.375rem 1rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: 0.7rem;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    margin-bottom:5px;
}

@media screen and (prefers-reduced-motion: reduce) {
    .btn {
        transition: none;
    }
}

.btn:hover, .btn:focus {
    text-decoration: none;
}

.btn:focus, .btn.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(229, 82, 24, 0.25);
}

.btn.disabled, .btn:disabled {
    opacity: 0.65;
}

.btn:not(:disabled):not(.disabled) {
    cursor: pointer;
}

    .btn:not(:disabled):not(.disabled):active, .btn:not(:disabled):not(.disabled).active {
        background-image: none;
    }

.btn-profile{
    padding: 0;
    border-radius: 100%;
}

.form-control {
    display: block;
    width: 100%;
    padding: 0.375rem 1rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #7b8a8b;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #546E7A;
    border-radius: 0.7rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media screen and (prefers-reduced-motion: reduce) {
    .form-control {
        transition: none;
    }
}

.form-control::-ms-expand {
    background-color: transparent;
    border: 0;
}

.form-control:focus {
    color: #7b8a8b;
    background-color: #fff;
    border-color: #f3a78a;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(229, 82, 24, 0.25);
}

.form-control::placeholder {
    color: #95a5a6;
    opacity: 1;
}

.form-control:disabled, .form-control[readonly] {
    background-color: #ecf0f1;
    opacity: 1;
}

#main-content {
    padding: 170px 70px 75px 70px;
}

.navbar{
    top: 130px;
}

.container-fluid {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
}

footer {
    clear: both;
    position: relative;
    bottom: 0;
    margin-top:150px;
}

.form-control{
    height: 38px;
}

.content-box {
    margin-bottom: 3rem;
    background-color: white;
    border-radius: 5px;
    -webkit-box-shadow: 0px 0px 4px 0px rgba(235,235,235,1);
    -moz-box-shadow: 0px 0px 4px 0px rgba(235,235,235,1);
    /*box-shadow: 0px 0px 4px 0px rgba(235,235,235,1);*/
    box-shadow: none;
    max-width: 97%;
    padding-top: 15px;
    padding-bottom: 15px;
}

.main-content-mobile{
    padding: 15px;
}

#layoutSidenav_content > main > div.container-fluid.mt-n10.content-box > div.row.title,
#layoutSidenav_content > main > div.container-fluid.mt-n10.content-box > div > div.row.title {
    display: none;
}

.error{
    width: 100%;
    padding: 15px !important;
    font-size: 1.5rem;
}
.image-input{
    margin-top: 10px !important;
}

.input-group-text{
    border: 0;
}

div.input-group > input.form-control.text-box.single-line {
    margin-right: 1px;
    border-radius: 11.2px;
}
.btn-menu-outline-primary {
    color: #E55218;
    background-color: transparent;
    background-image: none;
    border-color: #E55218;
}

.no-padding{
    padding: 0;
}


@media (max-width: 991.98px) {
    #login, .navbar-collapse {
        background-color: white;
        padding: 16px;
    }

    #top-menu-navigation > div {
        box-shadow: none !important;
    }

    #top-menu {
        padding: 0;
    }

    .navbar-nav {
        display: block;
    }

    #top-menu > button {
        margin-right: 20px;
    }


    #users-notification-count, #message-notification-count, #notification-count {
        display: none;
    }

    .dropdown-notifications {
        background-color: white;
        text-align: right;
    }

    .userprofile-menu {
        width: 100%;
        text-align: right;
        margin-bottom: 10px;
    }

    .dropdown-notifications .dropdown-menu {
        width: 100%;
    }

    .notifications-mobile-view {
        display: flex;
        width: inherit;
        background-color: white;
    }

    .navbar-nav {
        width: -webkit-fill-available;
    }
}

/* customizer */
.btn-customizer {
    display: -webkit-box;
    display: flex;
    width: 100%;
    -webkit-box-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    align-items: center;
    border-radius: .35rem;
    font-size: .85rem;
    padding: 1rem;
    outline: 0;
    margin-bottom: .5rem
}

    .btn-customizer svg {
        visibility: hidden
    }

    .btn-customizer:focus {
        font-weight: 700;
        box-shadow: 0 0 0 .125rem #d7dce3
    }

        .btn-customizer:focus svg {
            visibility: visible
        }

.sb-customizer-btn-export {
    font-size: .85rem;
    padding: 1rem
}

    .sb-customizer-btn-export .ng-fa-icon {
        margin-right: .25rem
    }

.sb-customizer {
    z-index: 9999;
    position: fixed;
    top: 0;
    width: 20rem;
    height: 100vh;
    text-align: left;
    background: #fff;
    -webkit-transition: right .5s;
    transition: right .5s;
    box-shadow: -.15rem 0 1.75rem 0 rgba(34,39,46,.15)
}

    .sb-customizer .sb-customizer-heading {
        padding: 1.5rem;
        font-size: .7rem;
        font-weight: 800;
        text-transform: uppercase;
        letter-spacing: .05em;
        color: #a7aeb8
    }

    .sb-customizer .sb-customizer-subheading {
        font-size: .8rem;
        font-style: italic;
        color: #6c737d;
        margin-bottom: .75rem
    }

    .sb-customizer .sb-customizer-toggler {
        position: absolute;
        top: 4.625rem;
        display: -webkit-box;
        display: flex;
        -webkit-box-align: center;
        align-items: center;
        -webkit-box-pack: center;
        justify-content: center;
        left: -3rem;
        width: 3rem;
        height: 3rem;
        border: 0;
        box-shadow: 0 .15rem 1.75rem 0 rgba(34,39,46,.15);
        color: #001500;
        background-color: #fff;
        border-radius: .35rem 0 0 .35rem
    }

        .sb-customizer .sb-customizer-toggler:focus {
            outline: 0
        }

    .sb-customizer .sb-customizer-content {
        position: relative;
        height: calc(100% - 64px);
        overflow-y: auto;
        padding: 1.5rem
    }

        .sb-customizer .sb-customizer-content::-webkit-scrollbar {
            display: block;
            width: .5rem
        }

        .sb-customizer .sb-customizer-content::-webkit-scrollbar-thumb {
            background-color: #c7cdd6;
            border-radius: 10rem;
            height: 3em;
            background-clip: padding-box;
            border: .1rem solid transparent
        }

        .sb-customizer .sb-customizer-content::-webkit-scrollbar-track {
            background-color: rgba(34,39,46,.05)
        }

        .sb-customizer .sb-customizer-content::-webkit-scrollbar-button {
            width: 0;
            height: 0;
            display: none
        }

        .sb-customizer .sb-customizer-content::-webkit-scrollbar-corner {
            background-color: transparent
        }

        .sb-customizer .sb-customizer-content:hover::-webkit-scrollbar {
            display: block
        }

.sb-customizer.sb-customizer-closed {
    right: -20rem
}

.sb-customizer.sb-customizer-open {
    right: 0 !important;
}

.mt-20{
    margin-top: 20px;
}

#ThemePosy {
    height: 55px;

}
.task-search-btn{
    float:right;
}

/* menu*/
.sidebarToggle{
    padding: 0;
}

.sidenav-light .sidenav-menu .nav-link .nav-link-icon:hover {
    color: #E55218;
}

.sidenav-toggled-half #layoutSidenav #layoutSidenav_nav {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    width: 8rem;
}

.sidenav-toggled-half #layoutSidenav #layoutSidenav_content:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    z-index: 1037;
    opacity: 0.5;
    -webkit-transition: opacity 0.3s ease-in-out;
    transition: opacity 0.3s ease-in-out;
}

.sidenav-toggled-half #accordionSidenav{
    margin-top: 20px;
}

.sidenav-toggled-half #accordionSidenav > li > a > span.sidemenu-text, .sidenav-toggled-half #accordionSidenav > a > span.sidemenu-text {
    display: none;
}

.sidenav-toggled-half #accordionSidenav > li > a > div.nav-link-icon, .sidenav-toggled-half #accordionSidenav > a > div.nav-link-icon {
    margin: auto;
    font-size: 2rem;
}
.sidenav-toggled-half #accordionSidenav > li > a > div.nav-link-icon > svg, .sidenav-toggled-half #accordionSidenav > a > div.nav-link-icon > svg{
    width: 2.5rem;
    height: 2.5rem;
}
.sidenav-toggled-half #accordionSidenav > div.row > div > div.sidenav-menu-heading {
    display: none;
}

.side-menu-toogler {
    padding: 1rem 1rem 0.75rem;
}

.sidenav-toggled-half #accordionSidenav > div.row > div.side-menu-toogler {
    max-width: 100%;
    flex: 0 0 100%;
}

.sidenav-toggled-half #accordionSidenav > a > div.sidenav-collapse-arrow{
    display: none;
}

.sidenav-toggled-half #accordionSidenav .collapsing {
    transition: none;
}


/* submenu */
.sidenav-toggled-half #accordionSidenav > .collapse {
    position: absolute;
    background-color: white;
    margin-left: 9rem;
    border-radius: 15px;
    box-shadow: 0 0 0 0.1rem rgba(21, 98, 95, 0.2);
}

.sidenav-toggled-half #accordionSidenav > #collapseAdmin > nav {
    border-left-style: none;
    margin-left: 0;
}

@media (min-width: 992px) {
    .sidenav-toggled-half #layoutSidenav #layoutSidenav_nav {
        transition: opacity 0.3s ease-in-out;
    }

    .sidenav-toggled-half #layoutSidenav #layoutSidenav_content {
        margin-left: -7rem;
    }

    .sidenav-toggled-half #layoutSidenav #layoutSidenav_content:before {
        display: none;
    }
}

#layoutSidenav_content > main > div.container-fluid > div.card {
    overflow: inherit;
}


.clientview-msg-panel {
    color: #fff;
    background-color: #E55218;
    margin-top: 20px;
}

.clientview-msg-row {
    padding: 10px 10px 3px 10px;
    margin-left: 15px;  
}

.switch-clientView {
    box-shadow: 0px 0px 0px 3px #fff;
    border-radius: calc((2.25rem + 2px) * .8)
}

.clientview-msg-close-btn:hover {
    background-color: transparent !important;
    border: none !important;
    border-color: transparent !important;
}

.clientview-msg-panel .switch input + label::before {
    box-shadow: 0px 0px 0px 3px #FFF;
    border-radius: 50px;
}
.nav-fixed #layoutSidenav #layoutSidenav_nav .sidenav .sidenav-menu {
    overflow-y: overlay;
    overflow-x:hidden;
}
#messages-icon {
    margin-top: 0px;
}
.bootstrap-datetimepicker-widget {
    z-index: 10000;
}
.dropdown-menu.show {
    z-index: 10000;
}