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 {
    /*
    background-color: white;
    -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: #159031;
    height: 100vh;
    padding-top: 5%;
}

.navbar-default {
    background-color: #159031;
    border-color: #159031;
    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;
    text-align: center;
    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: #57b044 !important;
    border-color: #57b044 !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%;
    }
}

.ta-editor {
    min-height: 300px;
    height: auto;
    overflow: auto;
    font-family: inherit;
    font-size: 100%;
}

.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);
}

.custable span {
    color: white;
}

.nav > li > a {
    position: relative;
    display: block;
    padding: 10px 10px;
}
