﻿/* Chat containers */
.container {
    border: 2px solid #dedede;
    background-color: #f1f1f1;
    border-radius: 5px;
    padding: 10px;
    margin: 10px 0;
}

.nav-items{
    color:grey;
}
a.nav-items:hover {
    color:black;
    text-decoration:none!important;
}

.indicatorbutton{
    margin:10px;
    border-radius:1px;
}

.indicatorbutton.service{
    background-color:purple;
    border:0px;
}
    .indicatorbutton.inmeten {
        background-color: #6699ff;
        border: 0px;
    }

    .indicatorbutton.monteren {
        background-color: #ff9956;
        border: 0px;
    }

    .text-black{
        color:black;
    }
.imgcard {
    padding: 15px;
    padding-top: 2px;
    margin-top: 8px;
    background-color: white;
    margin-bottom: 30px;
}
.imgcard.titlediv{
    font-size:24px;
    font-weight:500;
    color:dimgray;
}

.custom_navbar {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    background-color: #fbfbfb;
    border-bottom: 1px solid lightgrey;
}

.dropdown-toggler:focus {
    border: none;
}

.dropdown-toggler[aria-expanded="true"] .caret {
    transform: rotate(180deg);
    transition: all ease 0.4s;
}
.dropdown-toggler .caret {
    transition: all ease 0.4s;
}

.card-pagecontent{
    border:0px;
}
/* Darker chat container */
.darker {
    border-color: #ccc;
    background-color: #ddd;
}
.dot {
    height: 15px;
    width: 15px;
    background-color: #bbb;
    border-radius: 50%;
    display: inline-block;
}
/* Clear floats */
.container::after {
    content: "";
    clear: both;
    display: table;
}
.cardmobile {
    background-color: #f1f1f1 !important;
    margin-bottom: 0.5rem;
    box-shadow: 0px 2px 3px 1px #d8d8d8;
    border-radius: 2px;
    padding: 10px !important;
}

.btn-success-tekening {
    background-color: #83c583;
    border: none;
    color: white;
}
    .btn-success-tekening:hover {
        background-color: green;
        color: white;
    }
    .blog-icon{
        height:10px;
    }
.post{
    padding-bottom:40px;
}
.post-text {
    letter-spacing: 1.5px;
    color: #999;
    font-weight:400;
    text-transform:capitalize;
    padding:5px;
}
.btn-danger-tekening:hover {
    background-color: red;
    color: white;
}
.btn-danger-tekening {
    background-color: #ff8792;
    color: white;
    border: none;
}
.fullwidth{
    width:100%;
}
.corner-rd{
    border-radius: 25px;
}

.type-btn {
    color:white;
    padding:3px 8px 3px 8px;
 text-transform:uppercase;
 font-size:12px;
 font-weight:bolder;
 border-radius:6px;
}

    .type-btn.inmeten {
        background-color: #6699ff;
    }
    .type-btn.monteren {
        background-color: #ff9956;
    }
    .type-btn.service {
    background-color: purple;
    }

    .type-btn.tolate {
        background-color: #db2d14;
    }

.filter-button {
    margin-left: 1px;
    margin-bottom: 5px;
    color: black;
    font-weight: 300;
    background-color: white;
    border-color: white;
    border-radius: 5px;
}
/* Style images */
.chat-img {
    float: left;
    max-width: 60px;
    width: 100%;
    margin-right: 20px;
}

    /* Style the right image */
    .chat-img.right {
        float: right;
        margin-left: 20px;
        margin-right: 0;
    }

/* Style time text */
.time-right {
    float: right;
    color: #aaa;
}

/* Style time text */
.time-left {
    float: left;
    color: #999;
}

/*eind chat */



.labelfont {
    font-family: 'Raleway', sans-serif;
}


body {
    padding-top: 0;
    background-color: #f3f3f4;
    height: 100%;
}

    .menu-button {
    border: none;
    border-radius: 4px;
    margin: 10px;
    padding: 5px 15px 5px 15px;
    background-color:transparent;
    color:grey;
}
.img-bottom{
    vertical-align: bottom;
}
.print:last-child{
    background-color:white;
    margin:10px;
    page-break-after: auto;
}
#AfsprakenTabel td:hover {
    cursor: pointer;
}
#alignright {
    float: right;
}

.alignright {
    float: right;
}
.card-header {
    padding: .75rem 1.25rem;
    margin-bottom: 0;
    background-color: rgba(0,0,0,.03);
    border-bottom: 1px solid rgba(0,0,0,.125);
}
.bg-glazz {
    background-color: #e9ecef;
}
.bg-yellow {
    background-color: #ff9956;
}

.bg-blue {
    background-color: #6699ff;
}
.bg-purple {
    background-color: #cc33ff;
}
.bg-green {
    background-color: #adebad;
}
.bg-orange {
    background-color: #ffcc66;
}
.bg-grey {
    background-color: #cccccc;
}
.bg-lightsteelblue {
    background-color: lightsteelblue;
}

.text-grey {
    color: lightgray;
}

.text-darkgrey {
    color: grey;
}

.navbar-glazz {
    background-color: #f3f3f4;
    border-bottom:  1px solid #e7eaec;
        margin-bottom:10px;
}

.navbar-brand {
    color: #67686a;
    font-size: 32px;
    font-family: Roboto,sans-serif;
}

.frontpagetitle {
    font-family: inherit;
    color: lightgray;
    font-size: 18px;
    font-weight: 300;
}

.title {
    font-family: Segoe UI Light;
    color: #3e3e3e;
    font-size: 32px;
    font-weight: 100;
    margin: 1rem;
}
.small {
    font-family: Roboto,sans-serif;
    color:dimgray;
}
.fontrobot {
    font-family: Roboto,sans-serif;
}
.bigsubtitle {
    font-family: Roboto,sans-serif;
    color: gray;
    font-size: 30px;
}
.detailtitle {
    font-weight:600;
}
.smallheader {
    color: dimgray;
    font-size: 18px;
    font-weight: 300;
}

.subtitle {
    color: dimgray;
    font-size: 24px;
    font-weight: 300;
}
.subsubtitle {
    font-family: Roboto,sans-serif;
    color:  dimgrey;
    font-size: 20px;
       
}
.bg-dangerlight {
    background-color: #ff6666!important;
}
.bg-dangerlight2 {
    background-color: #FF8989 !important;
}
.bg-successlight {
    background-color: #ffe089 !important;
}







.cardshadow {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    text-align: center;
}
.big {
    font-weight:400;
    font-size: 60px;
}

.NoPadding{
    padding:0;
}

.flex{
        width: 100%;
}

.test {
    border-color: #f3f3f4;
}

@media (max-width: 300px) {
        .mobile-invisble{
            display:none;
        }
}

    @media (min-width: 1400px) {
        .col-xl-eerder {
        max-width: 66.66667% !important
    }
}
    @media (max-width: 768px) {
        .btn-flex {
            width: 100%;
            margin: 2px;
        }
    }

    @media print {
        html, body {
            height: 99%;
        }
    }
@media (max-width: 576px) {
    .container-fluid {
        padding-right: 10px;
        padding-left: 10px;
    }
@media (max-width: 993px) {
        .MobileNoMargin {
            padding-right: 2px;
            padding-left: 2px;
        }
        #navbarNav {
            background-color: #f8f9fa;
            padding: 10px;
        }
    }
}

.image-pop-on-hover {
    cursor: pointer;
    border-radius: 4px;
    transition: all 0.3s ease;
}

.image-pop-on-hover:hover {
    transform: scale(1.05);
}