body {
    font-family: 'Muli', sans-serif;
    font-size: 15px;
}

html, html a {
    -webkit-font-smoothing: antialiased;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.004);
}

h1, h2 {
    font-weight:900;
}

.navbar-default {
    background-color: #d3d3d3;
    border-color: #6D1E60;
}

.navbar-brand img {
    max-height: 45px;
    margin-top: -10px;
}

.navbar-default .navbar-nav>li>a {
    color: #ffffff;
}

#manageuser {
    margin-bottom: 1px;
}

a {
    color: #6D1E60;
    &:hover {
        color:#6D1E60;
        opacity:0.8;
    }
}

.bg-purple{
    background-color: #6D1E60;
    color:#fff;
    padding:10px;
}

.btn-oranje {
    background-color: #F6A623;
    color: #fff;
}

.buttonhead{
    margin-top:25px;
}

table thead{
    background-color: #FDE7C1;
    color: #FF9F00;
}

i.fa.fa-check {
    color: #7ED321;
}

th, tr {
    border: none !important;
}




.form-control::-webkit-input-placeholder { color: #6D1E60; opacity: 0.6; }
.form-control:-moz-placeholder { color: #6D1E60; opacity: 0.6;}
.form-control::-moz-placeholder { color: #6D1E60; opacity: 0.6;}
.form-control:-ms-input-placeholder { color: #6D1E60; opacity: 0.6;}

h2.overviewheadertext {
    font-size: 25px;
    margin-bottom: 50px;
    margin-top: 50px;
    display: inline-block;
}

h2.overviewheadertext small {
    display: block;
    margin-top: 11px;
    font-weight: 600;
}

h2 {
    margin-bottom: 60px;
}

a.delrule, a.delrule:focus, a.delrule:hover, a.delrule:active {
   color: #D0011B;
}

a.editrule, a.editrule:focus, a.editrule:hover, a.editrule:active {
    color: #4990E2;
}

th {
    font-weight: 400;
}

.modal-header .close {
    float: right;
}

h4.modal-title {
    font-weight: 600;
    font-size: 16px;
}

.buttonhead {
    display: inline-block;
    float: right;
    margin-top: 66px !important;
}

.btn-oranje:hover, .btn-oranje:focus, .btn-oranje:active {
    color: #fff;
}

.table-responsive.overview {
    border: none;
}

.tableinfo {
    margin-top: 20px;
}

.tableinfo div {
    display: inline-block;
}

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

.buttonfoot a, .buttonfoot button {
    padding: 10px 0 !important;
    width: 200px !important;
}

.bluecircle {
    height: 10px;
    width: 10px;
    background-color: #2196f3;
    border-radius: 69px;
}

.greycircle {
    height: 10px;
    width: 10px;
    background-color: #C5C5C5;
    border-radius: 69px;
}

.greencircle {
    height: 10px;
    width: 10px;
    background-color: #29c070;
    border-radius: 69px;
}

.redcircle {
    height: 10px;
    width: 10px;
    background-color: #F03434;
    border-radius: 69px;
}

a {
    cursor: pointer;
}
.paid {
    margin-right: 30px;
    margin-left: 10px;
}

.total-price, .total-kms {
    margin-top: 20px;
    text-align: right;
}

.extrarules, .via {
    border-radius: 0px!important;
}

.container {
    position: relative;
}

.cancelruler {
    display: inline-block;
    position: absolute;
    top: 50px;
    righT: 10px;
}

.mimage {
    display: none;
}

.dropzone {
    height: 200px;
    position: relative;
}

.dz-message {
    position: absolute;
    left: 0;
    righT: 0;
    top: 0;
    bottom: 0;
    margin: 0 !important;
}

.dz-message img {
    margin: 0 auto;
    max-height: 150px;
}

.form-control:focus {
    border-color: #6d1e60;
    outline: 0;
    box-shadow: none;
}

 #saveButton {
    min-width: 250px;
     margin-top: 25px;
}

.flextd {
    display: flex;
    align-items: center;
    min-height: 44px;
}

.bg-info:first-of-type {
    background-color: gainsboro;
}

.bg-info:first-of-type:hover {
    background-color: gainsboro;
}

input {
    background: #FFFFFF;
    border: 1px solid #D8D8D8;
    border-radius: 3px;
}

tr[data-toggle=collapse] {
    cursor: pointer;
}

tr.bg-info:not(:first-of-type){
        font-size: 12px;
}

@media(max-width: 992px){
    .buttonfoot a, .buttonfoot button {
        width: 160px !important;
    }
}



@media(max-width: 740px){
    .mclass {
        display: none!important;
    }
    .table-responsive {
        overflow:hidden;
    }
    #fileuploader {
        margin-bottom: 30px;
    }
    .dz-message img {
        display: none;
    }
    .dz-message .mimage {
        display: block;
        margin: auto;
        margin-top: 49px;
    }
    .buttonhead {
        display: block;
        width: 100%;
        margin-top: 10px !important;
    }
    h2.overviewheadertext {
        margin-top: 25px;
        margin-bottom: 12.5px;
    }
    .buttonhead a {
        width: 100%;
        margin-bottom: 25px;
        padding: 10px 0;
    }
    body {
        background: #F8F8F8;
    }
    .paid {
        margin: 0px;
    }
    .notpaid {
        float: right;
    }
    .buttonfoot a {
        width: 100% !important;
        margin-bottom: 10px;
    }
    .total-price, .total-kms {
        text-align: center;
        margin-bottom: 10px;
    }
    .extrarules {
        background-color: #fff;
    }
     tbody {
        border: 1px solid #b7b7b7;
    }
    h2 {
        margin-bottom: 30px;
    }
    #saveButton {
        width: 100%;
    }
    .buttonfoot #checklast {
        width: 50%!important;
        display: inline-block;
    }
    .buttonfoot button {
        display: inline-block;
        width: 48% !important;
    }
}
