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

body {
    background: rgba(245, 245, 245, 0.47);
    font-family: "Poppins", sans-serif;
}

.primaryColor {
    color: #1a3b84 !important;
}

.primaryBackground {
    background: #1a3b84 !important;
}

.primaryButton {
    background: #1a3b84;
    color: #fff !important;
    border-radius: 5px;
}

.primaryButton:hover, .primaryButton:active {
    background: rgba(26, 59, 132, 0.87);
}

.primaryButton:hover, .primaryButton:focus {
    filter: brightness(90%);
}

.borderedButton {
    background: transparent;
    color: #1a3b84;
    border: 2px solid #1a3b84;
    border-radius: 5px;
}

.borderedButton i.material-icons {
    color: #1a3b84;
}

.borderedButton:hover, .borderedButton:active {
    background: rgba(26, 59, 132, 0.17);
}

.secondaryButton {
    background: #F9E200;
    border: 2px solid #F9E200;
    color: #fff;
    border-radius: 50px;
    padding: 3px 12px !important;
    font-weight: bold;
    height: unset;
}

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

.secondaryButton:hover, .secondaryButton:focus {
    filter: brightness(90%);
}

.heading {
    color: #1a3b84;
}

nav {
    background: #1a3b84;
    box-shadow: unset;
}

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

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

.sidenav li > a:hover {
    filter: brightness(90%);
}

.sidenav li > a:hover, .sidenav li > a:hover i {
    color: #1a3b84 !important;
    font-weight: bold;
}

.sidenav li.active {
    filter: brightness(90%);
    border-right: 5px solid #1a3b84;
}

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

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

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

.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-r-10 {
    margin-right: 10px !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;
}

.m-b-75 {
    margin-bottom: 75px !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;
}

.fw-normal {
    font-weight: normal !important;
}

.bigBtn {
    height: 50px;
}

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

.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;
}

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

.cke_top {
    background-color: rgba(0, 50, 83, 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;
}

.fullWidth {
    width: 100%;
}

.no-padding {
    padding: 0px;
}

.padding-10 {
    padding: 10px !important;
}

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

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

.ck-content {
    min-height: 200px;
}

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 #003253 !important;
    background-color: #003253 !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;
    background-position: center;
}

.loginBtn {
    padding: 5px !important;
    font-weight: bold;
    height: 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;
}

.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;
}

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

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

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;
}

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

.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;
}

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

.disabledIcon {
    color: #dcdcdc;
}

.clickable {
    cursor: pointer;
}


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

/*=======================================================================================
                                       Tasks style
=======================================================================================*/


.oneTaskWrapper {
    padding: 8px 0;
    position: relative !important;
}

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

.oneTaskWrapper.no-underline:hover h5, .oneTaskWrapper.no-underline:hover p {
    text-decoration: unset !important;
}

.oneTaskWrapper.done h5, .oneTaskWrapper.done p {
    text-decoration: line-through;
}

.oneTaskWrapper label {
    position: absolute;
    top: 30px;
    right: 0px;
}

.oneTaskWrapper .material-icons {
    background: rgba(26, 59, 132, 0.15);
    border: 2px solid #1a3b84;
    color: #1a3b84;
    font-size: 30px;
    padding: 10px;
    border-radius: 50px;
    display: inline-block;
}

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

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

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

.mainAddress {
    border: 3px solid #1a3b84;
}

/*=======================================================================================
                                       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;
}

.carPlate input {
    position: absolute;
    left: 83px;
    top: 93px;
    height: 99px !important;
    width: 79% !important;
    border: unset !important;
    background: transparent !important;
    font-size: 40px !important;
    font-weight: 500;
    text-align: center;
    text-transform: uppercase;
}

.carPlate.showCar input {
    left: 355px;
    top: 20px;
}

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

.roundedTable {
    border-radius: 5px;
}

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

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

.opportunitiesTable {
    overflow-y: scroll;
    max-height: 250px;
}

.defaultTasksWrapper {
    overflow-y: scroll;
    margin: 0 !important;
}

.defaultTasksWrapper .col {
    padding: unset;
}

.oneTask {
    border: 1px solid #d7d7d7;
    padding: 10px;
    cursor: pointer;
}

.oneTask img {
    width: 25px;
    height: 25px;
}

.oneTask p {
    white-space: nowrap;
}

.oneTask:hover {
    background: #e1e1e1;
}

.onePartner .card-content {
    padding: 16px;
}

.onePartner img {
    width: 85px;
}

.onePartner .image {
    display: flex;
    align-items: center;
    height: 80px;
}

.onePartner:hover h4, .onePartner:hover p, .onePartner:hover img {
    text-decoration: underline;
    cursor: pointer;
}

.dz-image img {
    width: 100%;
    height: 100%;
}

.dropzone.dz-started .dz-message {
    display: block !important;
}

.dropzone {
    border: 2px dashed #000000 !important;;
}

.dropzone .dz-preview.dz-complete .dz-success-mark {
    opacity: 1;
}

.dropzone .dz-preview.dz-error .dz-success-mark {
    opacity: 0;
}

.dropzone .dz-preview .dz-error-message {
    top: 144px;
}

.dropzone .dz-message {
    font-size: 20px;
    text-decoration: underline;
}

.serviceButtonWrapper {
    background: #fff;
    position: fixed;
    bottom: 0px;
    padding: 18px 12px 18px 0px !important;
    text-align: center;
    width: 85% !important;
}

.serviceButtonWrapper button, .serviceButtonWrapper a {
    width: 97%;
}

.taskImg {
    width: 100px;
}

.serviceOption i.material-icons {
    font-size: 80px;
}

.serviceOption {
    padding: 20px 0 !important;
    cursor: pointer;
}

.serviceOption p {
    font-size: 18px;
    margin: unset !important;
}

.bold {
    font-weight: bold;
}


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

.searchBar input {
    text-indent: 58px !important;
}

.searchBar button {
    position: absolute;
    top: 21px;
    padding: 5px 14px;
    height: 45px;
    border-bottom-right-radius: 0 !important;
    border-top-right-radius: 0 !important;
}

#createServiceBtn, #createCustomerBtn, #createUserBtn, #dailyReportModalBtn {
    height: 45px;
    line-height: 40px;
    font-size: 16px;
}

ul.stepper .step.active::before, ul.stepper .step.done::before {
    background-color: #1a3b84;
}

ul.stepper .row .col {
    padding: 0 .75rem 0 0;
}

.table-minimal-padding tr {
    border: unset;
}

.table-minimal-padding td {
    padding: 3px;
}

td p {
    margin: 0 !important;
}

.customerAppointments {
    max-height: 227px;
    overflow-y: scroll;
}

.dailyReportMailClonable span.delete-icon {
    position: relative;
    bottom: 36px;
    right: 8px;
}

@media only screen and (max-width: 992px) {
    .searchBar button {
        top: 84px;
        height: 44px;
    }
}


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

    .searchBar {
        margin-top: 10px;
    }

    .searchBar button {
        top: 129px;
        right: unset;
        height: 43px;
    }

    .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;
    }

    .oneTaskWrapper .material-icons {
        display: none;
    }

    .oneTaskWrapper label {
        top: 12px;
    }

    .oneTaskWrapper 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;
    }

    table {
        display: block;
        overflow-x: auto;
        white-space: nowrap;
        width: 100% !important
    }

    table, table tbody, table tbody tr, table tbody tr td {
        width: 100%;
    }
}

@media only screen and (min-width: 601px) {
    .hide-on-med-and-up {
        display: block !important;
    }

}

@media only screen and (min-width: 992px) {
    .hide-on-med-and-up {
        display: none !important;
    }
}

#calendar .fc-col-header-cell {
    background-color: #1F3C80 !important;
    border: none !important;
    border-radius: 0px;
}

#calendar .fc-col-header-cell a {
    color: white;
    font-weight: 500;
}

.fc-day-today {
    background-color: rgba(249, 226, 0, 0.3) !important;
}
