@import url('https://fonts.googleapis.com/css2?family=Lato:wght@400;700&display=swap');

:root {
    --acergroup-darkblue: #24328B;
    --acergroup-darkblue-hover: #202D7D;
}

.btn-danger{
    background-color: #fc6042 !important;
}

.btn-warning{
    background-color: #fcb941 !important;
}

.btn-success{
    background-color: #2cc990 !important;
}

body {
    height: 100vh;
    background-color: #222d89;
    font-family: 'Lato', sans-serif;
}

a {
    text-decoration: none !important;
}

.pointer {
    cursor: pointer;
}

.acer-white {
    color: white;
}

.table-acer {
    background-color: #CCC;
}

#planning-page-mobile {
    display: none;
}

#add-date, #add-custom-fields {
    background-color: #222d89 !important;
    font-weight: 800;
    border: 0px;
    padding: 12px 30px !important;
    height: 40px;
    text-decoration: none !important;
    line-height: 17px;
    border-radius: 5px;
    display: block;
    color: #fff;
}

#add-btn {
    background-color: #222d89 !important;
    font-weight: 800;
    border: 0px;
    padding: 7px 18px !important;
    font-style: normal;
    font-family: "Font Awesome 6 Pro";
    text-decoration: none !important;
    line-height: 17px;
    border-radius: 5px;
    display: block;
    color: #fff;
    text-align: center;
}

.selected-dropdown-item {
    background-color: antiquewhite;
}

.dropdown-submenu {
    position: relative;
}

.dropdown-submenu .dropdown-menu {
    top: -8px;
    left: 100%;
    margin-top: -1px;
}

.planning-button-container {
    display: inline-flex;
    margin-bottom: 10px;
}

.mechanic-card-item {
    border: 1px solid #F2F2F2;
    background-color: #FFF;
    padding: 7px;
    border-radius: 5px;
    margin-bottom: 5px;
}

.bolletje {
    background-color: yellow;
    width: 15px;
    display: inline-block;
    text-align: center;
    border-radius: 50px;
    margin-right: 5px;
}

.btn-primary{
    background-color: #222d89 !important;
    font-weight: 800;
    border: 0px;
    padding: 12px 30px;
}

.btn-default-style {
    font-weight: 400 !important;
    padding: 0.375rem 0.75rem !important;
}

.float-end .fa-light {
    background-color: #222d89 !important;
    font-weight: 800;
    border: 0px;
    padding: 12px 30px !important;
    height: 40px;
    text-decoration: none !important;
    line-height: 17px;
    border-radius: 5px;
    display: block;
    color: #fff;
}

.plus-icon {
    background-color: #222d89 !important;
    font-weight: 800;
    border: 0px;
    padding: 12px 30px !important;
    height: 0 !important;
    font-size: 20px;
    text-decoration: none !important;
    line-height: 17px;
    border-radius: 5px;
    display: block;
    color: #fff;
}

.navbar {
    background-color: #222d89 !important;
    border: 0px;
    color: #fff;
}

#navbarDropdown {
    color: #fff;
    font-weight: 800;
}

.list-group-item-light.list-group-item-action:hover,
.list-group-item-light.list-group-item-action:focus {
    background-color: #fff;
    color: #222d89 !important;
}

.btn-danger {
    /* background-color: #da1c0e !important; */
    font-weight: 800;
    border: 0px;
    padding: 12px 30px;
}

.btn-danger-planning {
    background-color: #fc6042 !important;
    color: #FFF;
    font-weight: 800;
    border: 0px;
    padding: 7px 14px;
}

.btn-success {
    font-weight: 800;
    border: 0px;
    padding: 12px 30px;
}

.pull-right {
    float: right;
}

.pull-left {
    float: left;
}

table form {
    margin: 0px;
}

p,
span,
table,
tr,
td,
li,
ul,
a,
button {
    font-family: 'Lato', sans-serif;
}

h2 {
    font-family: 'Lato', sans-serif;
    font-weight: 700;
    font-size: 40px;
}

.login,
.forgotpassword {
    height: 100vh;
    background-color: var(--acergroup-darkblue);
}

.card {
    border: 0;
}

.form-control:focus {
    box-shadow: none !important;
    border-color: var(--acergroup-darkblue);
}

.rounded .card-body {
    padding: 40px;
}

table {
    border-top: 0px;
}

td {
    background-color: #f2f2f2 !important;
    border: 0px;
    vertical-align: middle;
    color: #7d7d7d;
}

td:first-child {
    border-radius: 15px 0px 0px 15px;
    color: #1e2027;
    font-weight: 800;
    font-size: 16px;
    padding-left: 20px;
}

th:first-child {
    padding-left: 20px;
}

td:last-child {
    border-radius: 0px 15px 15px 0px;
}

td.btn-group:last-child {
    border-radius: 0px 15px 15px 0px;
}

/* .no-border {
    border-bottom: 0 !important;
} */
.table-bordered tr {
    border-bottom: 10px solid #fff !important;
    border-top: 0px;
}

.table-borderless tr {
    border-bottom: 10px solid white;
}

.table-acer-customer {
    font-size: 12px;
}

.table-acer-customer th {
    padding-bottom: 0px !important;
    color: #666;
}

.table-acer-customer::after {
    content: "";
    display: block;
    height: 5px;
    width: 100%;
    background: white;
}

.table-acer::before {
    content: "";
    display: block;
    height: 1em;
    width: 100%;
    background: white;
}

#planning-client {
    color: var(--acergroup-darkblue-hover);
    font-size: 17px;
}

/* .table-bordered.table-planning tr {
    border-bottom: 0px solid #fff !important;
} */

.table-planning-desktop {
    margin-bottom: 100px;
}
.edit-project-logo {
    align-self: center;
    font-size: 20px;
    padding-right: 5px;
    padding-left: 5px;
}
.mobile-workorder-count {
    display: block;
    margin-top: 5px;
    font-size: 9px;
    width: 25px;
}
#planning-page-mobile #planning-client {
    display: flex;
}
#project-add-button {
    text-align: end;
    padding-right: 10px;
    font-size: 20px;
}
th {
    border: 0px !important;
}

.login-img {
    object-fit: cover;
    height: 100%;
    border-radius: 10px 0 0 10px;
    margin-left: -12px;
}

.body_login .btn-block {
    background-color: #222d89;
    width: 100%;
    color: #fff;
    text-align: center;
}

.login #password:not(:focus) {
    border: 1px solid #CED4DA;
    border-width: 1px 0px 1px 1px;
}

.login-text {
    letter-spacing: 1px;
}

.login .input-group-text {
    background-color: #F8FAFC;
    border: 1px solid #CED4DA;
    border-width: 1px 1px 1px 0px;
}

.login .input-group-text i {
    cursor: pointer;
    font-size: 20px;
    color: #212529;
}

.login button,
.forgotpassword button {
    background-color: var(--acergroup-darkblue);
    color: #FFFFFF;
}

.btn:focus {
    box-shadow: none;
}

.login button:hover,
.forgotpassword button:hover {
    background-color: var(--acergroup-darkblue-hover);
    color: #FFFFFF;
}

.card.rounded {
    min-height: 100vh;
    border-radius: 40px 0px 0px 40px !important;
}

#wrapper {
    overflow-x: hidden;
}

#sidebar-wrapper {
    min-height: 100vh;
    background-color: #222d89;
    margin-left: -15rem;
    transition: margin 0.25s ease-out;
}

.list-group-item-light {
    background-color: transparent;
    border: 0px;
    font-weight: 800;
    color: #fff;
}

#sidebar-wrapper .sidebar-heading {
    padding: 0.875rem 1.25rem;
    font-size: 1.2rem;
}

#sidebar-wrapper .list-group {
    width: 15rem;
}

#page-content-wrapper {
    min-width: 100vw;
}

.container-xxl,
.container-xl,
.container-lg,
.container-md,
.container-sm,
.container {
    max-width: 100%;
    padding: 0px;
}

.logo {
    width: 100px;
    margin: auto;
}

body.sb-sidenav-toggled #wrapper #sidebar-wrapper {
    margin-left: 0;
}

.pagination .page-item.active .page-link {
    background-color: #222d89 !important;
}

#projectTabs {
    margin-left: 40px;
}

.required-field::after {
    content: " *";
    color: red;
}

#projectTabs .nav-link:not(.active) {
    color: #FFF;
}

#projectTabs .nav-link.active {
    color: var(--acergroup-darkblue);
}

.file-upload-box{
    width: 100%;
    height: 250px;
    outline: 2px dashed black;
    outline-offset: -10px;
    cursor: pointer;
}
.file-upload-box:hover{
    background-color: lightgray;
    border-radius: 5px;
}
.file-upload-box label{
    width: 100%;
    text-align: center;
    line-height: 250px;
}

.file-upload{
    width: 0.1px;
    height: 0.1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: -1;
}

.status-indicator{
    border-radius: 50%;
    width: 10px;
    height: 10px;
    background-color: #fcb941;
}

.status-ready{
    background-color: #2cc990 !important;
}

/* Customize the label (the container) */
.checkbox-container {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    /* font-size: 22px; */
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/* Hide the browser's default checkbox */
.checkbox-container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

/* Create a custom checkbox */
.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: #eee;
}

/* On mouse-over, add a grey background color */
.checkbox-container:hover input ~ .checkmark {
    background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.checkbox-container input:checked ~ .checkmark {
    background-color: #2196F3;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.checkbox-container input:checked ~ .checkmark:after {
    display: block;
}

/* Style the checkmark/indicator */
.checkbox-container .checkmark:after {
    left: 9px;
    top: 5px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}  






























@media (min-width: 768px) {
    #sidebar-wrapper {
        margin-left: 0;
    }

    #page-content-wrapper {
        min-width: 0;
        width: 100%;
    }

    body.sb-sidenav-toggled #wrapper #sidebar-wrapper {
        margin-left: -15rem;
    }
    
}

@media only screen and (max-width: 767px) {
    body .card.rounded {
        min-height: 100vh;
        border-radius: 40px 40px 0px 0px !important;
    }

    #planning-page-desktop {
        display: none;
    }
    
    #planning-page-mobile {
        display: block;
    }
    .rounded .card-body {
        padding: 40px 15px 40px 15px;
    }
    body, p, td, li, #planning-client, .planning-project-name{
        font-size: 10px!important;
    }
    #planning-client{
        padding: 10px;
        display: revert!important;
    }
    .edit-project-logo{
        margin-top: 5px;
        margin-bottom: 5px;
        padding-left: 0px;
    }
    .project-item{
        border-bottom: 10px solid #fff;
    }
    .mechanic-card-item, .mechanic-card-item-mobile{
        position: relative;
        padding-right: 25px!important;
    }
    .mechanic-card-item span, .mechanic-card-item-mobile i{
        font-size: 15px!important;
        position: absolute; 
        right: 5px;
        top: 5px;
    }
    .mechanic-card-item span i{
        font-size: 15px!important;
    }
    .mechanic-card-item-mobile{
        border: 1px solid #F2F2F2;
            background-color: #FFF;
            padding: 7px;
            border-radius: 5px;
            margin-bottom: 5px;
    }
    .status-indicator{
        width: 20px;
        display: inline;
        margin-right: 5px;
    }
    .edit-project-logo{
        width: 50px;
        display: inline;
    }
    .mobile-workorder-count{
        display: inline;
        margin-left: 5px;
    }
}
