h4,
h5,
h6,
h1,
h2,
h3 {
    margin: 0;
}

ul,
ol {
    margin: 0;
}

p {
    margin: 0;
}



html,
body {
    font-family: 'Roboto', sans-serif;
    font-size: 100%;
    overflow-x: hidden;
    min-height: 100vh;
}

body a {
    transition: 0.5s all ease;
    -webkit-transition: 0.5s all ease;
    -moz-transition: 0.5s all ease;
    -o-transition: 0.5s all ease;
    -ms-transition: 0.5s all ease;
    text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
}

p {
    margin: 0;
}

ul,
label {
    margin: 0;
    padding: 0;
}

body a:hover {
    text-decoration: none;
}

.loginpage {
    background: url(../images/bg.jpg) no-repeat 0px 0px;
    background-size: cover;
    min-height: 100vh;
}

.k-state-selected,
.k-state-selected:link,
.k-state-selected:visited,
.k-list > .k-state-selected,
.k-list > .k-state-highlight,
.k-panel > .k-state-selected,
.k-button:active,
.k-ghost-splitbar-vertical,
.k-ghost-splitbar-horizontal,
.k-draghandle.k-state-selected:hover,
.k-scheduler .k-scheduler-toolbar .k-state-selected,
.k-marquee-color {
    color: #fff;
    background-color: #4a9f1e !important;
    border-color: #4a9f1e !important;
}

.k-grouping-header,
.k-grid-toolbar {
    padding: 0px !important;
    padding-left: 1% !important;
}

.k-grid td {
    padding: 2px !important;
}

.btnclose {
    border-radius: 50px;
}

.modalsmall {
    margin-top: 30vh;
    width: :30% !important;
}



.history {
    border-collapse: collapse;
    width: 100%;
    margin: 0 auto;
}

.history .k-chart {
    height: 65px;
}

.history td.item {
    line-height: 65px;
    width: 20px;
    text-align: right;
    padding-bottom: 22px;
}

.btn-secondary {
    background-color: darkslateblue;
    color: white;
}

.btn-audit {
    background-color: #ffda00;
    color: white;
}

.btn-audit:hover {
    background-color: #ffda00;
    color: white;
}

.logincard {
    -webkit-box-shadow: 2px 2px 5px -1px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 2px 2px 5px -1px rgba(0, 0, 0, 0.75);
    box-shadow: 2px 2px 5px -1px rgba(0, 0, 0, 0.75);
    border-radius: 10px;
    background-color: #fff;
    height: 80vh;
    margin-top: 10vh;
}

.logincard2 {
/*    background-color: #bf73a2;*/
/*        background: rgb(191,115,162);*/
    background: linear-gradient(90deg, rgba(191,115,162,1) 25%, rgba(0,0,0,1) 100%);
    height: 100vh;
    padding-top: 5%;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}

.navbar-default {
    background-color: #bf73a2;
    border-color: #87153e;
    margin-bottom: 0px;
    border-radius: 0px;
}

.navbar-default .navbar-nav > li > a {
    color: #fff;
}

.trackinp {
    background-color: transparent;
    color: #fff;
    border: 1px solid #fff;
}

.trackbtn {
    background-color: transparent;
    color: #fff;
    border: 1px solid #fff;
}

.trackinp::-webkit-input-placeholder {
    color: #fff;
}

.trackinp:-moz-placeholder {
    color: #fff;
    opacity: 1;
}

.trackinp::-moz-placeholder {
    color: #fff;
    opacity: 1;
}

.trackinp:-ms-input-placeholder {
    color: #fff;
}

.k-grid-header th.k-header,
.k-filter-row th {
    padding-left: 0px !important;
}

.k-grid tr td {
    padding-left: 10px !important;
}

.k-grouping-header,
.k-grid-toolbar {
    padding-left: 8px !important;
}

label {
    font-weight: 400 !important;
}

.form-control {
    border-top: none;
    border-left: none;
    border-right: none;
    border-radius: 0px;
    box-shadow: none;
    border-bottom: 1px solid;
    font-size: 17px;
    font-weight: bold;
}

.k-input {
    border-top: none !important;
    border-left: none !important;
    border-right: none !important;
    border-radius: 0px !important;
    box-shadow: none !important;
    border-bottom: 1px solid !important;
}

/*---------------------
  Map
-----------------------*/

#map {
    width: 100%;
    height: 200px;
}

#map .centerMarker {
    position: absolute;
    background: url(http://maps.gstatic.com/mapfiles/markers2/marker.png) no-repeat;
    top: 50%;
    left: 50%;
    z-index: 1;
    margin-left: -10px;
    margin-top: -34px;
    height: 34px;
    width: 20px;
    cursor: pointer;
}

.pac-container2 {
    font-family: sans-serif;
}

.modal-dialog {
    width: 90vw;
}


.modal-delete {
    width: 30vw;
    margin-top: 30vh;
}

.modal-address {
    width: 60vw;
}

.driversbar {
    border-right: 1px solid lightgrey;
    padding-right: 2%;
    height: 80vh;
    overflow-y: scroll;
}

.card {
    border: 1px solid lightgrey;
    padding: 2%;
    border-radius: 10px;
    margin-bottom: 2%;
}

.driversbar a {
    color: #333;
}

.areadiv {
    border: 1px solid lightgrey;
    height: 15vh;
    overflow-y: scroll;
}

input[type="checkbox"] {
    width: 20px;
    height: 20px;
}

.k-grid td {
    padding: 0px !important;
    line-height: 25px !important;
}

.k-state-selected,
.k-state-selected:link,
.k-state-selected:visited,
.k-list > .k-state-selected,
.k-list > .k-state-highlight,
.k-panel > .k-state-selected,
.k-button:active,
.k-ghost-splitbar-vertical,
.k-ghost-splitbar-horizontal,
.k-draghandle.k-state-selected:hover,
.k-scheduler .k-scheduler-toolbar .k-state-selected,
.k-marquee-color {
    color: #000 !important;
    background-color: #bf73a2 !important;
    border-color: #000 !important;
}

.k-autocomplete {
    border: none !important;
}

.homecounter1 {
    background-color: #439033;
    width: 100%;
    padding: 2%;
    text-align: center;
    border-radius: 10px;
}

.homecounter1 h2 {
    color: white;
}

.homecounter1 h3 {
    color: white;
}

.homecounter1 a {
    color: white;
}


.homecounter2 {
    background-color: #68d352;
    width: 100%;
    padding: 2%;
    text-align: center;
    border-radius: 10px;
}

.homecounter2 h2 {
    color: white;
}

.homecounter2 h3 {
    color: white;
}

.homecounter2 a {
    color: white;
}

.thcus {
    min-width: 100px !important;
}

/* The actual timeline (the vertical ruler) */

.timeline {
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
}

.timeline h2 {
    font-size: 20px;
}

.t-arow {
    font-size: 30px;
    cursor: pointer;
}

.t-arow:hover {
    font-size: 30px;
    cursor: pointer;
}

/* The actual timeline (the vertical ruler) */

.timeline::after {
    content: '';
    position: absolute;
    width: 6px;
    background-color: #259031;
    top: 0;
    bottom: 0;
    left: 50%;
    margin-left: -3px;
}

/* Container around content */

.containerT {
    padding: 10px 40px;
    position: relative;
    background-color: inherit;
    width: 50%;
}

/* The circles on the timeline */

.containerT::after {
    content: '';
    position: absolute;
    width: 25px;
    height: 25px;
    right: -13px;
    background-color: white;
    border: 4px solid #35dc35;
    top: 15px;
    border-radius: 50%;
    z-index: 1;
}

/* Place the container to the left */

.left {
    left: 0;
}

/* Place the container to the right */

.right {
    left: 50%;
}

/* Add arrows to the left container (pointing right) */

.left::before {
    content: " ";
    height: 0;
    position: absolute;
    top: 22px;
    width: 0;
    z-index: 1;
    right: 30px;
    border: medium solid #dcffdc;
    border-width: 10px 0 10px 10px;
    border-color: transparent transparent transparent #dcffdc;
}

/* Add arrows to the right container (pointing left) */

.right::before {
    content: " ";
    height: 0;
    position: absolute;
    top: 22px;
    width: 0;
    z-index: 1;
    left: 30px;
    border: medium solid #dcffdc;
    border-width: 10px 10px 10px 0;
    border-color: transparent #dcffdc transparent transparent;
}

/* Fix the circle for containers on the right side */

.right::after {
    left: -13px;
}

/* The actual content */

.content {
    padding: 20px 30px;
    background-color: #dcffdc;
    position: relative;
    border-radius: 6px;
}

/* Media queries - Responsive timeline on screens less than 600px wide */

@media screen and (max-width: 600px) {

    /* Place the timelime to the left */
    .timeline::after {
        left: 31px;
    }

    /* Full-width containers */
    .container {
        width: 100%;
        padding-left: 70px;
        padding-right: 25px;
    }

    /* Make sure that all arrows are pointing leftwards */
    .container::before {
        left: 60px;
        border: medium solid white;
        border-width: 10px 10px 10px 0;
        border-color: transparent white transparent transparent;
    }

    /* Make sure all circles are at the same spot */
    .left::after,
    .right::after {
        left: 15px;
    }

    /* Make all right containers behave like the left ones */
    .right {
        left: 0%;
    }
}

.nav-item .active {
    border: 1px solid lightgrey;
    border-bottom: none;
    background-color: lightgrey;
}

.confirmmodel {
    width: 50%;
}

.cardfix {
    position: fixed;
    right: 5%;
    top: 25vh;
    border: 1px solid lightgray;
    border-radius: 10px;
    padding: 2%;
    background-color: white;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
}

.pad-20 {
    padding: 20%;
}

.procard {
    border: 1px solid lightgrey;
    padding: 1%;
}

.procard img {
    height: 20vh !important;
    border: 2px solid transparent;
    object-fit: scale-down;
    height: 20vh;
}

.btn-success {
    color: #fff;
    background-color: #bf73a2;
    border-color: #000;
}

.btn-success:hover {
    color: #fff;
    background-color: #cb1c7e;
    border-color: #cb1c7e;
}

.btn-success:active {
    color: #fff;
    background-color: #cb1c7e;
    border-color: #cb1c7e;
}

h1 {
    color: #cb1c7e;
}

h2 {
    color: #cb1c7e;
}

h3 {
    color: #000;
}

.hbox {
    border: 1px solid lightgrey;
    min-height: 50px;
}

.kendoimg {
    height: 120px;
    width: 110px;
    object-fit: scale-down;
}

.modal-sm {
    width: 300px;
}

#printableArea {
    display: none;
}

.homecard1 {
    background-color: #bf73a2;
    text-align: center;
}

.homecard1 h2 {
    color: #fff;
}

.homecard1 p {
    color: #fff;
}

.homecard2 {
    background-color: #000;
    text-align: center;
}

.homecard2 h2 {
    color: #fff;
}

.homecard2 p {
    color: #fff;
}

.customerKendo tbody tr {
    height: 120px !important;
}

.k-grid img:hover {
    opacity: 0.5;
}

.dataentry h4 {
    color: #bf73a2;
}

.tag {
    background-color: #87153e;
    padding: 1%;
    border-radius: 10px;
    font-style: italic;
    color: white;
    margin: 1%;
    margin-top: 2%;
}

@media print {
    #buttonhid {
        display: none;
    }

    #nonprintableArea {
        display: none;
    }

    .row {
        margin-right: -15px px;
        margin-left: -15px;
    }

    .col-md-6 {
        width: 50%;
    }

    #printableArea {
        display: block;
    }
}

.sidecard {
    cursor: pointer;
    padding: 5%;
    text-align: center;
}
