/*====================================================================================================================
                                                FULL STYLE RESET
====================================================================================================================*/
html, body, div, span, applet, object, iframe,
blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
strike, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, legend, caption,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;

}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}

body {
    line-height: 1;
}

ol, ul {
    list-style: none;
}

blockquote, q {
    quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

/*====================================================================================================================
                                                        INDEX
====================================================================================================================*/

/* 1. Basic styles */
/* 2. Layout file style */
/* 3. Dashboard style */
/* 4. Customer style */
/* 5. Orders style */
/* 6. Invoices style*/
/* 7. Employees style*/
/* 8. Materials style*/
/* 9. Hours style */
/* 10. Worktypes style */
/* 11. Schedule style */
/* 12. Profile style */


/*====================================================================================================================
                                                    END INDEX
====================================================================================================================*/


/*====================================================================================================================
                                                1. Basic styles
====================================================================================================================*/
:root {
    --primaryColorNaaijerr: #659f13;
    --primaryColorNaaijerrDarker: #659f13;
    --primaryColorNaaijerrLighter: #659f13;
    --secondaryColorNaaijer: #ffffff;
    --secondaryColorNaaijerDarker: #ffffff;
    --secondaryColorNaaijerLighter: #ffffff;
}

html, body {
    font-family: 'Roboto', sans-serif !important;
}

body {
    background: #f5f5f5 !important;
}

.rowWithoutMargin {
    margin: 0;
}

/* Colors */
.primaryColor {
    background: var(--primaryColorNaaijerr) !important;
}

.primaryColorDarker {
    background: var(--primaryColorNaaijerrDarker);
}

.primaryColorLighter {
    background: var(--primaryColorNaaijerrLighter);
}

.secondaryColor {
    background: var(--secondaryColorNaaijer);
}

.secondaryColorDarker {
    background: var(--secondaryColorNaaijerDarker);
}

.secondaryColorLighter {
    background: var(--secondaryColorNaaijerLighter);
}

.primaryTextColor {
    color: var(--primaryColorNaaijerr);
}

.secondaryTextColor {
    color: var(--secondaryColorNaaijer);
}

h1, h2, h3, h4, h5, h6, p, i, .card-title {
    color: var(--primaryColorNaaijerr) !important;
}

/* End colors */

.fullHeight {
    height: 100vh;
}

.pd-15 {
    padding: 15px;
}

.pd-10 {
    padding: 10px;
}

.pd-5 {
    padding: 5px;
}

.pd-b-5 {
    padding-bottom: 12px;
}

.mt-0 {
    margin-top: 0;
}

.mt-3 {
    margin-top: 35px;
}

.mt-2-5 {
    margin-top: 28px;
}

.mt-2 {
    margin-top: 20px;
}

.mt-1 {
    margin-top: 5px !important;
}

.mt-10 {
    margin-top: 10px !important;
}

.mt-15 {
    margin-top: 15px !important;
}

.mb-2 {
    margin-bottom: 20px !important;
}

.mb-1 {
    margin-bottom: 10px !important;
}

.mb-0 {
    margin-bottom: 0;
}

.mb-0-6 {
    margin-bottom: 6px !important;
}

.ml-1 {
    margin-left: 10px !important;
}

.modal-footer {
    padding-bottom: 15px;
}

.widthInherit {
    width: inherit !important;
}

.fullWidth {
    width: 100% !important;
}

.input-field input[type=file]:focus + label, .input-field input[type=text]:focus + label, .input-field input[type=email]:focus + label, .input-field input[type=password]:focus + label, .input-field input[type=number]:focus + label, .input-field select:focus + label, .input-field input[type=tel]:focus + label, textarea:focus + label, .input-field input[type=date]:focus + label, .input-field input[type=time]:focus + label {
    color: var(--primaryColorNaaijerr) !important;
}

.input-field input[type=file]:focus, .input-field input[type=text]:focus, .input-field input[type=email]:focus, .input-field input[type=password]:focus, .input-field input[type=number]:focus, .input-field select:focus, .input-field input[type=tel]:focus, .input-field textarea:focus, .input-field input[type=date]:focus, .input-field input[type=time]:focus {
    border-bottom: 1px solid var(--primaryColorNaaijerr) !important;
    box-shadow: 0 1px 0 0 var(--primaryColorNaaijerr) !important;
}

input[type=color] {
    border: none;
    background-color: transparent !important;
    width: 50px;
    height: 30px;
}

.navbarIcon {
    font-size: 18px !important;
    color: var(--secondaryColorNaaijer) !important;
}

.verticalAlignMiddle {
    vertical-align: middle !important;
}

.btn:hover, .btn:focus {
    background: var(--primaryColorNaaijerrDarker) !important;
}

.borderRadiusBasic {
    border-radius: 5px;
}

.clickable:hover {
    cursor: pointer;
}

.font-14 {
    font-size: 14px;
}

.font-25 {
    font-size: 25px !important;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
    height: 3rem !important;
    width: 100% !important;
}

.editSelect2 {
    width: 100%;
    padding: 4.5px !important;
    border: 1px solid #aaaaaa;
    border-radius: 3px;
}

.browser-default {
    border: 1px solid #aaaaaa !important;
    height: 3rem !important;
    padding: 4.5px !important;
}

.card {

}

.vh-90 {
    height: 90vh
}

.borderButton {
    background: transparent;
    color: var(--primaryColorNaaijerr);
    border: 1px solid var(--primaryColorNaaijerr);
}

.borderButton:hover {
    background: var(--primaryColorNaaijerrDarker);
    color: #ffffff;
}
.borderButton:focus {
    background: var(--primaryColorNaaijerrDarker);
    color: #ffffff;
}

.flex {
    display: flex;
    flex-wrap: wrap;
}

.height-100 {
    height: 100%;
}



.select2-selection__rendered {
    line-height: 50px !important;
}
.select2-container .select2-selection--single {
    height: 3rem !important;
}
.select2-selection__arrow {
    height: 3rem !important;
}


/*====================================================================================================================
                                             1.  End basic styles
====================================================================================================================*/


/*====================================================================================================================
                                            2.  Layout File (App.blade.php)
====================================================================================================================*/
.topInfoSection {
    background: #eeeeee;
}

.navigationBar {
    width: inherit;
}

.navigationBar > li > a {
    color: #ffffff;
}

.background {
    background: var(--primaryColorNaaijerrDarker);
}

.barsIcon {
    display: none;
    color: var(--primaryColorNaaijerr) !important;
}

.mobileOnly {
    display: none;
}


@media (min-width: 980px) and (max-width: 1200px) {
    .contentTabletFix {
        padding-left: 290px !important;
        width: 100% !important;
    }

    .navTabletFix {
        width: 280px !important;
    }
}

@media (min-width: 480px) and (max-width: 992px) {
    .barsIcon {
        display: inline-block;
    }
}

@media only screen and (max-width: 480px) {

    .barsIcon {
        display: inline-block;
    }

    .mobileOnly {
        display: block;
    }

}

.activeNavbar {
    background: var(--primaryColorNaaijerrDarker) !important;
}

/*====================================================================================================================
                                            3.  Dashboard Style
====================================================================================================================*/
.workDayDoneButton {
    background: #f44336;
}

.workDayDoneButton:focus, .workDayDoneButton:hover {
    background: #d32f2f !important;
}

/*====================================================================================================================
                                            4.  Customers Style
====================================================================================================================*/

.tabs {
    background: var(--primaryColorNaaijerr);
    border-radius: 2px;
}

.tabs .tab a.active {
    background: var(--primaryColorNaaijerrDarker) !important;
}

.tabs .indicator {
    background: var(--secondaryColorNaaijer) !important;
}

.tab > a {
    color: #fff !important;
}

.customerModal {
    min-height: 350px !important;
    height: 350px !important;
}


/*====================================================================================================================
                                            5.  Orders Style
====================================================================================================================*/
.cloneMaterialIcon {
    font-size: 25px !important;
    margin-right: 10px;
}

.materialsSelect {
    width: 100%;
    padding: 2px !important;
    border: 1px solid #aaaaaa;
    border-radius: 3px;
    height: 1.8rem !important;
}

.textareaHeight {
    min-height: 100px !important;
}

.orderModal {
    min-height: 350px !important;
    height: 350px !important;
}

.archiveInput {
    background: #f1f1f1 !important;
}

/*====================================================================================================================
                                            6.  Invoices Style
====================================================================================================================*/
.textareaMailHeight {
    min-height: 250px !important;
}

.select-height {
    height: 2.5rem !important;
}

/*====================================================================================================================
                                            7.  Employees Style
====================================================================================================================*/
.hidePasswordFields {
    display: none;
}

.showPasswordFields {
    display: block;
}


/*====================================================================================================================
                                            8.  Materials Style
====================================================================================================================*/
.materialModal {
    min-height: 300px !important;
    height: 300px !important;
}


/*====================================================================================================================
                                            9.  Hours Style
====================================================================================================================*/


/*====================================================================================================================
                                            10.  Worktypes Style
====================================================================================================================*/
.worktypeModal {
    min-height: 300px !important;
    height: 300px !important;
}


/*====================================================================================================================
                                            11.  Schedule Style
====================================================================================================================*/
.scheduleModal {
    min-height: 70% !important;
    height: 70% !important;
}

.fc-right .fc-prev-button, .fc-right .fc-next-button, .fc-right .fc-agendaDay-button, .fc-right .fc-agendaWeek-button, .fc-right .fc-month-button, .fc-right .fc-today-button, .fc-right .fc-timelineDay-button{
    background-color: var(--primaryColorNaaijerr);
    color: #ffffff;
    background-image: none;
}

.fc-left h2 {
    font-size: 42px !important;
}
@media only screen and (max-width: 480px) {
    .fc-left h2 {
        font-size: 28px !important;
        margin-bottom: 5px;
    }
    .fc-right .fc-today-button {
        width: 100% !important;
        margin-bottom: 5px;
    }
}


/*====================================================================================================================
                                            12.  Profile Style
====================================================================================================================*/


/*====================================================================================================================
                                            13.  Vacation Style
====================================================================================================================*/

.customHeading, .subHeading {
    font-size: 18px;
    margin-top: 5px;
    margin-bottom: 10px;
}

.mr-10 {
    margin-right: 10px;
}

.vacationForm input, .vacationForm select, .vacationForm textarea {
    background-color: whitesmoke !important;
    border: 1px solid #e7e7e7 !important;
    border-radius: 5px !important;
    text-indent: 3px !important;
}

.vacationForm textarea {
    min-width: 100%;
    max-width: 100%;
    height: 150px;
}

.vacationCalendar .fc-left h2 {
    font-size: 30px !important;
}


