/*=======================================================================================
                                       Default styles
=======================================================================================*/
body {
    background: #f4f4f4;
    font-family: "Poppins", sans-serif;
}

.row .col {padding: 0 1.5rem !important;}

*:not(i.material-icons) {
    font-family: "Poppins", sans-serif;
}

.material-icons {
    color: #464646;
}

.lh-0 {
    line-height: 0;
}

.m-t-0 {
    margin-top: 0px !important;
}

.m-t-5 {
    margin-top: 5px !important;
}

.m-t-10 {
    margin-top: 10px !important;
}

.m-t-15 {
    margin-top: 15px !important;
}

.m-t-20 {
    margin-top: 20px !important;
}

.m-t-25 {
    margin-top: 25px !important;
}

.m-t-27 {
    margin-top: 27px !important;
}

.m-t-30 {
    margin-top: 30px !important;
}

.m-t-35 {
    margin-top: 35px !important;
}

.m-t-40 {
    margin-top: 40px !important;
}

.m-t-45 {
    margin-top: 45px !important;
}

.m-t-50 {
    margin-top: 50px !important;
}

.m-t-100 {
    margin-top: 100px !important;
}

.m-r-5 {
    margin-right: 5px !important;
}

.m-b-0 {
    margin-bottom: 0px !important;
}

.m-b-5 {
    margin-bottom: 5px !important;
}

.m-b-10 {
    margin-bottom: 10px !important;
}

.m-b-15 {
    margin-bottom: 15px !important;
}

.m-b-20 {
    margin-bottom: 20px !important;
}

.m-b-25 {
    margin-bottom: 25px !important;
}

.m-b-30 {
    margin-bottom: 30px !important;
}

.m-b-35 {
    margin-bottom: 35px !important;
}

.m-b-40 {
    margin-bottom: 40px !important;
}

.m-b-45 {
    margin-bottom: 45px !important;
}

.m-b-50 {
    margin-bottom: 50px !important;
}

.p-b-0 {
    padding-bottom: 0 !important;
}

.p-b-10 {
    padding-bottom: 10px !important;
}

.p-t-0 {
    padding-top: 0 !important;
}

.p-t-10 {
    padding-top: 10px !important;
}

.font-8 {
    font-size: 8px !important;
}

.font-9 {
    font-size: 9px !important;
}

.font-10 {
    font-size: 10px !important;
}

.font-11 {
    font-size: 11px !important;
}

.font-12 {
    font-size: 12px !important;
}

.font-13 {
    font-size: 13px !important;
}

.font-14 {
    font-size: 14px !important;
}

.font-15 {
    font-size: 15px !important;
}

.font-16 {
    font-size: 16px !important;
}

.font-17 {
    font-size: 17px !important;
}

.font-18 {
    font-size: 18px !important;
}

.font-19 {
    font-size: 19px !important;
}

.font-20 {
    font-size: 20px !important;
}

.font-21 {
    font-size: 21px !important;
}

.font-22 {
    font-size: 22px !important;
}

.font-23 {
    font-size: 23px !important;
}

.font-24 {
    font-size: 24px !important;
}

.font-25 {
    font-size: 25px !important;
}

.font-26 {
    font-size: 26px !important;
}

.font-27 {
    font-size: 27px !important;
}

.font-28 {
    font-size: 28px !important;
}

.font-29 {
    font-size: 29px !important;
}

.font-30 {
    font-size: 30px !important;
}

.font-31 {
    font-size: 31px !important;
}

.font-32 {
    font-size: 32px !important;
}

.primaryColor {
    color: #F79523;
}

.primaryBackground {
    background: #F79523 !important;
}

.primaryButton {
    background: #F79523;
    color: #fff !important;
    border-radius: 50px;
}

.btn-floating:hover {
    background: #818181 !important;
    color: #fff !important;
}

.primaryButton:hover, .primaryButton:focus {
    background: rgba(247, 149, 35, 0.89) !important;
}

.secondaryButton {
    background: rgb(247, 149, 35, 0.15);
    border: 2px solid #F79523;
    color: #F79523;
    border-radius: 5px;
    padding: 3px 12px !important;
    font-weight: bold;
    height: unset;
}

.secondaryButton i.material-icons {
    color: #F79523 !important;
}

.secondaryButton:hover, .secondaryButton:focus {
    background: rgb(247, 149, 35, 0.35);
}

.secondaryButton.redBtn {
    background: rgba(247, 35, 35, 0.15);
    border: 2px solid #f72323;
    color: #f72323;
    border-radius: 50px;
    padding: 3px 12px !important;
    font-weight: bold;
    height: unset;
}

.secondaryButton.redBtn:hover, .secondaryButton.redBtn:focus {
    background: rgba(247, 35, 35, 0.35);
}

.displayNone {
    display: none;
}

.projectCloneIcons {
    margin-top: 40px;
}

.notificationsCloneIcons {
    text-align: center;
    margin-top: 30px;
}

.notificationsCloneIcons i.material-icons {
    font-size: 32px;
}

.cke_chrome {
    border: 1px solid #e0e0e0 !important;
}

.cke_top {
    background-color: rgba(247, 149, 35, 0.25) !important;
    border-bottom: unset !important;
}

.cke_toolgroup a.cke_button:last-child:after, .cke_toolgroup a.cke_button.cke_button_disabled:hover:last-child:after {
    border-right: 1px solid #707070 !important;
}

.options .col {
    padding: 12px 16px;
}

.fullWidth {
    width: 100%;
}

.offerMaterialsTableCats {
    background: #878787 !important;
}

.no-padding {
    padding: 0px !important;
}

.no-padding td {
    padding: 5px;
}

.no-lines-table tr {
    border: unset;
}

input, select.browser-default {
    border: 1px solid #DCDCE0 !important;
    border-radius: 5px !important;
    text-indent: 5px !important;
    background: #fff !important;
    margin-bottom: 8px !important;
}

input:focus {
    -webkit-box-shadow: 0px 0px 4px 0px rgba(66, 66, 66, 0.79) !important;
    box-shadow: 0px 0px 4px 0px rgba(66, 66, 66, 0.79) !important;
}

[type="checkbox"].filled-in:not(:checked) + span:not(.lever):after {
    border-radius: 6px;
}

.switch label input[type=checkbox]:checked + .lever {
    background-color: #424242;
}

.switch label input[type=checkbox]:checked + .lever:after {
    background-color: #424242;
    filter: brightness(70%);
}

[type="checkbox"].filled-in:checked + span:not(.lever):after {
    border: 2px solid #F79523 !important;
    background-color: #F79523 !important;
    border-radius: 6px;
}

[type="checkbox"].filled-in:disabled + span:not(.lever):after {
    border: 2px solid #969696 !important;
    background-color: #969696 !important;
}

[type="checkbox"].filled-in:not(:checked) + span:not(.lever):after {
    border: 2px solid #969696 !important;
}

[type="radio"]:checked + span:after {
    background-color: #424242 !important;
}

[type="radio"]:checked + span:before {
    background-color: #424242 !important;
}

[type="radio"]:checked + span:after, [type="radio"].with-gap:checked + span:before, [type="radio"].with-gap:checked + span:after {
    border: 2px solid #424242 !important;
}

ul.dropdown-content.select-dropdown li span {
    color: #424242 !important;
}

.btn, .btn-large, .btn-small, .btn-flat {
    text-transform: none !important;
}

input[type=file].swal2-file {
    border: 1px solid #f3f3f3 !important;
    border-radius: unset !important;
    text-indent: unset !important;
}

input[type=file].swal2-file:focus {
    -webkit-box-shadow: unset !important;
    box-shadow: unset !important;
}

.loginHalfPage {
    height: 100%;
    left: 0;
    position: fixed;
    background: url("/img/login-half-page.jpg");
    background-repeat: no-repeat;
    background-size: cover;
}

.loginBtn {
    padding: 5px !important;
    font-weight: bold;
    height: unset;
border-radius:5px !important;
}

nav {
    background: #1ca98f !important;
    box-shadow: unset;
}

.navbarAccountCircle {
    width: 50px;
    height: 50px;
    border-radius: 15px;
    background: #C5C5C5;
    margin-left: 25px;
}

.user-data {
    vertical-align: super;
    margin-left: 5px;
}

.user-view > a {
    display: inline-block;
}

.user-view .user-data {
    display: inline-block;
}

.user-view span.name {
    font-size: 16px !important;
    margin-top: unset !important;
    color: #080808;
}

.user-view span.email {
    font-size: 14px !important;
    margin-top: unset !important;
    color: #919191;
}

.sidenav li a i {
    font-size: 28px;
}

.sidenav li > a:hover {
    background: rgba(247, 149, 35, 0.05) !important;
}

.sidenav li > a:hover, .sidenav li > a:hover i {
    background: rgba(247, 149, 35, 0.05) !important;
    color: #F79523 !important;
    font-weight: bold;
}

.sidenav li.active {
    background: rgba(247, 149, 35, 0.05) !important;
    border-right: 5px solid #F79523;
}

.sidenav li.active a, .sidenav li.active a i {
    color: #F79523 !important;
    font-weight: bold;
}

.navBarLastItem {
    position: absolute;
    bottom: 60px;
    left: 0;
    width: 100%;
}

h3 {
    font-size: 24px;
    font-weight: bold;
    color: #393939;
    margin-top: 0;
}

h4 {
    font-size: 20px;
    font-weight: bold;
    color: #393939;
    margin-top: 0;
}

.projectsTable {
    background: #fff;
    border-radius: 15px;
}

.projectsTable thead {
    border-bottom: 1px solid #efefef !important;
}

.projectsTable tr {
    ;
}

.projectsTable th, .projectsTable td {
    padding: 18px !important;
}

.lineUnder:hover {
    text-decoration: underline;
    cursor: pointer;
}

.lineUnderAlways {
    text-decoration: underline;
    cursor: pointer;
}

.projectsTable td i.material-icons {
    font-size: 25px;
    margin: 0 7px;
}

.projectsTable .statusBadge {
    border-radius: 5px;
    font-weight: bold;
    padding: 8px 18px;
}

.projectsTable .statusBadge.lopend {
    border: 2px solid #2196f3;
    background: rgba(33, 150, 243, 0.25);
    color: #2196f3;
}

.projectsTable .statusBadge.afgerond {
    border: 2px solid #F79523;
    background: rgb(247, 149, 35, 0.15);
    color: #F79523;
}

.projectsTable .statusBadge.verzonden {
    border: 2px solid #4CAF50;
    background: rgba(76, 175, 80, 0.26);
    color: #4CAF50;
}

.projectsTable .statusBadge.te-laat {
    border: 2px solid #e51c23;
    background: rgb(255 68 68 / 25%);
    color: #e51c23;
}

.searchBar input:focus {
    box-shadow: unset !important;
}

.searchBar button {
    position: absolute;
    top: 84px;
    right: 13%;
    padding: 5px 33px;
    height: unset;
    border-bottom-left-radius: 0 !important;
    border-top-left-radius: 0 !important;
}

.searchBar.customers button {
    right: 9px;
}

.tabs.filterTabs .indicator {
    background-color: unset;
}

.tabs.filterTabs {
    background-color: #fff;
    border-radius: 50px;
    overflow: hidden;
}

.tabs.filterTabs .tab {
    text-transform: unset !important;
}

.tabs.filterTabs .tab a.active, .tabs.filterTabs .tab a:focus {
    background: #F79523 !important;
    border-radius: 50px;
    color: #fff !important;
}

.tabs.filterTabs .tab a:hover {
    color: #F79523;
}

.tabs.filterTabs .tab a:focus {
    background: #fff;
}

.tabs.filterTabs .tab a {
    color: #080808;
}

.projectStep .card-content {
    padding: 30px 24px 36px 24px;
}

hr {
    border-top: 1px solid #f6f6f6;
}

.modal {
    border-radius: 20px;
}

.badge {
    font-size: 12px !important;
    border-radius: 25px;
}

i.material-icons.customIcon {
    font-size: 20px;
    margin-right: 6px;
}

.f-right {
    float: right;
}

.stepCircle {
    float: left;
    background-color: rgba(247, 149, 35, 0.25) !important;
    border-radius: 100%;
    border: 2px solid #F79523;
    width: 50px;
    height: 50px;
    margin-right: 17px;
}

.stepCircle p {
    text-align: center;
    margin-top: 11px !important;
    font-size: 18px;
}

.paginationWrapper {
    width: 100%;
    text-align: right;
}

.pagination li.active {
    background: #F79523;
    border-radius: 12px;
}

.card, .collapsible, .projectsTable {
    border-radius: 6px 6px 6px 6px;
    -webkit-box-shadow: 2px 4px 7px 2px rgba(0, 0, 0, 0.03);
    box-shadow: 2px 4px 7px 2px rgba(0, 0, 0, 0.03);
}

.block {
    display: block;
}

.logWrapper {
    max-height: 500px;
    overflow-y: scroll;
    overflow-x: hidden;
}

.oneLogWrapper {
    padding: 8px 0;
}

.oneLogWrapper .material-icons {
    background: rgb(247, 149, 35, 0.15);
    border: 2px solid #F79523;
    color: #F79523;
    font-size: 20px;
    padding: 15px;
    border-radius: 50px;
    display: inline-block;
}

.oneLogWrapper div {
    display: inline-block;
    vertical-align: top;
    margin-left: 15px;
}

.oneLogWrapper h5 {
    margin: 5px 0 0 0;
    font-size: 18px;
}

.notificationsWrapper, .tasksWrapper {
    max-height: 83vh;
    overflow-y: scroll;
    overflow-x: hidden;
}

.tasksWrapper.taskUserWrapper {
    max-height: 40vh;
}

.statusIcons:hover {
    color: #ee9022;
}

.oneNotificationWrapper, .oneTaskWrapper {
    padding: 8px 0;
}

.oneNotificationWrapper:hover h5, .oneNotificationWrapper:hover p, .oneTaskWrapper .clickable:hover h5, .oneTaskWrapper .clickable:hover p{
    text-decoration: underline;
}

.oneNotificationWrapper.read:hover h5, .oneNotificationWrapper.read:hover p {
    text-decoration: line-through;
}

.oneNotificationWrapper .material-icons, .oneTaskWrapper .material-icons {
    background: rgb(247, 149, 35, 0.15);
    border: 2px solid #F79523;
    color: #F79523;
    font-size: 20px;
    padding: 15px;
    border-radius: 50px;
    display: inline-block;
}

.oneNotificationWrapper.read .material-icons {
    background: rgba(190, 190, 190, 0.15);
    border: 2px solid #c4c4c4;
    color: #c4c4c4;
}

.oneTaskWrapper.finished .material-icons {
    background: rgba(190, 190, 190, 0.15);
    border: 2px solid #c4c4c4;
    color: #c4c4c4;
}

.oneNotificationWrapper div {
    display: inline-block;
    vertical-align: top;
    margin-left: 15px;
}

.oneNotificationWrapper div, .oneTaskWrapper div {
    display: inline-block;
    vertical-align: top;
    margin-left: 15px;
}

.oneNotificationWrapper h5, .oneTaskWrapper h5 {
    margin: 5px 0 0 0;
    font-size: 18px;
}

.taskCheckbox, .finishedDate {
    position: absolute;
    top: 35%;
    right: 15px;
}

.notificationCheckbox {
    float: right;
}

.lineThrough {
    text-decoration: line-through;
}

.relative {
    position: relative;
}

.statusTracker {
    display: flex;
    flex-wrap: nowrap;
}

.statusTracker .card {
    margin: 0 5px;
    width: 100%;
    text-align: center;
}

.statusTracker .card.disabled {
    background: #ececec;
}

.statusTracker .card.disabled i.material-icons, .statusTracker .card.disabled h5 {
    color: #c7c7c7;
}

.statusTracker .card-content {
    padding: 12px;
}

.statusTracker .card i.material-icons {
    font-size: 32px;
    margin-top: 8px;
}

.statusTracker .card h5 {
    font-size: 14px;
}

.disabledIcon {
    color: #dcdcdc;
}

.contactPerson i.material-icons {
    background-color: red;
    color: #fff;
    padding: 8px;
    border-radius: 100%;
}

.contactPerson span {
    float: left;
    margin-top: 7px;
}

.clickable {
    cursor: pointer;
}

@media only screen and (max-width: 1000px) {
    .searchBar button {
        right: 8%;
    }
}

@media only screen and (max-width: 600px) {
    .fullWidthMobile {
        width: 100%;
    }

    .searchBar {
        margin-top: 10px;
    }

    .searchBar button {
        top: 187px;
        right: 9px;
        padding: 5px 33px;
        height: 44px;
    }

    .searchBar.customers button {
        top: 139px;
    }

    .projectCloneIcons {
        text-align: center;
        margin-top: 10px;
    }

    .projectCloneIcons i.material-icons {
        font-size: 32px;
    }

    .notificationsCloneIcons {
        margin-top: 13px;
    }

    .statusTracker {
        display: block;
        flex-wrap: unset;
    }

    .statusTracker .card {
        margin: 12px 0;
    }

    .oneNotificationWrapper .material-icons {
        font-size: 16px;
        padding: 10px;
        margin-top: 12px;
    }

    .oneNotificationWrapper div {
        margin-left: 10px;
    }

    .m-t-m-20 {
        margin-top: 20px !important;
    }

    .modal.modal-fixed-footer {
        top: 0 !important;
        width: 100% !important;
        min-height: 100%;
        max-height: 100%;
        border-radius: 0 !important;
    }
}


/*=======================================================================================
                                       Preloader style
=======================================================================================*/
#loadingIconOverlayWrapper {
    position: fixed !important;
    top: 0 !important;
    bottom: 0 !important;
    left: 0 !important;
    right: 0 !important;
    width: 100% !important;
    height: 100vh !important;
    background-color: rgba(16, 16, 16, 0.5);
    z-index: 9999 !important;
}

.lds-hourglass {
    display: inline-block;
    position: relative;
    width: 80px;
    height: 80px;
    left: 50%;
    transform: translateX(-50%);
    margin-top: 300px;
}

.lds-hourglass:after {
    content: "";
    display: block;
    border-radius: 50%;
    width: 0;
    height: 0;
    margin: 8px;
    box-sizing: border-box;
    border: 32px solid #fff;
    border-color: #fff transparent #fff transparent;
    animation: lds-hourglass 1.2s infinite;
}

.loadingText {
    position: relative;
    width: 200px;
    height: 200px;
    left: 50%;
    transform: translateX(-50%);
    margin-top: 10px;
    color: white;
}

@keyframes lds-hourglass {
    0% {
        transform: rotate(0);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }
    50% {
        transform: rotate(900deg);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }
    100% {
        transform: rotate(1800deg);
    }
}

/*=======================================================================================
                                   End Preloader style
========================================================================================*/

.green-opacity {
    background-color: rgba(76, 175, 80, 0.70) !important;
}

.orange-opacity {
    background-color: rgba(247, 149, 35, 0.70) !important;
}

.text-underline-hover:hover, .text-underline-hover:hover td {
    text-decoration: underline;
    cursor: pointer;
}

#cke_notifications_area_description, .cke_button__about, .cke_notifications_area {
    display: none !important;
}